@import 'jquery.dragscroll.css';
@import 'jquery.mCustomScrollbar.css';
@import "/Scripts/angular-ui/select.css";
@import "unity/gazprom/TemplateData/style.css";
/* new colors*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */

body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */

}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: yellow;
  color: black;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  display: inline-block;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1rem 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: white;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: white;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: white;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: white;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: white;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: white;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: white;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: white;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: white;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666667%;
}
.col-xs-pull-1 {
  right: 8.333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666667%;
}
.col-xs-push-10 {
  left: 83.333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666667%;
}
.col-xs-push-7 {
  left: 58.333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666667%;
}
.col-xs-push-4 {
  left: 33.333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666667%;
}
.col-xs-push-1 {
  left: 8.333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-table-cell,
.visible-xs-table-row,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-table-cell,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-table-cell,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-lg-table-cell {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-table-cell {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-table-row {
    display: table-row !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-table {
    display: table !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-table {
    display: table !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-table-cell {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.middleAlignHelper {
  font-size: 0;
  white-space: nowrap;
}
.middleAlignHelper:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.b-grid {
  margin: auto;
  font-size: 0;
  text-align: center;
  max-width: 1872px;
  min-width: 312px;
  margin-bottom: 50px;
}
.b-grid_col_small {
  margin-bottom: 50px;
}
.b-grid__no-margin {
  margin-bottom: 0;
}
.b-grid__section {
  padding-left: 6px;
  padding-right: 6px;
  text-align: left;
}
.b-grid-cell__inner {
  height: 400px;
  background: #008380;
  color: white;
  font-size: 30px;
  text-align: center;
}
.b-grid-cell__inner:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  content: '';
}
.b-grid-cell__inner_advertise {
  background: #fd670f;
}
.b-grid__cell {
  display: inline-block;
  position: relative;
  font-size: 14px;
  vertical-align: top;
  padding: 6px;
  min-height: 412px;
  overflow: hidden;
  text-align: left;
}
.b-grid__cell_search {
  height: 50px;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 0 !important;
  overflow: visible;
}
.b-grid__cell_auto {
  min-height: 0;
}
.b-grid__col {
  display: inline-block;
  vertical-align: top;
}
.b-grid__row {
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
}
.b-grid-table {
  display: table;
}
.b-grid-table__cell {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.b-grid__col_1w {
  width: 312px;
}
.b-grid__col_1w .b-article-preview-gray-1w {
  display: block;
}
.b-grid__col_1w .b-article-preview-gray-2w3w {
  display: none;
}
.b-grid__col_2w {
  width: 624px;
}
.b-grid__col_2w .b-article-preview-gray-1w {
  display: none;
}
.b-grid__col_2w .b-article-preview-gray-2w3w {
  display: block;
}
.b-grid__col_3w {
  width: 936px;
}
.b-grid__col_3w .b-article-preview-gray-1w {
  display: none;
}
.b-grid__col_3w .b-article-preview-gray-2w3w {
  display: block;
}
.b-grid__col_4w {
  width: 1248px;
}
.b-grid__col_4w .b-article-preview-gray-1w {
  display: none;
}
.b-grid__col_4w .b-article-preview-gray-2w3w {
  display: block;
}
.b-grid__col_small {
  width: 156px;
  height: 156px;
}
.b-grid__col_small .b-grid-cell__inner {
  width: 144px;
  height: 144px;
}
.b-grid__col_visible_3c,
.b-grid__col_visible_4c,
.b-grid__col_visible_5c,
.b-grid__col_visible_6c {
  display: none;
}
@media screen and/*(min-width:@three_cols_width_min) and */ (max-width: 1268px) {
  .b-grid {
    width: 936px;
  }
  .b-grid__col_hidden_3c {
    display: none;
  }
  .b-grid__col_3h_3c {
    height: 1236px;
  }
  .b-grid__col_3h_3c .b-grid-cell__inner {
    height: 1212px;
  }
  .b-grid__col_4h_3c {
    height: 1648px;
  }
  .b-grid__col_4h_3c .b-grid-cell__inner {
    height: 1612px;
  }
  .b-grid__col_2w_3c {
    width: 624px;
  }
  .b-grid__col_2w_3c .b-article-preview-gray-1w {
    display: none;
  }
  .b-grid__col_2w_3c .b-article-preview-gray-2w3w {
    display: block;
  }
  .b-grid__col_3w_3c {
    width: 936px;
  }
  .b-grid__col_3w_3c .b-article-preview-gray-1w {
    display: none;
  }
  .b-grid__col_3w_3c .b-article-preview-gray-2w3w {
    display: block;
  }
}
@media screen and (min-width: 1268px) and (max-width: 1580px) {
  .b-grid {
    width: 1248px;
  }
  .b-grid__col_hidden_4c {
    display: none;
  }
  .b-grid__col_2h_4c {
    height: 824px;
  }
  .b-grid__col_2h_4c .b-grid-cell__inner {
    height: 812px;
  }
  .b-grid__col_3h_4c {
    height: 1236px;
  }
  .b-grid__col_3h_4c .b-grid-cell__inner {
    height: 1212px;
  }
  .b-grid__col_2w_4c {
    width: 624px;
  }
  .b-grid__col_2w_4c .b-article-preview-gray-1w {
    display: none;
  }
  .b-grid__col_2w_4c .b-article-preview-gray-2w3w {
    display: block;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1892px) {
  .b-grid {
    width: 1560px;
  }
  .b-grid__col_hidden_5c {
    display: none;
  }
  .b-grid__col_visible_5c {
    display: inline-block;
  }
  .b-grid__col_2h_5c {
    height: 824px;
  }
  .b-grid__col_2h_5c .b-grid-cell__inner {
    height: 812px;
  }
  .b-grid__col_3h_5c {
    height: 1236px;
  }
  .b-grid__col_3h_5c .b-grid-cell__inner {
    height: 1212px;
  }
  .b-grid__col_2w_5c {
    width: 624px;
  }
  .b-grid__col_2w_5c .b-article-preview-gray-1w {
    display: none;
  }
  .b-grid__col_2w_5c .b-article-preview-gray-2w3w {
    display: block;
  }
  .b-grid__col_3w_5c {
    width: 936px;
  }
  .b-grid__col_3w_5c .b-article-preview-gray-1w {
    display: none;
  }
  .b-grid__col_3w_5c .b-article-preview-gray-2w3w {
    display: block;
  }
}
@media screen and (min-width: 1892px) {
  .b-grid {
    width: 1872px;
  }
  .b-grid__col_hidden_6c {
    display: none;
  }
  .b-grid__col_2h_6c {
    height: 824px;
  }
  .b-grid__col_2h_6c .b-grid-cell__inner {
    height: 812px;
  }
  .b-grid__col_2w_6c {
    width: 624px;
  }
  .b-grid__col_2w_6c .b-article-preview-gray-1w {
    display: none;
  }
  .b-grid__col_2w_6c .b-article-preview-gray-2w3w {
    display: block;
  }
  .b-grid__col_3w_6c {
    width: 936px;
  }
  .b-grid__col_3w_6c .b-article-preview-gray-1w {
    display: none;
  }
  .b-grid__col_3w_6c .b-article-preview-gray-2w3w {
    display: block;
  }
}
.b-article-grid {
  font-size: 14px;
  text-align: left;
  max-width: 1269px;
  width: 100%;
}
.b-article-grid__empty-cell {
  margin-top: -1px;
  height: 1px;
  visibility: hidden;
  display: block;
}
.b-article-grid__cell {
  padding: 6px 30px;
}
.b-article {
  position: relative;
}
.b-article-list__item {
  font-family: Arial, sans-serif;
}
.b-article-tag {
  display: inline-block;
  padding: 4px 8px;
  color: white;
  background-color: #a7100c;
  border: 1px solid #a7100c;
  position: relative;
  z-index: 2;
  text-decoration: none;
  font-size: 14px;
}
.b-article-preview {
  position: relative;
  height: 400px;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.b-article-preview__backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition: all background 0.2s ease-out;
  -moz-transition: all background 0.2s ease-out;
  -o-transition: all background 0.2s ease-out;
  transition: all background 0.2s ease-out;
  -moz-transition: background 0.2s;
}
.b-article-preview:hover .b-article-preview__backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}
.b-article-preview__footer {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  height: 20px;
  overflow: hidden;
}
.b-article-preview__counter {
  margin-left: 10px;
}
.b-article-preview__comments-counter,
.b-article-preview__author-link {
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.b-article-preview__author-link_black {
  color: black;
}
.b-article-preview-footer__right {
  width: 95px;
  text-align: right;
}
.b-article-preview-footer__inner {
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 20px;
}
.b-article-preview-footer__left {
  font-size: 14px;
}
.b-article-preview__heading {
  font-size: 26px !important;
  font-weight: bold;
  line-height: 1.1;
  margin: 10px 0 10px;
  padding-bottom: 20px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  max-height: 228.8px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  font-family: Arial, sans-serif !important;
}
.b-article-preview:hover .b-article-preview__heading {
  text-decoration: underline;
}
.b-article-preview__table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
}
.b-article-preview__table_center-footer {
  width: 300px;
  margin: 0 auto;
}
.b-article-preview__row {
  display: table-row;
}
.b-article-preview__cell {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.b-article-preview__cell_bottom {
  height: 400px;
  vertical-align: bottom;
  padding-bottom: 25px;
}
.b-article-preview-gradient__table {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#73000000, GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0.45)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.45));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.45));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.45));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.45));
  background: -linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.45));
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#a6000000, GradientType=0);
}
.b-article-preview-gray {
  color: white;
}
.b-article-preview-gray__cell_top {
  vertical-align: bottom;
  height: 200px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b-article-preview-gray__cell_bottom {
  height: 200px;
  vertical-align: top;
}
.b-article-preview-gray__heading {
  max-height: 143px;
}
.b-article-stretched {
  position: relative;
  margin: 50px 0;
  clear: both;
}
.b-article-stretched_old-image-container {
  background: #8d8c8c;
  text-align: center;
}
.b-article-stretched__image {
  display: block;
  margin: 0 auto;
}
.b-article-stretched__nav {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 30px;
}
.b-article-stretched__nav .b-nav-list__list-item:last-of-type {
  margin-right: 0;
}
.b-article-stretched_main-preview {
  margin-top: 0;
}
.b-article-stretched_main-preview .b-article-image-footer-description__text {
  padding-right: 30px;
}
.b-article-stretched_main-preview .b-article-image-footer-description-signature__buy-photo:after {
  top: 50%;
  margin-top: -4px;
}
.b-article__lead,
.b-article-body__heading {
  font-size: 1.5em;
  font-family: Arial, sans-serif;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
  word-wrap: break-word;
}
.b-article-body_anchor-top {
  margin-bottom: 0;
}
.b-article-body__heading {
  margin-bottom: 0;
}
.b-article-body p {
  margin-bottom: 25px;
  word-wrap: break-word;
}
.b-article-body h2 {
  font-size: 1.2em;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.b-article-body h1 {
  font-size: 30px;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}
.b-article-nav-list {
  font-size: 0;
}
.b-article-nav-list__list-item {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.b-article-nav-list__list-item:last-of-type {
  margin-right: 0;
}
.b-article__article-preview {
  margin: 10px 25px 45px 0;
  font-family: Arial, sans-serif;
  clear: both;
  position: relative;
  z-index: 10;
}
.b-article__heading {
  font-size: 5em;
  color: black;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.b-article__heading_poll {
  margin-top: 30px;
}
.b-article__heading_white {
  color: white;
}
.b-article-header {
  margin-bottom: 40px;
  position: relative;
}
.b-article-header .b-article-header__description {
  display: none;
}
.b-article-header:hover .b-article-header__description {
  display: block;
}
.b-article-header_small {
  margin-bottom: 0;
  margin-top: 14px;
}
.b-article-header__content {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}
.b-article-header__image {
  height: auto;
}
.b-article-header__image_loaded ~ .b-article-header__content {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.b-w100 {
  width: 100%;
}
.b-padding-none {
  padding: 0;
}
.b-article__content {
  font-size: 24px;
  color: black;
  font-family: Georgia;
}
.b-article__content .article-html-block a {
  color: black;
  border-bottom: 4px solid #cf7d76;
  padding: 0px 2px 0;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content .article-html-block a:visited {
  color: #cf7d76;
}
.b-article__content .article-html-block a:hover {
  background-color: #cf7d76;
  color: black;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content .article-html-block a:focus {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content .article-html-block a:active {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content > p a {
  color: black;
  border-bottom: 4px solid #cf7d76;
  padding: 0px 2px 0;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content > p a:visited {
  color: #cf7d76;
}
.b-article__content > p a:hover {
  background-color: #cf7d76;
  color: black;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content > p a:focus {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content > p a:active {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content p ~ a {
  color: black;
  border-bottom: 4px solid #cf7d76;
  padding: 0px 2px 0;
  text-decoration: none;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content p ~ a:visited {
  color: #cf7d76;
}
.b-article__content p ~ a:hover {
  background-color: #cf7d76;
  color: black;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content p ~ a:focus {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content p ~ a:active {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content h2 a:not(.without_theme-link) {
  color: black;
  border-bottom: 4px solid #cf7d76;
  padding: 0px 2px 0;
  text-decoration: none;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content h2 a:not(.without_theme-link):visited {
  color: #cf7d76;
}
.b-article__content h2 a:not(.without_theme-link):hover {
  background-color: #cf7d76;
  color: black;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  border-bottom: 4px solid #cf7d76;
}
.b-article__content h2 a:not(.without_theme-link):focus {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content h2 a:not(.without_theme-link):active {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content h2 ~ a {
  color: black;
  border-bottom: 4px solid #cf7d76;
  padding: 0px 2px 0;
  text-decoration: none;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content h2 ~ a:visited {
  color: #cf7d76;
}
.b-article__content h2 ~ a:hover {
  background-color: #cf7d76;
  color: black;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content h2 ~ a:focus {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content h2 ~ a:active {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content h4 a {
  color: black;
  border-bottom: 4px solid #cf7d76;
  padding: 0px 2px 0;
  text-decoration: none;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content h4 a:visited {
  color: black;
}
.b-article__content h4 a:hover {
  background-color: #cf7d76;
  color: black;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset -2px 0 #cf7d76;
  -moz-box-shadow: inset -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
}
.b-article__content h4 a:focus {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
.b-article__content h4 a:active {
  color: #cf7d76;
  border-bottom: 4px solid #cf7d76;
  -webkit-box-shadow: inset 0 -2px 0 #cf7d76;
  -moz-box-shadow: inset 0 -2px 0 #cf7d76;
  box-shadow: inset 0 -2px 0 #cf7d76;
  background: transparent !important;
}
/* old (begin) */

.b-nav-controls {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 0;
}
.b-nav-controls__list-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  white-space: nowrap;
}
.b-nav-controls__list-item:last-of-type {
  margin-right: 0;
}
.b-nav-controls__list-item:before {
  font-size: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.b-menu-icon {
  height: 20px;
  width: 28px;
  position: relative;
  margin: auto;
  display: inline-block;
}
.b-menu-icon__line {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: white;
  -webkit-transition: 0.1s transform;
  -o-transition: 0.1s transform;
  transition: 0.1s transform;
  -webkit-transition: all 0.1s transform ease-out;
  -moz-transition: all 0.1s transform ease-out;
  -o-transition: all 0.1s transform ease-out;
  transition: all 0.1s transform ease-out;
  -moz-transition: 0.1s transform;
}
.b-menu-icon__line_t {
  top: 0;
}
.b-menu-icon__line_c {
  top: 8px;
}
.b-menu-icon__line_b {
  bottom: 0;
}
.b-menu-icon_active .b-menu-icon__line {
  height: 3px;
}
.b-menu-icon_active .b-menu-icon__line_c {
  opacity: 0;
  filter: alpha(opacity=0);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 0;
}
.b-menu-icon_active .b-menu-icon__line_t,
.b-menu-icon_active .b-menu-icon__line_b {
  top: 50% !important;
  margin-top: -2px;
}
.b-menu-icon_active .b-menu-icon__line_t {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-menu-icon_active .b-menu-icon__line_b {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-nav-list-toggle__expand {
  display: inline-block;
}
.b-nav-list-toggle__collapse {
  display: none;
}
.b-nav-list-toggle_active .b-nav-list-toggle__expand {
  display: none;
}
.b-nav-list-toggle_active .b-nav-list-toggle__collapse {
  display: inline-block;
}
.b-search__input {
  white-space: normal;
  height: 60px;
  line-height: 48px;
  font-size: 26px;
  padding-left: 22px;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.b-search__button {
  color: black;
  font-weight: bold;
  padding: 2px 16px;
  border: 0;
  font-size: 26px;
  background: transparent;
}
.b-nav-list-toggle__expand .b-nav-list-item__image {
  vertical-align: middle;
}
.b-nav-list-toggle__expand .b-nav-list-item__image {
  vertical-align: middle;
}
.b-nav-controls {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 0;
}
.b-nav-controls__list-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  white-space: nowrap;
}
.b-nav-controls__list-item:last-of-type {
  margin-right: 0;
}
.b-nav-controls__list-item:before {
  font-size: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.b-nav-controls__control {
  display: inline-block;
  vertical-align: middle;
}
.b-nav-controls__control:focus {
  outline: none;
}
.b-article-crop-image .b-nav-list {
  background-color: #363739;
}
.b-nav-list-toggle__expand {
  display: inline-block;
}
.b-nav-list-toggle__collapse {
  display: none;
}
.b-nav-list-toggle_active .b-nav-list-toggle__expand {
  display: none;
}
.b-nav-list-toggle_active .b-nav-list-toggle__collapse {
  display: inline-block;
}
.b-article-crop-image-hover__navigation .b-nav-list {
  height: 70px;
  line-height: 70px;
}
.b-article-crop-image-hover__navigation .b-nav-list__list-item {
  padding-right: 25px;
  margin-right: 0;
  line-height: 100%;
}
.b-article-crop-image-hover__navigation .b-nav-list__list-item:first-child {
  padding-left: 25px;
}
.b-article-crop-image-hover__navigation .b-nav-list__list-item:nth-child(3) {
  padding-right: 0;
}
.b-article-crop-image-hover__navigation .b-nav-list__list-item:last-child {
  margin-right: 25px;
}
.b-article-crop-image-hover__navigation .b-nav-list__list-item:nth-child(4) {
  margin-right: 0;
  padding-right: 0;
}
.b-article-panel .b-nav-list-item__description {
  display: none;
}
/* old (end) */

.b-nav-panel {
  position: relative;
  left: 0;
  top: 0;
  right: 0 !important;
  z-index: 11;
  display: none;
  height: 0;
}
.b-nav-panel__holiday {
  position: relative;
  overflow: visible !important;
}
.b-nav-panel__holiday .b-nav-panel__logo {
  padding-right: 143px;
}
.b-nav-panel__holiday:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -29px;
  width: 123px;
  height: 58px;
  background: url('/Content/images/header/logo_weekend.png') no-repeat center center;
}
.b-nav-panel__nav-list {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.b-nav-panel_scrolled {
  position: fixed;
  display: block;
  height: auto;
}
.b-nav-panel_visibled {
  display: block;
  height: auto;
}
.b-nav-panel_menu-closed {
  right: auto !important;
  width: 100%;
}
.b-nav-panel_menu-opened {
  position: fixed;
  display: block;
  height: auto;
}
.b-nav-panel__inner {
  position: relative;
  background: #a7100c;
  z-index: 3;
}
.b-nav-panel__menu-button {
  font-size: 24px;
}
.b-nav-panel__cell {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  height: 70px;
}
.b-nav-panel__cell_100 {
  width: 100%;
}
.b-nav-panel__cell_right {
  background-color: #333333;
}
.b-nav-panel__logo {
  padding: 5px 30px;
  display: block;
  text-align: center;
}
.b-nav-panel__logo-image {
  width: 146px;
  height: 44px;
  display: block;
  max-width: none;
}
.b-nav-panel__search {
  height: 70px;
  border: 5px solid #a7100c !important;
  background: white;
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.b-nav-panel__search_active {
  display: table;
}
.b-nav-panel__search-cell {
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}
.b-nav-panel__search-cell_input {
  width: 100%;
}
.b-nav-list {
  font-family: Arial, sans-serif;
  font-size: 0;
  white-space: nowrap;
}
.b-nav-list a {
  color: white;
}
.b-nav-list__list-item {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
.b-nav-list__list-item_main {
  font-size: 24px;
  position: relative;
  opacity: 0.7;
}
.b-nav-list__list-item_main .b-nav-list-item {
  opacity: 1;
  line-height: 1.428571429;
}
.b-nav-list__list-item_main .b-nav-list-item:hover {
  opacity: 1 !important;
  color: white !important;
}
.b-nav-list__list-item_main:hover {
  opacity: 1;
  color: white !important;
}
.b-nav-list__list-item_main *:hover {
  opacity: 1;
  color: white !important;
}
.b-nav-list__list-item-subscribe {
  margin-right: 26px;
}
.b-nav-list__list-item_mr0 {
  margin-right: 0;
}
.b-nav-list_hidden {
  display: none;
}
.b-nav-list_toggleable {
  width: 0;
  overflow: hidden;
}
.b-nav-list_toggleable_initial {
  width: auto;
  position: absolute;
  left: -999999px;
}
.b-nav-list-item {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.b-nav-list-item__description {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
  font-family: Arial, sans-serif;
}
.b-nav-list-item_article:before {
  background-color: white;
  width: 30px;
  /*Под откат*/
  vertical-align: top;
  height: 30px;
  content: "";
  display: inline-block;
}
.b-nav-list-item_active,
.b-nav-list-item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 1;
}
.b-nav-list-item__image {
  /*Под откат*/
  vertical-align: top;
  display: inline-block;
  max-width: none;
}
.b-nav-list-item__text {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 24px;
  text-transform: lowercase;
  margin-left: 8px;
}
.b-nav-list-item__text_l {
  margin-left: 0;
  margin-right: 8px;
}
@media screen and/*(min-width:@three_cols_width_min) and */ (max-width: 1268px) {
  .b-nav-panel {
    visibility: visible;
    height: auto;
    margin-bottom: 6px;
  }
  .b-nav-panel:not(.b-nav-panel_scrolled) {
    margin-top: 12px;
  }
  html:not(.panoramLoad) .b-nav-panel:not(.b-nav-panel_scrolled) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1260px) {
  .b-nav-panel .b-nav-list__list-item {
    margin-right: 28px;
  }
  .b-nav-panel .b-nav-list__list-item {
    margin-right: 31px;
  }
  #b-article-header .b-nav-list__list-item {
    margin-right: 30px;
  }
}
.b-menu-trigger {
  cursor: pointer;
  text-decoration: none;
}
.b-menu-trigger__icon,
.b-menu-trigger__text {
  vertical-align: middle;
}
.b-menu-trigger__text {
  margin-right: 10px;
}
.b-menu-section-header {
  height: 70px;
  padding-left: 30px;
  text-align: left;
}
.b-menu-section-header__newspaper-archive {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: white;
  text-decoration: none;
  position: relative;
  padding-left: 45px;
  line-height: 70px !important;
  display: inline-block;
}
.b-menu-section-header__newspaper-archive:hover span {
  text-decoration: underline;
}
.b-menu-section-header__newspaper-archive:after {
  position: absolute;
  top: 16.5px;
  left: 0;
  width: 36px;
  height: 37px;
  content: '';
  background: url('/Content/images/icon_subsc.svg');
  background-position: right center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
}
.b-fullscreen__close {
  display: block;
  cursor: pointer;
  margin: 0 auto 20px;
  height: 70px;
  width: 100%;
  position: relative;
}
.b-fullscreen__close .b-menu-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 28px;
}
.b-fullscreen__close:hover {
  background-color: #333333;
}
/*4 column*/

@media screen and (max-width: 1670px) and (min-width: 1261px) {
  #b-article-header .b-nav-list__list-item {
    margin-right: 32px;
  }
}
/* new styles */

.b-nav-panel {
  height: 70px;
  visibility: visible;
}
.navigation-cell {
  font-size: 0;
  background-color: transparent;
}
.navigation-cell_left {
  white-space: nowrap;
}
.navigation-cell_right {
  padding-left: 23px;
  padding-right: 23px;
}
.navigation-menu-button {
  display: inline-block;
  vertical-align: middle;
  background-color: #333333;
  opacity: 1;
  height: 70px;
  width: 70px;
  line-height: 0;
  text-align: center;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.navigation-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 22px;
}
.navigation-logo img {
  width: 107px;
  height: auto;
}
.search-button {
  display: inline-block;
  width: 29px;
  height: 29px;
  opacity: 1;
  vertical-align: middle;
  background: url('/Content/images/icons/search_white.svg') center center no-repeat;
  background-size: contain;
}
.search-button:focus {
  outline: none;
}
.navigation-buttons-item {
  opacity: 1;
  margin-right: 23px;
}
.navigation-buttons-item:last-child {
  margin-right: 14px;
}
.navigation-button {
  font-size: 14px;
  margin-right: 0 !important;
}
.navigation-button * {
  vertical-align: middle;
}
.navigation-button:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 26px;
  background-size: contain;
  margin-right: 7px;
}
.navigation-button_login:before {
  background: url(/Content/images/icons/icon_man.svg) scroll no-repeat center center transparent;
  background-size: contain;
}
.navigation-button_account:before {
  background: url(/Content/images/icons/icon_man.svg) scroll no-repeat center center transparent;
  background-size: contain;
}
.b-nav-list__list-item_main-auth_active .navigation-button_account:before {
  background: url(/Content/images/icons/icon_man_smile.svg) scroll no-repeat center center transparent;
  background-size: contain;
}
.navigation-button_subscribe:before {
  background: url(/Content/images/icons/icon_subscribe.svg) scroll no-repeat center center transparent;
  background-size: contain;
  width: 23px;
  height: 30px;
}
.b-body_hidden {
  overflow: initial;
}
.menu {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  font-size: 26px;
  overflow: auto;
  background-color: rgba(51, 51, 51, 0.95);
}
.menu a {
  color: white;
}
.menu a:hover {
  color: white;
}
.menu_visible {
  display: block;
}
.menu-grid {
  margin-bottom: 0;
}
.menu-grid__cell {
  text-align: left;
  padding-left: 21px;
  padding-right: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.menu-grid__row {
  text-align: left;
}
.menu__section-header {
  height: 70px;
  background: #a7100c;
}
.menu__link {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 0.5;
}
.menu__link_non-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 1;
}
.menu__link:hover {
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 1;
}
.menu__link_underlined {
  text-decoration: underline;
}
.menu__link_underlined:hover {
  text-decoration: none;
}
.menu__link_cabinet {
  font-size: 36px;
  white-space: nowrap;
}
.menu__heading {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0;
}
.menu__heading_small {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.menu__heading_mobile {
  max-width: 150px;
}
.menu-grid {
  width: auto;
  min-width: auto;
  margin: 0;
  height: 100%;
}
.menu-list {
  display: block;
  padding: 13px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  color: rgba(229, 229, 229, 0.62);
}
.menu-item {
  display: block;
  padding: 0 20px;
  margin: 20px 0;
  list-style: none;
  line-height: 1;
  text-align: left;
}
.menu-item a {
  text-decoration: none;
  color: rgba(229, 229, 229, 0.62);
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.menu-item a:hover {
  color: white;
}
.menu-item:first-child {
  margin-top: 0;
}
.menu-item:last-child {
  margin-bottom: 0;
}
.menu-item_new {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.b-cloud-tags {
  background-color: #dad5d4;
  padding: 18px;
}
.b-cloud-tags__item {
  line-height: 32px;
  white-space: nowrap;
  color: #096bb7;
  display: block;
  text-decoration: underline;
  margin-left: 6px;
  float: left;
  font-family: Arial, sans-serif;
}
.b-cloud-tags__item:link {
  color: #096bb7;
}
.b-cloud-tags__item:visited {
  color: #096bb7;
}
.b-cloud-tags__item:focus {
  color: #096bb7;
}
.b-cloud-tags__item:hover {
  color: white !important;
  background-color: #a7100c;
  padding: 0 6px;
  text-decoration: underline;
}
.b-cloud-tags__item:active {
  color: #096bb7;
}
.b-seo-text {
  font-size: 13px;
  color: #5a5a5a;
  margin-top: 15px;
  padding-left: 20px;
  margin-bottom: 15px;
  padding-right: 20px;
  text-align: justify;
}
.b-seo-text a {
  color: #096bb7;
}
.b-footer-menu-list {
  display: table;
  width: 965px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.b-footer-menu-list__item {
  display: table-cell;
  font-size: 12px;
  padding: 0 6px;
  border-left: 1px solid #d5ccc6;
}
.b-footer-menu-list__item:first-child {
  border-left: none;
  padding-left: 0;
}
.b-footer-menu-list__item a {
  color: #343434;
}
.b-footer-menu-list__item a:link {
  color: black;
}
.b-footer-menu-list__item a:visited {
  color: #999999;
}
.b-footer-menu-list__item a:focus {
  color: #a7100c;
}
.b-footer-menu-list__item a:hover {
  color: #a7100c !important;
  text-decoration: underline;
}
.b-footer-menu-list__item a:active {
  color: #343434;
}
.FontArial {
  font-family: Arial, sans-serif;
}
.b-footer-old {
  border-top: 1px solid #d5ccc6;
  padding: 20px 0 0;
}
.b-footer-old__error {
  text-align: center;
  color: #88909b;
  padding: 5px 5px 5px 0;
  font-size: 12px;
}
.b-footer-old__error span {
  font-weight: 700;
  font-size: 16px;
  padding: 0 3px;
}
.b-footer-old__copyright {
  text-align: center;
  color: #535353;
  font-size: 11px;
  line-height: 12px;
}
.counters {
  margin-bottom: 20px;
  text-align: center;
}
.counters > a {
  margin: 0 5px;
  text-decoration: none;
}
/* new styles */

.footer {
  /*margin-top: 40px;*/
  background-color: #333333;
  color: white;
}
.b-layout_home .footer {
  margin-top: 6px;
}
.footer_invisible {
  display: none;
}
.footer a {
  transition: color 0.2s;
  text-decoration: none;
}
.footer a:hover {
  color: white;
}
.footer .find-error {
  display: block;
  margin-top: -6px;
  line-height: 1.9;
}
.footer-top {
  padding: 11px 25px;
  text-align: right;
  background-color: #9f0b01;
}
.footer-social-icons {
  display: inline-block;
}
.social-icons-list {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.social-icons-item {
  display: inline-block;
  margin-right: 36px;
}
.social-icons-item:last-child {
  margin-right: 0;
}
.social-icon {
  display: block;
  width: 28px;
  height: 28px;
  background: none scroll no-repeat center center transparent;
  background-size: contain;
}
.social-icon_vk {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC4wOTggMTAuMTUyNEMyNS4wMjY4IDExLjA1OTIgMjYuMDA3MSAxMS45MTI0IDI2Ljg0MDEgMTIuOTEwNkMyNy4yMDgxIDEzLjM1NDIgMjcuNTU2NSAxMy44MTIgMjcuODIzIDE0LjMyNjhDMjguMjAwNyAxNS4wNTg2IDI3Ljg1ODYgMTUuODY0IDI3LjIwMjQgMTUuOTA3N0wyMy4xMjMzIDE1LjkwNThDMjIuMDcxMiAxNS45OTMxIDIxLjIzMTkgMTUuNTY5NiAyMC41MjYyIDE0Ljg1MDNDMTkuOTYxNSAxNC4yNzUgMTkuNDM4NSAxMy42NjI4IDE4Ljg5NTQgMTMuMDY4MUMxOC42NzI4IDEyLjgyNSAxOC40Mzk4IDEyLjU5NjMgMTguMTYxNCAxMi40MTU2QzE3LjYwNDUgMTIuMDU0MSAxNy4xMjEyIDEyLjE2NDggMTYuODAzIDEyLjc0NTZDMTYuNDc4OSAxMy4zMzYzIDE2LjQwNTMgMTMuOTkwNCAxNi4zNzM1IDE0LjY0ODdDMTYuMzI5OCAxNS42MDkyIDE2LjAzOTUgMTUuODYxOCAxNS4wNzQ2IDE1LjkwNTdDMTMuMDEyNiAxNi4wMDMgMTEuMDU1NyAxNS42OTEgOS4yMzc3MyAxNC42NTA4QzcuNjM0OTcgMTMuNzMzOCA2LjM5MjEgMTIuNDM5MiA1LjMxMDMyIDEwLjk3MzZDMy4yMDQwNiA4LjExOTggMS41OTEwOSA0Ljk4MzkyIDAuMTQxNDA5IDEuNzYwMTlDLTAuMTg0OTAxIDEuMDMzODggMC4wNTM3MzcgMC42NDM5OTkgMC44NTUxMTcgMC42MzAyQzIuMTg1ODQgMC42MDQzNDkgMy41MTYzOSAwLjYwNjE4OSA0Ljg0ODY4IDAuNjI4MzZDNS4zODk1MiAwLjYzNjI3MiA1Ljc0NzU3IDAuOTQ2NDgzIDUuOTU2NDEgMS40NTc0M0M2LjY3NjM3IDMuMjI3NzIgNy41NTczMyA0LjkxMTk4IDguNjYzMTIgNi40NzMxNkM4Ljk1NzYgNi44ODg4IDkuMjU3ODggNy4zMDQ0NCA5LjY4NTQ4IDcuNTk2OTlDMTAuMTU4NSA3LjkyMDkxIDEwLjUxODcgNy44MTM1NSAxMC43NDEyIDcuMjg2NTlDMTAuODgyNCA2Ljk1MjQ2IDEwLjk0NDMgNi41OTI1NyAxMC45NzYxIDYuMjM0NzFDMTEuMDgxNSA1LjAwMzUyIDExLjA5NTQgMy43NzQ0NSAxMC45MTA1IDIuNTQ3NTlDMTAuNzk3IDEuNzgxOSAxMC4zNjU3IDEuMjg2MjMgOS42MDE2NyAxLjE0MTMzQzkuMjExNzkgMS4wNjc0NiA5LjI2OTg0IDAuOTIyMzggOS40NTg2MSAwLjY5OTg0MUM5Ljc4NjQ5IDAuMzE2MDMzIDEwLjA5NDkgMC4wNzcxMTc5IDEwLjcwOTYgMC4wNzcxMTc5SDE1LjMxOTZDMTYuMDQ1NCAwLjIyMDM1NiAxNi4yMDY1IDAuNTQ2MzkxIDE2LjMwNTkgMS4yNzY2NkwxNi4zMDk5IDYuMzk3NDVDMTYuMzAxOSA2LjY4MDE1IDE2LjQ1MTEgNy41MTkwNyAxNi45NjAzIDcuNzA2MTlDMTcuMzY3OCA3LjgzOTQgMTcuNjM2NCA3LjUxMzM2IDE3Ljg4MSA3LjI1NDk1QzE4Ljk4NDcgNi4wODM0NiAxOS43NzI1IDQuNjk5MDEgMjAuNDc2MyAzLjI2NTQzQzIwLjc4ODYgMi42MzUwNyAyMS4wNTcxIDEuOTgwNDMgMjEuMzE3NCAxLjMyNjM0QzIxLjUxMDIgMC44NDA5NjMgMjEuODEyOCAwLjYwMjE0MSAyMi4zNTk1IDAuNjEyNzJMMjYuNzk2NCAwLjYxNjY3NkMyNi45MjggMC42MTY2NzYgMjcuMDYxMSAwLjYxODYwOCAyNy4xODg1IDAuNjQwNDExQzI3LjkzNjIgMC43Njc4MjYgMjguMTQxIDEuMDg5NDUgMjcuOTEwMSAxLjgxOTUzQzI3LjU0NjMgMi45NjQ5NyAyNi44Mzg0IDMuOTE5NTMgMjYuMTQ2MiA0Ljg3ODVDMjUuNDA2MyA1LjkwMjMyIDI0LjYxNDkgNi44OTExIDIzLjg4MTIgNy45MjFDMjMuMjA3IDguODYxNDggMjMuMjYwNSA5LjMzNTUzIDI0LjA5OCAxMC4xNTI0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.social-icon_facebook {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQ2NTUgMC4wMDYwNjk5NUwxMS44MzQ2IDAuMDAwMjQ0MTQxQzcuNzU1MzcgMC4wMDAyNDQxNDEgNS4xMTkxOSAyLjcwNDg4IDUuMTE5MTkgNi44OTEwMVYxMC4wNjgxSDEuNDY4NDVDMS4xNTI5OCAxMC4wNjgxIDAuODk3NTIyIDEwLjMyMzkgMC44OTc1MjIgMTAuNjM5M1YxNS4yNDI2QzAuODk3NTIyIDE1LjU1ODEgMS4xNTMyOCAxNS44MTM1IDEuNDY4NDUgMTUuODEzNUg1LjExOTE5VjI3LjQyOUM1LjExOTE5IDI3Ljc0NDUgNS4zNzQ2NSAyOCA1LjY5MDEyIDI4SDEwLjQ1MzNDMTAuNzY4OCAyOCAxMS4wMjQyIDI3Ljc0NDIgMTEuMDI0MiAyNy40MjlWMTUuODEzNUgxNS4yOTI4QzE1LjYwODMgMTUuODEzNSAxNS44NjM3IDE1LjU1ODEgMTUuODYzNyAxNS4yNDI2TDE1Ljg2NTUgMTAuNjM5M0MxNS44NjU1IDEwLjQ4NzkgMTUuODA1MiAxMC4zNDI4IDE1LjY5ODMgMTAuMjM1NkMxNS41OTE0IDEwLjEyODQgMTUuNDQ1NyAxMC4wNjgxIDE1LjI5NDMgMTAuMDY4MUgxMS4wMjQyVjcuMzc0ODRDMTEuMDI0MiA2LjA4MDM1IDExLjMzMjcgNS40MjMyIDEzLjAxOSA1LjQyMzJMMTUuNDY1IDUuNDIyMzJDMTUuNzgwMSA1LjQyMjMyIDE2LjAzNTYgNS4xNjY1NyAxNi4wMzU2IDQuODUxMzlWMC41NzY5OTlDMTYuMDM1NiAwLjI2MjExNCAxNS43ODA0IDAuMDA2NjUyNTMgMTUuNDY1NSAwLjAwNjA2OTk1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.social-icon_twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyOSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjkzMzMgMy4zMTgyNUMyNy44OTIgMy43NzUgMjYuNzgyNSA0LjA3Nzc1IDI1LjYyNTggNC4yMjQ3NUMyNi44MTU4IDMuNTE0MjUgMjcuNzI0IDIuMzk3NzUgMjguMTUxIDEuMDUyQzI3LjA0MTUgMS43MTM1IDI1LjgxNjUgMi4xODA3NSAyNC41MTEgMi40NDE1QzIzLjQ1NzUgMS4zMTk3NSAyMS45NTYgMC42MjUgMjAuMzE4IDAuNjI1QzE3LjE0IDAuNjI1IDE0LjU4MTUgMy4yMDQ1IDE0LjU4MTUgNi4zNjY3NUMxNC41ODE1IDYuODIxNzUgMTQuNjIgNy4yNTkyNSAxNC43MTQ1IDcuNjc1NzVDOS45NDIyOSA3LjQ0MyA1LjcxOTU0IDUuMTU1NzUgMi44ODI3OSAxLjY3MTVDMi4zODc1NCAyLjUzMDc1IDIuMDk3MDQgMy41MTQyNSAyLjA5NzA0IDQuNTczQzIuMDk3MDQgNi41NjEgMy4xMjA3OSA4LjMyMzI1IDQuNjQ2NzkgOS4zNDM1QzMuNzI0NTQgOS4zMjYgMi44MTk3OSA5LjA1ODI1IDIuMDUzMjkgOC42MzY1QzIuMDUzMjkgOC42NTQgMi4wNTMyOSA4LjY3Njc1IDIuMDUzMjkgOC42OTk1QzIuMDUzMjkgMTEuNDg5IDQuMDQzMDQgMTMuODA2IDYuNjUyMjkgMTQuMzM5OEM2LjE4NTA0IDE0LjQ2NzUgNS42NzU3OSAxNC41Mjg3IDUuMTQ3MjkgMTQuNTI4N0M0Ljc3OTc5IDE0LjUyODcgNC40MDg3OSAxNC41MDc3IDQuMDYwNTQgMTQuNDMwN0M0LjgwNDI5IDE2LjcwNCA2LjkxNDc5IDE4LjM3NTIgOS40MjQyOSAxOC40Mjk1QzcuNDcxMjkgMTkuOTU3MyA0Ljk5MTU0IDIwLjg3NzggMi4zMDcwNCAyMC44Nzc4QzEuODM2MjkgMjAuODc3OCAxLjM4NDc5IDIwLjg1NjggMC45MzMyODkgMjAuNzk5QzMuNDc2MDQgMjIuNDM4NyA2LjQ4OTU0IDIzLjM3NSA5LjczOTI5IDIzLjM3NUMyMC4zMDIzIDIzLjM3NSAyNi4wNzczIDE0LjYyNSAyNi4wNzczIDcuMDQwNUMyNi4wNzczIDYuNzg2NzUgMjYuMDY4NSA2LjU0MTc1IDI2LjA1NjMgNi4yOTg1QzI3LjE5NTUgNS40OSAyOC4xNTI4IDQuNDgwMjUgMjguOTMzMyAzLjMxODI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.social-icon_telegram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyOSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMTM3MzMgMTQuOTU0NEwxMC42MTk4IDIzLjY2TDE1LjE1MzUgMTkuMTI2M0wyMi45MjY4IDI1LjMwNDdMMjguNDAwMSAwLjY5NTMxMkwwLjQwMDA4NSAxMi4zNTgzTDcuMTM3MzMgMTQuOTU0NFpNMjAuMzk5IDcuNzU1OThMMTEuODI4NyAxNS41NzMxTDEwLjc2MTIgMTkuNTk2M0w4Ljc4OTI4IDE0LjY2NTRMMjAuMzk5IDcuNzU1OThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}
.footer-main {
  padding: 22px 39px 24px;
}
.footer-navigation {
  white-space: nowrap;
}
.footer-navigation-col-list {
  list-style: none;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 60.719530103%;
  white-space: normal;
  vertical-align: top;
}
.footer-navigation-col-list_2 {
  width: 39.280469897%;
}
.footer-navigation-col-item {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: left;
}
.footer-navigation-col-list_1 .footer-navigation-col-item {
  width: 32.889963724%;
  margin-right: 2.418379686%;
}
.footer-navigation-col-list_1 .footer-navigation-col-item_first {
  width: 28.174123337%;
}
.footer-navigation-col-list_1 .footer-navigation-col-item:nth-child(3n) {
  margin-right: 1.209189843%;
}
.footer-navigation-col-list_1 .footer-navigation-col-item:nth-child(n+4) {
  margin-top: 24px;
}
.footer-navigation-col-list_2 .footer-navigation-col-item {
  width: 50.841121495%;
  margin-left: 1.869158879%;
}
.footer-navigation-col-list_2 .footer-navigation-col-item_last {
  width: 43.551401869%;
  margin-left: 3.738317757%;
}
.footer-navigation-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-navigation-item {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
.footer-navigation-item:last-child {
  margin-bottom: 0;
}
.footer-navigation-item * {
  color: rgba(229, 229, 229, 0.62);
}
.footer-navigation-item_title {
  margin-bottom: 10px;
}
.footer-navigation-item_title * {
  color: #e5e5e5;
}
.footer-bottom {
  padding: 18px 39px;
  border-top: 0.25px solid #c4c4c4;
  color: rgba(229, 229, 229, 0.62);
  text-align: justify;
  line-height: 0;
  font-size: 1px;
}
.footer-bottom:after {
  content: "";
  font-size: 0;
  display: inline-block;
  width: 100%;
}
.footer-bottom-col {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  vertical-align: middle;
}
.footer-counters {
  display: inline-block;
  vertical-align: middle;
}
.footer-counters a {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  /*img {
            display: block;
            max-height: 100%;
            max-width: 100%;
        }
        
        & + a {
            height: 24px;
            width: 66px;
            margin-right: 20px;
        }*/

}
.footer-copy {
  display: inline-block;
  vertical-align: middle;
}
.footer-attention {
  font-size: 0;
  vertical-align: text-bottom;
}
.footer-attention-text {
  display: inline-block;
  font-size: 12px;
  vertical-align: baseline;
}
.footer-attention-age {
  display: inline-block;
  font-size: 10px;
  height: 25px;
  width: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid currentcolor;
  box-sizing: border-box;
  vertical-align: baseline;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .footer .find-error {
    margin-top: -2px;
    line-height: 1.3;
  }
  .footer-main {
    padding: 17px 18px 27px;
  }
  .footer-navigation-col-list {
    width: 60.526315789%;
  }
  .footer-navigation-col-list_2 {
    width: 39.372469636%;
  }
  .footer-navigation-col-list_1 .footer-navigation-col-item {
    width: 31.605351171%;
    margin-right: 3.344481605%;
  }
  .footer-navigation-col-list_1 .footer-navigation-col-item_first {
    width: 28.428093645%;
  }
  .footer-navigation-col-list_1 .footer-navigation-col-item:nth-child(3n) {
    margin-right: 1.672240803%;
  }
  .footer-navigation-col-list_1 .footer-navigation-col-item:nth-child(n+4) {
    margin-top: 28px;
  }
  .footer-navigation-col-list_2 .footer-navigation-col-item {
    width: 48.586118252%;
    margin-left: 2.570694087%;
  }
  .footer-navigation-col-list_2 .footer-navigation-col-item_last {
    width: 43.701799486%;
    margin-left: 5.141388175%;
  }
  .footer-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer-top {
    padding: 11px 18px;
    text-align: right;
    background-color: #9f0b01;
  }
}
@media (max-width: 768px) {
  .footer .find-error {
    margin-top: -1px;
  }
  .social-icons-item {
    margin-right: 28px;
  }
  .social-icons-item:last-child {
    margin-right: 0;
  }
  .social-icon {
    width: 22px;
    height: 22px;
  }
  .footer-navigation-item {
    font-size: 12px;
  }
  .footer-navigation-col-list {
    width: 60.792349727%;
  }
  .footer-navigation-col-list_2 {
    width: 39.207650273%;
  }
  .footer-navigation-col-list_1 .footer-navigation-col-item {
    width: 31.011235955%;
    margin-right: 4.494382022%;
  }
  .footer-navigation-col-list_1 .footer-navigation-col-item_first {
    width: 26.741573034%;
  }
  .footer-navigation-col-list_1 .footer-navigation-col-item:nth-child(3n) {
    margin-right: 2.247191011%;
  }
  .footer-navigation-col-list_1 .footer-navigation-col-item:nth-child(n+4) {
    margin-top: 23px;
  }
  .footer-navigation-col-list_2 .footer-navigation-col-item {
    width: 48.083623693%;
    margin-left: 3.484320557%;
  }
  .footer-navigation-col-list_2 .footer-navigation-col-item_last {
    width: 41.463414634%;
    margin-left: 6.968641115%;
  }
  .footer-bottom-col {
    font-size: 10px;
  }
  .footer-attention-text {
    font-size: 10px;
  }
  .footer-attention-age {
    font-size: 10px;
  }
}
@font-face {
  font-family: 'GeorgiaNumber';
  src: url('/Content/fonts/newGeorgia.eot');
  src: url('/Content/fonts/newGeorgia.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/newGeorgia.woff') format('woff'), url('/Content/fonts/newGeorgia.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.Georgia-Number {
  font-family: 'GeorgiaNumber';
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
kbd {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 1px 4px 1px 8px;
  background-color: #dfd3c9;
  display: inline-block;
  vertical-align: middle;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
blockquote {
  margin: 0;
  padding: 0;
}
small,
.small {
  font-size: 85%;
  line-height: 0;
}
.pointer {
  cursor: pointer;
}
.paddingCleaar {
  padding: 0;
}
sup {
  vertical-align: super;
  top: auto;
}
.b-right {
  float: right;
}
.b-left {
  float: left;
}
.b-clearfix {
  clear: both;
}
.b-clearfix:before,
.b-clearfix:after {
  content: " ";
  display: table;
}
.b-clearfix:after {
  clear: both;
}
.b-clearfix:before,
.b-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-clearfix:after {
  clear: both;
  float: none;
}
.b-no-border {
  border: none !important;
}
.b-align_middle {
  vertical-align: middle;
}
.b-align_bottom {
  vertical-align: bottom;
}
.b-align_top {
  vertical-align: top;
}
.b-table {
  display: table;
  width: 100%;
}
.b-table_fixed {
  table-layout: fixed;
}
.b-table__row {
  display: table-row;
}
.b-table__cell {
  vertical-align: middle;
  display: table-cell;
}
.b-table__cell_100 {
  width: 100%;
}
.b-table__cell_50 {
  width: 50%;
}
.b-table__cell_t {
  vertical-align: top;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap,
.b-text-nowrap {
  white-space: nowrap;
}
.b-text_white {
  color: white;
}
.text-red,
.b-text-red {
  color: #a7100c;
}
.text-black {
  color: black;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
img {
  max-width: 100%;
  border: 0;
}
hr {
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #b3d4c9;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
*:focus {
  outline: 0;
}
.FontArial {
  font-family: Arial, sans-serif;
}
input[type="search"] {
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
a {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: white;
  text-decoration: none;
}
a:focus {
  color: white;
  text-decoration: none;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html {
  font-family: Arial, sans-serif;
  line-height: 1.428571429;
  font-size: 14px;
}
body,
html {
  height: 100%;
}
body {
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  color: white;
  min-width: 1050px;
}
.b-body_hidden {
  overflow: hidden;
}
.b-layout {
  min-height: 100%;
  position: relative;
}
.b-layout_home .b-grid {
  margin-bottom: 0;
}
.b-layout,
body {
  background-color: #f8ebe0;
}
.b-form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: black;
  background-color: white;
  background-image: none;
  border: 0;
  border-radius: 0;
  outline: none;
}
textarea.b-form-control {
  height: auto;
  max-width: 100%;
}
.b-form-control_placeholdered {
  color: #cccccc;
}
.b-views-counter,
.b-comments-counter {
  font-size: 0;
  display: inline-block;
}
.b-views-counter:before,
.b-comments-counter:before {
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  display: inline-block;
  content: " ";
  height: 10px;
  margin-right: 3px;
}
.b-views-counter__count,
.b-comments-counter__count {
  vertical-align: middle;
  font-size: 9px;
}
.b-views-counter:before {
  width: 15px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAQAAADBEsxyAAAArElEQVQY00XPr4pCYRyE4d8HRwSracXijZiFtSusYQ0mr8HkRZgVLWatYtp/3WQUjFtXEHw2nO/szoR5mUkTIrtpYmFrYaJZtWXUzN3AN/gxV6vmhiPYeBJaNuCoUc5r8KEw82am8A7WInSVGutnevaaqRteMg4NMg3+aBQKX2Clbu9up24FPhUhdFzwMJUkydQDF53qWNsBnO2cwUH7/3dIepZOrk6WelLZ/wIfX+JAzBs79QAAAABJRU5ErkJggg==');
}
.b-views-counter_black:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAQAAADBEsxyAAAArUlEQVQY01XPoU5CARgF4O9ul7ERaTqKPgiZTTtg0kDiGUg8BBkGhYyV0WR0EpHNaKS4cQzc6/Skb/8p56dO28jM2sxI2780TF1EfIm4mGrUZctOxMod7q1E7LRu9VLEXmlib6L0IWIJXRHx5rnSk9dKXYYVB/qV+r96oXQQsdD07ttG00LEQQmPzuJqrFAojF3F2UO9vWMr4mTjJGKr8/fzQs/c0aejuZ7idv4BUt9M0R6x4dYAAAAASUVORK5CYII=');
}
.b-comments-counter:before {
  width: 12px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAANlBMVEX///////////////////////////////////////////////////////////////////////8BOg0gAAAAEXRSTlMABggpLTVNWomqsrbA0u7x85IgM2sAAAAtSURBVAjXY+DghANWBl5BOGCnnMPDxy8oKMAHAmwMDAwsgtxMDDDAzMUIZQEApzYFsy6fClsAAAAASUVORK5CYII=');
}
.b-comments-counter_black {
  color: black;
}
.b-comments-counter_black:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAANlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3dmhyAAAAEXRSTlMABggpLTVNWomqsrbA0u7x85IgM2sAAAAtSURBVAjXY+DghANWBl5BOGCnnMPDxy8oKMAHAmwMDAwsgtxMDDDAzMUIZQEApzYFsy6fClsAAAAASUVORK5CYII=');
}
.b-article-preview:hover .b-concated-preview__article-heading {
  text-decoration: none;
}
.b-article-preview.b-concated-preview:hover .b-article-preview__heading.b-concated-preview__heading {
  text-decoration: underline;
}
.b-ratings-preview {
  text-align: center;
}
.b-ratings-preview__heading {
  max-height: 143px;
}
.b-ratings-preview__cell_top {
  vertical-align: bottom;
  height: 200px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b-ratings-preview__cell_bottom {
  height: 200px;
  vertical-align: bottom;
}
.b-opinion-preview {
  text-align: center;
  color: black;
  border: 1px solid #cccccc;
  height: 400px;
  background-color: #f8ebe0;
  padding: 10px;
  position: relative;
}
.b-opinion-preview__avatar {
  width: 140px;
  height: 140px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  margin: 0 auto 10px;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b-opinion-preview-author {
  font-size: 0;
  margin: 8px 0;
}
.b-opinion-preview-author__link {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  max-height: 30.8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
  color: black;
}
.b-opinion-preview-author__link:visited {
  color: black;
}
.b-opinion-preview-author__link:hover {
  color: black;
}
.b-opinion-preview-author__link:active {
  color: black;
}
.b-opinion-preview__heading {
  margin-top: 8px;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 1.1;
  max-height: 143px;
  color: black;
}
.b-opinion-preview__counters {
  bottom: 15px;
  left: 15px;
  right: 15px;
  position: absolute;
}
.b-opinion-preview__tag {
  display: inline-block;
  padding: 4px 15px;
  color: white;
  background-color: #a7100c;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.b-opinion-preview__counter {
  padding: 0 5px;
}
.b-business-preview {
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  text-align: center;
  color: black;
  position: relative;
  padding: 10px;
  padding-top: 0;
}
.b-business-preview__tag {
  min-width: 135px;
  display: inline-block;
  padding: 4px;
  background-color: #a7100c;
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.b-business-preview__tag-outer {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
}
.b-business-preview__image {
  display: inline-block;
  max-height: 100%;
  vertical-align: bottom;
}
.b-business-preview__image-wrapper {
  margin-top: 5px;
  height: 150px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  white-space: nowrap;
}
.b-business-preview__image-wrapper:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.b-business-preview__image-wrapper:before {
  vertical-align: bottom;
}
.b-business-preview__heading {
  margin-top: 15px;
  color: black;
}
.b-tag-block__link,
.b-article-preview__link,
.b-news-list-item__link {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQI12P4zwAAAgEBAKrChTYAAAAASUVORK5CYII=");
}
.b-tag-block {
  position: relative;
  width: 144px;
  height: 144px;
  background-size: cover;
  background-position: center center;
}
.b-tag-block_red {
  background-color: #a7100c;
}
.b-tag-block__tag {
  display: inline-block;
  background-color: #a7100c;
  padding: 2px 4px;
  font-size: 14px;
  line-height: 1;
  color: white;
}
.b-tag-block__tag-outer {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 3px;
  width: 100%;
  left: 0;
}
.b-tag-block__tag_no-bg {
  background: transparent;
}
.b-main-block {
  position: relative;
  padding: 20px;
  background-color: #a7100c;
  height: 400px;
  font-size: 24px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.b-main-block__holiday {
  margin-top: 39px;
}
.b-main-block__dp25 {
  margin-top: 20px;
}
.b-main-block__footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.b-search-icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('/Content/images/icons/search_white.svg') center center no-repeat;
  background-size: 34px 34px;
}
.b-mt-0 {
  margin-top: 0;
}
.b-lineh-menu {
  line-height: 1.2;
}
.b-socials-list {
  font-size: 0;
  line-height: 1.2;
  min-height: 1px;
}
.b-socials-list__list-item {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}
.b-socials-list__list-item:last-of-type {
  margin-right: 0;
}
.b-socials-list__item {
  width: 36px;
  height: 36px;
}
.b-social-icon {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
}
.b-social-icon_vk {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDM0IDE5Ij48cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMS41NTg0OTgyLDEuMjg2NTU1MjcgQzMxLjc4MDg4OTQsMC41NDQ5NDI5NjkgMzEuNTU4NDk4NCwwIDMwLjUwMDA2MSwwIEwyNy4wMDAwNjEsMCBDMjYuMTEwMTI2MywwIDI1LjY5OTg1MzYsMC40NzA3NTA4NzYgMjUuNDc3MzM5MSwwLjk4OTg0ODYyOCBDMjUuNDc3MzM5MSwwLjk4OTg0ODYyOCAyMy42OTc0Njk1LDUuMzI4MjM0MzIgMjEuMTc2MDQ5NCw4LjE0NjI5OTM1IEMyMC4zNjAzMDY4LDguOTYyMDQyMDIgMTkuOTg5NDY5Nyw5LjIyMTU5MDkgMTkuNTQ0NTAyNCw5LjIyMTU5MDkgQzE5LjMyMjA0OTUsOS4yMjE1OTA5IDE4Ljk4ODMwODYsOC45NjIwNDIwMiAxOC45ODgzMDg2LDguMjIwNDkxNDQgTDE4Ljk4ODMwODYsMS4yODY1NTUyNyBDMTguOTg4MzA4NiwwLjM5NjYyMDUwOCAxOC43NDE3MzUxLDAgMTguMDAwMDYxLDAgTDEyLjUwMDA2MSwwIEMxMS45NDM5MjksMCAxMS42MDk0NjY3LDAuNDEzMDM5MDU3IDExLjYwOTQ2NjcsMC44MDQ0OTE4NDQgQzExLjYwOTQ2NjcsMS42NDgxMzM3MSAxMi44NzAxMTUxLDEuODQyNjg3MzUgMTMuMDAwMDYxLDQuMjE1ODQ2NzIgTDEzLjAwMDA2MSw5LjM2OTk3NTA4IEMxMy4wMDAwNjEsMTAuNSAxMi43OTU5ODQ3LDEwLjcwNDg3NzIgMTIuMzUxMDE3MywxMC43MDQ4NzcyIEMxMS4xNjQ0OTk0LDEwLjcwNDg3NzIgOC4yNzgyOTExNiw2LjM0NzExMDI1IDYuNTY2NTAzMDYsMS4zNjA2ODU2NCBDNi4yMzEwMzM4MywwLjM5MTQ5NzQyNyA1Ljg5NDU2MzM3LDAgNS4wMDAwNjEwNCwwIEwxLjUwMDA2MTA0LDAgQzAuNTAwMDYxMDM1LDAgMC4zMDAwNDg4MjgsMC40NzA3NTA4NzYgMC4zMDAwNDg4MjgsMC45ODk4NDg2MjggQzAuMzAwMDQ4ODI4LDEuOTE2ODc5NDQgMS40ODY2Mjg1Miw2LjUxNDgxNCA1LjgyNDk1MjQ4LDEyLjU5NTkxMTUgQzguNzE3MTQ3ODgsMTYuNzQ4ODE2OSAxMi43OTIwNjEyLDE5IDE2LjUwMDA2MSwxOSBDMTguNzI0ODM2MiwxOSAxOS4wMDAwNjEsMTguNSAxOS4wMDAwNjEsMTcuNjM4NzUxNyBMMTkuMDAwMDYxLDE0LjUgQzE5LjAwMDA2MSwxMy41IDE5LjIxMDgyMzEsMTMuMzAwNDI3NyAxOS45MTUzMzk0LDEzLjMwMDQyNzcgQzIwLjQzNDQzNzEsMTMuMzAwNDI3NyAyMS4zMjQzNzE5LDEzLjU1OTk3NjYgMjMuNDAwODg2MywxNS41NjIyOTg5IEMyNS43NzM5ODQsMTcuOTM1Mzk2NiAyNi4xNjUyMjA2LDE5IDI3LjUwMDA2MSwxOSBMMzEuMDAwMDYxLDE5IEMzMi4wMDAwNjEsMTkgMzIuNTAwMDYxLDE4LjUgMzIuMjExNjE4OCwxNy41MTMyNzggQzMxLjg5NTk3NjUsMTYuNTI5ODUyNyAzMC43NjI5NTA1LDE1LjEwMzAzMzYgMjkuMjU5NTMxLDEzLjQxMTY1NDEgQzI4LjQ0MzcyNjYsMTIuNDQ3NTg5IDI3LjIyMDExMjYsMTEuNDA5MzkzNSAyNi44NDkyNzU1LDEwLjg5MDE3MjMgQzI2LjMzMDE3NzgsMTAuMjIyODEzOCAyNi40Nzg1MDAzLDkuOTI2MTA3MTYgMjYuODQ5Mjc1NSw5LjMzMjg3OTA0IEMyNi44NDkyNzU1LDkuMzMyODc5MDQgMzEuMTEzNTMwOSwzLjMyNTkxMTk2IDMxLjU1ODQ5ODIsMS4yODY1NTUyNyBaIi8+PC9zdmc+');
  background-color: #527397;
  background-size: 22px;
}
.b-social-icon_facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGRjsiIGQ9Ik0xMzQuOTQxLDI3Mi42OTFoNTYuMTIzdjIzMS4wNTFjMCw0LjU2MiwzLjY5Niw4LjI1OCw4LjI1OCw4LjI1OGg5NS4xNTkgIGM0LjU2MiwwLDguMjU4LTMuNjk2LDguMjU4LTguMjU4VjI3My43OGg2NC41MTljNC4xOTUsMCw3LjcyNS0zLjE0OCw4LjIwNC03LjMxNWw5Ljc5OS04NS4wNjFjMC4yNjktMi4zNC0wLjQ3Mi00LjY4NC0yLjAzOC02LjQ0ICBjLTEuNTY3LTEuNzU3LTMuODEtMi43NjMtNi4xNjQtMi43NjNoLTc0LjMxNlYxMTguODhjMC0xNi4wNzMsOC42NTQtMjQuMjI0LDI1LjcyNi0yNC4yMjRjMi40MzMsMCw0OC41OSwwLDQ4LjU5LDAgIGM0LjU2MiwwLDguMjU4LTMuNjk4LDguMjU4LTguMjU4VjguMzE5YzAtNC41NjItMy42OTYtOC4yNTgtOC4yNTgtOC4yNThoLTY2Ljk2NUMzMDkuNjIyLDAuMDM4LDMwOC41NzMsMCwzMDcuMDI3LDAgIGMtMTEuNjE5LDAtNTIuMDA2LDIuMjgxLTgzLjkwOSwzMS42M2MtMzUuMzQ4LDMyLjUyNC0zMC40MzQsNzEuNDY1LTI5LjI2LDc4LjIxN3Y2Mi4zNTJoLTU4LjkxOGMtNC41NjIsMC04LjI1OCwzLjY5Ni04LjI1OCw4LjI1OCAgdjgzLjk3NUMxMjYuNjgzLDI2OC45OTMsMTMwLjM3OSwyNzIuNjkxLDEzNC45NDEsMjcyLjY5MXoiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+');
  background-color: #3b5998;
  background-size: 22px;
}
.b-social-icon_ok {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAVCAQAAADcUBcCAAAByUlEQVQoz2NggABmBm4GMQYZBmkGYQYOBiYGJMDCILo299mFH5++vru/r9ubgR8hzcQgcm7Ofzj483N5BgMvAyNEknNB3P9///9/fHlq+dl1v779///jk78u0DQwEL67+///L+9dbBhEGSQmZoB0760HugEMJN7c+f//6i4GCaBRTAxKn9/+/395OYMARFLs+cX//x9fYFBgYGXgMDL+8/P//zNzGPggknynpgJN+ndglrVJtPOdwyBjZ4YysEMkWV00Pz0FCf37B3HvvT1APzNBPMLOIJrj/uo6ROLfv5ubdXUZBIFWAD3DMcP51pLOaFbjnpQ9PVtas/0ZDFYX35ofrATyDN/THSD1d49uaO1K68/cNfHlTZAJZ+qAwcjAuSTqx8f/aODtzVxDoMFAO3mTzS4u/fQCauff17cPdesqAfWBA5CRgQ0YFwZbl/3///dvazWDOjDgWRCxwswgurf7P9gjv77OSkCOFaDUvk6Q1IdXP7+BpGfGA8MHKs27vwEk9f5BoFNXwq+vIOnZQSC3goDQB2AAvH+YYAGMCf6p0SDp20tgscK1IvT24jQjBk5wrPDNDLi7uMkU6EhoSuAAqmODxj0SDwC+zPpwxqYLhgAAAABJRU5ErkJggg==');
  background-color: #f88c31;
}
.b-social-icon_instagram {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAQAAADoKdYeAAAB5UlEQVQoz4XST0jTYRzH8fdv03SbTZCmlmX/rUQRCjwFHjoEdahL/wijIspDqASR0E0iiIVBh7oYWnmpRhJkCtIkOhSFUVpCiS1nU/LnFrlfKdp+nw4yysbm8z49D6/T9/kiMMgiF0+GXGRhABi4jpY/aexqytC5M1W4MMCxc4MV0RLnl3loG05YdutgWmObo+ZILCJJD06RA7ltx9PZsUEqWZW9fXpSeliPKyMOv6YIKImNSoEG3JnxIBWspOrHZBps2wOdN05cP9Z/L5GQPfHx6zvzi5QG379IMW7cFLU12Pbf93/wTLzVP/JWGh+gFKcQOCgJvZTCQ63+6egiHJ+ierhPehNghViIghft0ugrqqPhRdgyqXwfkD71UYwhBAaFHx5Lwz1U/jcNy6Ss67w0P1u3mzwcOPAcqZm1pGAzZal4bcXG+IT0PXK1lvWsu3QgGpJ+RneVU5qK1+C5eXjOkiRrKj4pSfMzt0+Sl/IplslqHCy/vGe8Pzmsb4PX9pOPIxVH2YoXLz42nd5790JHU/0+NlOIFy9bYmNJnHOnVrLtZx3BKwv1+rtbult6/cl7sD3xW+o8Sy4463ck5pbaZzvRXEM2GHgf1YWefn6evlCwp5F8DARO3BTgozBNPgrw4IQ/viYWL//mCqcAAAAASUVORK5CYII=');
  background-color: #125688;
}
.b-social-icon_telegram {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAQAAADMt26FAAAB50lEQVQoz2P4z4AfAgEjAwsDL4MYgxADGyHFTAycDCKehvs6X19/c5ZBBLdCRgZWBn4G2Tnxt3b9/v4fCH59ZZDGrpSZgYtBLNHqyJQPT/7DwdMLDBKYZrIxCPArrs69d/jvH5Civ7/3b3v6EMQ6t5RBENVMHgaJIuczC768hpn47Hp5yd3zEPamEqCdUA+xMwjpqW+ufHr23z+Y0h+fN/e4B7+8A+Pn2gNDCGg9B4NEm9/lNd8/Itz5/9+t3d4u2WGfXsAEvr5jkAOqZWCebvb26n8U8OHJnHQG9f6kH0gGPDgODHkgYFlk8+4awgl/fp6eo6bBIL+67PdPZCNOzmYQgMQZJ4N4otXu5ntHfn779KIwEGiK9N6ef39RbVyRCVTHgIgSHgYxM8uPNxgUuaQuLPmPDv4FmwBDjgE1zEVf72303tuCofj/x2cMMiCPokYSz+myU1NObcRUfmcvgyjI5ajKWVL0Xl24ehKk4P7F//8Qyg9PZODDVM7IIPb8zOd3//8fn8WgsawAEZBzYoGxg64cqIH3ONDl5+YAExMbA1+23fNLYH/+MdQCexRDOYuK6FIXBmEGFrBdHALyp+f8+/PmMtDljFiUg9MPMwMTQjuDUJd1qhowTTFgVY4lmwC1Q81mAADYl+/VuqzPEQAAAABJRU5ErkJggg==');
  background-color: #0d86d7;
}
.b-social-icon_twitter {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAATCAQAAADVR44AAAABn0lEQVQoz2P4z4ALMjCCIQKAhZgYGNEUcTCIyCmZqDOIM3AzsDGwM7ACxYASnL1qDLwMTEgKucrtHh35+/v//zc3Z6Wa6Z8v2GLMwAySkPj+fHE6gzADC1Qpa7j+11f/oeDvnz+/7u2J1waay8CUYgwU+H1kmrgi0DKg2Qx8Z2f9RwJ/fr+7dzQRpJRRTun3d5DQ61tLshjkGUQYFB+c+I8CVpQyCEAcIHZhLUzw86vr23dMf34X1VQGFZBCoNJKtaPz37/5jxN8fs0gAwktRhnpnx//4wHPLwKDDBqu/Ed78Sk9NZOBH6aUhVP60LyfP7Ar/Pe3zBEYCRClQMU85ya9fYZd6Z09DKLQ6AUrZWuw+orVYz+/5NoCo5UBoZSRgTvf7vKOj29RFf79syKXgQ+RZJiAuvgZxHk05zR+eI0Snj83ljEIQUIUAphP2d2b+nAHugPe3O4NhsQRAjAxcG/0u7fhK9zEn59v7VydxSnDwAVOESjplQmYOoUZZBLNe/2mBBbaMsgB0wEXAzM0nSErhadSZmDqYQWSqMkcDgCRqqchGjBhowAAAABJRU5ErkJggg==');
  background-color: #34a8e5;
}
.b-social-icon_viber {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjEwMS40MTUgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxMDEuNDE1IDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMjMuOTIyLDYuMDk3bC0wLjAwNi0wLjAyNmMtMC41MzEtMi4xNDYtMi45MjMtNC40NDgtNS4xMjEtNC45MjdsLTAuMDI1LTAuMDA1Yy0zLjU1NC0wLjY3OC03LjE1OC0wLjY3OC0xMC43MTEsMGwtMC4wMjUsMC4wMDVjLTIuMTk3LDAuNDc5LTQuNTksMi43ODEtNS4xMjEsNC45MjdsLTAuMDA2LDAuMDI2Yy0wLjY1NiwyLjk5Ny0wLjY1Niw2LjAzNSwwLDkuMDMybDAuMDA2LDAuMDI2YzAuNTA5LDIuMDU0LDIuNzIzLDQuMjUsNC44MzksNC44NTV2Mi4zOTVjMCwwLjg2NywxLjA1NywxLjI5MywxLjY1NywwLjY2N2wyLjQyNy0yLjUyM2MwLjUyNywwLjAzLDEuMDUzLDAuMDQ2LDEuNTc5LDAuMDQ2YzEuNzg5LDAsMy41NzktMC4xNjksNS4zNTYtMC41MDhsMC4wMjUtMC4wMDVjMi4xOTctMC40NzksNC41OS0yLjc4Miw1LjEyMS00LjkyN2wwLjAwNi0wLjAyNkMxMjQuNTc5LDEyLjEzMiwxMjQuNTc5LDkuMDk0LDEyMy45MjIsNi4wOTdMMTIzLjkyMiw2LjA5N3ogTTEyMi4wMDIsMTQuNjk0Yy0wLjM1NCwxLjQtMi4xNzEsMy4xNC0zLjYxNCwzLjQ2MmMtMS44OSwwLjM1OS0zLjc5NSwwLjUxMy01LjY5NywwLjQ2Yy0wLjAzOC0wLjAwMS0wLjA3NCwwLjAxNC0wLjEwMSwwLjA0MWMtMC4yNywwLjI3Ny0xLjc3MiwxLjgxOS0xLjc3MiwxLjgxOWwtMS44ODUsMS45MzVjLTAuMTM4LDAuMTQzLTAuMzgsMC4wNDYtMC4zOC0wLjE1M1YxOC4yOWMwLTAuMDY1LTAuMDQ3LTAuMTIxLTAuMTExLTAuMTM0YzAsMC0wLjAwMSwwLTAuMDAxLDBjLTEuNDQzLTAuMzIyLTMuMjU5LTIuMDYyLTMuNjE0LTMuNDYyYy0wLjU5MS0yLjcwOS0wLjU5MS01LjQ1NCwwLTguMTYzYzAuMzU1LTEuNCwyLjE3MS0zLjE0LDMuNjE0LTMuNDYxYzMuMzAxLTAuNjI4LDYuNjQ3LTAuNjI4LDkuOTQ3LDBjMS40NDQsMC4zMjEsMy4yNiwyLjA2MiwzLjYxNCwzLjQ2MUMxMjIuNTkzLDkuMjQsMTIyLjU5MywxMS45ODYsMTIyLjAwMiwxNC42OTRMMTIyLjAwMiwxNC42OTR6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExNi41NTUsMTYuNTI2Yy0wLjIyMi0wLjA2Ny0wLjQzMy0wLjExMy0wLjYzLTAuMTk0Yy0yLjAzNS0wLjg0NC0zLjkwOC0xLjkzNC01LjM5Mi0zLjYwNGMtMC44NDQtMC45NDktMS41MDUtMi4wMjItMi4wNjMtMy4xNTZjLTAuMjY1LTAuNTM4LTAuNDg4LTEuMDk3LTAuNzE1LTEuNjUzYy0wLjIwNy0wLjUwNywwLjA5OC0xLjAzLDAuNDItMS40MTJjMC4zMDItMC4zNTgsMC42OS0wLjYzMiwxLjExMS0wLjgzNWMwLjMyOC0wLjE1OCwwLjY1Mi0wLjA2NywwLjg5MiwwLjIxMWMwLjUxOCwwLjYwMiwwLjk5NCwxLjIzNCwxLjM3OSwxLjkzMWMwLjIzNywwLjQyOSwwLjE3MiwwLjk1My0wLjI1OCwxLjI0NWMtMC4xMDQsMC4wNzEtMC4xOTksMC4xNTQtMC4yOTcsMC4yMzRjLTAuMDg1LDAuMDcxLTAuMTY2LDAuMTQxLTAuMjI0LDAuMjM2Yy0wLjEwNywwLjE3NC0wLjExMiwwLjM3OS0wLjA0NCwwLjU2OGMwLjUzLDEuNDU2LDEuNDIzLDIuNTg4LDIuODg4LDMuMTk3YzAuMjM1LDAuMDk4LDAuNDcsMC4yMTEsMC43NCwwLjE4YzAuNDUyLTAuMDUzLDAuNTk5LTAuNTQ5LDAuOTE2LTAuODA5YzAuMzEtMC4yNTMsMC43MDYtMC4yNTcsMS4wNC0wLjA0NWMwLjMzNCwwLjIxMSwwLjY1NywwLjQzOCwwLjk3OSwwLjY2N2MwLjMxNiwwLjIyNSwwLjYzLDAuNDQ1LDAuOTIxLDAuNzAyYzAuMjgsMC4yNDcsMC4zNzcsMC41NywwLjIxOSwwLjkwNWMtMC4yODksMC42MTMtMC43MDksMS4xMjItMS4zMTUsMS40NDhDMTE2Ljk1MiwxNi40MzcsMTE2Ljc0NywxNi40NjYsMTE2LjU1NSwxNi41MjZDMTE2LjMzMiwxNi40NTgsMTE2Ljc0NywxNi40NjYsMTE2LjU1NSwxNi41MjZMMTE2LjU1NSwxNi41MjZ6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExMy40Miw0Ljk3MmMyLjY2MiwwLjA3NSw0Ljg0OSwxLjg0MSw1LjMxNyw0LjQ3M2MwLjA4LDAuNDQ5LDAuMTA4LDAuOTA3LDAuMTQ0LDEuMzYyYzAuMDE1LDAuMTkyLTAuMDk0LDAuMzc0LTAuMywwLjM3NmMtMC4yMTQsMC4wMDMtMC4zMDktMC4xNzYtMC4zMjQtMC4zNjdjLTAuMDI3LTAuMzc5LTAuMDQ2LTAuNzU5LTAuMDk5LTEuMTM1Yy0wLjI3NS0xLjk4My0xLjg1Ny0zLjYyNC0zLjgzMS0zLjk3NmMtMC4yOTctMC4wNTMtMC42MDEtMC4wNjctMC45MDItMC4wOThjLTAuMTktMC4wMi0wLjQzOS0wLjAzMS0wLjQ4MS0wLjI2OGMtMC4wMzYtMC4xOTgsMC4xMzItMC4zNTYsMC4zMjEtMC4zNjZDMTEzLjMxNyw0Ljk2OSwxMTMuMzY4LDQuOTcyLDExMy40Miw0Ljk3MkMxMTYuMDgyLDUuMDQ3LDExMy4zNjgsNC45NzIsMTEzLjQyLDQuOTcyTDExMy40Miw0Ljk3MnoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTE3LjQ2NiwxMC4yMTdjLTAuMDA1LDAuMDMzLTAuMDA3LDAuMTExLTAuMDI2LDAuMTg1Yy0wLjA3MSwwLjI2Ny0wLjQ3NiwwLjMtMC41NjksMC4wMzFjLTAuMDI4LTAuMDgtMC4wMzItMC4xNzEtMC4wMzItMC4yNTdjLTAuMDAxLTAuNTY0LTAuMTIzLTEuMTI3LTAuNDA4LTEuNjE4Yy0wLjI5My0wLjUwNC0wLjczOS0wLjkyOC0xLjI2My0xLjE4NWMtMC4zMTctMC4xNTUtMC42NTktMC4yNTItMS4wMDYtMC4zMDljLTAuMTUyLTAuMDI1LTAuMzA1LTAuMDQtMC40NTctMC4wNjJjLTAuMTg1LTAuMDI1LTAuMjg0LTAuMTQzLTAuMjc1LTAuMzI1YzAuMDA4LTAuMTcxLDAuMTMzLTAuMjk0LDAuMzE5LTAuMjgzYzAuNjExLDAuMDM1LDEuMjAxLDAuMTY3LDEuNzQ0LDAuNDU1YzEuMTA0LDAuNTg1LDEuNzM2LDEuNTA4LDEuOTIsMi43NDFjMC4wMDgsMC4wNTYsMC4wMjIsMC4xMTEsMC4wMjYsMC4xNjhDMTE3LjQ0OSw5Ljg5NiwxMTcuNDU1LDEwLjAzNCwxMTcuNDY2LDEwLjIxN0MxMTcuNDYxLDEwLjI1LDExNy40NTUsMTAuMDM0LDExNy40NjYsMTAuMjE3TDExNy40NjYsMTAuMjE3eiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTUuODEsMTAuMTUyYy0wLjIyMiwwLjAwNC0wLjM0Mi0wLjExOS0wLjM2NS0wLjMyNGMtMC4wMTYtMC4xNDItMC4wMjgtMC4yODYtMC4wNjMtMC40MjVjLTAuMDY3LTAuMjczLTAuMjEyLTAuNTI1LTAuNDQxLTAuNjkzYy0wLjEwOC0wLjA3OS0wLjIzMS0wLjEzNi0wLjM2LTAuMTc0Yy0wLjE2My0wLjA0Ny0wLjMzMy0wLjAzNC0wLjQ5Ni0wLjA3NGMtMC4xNzctMC4wNDMtMC4yNzUtMC4xODctMC4yNDctMC4zNTNjMC4wMjUtMC4xNTEsMC4xNzItMC4yNjksMC4zMzgtMC4yNTdjMS4wMzIsMC4wNzQsMS43NywwLjYwOCwxLjg3NSwxLjgyM2MwLjAwOCwwLjA4NiwwLjAxNiwwLjE3Ni0wLjAwMywwLjI1OEMxMTYuMDE1LDEwLjA3NSwxMTUuOTExLDEwLjE0NiwxMTUuODEsMTAuMTUyQzExNS41ODcsMTAuMTU3LDExNS45MTEsMTAuMTQ2LDExNS44MSwxMC4xNTJMMTE1LjgxLDEwLjE1MnoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTE2LjU1NSwxNi41MjZDMTE2Ljc0NywxNi40NjYsMTE2LjMzMiwxNi40NTgsMTE2LjU1NSwxNi41MjZMMTE2LjU1NSwxNi41MjZ6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExMy40Miw0Ljk3MmMwLjAwMiwwLDAuMDA0LDAsMC4wMDYsMEMxMTMuNTc0LDQuOTc4LDExNS45NzcsNS4wNDQsMTEzLjQyLDQuOTcyTDExMy40Miw0Ljk3MnoiLz48cGF0aCBmaWxsPSIjRDFEMUQxIiBkPSJNMTE3LjIzOCw2LjU1NiIvPjxwYXRoIGZpbGw9IiNEMUQxRDEiIGQ9Ik0xMTcuNDEyLDkuNTkiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTE3LjQ2NiwxMC4yMTdDMTE3LjQ1NSwxMC4wMzQsMTE3LjQ2MSwxMC4yNSwxMTcuNDY2LDEwLjIxN0wxMTcuNDY2LDEwLjIxN3oiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTE1LjgxLDEwLjE1MmMwLjAwNCwwLDAuMDA3LTAuMDAyLDAuMDEtMC4wMDJjLTAuMDEsMC0wLjAyNCwwLTAuMDM5LDAuMDAxQzExNS43OTEsMTAuMTUxLDExNS44LDEwLjE1MiwxMTUuODEsMTAuMTUyTDExNS44MSwxMC4xNTJ6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExNS44MSwxMC4xNTJjLTAuMDEsMC0wLjAxOS0wLjAwMS0wLjAyOC0wLjAwMkMxMTUuNzMzLDEwLjE1MiwxMTUuNjg0LDEwLjE1NSwxMTUuODEsMTAuMTUyTDExNS44MSwxMC4xNTJ6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExNS44MiwxMC4xNWMtMC4wMDMsMC0wLjAwNywwLjAwMi0wLjAxLDAuMDAyQzExNS44MzYsMTAuMTUsMTE1LjgzNCwxMC4xNSwxMTUuODIsMTAuMTVMMTE1LjgyLDEwLjE1eiIvPjxwYXRoIGZpbGw9IiNEMUQxRDEiIGQ9Ik0xMTUuMzQsOC4yMzkiLz48L2c+PC9zdmc+');
  background-color: #6f3faa;
}
.b-social-icon_tamtam {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNDc2IDIyLjQwMWwtMy4yNjMgMi4yMDFjLS4zMzEuMjI0LS42LjA4LS42MDEtLjMxOGwtLjAwNy0zLjUxNWExMS4wNCAxMS4wNCAwIDAgMS00Ljg3My05LjE1NkMxLjcxOSA1LjUxNiA2LjYxNi41NjYgMTIuNjcyLjU1M2M2LjA1Mi0uMDEgMTAuOTcgNC45MiAxMC45ODQgMTEuMDE2LjAxMiA2LjA5Ni00Ljg4NyAxMS4wNDYtMTAuOTQgMTEuMDU4YTEwLjg5IDEwLjg5IDAgMCAxLTIuMjQtLjIyNm03LjIyOS0xMC40NzVsLTEwLjAyLjAyYy4wMDUgMi43ODYgMi4yNTIgNS4wNCA1LjAyIDUuMDM1IDIuNzY2LS4wMDYgNS4wMDUtMi4yNjkgNS01LjA1NSIvPjwvc3ZnPg==');
  background-color: #697cff;
  background-size: 22px;
}
.b-search__input {
  white-space: normal;
  height: 60px;
  line-height: 48px;
  font-size: 26px;
  padding-left: 22px;
  padding-right: 22px;
}
.b-search__button {
  color: black;
  font-weight: bold;
  padding: 2px 16px;
  border: 0;
  font-size: 26px;
  background: transparent;
}
.b-concated-preview {
  padding-left: 0;
  padding-right: 0;
}
.b-concated-preview__content:hover .b-article-preview__heading,
.b-concated-preview__cell:hover .b-article-preview__heading {
  text-decoration: underline;
}
.b-concated-preview__content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 20px 30px 0;
  text-align: center;
  z-index: 3;
}
.b-concated-preview__heading {
  font-size: 40px !important;
  line-height: 1;
  max-height: 200px;
  margin-bottom: 0;
  margin-top: 2px;
}
.b-concated-preview__heading:hover {
  text-decoration: underline;
}
.b-concated-preview__article-heading {
  font-size: 14px;
  max-height: none;
  height: 65px;
}
.b-concated-preview__article-link {
  text-decoration: none;
  position: relative;
  z-index: 2;
  font-size: 16px;
  display: block;
  line-height: 1;
  font-weight: 400;
}
.b-concated-preview__article-link:hover {
  text-decoration: underline;
}
.b-concated-preview__cell {
  padding-left: 0;
  padding-right: 0;
}
.b-concated-preview__cell-inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.b-news-container {
  border: 1px solid #cccccc;
  z-index: 3;
  background-color: #f8ebe0;
}
.b-news-container__list-wrap {
  position: absolute;
  top: 43px;
  bottom: 15px;
  padding: 0 0 15px 15px;
  right: 0;
  left: 0;
}
.b-news-container__tag {
  display: inline-block;
  padding: 5px 9px;
  color: white;
  background-color: #a7100c;
  /*border: 1px solid @red_color;*/
  position: relative;
  z-index: 3;
  text-decoration: none;
  margin-bottom: 5px;
}
.b-news-container__tag-m15 {
  margin-left: 15px;
  margin-top: 15px;
}
.b-news-container__gradient {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f8ebe0, endColorstr=#fff8ebe0, GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 235, 224, 0)), to(#f8ebe0));
  background: -webkit-linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background: -moz-linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background: -ms-linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background: -o-linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background: -linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background-color: rgba(248, 235, 224, 0);
}
.b-news-container_darker {
  background-color: #f1d9c5;
}
.b-news-container_darker .b-news-container__gradient {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f1d9c5, endColorstr=#fff1d9c5, GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 217, 197, 0)), to(#f1d9c5));
  background: -webkit-linear-gradient(top, rgba(241, 217, 197, 0), #f1d9c5);
  background: -moz-linear-gradient(top, rgba(241, 217, 197, 0), #f1d9c5);
  background: -ms-linear-gradient(top, rgba(241, 217, 197, 0), #f1d9c5);
  background: -o-linear-gradient(top, rgba(241, 217, 197, 0), #f1d9c5);
  background: -linear-gradient(top, rgba(241, 217, 197, 0), #f1d9c5);
  background-color: rgba(241, 217, 197, 0);
}
.b-grid-cell__news {
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  overflow: hidden;
  padding: 15px;
}
.b-grid-cell__news.b-news-container_scrolling {
  left: 50%;
  margin-left: -150px;
  right: initial;
  padding: 0;
  width: 300px;
}
.b-grid-cell__news.b-news-container_scrolling .mCustomScrollBox,
.b-grid-cell__news.b-news-container_scrolling .mCSB_container {
  margin-right: 0;
}
.b-grid-cell__news.b-news-container_scrolling .mCustomScrollBox {
  /*padding: 0 15px 15px;*/
  max-width: none;
}
.b-news-list {
  margin: 0;
  width: 268px;
}
.b-news-list__list-item {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.b-news-list__list-item:last-of-type {
  border-bottom: 0;
}
.b-news-list-item {
  display: block;
  overflow: hidden;
  text-decoration: none;
  word-wrap: break-word;
  color: black;
  position: relative;
}
.b-news-list-item_unlimited {
  max-height: none;
}
.b-news-list-item__link {
  display: block;
}
.b-news-list-item:hover {
  text-decoration: none;
}
.b-news-list-item:hover .b-news-list-item__announcement {
  text-decoration: underline;
}
.b-news-list-item_lenta__link {
  position: relative;
  top: auto;
  height: auto;
  left: auto;
  font-size: 14px;
  text-decoration: none;
}
.b-news-list-item_lenta__link .b-news-list-item__announcement {
  color: black;
}
.b-news-list-item_lenta__link:visited {
  text-decoration: none;
}
.b-news-list-item_lenta__link:visited .b-news-list-item__announcement {
  color: #999999 !important;
  text-decoration: underline;
}
.b-news-list-item_lenta__link:hover .b-news-list-item__announcement {
  color: black;
  text-decoration: underline;
}
.b-news-list-item_lenta__link:active {
  text-decoration: none;
}
.b-news-list-item_lenta__link:active .b-news-list-item__announcement {
  color: black;
  text-decoration: underline;
}
.b-news-list-item__heading {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.b-news-list-item__announcement {
  font-family: Georgia, Arial, sans-serif;
  font-size: 16px;
}
.b-news-list-item__heading,
.b-news-list-item__announcement {
  color: black;
}
.b-footer {
  color: black;
  text-align: right;
  border: 1px solid #cccccc;
  padding: 35px 15px 15px;
  height: 400px;
}
.b-footer__section {
  margin-bottom: 30px;
}
.b-footer__section_small {
  margin-bottom: 15px;
}
.b-footer__section:last-of-type {
  margin-bottom: 0;
}
.b-footer-notice__text,
.b-footer-notice__image {
  display: inline-block;
}
.b-footer-notice__text {
  margin-right: 5px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
html.csstransforms .b-article-header__image {
  width: auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  display: block;
}
.b-article-comments-link,
.b-ribbon {
  display: inline-block;
  padding: 4px 8px;
  color: white;
  background-color: #a7100c;
  border: 1px solid #a7100c;
  position: relative;
  text-decoration: none;
}
.b-article-comments-link:disabled,
.b-ribbon:disabled {
  cursor: not-allowed;
}
.b-article-comments-link {
  min-width: 30px;
  text-align: center;
}
.b-article-comments-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  border-width: 0 12px 12px 0;
  border-color: transparent #a7100c transparent transparent;
}
.b-ribbon:before,
.b-ribbon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.b-ribbon:after {
  border-top-width: 14px;
  border-right-width: 14px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: #a7100c transparent transparent transparent;
  top: -1px;
  right: 0;
  margin-right: -15px;
}
.b-ribbon:before {
  border-top-width: 14px;
  border-left-width: 14px;
  border-bottom-width: 0;
  border-right-width: 0;
  border-color: transparent transparent transparent #a7100c;
  right: 0;
  margin-right: -15px;
  bottom: -1px;
}
.b-ribbon_active {
  border-right: none !important;
  display: inline-block;
  padding: 4px 25px 4px 8px;
  color: white;
  background-color: transparent;
  position: relative;
  z-index: 2;
  border: 1px solid #a7100c;
  border-right: none;
  text-decoration: none;
  font-size: 14px;
}
.b-ribbon_active:after {
  content: "";
  height: 19.7px;
  position: absolute;
  right: 7px;
  bottom: -3px;
  width: 1px;
  background: #a7100c;
  border-color: transparent #a7100c transparent transparent;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.b-ribbon_active:before {
  content: "";
  height: 19.7px;
  width: 1px;
  position: absolute;
  right: 7px;
  top: -3px;
  display: inline-block;
  background: #a7100c;
  border-color: transparent transparent transparent transparent;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.b-ribbon_active:disabled {
  cursor: not-allowed;
}
.b-arrow-button {
  height: 70px;
  border: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: transparent;
}
.b-arrow-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.b-arrow-button_prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAcCAMAAAC02HQrAAAArlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NiyPrAAAAOXRSTlMAAQMFBgcJCgsMDQ8QERITFRcZHiAhaXR/iY6QkZWYnJ6fp6issbS1trm+v8DFx8jKztDS1NjZ2v46N9/HAAAAnklEQVR42mXR1xKCQAyF4Syygh2xV9RVFCtizfu/mKMZnCz5L7+rTA5YlUHUvI6VIESjBSHu64IQb6EgTDxBGy3IlAQtnJxaOc2UoJGkIRTpPfiTn1Of3T8h2wJLzQmniuOSMHIYOitC43JcE8b8z25MeKgy1AnhpcHQOxJmbYaVE+Gjw7CWEp6tjbIvPbvAC+6IaQB24WvnQ7Heb40PzYopmyZA5+cAAAAASUVORK5CYII=");
}
.b-arrow-button_next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAcCAMAAAC02HQrAAAAq1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9HdxPLAAAAOHRSTlMAAQMFBgcJCgwNDxASExUXGBoeICFpdX+KjZCSlZmdn6eorbG0tbi5ur6/wMXHycrO0NLU2Nna/oRiXXoAAACgSURBVHjabdHXEoIwEIXhBAigIvZeMIq9INZ9/ydzZMcsifnv9rs6M8uKfGbGR9fIICEBDKztAQxs3QAKrJMFO/hHsbKgKy3oJBbkUxsOCamBDftvC/Z+GJZwjTYm4ROkGaeNc6SEyJNIC0eRnyItiSoHpNRTFF2QtkJRI0c6BoraD6RTaesZKasyqvP8Uq4/Ls4A7jHTCzevJjNzu9r5AQNBKKhUk76iAAAAAElFTkSuQmCC");
}
.b-more-icon {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.b-more-icon__text {
  display: block;
  font-size: 24px;
}
.b-more-icon__image {
  display: block;
  margin: auto;
}
.b-cross-icon {
  width: 33px;
  height: 33px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAALVBMVEX/AAD/////AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AADa5o2IAAAADnRSTlMAAAMcHSAjJkFDWVp5ubKW0soAAACMSURBVHgBldPdDsIgAEPh0+n8Ucb7P64xXu0kpJGbDfKFbNDC9mA9bnvY5hxLMObcuUyRM5jv32MswQgmAgQTAYKJAMFEgGDiefCSZ8GLfg8mAgQTAYKJAMHkOAOCiYAF3x0O+HOP/h39X/p59DPt99LvtuejZ6zntGe996V37lp6+6J3n+3Jetz3fABSBA82cwbwSQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.b-no-scroll {
  overflow: hidden;
}
.b-resize-button {
  width: 70px;
  height: 70px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAMAAAAc9R5vAAAAgVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+xZKUEAAAAKnRSTlMAAQIDJCUmJygpKywtL0R8f4KEh42lp6yusLS7zM/R09jZ2vDx9vf4+v4T1WQwAAAAfUlEQVR42pWSxxaCUAwFg6KC2EGxYK/M/38gG8+j3c2bVZI5WaRYm4WjI3B0xOkPmMZHjEMtNpRLJYYfeMqOG5ylmB0Pk56Yxi4sCqtJKVcmCN7wMsUDro203mOyz6Pe8PNEb2UNmRRf+A2UuMBddoy2u0gI71t5/4WjXa8ARwERs7MC+PoAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
}
.b-fullscreen {
  height: 100%;
  position: relative;
  background-color: #333333;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
}
.b-fullscreen__button {
  display: block;
  width: 100%;
  cursor: pointer;
}
.b-fullscreen__more {
  bottom: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-fullscreen__nav {
  width: 90px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5);
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 25px;
}
.b-fullscreen__image-info {
  background-color: rgba(22, 22, 22, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.b-fullscreen__image-container {
  padding-right: 90px;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}
.b-fullscreen-image-container {
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.b-fullscreen-image-container .dragscroll-scrollbar-container {
  visibility: hidden;
}
.b-fullscreen-image-container__clone {
  position: absolute;
}
.b-fullscreen-image-container-clone__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-fullscreen-image-container-nav__prev,
.b-fullscreen-image-container-nav__next {
  cursor: pointer;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
.b-fullscreen-image-container-nav__next {
  left: 50%;
}
.b-fullscreen-image-container-nav__prev {
  left: 0;
}
.b-fullscreen-image-container_nozoom .b-fullscreen-image-container__image {
  cursor: default !important;
}
.b-fullscreen-image-container_nozoom .b-fullscreen-image-container__nav {
  z-index: 1;
}
.b-fullscreen-image-container__nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQI12P4zwAAAgEBAKrChTYAAAAASUVORK5CYII=");
  background-repeat: repeat;
  background-position: 0 0;
}
.b-fullscreen-image-container_expanded .b-fullscreen-image-container__image {
  max-width: none;
  max-height: none;
  cursor: url('cursors/zoom-out.cur'), pointer;
}
.b-fullscreen-image-container_expanded .dragscroll-scrollbar-container {
  visibility: visible;
}
.b-fullscreen-image-container__inner {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
.b-fullscreen-image-container__inner_loading {
  background-image: url("data:image/gif;base64,R0lGODlhIgAiAKIHADMzM9s4PdYZIORtbemMifKwq+yinf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAHACwAAAAAIgAiAAADoAi63DDQyUmhpRjbmHvbgycq4CiWZoeKQRtUG0XMxOK60srQtH23Dp2C11P8bgwdkcc4Ih8xwJLpcAKhIem0hnFKpqzfl5h6NqiptHqdEbgFEoPckHq/43O5yH535OdtfH0FhAp/eRKCdgqEjYaHgAuKbgyNhQuQegqKDpYFfoeSfBKeeIibfaSWFKcipWyqjrCdq7MNr7YLuLkAu7yyHgkAIfkEBQoABwAsAgAAAB8AIgAAA5Z4uszxLcp5nqVYWpi72oHngWJHltiZCaxAqdEgD22rbdI813YDK7odr/fBLYK6w7BWvByQycWS1QRCB5NlDrnibaMdZmyGKpvPk4K6ICG4CaL1uv12Z+TzSP2dxucNgAp7dQx+cgqAiYKDfIZqDImBC4xuhhGRBnqDfhKYdHWHE54ThB2jaJCRqA2nqwetq7CosrOSHQkAIfkEBQoABwAsAgAAAB8AIgAAA5Z4uszyLcp5nqVYWpi72oLngWJHltiZFWxBqVEgB22rbdI813YDK7odr/fBLYK6w7BWvByQycWS1QRCA5NlDrnibaMdZmyGKpvPE4PaIBm4B6L1uv12Z+TzSP2dxucJgAp7dQx+cgqAiYKDfIZqDImBC4xuhhGRBHqDfhKYdHWHE54ThB2jaJCRqA2nqwetq7CosrOSHQkAIfkEBQoABwAsAgAAAB8AIgAAA5Z4usz1Lcp5nqVYWpi72oXngWJHltiZGaxBqZEgC22rbdI813YDK7odr/fBLYK6w7BWvByQycWS1QRCBZNlDrnibaMdZmyGKpvPE4KaIAm4A6L1uv12Z+TzSP2dxucHgAp7dQx+cgqAiYKDfIZqDImBC4xuhhGRA3qDfhKYdHWHE54ThB2jaJCRqA2nqwetq7CosrOSHQkAIfkEBQoABwAsAgAAAB8AIgAAA5Z4usz2Lcp5nqVYWpi72obngWJHltiZESxBqVEhF22rbdI813YDK7odr/fBLYK6w7BWvByQycWS1QRCC5NlDrnibaMdZmyGKpvPk4F6IBG4BaL1uv12Z+TzSP2dxucDgAp7dQx+cgqAiYKDfIZqDImBC4xuhhGRAXqDfhKYdHWHE54ThB2jaJCRqA2nqwetq7CosrOSHQkAIfkEBQoABwAsAgAAAB8AIgAAA5Z4usz0Lcp5nqVYWpi72oTngWJHltiZDexAqZEhG22rbdI813YDK7odr/fBLYK6w7BWvByQycWS1QRCDZNlDrnibaMdZmyGKpvPk4A6ICm4C6L1uv12Z+TzSP2dxucFgAp7dQx+cgqAiYKDfIZqDImBC4xuhhGRAnqDfhKYdHWHE54ThB2jaJCRqA2nqwetq7CosrOSHQkAOw==");
}
.b-fullscreen-image-container__inner_loading .b-fullscreen-image-container__image,
.b-fullscreen-image-container__inner_loading .b-fullscreen-image-container__background {
  visibility: hidden;
}
.b-fullscreen-image-container__image {
  max-height: 100%;
  max-width: 100%;
  /*height: auto !important;
    width: auto !important;*/
  border: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: url('cursors/zoom-in.cur'), pointer;
  position: relative;
}
.b-fullscreen-image-container__image_nozoom {
  cursor: default !important;
}
.b-fullscreen-image-container.scrolls img {
  cursor: move;
}
.b-fullscreen__footer {
  padding: 30px;
  padding-left: 25px;
  background: rgba(22, 22, 22, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  padding-right: 90px;
}
.b-fullscreen__close {
  display: block;
  cursor: pointer;
  margin: 0 auto 20px;
  height: 70px;
  width: 100%;
  position: relative;
}
.b-fullscreen__close .b-menu-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 28px;
}
.b-fullscreen__close:hover {
  background-color: #333333;
}
.b-fullscreen-footer__cell {
  vertical-align: middle;
  display: table-cell;
}
.b-fullscreen-footer__cell_l {
  width: 100%;
}
.b-fullscreen-footer__button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.b-fullscreen-footer__button-outer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.b-fullscreen-footer__button-outer:before {
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.b-fullscreen-paging {
  font-size: 33px;
  text-align: center;
  margin-bottom: 25px;
}
.b-fullscreen-footer__author {
  display: block;
  padding-left: 0;
  font-size: 11px;
  text-align: right;
  padding-right: 40px;
}
.b-fullscreen-footer__description {
  font-size: 12px;
  display: block;
  text-align: right;
  padding-right: 40px;
}
.dragscroll-inner {
  height: 100%;
  position: relative;
}
.dragscroll-inner:before {
  content: "";
  width: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.b-table-mobile {
  display: inline-block;
  height: 100%;
}
.dragscroll-scrollbar-container,
.dragscroll-scrollbar {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dragscroll-scrollbar-container {
  z-index: 10;
  background: #dfd3c9;
}
.dragscroll-scrollbar.h {
  height: 6px;
}
.dragscroll-scrollbar.v {
  width: 6px;
}
.dragscroll-scrollbar-container.h {
  height: 6px;
  bottom: 0;
}
.dragscroll-scrollbar-container.v {
  right: 0;
  width: 6px;
}
.b-html_mobile .dragscroll-scrollbar-container {
  display: none;
}
.b-html_mobile .dragscroll-scroller {
  overflow: auto !important;
}
.b-article__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-article__slider .slick-track,
.b-article__slider .slick-list,
.b-article__slider .slick-slide {
  height: 100%;
}
.b-article__slider-wrapper {
  position: relative;
  height: 525px;
  margin-top: 50px;
  clear: both;
  margin-bottom: 50px;
}
.b-article-slider__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.b-article-slider__item {
  position: relative;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-color: #333333;
}
.b-article-slider__item:before {
  content: "";
  height: 100%;
  display: inline-block;
  width: 0;
  vertical-align: middle;
}
.b-article-slider__image {
  vertical-align: middle;
  display: inline-block !important;
  max-width: 100%;
  max-height: 100%;
}
.b-slider__arrow {
  width: 70px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 0.6;
}
.b-slider__arrow_prev {
  left: 0;
  margin-top: -35px;
}
.b-slider__arrow_next {
  margin-top: -35px;
  right: 0;
}
.b-slider__arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 1;
}
.b-blockquote {
  position: relative;
  border-top: 1px solid #11100f;
  font-style: italic;
  font-size: 30px;
  padding: 28px 0 28px 150px;
  clear: both;
}
.b-blockquote:after {
  content: '';
  position: absolute;
  width: 105px;
  left: 0;
  top: 35px;
  height: 86px;
  background: url('/Content/images/quote_red.svg') no-repeat;
  background-size: contain;
}
.b-blockquote__title {
  font-size: 20px;
  font-family: Arial, sans-serif;
  text-align: left;
}
.b-blockquote_article {
  margin-bottom: 55px;
}
.b-article-slider-footer {
  font-family: Arial, sans-serif;
}
.b-article-slider-footer__count {
  font-size: 33px;
  padding-left: 15px;
}
.b-article-slider-footer__social-link {
  text-align: right;
  padding: 17px 0 17px 38px;
}
.b-article-slider-wrapper__resize-button {
  z-index: 10;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
}
/* ����� ����� ����� ��� ����� */

.b-article-slider-footer-description {
  position: relative;
  line-height: 1;
  padding: 15px 0;
}
.b-article-slider-footer-description__text {
  font-size: 12px;
  color: white;
  line-height: 1.3;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 15px;
}
.b-article-slider-footer-description .b-buy-photo:not(.b-buy-photo_hidden) {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.b-single-resize-button {
  padding-left: 0;
}
.b-article-slider-footer-description-signature__author {
  font-size: 11px;
  color: white;
  padding-left: 30px;
  float: left;
  width: 575px;
  padding-right: 15px;
  min-height: 14px;
  line-height: 1.3;
}
.b-article-slider-footer-description-signature__buy-photo {
  text-decoration: underline;
  color: #5095e1;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-right: 0;
  cursor: pointer;
  padding-left: 15px;
  position: relative;
}
.b-article-slider-footer-description-signature__buy-photo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: url('../Content/images/photo.png') no-repeat;
  margin-top: -4px;
  width: 10px;
  height: 8px;
}
.b-article-slider-footer-description-signature__buy-photo_hidden {
  visibility: hidden;
}
.b-comments-block {
  font-family: Arial, sans-serif;
  clear: both;
}
.b-comments-block__toggle-button {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: white;
  font-family: Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  background: #7c7c7c;
  cursor: pointer;
  margin-bottom: 65px;
}
.b-comments-block-form__heading {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  background: #7c7c7c;
  height: 40px;
  line-height: 40px;
  color: white;
  font-weight: 400;
}
.b-comments-block-form__title-field {
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
  float: left;
}
.b-comments-block-form__title-form {
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #8c8c8c;
  margin-bottom: 17px;
  line-height: 1.42;
}
.b-comments-block-form__error {
  color: #a7100c;
  font-size: 13px;
  margin-left: 5px;
}
.b-comments-block-form__error_none {
  display: none;
}
.b-comments-block-form__btn {
  font-size: 13px;
  line-height: 18px;
  display: block;
  padding: 0 1px;
  margin-top: 20px;
  height: 26px;
  width: 90px;
  color: GrayText;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  background: silver;
  border: 1px solid silver;
  margin-bottom: 20px;
}
.b-comments-block-form__btn_active {
  border: 1px solid #a7100c;
  background: #a7100c;
  color: white;
}
.b-comments-block-form__field {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bebfc2;
  width: 100%;
  background: transparent;
  max-width: 100%;
  resize: vertical;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 17px;
}
.b-comments-block-form__wrap-el {
  display: inline-block;
  width: 355px;
  vertical-align: top;
}
.b-comments-block-form__wrap-el label {
  font-size: 12px;
  color: #303030;
  display: inline-BLock;
  float: left;
  width: 320px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
}
.b-comments-block-form__wrap-el label a {
  color: #096bb7;
}
.b-comments-block-form__wrap-el input {
  width: 13px;
  height: 13px;
  -webkit-appearance: checkbox;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}
.b-comments-block-wrap {
  display: none;
}
.b-comments-block-wrap__form {
  font-size: 0;
}
.b-opinion {
  position: relative;
  border-top: 1px solid #11100f;
  font-style: italic;
  font-size: 30px;
  padding: 28px 0 28px 150px;
  clear: both;
}
.b-opinion:after {
  content: '';
  position: absolute;
  width: 105px;
  left: 0;
  top: 35px;
  height: 86px;
  background: url('/Content/images/quote_red.svg') no-repeat;
  background-size: contain;
}
.b-opinion__title {
  font-size: 20px;
  font-family: Arial, sans-serif;
  text-align: left;
}
.b-opinion_article {
  margin-bottom: 55px;
}
.b-opinion-personality {
  margin-left: 0;
}
.b-opinion-personality__name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-style: normal;
  text-align: left;
}
.b-opinion-personality__photo {
  text-align: left;
  margin: 10px 0;
}
.b-opinion-personality__photo img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  margin: 0 auto;
}
.b-opinion-personality__description {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}
.b-comments-message-list {
  font-family: Arial, sans-serif;
}
.b-comments-message-list__item {
  border-bottom: 1px dashed #b6bac2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.b-comments-message-list__login {
  margin-bottom: 17px;
  font-size: 12px;
}
.b-comments-message-list__login a {
  color: #096bb7;
}
.b-comments-message-list__title {
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 300;
  padding: 0.12em 0;
  margin-bottom: 20px;
}
.b-comments-message-list__title span {
  color: #8c8c8c;
}
.b-comments-message-item {
  padding-left: 25px;
  position: relative;
}
.b-comments-message-item__header {
  font-size: 12px;
  /*test -size*/
  font-weight: 700;
  color: black;
  /*test color*/
  margin-bottom: 10px;
}
.b-comments-message-item__header:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url('../Content/images/com_ballon.png') no-repeat;
  width: 17px;
  height: 16px;
}
.b-comments-message-item__text {
  font-size: 12px;
  /*test -size*/

}
.b-comments-message-item-header a {
  color: black;
  text-decoration: none;
}
.b-comments-message-item-header a:hover {
  text-decoration: underline;
}
.b-comments-message-item-header-sender__date {
  color: #979ca4;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.b-inline-article {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.b-inline-article__header {
  padding-left: 20px;
  font-size: 0;
  padding-bottom: 20px;
}
.b-inline-article__tag {
  vertical-align: middle;
  margin-right: 17px;
  cursor: pointer;
}
.b-inline-article__tag a {
  text-decoration: none;
  color: white;
}
.b-inline-article__tag a:visited {
  color: white;
}
.b-inline-article__tag a:hover {
  color: white !important;
}
.b-inline-article__tag a:active {
  color: white;
}
.b-inline-article__preview {
  font-size: 30px;
  line-height: 1.133;
  color: black;
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding-left: 20px;
}
.b-inline-article__preview:link {
  color: black;
}
.b-inline-article__preview:visited {
  color: #999999;
}
.b-inline-article__preview:focus {
  color: black;
}
.b-inline-article__preview:hover {
  color: black !important;
  text-decoration: underline;
}
.b-inline-article__preview:active {
  color: black;
}
.b-inline-article__time {
  font-size: 60px;
  text-align: center;
  color: #999999;
}
.b-inline-article__time_sibscribe {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.b-inline-article__time_small {
  vertical-align: middle;
  font-size: 20px;
}
.b-inline-article__photo-outer {
  cursor: pointer;
  display: block;
  width: 210px;
  height: 140px;
  text-align: center;
  color: black;
}
.b-inline-article__photo-outer img {
  max-height: 100%;
  max-width: 100%;
}
.b-inline-article__cell_l {
  width: 210px;
}
.b-inline-article__cell_time {
  font-size: 60px;
  color: #999999;
}
.b-search-wrap {
  padding: 0 30px;
}
.b-articles-item {
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #cccccc;
}
.b-articles-item__time {
  vertical-align: middle !important;
}
.b-articles-item__banner {
  border-bottom: 1px solid #cccccc;
}
.b-articles-item td {
  vertical-align: top;
}
.b-articles-item__photo {
  padding-top: 20px;
  width: 210px;
  overflow-x: hidden;
  padding-bottom: 20px;
}
.b-articles-item__photo img {
  max-width: 100%;
}
.b-articles-item__description {
  font-size: 30px;
  line-height: 1.133;
  color: black;
  padding-top: 20px;
  padding-bottom: 15px;
}
.b-articles-item__days {
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #999999;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.b-articles-item__header {
  padding-top: 20px;
}
.b-articles-item-photo__inner {
  padding-right: 20px;
}
.b-articles-item-header__section {
  background: #a7100c;
  color: white;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 17px;
}
.b-articles-item-header__time {
  font-size: 20px;
  height: 30px;
  color: #999999;
  display: inline-block;
  line-height: 100%;
}
.b-articles-item-description__link {
  color: black;
}
.b-articles-item-time__inner {
  width: 210px;
  font-size: 60px;
  text-align: center;
  color: #999999;
}
.b-search-form {
  margin-top: 40px;
  position: relative;
  margin-bottom: 30px;
}
.b-search-form_archiv {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dad5d4;
  padding: 14px 14px 28px;
}
.b-search-form-btn {
  width: 200px;
  height: 50px;
  border: none;
  color: white;
  font-size: 24px;
  background: #666666;
  position: relative;
  margin-left: 6px;
  padding-left: 16px;
}
.b-search-form-btn_archiv {
  position: absolute;
  right: 14px;
  top: 14px;
}
.b-search-form-btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url('/Content/images/search-icon.png') no-repeat;
  font-size: 24px;
  width: 29px;
  height: 30px;
  left: 18px;
  top: 50%;
  margin-top: -15px;
}
.b-search-form__field {
  height: 50px;
  color: #737388;
  font-size: 20px;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 0 20px;
  line-height: 50px;
}
.b-title-search {
  font-size: 30px;
  color: #737373;
}
.b-title-search_archiv {
  margin-top: 40px;
}
.b-result-search {
  font-size: 20px;
  color: #999999;
  padding-bottom: 62px;
  clear: both;
  vertical-align: bottom;
  width: 100%;
}
.b-result-search:before,
.b-result-search:after {
  content: " ";
  display: table;
}
.b-result-search:after {
  clear: both;
}
.b-result-search:before,
.b-result-search:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-result-search:after {
  clear: both;
  float: none;
}
.b-result-search:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-result-search:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
.b-result-search_archiv {
  padding-bottom: 10px;
  font-size: 0;
}
.b-result-search__left-side {
  display: inline-block;
  width: 50%;
  font-size: 20px;
}
.b-result-search__right-side {
  width: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: right;
}
.b-result-search__right-side span {
  color: #096bb7;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
}
.b-article-content__tags-title {
  font-size: 30px;
  color: black;
  line-height: 1.2;
  margin-bottom: 30px;
}
.b-article-grid-tags {
  margin-bottom: 0;
}
.player {
  border: medium none;
  background-color: black;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 430px;
}
.player .info {
  color: white;
  font-family: "Arial", Times, sans-serif;
  font-size: 150%;
  font-weight: 700;
  margin-left: 200px;
  margin-top: 100px;
  text-align: left;
  vertical-align: middle;
}
.player img {
  border: medium none;
  float: none;
  height: 100%;
  margin: 0;
  padding: 0;
}
.player .play {
  background: transparent url("/Content/images/play.png") no-repeat scroll 0 0;
  height: 77px;
  left: 45%;
  position: absolute;
  top: 38%;
  width: 76px;
}
.b-video {
  overflow: hidden;
}
.b-video_article {
  margin-bottom: 55px;
}
.b-video > div {
  max-width: 100%;
  overflow-x: hidden;
}
.b-popular-articles {
  border: 1px solid #cccccc;
  overflow-y: hidden;
  position: absolute;
  height: 400px;
  top: 0;
  right: initial;
  padding: 0;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
.b-popular-articles__wrap-list {
  position: relative;
  height: 365px;
}
.b-popular-articles__gradient {
  content: " ";
  position: absolute;
  bottom: 10px;
  left: 1px;
  right: 1px;
  height: 50px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f8ebe0, endColorstr=#fff8ebe0, GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 235, 224, 0)), to(#f8ebe0));
  background: -webkit-linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background: -moz-linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background: -ms-linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background: -o-linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background: -linear-gradient(top, rgba(248, 235, 224, 0), #f8ebe0);
  background-color: rgba(248, 235, 224, 0);
}
.b-popular-articles__title-box {
  display: inline-block;
  padding: 4px 8px;
  background: #a7100c;
  color: white;
  font-size: 14px;
  margin-top: 15px;
  margin-left: 15px;
}
.b-wrap-popular-news {
  position: relative;
  height: 400px;
  width: 300px;
  margin: 0 auto 45px;
  background-color: #f8ebe0;
}
.b-popular-articles-list {
  padding: 0;
  margin: 0;
  counter-reset: popular-articles;
  padding-right: 15px;
  padding-left: 15px;
}
.b-yandex-direct-rc {
  margin-bottom: 45px;
  text-align: center;
}
.twitter-tweet {
  clear: both;
}
.b-popular-articles-list-item {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-left: 40px;
  vertical-align: top;
  content: '';
  min-height: 70px;
  display: block;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Georgia, Arial, sans-serif;
}
.b-popular-articles-list-item__link {
  font-size: 16px;
  color: black;
  text-decoration: none;
  display: block;
  line-height: 22px;
  height: 100%;
}
.b-popular-articles-list-item__link:link {
  color: black;
}
.b-popular-articles-list-item__link:visited {
  color: #999999;
}
.b-popular-articles-list-item__link:focus {
  color: black;
}
.b-popular-articles-list-item__link:hover {
  text-decoration: underline;
  color: black;
}
.b-popular-articles-list-item__link:active {
  color: black;
}
.b-popular-articles-list-item:after {
  font-size: 45px;
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 10px;
  font-family: Arial, sans-serif;
  width: 35px;
  text-align: left;
  counter-increment: popular-articles;
  content: counter(popular-articles);
}
.b-article-crop-image-hover-content {
  font-family: Arial, sans-serif;
}
.b-article-crop-image-hover-content-wrap {
  text-align: center;
  padding-top: 5px;
}
.b-article-crop-image-hover-content__buy-photo {
  text-decoration: underline;
  color: #5095e1;
  font-family: Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  padding-right: 0;
  cursor: pointer;
  width: 100px;
  position: relative;
}
.b-article-crop-image-hover-content__buy-photo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: url('../Content/images/photo.png') no-repeat;
  width: 10px;
  height: 8px;
}
.b-article-crop-image {
  display: inline-block;
  font-size: 0;
  margin: 0 25px 15px 25px;
  position: relative;
}
.b-article-crop-image_left {
  margin: 0 25px 15px 0;
  float: left;
}
.b-article-crop-image_right {
  float: right;
  margin: 0 0 15px 25px;
}
.b-article-crop-image:hover .b-article-crop-image-hover {
  display: block;
}
.b-article-crop-image-hover {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  color: white;
  text-align: center;
}
.b-article-crop-image-hover__content {
  color: white;
  font-size: 12px;
  padding: 35px 40px 0;
}
.b-article-crop-image-hover li:first-child {
  padding-left: 25px;
}
.b-article-crop-image .b-article-stretched__nav {
  padding-left: 0;
}
.b-mt50 {
  margin-top: 50px;
}
.b-ya-dirrect-padding {
  padding: 0 44px 45px !important;
}
.b-sticky-banner {
  height: 400px;
  padding: 0 36px 45px;
  text-align: center;
  width: 327px;
  position: relative;
  margin: 0 auto;
}
.b-sticky-banner-move {
  width: 255px;
  border: 0;
  display: block;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
}
.b-sticky-banner_big-height {
  height: 1700px;
}
.b-banner-main-page {
  width: 255px;
  border: 0;
  position: relative;
  display: block;
  margin: 0 auto;
  height: 400px;
  padding: 0;
  overflow: hidden;
}
.b-article-image-footer {
  font-family: Arial, sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.b-article-image-footer__short-write {
  padding-left: 25px;
  float: left;
  left: initial;
  width: auto;
  right: 0;
}
.b-article-image-footer__short-write .b-article-image-footer__social-link {
  padding-left: 0;
}
.b-article-image-footer__social-link {
  text-align: right;
  padding: 17px 0 17px 38px;
}
.b-article-image-footer-description {
  position: relative;
  font-size: 0;
  line-height: 1;
  padding: 15px 0;
}
.b-article-image-footer-description__text {
  font-size: 12px;
  color: white;
  text-align: left;
  line-height: 1.3;
  display: block;
  min-height: 15px;
  padding-left: 30px;
  padding-right: 107px;
}
.b-linkedArticle {
  margin-bottom: 0;
}
body .buzz-container {
  clear: both;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 45px;
}
.b-wrap-popular-news .b-popular-articles__gradient {
  bottom: 1px;
}
.b-article-image-footer-description-signature {
  min-height: 14px;
}
.b-article-image-footer-description-signature__author {
  font-size: 11px;
  color: white;
  padding-left: 30px;
  text-align: left;
  padding-right: 15px;
  line-height: 1.3;
  min-height: 14px;
}
.b-article-image-footer-description-signature__buy-photo {
  text-decoration: underline;
  color: #5095e1;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-right: 0;
  width: 85px;
  white-space: nowrap;
  cursor: pointer;
  min-height: 14px;
  padding-left: 15px;
  position: relative;
}
.b-article-image-footer-description-signature__buy-photo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  background: url('../Content/images/photo.png') no-repeat;
  width: 10px;
  height: 8px;
}
.b-article-body {
  position: relative;
}
.b-anchor-comment {
  font-size: 12px;
  font-weight: 700;
  color: white;
  background-color: #333333;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  width: 70px;
  height: 70px;
  z-index: 10;
  position: absolute;
  left: -207px;
  cursor: pointer;
  top: 350px;
}
.b-anchor-comment a {
  text-decoration: none;
}
.b-anchor-comment:after {
  display: inline-block;
  width: 0;
  position: absolute;
  height: 0;
  z-index: 10;
  bottom: -17px;
  margin-left: -8.5px;
  left: 50%;
  content: '';
  border-style: solid;
  border-width: 0 17px 17px 0;
  border-color: transparent #333333 transparent transparent;
}
.b-article-header-description {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.b-article-header-description__social-link {
  text-align: left;
  padding: 0 0;
}
.b-article-header-description__wrap-content {
  padding-right: 45px;
}
.b-article-header__description_short .b-article-header-description__social-link {
  height: 59px;
}
.b-article-header-wrap {
  text-align: center;
}
.b-article-header-wrap #fullimage {
  display: block;
  min-height: 504px;
}
.b-article-header-description-content {
  position: relative;
  line-height: 1;
  min-height: 59px;
  text-align: right;
  padding: 15px 0;
}
.b-article-header-description-content__text {
  font-size: 12px;
}
.b-article-header-description-content-signature {
  margin-top: 5px;
}
.b-article-header-description-content-signature__author {
  font-size: 11px;
}
.b-article-header-description-content-signature__buy-photo {
  text-decoration: underline;
  color: #5095e1;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-right: 0;
  cursor: pointer;
  padding-left: 30px;
  text-align: right;
  position: relative;
}
.b-article-header-description-content-signature__buy-photo span {
  width: 70px;
  display: block;
}
.b-article-header-description-content-signature__buy-photo:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  background: url('../Content/images/photo.png') no-repeat;
  margin-top: -4px;
  width: 10px;
  height: 8px;
}
.b-article-header-content-inner {
  height: 100%;
}
.b-article-header-content-inner h1,
.b-article-header-content-inner h2 {
  font-size: 70px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}
.b-sticky-description {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.b-counter {
  padding-top: 20px;
  text-align: center;
}
.b-counter img {
  display: inline-block;
}
.b-ya-dir-big-banners {
  padding-bottom: 30px;
}
/* back to top */

.back-top_main-article {
  position: absolute;
  height: 37px;
  top: -120px;
  left: -65px;
}
.back-top_list-article {
  position: absolute;
  bottom: 20px;
  height: 37px;
  left: -65px;
}
.back-top a {
  width: 38px;
  height: 37px;
  display: block;
  background: #c7c7c7 url('/Content/images/back-top.png') no-repeat center center;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.back-top a:hover {
  color: black;
  background-color: #c7c7c7;
}
.b-newsanddir-big-banners {
  padding-top: 62px;
  padding-bottom: 32px;
}
.b-tizer-show-padding {
  padding-bottom: 10px;
}
.b-wrap-yadirect {
  background: white;
  /*height: 385px;*/
  padding-bottom: 62px;
  margin-bottom: 0;
  z-index: 1;
}
.b-wrap-yadirect .b-grid {
  height: 100%;
  margin-bottom: 0;
}
.b-article-header-signature {
  color: black;
  padding: 20px 0 0;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.b-article-header-signature__date {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.b-article-header-signature__author {
  color: black;
}
.b-article-header-signature a {
  color: black;
  border-left: 1px solid black;
  padding-left: 5px;
}
.b-article-header-signature .b-views-counter__count {
  font-size: 14px;
  font-weight: 400;
}
.b-article-signature {
  color: black;
  padding: 0;
  margin: 30px 0 7px 6px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.b-article-signature__author {
  color: black;
}
.b-article-signature a {
  color: black;
  border-left: 1px solid black;
  padding-left: 5px;
}
.b-article-signature .b-views-counter__count {
  font-size: 14px;
  font-weight: 400;
}
.b-wrapper-button {
  background: #f13a41;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f13a41), color-stop(40%, #f13a41), color-stop(60%, #d81a21), color-stop(100%, #d81a21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f13a41', endColorstr='#d81a21', GradientType=0);
  /* IE6-9 */
  z-index: -3;
  position: relative;
  width: 305px;
  padding-top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-wrapper-button__disabled {
  background: #adadad;
  /* Old browsers */
  background: -moz-linear-gradient(top, #adadad 0%, #adadad 40%, #948e8f 60%, #948e8f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adadad), color-stop(40%, #adadad), color-stop(60%, #948e8f), color-stop(100%, #948e8f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #adadad 0%, #adadad 40%, #948e8f 60%, #948e8f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #adadad 0%, #adadad 40%, #948e8f 60%, #948e8f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #adadad 0%, #adadad 40%, #948e8f 60%, #948e8f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #adadad 0%, #adadad 40%, #948e8f 60%, #948e8f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#948e8f', GradientType=0);
  /* IE6-9 */

}
.b-wrapper-button__content {
  padding: 10px 15px;
  width: 301px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 23px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  background: #f13a41;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f13a41), color-stop(40%, #f13a41), color-stop(60%, #d81a21), color-stop(100%, #d81a21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f13a41', endColorstr='#d81a21', GradientType=0);
  /* IE6-9 */

}
.b-wrapper-button__content:after {
  content: "";
  position: absolute;
}
.b-wrapper-button__content:before {
  content: "";
  position: absolute;
  top: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 0 3px;
  left: -1px;
  bottom: 0;
  right: -1px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb9699), to(transparent));
  background-image: -webkit-linear-gradient(#fb9699, transparent);
  background-image: -moz-linear-gradient(#fb9699, transparent);
  background-image: -o-linear-gradient(#fb9699, transparent);
  z-index: -2;
}
.b-wrapper-button__content__disabled {
  color: #6d6d6d;
  background: #adadad;
  /* Old browsers */
  background: -moz-linear-gradient(top, #adadad 0%, #cccccc 40%, #948e8f 60%, #948e8f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adadad), color-stop(40%, #cccccc), color-stop(60%, #948e8f), color-stop(100%, #948e8f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #adadad 0%, #cccccc 40%, #948e8f 60%, #948e8f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #adadad 0%, #cccccc 40%, #948e8f 60%, #948e8f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #adadad 0%, #cccccc 40%, #948e8f 60%, #948e8f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #adadad 0%, #cccccc 40%, #948e8f 60%, #948e8f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#948e8f', GradientType=0);
  /* IE6-9 */

}
.b-wrapper-button__content__disabled:before {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#948e8f), to(transparent));
  background-image: -webkit-linear-gradient(#948e8f, transparent);
  background-image: -moz-linear-gradient(#948e8f, transparent);
  background-image: -o-linear-gradient(#948e8f, transparent);
}
.b-another-article-themes {
  clear: both;
}
.b-another-article-themes__title {
  font-size: 30px;
  font-family: Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 1.2;
}
.b-another-article-themes-list {
  display: block;
  font-size: 0;
  margin: 0 0 50px 0;
  padding: 0;
}
.b-another-article-themes-list__item {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #e7e0d9;
  padding: 0px 11px;
  margin: 5px;
  -webkit-border-radius: 11px;
  -ms-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.b-another-article-themes-list__item a {
  color: black;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.b-article-list-first-banner {
  margin-top: 250px;
  margin-bottom: 710px;
}
.b-sticky-banner-move iframe {
  border: none;
}
.b-concated-preview-header-counter {
  font-size: 0;
  margin-top: 20px;
}
.b-concated-preview-header-counter__author {
  display: inline-block;
}
.b-concated-preview-header-counter__inner {
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 20px;
}
.b-concated-preview-header-counter__left {
  font-size: 14px;
}
.b-interview {
  padding: 10px 10px 45px 10px;
  background-color: #f8ebe0;
  clear: both;
  border: 1px solid #cccccc;
  height: 400px;
  position: relative;
}
.b-interview .answers {
  font-size: 12px;
  margin: 5px auto;
  margin-left: 10px;
  width: 250px;
  padding-left: 0;
  font-family: Arial, sans-serif;
  max-width: 94%;
}
.b-interview .answers li {
  clear: both;
  display: block;
  text-align: left;
}
.b-interview .answers .txt {
  margin-bottom: 3px;
  color: #303030;
}
.b-interview .answers .bar {
  font-size: 1px;
  float: left;
  width: 180px;
  height: 5px;
  background: url('/Content/images/bar.png') repeat-x 0 0;
  position: relative;
  margin-right: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  margin-bottom: 10px;
}
.b-interview .answers .bar-percents {
  width: 0;
  height: 5px;
  position: absolute;
  background: url('/Content/images/bar.png') repeat-x 0 -19px;
  top: -1px;
  left: 0;
  border: 1px solid #909090;
  border-radius: 4px;
}
.b-interview .b-poll-custom-scroll {
  max-height: 340px;
}
.b-interview .answers .num {
  float: left;
  font-size: 11px;
  color: #a7100c;
  font-weight: bold;
  margin-top: -5px;
}
.b-interview .answers .num span {
  color: #909090;
  font-weight: normal;
}
.b-interview form {
  overflow: auto;
  /*max-height: 275px;*/

}
.b-interview .b-bar-nullpercent {
  border: 0 !important;
}
.b-interview .btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.b-interview .btn a {
  display: block;
  float: left;
  color: white;
  text-decoration: none;
  font-size: 15px;
  padding: 0 1px;
  height: 28px;
  background: -moz-linear-gradient(top, #a7100c, #a7100c);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7100c), color-stop(100%, #a7100c));
  background: -webkit-linear-gradient(top, #a7100c, #a7100c);
  background: -o-linear-gradient(top, #a7100c, #a7100c);
  background: -ms-linear-gradient(top, #a7100c, #a7100c);
  background: linear-gradient(top, #a7100c, #a7100c);
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #a7100c;
  background-color: #a7100c;
}
.b-interview .btn a span {
  display: block;
  height: 26px;
  line-height: 24px;
  border-top: 1px solid #f5676c;
  padding: 0 11px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.b-interview label {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 12px;
  text-align: left;
  cursor: pointer;
  border-collapse: collapse;
  display: inline-block;
  margin: 0 10px;
  color: #303030;
}
.b-interview input {
  height: 13px;
  -webkit-appearance: radio;
  width: 13px;
}
.b-interview__voted {
  color: #88909b;
  font-size: 13px;
  height: 18px;
  margin-bottom: 5px;
}
.b-interview__title a {
  color: black;
  text-decoration: none;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
}
.b-interview__title a:hover {
  color: #a7100c;
}
.b-interview .b-table {
  background-color: #f8ebe0;
  margin-bottom: 8px;
  max-height: 300px;
}
.b-interview-image {
  text-align: center;
  font-size: 0;
  margin-bottom: 5px;
  height: 184px;
}
.b-interview-image img {
  width: 100%;
  max-height: 100%;
}
.b-interview .mCSB_inside > .mCSB_container {
  margin-right: 13px;
}
.b-table__interview {
  width: 25px;
  text-align: center;
  padding: 1px 0;
}
.b-table__row-interview {
  padding: 1px 0;
  font-size: 0;
  margin: 4px 0;
}
.b-interview-footer {
  padding: 0;
  margin: 0 0 0 0;
  width: 50%;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.b-interview-footer__item {
  display: block;
  text-align: left;
}
.b-interview-footer__item a {
  color: #096bb7;
  text-decoration: underline;
}
@media screen and (max-height: 768px) {
  .b-article__heading {
    font-size: 50px;
  }
}
@media screen and (max-height: 1100px) {
  .b-article__heading {
    font-size: 5em;
  }
}
.b-article-preview-table__w300 {
  width: 300px;
}
.b-article-old-image {
  position: relative;
  height: 560px;
  background-color: white;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 25px;
}
.b-paywall-wrapper {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  content: '';
  top: 0;
  bottom: 0;
  z-index: 100;
}
.b-paywall-wrapper_show {
  display: block;
}
.b-paywall-wrapper-inner {
  color: #333333;
  padding: 20px 25px 20px 20px;
  position: fixed;
  top: 150px;
  left: 50%;
  margin-left: -255px;
  font-size: 15px;
  z-index: 100;
  width: 510px;
  background: white;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  font-family: Arial, sans-serif;
}
.b-paywall-wrapper-inner .b-wrapper-button__content {
  text-transform: none;
  font-size: 22px;
}
.b-paywall-wrapper-inner .b-btn-article_paywall-blue .b-wrapper-button {
  width: 144px;
}
.b-paywall-wrapper-inner .b-btn-article_paywall-blue .b-wrapper-button__content {
  font-size: 17px;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  width: 141px;
}
.b-paywall__close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url('images/close-icon.png');
}
.b-paywall-content__treatment {
  font-size: 24px;
}
.b-paywall-content p {
  margin: 20px 0 0;
}
.b-paywall-content__enter {
  color: #999999;
  font-weight: 700;
}
.b-paywall-content__enter:link {
  color: #999999;
}
.b-paywall-content__enter:visited {
  color: #999999;
}
.b-paywall-content__enter:focus {
  color: #999999;
}
.b-paywall-content__enter:hover {
  color: #999999;
}
.b-paywall-content__enter:active {
  color: #999999;
}
.b-btn-article {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  display: block;
  margin: 30px 0;
}
.b-btn-article_paywall-blue {
  margin: 5px 15px 0 0;
  padding: 0;
  position: relative;
}
.b-btn-article_paywall-blue_vk:after {
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -8px;
  background: url('../Content/images/vk-icon.png') no-repeat;
  width: 28px;
  content: '';
  height: 16px;
  display: inline-block;
}
.b-btn-article_paywall-blue_fb:after {
  position: absolute;
  content: '';
  left: 13px;
  top: 50%;
  margin-top: -9.5px;
  background: url('../Content/images/fb-icon.png') no-repeat;
  width: 9px;
  height: 19px;
}
.b-btn-article_paywall-blue .b-wrapper-button {
  width: 175px;
  background: #8ea7c8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8ea7c8 0%, #6b8cb7 40%, #5177a9 60%, #4d709f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8ea7c8 0%, #6b8cb7 40%, #5177a9 60%, #4d709f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8ea7c8 0%, #6b8cb7 40%, #5177a9 60%, #4d709f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ea7c8', endColorstr='#4d709f', GradientType=0);
  /* IE6-9 */

}
.b-btn-article_paywall-blue .b-wrapper-button__content {
  width: 171px;
  text-align: left;
  background: #8ea7c8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8ea7c8 0%, #6b8cb7 40%, #5177a9 60%, #4d709f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8ea7c8 0%, #6b8cb7 40%, #5177a9 60%, #4d709f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8ea7c8 0%, #6b8cb7 40%, #5177a9 60%, #4d709f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ea7c8', endColorstr='#4d709f', GradientType=0);
  /* IE6-9 */

}
.b-btn-article_paywall-blue .b-wrapper-button__content::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99afce+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #99afce 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #99afce 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #99afce 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99afce', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */

}
.b-btn-article_paywall-red {
  margin: 5px 0 0;
  padding: 0;
}
.b-call-paywall,
.b-call-paywall2,
.b-call-paywall3 {
  color: black;
  font-size: 20px;
  cursor: pointer;
}
.b-btn-article_paywall-blue_vk .b-wrapper-button__content {
  padding: 10px 15px 10px 45px;
}
.b-btn-article_paywall-blue_fb .b-wrapper-button__content {
  padding: 10px 15px 10px 30px;
}
#b-paywall-wrapper-pay .b-wrap-btn button {
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 10px;
}
#b-paywall-wrapper-pay .b-btn-article .b-wrapper-button {
  width: 205px;
}
#b-paywall-wrapper-pay .b-btn-article .b-wrapper-button__content {
  width: 201px;
  font-size: 20px;
  height: 70px;
  text-transform: none;
}
#b-paywall-wrapper-pay .b-btn-article .b-wrapper-button__content_online {
  line-height: 70px;
  padding: 0;
}
.b-right-red-btn .b-wrapper-button__content {
  text-align: left !important;
}
.b-wrap-btn {
  font-size: 0;
}
.b-wrap-btn button {
  display: inline-block;
  vertical-align: top;
}
.b-btn-work-anchor {
  text-align: center;
  display: block;
}
.b-btn-work-anchor span {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 30px;
  color: white;
  padding: 10px 25px;
  background: #a7100c;
  cursor: pointer;
  font-family: Arial, sans-serif;
}
.b-article-work-title-h5 {
  font-size: 30px;
  font-family: Arial, sans-serif;
  margin-bottom: 0;
}
.b-section-work {
  padding-bottom: 10px;
}
.b-section-work-item {
  text-align: center;
  border: 1px solid black;
  border-left: 0;
  padding-bottom: 30px;
  border-right: 0;
  padding-top: 0;
  margin-bottom: -1px;
}
.b-section-work-item__count {
  font-size: 130px;
  font-weight: 700;
  color: #a7100c;
  font-family: GeorgiaNumber;
  height: 130px;
  line-height: 130px;
}
.b-section-work-item__title {
  font-size: 30px;
  font-weight: 700;
}
.b-section-work-item__subtitle {
  font-style: italic;
  font-size: 30px;
}
.b-section-work-item__content {
  font-size: 24px;
  margin-top: 45px;
}
.b-section-work-item__price {
  font-weight: 700;
  font-size: 30px;
  margin-top: 40px;
}
.b-section-work-item__days {
  font-weight: 700;
  font-size: 30px;
}
.b-section-work-wrap__title {
  font-size: 70px;
  font-family: Arial, sans-serif;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 20px;
}
/*#acacac: #acacac; // Appears 2 times*/

.b-business-item__price {
  max-width: 170px;
  min-width: 150px;
}
.b-business-image-w {
  font-size: 0;
  height: 100px;
  text-align: center;
  width: 150px;
}
.b-business-image-w__image {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.b-business-item {
  height: 100px;
  padding: 15px 0 0 12px;
  position: relative;
}
.b-business-item__name {
  font-size: 13px;
  margin: 0;
}
.b-business-item__bottom-section {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.b-clearfix {
  clear: both;
}
.b-clearfix:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
#bizres,
.blPagin,
.b-business {
  font-family: Arial, sans-serif;
}
.b-business-item__char {
  color: black;
  margin-left: 15px;
  padding-top: 8px;
}
.b-business-item__location {
  color: #acacac;
  font-size: 12px;
  margin-top: 4px;
}
.b-business-item__source {
  color: #acacac;
  font-size: 12px;
  margin-top: 4px;
}
.b-business-result__info {
  font-size: 12px;
}
.b-business-result__sort {
  font-size: 12px;
}
.b-price-at {
  margin-left: 15px;
}
.b-price-for {
  margin-left: 7px;
}
.b-price-for__input {
  width: 100px;
}
.b-price-at__input {
  width: 100px;
}
.b-circled-box__content {
  padding: 5px;
  position: relative;
}
.b-lh47 {
  line-height: 47px;
}
.b-h47 {
  height: 47px;
}
#companyName {
  color: black;
  font-size: 19px;
  width: 100%;
}
.b-info-source {
  color: #909090;
  font-size: 11px;
}
.b-business__result {
  margin-top: 35px;
}
.b-business__separator {
  border-bottom: 1px solid #dbdde1;
  border: 0;
  display: block;
  height: 0;
  margin: 0;
}
.b-business-description {
  font-size: 13px;
  padding-left: 15px;
  position: relative;
}
.b-business-search {
  border: 1px solid #dad5d4;
  padding: 15px;
}
.b-business-advanced-search {
  padding-bottom: 40px;
  padding-right: 80px;
}
#priceForAdv,
#priceAtAdv,
#profitForAdv,
#profitAtAdv,
#customerEmail,
#customerTel,
#customerName,
#sellerTel,
#sellerFio {
  width: 100%;
}
.b-advanced-search-frame {
  table-layout: fixed;
  width: 100%;
}
.b-advanced-search-frame td {
  padding-bottom: 10px;
}
.b-sell-business-frame {
  table-layout: fixed;
  width: 100%;
}
.b-sell-business-frame td {
  padding-bottom: 10px;
}
.b-buy-business-frame {
  table-layout: fixed;
  width: 100%;
}
.b-buy-business-frame td {
  padding-bottom: 10px;
}
.b-list-region_adv {
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 13px 0 13px 15px;
  width: 100%;
}
.b-business,
.b-pollarchiv {
  font-size: 14px;
  padding: 10px 20px 0;
}
.b-business a,
.b-pollarchiv a {
  color: #096bb7;
}
.b-categories-list {
  margin: 0;
  padding: 30px 0;
  width: 100%;
}
.b-categories-list__list-item {
  *display: inline;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 8px;
  vertical-align: top;
  width: 248px;
  zoom: 1;
}
.b-categories-list__list-item_no-margin {
  margin-bottom: 5px;
  margin: 0;
}
.b-categories-list__checkbox {
  cursor: pointer;
  margin-right: 10px;
  margin: 0;
  padding: 0;
}
.b-categories-list__label {
  cursor: pointer;
  padding-right: 5px;
  width: 202px;
  word-wrap: break-word;
}
#startSearchAdv {
  cursor: pointer;
  font-size: 18px;
  width: 250px;
}
.b-text_left-align {
  text-align: left;
}
#simpleSearchTrigger {
  display: block;
  padding-top: 8px;
}
.b-text_black {
  color: black;
}
#advSearchTrigger {
  padding-top: 6px;
}
.b-text_nodecorate {
  text-decoration: none;
}
.b-business__header,
.b-pollarchiv__header,
.b-subscribe-title {
  color: black;
  font-size: 70px !important;
  line-height: normal;
}
.b-city__list {
  width: 150px;
}
.b-btn-article.b-call-paywall .b-wrapper-button {
  width: 305px;
}
.b-btn-article.b-call-paywall2 .b-wrapper-button,
.b-btn-article.b-call-paywall3 .b-wrapper-button {
  width: 305px;
}
.b-business-details {
  font-size: 13px;
  margin-top: 20px;
}
.b-business-details p {
  line-height: 20px;
}
.b-business-details__header {
  font-size: 16px;
  margin-bottom: 10px;
}
.b-business-details__characteristics {
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 50px;
  width: 100%;
}
.b-business-details__characteristics td {
  background: #dad5d4;
  padding: 17px 20px;
}
.b-business-characteristics__value {
  font-size: 14px;
  font-weight: bold;
}
.b-business-characteristics__name {
  color: #999999;
  margin-bottom: 5px;
}
.b-business-gallery {
  background: #dad5d4;
  margin: 30px 0;
  padding: 10px 10px 0 10px;
}
.b-business-gallery__item {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: white;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
}
.b-business-gallery__image {
  display: block;
}
#applyBusiness {
  cursor: pointer;
  font-size: 18px;
}
.b-get-back {
  background: url("/Content/images/pg-leaf-str.png") 0 -80px no-repeat transparent;
  color: black;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  padding-left: 28px;
  text-decoration: underline;
}
.b-business-details__get-back {
  margin-top: 15px;
}
.errorMessage {
  color: #a7100c;
  font-size: 12px;
  left: 15px;
  position: absolute;
  text-decoration: none;
  top: 15px;
}
.similar-block {
  float: left;
  font-size: 17px;
  line-height: 18px;
  margin-right: 10px;
  overflow: hidden;
  padding-bottom: 15px;
  width: 158px;
  word-wrap: break-word;
}
.similar-block a {
  color: #303030;
  text-decoration: none;
}
.similar-block a:hover {
  color: #707070;
}
#similar {
  margin-top: 50px;
}
#fast {
  margin-top: 50px;
}
.business-contacts {
  background: url("/Content/images/business-contacts.png") 0 0 no-repeat transparent;
  color: black;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  padding-left: 28px;
  text-decoration: underline;
}
.bizness-upper-text-label {
  color: gray;
  font-size: 11px;
}
#yandex_ad {
  margin-bottom: 37px;
}
.b-circled-btn_white-gray-bordered-btn .b-circled-btn__lft-bg {
  background-image: url('/Content/images/business/white-gray-bordered-btn-bg.png');
}
.b-circled-btn_white-gray-bordered-btn .b-circled-btn__rgt-bg {
  background-image: url('/Content/images/business/white-gray-bordered-btn-bg.png');
}
.b-circled-btn__content_small-padded {
  padding: 0 15px;
}
.b-circled-btn_company-search {
  width: 100%;
}
.b-circled-box_small-circled {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.b-circled-btn_price-for-adv,
.b-circled-btn_price-at-adv,
.b-circled-btn_profit-at-adv,
.b-circled-btn_profit-for-adv {
  width: 249px;
}
.b-circled-btn_price-at-adv {
  margin-right: 10px;
}
.b-circled-btn_profit-at-adv {
  margin-right: 10px;
}
.b-circled-btn-gradient-red-highlight-btn .b-circled-btn__lft-bg {
  background-image: url('/Content/images/business/gradient-red-highlight-btn-bg.png');
}
.b-circled-btn-gradient-red-highlight-btn .b-circled-btn__rgt-bg {
  background-image: url('/Content/images/gradient-red-highlight-btn-bg.png');
}
.b-circled-btn-gradient-blue-highlight-btn .b-circled-btn__lft-bg {
  background-image: url('/Content/images/gradient-blue-highlight-btn-bg.png');
}
.b-circled-btn-gradient-blue-highlight-btn .b-circled-btn__rgt-bg {
  background-image: url('/Content/images/gradient-blue-highlight-btn-bg.png');
}
.b-button_reset-style {
  background: transparent;
  border: 0;
  color: #ababab;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
.b-input_reset-style {
  background: transparent;
  border: 0;
  color: #ababab;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
.b-circled-btn {
  cursor: pointer;
}
.b-circled-btn__rgt-bg {
  background-position: 100% 0;
  position: relative;
  right: -3px;
}
.b-circled-btn__lft-bg {
  background-position: 0 0;
  margin-right: 3px;
  position: relative;
}
.b-circled-btn_small-gradient-red-btn .b-circled-btn__lft-bg {
  background-image: url('/Content/images/gradient-red-btn-bg.png');
}
.b-circled-btn_small-gradient-red-btn .b-circled-btn__rgt-bg {
  background-image: url('/Content/images/gradient-red-btn-bg.png');
}
.b-circled-btn__content {
  margin-right: 3px;
  padding-top: 1px;
  text-align: center;
}
.b-circled-btn_lh26 {
  line-height: 26px;
}
.b-circled-btn_lh40 {
  line-height: 40px;
}
.b-circled-btn_h47 .b-circled-btn__lft-bg {
  height: 47px;
}
.b-circled-btn_h47 .b-circled-btn__rgt-bg {
  height: 47px;
}
.b-circled-btn_h40 .b-circled-btn__lft-bg {
  height: 40px;
}
.b-circled-btn_h40 .b-circled-btn__rgt-bg {
  height: 40px;
}
.b-circled-btn_h26 .b-circled-btn__lft-bg {
  height: 26px;
}
.b-circled-btn_h26 .b-circled-btn__rgt-bg {
  height: 26px;
}
.b-circled-btn__content-text_pt4 {
  padding-top: 4px;
}
.b-circled-btn__content-text {
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto;
  vertical-align: middle;
}
.b-text_nowrap {
  white-space: nowrap;
}
.b-text_white {
  color: white;
}
.b-text_red {
  color: #c0171f;
}
#reg_button_modal {
  font-size: 22px;
  line-height: 36px;
  margin-top: 5px;
}
.b-social-button {
  font-size: 17px !important;
  margin-top: 5px;
}
.b-circled-btn__content_vk-button {
  background: url("/Content/images/vk-icon.png") 10px center no-repeat;
  padding-left: 45px;
}
.b-circled-btn__content_fb-button {
  background: url("/Content/images/fb-icon.png") 10px center no-repeat;
  padding-left: 30px;
}
.ui-widget.ui-dialog.b-modal {
  -moz-border-radius: 0;
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  background: none;
  background: white;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  font-family: inherit;
  font-size: 15px;
  font-size: inherit;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  z-index: 999999 !important;
}
.ui-widget.ui-dialog.b-modal .ui-dialog-titlebar {
  border: 0;
  min-height: 18px;
  padding-right: 25px;
  position: relative;
}
.ui-widget.ui-dialog.b-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: 0;
  height: 18px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  z-index: 100;
}
.ui-widget.ui-dialog.b-modal .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
  background: url('/Content/images/close-icon.png') 0 0 no-repeat;
  height: 18px;
  left: 0;
  top: 0;
  width: 18px;
}
.ui-widget.ui-dialog.b-modal .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover {
  background: transparent;
}
.ui-widget.ui-dialog.b-modal .ui-dialog-content {
  padding: 0px 25px 20px 20px;
}
.ui-widget.ui-dialog.b-modal_no-title .ui-dialog-titlebar {
  height: 0;
  padding: 0;
}
.ui-dialog.b-modal .ui-dialog-content {
  background: none;
  border: 0;
  line-height: 1.43;
  outline: 0;
  overflow: auto;
  overflow: visible;
  padding: 0.5em 1em;
  position: relative;
  zoom: 1;
}
.ui-dialog.b-modal .ui-dialog-titlebar {
  background: white;
}
.ui-corner-all {
  -khtml-border-bottom-left-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  -khtml-border-top-left-radius: 0;
  -khtml-border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
}
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
  height: 100% !important;
  position: fixed;
  width: 100% !important;
  z-index: 999998 !important;
}
#subscribe_modal_btn {
  display: block;
  font-size: 22px;
  line-height: 36px;
  margin-top: 5px;
  width: 220px;
}
#subscribe_modal_btn .b-circled-btn__content {
  text-align: left;
}
#subscribe_button {
  font-size: 15px;
  margin-top: 10px;
}
#subscribe_button .b-circled-btn__content {
  padding-right: 25px;
}
.b-registration {
  padding-bottom: 50px;
  padding-left: 36px;
  padding-top: 5px;
}
.b-registration__heading {
  color: #a7100c;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.text-gray {
  color: #999999;
}
.knockout-top-to-bottom:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: -moz-linear-gradient(#fb9699, transparent);
  background-image: -o-linear-gradient(#fb9699, transparent);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb9699), to(transparent));
  background-image: -webkit-linear-gradient(#fb9699, transparent);
  border-radius: 3px;
  bottom: 0;
  content: "";
  left: -1px;
  padding: 3px 3px 0 3px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: -2;
}
.knockout-top-to-bottom:after {
  content: "";
  position: absolute;
}
.b-popup-transparent {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0 0 5px;
  outline: none;
  vertical-align: top;
}
.b-popup__button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: -moz-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  background: -ms-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  background: -o-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f13a41), color-stop(40%, #f13a41), color-stop(60%, #d81a21), color-stop(100%, #d81a21));
  background: -webkit-linear-gradient(top, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  background: #f13a41;
  background: linear-gradient(to bottom, #f13a41 0%, #f13a41 40%, #d81a21 60%, #d81a21 100%);
  box-sizing: border-box;
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f13a41', endColorstr='#d81a21', GradientType=0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
  text-align: left;
  width: 197px;
}
.b-popup__button_single-line {
  font-size: 20px;
  line-height: 54px;
}
.b-popup__button_double-line {
  font-size: 20px;
  line-height: 27px;
}
.title-popup-article {
  height: auto;
  margin-top: -20px;
  min-height: 92px;
  width: auto;
}
.block_select_info {
  background: #eeeeee;
  color: #595959;
  display: block;
  font-size: 12px;
  margin: 0px 0px 20px 0px;
  padding: 15px;
}
.b-input-step3 {
  border: 1px solid #b5b5b5 !important;
  box-sizing: border-box;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0 5px !important;
}
.b-input-check {
  float: left;
  margin-left: -5px;
  margin-top: 8px;
}
.block-select-info-step3 {
  box-sizing: border-box;
  height: 152px;
  line-height: 37px;
  margin-top: 0;
  margin: 0;
  padding: 6px 15px 10px;
  width: 580px;
}
.b-input-step3-fio {
  width: 165px;
}
.b-input-step3-ordianryinput {
  width: 121px;
}
.b-step3-lastrow {
  margin-top: -12px;
}
.darkcolor {
  background: #dad5d4;
}
.disabled {
  background: #dedede;
}
.b-dark-bg {
  background: #dad5d4;
}
.b-main-title-search h1 {
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: 28px;
  padding-left: 0;
}
.b-result-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  padding-left: 0;
}
.b-result-title-wrapper {
  padding-left: 0;
}
.b-title-not-found {
  font-weight: 400;
  margin-top: 30px;
  padding: 5px 5px 5px 0;
}
.b-logistik-title {
  color: #88909b;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 23px;
  margin-left: 5px;
  margin-top: 23px;
}
.searchPage p {
  line-height: 16px;
  padding: 7px 10px 7px 0;
}
.b-business .b-article__heading {
  margin-bottom: 10px;
}
.blPagin A:hover {
  color: #a7100c;
  background: white;
}
.blPagin H2 {
  font-size: 12px;
}
.b-business-search-main-section input {
  margin-left: 15px;
}
.b-business-buttons {
  padding-top: 100px;
}
.b-business-buttons .b-btn-article.b-call-paywall .b-wrapper-button {
  width: 288px;
}
.b-business-buttons .b-btn-article.b-call-paywall .b-wrapper-button__content {
  width: 286px;
  text-align: left;
}
.jobDp {
  font-size: 13px;
  padding: 10px 20px 0 20px;
}
.jobDp .pHeader {
  background: url('/Content/images/rabota/hh-logo.png') no-repeat right 3px bottom 25px;
}
.jobDp .pHeader h1 {
  color: #a7100c;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.jobDp .pHeader h1 a {
  color: #a7100c;
  text-decoration: none;
}
.jobDp .pHeader span {
  color: #909090;
  font-size: 13px;
}
.jobDp .jobSearch {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f8ebe0;
  border: 1px solid #dad5d4;
  margin-bottom: 30px;
  padding: 15px 15px 13px 15px;
  position: relative;
}
.jobDp .jobSearch table {
  margin-bottom: 15px;
}
.jobDp .jobSearch .tlc {
  background-position: 0 0;
  left: -1px;
  top: -1px;
}
.jobDp .jobSearch .trc {
  background-position: -5px 0;
  right: -1px;
  top: -1px;
}
.jobDp .jobSearch .blc {
  background-position: 0 -5px;
  bottom: -1px;
  left: -1px;
}
.jobDp .jobSearch .brc {
  background-position: -5px -5px;
  bottom: -1px;
  right: -1px;
}
.jobDp .jobSearch .b-input input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url('/Content/images/sf-input.png') repeat-x 0 0;
  border: 0;
  box-sizing: border-box;
  color: #2c2c2c;
  float: left;
  font-size: 20px;
  line-height: 45px;
  outline: none;
  width: 100%;
}
.jobDp .jobSearch *:first-child + html .b-input input {
  height: 45px;
}
.jobDp .jobSearch .data {
  color: #909090;
  font-size: 11px;
  padding-top: 15px;
}
.jobDp .jobSearch .city {
  float: left;
  margin-right: 20px;
}
.jobDp .jobSearch .city select {
  padding-left: 5px;
  width: 150px;
}
.jobDp .jobSearch .prof {
  float: left;
  margin-right: 20px;
}
.jobDp .jobSearch .prof select {
  padding-left: 5px;
  width: 250px;
}
.jobDp .jobSearch .payment {
  float: left;
}
.jobDp .jobSearch .paymemt input {
  margin: 0 5px 0 7px;
  width: 100px;
}
.jobDp .infoSort {
  padding-bottom: 17px;
  text-align: right;
}
.jobDp .infoSort .info {
  float: left;
}
.jobDp .infoSort .info span {
  color: #a7100c;
}
.jobDp .infoSort .sort {
  color: #cdcdcd;
  font-size: 12px;
  word-spacing: 4px;
}
.jobDp .infoSort .sort span {
  color: #909090;
  word-spacing: 0;
}
.jobDp .infoSort .sort a {
  word-spacing: 0;
}
.jobDp .vacancyList {
  border-top: 1px solid #dbdde1;
  margin: 0;
  padding: 0 0 5px 0;
}
.jobDp .vacancyList li {
  border-bottom: 1px solid #dbdde1;
  padding: 15px 0 17px 0;
  display: block;
}
.jobDp .vacancyList li:hover {
  background-color: #f3f5f9;
}
.jobDp .vacancyList .pay {
  float: right;
  font-size: 14px;
  font-weight: bold;
  width: 190px;
}
.jobDp .vacancyList .vacancy {
  margin-right: 205px;
  padding-left: 10px;
}
.jobDp .vacancyList .vacancy a {
  font-size: 14px;
  font-weight: bold;
}
.jobDp .vacancyList .vacancy span {
  color: #909090;
  display: block;
  font-size: 13px;
  margin-top: 6px;
}
.jobDp .sNets {
  border-top: 1px solid #dbdde1;
  height: 25px;
  margin-bottom: 35px;
  overflow: visible;
  padding-top: 15px;
}
.jobDp .vacancyCard {
  margin-top: 20px;
}
.jobDp .vacancyCard h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.jobDp .vacancyCard .shortInfo {
  margin-bottom: 27px;
}
.jobDp .vacancyCard .shortInfo td {
  background-color: #dad5d4;
  border-right: 1px solid #f8ebe0;
  color: #909090;
  padding: 15px 18px 18px 18px;
}
.jobDp .vacancyCard .shortInfo td strong {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-top: 4px;
}
.jobDp .vacancyCard .fullInfo h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.jobDp .vacancyCard .fullInfo ul {
  margin-bottom: 20px;
}
.jobDp .vacancyCard .fullInfo ul li {
  background: url('/Content/images/rabota/jli.gif') no-repeat 0 9px;
  padding: 0 0 4px 20px;
}
.jobDp .vacancyCard .respondBtn {
  background: url('/Content/images/rabota/respond-btn.png') no-repeat 0 0;
  display: block;
  height: 37px;
  margin-top: 10px;
  text-decoration: none;
  text-indent: -219px;
  width: 219px;
}
.jobDp .vacancyCard .respondBtn:hover {
  background-position: 0 -37px;
}
.jobDp .jobSearch .tlc,
.jobDp .jobSearch .trc,
.jobDp .jobSearch .blc,
.jobDp .jobSearch .brc {
  background-repeat: no-repeat;
  background: url('/Content/images/wiwblock/sf-corners.png');
  height: 5px;
  overflow: hidden;
  position: absolute;
  width: 5px;
}
#blogContent blockquote {
  border-left: 4px solid #dad5d4;
  font-style: italic;
  margin-left: 25px;
  padding-left: 10px;
}
#blogContent h2 {
  font-size: 14px;
  line-height: 16px;
}
#blogContent ul {
  padding-left: 40px;
}
#blogContent ul li {
  list-style-type: disc;
}
#blogContent ol {
  padding-left: 40px;
}
#blogContent ol li {
  list-style-type: decimal;
}
#blogContent li {
  display: list-item;
  font-size: 13px;
  line-height: 16px;
}
#blogContent table {
  border-collapse: collapse;
}
#blogContent table td {
  border: 1px solid black;
  font-size: 13px;
  line-height: 16px;
  padding: 4px;
}
#blogContent table caption {
  font-size: 13px;
  line-height: 16px;
  padding: 4px;
}
#blogContent table th {
  font-size: 13px;
  line-height: 16px;
  padding: 4px;
}
#blogContent div.edit {
  margin-top: 10px;
  text-align: right;
}
#blogContent input {
  background: url("/Content/images/gfx/red_grad.gif") repeat-x scroll left top #d91b22;
  border: medium none;
  color: white;
  cursor: pointer;
  margin: 0px 0px 10px 10px;
  padding: 3px 7px 3px;
}
#blogContent iframe {
  margin-bottom: 0;
}
div.post_add td {
  padding: 0 15px;
}
div.post_add .header {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 10px;
}
div.post_add td.save {
  text-align: right;
}
div.post_add td.save input {
  background: url("/Content/images/gfx/red_grad.gif") repeat-x scroll left top #d91b22;
  border: medium none;
  color: white;
  cursor: pointer;
  margin: 0px 0px 10px 10px;
  padding: 3px 7px 3px;
}
div.post_add .datetimepicker {
  font-size: 12pt;
  font-weight: bold;
}
div.post_add .datetimepicker input {
  margin: 15px 5px 10px 0px;
}
div.post_save {
  text-align: right;
}
div.post_save input {
  background: url("/Content/images/gfx/red_grad.gif") repeat-x scroll left top #d91b22;
  border: medium none;
  color: white;
  cursor: pointer;
  margin: 0px 0px 10px 10px;
  padding: 3px 7px 3px;
}
.tags_tree td {
  font-size: 10pt;
  height: 30px;
  margin: 0px !important;
  padding: 0px !important;
}
.tags_tree span {
  font-size: 10pt;
  height: 30px;
  margin: 0px !important;
  padding: 0px !important;
}
.tags_tree table {
  margin-bottom: 10px;
  width: 100%;
}
.tags_tree table td {
  width: 30%;
}
div.btnEditWrapper {
  float: right;
  overflow: hidden;
}
div.btnEditLeft {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}
div.btnEditLeft input {
  margin: 0 !important;
}
div.btnEditRight {
  float: left;
  margin-bottom: 15px;
  position: relative;
}
div.btnEditRight input {
  margin: 0 !important;
}
a.postauthor {
  color: #7291a9;
  font-size: 10pt;
  text-decoration: none;
}
a.postauthor:hover {
  text-decoration: underline;
}
div.blogauthor_photo {
  float: left;
  text-align: center;
  width: 128px;
}
div.blogauthor_info {
  margin-left: 160px;
}
div.blogauthor_info table {
  font-size: 10pt;
}
div.blogauthor_info th {
  padding: 0px 20px 10px 0px;
  text-align: left;
}
div.blogauthor_info th a {
  color: #a7100c;
  text-decoration: underline;
}
div.blogauthor_info td {
  padding: 0px 20px 10px 0px;
  text-align: left;
}
div.blogauthor_info td img {
  margin: 0;
}
div.blogauthor_info td span {
  vertical-align: top;
}
a.nomargin {
  margin: 0;
}
p.more {
  clear: both;
  font-size: 10pt;
  margin: 20px 0px 10px 0px;
  text-align: right;
}
p.more a {
  color: #096bb7;
  text-decoration: underline;
}
p.more a:hover {
  color: #a7100c;
}
div.author {
  display: inline;
}
div.author a {
  text-decoration: underline;
}
div.author a.authorIcon {
  background: url("/Content/images/gfx/autorIcon.png") no-repeat scroll left top transparent;
}
div.author a.postIcon {
  background: url("/Content/images/gfx/PostIcon.png") no-repeat scroll left top transparent;
}
.PostBottom .authorIcon {
  background: url("/Content/images/gfx/autorIcon.png") no-repeat scroll left top transparent;
}
.PostBottom .postIcon {
  background: url("/Content/images/gfx/PostIcon.png") no-repeat scroll left top transparent;
}
.PostBottom span {
  text-align: right;
}
.PostBottom a.comDir {
  margin-left: 10px;
}
.PostBottom a.comDir:hover {
  margin-left: 10px;
}
.PostBottom a.authorIcon {
  margin-left: 10px;
}
.commentAuthor a {
  margin: 0;
}
.commentAuthor a img {
  width: 30px;
}
.commentAuthor a.avatar {
  margin-right: 5px;
}
.comment {
  border-bottom: 1px solid #dee6f0;
  margin: 12px 0px 10px 36px;
  padding: 0;
}
.rootComment {
  border-bottom: 1px solid #dee6f0;
  margin: 12px 0px 10px 12px;
  padding: 0;
}
.text {
  margin: 0px 0px 10px 38px !important;
  padding: 0px !important;
}
a.PostCommentsLink {
  margin-left: 0;
}
a.PostCommentsLink:hover {
  margin-left: 0;
}
.LeftColumn {
  float: left;
  margin-left: 8px;
  margin-right: 9px;
  margin-top: 15px;
  overflow: hidden;
  width: 715px;
}
.MiddleColumn {
  float: left;
  margin: 15px 10px;
  overflow: hidden;
  width: 500px;
}
.MiddleColumn iframe {
  margin-bottom: 10px;
}
.RightColumn {
  float: left;
  margin-right: 8px;
  margin-top: 15px;
  overflow: hidden;
  width: 245px;
}
.RightColumn iframe {
  margin-bottom: 10px;
}
.blogsHd {
  background: #dad5d4;
  margin: 0px 0px 5px 0px;
  padding: 0;
  width: 97%;
}
.blogsHd H2 {
  margin-left: 15px;
  width: 95%;
}
.blogsHd H2 a {
  color: #517ea1;
  float: left;
  font-size: 14pt;
  line-height: 17px;
  padding: 0;
}
.blogsHd H2 span {
  color: #517ea1;
  float: left;
  font-size: 14pt;
  line-height: 17px;
  padding: 0;
}
.blogsHd H2 span.SameBlogs {
  color: #a7100c;
}
.blogsHd STRONG {
  color: #464d52;
  float: left;
  font-size: 1.6em;
  padding: 6px 10px 5px 15px;
}
.blogsHd .blogsRating {
  color: #a7100c;
  float: right;
  font-size: 20px;
  font-weight: bold;
}
#blogsTopic {
  padding: 0 10px 0 20px;
}
#blogsTopic .blogsHd {
  margin-bottom: 0;
  margin-top: 0;
}
#blogsTopic .newsBlock {
  padding: 0 15px;
}
#blogsTopic .newsBlock P {
  padding-bottom: 6px;
  padding: 12px 0;
}
#blogsTopic .blTags {
  margin-top: 0;
}
.topicComBl {
  margin-top: 40px;
}
.topicComBl .blogsHd H3 {
  border-right: 1px solid #cdd6df;
  color: #464d52;
  display: block;
  float: left;
  font-size: 16px;
  margin: 1.5px 20px 1.5px 0;
  padding: 3px 18px 3px 15px;
}
.topicComBl .blogsHd H3 SPAN {
  color: #6c8190;
}
.topicComBl .blogsHd A {
  position: relative;
  top: 8px;
}
.blogInter {
  background: url("/Content/images/gfx/interBg.png") repeat-x left top #d91b22;
  float: left;
  width: 84%;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.blogInter DIV {
  float: left;
  padding-bottom: 7px;
  padding: 6.5px 0;
}
.blogInter .blInterA {
  -background-image: url("/Content/images/gfx/interIcon.gif");
  background: url("/Content/images/gfx/interIcon.gif") no-repeat 7px center;
  padding-left: 10px;
}
.blogInter .blInterA A {
  border-right: 1px solid #f88a8e;
}
.blogInter A {
  color: #f6f8fb;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px 0 17px;
  text-decoration: none;
}
.AutorPanel .blogInter .blInterA {
  background: url("/Content/images/gfx/interIconIn.gif") no-repeat 7px center;
  padding-left: 14px;
}
.AutorPanel .blogInter .blInterA A {
  text-decoration: none;
}
.AutorPanel .blogInter .blInterA A SPAN {
  background: url("/Content/images/gfx/auth_dot.gif") repeat-x left bottom;
}
.PostHeader {
  position: relative;
  width: 347px;
}
.PostHeader table {
  height: 100%;
  width: 100%;
}
.PostHeader td {
  padding: 4px;
}
.PostHeader a {
  text-decoration: none;
  vertical-align: middle;
}
.PostHeader a:hover {
  text-decoration: underline;
}
.PostHeader .Title {
  font-size: 14pt;
  font-weight: bold;
  line-height: 18px;
  padding-left: 10px;
}
.PostHeader .Title a {
  color: #517ea1;
}
.BlockCaption {
  background: #7d8ca1;
  color: white;
  font-size: 14px;
  padding: 8px;
}
.BlockCaption a {
  color: #c3cfdf;
  float: right;
  font-size: 8px;
  font-weight: normal;
}
.PostBlock {
  float: left;
  padding-bottom: 10px;
  padding-top: 0;
  padding-top: 5px;
  position: relative;
  width: 347px;
}
.PostItem {
  font-size: 11px;
  padding: 10px 10px;
}
.PostItem a {
  color: #4690c9;
}
.PostItem .Photo {
  float: left;
  width: 85px;
}
.PostItem .Photo img {
  height: 100%;
  width: 100%;
}
.PostItem .Info {
  margin-left: 95px;
}
.PostItem .Vote {
  background: white;
  margin-top: 3px;
  width: 100%;
}
.PostItem .Vote .Arrow {
  cursor: pointer;
  width: 14px;
}
.PostItem .Vote .Rating {
  color: #a7100c;
  font-size: 15px;
  font-weight: bold;
}
.PostItem .Header {
  font-size: 12px;
  font-weight: bold;
}
.PostItem .Date {
  color: #989898;
  margin: 10px 0px;
}
.PostItem .Author {
  margin-bottom: 5px;
}
.PostItem .Author a {
  background: url("/Content/images/gfx/autorIcon.png") no-repeat scroll left top transparent;
  padding-left: 22px;
}
.PostItem .Comments a {
  background: url("/Content/images/gfx/com_ballon.png") no-repeat scroll left top transparent;
  padding-left: 22px;
}
.PostItem .PromoInfo {
  margin-left: 120px;
}
.PromoPostBlock {
  background: none repeat scroll 0 0 #f7ebd5;
  margin: 0;
}
.PromoPostBlock .PostItem {
  width: 33%;
}
.PromoPostBlock .PostItem .Photo img {
  width: 100px;
}
.PromoPostBlock .PostItem .Info {
  margin-left: 110px;
}
.RoundedBorder {
  border: 1px solid #dee6f0;
  position: relative;
}
.RoundedBorder .LT {
  background-position: -2px -12px;
  left: -1px;
  top: -1px;
}
.RoundedBorder .RT {
  background-position: -15px -12px;
  right: -1px;
  top: -1px;
}
.RoundedBorder .LB {
  background-position: -22px -1px;
  bottom: -1px;
  left: -1px;
}
.RoundedBorder .RB {
  background-position: -33px -1px;
  bottom: -1px;
  right: -1px;
}
.RoundedBorder i {
  background: url("/Content/images/gfx/corner.png") no-repeat scroll left top transparent;
  display: block;
  height: 9px;
  position: absolute;
  width: 9px;
}
.RoundedBorderEx {
  border: 1px solid #dee6f0;
  position: relative;
}
.RoundedBorderEx .LT {
  background-position: -2px -12px;
  left: -1px;
  top: -1px;
}
.RoundedBorderEx .RT {
  background-position: -15px -12px;
  right: -1px;
  top: -1px;
}
.RoundedBorderEx .LB {
  background-position: -22px -1px;
  bottom: -1px;
  left: -1px;
}
.RoundedBorderEx .RB {
  background-position: -33px -1px;
  bottom: -1px;
  right: -1px;
}
.RoundedBorderEx i {
  background: url("/Content/images/gfx/corner.png") no-repeat scroll left top transparent;
  display: block;
  height: 9px;
  position: absolute;
  width: 9px;
}
.BlogBlock {
  margin-bottom: 30px;
}
.ThemeCaption {
  color: #7d8ca1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ThemeBlock {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #dad5d4;
  border: 1px solid #dad5d4;
  margin-bottom: 30px;
  padding: 10px 15px;
}
.ThemeBlock .BottomLinks {
  color: #949a9e;
  font-size: 11px;
  overflow: hidden;
  width: 207px;
}
.ThemeBlock .BottomLinks a {
  color: #949a9e;
  font-size: 11px;
  text-decoration: none;
}
.ThemeBlock .BottomLinks a:hover {
  color: #a7100c;
}
.ThemeItem {
  border-bottom: solid 1px #4690c9;
  padding: 7px 0px;
}
.ThemeItem a {
  color: #4690c9;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.PreviewImage {
  background: white;
  height: 75px;
  padding: 4px;
  width: 75px;
}
.PromoPreviewImage {
  background: white;
  height: 75px;
  padding: 4px;
  width: 100px;
}
.BlogLogin {
  text-align: center;
}
.BlogLogin input {
  font-size: 14pt;
  text-align: center;
}
.BlogLogin .Info {
  color: #a7100c;
}
.BlogLogin .Captcha {
  margin-top: 10px;
  text-align: left;
}
body .BlogPaging {
  margin: 0 0 5px;
  padding-left: 0;
  padding: 0;
  width: 100%;
}
body .BlogPaging a {
  font-size: 13px;
}
body .BlogPaging span {
  font-size: 13px;
}
body .BlogPaging em {
  font-size: 13px;
}
body .BlogPaging .buttons {
  margin-top: 10px;
}
body .BlogPaging .buttons a.active {
  background: -moz-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -ms-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -o-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -webkit-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: #a7100c;
  border: 1px solid #a7100c;
  color: white;
}
.BlogTags b {
  color: #989898;
  font-size: 13px;
}
.BlogRegistration {
  width: 70%;
}
.BlogRegistration h1 {
  text-align: center;
}
.BlogCommentTextCounter {
  color: #517ea1;
  font-size: 15px;
  font-weight: bold;
}
.BlogCommentTextCounter span {
  color: #a7100c;
}
#SearchForm {
  clear: both;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #dad5d4;
  border: 1px solid #dad5d4 !important;
  margin: 0 0 14px 0;
  padding: 10px 12px;
}
#SearchForm input {
  border-color: currentColor;
  border-style: none;
  border-width: medium;
  font-size: 17px;
  outline-color: currentColor;
  outline-style: none;
  outline-width: medium;
  padding: 0;
}
.BlogSearchImg {
  border-right: none;
  padding: 7px;
}
.SearchTitle {
  color: #c1c1c1;
}
#SearchField {
  width: 100%;
}
.BlogSearchPage {
  padding: 15px;
}
.BlogSearchPage input {
  font-size: 20px;
}
.BlogSearchPage .BlogText {
  margin-right: 5px;
  width: 81%;
}
.ProfileBlock {
  background: #dad5d4;
  padding-top: 40px;
}
.webwave_img {
  height: 75px;
  width: 75px;
}
.blog-link-rss {
  background-image: url("/App_Themes/Common/i/bgr_rss.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 16px;
  line-height: 14px;
  padding-left: 22px;
  padding-right: 18px;
  text-decoration: underline;
}
.HeaderWrapper {
  background: url('/Content/images/zaslon-bg.png');
  bottom: 0;
  color: white;
  font-size: 23px;
  height: 45px;
  left: 0;
  line-height: 21px;
  min-height: 46px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  width: 337px;
}
.HeaderWrapper a {
  color: white;
  font-size: 23px;
  line-height: 23px;
  text-decoration: none;
}
.HeaderWrapper a:hover {
  text-decoration: none;
}
.SocialNetworks {
  float: right;
  width: 100px;
}
.SocialNetworks a {
  background-image: url('/Content/images/social-networks.png');
  background-repeat: no-repeat;
  height: 18px;
  margin-left: 4px;
  margin-right: 0;
  padding: 0;
  width: 12px;
}
.PostWrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.postBottom {
  border-top: 1px dashed black;
  bottom: 2px;
  left: 0;
  padding-top: 5px;
  position: absolute;
  width: 100%;
}
.postBottom .comDir {
  background: transparent;
  color: #096bb7;
  line-height: 12px;
  padding-bottom: 0;
  padding-top: 0;
  text-decoration: none;
}
.twitter {
  background-position: -45px 0px;
}
.liveI {
  background-position: -60px 0px;
}
.liveJ {
  background-position: 0px 0px;
}
.vkontakte {
  background-position: -30px 0px;
}
.facebook {
  background-position: -15px 0px;
}
dd.blogTags {
  margin-left: 32px;
}
dd.blogAuthor {
  margin-left: 40px;
}
dt.blogDate {
  font-size: 11px;
}
.BlogAuthorBiography {
  margin-top: 23px;
}
.write-to-author {
  background: url('/Content/images/write-icon.png') no-repeat;
  padding-bottom: 3px;
  padding-left: 20px;
  text-decoration: none;
}
.rss {
  background: url('/Content/images/rss.png') 0px 1px no-repeat;
  color: #8d9194;
  font-size: 11px;
  padding-left: 15px;
}
.short-info {
  font-size: 12px;
}
.short-info a {
  color: #e22027;
  text-decoration: underline;
}
.short-info .profile-edit {
  color: #096bb7;
}
.comDir .CommentsCount {
  background: url('/Content/images/comments-bg.png') no-repeat;
  color: white;
  font-size: 10px;
  height: 18px;
  left: 2px;
  line-height: 14px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 12px;
}
.blogsRating {
  float: right;
  height: 40px;
  font-family: Arial, sans-serif;
  max-width: 97px;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.blogsRating span {
  white-space: nowrap;
  display: block;
  margin-left: 4px;
  height: 40px;
  padding: 0px 18px 0 14px;
  background: url('/Content/images/votesBG.png') repeat-x;
  line-height: 40px;
  margin: 0;
  vertical-align: top;
  position: relative;
}
.blogsRating span span {
  font-size: 22px;
}
.blogsRating span.RightBorder {
  background: url('/Content/images/rightBorderVotes.png') repeat-x;
  float: right;
  height: 40px;
  left: auto;
  margin-top: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}
.blogsRating span.LeftBorder {
  background: url('/Content/images/leftBorderVotes.png') repeat-x;
  float: right;
  height: 40px;
  padding: 0;
  width: 4px;
}
.blogsRating input.up-vote {
  background: url('/Content/images/top-icon-vote.png') no-repeat;
  height: 17px;
  width: 12px;
}
.blogsRating input.down-vote {
  background: url('/Content/images/btm-icon-vote.png') no-repeat;
  height: 17px;
  width: 12px;
}
.blogsRating INPUT {
  width: 13px;
  height: 19px;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.postVotes {
  color: white;
  font-size: 28px;
}
.blogsRating SPAN SPAN {
  display: inline;
  margin-left: 0;
  padding: 0;
  background: none;
}
.BannerWrapper715x150 {
  border: 1px solid #a7100c;
  height: 150px;
  margin: 35px 0;
  position: relative;
  width: 713px;
}
.BannerWrapper715x150 span {
  font-size: 11px;
  left: 0;
  position: absolute;
  top: -15px;
}
.second-block {
  float: right;
}
.logInWind {
  padding: 0;
}
.logInWind .logInWindClose {
  background: url('/Content/images/logInWndCloseIcon.png') no-repeat;
  bottom: 10px;
  cursor: pointer;
  height: 17px;
  padding: 0;
  position: absolute;
  right: 15px;
  width: 17px;
}
#logInWind .logInWind-bg {
  background: url('/Content/images/unregistredVoteBg.png') no-repeat;
  height: 70px;
  position: relative;
  width: 192px;
}
.logInWind-bg span {
  background: transparent;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 8px;
  white-space: normal;
  width: 150px;
  word-wrap: break-word;
}
.LinksWrapper {
  padding-top: 4px;
  width: 207px;
}
.LinksWrapper a {
  margin-right: 3px;
}
.blPagin A,
.blPagin SPAN {
  margin-right: 4px;
  padding: 2px 6px;
  font-size: 14px;
  text-decoration: none;
  background: #f2f5f8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #c8c8c8;
  color: #555555;
}
.blPagin .move {
  border: none;
}
.blPagin SPAN.span_paging {
  background-color: white;
  border: solid 0px white;
}
.blPagin span {
  border: 1px solid #c8c8c8;
  color: white;
  color: #555555;
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 2px 6px;
  text-decoration: none;
  background: #f2f5f8;
}
.blPagin {
  padding: 5px;
  margin: 20px 0;
}
.blPagin em {
  font-style: normal;
  font-size: 1.5em;
  padding-right: 0.3em;
}
.blPagin a {
  background: #f2f5f8;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  color: #555555;
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 2px 6px;
  text-decoration: none;
}
.blPagin span {
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: -moz-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -ms-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -o-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -webkit-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: #a7100c;
  border: 1px solid #a7100c;
  color: white;
}
#BlogAuthors {
  padding-bottom: 30px;
}
.BlogSearchButton {
  float: right;
  height: 36px;
  margin-left: 7px;
  width: 39px;
  margin-top: 5px;
}
.our-rules {
  margin-top: 44px;
  position: relative;
}
.our-rules img {
  margin-left: 5px;
}
.our-rules span {
  bottom: 25px;
  color: black;
  font-size: 12px;
  position: absolute;
  right: 55px;
}
.ImageWrapper {
  height: 231px;
  width: 347px;
}
dd.blogAuthor {
  float: left;
  margin-left: 5px;
}
.CountOfFinded span {
  color: #949a9e;
  font-size: 12px;
}
.CountOfFinded h2 {
  color: #ec262d;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 6px;
}
.BlogSearchField {
  float: left;
  width: 225px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: white;
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  background: white;
  border-color: #dee6f0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}
.BigSearchForm .BlogSearchField {
  padding-bottom: 13px;
  padding-top: 13px;
  width: 602px;
}
.PostHeading {
  border-bottom: 1px dotted black;
  padding-bottom: 18px;
  overflow: hidden;
  position: relative;
}
.PostHeading h1 {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 70px;
  padding: 0;
  width: 840px;
  color: black;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.PostHeading h1 a {
  color: black;
  text-decoration: none;
}
.PostHeading h1 a:hover {
  color: #a7100c;
}
.ResultBlock .PostResult {
  margin-bottom: 30px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.AllBlogAuthors .blPagin {
  font-size: 9px;
  margin-top: 15px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.AllBlogAuthors .blPagin a {
  display: inline-block;
  min-width: 14px;
  padding: 4px 3px;
  text-align: center;
}
.AllBlogAuthors .blPagin a:hover {
  background: #fbfcfe;
  border: 1px solid #b9b9b9;
}
.AllBlogAuthors .blPagin span {
  display: inline-block;
  min-width: 14px;
  padding: 4px 3px;
  text-align: center;
}
.SortByAlphabet {
  float: left;
  width: 375px;
}
.SortByAlphabet .BlogPaging a {
  display: block;
  float: left;
  height: 20px;
  margin-right: 2px;
  padding: 4px 0 0 0;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}
.SortByAlphabet .BlogPaging a:hover {
  background: #fbfcfe;
  border: 1px solid #b9b9b9;
}
.SortByAlphabet .BlogPaging a.active {
  background: -moz-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -ms-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -o-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: -webkit-linear-gradient(top, #a7100c, #a7100c) transparent;
  background: #a7100c;
  border: 1px solid #a7100c;
  color: white;
}
.SortByAlphabet a {
  margin-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
}
.SearchByPeriods {
  overflow: hidden;
}
.SearchByPeriods span {
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  margin-right: 4px;
  padding: 7px;
}
.AllBlogAuthorsHeading {
  border-bottom: 1px dotted black;
  padding-bottom: 25px;
  position: relative;
}
.AllBlogAuthorsHeading h1 {
  font-size: 23px;
  font-weight: normal;
}
.BlogAuthorsSortBy {
  bottom: 0;
  color: #949a9e;
  font-size: 12px;
  margin-bottom: 5px;
  position: absolute;
  right: 0;
}
.BlogAuthorsSortBy a {
  color: #949a9e;
  margin-left: 5px;
  text-decoration: none;
}
.BlogAuthorContainer {
  border-bottom: 1px dotted black;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 14px;
}
.BlogAuthorContainer .AuthorName a {
  color: black;
  text-decoration: none;
}
.BlogAuthorContainer .AuthorName a:hover {
  color: #a7100c;
}
.PostsCount {
  background: #a7100c;
  color: white;
  display: inline-block;
  font-size: 11px;
  padding: 0px 3px 0px;
  position: relative;
  text-decoration: none;
  top: -1px;
}
.PostsCount span {
  background: url('/Content/images/comments-bg-down.png') no-repeat;
  bottom: -5px;
  display: block;
  height: 5px;
  left: 40%;
  position: absolute;
  width: 5px;
}
.DescOrAsc {
  color: black;
}
.AuthorName {
  display: block;
  float: left;
  font-size: 23px;
  font-weight: normal;
  width: 270px;
  word-wrap: break-word;
}
.AuthorPosts {
  color: #949a9e;
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 0 0 35px;
  padding: 0;
}
.AuthorPosts li {
  padding-bottom: 2px;
}
.AboutBlogAuthor {
  font-size: 12px;
  margin-bottom: 30px;
  text-decoration: none;
}
.AboutBlogAuthor a {
  text-decoration: none;
}
/*=================================New blogs*/

.b-blogs {
  margin-top: 44px;
}
.b-blogs .b-table__row .b-table__cell:first-child {
  padding-right: 10px;
}
.b-blogs .b-table__row .b-table__cell:last-child {
  padding-left: 10px;
}
.b-blogs-item {
  font-family: Arial, sans-serif;
}
.b-blogs-item__line {
  border-top: 1px dashed black;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
}
.b-blogs-item__inner {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 295px;
  background-position: center center;
}
.b-blogs-item img {
  width: 100%;
}
.b-blogs-item__description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
  min-height: 56px;
  font-size: 23px;
  line-height: 23px;
}
.b-blogs-item__description a {
  color: white;
  text-decoration: none;
  display: block;
  height: 46px;
  width: 100%;
  padding: 5px;
}
.PostInfo {
  overflow: visible;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
.PostInfo li {
  display: block;
  color: #949a9e;
}
.PostInfo a {
  text-decoration: none;
  color: #096bb7;
}
.PostInfo a:hover {
  color: #a7100c;
}
#SearchButton {
  background: #7d8ca1;
  background: url('/Content/images/searchicon.png') no-repeat;
  color: white;
  cursor: pointer;
  height: 36px;
  width: 39px;
}
/*KEK*/

.wrapper a:hover {
  color: #a7100c;
}
.personsLi .add-info a:hover {
  color: #a7100c;
}
.cradBoxGrey a:hover {
  color: black;
}
.banner404x150 {
  width: 100%;
  height: auto;
  clear: both;
}
.banner240x400 {
  width: 240px;
  height: 400px;
  margin-bottom: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.contactsBlock DD {
  margin: 1px;
}
.b-kek {
  font-family: Arial, sans-serif;
}
.wrapper h1 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #a7100c;
  font: bold 20px Arial, sans-serif;
}
.wrapper h1.bm-15 {
  margin-bottom: 15px;
}
a.rulesLink {
  color: #a3b1c3;
  font-size: 12px;
  display: block;
  background: url('/Content/images/new/rules-icon.png') no-repeat 0 0;
  padding: 1px 0 10px 27px;
}
a.aboutLink {
  color: #a3b1c3;
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
  padding: 1px 0 10px 27px;
}
a.moreLink {
  color: #8c97a6;
  font-size: 11px;
  padding-left: 10px;
  background: url('/Content/images/new/link-li.gif') no-repeat 0 4px;
}
a.moreLink:hover {
  color: #a7100c;
}
/* Search Form */

.wiw-searchForm {
  background-color: #f8ebe0;
  margin-bottom: 12px;
  border: 1px solid #dad5d4;
  position: relative;
  padding: 15px 15px 13px 15px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wiw-searchForm-rCol {
  width: 220px;
  padding: 10px;
}
.searchExample {
  font-size: 12px;
  color: #8d8c8c;
  padding: 11px 0 0 3px;
}
.searchExample a {
  color: #8d8c8c;
  background: url('/Content/images/new/link-dot.png') repeat-x 0 14px;
  text-decoration: none;
}
.searchExample a:hover {
  background: none;
}
.searchExample span {
  color: #8d8c8c;
  background: url('/Content/images/new/link-dot.png') repeat-x 0 14px;
  text-decoration: none;
  cursor: pointer;
}
.searchExample span:hover {
  background: none;
}
.b-input input {
  background: url('/Content/images/sf-input.png') repeat-x 0 0;
  outline: none;
  height: 47px;
  width: 100%;
  float: left;
  border: 0;
  font-size: 20px;
  color: #2c2c2c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.s-input {
  background: url('/Content/images/ss-input.png') no-repeat 0 0;
  height: 37px;
  width: 156px;
  padding: 0 9px;
  float: left;
  margin-right: 7px;
  -margin-right: 0;
}
.s-input input {
  background: transparent;
  height: 17px;
  width: 156px;
  border: 0;
  font-size: 12px;
  font-family: arial, sans-serif;
  color: #2c2c2c;
  padding: 11px 0px 9px 0px;
  outline: none;
}
/* Search Form */

/* Counters */

.countersBlock {
  margin-bottom: 12px;
  width: 240px;
  height: 102px;
  background: url('/Content/images/new/cb-bg.png') no-repeat 0 0;
}
.countersBlock .personCount,
.countersBlock .companyCount {
  width: 120px;
  float: left;
  text-align: center;
  color: #9b9b9b;
  font-size: 13px;
}
.countersBlock .personCount span,
.countersBlock .companyCount span {
  color: #909090;
  font-weight: bold;
  font-size: 25px;
  display: block;
  padding-top: 11px;
  line-height: 25px;
}
.countersBlock .personCount a,
.countersBlock .companyCount a {
  display: block;
  width: 102px;
  height: 26px;
  overflow: hidden;
  background: url('/Content/images/new/btn-add.png') no-repeat 0 0;
  text-indent: -500px;
  margin: 11px auto;
}
.countersBlock .personCount a:hover,
.countersBlock .companyCount a:hover {
  background-position: 0 100%;
}
/* Counters */

/* Persons and company block */

.personsBlock-forMain {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.personsBlock-forMainE {
  margin-right: 0;
}
.personsBlock-forCard {
  width: 100%;
  margin-right: 0;
  float: none;
}
.personsBlock {
  position: relative;
  background: #dad5d4 url('/Content/images/new/pb-header.png') repeat-x 0 -76px;
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  font-family: Arial, sans-serif;
}
.personsBlock .pbHeader {
  height: 38px;
  background: url('/Content/images/new/pb-header.png') no-repeat 0 0;
  position: relative;
}
.personsBlock .pbHeader h2 {
  color: white;
  font-size: 15px;
  background: url('/Content/images/new/pb-header.png') no-repeat right -38px;
  padding: 7px 0 11px 14px;
}
.personsBlock .sortBy {
  position: absolute;
  top: 9px;
  right: 11px;
  font: 11px Tahoma, sans-serif;
  color: #d4dce7;
  word-spacing: 3px;
}
.personsBlock .sortBy a {
  color: white;
  text-decoration: none;
  background: url('/Content/images/new/link-dot2.gif') repeat-x 0 14px;
  padding: 1px 0;
}
.personsBlock .sortBy a:hover {
  background: none;
}
.personsList li.first {
  padding-top: 8px;
}
.personsList li.first .pb-counter {
  top: 8px;
}
.personsList li {
  display: block;
  min-height: 95px;
  background: url('/Content/images/new/separate-line.gif') repeat-x 0 100%;
  padding: 15px 12px;
  overflow: hidden;
  position: relative;
}
.personsList li h2 {
  margin-bottom: 0;
  line-height: 16px;
  padding-right: 90px;
  overflow: hidden;
}
.personsList li.gold h2 {
  text-indent: -32px;
  text-indent: 31px;
  background: url('/Content/images/new/gold-txt-s.png') no-repeat 0 2px;
}
.personsList li.gold h2 span {
  text-indent: 0;
}
.personsList li h2 a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
}
.personsList li h2 a:hover {
  color: #909090;
}
.personsList li h2 span {
  font-weight: normal;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.personsList li a.place {
  font-size: 11px;
  color: #8c97a6;
  display: block;
  padding-right: 90px;
}
.personsList li a.placeStruct {
  font-size: 11px;
  color: #8c97a6;
}
.personsList li a.place:hover {
  text-decoration: none;
}
.personsList li .pic {
  width: 70px;
  height: 100px;
  display: block;
  float: left;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.personsList li .pic img {
  width: 70px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.personsList li .pic span {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  background: url('/Content/images/new/round_c_70x70.png') no-repeat 0 0;
  top: 0;
  left: 0;
}
.personsList li .pb-counter {
  width: 75px;
  height: 38px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('/Content/images/new/pb-counter.png') no-repeat 0 0;
  text-align: center;
  color: #b1b1b1;
  font: normal 10px Tahoma, sans-serif;
  line-height: 8px;
}
.personsList li .pb-counter span {
  display: block;
  font: bold 15px arial, sans-serif;
  color: #a7100c;
  margin-top: 5px;
}
.card-shortInfo {
  font-family: Arial, sans-serif;
}
.personsBlock-forCard li {
  background: none;
  width: 223px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
  padding: 5px 0 0;
  clear: both;
}
.personsBlock-forCard li:before,
.personsBlock-forCard li:after {
  content: " ";
  display: table;
}
.personsBlock-forCard li:after {
  clear: both;
}
.personsBlock-forCard li:before,
.personsBlock-forCard li:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.personsBlock-forCard li:after {
  clear: both;
  float: none;
}
.personsBlock-forCard li:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.personsBlock-forCard li:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
.moreLinks {
  padding: 7px 15px 12px 12px;
  clear: both;
  text-align: right;
  position: relative;
}
.moreLinks .brc {
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('/Content/images/new/pb-corners.png') no-repeat 0 0;
}
.moreLinks a {
  color: #8c97a6;
  font-size: 11px;
  padding-left: 10px;
  background: url('/Content/images/new/link-li.gif') no-repeat 0 4px;
}
.moreLinks a:hover {
  text-decoration: none;
}
.moreLinks a.fLeft {
  float: left;
}
.personsList li .place {
  color: #8c97a6;
  display: block;
  font-size: 11px;
  padding-right: 90px;
}
.personsBlock-forCard .personsList {
  padding: 12px 15px 0;
  font-size: 0;
}
.personsBlock-forCard li h2 {
  padding-right: 0;
}
.personsBlock-forCard li .place {
  padding-right: 0;
}
.personsBlock-forCard .separateLine {
  clear: both;
  background: url('/Content/images/new/separate-line.gif') repeat-x 0 100%;
  height: 2px;
  padding-top: 15px;
}
.personsList li .invisWrapper {
  overflow: hidden;
  position: relative;
  height: 40px;
  font-size: 18px;
  line-height: 16px;
}
.personsList li .invisWrapperName {
  height: 34px;
}
.personsList li .invisWrapperLinks {
  height: 44px;
  line-height: 14px;
  padding-right: 90px;
}
.personsList li .invisWrapper .invisGradient {
  position: absolute;
  background: url('/Content/images/entityHead.png') no-repeat 0 0;
  right: 80px;
  width: 50px;
  height: 20px;
  display: none;
}
.personsList li .invisWrapper .invisGradientName {
  top: 15px;
}
.personsList li .invisWrapper .invisGradientLinks {
  top: 28px;
}
.personsList li .invisWrapperLinks A {
  padding-right: 0;
}
.personsList h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 16px;
  padding-right: 90px;
}
/* Persons and company block */

/* Persons and company lsit */

.personsLi {
  border-top: 1px solid #ebebeb;
  position: relative;
  color: #414141;
}
.personsLi .pic {
  width: 90px;
  height: 90px;
  overflow: hidden;
  float: left;
}
.personsLi .info {
  height: 90px;
  overflow: hidden;
  margin: 0 200px 0 105px;
  font-size: 12px;
}
.personsLi .info a {
  color: #188acc;
  font-size: 13px;
  display: block;
}
.personsLi .info a:hover {
  color: #a7100c;
}
.personsLi .info span a {
  color: #a1a1a1;
  font-size: 12px;
  display: inline;
}
.personsLi .info span a:hover {
  color: #a7100c;
}
.personsLi .info span {
  color: #a1a1a1;
  display: block;
  margin: 7px 0;
}
.personsLi .add-info {
  position: absolute;
  top: 20px;
  right: 0;
  width: 180px;
  font-size: 11px;
}
.personsLi .add-info a {
  display: block;
  color: #8c97a6;
  margin-top: 2px;
}
.personsLi .personsLiIn {
  padding: 20px 0;
  height: 90px;
}
.personsLi-Gold {
  border: 1px solid #f7f0df;
  border-bottom: none;
  background: #fdf6e6 url('/Content/images/new/gold-bg.png') repeat-x 0 0;
}
.personsLi-Gold .info a {
  text-indent: 33px;
  background: url('/Content/images/new/gold-txt-s.png') no-repeat 0 3px;
}
.personsLi-Gold .info span a {
  text-indent: 0;
  background: none;
}
.personsLi-Gold .personsLiIn {
  background: url('/Content/images/new/gold-txt.png') no-repeat 100% 100%;
}
.personsLi-Last {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.personsLi .personsLiIn .pic img {
  width: 90px;
}
.personsLi .personsLiIn .info p a {
  display: inline;
}
/* Persons and company lsit */

/* Alphabetical paging */

.alphPaging {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 45px;
}
.alphPaging a {
  display: block;
  float: left;
  color: #8c97a6;
  margin-right: 2px;
  padding: 1px 4px;
}
.alphPaging a:hover {
  color: #a7100c;
}
.alphPaging a.current {
  background: #a7100c;
  color: white;
  text-decoration: none;
  margin-right: 4px;
}
.alphPaging a.lang {
  text-transform: capitalize;
  margin-left: 10px;
}
/* Alphabetical paging */

/* Categories list */

.categoryList {
  width: 100%;
  table-layout: fixed;
  font-family: Arial, sans-serif;
}
.categoryList li.level1,
.categoryList td.level1 {
  float: left;
  width: 20%;
  /*height: 140px;*/
  margin-bottom: 30px;
  margin-right: 5%;
  position: relative;
  overflow: hidden;
}
.categoryList li.third,
.categoryList td.third {
  margin-right: 0%;
}
.categoryList li.level1 h2,
.categoryList td.level1 h2 {
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  font-size: 16px;
  background: url('/Content/images/new/cat-dot.gif') no-repeat 0 7px;
  position: relative;
  width: 90%;
}
.categoryList h2 span {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 0;
  right: 0;
  background: url('/Content/images/new/cat-head.png') no-repeat 0 0;
}
.categoryList li.level1 h2 a,
.categoryList td.level1 h2 a {
  color: #a7100c;
  text-decoration: none;
  overflow: hidden;
}
.categoryList li.level1 ul,
.categoryList td.level1 ul {
  padding: 7px 0 0 15px;
}
.categoryList li.level1 ul li,
.categoryList td.level1 ul li {
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.categoryList li.level1 ul li span,
.categoryList td.level1 ul li span {
  position: absolute;
  width: 30px;
  height: 15px;
  top: 0;
  right: 0;
  background: url('/Content/images/new/cat-head.png') no-repeat 0 0;
}
.categoryList li.level1 ul li a,
.categoryList td.level1 ul li a {
  color: #686868;
  font-size: 12px;
}
.categoryList li.level1 ul li a:hover,
.categoryList td.level1 ul li a:hover {
  color: #a7100c;
}
.categoryList li.level1 ul li.innerSite a,
.categoryList td.level1 ul li.innerSite a {
  color: #da2930;
}
.categoryList li.level1 ul li.moreSpec,
.categoryList td.level1 ul li.moreSpec {
  padding-top: 4px;
}
.categoryList li.level1 ul li.moreSpec a,
.categoryList td.level1 ul li.moreSpec a {
  color: #a1a1a1;
}
.categoryListAll li.level1,
.categoryListAll td.level1 {
  float: none;
  width: 98%;
  height: auto;
  margin-right: 0;
  /*padding-bottom: 30px;*/
  position: relative;
  overflow: hidden;
}
a.moreLink:hover {
  text-decoration: none;
}
/* Categories list */

/* Updates */

.updates {
  width: 240px;
  margin-bottom: 12px;
}
.updates h2 {
  font-size: 14px;
  color: #a7100c;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
}
.updates ul {
  margin-top: 15px;
}
.updates ul li {
  padding-bottom: 12px;
  color: #2a2a2a;
  font-size: 12px;
}
.updates ul li a {
  display: block;
  font-size: 13px;
  color: #188acc;
  margin-top: 5px;
}
.updates ul li a:hover {
  color: #a7100c;
}
.updates ul li span {
  display: block;
  color: #a1a1a1;
  margin-top: 2px;
}
/* Updates */

/* Sub rubrics */

.subrubrics li {
  float: left;
  width: 28%;
  height: 13px;
  margin-right: 4%;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.subrubrics li a {
  color: #8c97a6;
  font-size: 12px;
  padding-left: 10px;
  background: url('/Content/images/new/link-li.gif') no-repeat 0 4px;
}
.subrubrics li a:hover,
.subrubrics li a.current {
  color: #a7100c;
}
/* Sub rubrics */

/* Sub menu */

.rc-menu {
  width: 240px;
  margin: -15px 0 14px 0;
  padding: 0;
}
.rc-menu li {
  padding: 7px 12px 8px 9px;
  border-bottom: 1px solid #ebebeb;
  display: block;
}
.rc-menu li.last {
  padding-bottom: 0;
  border-bottom: none;
}
.rc-menu li a {
  color: #8c97a6;
  font-size: 12px;
  padding-left: 11px;
  background: url('/Content/images/new/link-li.gif') no-repeat 0 4px;
  text-decoration: none;
}
.rc-menu li a:hover {
  color: #a7100c;
}
/* Sub menu */

/* Search results */

.search-info {
  font-size: 12px;
  color: #8c97a6;
  margin: -10px 0 30px 0;
}
.search-results .info {
  margin-right: 20px;
}
/* Search results */

/* Ratings */

.ratingList .num {
  position: absolute;
  top: 20px;
  left: 7px;
  color: #404040;
  font-size: 12px;
}
.ratingList .pic {
  margin-left: 30px;
}
.ratingList .info {
  margin-right: 280px;
  margin-left: 135px;
}
.ratingList .add-info {
  top: 50px;
  width: 140px;
  font-size: 20px;
  font-weight: bold;
  color: #909090;
  text-align: center;
}
.ratingList .add-info span {
  display: block;
  color: #b1b1b1;
  font-family: tahoma, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.ratingList .materials-info {
  position: absolute;
  top: 40px;
  right: 145px;
  font-size: 12px;
  width: 110px;
  height: 90px;
}
.ratingList .materials-info a {
  color: #a1a1a1;
  display: block;
  margin-bottom: 3px;
  white-space: nowrap;
}
.ratingList .materials-info a:hover {
  color: #a7100c;
}
/* Ratings */

/* Filter */

.rating-filter {
  background-color: #dad5d4;
  margin-bottom: 25px;
  margin-top: -10px;
  position: relative;
  padding: 15px 15px 12px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.rating-filter .tlc,
.rating-filter .trc,
.rating-filter .blc,
.rating-filter .brc {
  position: absolute;
  width: 5px;
  height: 5px;
  background: url('/Content/images/new/ff-corners.png');
  background-repeat: no-repeat;
  overflow: hidden;
}
.rating-filter .tlc {
  background-position: 0 0;
  top: 0;
  left: 0;
}
.rating-filter .trc {
  background-position: -5px 0;
  top: 0;
  right: 0;
}
.rating-filter .blc {
  background-position: 0 -5px;
  bottom: 0;
  left: 0;
}
.rating-filter .brc {
  background-position: -5px -5px;
  bottom: 0;
  right: 0;
}
.filterSelect {
  float: left;
  width: 49%;
}
.filterSelect label {
  font-size: 12px;
  color: #404040;
  margin-right: 10px;
}
.filterSelect select {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #616363;
  padding: 2px 2px 2px 4px;
  width: 130px;
}
.filterSubmit {
  position: absolute;
  top: 13px;
  right: 15px;
}
/* Filter */

/* Company card */

.bcHead {
  color: #909090;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}
.bcHead a {
  color: #909090;
}
.card-shortInfo {
  margin-bottom: 45px;
}
.card-shortInfo h1 {
  margin-bottom: 5px;
}
.card-shortInfo a {
  color: #188acc;
}
.card-shortInfo a:hover {
  color: #a7100c;
}
.card-shortInfo .pic,
.card-shortInfo .default-pic {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #e4ecf6;
  float: left;
  margin-right: 18px;
}
.card-shortInfo .expl {
  font-size: 12px;
  color: #a8b1bc;
}
.card-shortInfo .expl a {
  color: #a8b1bc;
}
.card-shortInfo .contactsBlock {
  font-size: 13px;
  float: left;
  position: relative;
}
.card-shortInfo .contactsBlock dt {
  float: left;
  width: 80px;
  font-weight: bold;
  color: #1f1f1f;
  padding-bottom: 4px;
}
.card-shortInfo .contactsBlock dd {
  width: 290px;
  color: #404040;
  padding-bottom: 4px;
  -width: 150px;
}
.card-shortInfo .addressBlock {
  font-size: 13px;
  padding-left: 460px;
  margin-left: 10px;
}
.card-shortInfo .addressBlock dt {
  font-weight: bold;
  color: #1f1f1f;
  padding-bottom: 5px;
}
.card-shortInfo .addressBlock dd {
  color: #404040;
  margin-left: 0;
  padding-right: 0;
}
.card-shortInfo .addressBlock dd a.onMap {
  display: inline-block;
  background: url('/Content/images/onmap-ico.gif') no-repeat 0 4px;
  margin-top: 6px;
}
.card-shortInfo__title {
  margin-bottom: 5px;
  margin: 0 0 25px;
  padding: 0;
  color: #a7100c;
  font: bold 20px Arial, sans-serif !important;
}
.companyManager {
  margin-bottom: 30px;
}
.companyManager a.fio {
  font-size: 12px;
  display: block;
  margin: 12px 0 8px 0;
}
.companyManager span {
  color: #8c97a6;
  font-size: 11px;
}
.generalInfo {
  margin-bottom: 30px;
}
.generalInfo dl {
  font-size: 12px;
  margin-top: -8px;
}
.generalInfo dt {
  width: 155px;
  float: left;
  color: #8c97a6;
  padding: 7px 0;
}
.generalInfo dd {
  padding-left: 155px;
  border-bottom: 1px solid #ebebeb;
  color: #1f1f1f;
  padding: 7px 0;
}
.addChanges {
  display: block;
  font-size: 12px !important;
  margin-top: 13px;
}
.allArt {
  display: block;
  clear: both;
  font-size: 12px !important;
  padding-top: 3px;
  background-position: 0 7px !important;
}
.referArt {
  margin-bottom: 30px;
}
.referArt .smallIcon {
  width: 15px;
  height: 18px;
  margin: 0px 2px;
  display: inline-block;
}
.referArt ul li {
  float: left;
  width: 45%;
  margin-right: 4%;
  /*height: 73px;*/
  overflow: hidden;
  padding-top: 2px;
}
.referArt ul li .iconHref {
  display: inline;
  margin-left: 5px;
  text-decoration: none;
}
.referArt ul li .iconSpan {
  text-decoration: underline;
  display: inline;
  color: #096bb7;
  margin-left: 3px;
}
.referArt ul li .pic {
  float: left;
  margin-right: 12px;
}
.referArt ul li span {
  display: block;
  font-size: 12px;
  color: #aeb6c0;
  margin-top: 6px;
}
.referArt ul li a {
  display: block;
  font-size: 13px;
}
.companyPhoto {
  width: auto;
  margin-right: 2%;
  float: left;
  margin-bottom: 18px;
}
.companyPhoto ul li {
  float: left;
  width: 150px;
  height: 100px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  background-color: #dad5d4;
  text-align: center;
}
.companyPhoto ul li a img {
  height: 100px;
}
.companyPhoto ul li a.morePhotos {
  display: block;
  color: #3b424b;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 22px;
}
.companyPhoto ul li a.morePhotos span {
  color: #8c97a6;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
}
.companyPress {
  float: left;
  width: 48%;
  margin-bottom: 30px;
}
.companyPress ul li {
  padding-bottom: 8px;
}
.companyPress ul li a {
  color: #2a2a2a;
  font-size: 13px;
}
.companyPress ul li span {
  color: #aeb6c0;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
.companyAbout {
  margin-bottom: 30px;
  font-size: 13px;
}
.companyAbout p {
  font-size: 13px;
  color: #404040;
  margin: -4px 0 20px 0;
}
.wiw-informer {
  width: 240px;
}
.wiw-informer .getCode {
  color: #8c97a6;
  font-size: 12px;
  padding-left: 10px;
  background: url('/Content/images/new/link-li.gif') no-repeat 0 4px;
  margin-top: 10px;
}
.wiw-informer .getCode a {
  color: #8c97a6;
  padding-right: 5px;
  background: url('/Content/images/new/link-dot3.gif') repeat-x 0 14px;
  text-decoration: none;
}
.wiw-informer .getCode a:hover {
  background: none;
}
/* Company card */

/* Person card */

.card-shortInfoP {
  width: -350px;
}
.card-shortInfoP .pic {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #e4ecf6;
  float: left;
  margin-right: 18px;
}
.card-shortInfoP .contactsBlock dd {
  -width: 350px;
}
.generalInfoP {
  margin-left: 0;
  width: 52%;
  float: left;
  margin-right: 3%;
}
.generalInfoP dd p {
  padding: 0 0 0px 155px;
}
.companyPhotoP {
  margin-right: 0;
  width: 45%;
}
/* Person card */

/* Gold card short info */

.goldCard-shortInfo {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  background: #fdf6e5 url('/Content/images/new/goldcard-bg.png') repeat-x 0 0;
  border: 1px solid #ede28d;
  position: relative;
  margin-bottom: 30px;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
}
.goldCard-shortInfo .tlc,
.goldCard-shortInfo .trc,
.goldCard-shortInfo .blc,
.goldCard-shortInfo .brc {
  position: absolute;
  width: 5px;
  height: 5px;
  background: url('/Content/images/new/goldcard-corners.png');
  background-repeat: no-repeat;
  overflow: hidden;
}
.goldCard-shortInfo .tlc {
  background-position: 0 0;
  top: -1px;
  left: -1px;
}
.goldCard-shortInfo .trc {
  background-position: -5px 0;
  top: -1px;
  right: -1px;
}
.goldCard-shortInfo .blc {
  background-position: 0 -5px;
  bottom: -1px;
  left: -1px;
}
.goldCard-shortInfo .brc {
  background-position: -5px -5px;
  bottom: -1px;
  right: -1px;
}
.goldCard-shortInfo .card-shortInfo {
  margin-bottom: 0;
  background: url('/Content/images/new/goldcard-txt-v1.png') no-repeat 100% 100%;
  padding: 13px 15px 12px 0;
  overflow: auto;
  _height: 180px;
  _overflow: hidden;
}
.goldCard-shortInfo .card-shortInfo .pic {
  border: 1px solid #f7f0df;
  position: relative;
  margin-left: 15px;
}
/* Gold card short info */

/* Company news */

.companyNews .newsBlock {
  padding-right: 20px;
  padding-left: 0;
  margin-bottom: 10px;
}
.companyNews .newsBlock a {
  color: black;
}
.companyNews .newsBlock h2 {
  padding-bottom: 6px;
  font-size: 21px;
  min-height: 23px;
}
.companyNews .newsBlock p {
  line-height: 17px;
  padding-bottom: 2px;
}
.companyNews .newsBlock .newsInfo {
  font: normal 12px Arial;
  color: #949a9e;
  float: left;
}
.companyNews .newsBlock .newsInfo span {
  padding-right: 8px;
}
.companyNews .newsBlock .newsInfo a {
  color: #949a9e;
  padding-left: 4px;
  margin-top: -1px;
}
/* Company news */

/* Press release */

.companyNews .articleHd {
  color: black;
  margin: 10px 0;
  font-size: 22px;
}
.companyNews .lead {
  padding: 15px 0 15px 0;
}
.companyNews #ArticleContent p {
  padding: 0 0 18px 0;
}
/* Press release */

/*Calendar*/

.calendarImageClass {
  height: 22px;
}
.calendarImageClass .dxbebt {
  display: none;
}
.calendarImageClass .dxeButtonEditButton {
  border: none;
  padding: 0;
  padding-top: 22px;
  padding-left: 19px;
  background: url('/Content/images/datepicker-icon.png') no-repeat scroll 0 0 white;
}
/* Add form */

.f-info {
  color: #a1a1a1;
  font-size: 12px;
  padding-bottom: 8px;
}
.rstar {
  color: #a7100c;
  font: normal 12px tahoma, sans-serif;
}
.f-fCol {
  width: 405px;
  float: left;
}
.f-sCol {
  width: 265px;
  margin-left: 440px;
}
.f-fCol label,
.f-sCol label {
  display: block;
  font-size: 12px;
  padding: 17px 0 6px 0;
  position: relative;
}
.f-fCol input,
.f-sCol input {
  padding: 3px 2px;
}
.f-fCol select,
.f-sCol input {
  padding: 3px 2px;
}
.f-fCol label .samemail {
  display: block;
  position: absolute;
  width: 180px;
  height: 18px;
  text-align: right;
  top: 16px;
  right: 5px;
  font-size: 9px;
  color: #8d8c8c;
}
.f-fCol label .samemail a {
  color: #8d8c8c;
  background: url('/Content/images/new/link-dot.png') repeat-x 0 14px;
  text-decoration: none;
}
.f-fCol label .samemail a:hover {
  background: none;
}
.b-gradient-gray {
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 10%, rgba(218, 213, 212, 0) 20%, #dad5d4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 213, 212, 0)), color-stop(10%, rgba(218, 213, 212, 0)), color-stop(20%, rgba(218, 213, 212, 0)), color-stop(100%, #dad5d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 10%, rgba(218, 213, 212, 0) 20%, #dad5d4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 10%, rgba(218, 213, 212, 0) 20%, #dad5d4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 10%, rgba(218, 213, 212, 0) 20%, #dad5d4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 10%, rgba(218, 213, 212, 0) 20%, #dad5d4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dad5d4', endColorstr='#dad5d4', GradientType=0);
  /* IE6-9 */

}
.inb-w130 {
  width: 130px;
  float: left;
}
.inb-w130 select {
  width: 110px;
}
.inb-w130 input {
  width: 102px;
}
.inb-w130 .datepicker {
  width: 130px;
  position: relative;
}
.inb-w130 .datepicker a {
  display: block;
  width: 19px;
  height: 22px;
  position: absolute;
  background: #a7100c;
  top: 2px;
  left: 89px;
  overflow: hidden;
  background: url('/Content/images/new/datepicker-icon.png') no-repeat 0 0;
}
.inb-w210 .datepicker {
  width: 210px;
  position: relative;
}
.inb-w210 .datepicker a {
  display: block;
  width: 19px;
  height: 22px;
  position: absolute;
  background: #a7100c;
  top: 2px;
  left: 172px;
  overflow: hidden;
  background: url('/Content/images/new/datepicker-icon.png') no-repeat 0 0;
}
.inb-w210 {
  width: 212px;
  float: left;
}
.inb-w210 input {
  width: 185px;
}
.in-w265 {
  width: 263px;
}
.se-w273 {
  width: 273px;
}
.in-w395 {
  width: 395px;
}
.in-w400 {
  width: 403px;
}
.in-w186 {
  width: 185px;
}
.in-w280 {
  width: 280px;
}
.in-w260 {
  width: 255px;
}
.in-h130 {
  height: 130px;
}
.in-h85 {
  height: 85px;
}
.in-h65 {
  height: 65px;
}
.b-ban-resize-x {
  resize: vertical;
}
.chbxFloatLeft INPUT {
  float: left;
  margin-top: 16px;
  margin-right: 6px;
}
.upload-logo {
  padding-top: 10px;
}
.upload-logo .pic {
  width: 90px;
  height: 90px;
  overflow: hidden;
  float: left;
  background-color: #e3ebf6;
  margin-right: 12px;
}
.upload-logo input {
  padding: 2px;
  font-size: 12px;
}
.upload-logo p {
  font-size: 11px;
  color: #a1a1a1;
  margin-top: 5px;
}
.af-sbmt {
  margin-top: 25px;
}
.af-sbmt input {
  font: normal 13px Arial, sans-serif;
  padding: 7px 20px;
}
.work-places {
  padding: 15px 0;
  margin: 5px;
}
.work-places label {
  float: left;
  padding: 5px 0 0 15px;
  width: 85px;
}
.work-places div.list {
  position: relative;
  margin-bottom: 10px;
}
.work-places div.list a {
  display: block;
  width: 19px;
  height: 23px;
  position: absolute;
  background: #a7100c;
  top: 1px;
  right: 13px;
  overflow: hidden;
  background: url('/Content/images/new/datepicker-icon.png') no-repeat 0 100%;
}
.work-places .opt-links {
  text-align: right;
  padding: 10px 18px 0 100px;
}
.work-places .opt-links .opt-links-add {
  float: left;
}
.work-places .opt-links a {
  font-size: 12px;
  color: #8d8c8c;
  background: url('/Content/images/new/link-dot.png') repeat-x 0 13px;
  text-decoration: none;
}
.work-places .opt-links a:hover {
  background: none;
  color: #8d8c8c;
}
.work-places .separateLine {
  background: url('/Content/images/new/separate-line.gif') repeat-x 0 center;
  padding: 10px 0 15px 0;
}
/* Add form */

/* Popup */

.bScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/Content/images/new/opacity-30.png') repeat 0 0;
  z-index: 100;
}
.popUpWin {
  width: 640px;
  height: 475px;
  position: absolute;
  top: 500px;
  left: 300px;
  background: white;
  margin-left: -240px;
  z-index: 101;
  border: 1px solid #c6d3e5;
}
.popUpWin h1 {
  background: #9baabc;
  color: #eef4fc;
  font: bold 13px arial;
  padding: 10px 10px;
}
.popUpWin label {
  display: block;
  font-size: 12px;
  padding: 12px 0 6px 0;
  position: relative;
  color: #777777;
}
.popUpWin input {
  padding: 3px 2px;
}
.popUpWin .choiceform {
  padding: 0 15px;
}
.searchCompany {
  width: 475px;
  float: left;
}
.companiesList {
  width: 480px;
  float: left;
}
.popUpWin p.addInfo {
  font-size: 11px;
  line-height: 12px;
  padding: 15px 0 8px 0;
  color: #777777;
  margin-left: 498px;
}
.popUpWin .choiceform .sbmt {
  text-align: center;
  width: 105px;
  margin: 0 0 5px 15px;
  padding: 3px 10px;
}
.popUpWin .choiceform .sbmt-block {
  text-align: right;
  margin: 20px 7px 0 0;
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
.popUpWin2 {
  z-index: 201;
  top: 450px;
  left: 350px;
  width: 470px;
  height: 550px;
}
.popUpWin2 .f-wrapper {
  width: 455px;
  padding-left: 15px;
  overflow: auto;
  height: 510px;
}
.popUpWin2 .f-wrapper .f-fCol {
  float: none;
  padding-bottom: 15px;
}
.popUpWin2 .f-wrapper .f-sCol {
  margin-left: 0;
}
.popUpWin2 .f-wrapper .f-info {
  padding: 15px 0 0 0;
}
.popUpWin2 label {
  position: static;
}
.popUpWin2 label .samemail {
  position: static;
  display: inline;
  padding-left: 75px;
}
.x-close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 8px;
  right: 8px;
  background: url('/Content/images/x-close.png') no-repeat 0 0;
}
/* Popup */

/* Message error */

.popUpmap {
  height: 360px;
  text-align: left;
  padding: 25px;
  background: url('/Content/images/gfx/news_grad.png') repeat-x 0 0;
  padding-top: 10px;
}
.popUpmap h1 {
  font: bold 18px Arial, sans-serif;
  color: black;
  padding-bottom: 5px;
}
.popUpmap .address {
  font-size: 13px;
  color: #404040;
  margin: 3px 0 10px 0;
}
/* Message error */

/*Double banners in cards*/

.adverArticles {
  border: 1px solid #e2e4e4;
  margin-top: 20px;
}
.adverArticles .bHead {
  background-color: #e2e4e4;
  color: darkgray;
  padding: 4px 0 5px 8px;
  text-transform: uppercase;
}
/*Double banners in cards*/

a.st-button {
  background: url("/Content/images/st-btn.png") no-repeat scroll 0 0 transparent;
  color: black;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  height: 30px;
  overflow: hidden;
  text-decoration: none;
}
input.st-button {
  background: url("/Content/images/st-btn.pn") no-repeat scroll 0 0 transparent;
  color: black;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  height: 30px;
  overflow: hidden;
  text-decoration: none;
}
a.st-button span {
  background: url("/Content/images/st-btn.png") no-repeat scroll right -36px transparent;
  display: block;
  height: 24px;
  padding: 6px 25px 0;
}
.upload-logo .st-button span {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 60px;
}
.st-btn-win a.st-button {
  margin-left: 17px;
  width: 100px;
  text-align: center;
}
.st-btn-all a.st-button {
  margin-top: 10px;
  margin-bottom: 15px;
}
.st-btn-all a.st-button span {
  padding-left: 10px;
  padding-right: 10px;
}
.photoGalleryBlock {
  background: none repeat scroll 0 0 #e9edf4;
  margin: 25px auto;
  position: relative;
  text-align: center;
  width: 580px;
}
.photoGalleryBlock p span {
  color: #878e9c;
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
.photoGalleryBlock .pg-tl {
  background-position: 0 0;
  left: 0;
  top: 0;
}
.photoGalleryBlock .pg-tl,
.photoGalleryBlock .pg-tr,
.photoGalleryBlock .pg-bl,
.photoGalleryBlock .pg-br {
  background: url("/Content/images/pg-corners.gif") no-repeat scroll 0 0 transparent;
  height: 5px;
  overflow: hidden;
  position: absolute;
  width: 5px;
}
.photoGalleryBlock .leafBlock {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 14px;
  position: relative;
}
.photoGalleryBlock .leafBlock a.prevPhoto {
  background-position: 0 0;
  left: 12px;
  padding-left: 28px;
}
.photoGalleryBlock .leafBlock a.prevPhoto,
.photoGalleryBlock .leafBlock a.nextPhoto {
  background: url("/Content/images/pg-leaf-str.png") no-repeat scroll 0 0 transparent;
  color: black;
  display: block;
  height: 20px;
  line-height: 18px;
  position: absolute;
  top: 15px;
}
.photoGalleryBlock .leafBlock div.count {
  background: url("/Content/images/pg-leaf-count-bg.png") no-repeat scroll 0 0 transparent;
  color: #a7100c;
  margin: 0 auto;
  padding: 5px 0;
  width: 110px;
}
.photoGalleryBlock .leafBlock a.nextPhoto {
  background-position: right -20px;
  padding-right: 28px;
  right: 12px;
}
.photoGalleryBlock p {
  font-size: 13px;
  padding: 12px;
  text-align: left;
}
.photoGalleryBlock .sliderBlock {
  background: none repeat scroll 0 0 #dce0e9;
  padding: 8px 0;
  position: relative;
}
.photoGalleryBlock .pg-bl {
  background-position: 0 -5px;
  bottom: 0;
  left: 0;
}
.photoGalleryBlock .pg-br {
  background-position: -5px -5px;
  bottom: 0;
  right: 0;
}
.photoGalleryBlock .sliderBlock a.pg-sm-pic span.wh-30 {
  position: absolute;
  display: block;
  width: 100%;
  height: 84px;
  top: 4px;
  left: 4px;
  background: url('/Content/images/bg_wh_30.png') 0 0;
  -background: none;
}
div.backToMaterial {
  margin-left: 10px;
}
div.backToMaterial a {
  background: url("/Content/images/pg-leaf-str.png") no-repeat scroll 0 -80px transparent;
  color: black;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto;
  padding: 2px 0 5px 28px;
  text-decoration: underline;
  white-space: nowrap;
}
div.backToMaterialP {
  margin-left: 10px;
}
div.backToMaterialP a {
  background: url("/Content/images/pg-leaf-str.png") no-repeat scroll 0 -80px transparent;
  color: black;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 0 5px 28px;
  text-decoration: underline;
  white-space: nowrap;
  width: 160px;
}
.photoGalleryBlock .leafBlock a.prevPhotoEdge {
  background-position: 0 -40px;
}
.photoGalleryBlock .leafBlock a.nextPhotoEdge {
  background-position: right -60px;
}
.photoGalleryBlock .sliderBlock a.prevPhotos {
  background-position: 0 0;
  left: 7px;
}
.photoGalleryBlock .sliderBlock a.prevPhotos,
.photoGalleryBlock .sliderBlock a.nextPhotos {
  background: url("/Content/images/pg-slider-str.png") no-repeat scroll 0 0 transparent;
  height: 12px;
  overflow: hidden;
  position: absolute;
  text-indent: -100px;
  top: 37px;
  width: 8px;
}
.photoGalleryBlock .sliderBlock a.nextPhotos {
  background-position: 0 -12px;
  right: 7px;
}
.photoGalleryBlock .sliderBlock a.prevPhotosEdge {
  background-position: 0 -24px;
  cursor: default;
}
.photoGalleryBlock .sliderBlock a.nextPhotosEdge {
  background-position: 0 -36px;
  cursor: default;
}
a.pg-sm-pic span.sl-tl {
  background-position: 0 0;
  left: 0;
  top: 0;
}
a.pg-sm-pic span.sl-tl,
a.pg-sm-pic span.sl-tr,
a.pg-sm-pic span.sl-bl,
a.pg-sm-pic span.sl-br {
  background: url("/Content/images/pg-sl-active.gif") no-repeat scroll 0 0 transparent;
  height: 16px;
  position: absolute;
  width: 16px;
}
a.pg-sm-pic span.sl-tr {
  background-position: -16px 0;
  right: 0;
  top: 0;
}
a.pg-sm-pic span.sl-bl {
  background-position: 0 -16px;
  bottom: 0;
  left: 0;
}
a.pg-sm-pic span.sl-br {
  background-position: -16px -16px;
  bottom: 0;
  right: 0;
}
a.pg-sm-pic,
a.pg-sm-pic img {
  height: 84px;
}
.photoGalleryBlock .sliderBlock .sliderBlockContainer {
  /*height: 60px;*/
  margin: 0 auto;
  position: relative;
  width: 544px;
}
.photoGalleryBlock .sliderBlock a.pg-sm-pic {
  display: block;
  float: left;
  margin-right: 1px;
  overflow: hidden;
  padding: 4px;
  position: relative;
}
.photoGalleryBlock .pg-tr {
  background-position: -5px 0;
  right: 0;
  top: 0;
}
.singlePhotoSlider {
  width: 722px;
  margin: 0 auto 20px auto;
}
.singlePhotoSlider .box {
  width: 722px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 13px;
}
.singlePhotoSlider .box .prevPhoto,
.singlePhotoSlider .box .nextPhoto {
  text-decoration: none;
  position: absolute;
  width: 50px;
  top: 0;
  height: 100%;
  background: #dad5d4 url('/Content/images/pn-photo.png') no-repeat 0 center;
}
.singlePhotoSlider .box .prevPhoto {
  left: 0;
  background-position: 0 center;
}
.singlePhotoSlider .box .nextPhoto {
  right: 0;
  background-position: -50px center;
}
.singlePhotoSlider .box .prevPhoto:hover {
  background-position: -100px center;
}
.singlePhotoSlider .box .nextPhoto:hover {
  background-position: -150px center;
}
.singlePhotoSlider .box .inner {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #dbdde1;
  padding: 10px;
  text-align: center;
  background: #f8ebe0;
}
.singlePhotoSlider .info {
  width: 620px;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}
.singlePhotoSlider .info .desc {
  width: 515px;
}
.singlePhotoSlider .info .count {
  color: #909090;
  position: absolute;
  top: 0;
  right: 0;
}
.singlePhotoSlider .info .desc .copy {
  font-size: 12px;
  color: #909090;
  padding-top: 5px;
}
.galleryPhotoSlider {
  width: 722px;
  margin: 20px auto;
  background-color: #f8ebe0;
  position: relative;
  height: 100px;
  padding: 10px 0;
  overflow: hidden;
}
.galleryPhotoSlider .prevPhoto,
.galleryPhotoSlider .nextPhoto {
  text-decoration: none;
  position: absolute;
  width: 34px;
  top: 0;
  height: 100%;
  background: #dad5d4 url('/Content/images/pn-photo-sm.png') no-repeat 0 center;
}
.galleryPhotoSlider .prevPhoto {
  left: 0;
  background-position: 0 center;
}
.galleryPhotoSlider .nextPhoto {
  right: 0;
  background-position: -34px center;
}
.galleryPhotoSlider .prevPhoto:hover {
  background-position: -68px center;
}
.galleryPhotoSlider .nextPhoto:hover {
  background-position: -102px center;
}
.galleryPhotoSlider ul {
  height: 100px;
  overflow: hidden;
  padding: 0 34px;
  width: 100%;
}
.galleryPhotoSlider ul li {
  height: 100px;
  float: left;
  margin-right: 3px;
}
.galleryPhotoSlider ul li img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70) black;
  -khtml-opacity: 0.7;
  background-color: black;
}
.galleryPhotoSlider ul li.active img,
.galleryPhotoSlider ul li:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100) black;
  -khtml-opacity: 1;
  background-color: black;
}
.bottomMeta {
  font-size: 13px;
  color: #707070;
  padding: 10px 0 10px;
}
.bottomMeta .url {
  float: left;
}
.bottomMeta .printVersion {
  float: right;
  font-size: 12px;
  padding: 0 0 0 23px;
  background: url('/Content/images/print.png') no-repeat 0 1px;
}
.b-box-article__wrapper {
  padding: 17px;
}
.b-box-article {
  margin-bottom: 13px;
}
.b-box-article__wrapper {
  padding: 17px;
}
.b-box-article-item {
  width: 325px;
  display: inline-block;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.b-box-article-item:nth-child(2n) {
  margin-right: 0;
}
.b-box-article-item__image {
  width: 150px;
  float: left;
  height: 100px;
}
.b-box-article-item__image img {
  display: block;
  border: none;
  width: 100%;
  max-height: 100%;
}
.b-box-article-item__content {
  height: 100px;
  position: relative;
  width: 165px;
  padding-left: 10px;
  float: left;
}
.b-box-article-item__content-text a {
  font-weight: 700;
  color: black;
  line-height: 18px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  position: relative;
  height: 73px;
  overflow: hidden;
}
.b-box-article-item__content-text:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: -moz-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 25%, #dad5d4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 213, 212, 0)), color-stop(25%, rgba(218, 213, 212, 0)), color-stop(100%, #dad5d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 25%, #dad5d4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 25%, #dad5d4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 25%, #dad5d4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0) 25%, #dad5d4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dad5d4', endColorstr='#dad5d4', GradientType=0);
  /* IE6-9 */
  z-index: 100;
}
.b-box-article-item__content-date {
  color: #949a9e !important;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding-left: 10px;
}
.b-box-article.b-box-article-lighter {
  background: none;
}
.b-box-article.b-box-article-lighter .pbHeader {
  background: none;
}
.b-box-article.b-box-article-lighter .pbHeader h2 {
  background: none;
  color: #909090;
}
.b-box-article.b-box-article-lighter .b-box-article-item__content-text:after {
  background: -moz-linear-gradient(top, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 235, 224, 0)), color-stop(25%, rgba(248, 235, 224, 0)), color-stop(100%, #f8ebe0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8ebe0', endColorstr='#f8ebe0', GradientType=0);
  /* IE6-9 */

}
.b-all-articles-link {
  margin-bottom: 15px;
}
.b-box-article.b-box-article-lighter .b-box-article__wrapper {
  padding-bottom: 0;
  padding-top: 0;
}
.personsLiIn .info {
  position: relative;
}
.personsLiIn .info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: -moz-linear-gradient(top, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 235, 224, 0)), color-stop(25%, rgba(248, 235, 224, 0)), color-stop(100%, #f8ebe0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 25%, #f8ebe0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8ebe0', endColorstr='#f8ebe0', GradientType=0);
  /* IE6-9 */

}
.personsLi-Gold .personsLiIn .info:after {
  background: -moz-linear-gradient(top, rgba(253, 246, 230, 0) 0%, rgba(253, 246, 230, 0.5) 50%, #fdf6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 246, 230, 0)), color-stop(50%, rgba(253, 246, 230, 0.5)), color-stop(100%, #fdf6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(253, 246, 230, 0) 0%, rgba(253, 246, 230, 0.5) 50%, #fdf6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(253, 246, 230, 0) 0%, rgba(253, 246, 230, 0.5) 50%, #fdf6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(253, 246, 230, 0) 0%, rgba(253, 246, 230, 0.5) 50%, #fdf6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(253, 246, 230, 0) 0%, rgba(253, 246, 230, 0.5) 50%, #fdf6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fdf6e6', endColorstr='#fdf6e6', GradientType=0);
  /* IE6-9 */

}
.b-info-company {
  table-layout: fixed;
}
.b-info-company td {
  vertical-align: top;
}
.companyManager__left {
  width: 150px;
  float: left;
  height: 100px;
  margin-right: 20px;
  text-align: center;
}
.companyManager__right {
  float: left;
  min-height: 100px;
}
.b-article-padding .bcHead,
.b-article-padding .b-box-article__wrapper {
  padding-left: 0 !important;
}
.companyNews .newsBlock h2 a {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}
.b-gradient-persons {
  height: 26px;
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 126px;
  background: -moz-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0.5) 50%, #dad5d4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 213, 212, 0)), color-stop(50%, rgba(218, 213, 212, 0.5)), color-stop(100%, #dad5d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0.5) 50%, #dad5d4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0.5) 50%, #dad5d4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0.5) 50%, #dad5d4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(218, 213, 212, 0) 0%, rgba(218, 213, 212, 0.5) 50%, #dad5d4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dad5d4', endColorstr='#dad5d4', GradientType=0);
  /* IE6-9 */

}
.b-kek h2,
.categoryList h2 {
  font-weight: 700;
}
.b-kek h3,
.categoryList h3 {
  font-weight: 700;
}
.b-kek h4,
.categoryList h4 {
  font-weight: 700;
}
.b-kek h5,
.categoryList h5 {
  font-weight: 700;
}
.b-kek h1,
.categoryList h1 {
  font-weight: 700;
}
.b-kek .b-table__cell:first-child,
.categoryList .b-table__cell:first-child {
  padding-right: 7px;
}
.b-kek .b-table__cell:last-child,
.categoryList .b-table__cell:last-child {
  padding-left: 7px;
}
.commentsBlock {
  margin: 20px 0;
}
.commentsBlock-headline {
  font-size: 23px;
  font-weight: 400;
  color: #8c8c8c;
  margin-bottom: 17px;
  line-height: 1.42;
}
.comment-text {
  position: relative;
  margin-bottom: 17px;
}
.comment-text-headline {
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
  float: left;
}
.comment-text-text {
  display: block;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  resize: none;
}
.comment-text-error {
  color: #a7100c;
  font-size: 13px;
  display: block;
  float: left;
  margin-left: 10px;
}
.comment-text-none {
  display: none;
}
.checkbox-line {
  margin: -7px 0 15px -4px;
  font-size: 12px;
  padding-left: 3px;
}
.add-button {
  font-size: 13px;
  line-height: 18px;
  padding: 0 1px;
  height: 26px;
  width: 90px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  background: silver;
  border: 1px solid silver;
  margin-bottom: 20px;
}
.add-button-active {
  background: #a7100c;
  border: 1px solid #a7100c;
  color: white;
}
.pager {
  padding: 5px;
  margin: 20px 0;
}
.pagerItem {
  cursor: pointer;
  display: inline-block;
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  text-decoration: none;
  background: #f2f5f8;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  color: #555555;
}
.pagerItem__active {
  border: 1px solid #a7100c;
  color: white;
  background: #a7100c;
  background: -moz-linear-gradient(top, #a7100c, #a7100c);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7100c), color-stop(100%, #a7100c));
  background: -webkit-linear-gradient(top, #a7100c, #a7100c);
  background: -o-linear-gradient(top, #a7100c, #a7100c);
  background: -ms-linear-gradient(top, #a7100c, #a7100c);
  background: linear-gradient(top, #a7100c, #a7100c);
}
.comment-author {
  display: inline;
  font-weight: 700;
}
.b-person-company-list {
  margin: 0;
  padding: 0 15px 15px 15px;
  font-size: 0;
}
.b-person-company-list-item {
  vertical-align: top;
}
.b-person-company-list-item__title {
  width: 120px;
  margin: 0;
  padding: 0;
  float: right;
  font-weight: 700;
}
.b-person-company-list-item__title a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
  height: 33px;
  display: block;
}
.b-person-company-list-item__title span {
  display: block;
  line-height: 100%;
  font-weight: 400;
}
.b-person-company-list__item {
  vertical-align: top;
  display: inline-block;
  width: 205px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 15px;
}
.b-person-company-list__item img {
  border: none;
}
.b-person-company-list__item .pic {
  float: left;
  width: 70px;
}
.b-person-company {
  background: #dad5d4;
  font-family: Arial, sans-serif;
  margin-bottom: 145px;
  margin-top: 130px;
}
.b-person-company .personsBlock {
  position: relative;
  background: #dad5d4 url(/Content/images/new/pb-header.png) repeat-x 0 -76px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 0;
  -ms-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.b-person-company .pbHeader {
  height: 38px;
  background: url(/Content/images/new/pb-header.png) no-repeat 0 0;
  position: relative;
}
.b-person-company .pbHeader span {
  color: white;
  font-weight: 700;
  font-size: 15px;
  background: url(/Content/images/new/pb-header.png) no-repeat right -38px;
  padding: 7px 0 10px 14px;
}
.b-person-company span {
  display: block;
}
.b-person-company-list-item__description {
  font-size: 11px;
  color: #8c97a6;
  font-weight: 400;
  font-family: Arial, sans-serif;
}
.b-partners-section-center {
  margin: 0 auto;
  width: 932px;
}
.b-person-company-list-item-title__inner {
  margin-bottom: 7px;
  line-height: 16px;
  overflow: hidden;
  max-height: 33px;
}
.b-person-company-list-item-title__second-name {
  font-weight: 400;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: #1f1f1f;
}
.b-partners-section-center-title {
  background: #dad5d4;
  color: #758191;
  padding: 5px 10px;
  width: 932px;
  margin: 0 auto;
}
.mCSB_scrollTools {
  width: 6px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background: #dfd3c9;
}
.mCSB_dragger_bar {
  width: 100% !important;
  background: #a69d96 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
}
.b-popular-articles.mCustomScrollbar .mCustomScrollBox {
  padding: 0 17px 15px 15px;
  max-width: none;
}
.b-popular-articles .mCSB_container {
  margin-right: 0;
}
.b-article-window-image .b-article-image-footer-description__text {
  text-align: right;
  padding-right: 0;
}
.b-article-window-image .b-article-image-footer-description-signature__author {
  text-align: right;
  padding-right: 15px;
}
.b-preloader {
  position: relative;
  padding-bottom: 50px;
}
.b-preloader:after {
  background: url(/Content/images/white-preloader.gif) no-repeat center bottom;
  width: 34px;
  height: 34px;
  position: absolute;
  content: '';
  bottom: 20px;
  left: 50%;
  margin-left: -17px;
}
.b-article-main-image-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition: all background 0.2s ease-out;
  -moz-transition: all background 0.2s ease-out;
  -o-transition: all background 0.2s ease-out;
  transition: all background 0.2s ease-out;
  -moz-transition: background 0.2s;
}
.b-page-widjet-title {
  border-bottom: 3px solid #e2e0e0;
  margin-bottom: 20px;
  position: relative;
  min-height: 30px;
}
.b-page-widjet-title__text {
  padding: 6px 10px 8px;
  margin-left: 20px;
  background: #a7100c;
  color: white;
  font-weight: 400;
  float: left;
  font-size: 20px;
  position: relative;
  bottom: 0;
  position: absolute;
  z-index: 0;
  left: 0;
}
.b-article-header__description_short {
  left: initial;
  width: auto;
  padding-left: 25px;
  right: 0;
}
.b-empty-table__cell {
  height: 1px;
  margin-top: -1px;
}
.b-article-grid-layout {
  max-width: 1269px;
  position: relative;
  margin: 0 auto;
}
.b-article-grid-layout__left-column {
  float: left;
  color: black;
  width: 100%;
}
.b-article-grid-layout__right-column {
  width: 306px;
  color: black;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
.b-article-grid-layout-left-column__inner {
  margin-right: 369px;
  padding: 6px 6px 6px 30px;
}
.b-list-pressrelease-item {
  padding-bottom: 6px;
  padding-left: 7px;
  padding-right: 0;
  padding-top: 6px;
  font-family: Arial, sans-serif;
}
.b-list-pressrelease-item__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.b-list-pressrelease-item__title a {
  text-decoration: none;
  color: #303030;
}
.b-list-pressrelease-item__text {
  font-size: 12px;
}
.b-list-pressrelease-item__text a {
  text-decoration: none;
  color: #303030;
}
.b-list-pressrelease-item__date {
  font-size: 11px;
  color: #949a9e;
  font-family: Tahoma;
  height: 18px;
}
.b-sub-title-search {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #a7100c;
  margin-top: 17px;
  margin-bottom: 19px;
}
.b-sub-title-search a {
  color: #096bb7;
  font-weight: bold;
}
.b-article-header-pressrelease {
  margin-bottom: 32px;
}
.b-subtitle-subscribe {
  font-size: 20px;
  font-family: Arial, sans-serif;
  color: #999999;
}
.b-banner-700-search iframe {
  margin: 25px auto !important;
}
.b-inline-article-preview span {
  display: block;
  font-size: 30px;
}
.b-inline-article-preview div {
  font-size: 20px;
  font-family: Arial, sans-serif;
  margin-top: 10px;
}
.b-personal-menu-list {
  display: block;
  font-size: 0;
  padding: 0;
  margin: 10px 0 0 0;
}
.b-personal-menu-list__item {
  display: inline-block;
  text-align: center;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  border: 1px solid #f8ebe0;
  cursor: pointer;
}
.b-personal-menu-list__item.active {
  border: 1px solid #a7100c;
}
.b-personal-menu-list__item a {
  font-size: 14px;
  font-family: Arial, sans-serif;
  display: inline-block;
  text-decoration: underline;
  color: #a7100c;
}
.list-items-profile {
  margin-bottom: 30px;
}
.list-items-profile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-items-profile li {
  display: inline-block;
  line-height: 40px;
  padding: 7px 7px;
}
.list-items-profile li a {
  color: #a7100c;
  display: block;
  text-decoration: underline;
  line-height: 100%;
  font-size: 15px;
}
.list-items-profile-active {
  border: 1px solid #a7100c;
}
.regPage {
  color: #303030;
  font-size: 13px;
  padding: 0 6px;
  position: relative;
}
.regPage p {
  margin-bottom: 0;
}
.regPage .pHeader {
  color: #a7100c;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}
.regPage .steps {
  background-color: #dad5d4;
  float: left;
  height: 52px;
  margin-bottom: 28px;
  padding: 2px;
  width: 865px;
}
.regPage .steps li {
  display: inline-block;
  float: left;
  padding-left: 14px;
  padding-top: 8px;
}
.regPage .steps li .step {
  border-right: 1px solid #bababa;
  height: 32px;
  padding: 2px 20px;
  position: relative;
}
.regPage .steps li .num {
  background: url('/Content/images/reg/step-bg.png') no-repeat 0 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  height: 28px;
  left: 0;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 28px;
}
.regPage .steps li .name {
  color: #a9aaab;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 1px;
  padding-left: 18px;
  white-space: nowrap;
}
.regPage .steps li .name a {
  background: url('/Content/images/reg/link-dot.png') repeat-x 1px 15px;
  color: #a9aaab;
  text-decoration: none;
}
.regPage .steps li .desc {
  color: #a9aaab;
  font-size: 11px;
  padding-left: 18px;
  white-space: nowrap;
}
.regPage .steps li.last .step {
  border-right: none;
}
.regPage .steps li.pre-active .step {
  border-right: none;
}
.regPage .steps li.active {
  background-color: white;
}
.regPage .steps li.active .step {
  border-right: none;
  height: 40px;
}
.regPage .steps li.active .num {
  background-position: 0 -28px;
}
.regPage .steps li.active .name {
  color: #181818;
}
.regPage .steps li.active .desc {
  color: #878787;
}
.regPage .regForm {
  font-family: Arial, sans-serif;
  color: #303030;
  font-size: 14px;
}
.regPage .regForm .coast {
  color: #a7100c;
  font-weight: bold;
}
.regPage .regForm .radioList {
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
.regPage .regForm .radioList li {
  padding-bottom: 17px;
}
.regPage .regForm .radioList li label {
  cursor: hand;
  padding-left: 2px;
}
.regPage .regForm .input {
  border: 1px solid #b5b5b5;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 7px;
  width: 560px;
}
.regPage .regForm p .desc {
  color: #878787;
  font-size: 12px;
}
.regPage .regForm td .desc {
  color: #878787;
  font-size: 12px;
}
.regPage .regForm .wPic {
  padding-bottom: 20px;
}
.regPage .regForm .wPic input {
  width: 180px;
}
.regPage .regForm .wPic .desc {
  margin-top: 8px;
}
.regPage .regForm .wPic .desc img {
  display: block;
}
.regPage .extension {
  margin: 10px 0 0 28px;
}
.regPage .extension table {
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
}
.regPage .extension table th {
  color: #878787;
  font-family: tahoma, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 0 10px 12px 10px;
  text-align: left;
  text-transform: uppercase;
}
.regPage .extension table th.first {
  padding-left: 0;
}
.regPage .extension table td {
  padding: 6px 15px 8px 5px;
}
.regPage .extension table tr.even td {
  background-color: #f8ebe0;
}
.regPage .desc {
  color: #878787;
  font-size: 12px;
}
.regPage .datePicker {
  position: relative;
}
.regPage .datePicker a.selectIcon {
  background: url('/Content/images/reg/datepicker.gif') no-repeat 0 0;
  display: block;
  height: 28px;
  left: 142px;
  position: absolute;
  top: 19px;
  width: 30px;
}
.regPage .datePicker input {
  width: 170px;
}
.regPage .payInfo {
  background: #dad5d4;
  color: #626262;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 20px 0;
  padding: 12px 15px;
  width: 550px;
}
.regPage .subsInfo {
  background: #dad5d4;
  color: #626262;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 20px 0;
  padding: 12px 15px;
  width: 550px;
}
.regPage .payVar {
  margin-top: 10px;
}
.regPage .payVar ul {
  margin-top: 10px;
  width: 570px;
}
.regPage .payVar ul li {
  border: 3px solid #dbdbdb;
  float: left;
  height: 62px;
  margin: 0 15px 15px 0;
  width: 119px;
}
.regPage .payVar ul.active li:hover {
  border-color: #a7100c;
  cursor: pointer;
}
.regPage .payVar ul.active li.selected {
  border-color: #a7100c;
}
.regPage .radioListPay li {
  background: url('/Content/images/reg/pay-icon.png') no-repeat 0 0;
  display: block;
  line-height: 25px;
}
.regPage .radioListPay li label {
  padding-left: 50px !important;
}
.regPage .radioListPay li input {
  -webkit-appearance: radio;
}
.regPage .radioListPay li.title {
  background: none;
}
.regPage .radioListPay li.bcard {
  background-position: 30px 0;
}
.regPage .radioListPay li.yandex {
  background-position: 30px -42px;
}
.regPage .radioListPay li.webmoney {
  background-position: 30px -84px;
}
.regPage .radioListPay li.qiwi {
  background-position: 30px -126px;
}
.regPage .radioListPay li.osmp {
  background-position: 30px -168px;
}
.regPage .radioListPay li.megafon {
  background-position: 30px -210px;
}
.regPage .radioListPay li.mts {
  background-position: 30px -252px;
}
.regPage .radioListPay li.beeline {
  background-position: 30px -294px;
}
.regPage .radioListPay li.kassir {
  background-position: 30px -336px;
}
.widget {
  margin-top: 0;
}
.npBtn {
  background: transparent url('/Content/images/reg/st-btn94width.png') no-repeat 0 0;
  border: 0;
  color: black;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  height: 30px;
  margin: 0 8px 0 1px;
  overflow: hidden;
  text-decoration: none;
  width: 94px;
}
.npBtn span {
  background: transparent url('/Content/images/reg/st-btn.png') no-repeat right -60px;
  display: block;
  height: 24px;
  padding: 6px 20px 0px 20px;
}
.npBtn:hover {
  background-position: 0 -30px;
  color: black;
  outline: none;
}
.npBtn:hover span {
  background-position: right -90px;
}
.npBtnNoSize {
  background: transparent url('/Content/images/st-btn.png') no-repeat 0 0 !important;
}
.npBtn80 {
  width: 80px !important;
}
a.refresh-captcha {
  background: url('/Content/images/reg/link-dot.png') repeat-x 0 14px;
  color: #8d8c8c;
  display: block;
  float: left;
  font-size: 12px;
  margin-top: 3px;
  text-decoration: none;
}
a.refresh-captcha:hover {
  background: none;
  color: #8d8c8c;
}
.choice {
  background-color: #dad5d4;
  font-size: 13px;
  margin: 0 0 30px 28px;
  padding: 15px 20px 0px 20px;
  text-align: left;
  width: 560px;
}
.choice .sForm label {
  display: block;
  margin-bottom: 11px;
}
.choice .sForm input {
  border: 1px solid #b5b5b5;
  float: left;
  height: 29px;
  line-height: 29px;
  margin-bottom: 5px;
  padding: 0 7px;
  width: 75px;
}
.choice .sForm b {
  display: block;
  float: left;
  padding: 5px 7px;
}
.choice .sForm .npBtn {
  margin-left: 12px;
}
.choice .sList {
  border-top: 1px solid #bababa;
  margin-top: 15px;
  padding-top: 15px;
}
.choice .stNum {
  float: left;
  margin-right: 20px;
  padding-bottom: 25px;
  width: 260px;
}
.choice .stNum input {
  float: left;
}
.choice .stNum label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-left: 25px;
}
.choice .stNum label .pic {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  margin-right: 12px;
}
.choice .stNum label .txt {
  color: #909090;
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin: 6px 0 8px 0;
}
.choice .stNum label a {
  font-size: 12px;
  text-decoration: none;
}
.choice .blPagin {
  clear: both;
  margin: 10px 0 20px 0;
}
.choice .blPagin span {
  font-size: 15px;
}
.choice .blPagin a {
  background: white;
  font-size: 15px;
}
.bscreen {
  background: url('/Content/images/reg/opacity-75.png') repeat 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1103;
}
.close {
  color: white;
  cursor: pointer;
  display: block;
  font-family: tahoma;
  font-size: 24px;
  line-height: 16px;
  margin-left: 570px;
  text-decoration: none;
}
.close:hover {
  color: #aaaaaa;
}
.mySubsPage {
  font-size: 13px;
  padding: 40px 20px 50px 10px;
}
.mySubsPage .pHeader {
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 22px;
}
.mySubsPage .my-subs {
  font-size: 14px;
  margin-bottom: 25px;
}
.mySubsPage .my-subs .company {
  color: #707070;
  font-size: 13px;
  margin-top: 4px;
}
.mySubsPage .subs-item {
  margin-bottom: 20px;
}
.mySubsPage .subs-item .head {
  border-left: 3px solid #a7100c;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 9px;
}
.mySubsPage .subs-item .options {
  color: #707070;
  font-size: 12px;
  padding-left: 12px;
}
.mySubsPage .subs-item .options li {
  display: block;
  margin-bottom: 1px;
}
.mySubsPage .subs-item .options li .no-pay {
  color: #a7100c;
}
.mySubsPage .subs-item .options li a {
  color: #096bb7;
}
.mySubsPage .blPagin {
  margin-bottom: 20px;
}
.mySubsPage .blPagin * {
  font-size: 15px !important;
}
.my-subs a {
  color: #096bb7;
}
.b-red-dis-non {
  color: #a7100c;
  display: none;
}
.b-check-reg-form {
  -webkit-appearance: checkbox;
  margin-right: 3px;
}
.text-red-stars {
  color: #a7100c;
  font-family: Tahoma;
}
.text-red-forgot-pasw {
  color: #a7100c;
  line-height: 30px;
}
.red {
  color: #a7100c;
  padding-left: 3px;
}
.selected-file {
  font-size: 20px;
  line-height: 17px;
}
.table-stat {
  width: 600px;
}
.table-stat td {
  white-space: nowrap;
}
.avatar-container {
  height: 32px;
  margin-top: 5px;
  position: relative;
  width: 576px;
}
.avatar-placeholder {
  background: white;
  border: 1px solid #b5b5b5;
  color: #949a9e;
  display: block;
  font-size: 12px;
  height: 32px;
  left: 13px;
  line-height: 33px;
  padding-left: 15px;
  width: 560px;
}
#select-avatar-button {
  background-size: 100% 100%;
  background: url('/Content/images/searchIconArea.png') no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 32px;
  position: absolute;
  right: 16px;
  top: 0;
  width: 35px;
}
#avatar-input {
  height: 32px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
#rulesConfirmedWrap {
  cursor: pointer;
  margin: 5px 0;
  display: inline-block;
  padding-right: 2px;
}
#rulesConfirmedWrap a {
  color: #096bb7;
  text-decoration: underline;
}
#rulesConfirmedWrap #confirm {
  margin: 5px;
}
a.npBtn {
  background: transparent url('/Content/images/st-btn.png') no-repeat 0 0;
  color: black;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  height: 30px;
  margin: 0 8px 0 1px;
  overflow: hidden;
  text-decoration: none;
}
a.npBtn span {
  background: transparent url('/Content/images/st-btn.png') no-repeat right -60px;
  display: block;
  height: 24px;
  padding: 6px 20px 0px 20px;
}
a.npBtn:hover {
  background-position: 0 -30px;
  color: black;
  outline: none;
}
a.npBtn:hover span {
  background-position: right -90px;
}
#userRulesHref {
  color: #096bb7;
  font-family: Arial, sans-serif;
}
#registerTypeRbl input {
  -webkit-appearance: radio;
}
.b-limit-list-cell {
  max-width: 942px;
}
.b-alltags-title {
  margin-bottom: 27px;
}
.b-alltags-topmargin {
  padding-top: 140px;
}
/*.b-w100 {
    width: 100%;
}*/

.b-list-right-column-padding {
  padding-top: 294px;
}
.b-list-right-column-padding_138 {
  padding-top: 138px;
}
#ArticleContent {
  text-align: center;
}
#ArticleContent i {
  text-align: right;
  display: inline-block;
  font-size: 13px;
}
#ArticleContent a {
  color: #096bb7;
}
#ArticleContent .chart_div {
  display: inline-block;
}
#ArticleContent .chart_div td {
  background: inherit;
  font-size: 13px;
  min-height: 25px;
  padding: 4px 20px;
  text-align: left;
}
#ArticleContent .chart_div .google-visualization-table-table {
  width: 100%;
}
#ArticleContent .chart_div .google-visualization-table-table tr:first-child {
  background: #f4e5d9;
  font-weight: normal;
}
#ArticleContent .chart_div .google-visualization-table-td {
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #d7d8da;
  border: none;
  box-sizing: border-box;
}
#ArticleContent .chart_div .google-visualization-table-th {
  -moz-box-sizing: border-box;
  background: #f4e5d9;
  border-bottom: 1px solid #d7d8da;
  border: none;
  box-sizing: border-box;
  font-size: 10px;
  height: 45px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
}
#ArticleContent .chart_div .google-visualization-table-th:last-child {
  background: #f8ebe0;
}
#ArticleContent .chart_div .google-visualization-table-th:first-child {
  background: #f8ebe0;
  font-weight: normal;
  min-width: 42px;
}
#ArticleContent .chart_div .google-visualization-table-tr-odd {
  background: #f8ebe0;
}
#ArticleContent .chart_div .google-visualization-table-tr-odd-nonstrict {
  background: #f8ebe0;
}
#ArticleContent .chart_div .google-visualization-table-tr-even {
  background: #f4e5d9;
  font-weight: normal;
}
#ArticleContent .chart_div .google-visualization-table-tr-even-nonstrict {
  background: #f4e5d9;
  font-weight: normal;
}
#ArticleContent .chart_div .charts-custom-button {
  background: #d44b38;
  border: none;
  outline: 0;
}
#ArticleContent .chart_div .google-visualization-table-div-page .gradient {
  background-color: #e85f4c;
}
#ArticleContent .chart_div .page-number {
  background-color: #ee4e4e;
  color: white;
  margin: 2px;
  padding: 0.5em 0.64em 0.43em;
  text-decoration: none;
}
#ArticleContent .chart_div .page-number:active {
  background-color: #de1818;
  color: white;
  margin: 2px;
  padding: 0.5em 0.64em 0.43em;
}
#ArticleContent .chart_div .page-number:hover {
  background-color: #de1818;
  color: white;
  margin: 2px;
  padding: 0.5em 0.64em 0.43em;
}
#ArticleContent .chart_div .google-visualization-table-sortind {
  color: #a7100c;
}
#ArticleContent .chart_div .page-number.current {
  background-color: #e85f4c;
  color: black;
  margin: 2px;
  padding: 0.5em 0.64em 0.43em;
}
#ArticleContent .chart_div .gradient {
  background: #f8ebe0;
  border-bottom: 1px solid #d7d8da;
  border: none;
  font-weight: normal;
}
#ArticleContent .chart_div .charts-custom-button-inner-box {
  border: none !important;
}
#ArticleContent .chart_div .charts-custom-button-outer-box {
  border: none !important;
}
#ArticleContent .b-title-chart-table {
  background: #e9e0da;
  border-bottom: 3px solid #d5ccc6;
  border: none;
  box-sizing: border-box;
  clear: both;
  font-family: Ariala, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 43px;
  min-height: 43px;
  padding: 0 10px;
  margin: 0 auto;
}
#ArticleContent .b-btn-chart {
  border: none;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 20px;
  outline: 0;
}
#ArticleContent button.b-btn-chart {
  background: #d44b38;
  color: white;
  outline: 0;
  padding: 0.7em 1.5em;
  text-decoration: none;
  user-select: none;
}
#ArticleContent button.b-btn-chart:active {
  background: #980f00;
}
#ArticleContent #ArticleContent button.b-btn-chart:hover {
  background: #e85f4c;
}
#ArticleContent .b-last-row-chart {
  font-size: 10px;
  min-height: 25px;
  padding: 3px 20px;
  text-align: right;
}
.b-template-table {
  max-width: 715px;
  table-layout: initial;
  width: 715px;
}
.b-template-table tr {
  border-bottom: 1px solid #d7d8da;
  font-size: 13px !important;
}
.b-template-table tr td {
  background-color: transparent !important;
  border: none !important;
  padding: 4px 2px 4px 0px !important;
}
.b-template-table tr td:first-child {
  padding-left: 20px !important;
}
.b-template-table tr th {
  font-size: 10px !important;
  font-weight: normal;
  height: 37px;
  padding: 2px 2px 6px 20px;
  text-align: left;
  vertical-align: top;
  background-position: left 20px bottom 6px !important;
}
.b-template-table tr th:first-child {
  padding-left: 20px !important;
}
.b-template-table tr th.header {
  height: 24px;
}
.b-template-table tr:first-child th.header {
  background-position: left 20px bottom 6px;
  background: url('/Content/images/both.png') no-repeat;
  font-size: 10px !important;
  padding: 2px 2px 19px 20px;
  text-align: left;
}
.b-template-table tr:first-child th.headerSortDown {
  background-position: left 20px bottom 6px;
  background: url('/Content/images//ask.png') no-repeat;
}
.b-template-table tr:first-child th.headerSortUp {
  background-position: left 20px bottom 6px;
  background: url('/Content/images/desk.png') no-repeat;
}
.b-template-table tr a {
  color: #096bb7;
  text-decoration: underline;
}
.b-template-table tr:nth-child(odd) {
  background-color: #f4e5d9;
}
.b-template-table tr:nth-child(even) {
  background-color: transparent;
}
.b-template-table thead tr {
  background-color: transparent !important;
}
.b-sorting-table tr th {
  cursor: pointer;
}
.b-wrapper-table {
  max-width: 100%;
  overflow: auto;
}
.b-wrapper-table .b-table-theme1 tr td {
  background-color: transparent !important;
  border: none !important;
  padding: 4px 2px 4px 4px !important;
}
.b-wrapper-table .b-table-theme1 tr td:first-child {
  padding-left: 0px !important;
  text-align: center !important;
}
.b-wrapper-table .b-table-theme1 tr:first-child th.header {
  padding: 2px 2px 19px 4px !important;
}
.b-wrapper-table .b-table-theme1 td p {
  font-size: 11px !important;
}
.b-single-itle {
  background: #e9e0da;
  border-bottom: 3px solid #d5ccc6;
  border: none;
  box-sizing: border-box;
  clear: both;
  font-family: Ariala, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 43px;
  min-height: 43px;
  padding: 0 10px;
}
div.tablesorterPager {
  background-color: #d6d2c2;
  padding: 10px 0 10px 0;
  text-align: center;
}
div.tablesorterPager span {
  padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
  margin-right: 10px;
  width: auto;
}
div.tablesorterPager input.next {
  margin-left: 10px;
  width: auto;
}
div.tablesorterPager input {
  border: 1px solid #330000;
  font-size: 8px;
  text-align: center;
  width: 50px;
}
.pager {
  cursor: pointer;
  margin-top: 10px;
  position: relative !important;
  top: 0 !important;
}
.pager .prev_pager {
  color: #a7100c;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin-right: 20px;
  padding-left: 21px;
  position: relative;
}
.pager .prev_pager:before {
  -moz-background-size: contain;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background: url('/Content/images/prev-arrow.png') no-repeat;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}
.pager .pagedisplay {
  border: 1px solid #a7100c;
  float: left;
  height: 18px;
  margin-right: 5px;
  margin-top: 3px;
  padding: 2px;
}
.pager .next_pager {
  color: #a7100c;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 21px;
  position: relative;
}
.pager .next_pager:before {
  -moz-background-size: contain;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background: url('/Content/images/next-arrow.png') no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}
.pager .all_in_pager {
  color: #a7100c;
  float: right;
  font-size: 12px;
  line-height: 14px;
  margin-right: 10px;
  padding-right: 21px;
  position: relative;
  text-align: right;
}
.pager .all_in_pager:before {
  -moz-background-size: contain;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background: url('/Content/images/next-arrow.png') no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}
.pager .pagesize {
  border: 1px solid #a7100c;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  padding: 2px;
}
#pager {
  display: block !important;
}
.b-full-window-banner {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  visibility: hidden;
  z-index: -1;
  height: 280px;
}
.b-search-top-anchor {
  position: fixed;
  left: 10px;
}
@media screen and (max-width: 1700px) {
  .b-anchor-comment {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .b-search-top-anchor {
    display: none !important;
  }
}
.b-tags-title {
  margin-top: 28px;
  margin-bottom: 0;
}
.b-article-header-tag {
  margin-bottom: 0;
}
.b-table-theme2 td:nth-child(2) {
  width: 117px;
  min-height: 100px;
}
.b-table-theme2 td a img {
  width: 100px;
  /*height: 100px;*/

}
.b-sticky-banner .b-interview .b-interview__title {
  text-align: left;
}
.b-sticky-banner .b-interview .b-interview__voted {
  text-align: left;
}
.b-lsit-article {
  margin-bottom: 0;
}
.b-call-paywall3.b-right-red-btn .b-wrapper-button__content {
  font-size: 14px;
  line-height: 18px;
}
.b-call-paywall_3.b-btn-article {
  margin-right: 25px;
}
.b-call-paywall_3.b-btn-article .b-wrapper-button {
  width: 220px;
  height: 76px;
}
.b-call-paywall_3.b-btn-article .b-wrapper-button__content {
  width: 216px;
  line-height: 56px;
  height: 74px;
}
.b-call-paywall3.b-btn-article .b-wrapper-button {
  width: 220px;
}
.b-call-paywall3.b-btn-article .b-wrapper-button__content {
  width: 216px;
}
.b-person-company-list-item-title__inner.b-person-link {
  max-height: 42px;
}
.b-person-company-list-item-title__inner.b-person-link a {
  height: 73px;
}
.b-person-company-list-item-title__inner.b-person-link .b-person-company-list-item-title__second-name {
  white-space: normal;
}
.b-404-title {
  margin-bottom: 8px;
  margin-top: 45px;
}
.b-404-content-subtitle {
  margin-bottom: 31px;
}
.b-result-search-author {
  margin-top: 37px;
}
.b-name-author {
  font-size: 30px;
  font-family: Arial, sans-serif;
  margin-top: 32px;
  color: black;
}
.b-article-window-image .b-article-stretched__image {
  width: 100%;
}
.b-inline-article__width-66 {
  width: 66%;
}
.b-btn-deferredarticles {
  width: 175px;
  height: 23px;
  line-height: 23px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ddd8d4;
  color: #9d9996;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  right: 0;
  font-size: 14px;
  cursor: pointer;
  font-family: Arial, sans-serif;
}
.b-btn-deferredarticles:after {
  position: absolute;
  content: '';
  background: url('/Content/images/krest.png') no-repeat center center;
  width: 9px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  left: 9px;
}
.b-deferred-wrap-content {
  position: relative;
}
.b-btn-deferred-articles-all {
  width: 175px;
  height: 23px;
  line-height: 23px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ddd8d4;
  color: #9d9996;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  cursor: pointer;
  font-family: Arial, sans-serif;
}
.b-btn-deferred-articles-all:after {
  position: absolute;
  content: '';
  background: url('/Content/images/krest.png') no-repeat center center;
  width: 9px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  left: 9px;
}
.b-deffered-articles-header {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #999999;
  padding-bottom: 24px;
}
.b-personal-menu-element-triangle {
  position: relative;
  border-right: none !important;
  padding-right: 25px;
}
.b-personal-menu-element-triangle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  right: 0;
  position: absolute;
  border-style: solid;
  border-width: 18.5px 17px 18.5px 0;
  border-color: transparent #a7100c transparent transparent;
}
.b-personal-menu-element-triangle:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  top: 1px;
  right: 0;
  z-index: 1;
  position: absolute;
  border-style: solid;
  border-width: 17.5px 16px 17.5px 0;
  border-color: transparent #f8ebe0 transparent transparent;
}
.b-header-description-b-photo {
  width: 85px;
}
.b-article-header_small .b-ribbon_active {
  color: #a7100c;
}
.b-reklama {
  text-align: center;
  font-size: 0;
  overflow-x: hidden;
  width: 930px;
  margin: 0 auto;
}
.b-partners-section-center-title_reklama {
  width: 930px;
  display: none;
}
.article-html-block {
  clear: both;
}
.article-html-block a {
  color: #096bb7;
}
.regPage .regPage {
  padding: 0 6px 0 6px;
}
.b-rc-linked-article {
  width: 300px;
  margin: 0 auto 45px;
  height: 400px;
  max-height: 400px;
  min-height: initial;
  padding: 0;
  display: block;
}
.b-rc-linked-article .b-article__article-preview {
  margin: 0;
}
.b-rc-linked-article .b-grid__col_1w {
  width: 100%;
}
.b-linked-width {
  width: 300px;
}
.b-article-paystap {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  min-height: 231px;
  font-size: 0;
  width: 100%;
}
.b-article-paystap-item {
  height: 100%;
  width: 50%;
  display: inline-block;
  min-width: 443px;
  vertical-align: top;
  margin-bottom: 10px;
}
.b-article-paystap-item:fist-child {
  margin-right: 15px;
}
.b-article-paystap-item__wrap-image {
  width: 185px;
  float: left;
  padding: 15px 0 15px 15px;
}
.b-article-paystap-item-content {
  padding: 15px 15px 15px 184px;
  border: 1px solid #cccccc;
  position: relative;
  margin-right: 2%;
}
.b-article-paystap-item-content__btn {
  height: 43px;
  background: rgba(224, 88, 89, 0.7);
  line-height: 43px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: white;
  padding: 0 45px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  position: relative;
  bottom: 0;
}
.b-article-paystap-item-content__btn:hover {
  background: #e05859;
}
.b-article-paystap-item-content__btn:after {
  height: 3px;
  left: 0;
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background: #ea9793;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea9793 0%, #a7100c 33%, #a7100c 66%, #ea9793 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ea9793 0%, #a7100c 33%, #a7100c 66%, #ea9793 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea9793 0%, #a7100c 33%, #a7100c 66%, #ea9793 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea9793', endColorstr='#ea9793', GradientType=0);
  /* IE6-9 */

}
.b-article-paystap-item-content__title {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  display: inline-block;
  font-family: Arial, sans-serif;
  padding: 0 15px;
  background: #dbd2cb;
}
.b-article-paystap-item-content p {
  margin: 23px 0;
  font-size: 16px;
  line-height: 22px;
  min-height: 88px;
  color: black;
}
.b-article-paystap-item-content p b {
  font-weight: 700;
}
.b-subscribe {
  font-size: 0;
}
.b-subscribe__left-side {
  display: inline-block;
  margin-bottom: 14px;
}
.b-subscribe__right-side {
  display: inline-block;
}
.b-subscribe-item {
  width: 300px;
  vertical-align: top;
  margin: 0 7px;
  padding: 0 5px 107px;
  position: relative;
  display: inline-block;
  border: 1px solid #ded8d4;
}
.b-subscribe-item:hover {
  background: #ebe2da;
}
.b-subscribe-item:hover .b-btn-subscribe {
  background: #e05859;
}
.b-subscribe-item__title {
  background: #dbd2cb;
  position: absolute;
  top: 0;
  left: 50%;
  width: 212px;
  margin-left: -106px;
  height: 45px;
  line-height: 45px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  color: black;
}
.b-subscribe-item__wrap-image {
  margin-top: 80px;
  text-align: center;
  font-size: 0;
  vertical-align: top;
  height: 220px;
}
.b-subscribe-item__wrap-image img {
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
}
.b-subscribe-item__nominate {
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-align: center;
  margin-bottom: 35px;
}
.b-subscribe-item__nominate span {
  font-size: 26px;
  font-weight: 700;
}
.b-subscribe-item-list {
  margin: 0;
  padding: 0;
}
.b-subscribe-item-list__item {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.b-subscribe-item-list__item img {
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-right: 3px;
}
.b-btn-subscribe {
  height: 43px;
  background: rgba(224, 88, 89, 0.7);
  line-height: 43px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: white;
  padding: 0 45px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 216px;
  margin-left: -108px;
}
.b-btn-subscribe:after {
  height: 3px;
  left: 0;
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background: #ea9793;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea9793 0%, #a7100c 33%, #a7100c 66%, #ea9793 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ea9793 0%, #a7100c 33%, #a7100c 66%, #ea9793 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea9793 0%, #a7100c 33%, #a7100c 66%, #ea9793 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea9793', endColorstr='#ea9793', GradientType=0);
  /* IE6-9 */

}
.b-pay-m {
  font-size: 16px;
}
.b-another-subscribe-list {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.b-another-subscribe-item {
  display: inline-block;
  width: 620px;
  margin-bottom: 15px;
  vertical-align: top;
  border: 1px solid #cccccc;
}
.b-another-subscribe-item:first-child {
  margin-right: 15px;
}
.b-another-subscribe-item__wrap-image {
  width: 220px;
  float: left;
  text-align: center;
  padding: 10px;
}
.b-another-subscribe-item__wrap-image img {
  display: inline-block;
}
.b-another-subscribe-item-content {
  position: relative;
  padding-left: 230px;
  padding-right: 15px;
  padding-bottom: 42px;
}
.b-another-subscribe-item-content__title {
  height: 43px;
  line-height: 43px;
  background: #dbd2cb;
  font-size: 20px;
  display: inline-block;
  padding: 0 30px;
  font-family: Arial, sans-serif;
  text-align: center;
}
.b-another-subscribe-item-content-list {
  display: block;
  margin: 0;
  min-height: 66px;
  padding: 0;
}
.b-another-subscribe-item-content-list__item {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 0;
  position: relative;
}
.b-another-subscribe-item-content-list__item img {
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-right: 5px;
}
.b-another-subscribe-item-content-pay {
  margin-top: 16px;
  margin-bottom: 11px;
  font-family: Arial, sans-serif;
}
.b-another-subscribe-item-content-pay__mounth {
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.b-another-subscribe-item-content-pay__mounth span {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
}
.b-another-subscribe-item-content-pay__number {
  display: inline-block;
  font-size: 14px;
}
.b-another-subscribe h2 {
  margin-bottom: 30px;
  margin-top: 45px;
}
.b-footer-aother-subscribe {
  position: relative;
  padding-bottom: 43px;
  margin-top: 15px;
}
.b-footer-aother-subscribe .jq-selectbox {
  position: absolute !important;
  z-index: 100;
  margin-top: 0;
  bottom: 50%;
  left: 0;
  margin-bottom: -13px;
}
.b-footer-aother-subscribe .b-btn-subscribe {
  right: 0;
  left: initial;
  width: auto;
  padding: 0 15px;
  bottom: 0;
}
.b-footer-aother-subscribe .b-btn-subscribe:hover {
  background: #e05859;
}
.b-subscribe-subtitle {
  font-size: 30px;
  font-family: Arial, sans-serif;
  color: white;
  background: #a7100c;
  line-height: 120%;
  min-height: 48px;
  padding: 7px 20px;
}
.b-subscribe-subtitle_mt {
  margin-top: 78px;
}
.b-newspaper_grid-table {
  width: 100%;
}
.b-subscribe-submenu {
  display: block;
  margin: 0 0 50px 0;
  clear: both;
  padding-right: 300px;
  padding: 0;
}
.b-subscribe-submenu__item {
  display: inline-block;
  text-align: left;
  height: 100%;
  border-right: 1px solid #cdcdcd;
  padding: 0 10px;
}
.b-subscribe-submenu__item:last-child {
  border-right: none;
}
.b-subscribe-submenu__item a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  line-height: 100%;
  font-family: Arial, sans-serif;
  font-weight: 400;
  border-bottom: 1px dotted #096bb7;
  color: #096bb7;
}
.b-subscribe-description {
  font-size: 30px;
  font-family: Arial, sans-serif;
  padding: 0 6px;
  margin-bottom: 36px;
}
.b-subscribe-description a {
  color: #096bb7;
}
.archiveSearch {
  background-color: #dad5d4;
  margin-bottom: 30px;
  padding: 9px 14px 15px 14px;
  font-size: 13px;
  position: relative;
}
.archiveSearch .head {
  font-weight: bold;
  color: #a7100c;
  font-size: 14px;
  border-bottom: 1px solid #b6bbc2;
  padding-bottom: 7px;
  margin-bottom: 12px;
}
.archiveSearch label.sLa {
  display: block;
  clear: both;
  padding-bottom: 6px;
}
.archiveSearch input.sIn {
  border: 1px solid #b6bbc2;
  height: 25px;
  margin-bottom: 12px;
  width: 100%;
  padding: 3px 5px;
  color: #909090;
  vertical-align: top;
  float: left;
  position: relative;
}
.archiveSearch input.sm {
  width: 126px;
}
.archiveSearch p {
  padding-bottom: 6px;
  clear: both;
  margin-bottom: 0;
}
.archiveSearch .sLine {
  margin: 0 0 5px -5px;
}
.archiveSearch .sLine input {
  float: left;
  margin-top: 3px;
  position: relative;
  -webkit-appearance: radio;
}
.archiveSearch .sLine label {
  color: #909090;
  display: block;
  cursor: pointer;
  padding: 1px 0 0 23px;
}
.archiveSearch .sbmtB {
  padding: 10px 0;
  float: right;
}
a.st-button span {
  background: transparent url(/Content/images/st-btn.png) 100% -60px no-repeat;
  display: block;
  height: 30px;
  padding: 6px 25px 0;
}
a.st-button:hover {
  background-position: 0 -30px;
  outline: none;
  color: black;
}
a.st-button:hover span {
  background-position: 100% -90px;
}
.archiveSearch a.st-button {
  width: 85px;
  position: relative;
}
.archiveSearch .txt-delim {
  display: block;
  float: left;
  text-align: center;
  padding: 0 3px 0 3px;
  line-height: 25px;
  height: 25px;
  position: relative;
}
.newspaper {
  padding: 12px 0 25px 10px;
}
.newspaper .info {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.newspaper .info span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #909090;
  padding-top: 3px;
}
.pdf-download {
  height: 38px;
  font-size: 12px;
  float: left;
  background: url('/Content/images/pdf-icon.png') no-repeat 0 5px;
  padding: 5px 5px 0 42px;
  margin-top: 20px;
  margin-bottom: 21px;
}
.pdf-download a {
  color: #096bb7;
}
.pdf-download span {
  display: block;
  font-size: 12px;
  color: #909090;
  padding-top: 2px;
}
.newspaper-double-page {
  /* background: url('/Content/images/read-too-bg.png') repeat-x 0 0;*/
  padding: 25px 0 35px 0;
}
.newspaper-double-page .container {
  width: 592px;
  height: 419px;
  margin: auto;
  background: #cdd6dd;
  position: relative;
}
.readNews {
  margin-bottom: 30px;
}
.readNews .headBlock {
  background-color: #a7100c;
  color: white;
  font-size: 15px;
  padding: 6px 0px 8px 10px;
  margin-top: 12px;
  margin-bottom: 1px;
}
.readNews ul {
  /*background: url('/Content/images/read-too-bg.png') repeat-x 0 0;*/
  border-bottom: 1px solid #dbdde1;
  padding: 10px 20px 5px 10px;
}
.readNews ul li {
  padding-bottom: 8px;
}
.readNews ul li .pic {
  float: left;
  margin: 0 12px 12px 0;
}
.readNews ul li .head {
  font-weight: bold;
  font-size: 14px;
  color: #1b1b1b;
  text-decoration: none;
}
.readNews ul li .head:hover {
  color: #a7100c;
}
.readNews ul li .desc {
  font-size: 13px;
  color: #909090;
  text-decoration: none;
  display: block;
  margin: 4px 0 6px 140px;
}
.newsMenu {
  color: #cdcdcd;
  font-size: 14px;
  word-spacing: 8px;
  line-height: 25px;
  margin-top: 15px;
}
.newsMenu a {
  text-decoration: none;
  word-spacing: 0;
  white-space: nowrap;
  background: url('/Content/images/l-dot-b.gif') repeat-x 0 15px;
  color: #096bb7;
}
.newsMenu a.active {
  color: #909090;
  background: none;
}
.clear {
  clear: both;
}
.packet-wrapper .icon-wrapper {
  margin-right: 8px;
  min-width: 195px;
}
.packet-wrapper .icon-wrapper a {
  display: block;
}
.packet-wrapper.accounting-news .icon-wrapper a {
  padding-left: 26px;
}
.packet-wrapper.electronic-version .icon-wrapper a {
  padding-left: 0;
}
.packet-wrapper.dp-newspapper .icon-wrapper a {
  padding-left: 0;
}
.packet-wrapper.packet-dp-news .icon-wrapper a {
  padding-left: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:before,
.container:before,
.container-fluid:before,
.row:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.container:after,
.container-fluid:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
  float: none;
}
.clearfix,
.dl-horizontal dd,
.form-horizontal .form-group,
.container,
.container-fluid,
.row {
  *clear: both;
  zoom: 1;
}
.packet-wrapper .description-wrapper {
  width: 270px;
  margin-right: 10px;
  word-wrap: break-word;
}
.packet-wrapper .content-section .description-wrapper .head-section {
  font-weight: bold;
  margin-bottom: 20px;
}
.packet-wrapper .price-settings-wrapper .tarrifs-wrapper input {
  width: auto;
  margin-left: 0;
}
.price-settings-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 300px;
}
.price-settings-wrapper .tarrifs-wrapper input {
  width: auto;
  margin-left: 0;
}
.price-settings-wrapper .price-result-wrapper {
  padding-top: 6px;
  font-size: 30px;
  color: black;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
}
.price-settings-wrapper .to-buy-button {
  display: block;
  width: 74px;
  height: 28px;
  margin-top: 13px;
  margin-left: 20px;
  background: url('/Content/images/buyingIcon.png') 0 0 no-repeat;
}
.packet-wrapper .price-settings-wrapper .price-result-wrapper {
  padding-top: 6px;
  font-size: 30px;
  color: black;
  margin-bottom: 20px;
}
.packet-wrapper .to-buy-button {
  display: block;
  width: 74px;
  height: 28px;
  background: url('/Content/images/buyingIcon.png') 0 0 no-repeat;
}
.packet-wrapper {
  color: black;
  margin-bottom: 45px;
}
.packet-wrapper .description-wrapper p {
  margin-bottom: 20px;
}
.packet-wrapper .w-header .head {
  min-width: 327px;
}
.r-column .subs-page .info {
  color: black;
}
.r-column .subs-page h1 {
  color: #dc1920;
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 16px;
  padding: 0;
}
.packet-wrapper .w-header {
  margin-bottom: 28px;
}
.subs-page-wrapper .content-section .description-wrapper h2 {
  line-height: 25px;
}
.b-rubrics-title {
  margin-top: 28px;
  margin-bottom: 18px;
}
.b-static-page {
  margin-bottom: 45px;
}
.b-static-page a {
  color: #096bb7;
}
.b-static-page input {
  -webkit-appearance: radio;
}
.b-static-page h2 {
  margin-bottom: 10px;
}
.b-static-page ul {
  margin: 0;
  padding: 0;
  display: block;
}
.b-static-page ul li {
  display: block;
}
.b-static-page label {
  cursor: pointer;
  font-family: Arial, sans-serif;
}
.b-articles-list .b-table_fixed .b-inline-article__header {
  padding-left: 0;
}
.b-articles-list .b-table_fixed .b-inline-article__preview {
  padding-left: 0;
}
.b-hide {
  display: none;
}
.infoblock-container {
  margin: 1px 15px;
  font-family: Arial, sans-serif;
}
.infoblock {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 7px;
}
.infoblock-header {
  margin: 10px 0 50px;
  padding-right: 10px;
}
.infoblock-person {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 25px;
}
.infoblock-info {
  display: table-cell;
  vertical-align: top;
  padding: 15px 60px 0 0;
}
.infoblock-inner-image {
  padding: 0 5px 0 0;
}
.infoblock-inner-text {
  display: inline-block;
  vertical-align: top;
}
.infoblock-p-red {
  color: #a7100c;
  font-weight: 700;
  padding: 0 0 2px;
  margin-bottom: 10px !important;
}
.infoblock-p {
  margin-bottom: 0 !important;
}
.infoblock-p a {
  color: #5095e1;
}
.infoblock-spaced {
  padding: 15px 0 20px;
}
.mapblock {
  clear: both;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 5px 0;
}
.infoblock-p.infoblock-header {
  margin-bottom: 23px !important;
}
.b-photodp {
  width: 150px;
  height: 216px;
  display: block;
}
.b-article-slider-item__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}
.b-article-slider-item__wrapper .b-table__cell {
  text-align: center;
  height: 100%;
}
.b-article-slider-item__wrapper .b-table__cell img {
  display: inline-block;
  max-height: 525px;
  max-width: none;
  height: 100%;
}
.b-counter-wiw {
  width: 456px;
  float: right;
  background: #fffbf2;
  height: 57px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 10px;
  color: black;
  clear: both;
}
.b-counter-wiw:before,
.b-counter-wiw:after {
  content: " ";
  display: table;
}
.b-counter-wiw:after {
  clear: both;
}
.b-counter-wiw:before,
.b-counter-wiw:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-counter-wiw:after {
  clear: both;
  float: none;
}
.b-counter-wiw:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-counter-wiw:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
.b-counter-wiw__person {
  width: 50%;
  float: left;
}
.b-counter-wiw__company {
  width: 50%;
  float: right;
}
.b-counter-wiw-company,
.b-counter-wiw-person {
  font-family: Arial, sans-serif;
}
.b-counter-wiw-company__count,
.b-counter-wiw-person__count {
  font-size: 25px;
  color: #a7100c;
  height: 25px;
  font-weight: 700;
  width: 68px;
  text-align: center;
  margin-right: 15px;
}
.b-counter-wiw-company__title,
.b-counter-wiw-person__title {
  font-size: 13px;
  width: 68px;
  text-align: center;
  color: #9b9b9b;
  margin-right: 15px;
}
.b-counter-wiw-company__btn,
.b-counter-wiw-person__btn {
  display: block;
  width: 102px;
  height: 26px;
  overflow: hidden;
  background: url('/Content/images/new/btn-add.png') no-repeat 0 0;
  text-indent: -500px;
  margin: 5px 24px 0 0;
  cursor: pointer;
  float: right;
}
.b-counter-wiw-company__btn:hover,
.b-counter-wiw-person__btn:hover {
  background-position: 0 100%;
}
.other-region {
  width: 126px;
  top: 171px;
  position: absolute;
  left: 50%;
  margin-left: -63px;
}
.our-region {
  width: 146px;
  top: 183px;
  position: absolute;
  left: 50%;
  margin-left: -73px;
}
.b-partners-anchor {
  display: none;
}
.previewInfo {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  margin-left: 10px;
}
.b-ordinary-padding {
  padding: 6px;
}
.b-newspaper .b-inline-article__photo-outer {
  height: auto;
}
.b-newspaper__gid-table {
  width: 100%;
}
.b-empty-image .b-inline-article__preview {
  padding-left: 0;
}
.msg_error {
  text-align: left;
  padding: 25px;
  background: url('/Content/images/gfx/news_grad.png') repeat-x 0 0;
}
.msg_error h1 {
  font: bold 18px Arial, sans-serif;
  color: black;
  padding-bottom: 5px;
}
.msg_error .label {
  padding: 0;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  border-radius: 0;
  display: block;
  line-height: inherit;
  font-family: Georgia, Arial, sans-serif;
}
.msg_error span {
  font-size: 13px;
}
.msg_error input,
.msg_error textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  color: black;
  font-family: Georgia, Arial, sans-serif;
}
.msg_error input {
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
}
.msg_error textarea {
  height: 55px;
  padding: 5px;
  resize: none;
  height: 80px;
}
.msg_error img {
  vertical-align: top;
}
.msg_error .nupp {
  height: 30px;
  width: 150px;
  margin-top: 18px;
}
.dp-gazeta,
.dp-bw {
  background: #f1d9c5 url('/Content/images/bg-gazeta.png') repeat-y 0 0;
  padding: 14px 0 0 20px;
  margin-bottom: 19px;
  height: 214px;
  width: 240px;
  margin: 0 auto;
}
.dp-gazeta ul,
.dp-bw ul {
  margin-left: 0;
  display: block;
  padding-left: 0;
}
.dp-bw {
  background: #dad5d4 url('/Content/images/bg-gazeta-grey.png') repeat-y 0 0;
}
.dp-gazeta .header,
.dp-bw .header {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 9px;
}
.dp-gazeta .header a,
.dp-bw .header a {
  color: #a7100c;
  text-decoration: none;
}
.dp-gazeta .cover,
.dp-bw .cover {
  float: left;
  width: 110px;
  height: 160px;
  margin-right: 10px;
  -moz-box-shadow: 0 0 5px #d5c0b1;
  -webkit-box-shadow: 0 0 5px #d5c0b1;
  box-shadow: 0 0 5px #d5c0b1;
}
.dp-gazeta .info,
.dp-bw .info {
  font-size: 11px;
  color: #a29a9a;
  margin: 0;
  float: left;
}
.dp-gazeta .info > span,
.dp-bw .info > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 2px;
}
.dp-gazeta ul,
.dp-bw ul {
  float: left;
  width: 90px;
  margin-left: 0;
  padding-left: 0;
}
.dp-gazeta ul li,
.dp-bw ul li {
  display: block;
}
.dp-gazeta .redButton,
.dp-bw .redButton {
  margin: 0 12px 30px 0;
  float: left;
}
.dp-gazeta ul li,
.dp-bw ul li {
  font-size: 11px;
  line-height: 17px;
}
.dp-gazeta ul li a,
.dp-bw ul li a {
  position: relative;
  color: #a29a9a;
}
.dp-gazeta ul li a:hover,
.dp-bw ul li a:hover {
  color: #a7100c;
}
.dp-gazeta ul li a .RErow,
.dp-bw ul li a .RErow {
  position: absolute;
  left: -2px;
  top: 3px;
  text-decoration: none;
}
.dp-gazeta ul li a span,
.dp-bw ul li a span {
  margin-left: 5px;
  display: inline-block;
  text-decoration: none;
}
.georg {
  background: url('/App_Themes/Common/i/georg.png');
  width: 101px;
  height: 30px;
  left: 95px;
  top: 7px;
  position: absolute;
}
.redButton {
  background: url('/Content/images/redbutton.png') no-repeat scroll 0 0 transparent;
  height: 45px;
  line-height: 45px;
  width: 87px;
  overflow: hidden;
}
.redButton a {
  background: url('/Content/images/redbutton.png') no-repeat scroll right -45px transparent;
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
}
.RErow {
  background: url(/Content/images/content_new.png) left top no-repeat;
  display: block;
  width: 6px;
  height: 8px;
  background-position: -5px -1px;
}
.dp-gazeta {
  margin-bottom: 20px;
}
.b-partners-wrap {
  margin-top: 10px;
}
.ArticleContent P IMG {
  margin-right: 13px;
  margin-bottom: 3px;
  margin-top: 0.2em;
  float: none;
}
.ArticleContent table.articleTable {
  border-collapse: collapse;
}
.ArticleContent .articleTable td {
  border: solid 1px;
  padding: 4px;
  text-align: left;
  vertical-align: middle;
  background: white;
}
.ArticleContent a {
  color: #096bb7;
}
.ArticleContent .articleTable td,
.ArticleContent .articleTable td p {
  font-size: 13px;
}
#popTopics h3 {
  padding-bottom: 4px;
  font-weight: 700;
}
#popTopics div {
  position: relative;
  padding: 0 0 4px 0;
  margin-top: 9px;
}
#popTopics span {
  font-size: 12px;
  color: #a7100c;
  position: absolute;
  top: 0;
  right: 0;
  -right: 10px;
}
.blogsTop {
  background: #dad5d4;
  padding: 11px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blogsTop h3 {
  font-size: 16px;
  color: #a7100c;
}
.blogsTop a {
  color: #4690c9;
  font-size: 12px;
}
.blogsTop a:hover {
  color: #a7100c;
}
.blogsTop small {
  display: block;
  color: #6e7783;
  padding: 3px 0;
  font-size: 11px;
}
.blogsTop small a {
  color: #6e7783;
  font-size: 10px;
}
.blogsTop small a:hover {
  color: #a7100c;
}
.blogsHd {
  background: #dad5d4;
  padding: 0;
  margin: 0px 0px 5px 0px;
  width: 97%;
}
.blogsHd h2 {
  margin-left: 15px;
  width: 95%;
}
.blogsHd h2 a,
.blogsHd h2 span {
  float: left;
  font-size: 14pt;
  color: #517ea1;
  padding: 0;
  line-height: 17px;
}
.blogsHd h2 span.SameBlogs {
  color: #a7100c;
}
.blogsHd strong {
  float: left;
  font-size: 16px;
  color: #464d52;
  padding: 6px 10px 5px 15px;
}
.blogsHd .blogsRating {
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #a7100c;
}
.PostBottom dt {
  color: #949a9e;
}
.PostInfo dt {
  color: #949a9e;
  float: left;
  margin-left: 15px;
}
.PostInfo dt.blogDate {
  font-size: 11px;
  margin: 0;
}
.pHeader__subtitle {
  color: #88909b;
}
.b-kek-header {
  clear: both;
}
.b-kek-header:before,
.b-kek-header:after {
  content: " ";
  display: table;
}
.b-kek-header:after {
  clear: both;
}
.b-kek-header:before,
.b-kek-header:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-kek-header:after {
  clear: both;
  float: none;
}
.b-kek-header:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-kek-header:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
.b-kek-header .pHeader {
  clear: both;
}
.b-kek-header .pHeader:before,
.b-kek-header .pHeader:after {
  content: " ";
  display: table;
}
.b-kek-header .pHeader:after {
  clear: both;
}
.b-kek-header .pHeader:before,
.b-kek-header .pHeader:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-kek-header .pHeader:after {
  clear: both;
  float: none;
}
.b-kek-header .pHeader:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-kek-header .pHeader:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
.b-kek-header p {
  clear: both;
  margin-top: 15px;
}
.b-articles-list a:hover {
  color: black;
}
.b-newspaper_top {
  padding-right: 0;
  width: 100%;
}
.b-newspaper_mb {
  margin-bottom: 55px;
  min-height: 1015px;
}
.b-data-bolgprofile {
  clear: both;
  margin-top: -10px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.b-data-bolgprofile:before,
.b-data-bolgprofile:after {
  content: " ";
  display: table;
}
.b-data-bolgprofile:after {
  clear: both;
}
.b-data-bolgprofile:before,
.b-data-bolgprofile:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-data-bolgprofile:after {
  clear: both;
  float: none;
}
.b-data-bolgprofile:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-data-bolgprofile:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
.b-data-bolgprofile__header {
  margin-bottom: 5px;
}
.b-btn-blog-profile {
  position: absolute;
  right: 0;
  top: 11px;
}
.b-recovery-password {
  color: black;
  width: 302px;
  margin: 50px auto 50px;
}
.b-recovery-password .b-recaptcha {
  margin-bottom: 15px;
}
.b-recovery-password .btn {
  float: right;
}
.b-recovery-password .form-inline {
  font-size: 16px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.b-rc-banner-400 {
  margin-bottom: 20px;
}
.b-banner-715-blogs {
  text-align: center;
}
.b-blogs-body {
  margin-bottom: 0;
}
/*Archiv catalog*/

.b-archiv-catalog-list {
  margin: 0 0 43px 0;
  padding: 0;
  font-size: 0;
  text-align: left;
  font-family: Arial, sans-serif;
}
.b-archiv-catalog-list_tall.b-magazine-list .b-archiv-catalog-list__item {
  height: 525px;
  cursor: default;
  position: relative;
}
.b-archiv-catalog-list_tall.b-magazine-list a {
  color: black;
}
.b-archiv-catalog-list_tall.b-magazine-list a.b-box-subscribe-item__btn {
  color: white;
}
.b-archiv-catalog-list_tall .b-archiv-catalog-list__item {
  height: 545px;
}
.b-archiv-catalog-list__item {
  vertical-align: top;
  display: inline-block;
  padding: 25px 34px;
  width: 300px;
  height: 455px;
  cursor: pointer;
  border: 1px solid #cfcecd;
}
.b-archiv-list-item {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0 5px 10px;
  color: black;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.b-archiv-list-item:last-child {
  margin-right: 0;
}
.b-archiv-list-item a {
  color: black;
  display: block;
  text-decoration: none;
}
.b-archiv-list-item a:hover {
  text-decoration: none;
}
.b-archiv-list-item:nth-child(4n) {
  margin-right: 0;
}
.b-archiv-list-item:hover {
  background: rgba(204, 204, 204, 0.6);
}
.b-archiv-list-item_active {
  background: rgba(204, 204, 204, 0.6);
}
.b-archiv-list-item__image {
  width: 230px;
  height: 330px;
}
.b-archiv-list-item__image img {
  max-height: 100%;
  max-width: 100%;
}
.b-archiv-list-item__image .b-table {
  height: 100%;
}
.b-archiv-list-item__count {
  margin-top: 14px;
  font-size: 16px;
  line-height: 100%;
}
.b-archiv-list-item__count b {
  font-weight: 700;
  font-size: 26px;
}
.b-archiv-list-item__date {
  font-size: 14px;
  margin-top: 5px;
  line-height: 100%;
}
.b-archiv-list-item__size {
  color: #999999;
  margin-top: 5px;
  font-size: 14px;
  line-height: 100%;
}
.b-archiv-list-item__link {
  font-size: 14px;
  color: #096bb7 !important;
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}
.b-archiv-list-item__description {
  font-size: 14px;
  color: black;
  line-height: 20px;
  margin-top: 16px;
}
.b-archiv-list-item__description em {
  color: #a7100c;
  font-weight: bold;
}
.b-archiv-list-item__description a {
  color: #a7100c;
}
.blPagin_archiv {
  padding-left: 6px;
  padding-right: 6px;
  margin: 22px 0;
}
.blPagin_archiv a {
  margin-bottom: 0;
}
.blPagin_archiv span {
  margin-bottom: 0;
}
.b-search-form-wrap-input {
  float: left;
  width: 100%;
  padding-right: 210px;
}
.b-form-range {
  font-size: 0;
  padding-top: 10px;
  width: 362px;
  float: left;
  font-family: Arial, sans-serif;
}
.b-form-range__label {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
.b-form-range__dash {
  font-size: 14px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.b-form-range__start {
  font-size: 14px;
  display: inline-block;
  width: 132px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}
.b-form-range__end {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  width: 132px;
  height: 20px;
  line-height: 20px;
}
.b-form-range input {
  font-size: 14px;
  border: 1px solid darkgray;
  padding: 0 3px 0 3px;
}
.b-form-sorting {
  padding-top: 10px;
  padding-left: 30px;
}
.b-form-sorting__label {
  display: inline-block;
}
.b-form-sorting__radio {
  cursor: pointer;
}
.b-form-sorting__radio input {
  -webkit-appearance: radio;
}
/*end Archiv catalog*/

/*��������� �����*/

.b-search-a .b-article-header_pm {
  margin-top: 19px;
  margin-bottom: 15px;
}
.b-subscribe-title_archive {
  margin-top: 17px;
}
.b-grid-100 {
  width: 100%;
}
.borderBottom-paywall {
  border-bottom: 1px solid #dad5d4;
  height: 1px;
  margin-bottom: 25px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.b-wrapper-icons-date-counter {
  font-size: 0;
  vertical-align: top;
}
/*#subBtn {
    &:hover {
        color: #000;
    }

    &:focus {
        color: #000;
    }
}*/

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 936px;
  padding: 0 0 0 16px;
  color: black;
  clear: both;
}
.wrapper_ib {
  display: inline-block;
}
.wrapper_4c {
  width: 1269px;
  max-width: 100%;
}
.wrapper__title-header {
  color: black;
  font-size: 30px;
  margin-bottom: 32px;
  padding-top: 50px;
}
.wrapper__title-header a {
  color: #096bb7;
}
.wrapper__link-footer {
  font-size: 16px;
  margin-bottom: 164px;
  margin-top: 85px;
}
.wrapper__link-footer a {
  color: #096bb7;
  font-family: Georgia;
}
.b-box-subscribe {
  font-family: Arial, sans-serif;
  margin-bottom: 55px;
  margin-top: 10px;
}
.b-box-subscribe_anchored {
  padding-top: 32px;
  margin-top: 0;
}
.b-box-subscribe__toggle {
  color: #096bb7;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 5px;
  display: inline-block;
  font-family: Georgia;
}
.b-box-subscribe__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 45px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.b-box-subscribe__title_buhvesti {
  font-size: 30px;
}
.b-box-subscribe-list {
  font-size: 0;
  text-align: left;
  margin-left: 0;
}
.b-box-subscribe-list__item {
  width: 300px;
  display: inline-block;
  border: 1px solid #cccccc;
  vertical-align: top;
}
.b-decoration-list {
  padding-left: 0;
}
.b-decoration-list_subscribe {
  margin-top: 40px;
  min-height: initial !important;
}
.b-decoration-list_subscribe_addsubscription {
  margin-top: 0;
}
.b-decoration-list__item {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.428571429;
  position: relative;
  padding-left: 21px;
  display: block;
}
.b-decoration-list__item:last-child {
  margin-bottom: 0;
}
.b-decoration-list__item:after {
  width: 11px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 4px;
  background: url('/Content/images/packages/itsok.png') no-repeat center center;
  content: '';
}
.b-decoration-list__item a {
  color: #096bb7;
}
.b-box-subscribe-item {
  height: 490px;
  margin: 0 6px 12px;
  position: relative;
  text-align: center;
  background-color: #f8ebe0;
}
.b-box-subscribe-item:first-child {
  margin-left: 0;
}
.b-box-subscribe-item:last-child {
  margin-right: 0;
}
.b-box-subscribe-item:hover {
  background: #ebe2da;
}
.b-box-subscribe-item:hover .b-box-subscribe-item__discount-description:after {
  background: -moz-linear-gradient(left, rgba(235, 226, 218, 0) 0%, rgba(235, 226, 218, 0) 50%, #ebe2da 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(235, 226, 218, 0) 0%, rgba(235, 226, 218, 0) 50%, #ebe2da 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(235, 226, 218, 0) 0%, rgba(235, 226, 218, 0) 50%, #ebe2da 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebe2da', endColorstr='#ebe2da', GradientType=1);
  /* IE6-9 */

}
.b-box-subscribe-item_colored {
  background-color: #adccc4;
}
.b-box-subscribe-item_colored .b-box-subscribe-item__discount-description:after {
  background: -moz-linear-gradient(left, rgba(173, 204, 196, 0) 0%, rgba(173, 204, 196, 0) 50%, #adccc4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(173, 204, 196, 0) 0%, rgba(173, 204, 196, 0) 50%, #adccc4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(173, 204, 196, 0) 0%, rgba(173, 204, 196, 0) 50%, #adccc4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adccc4', endColorstr='#adccc4', GradientType=1);
  /* IE6-9 */

}
.b-box-subscribe-item__period {
  font-size: 24px;
  line-height: 100%;
  margin-top: 30px;
  margin-bottom: 12px;
}
.b-box-subscribe-item__newprice {
  font-size: 56px;
  font-family: Georgia;
  margin-bottom: 55px;
}
.b-box-subscribe-item__oldprice {
  font-size: 36px;
  color: #666666;
  text-decoration: line-through;
  font-family: Georgia;
}
.b-box-subscribe-item__discount {
  width: 75px;
  height: 75px;
  margin: 0 auto 64px;
  color: white;
  font-size: 24px;
  line-height: 75px;
}
.b-box-subscribe-item__discount_active {
  background: url('/Content/images/packages/discount.png') no-repeat center center;
}
.b-box-subscribe-item__discount-description {
  height: 60px;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 145px;
  color: #666666;
  overflow: hidden;
  font-family: Arial, sans-serif;
}
.b-box-subscribe-item__discount-description:after {
  content: '';
  position: absolute;
  height: 19px;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 70px;
  background: -moz-linear-gradient(left, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 50%, #f8ebe0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 50%, #f8ebe0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 50%, #f8ebe0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8ebe0', endColorstr='#f8ebe0', GradientType=1);
  /* IE6-9 */

}
.b-box-subscribe-item__btn {
  color: white;
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 210px;
  left: 50%;
  bottom: 35px;
  border-bottom: 2px solid #a7100c;
  line-height: 45px;
  text-transform: capitalize;
  background: #bf514b;
  margin-left: -105px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.b-box-subscribe-item__btn:hover {
  color: white !important;
}
.b-box-subscribe-item_first {
  border: none;
  height: auto;
  min-height: 490px;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.b-box-subscribe-item_first:hover {
  background: #f8ebe0;
}
.b-box-subscribe-item_first img {
  margin-bottom: 40px;
}
.b-profile-wrapper-subscribe {
  max-width: 932px;
}
.b-lk-wrapper-subscribe .b-decoration-list {
  min-height: 184px;
}
.b-lk-wrapper-subscribe .b-box-subscribe__title {
  margin-bottom: 0;
  font-size: 0;
}
.b-lk-wrapper-subscribe .b-box-subscribe__title_active {
  font-size: 70px;
}
.b-lk-wrapper-subscribe .b-box-subscribe__title div {
  font-size: 40px;
  line-height: 1;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online .b-box-subscribe-item_first {
  margin-bottom: 55px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online .b-box-subscribe-item_first img {
  height: 88px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online .b-decoration-list {
  min-height: initial;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online .b-decoration-list__item {
  margin-bottom: 2px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_print .b-box-subscribe-item_first {
  margin-bottom: 55px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_print .b-box-subscribe-item_first img {
  height: 104px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_print .b-table {
  height: 104px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_print .b-decoration-list {
  min-height: initial;
}
.b-lk-wrapper-subscribe .b-box-subscribe_print .b-decoration-list__item {
  margin-bottom: 2px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online-print .b-box-subscribe-item_first {
  margin-bottom: 55px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online-print .b-box-subscribe-item_first img {
  height: 111px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online-print .b-table {
  height: 111px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online-print .b-decoration-list {
  min-height: initial;
}
.b-lk-wrapper-subscribe .b-box-subscribe_online-print .b-decoration-list__item {
  margin-bottom: 2px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_vesti .b-box-subscribe-item_first {
  margin-bottom: 55px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_vesti .b-box-subscribe-item_first img {
  height: 148px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_vesti .b-table {
  height: 148px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_vesti .b-decoration-list {
  min-height: initial;
}
.b-lk-wrapper-subscribe .b-box-subscribe_vesti .b-decoration-list__item {
  margin-bottom: 2px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_mm .b-box-subscribe-item_first {
  margin-bottom: 55px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_mm .b-box-subscribe-item_first img {
  height: 111px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_mm .b-table {
  height: 111px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_mm .b-decoration-list {
  min-height: initial;
}
.b-lk-wrapper-subscribe .b-box-subscribe_mm .b-decoration-list__item {
  margin-bottom: 2px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_marketing .b-box-subscribe-item_first {
  margin-bottom: 55px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_marketing .b-box-subscribe-item_first img {
  height: 111px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_marketing .b-table {
  height: 111px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_marketing .b-decoration-list {
  min-height: initial;
}
.b-lk-wrapper-subscribe .b-box-subscribe_marketing .b-decoration-list__item {
  margin-bottom: 2px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_bankruptcy .b-box-subscribe-item_first {
  margin-bottom: 55px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_bankruptcy .b-box-subscribe-item_first img {
  height: 111px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_bankruptcy .b-table {
  height: 111px;
}
.b-lk-wrapper-subscribe .b-box-subscribe_bankruptcy .b-decoration-list {
  min-height: initial;
}
.b-lk-wrapper-subscribe .b-box-subscribe_bankruptcy .b-decoration-list__item {
  margin-bottom: 2px;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item {
  clear: both;
  margin-bottom: 12px;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_not-active {
  height: 230px;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_not-active .b-box-subscribe-item__discount {
  display: none;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_not-active .b-box-subscribe-item__discount-description {
  display: none;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_not-active .b-box-subscribe-item__oldprice {
  display: none;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_first {
  display: block;
  width: 100%;
  height: auto;
  min-height: inherit;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_first:hover {
  background: #f8ebe0;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_first img {
  float: left;
  margin-bottom: 0;
  margin-right: 12px;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_first .b-table {
  width: auto;
}
.b-lk-wrapper-subscribe .b-box-subscribe-item_first,
.b-lk-wrapper-subscribe .b-box-subscribe__title {
  width: 100%;
}
.b-notifier-subscribe-wrapper {
  margin-bottom: 40px;
}
.b-notifier-subscribe {
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;
}
.b-notifier-subscribe_fluid {
  max-width: none;
}
.b-notifier-subscribe__images {
  height: 45px;
  float: left;
  font-size: 0;
  margin-right: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.b-notifier-subscribe__images:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.b-notifier-subscribe__images a {
  display: block;
}
.b-notifier-subscribe__content {
  height: 45px;
  font-family: Georgia;
  font-size: 12px;
}
.b-notifier-subscribe-content {
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
}
.b-notifier-subscribe-content__title {
  margin-bottom: 1.5px;
  line-height: 14px;
}
.b-notifier-subscribe-content__name {
  line-height: 14px;
  font-weight: 700;
}
.b-notifier-subscribe-content__name span {
  font-weight: 400;
}
.b-notifier-subscribe-content__margin {
  margin-top: 10px;
}
.b-notifier-subscribe-content a {
  display: inline-block;
  color: #096bb7;
  font-size: 12px;
  line-height: 12px;
}
.b-notifier-subscribe-content a:hover {
  text-decoration: none;
}
.b-payment {
  z-index: 1;
  position: relative;
}
.b-payment__description {
  font-size: 14px;
  font-family: Georgia;
  margin-top: 15px;
  margin-bottom: 91px;
}
.b-payment__description b {
  font-weight: 700;
}
.b-payment__title {
  font-size: 40px;
  line-height: 40px;
  font-family: Arial, sans-serif;
  margin-bottom: 41px;
}
.b-payment_index {
  z-index: 3;
}
.b-payment-form {
  margin-top: 43px;
}
.b-payment-form__label {
  font-size: 14px;
  cursor: pointer;
  font-family: Georgia;
  text-align: left;
  font-weight: 400;
}
.b-payment-form__label input {
  -webkit-appearance: checkbox;
  margin-bottom: 32px;
  margin-right: 8px;
  float: left;
}
.b-payment-form__label input:disabled + span {
  color: #d1d0ce;
}
.b-payment-form__label input:disabled + span a {
  color: #d1d0ce !important;
}
.b-payment-form__label a {
  text-decoration: underline;
  color: #337ab7;
}
.b-payment-form__label a:hover {
  text-decoration: none;
}
.b-payment-list {
  display: block;
  font-size: 0;
  margin-left: 0;
  padding-left: 0;
}
.b-payment-list__item {
  display: inline-block;
}
.tooltip.customClass .tooltip-inner {
  color: black;
  background-color: #f8ebe0;
  border: 1px solid silver;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-width: 300px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.tooltip.customClass .tooltip-arrow {
  display: none;
}
.b-payment-list-item {
  position: relative;
  width: 300px;
  height: 300px;
  text-align: center;
  border: 1px solid #cfcecd;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 20px;
  margin-bottom: 12px;
}
.b-payment-list-item .tooltip-container {
  position: absolute;
  right: 12px;
  z-index: 100;
  cursor: pointer;
}
.b-payment-list-item:hover {
  background: #ebe2da;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.b-payment-list-item:first-child {
  margin-left: 0;
}
.b-payment-list-item:last-child {
  margin-right: 0;
}
.b-payment-list-item__title {
  font-size: 32px;
  font-family: Georgia;
  line-height: 1;
  position: absolute;
  text-align: center;
  margin-top: 16px;
  left: 0;
  right: 0;
}
.b-payment-list-item__images {
  display: inline-block;
}
.b-payment-list-item__btn {
  color: white;
  position: absolute;
  height: 45px;
  width: 210px;
  left: 50%;
  bottom: 105px;
  border-bottom: 2px solid #a7100c;
  line-height: 45px;
  text-transform: capitalize;
  background: #bf514b;
  margin-left: -105px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.b-payment-list-item__btn:hover {
  color: white !important;
}
.b-payment-list-item__recurrent {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 10px 0 30px;
}
.b-payment-list-item__recurrent .tooltip.in {
  opacity: 1 !important;
}
.b-check-house {
  margin: 0 auto;
  width: 930px;
  padding: 17px 0;
  font-family: Arial, sans-serif;
}
.b-check-house__title {
  font-size: 40px;
  margin-bottom: 20px;
}
.b-check-house * {
  outline: none !important;
}
.b-magazine-wrap {
  margin-bottom: 75px;
}
.b-magazine-wrap__btn {
  color: white;
  font-size: 20px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 210px;
  margin: 35px auto 0;
  background: #b5b1ae;
  border-bottom: 2px solid #999999;
}
.b-magazine-wrap__btn:hover {
  color: white !important;
}
.b-magazine-wrap .b-archiv-catalog-list {
  margin-bottom: 19px;
}
.b-magazine__title {
  font-size: 40px;
  line-height: 40px;
  font-family: Arial, sans-serif;
  margin-bottom: 41px;
}
.b-result-subscribe {
  font-size: 40px;
  margin-top: 70px;
  font-family: Arial, sans-serif;
  position: relative;
  line-height: 45px;
  padding-left: 60px;
}
.b-result-subscribe:after {
  position: absolute;
  content: '';
  height: 45px;
  width: 45px;
  left: 0;
  top: 0;
  background: url('/Content/images/ok.png') center center no-repeat;
}
.b-result-subscribe_fail:after {
  background: url('/Content/images/neok.png') center center no-repeat;
  left: 0;
  top: 0;
}
.b-result-subscribe-description {
  font-size: 40px;
  margin-top: 30px;
  font-family: Arial, sans-serif;
}
.b-result-subscribe-description a {
  color: #096bb7;
}
.b-main-menu-header.b-toggle-search-bg {
  background: #a7100c;
  box-shadow: none;
}
.b-main-menu-header.b-toggle-search-bg .b-articleM-social-icon {
  display: none !important;
}
.b-frame-pdf {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
}
.b-frame-pdf__container {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -275px;
}
.b-frame-pdf__content {
  width: 700px;
  height: 400px;
  border: 0;
  margin: 0;
}
.b-frame-pdf__close {
  width: 20px;
  height: 20px;
  background: url('/Content/images/close.gif');
  position: absolute;
  right: 150px;
  top: 0;
  cursor: pointer;
}
body .b-chat {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
}
body .b-chat__description {
  font-size: 20px;
  font-style: italic;
  font-family: Georgia;
  width: 370px;
  margin: 7px auto 0;
  text-align: center;
  display: block;
  letter-spacing: -0.6px;
  text-decoration: none;
  line-height: 1.3;
  color: black;
}
body .b-chat__description:hover {
  text-decoration: underline;
  color: black;
}
body .b-chat__description:focus {
  color: black;
}
body .b-chat__icon {
  width: 60px;
  display: inline-block;
  height: 60px;
  border-radius: 60px;
}
.b-chat-icon {
  text-align: center;
}
.b-chat-icon .b-table {
  height: 100%;
}
.b-chat-icon_viber {
  background: #6f3faa;
}
.b-chat-icon_telegram {
  background: #31a8e0;
}
.b-chat-icon_vkontakte {
  background: #6b8caf;
}
.b-chat-icon_facebook {
  background: #4f69a2;
}
.b-chat-icon__viber {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjEwMS40MTUgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxMDEuNDE1IDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMjMuOTIyLDYuMDk3bC0wLjAwNi0wLjAyNmMtMC41MzEtMi4xNDYtMi45MjMtNC40NDgtNS4xMjEtNC45MjdsLTAuMDI1LTAuMDA1Yy0zLjU1NC0wLjY3OC03LjE1OC0wLjY3OC0xMC43MTEsMGwtMC4wMjUsMC4wMDVjLTIuMTk3LDAuNDc5LTQuNTksMi43ODEtNS4xMjEsNC45MjdsLTAuMDA2LDAuMDI2Yy0wLjY1NiwyLjk5Ny0wLjY1Niw2LjAzNSwwLDkuMDMybDAuMDA2LDAuMDI2YzAuNTA5LDIuMDU0LDIuNzIzLDQuMjUsNC44MzksNC44NTV2Mi4zOTVjMCwwLjg2NywxLjA1NywxLjI5MywxLjY1NywwLjY2N2wyLjQyNy0yLjUyM2MwLjUyNywwLjAzLDEuMDUzLDAuMDQ2LDEuNTc5LDAuMDQ2YzEuNzg5LDAsMy41NzktMC4xNjksNS4zNTYtMC41MDhsMC4wMjUtMC4wMDVjMi4xOTctMC40NzksNC41OS0yLjc4Miw1LjEyMS00LjkyN2wwLjAwNi0wLjAyNkMxMjQuNTc5LDEyLjEzMiwxMjQuNTc5LDkuMDk0LDEyMy45MjIsNi4wOTdMMTIzLjkyMiw2LjA5N3ogTTEyMi4wMDIsMTQuNjk0Yy0wLjM1NCwxLjQtMi4xNzEsMy4xNC0zLjYxNCwzLjQ2MmMtMS44OSwwLjM1OS0zLjc5NSwwLjUxMy01LjY5NywwLjQ2Yy0wLjAzOC0wLjAwMS0wLjA3NCwwLjAxNC0wLjEwMSwwLjA0MWMtMC4yNywwLjI3Ny0xLjc3MiwxLjgxOS0xLjc3MiwxLjgxOWwtMS44ODUsMS45MzVjLTAuMTM4LDAuMTQzLTAuMzgsMC4wNDYtMC4zOC0wLjE1M1YxOC4yOWMwLTAuMDY1LTAuMDQ3LTAuMTIxLTAuMTExLTAuMTM0YzAsMC0wLjAwMSwwLTAuMDAxLDBjLTEuNDQzLTAuMzIyLTMuMjU5LTIuMDYyLTMuNjE0LTMuNDYyYy0wLjU5MS0yLjcwOS0wLjU5MS01LjQ1NCwwLTguMTYzYzAuMzU1LTEuNCwyLjE3MS0zLjE0LDMuNjE0LTMuNDYxYzMuMzAxLTAuNjI4LDYuNjQ3LTAuNjI4LDkuOTQ3LDBjMS40NDQsMC4zMjEsMy4yNiwyLjA2MiwzLjYxNCwzLjQ2MUMxMjIuNTkzLDkuMjQsMTIyLjU5MywxMS45ODYsMTIyLjAwMiwxNC42OTRMMTIyLjAwMiwxNC42OTR6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExNi41NTUsMTYuNTI2Yy0wLjIyMi0wLjA2Ny0wLjQzMy0wLjExMy0wLjYzLTAuMTk0Yy0yLjAzNS0wLjg0NC0zLjkwOC0xLjkzNC01LjM5Mi0zLjYwNGMtMC44NDQtMC45NDktMS41MDUtMi4wMjItMi4wNjMtMy4xNTZjLTAuMjY1LTAuNTM4LTAuNDg4LTEuMDk3LTAuNzE1LTEuNjUzYy0wLjIwNy0wLjUwNywwLjA5OC0xLjAzLDAuNDItMS40MTJjMC4zMDItMC4zNTgsMC42OS0wLjYzMiwxLjExMS0wLjgzNWMwLjMyOC0wLjE1OCwwLjY1Mi0wLjA2NywwLjg5MiwwLjIxMWMwLjUxOCwwLjYwMiwwLjk5NCwxLjIzNCwxLjM3OSwxLjkzMWMwLjIzNywwLjQyOSwwLjE3MiwwLjk1My0wLjI1OCwxLjI0NWMtMC4xMDQsMC4wNzEtMC4xOTksMC4xNTQtMC4yOTcsMC4yMzRjLTAuMDg1LDAuMDcxLTAuMTY2LDAuMTQxLTAuMjI0LDAuMjM2Yy0wLjEwNywwLjE3NC0wLjExMiwwLjM3OS0wLjA0NCwwLjU2OGMwLjUzLDEuNDU2LDEuNDIzLDIuNTg4LDIuODg4LDMuMTk3YzAuMjM1LDAuMDk4LDAuNDcsMC4yMTEsMC43NCwwLjE4YzAuNDUyLTAuMDUzLDAuNTk5LTAuNTQ5LDAuOTE2LTAuODA5YzAuMzEtMC4yNTMsMC43MDYtMC4yNTcsMS4wNC0wLjA0NWMwLjMzNCwwLjIxMSwwLjY1NywwLjQzOCwwLjk3OSwwLjY2N2MwLjMxNiwwLjIyNSwwLjYzLDAuNDQ1LDAuOTIxLDAuNzAyYzAuMjgsMC4yNDcsMC4zNzcsMC41NywwLjIxOSwwLjkwNWMtMC4yODksMC42MTMtMC43MDksMS4xMjItMS4zMTUsMS40NDhDMTE2Ljk1MiwxNi40MzcsMTE2Ljc0NywxNi40NjYsMTE2LjU1NSwxNi41MjZDMTE2LjMzMiwxNi40NTgsMTE2Ljc0NywxNi40NjYsMTE2LjU1NSwxNi41MjZMMTE2LjU1NSwxNi41MjZ6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExMy40Miw0Ljk3MmMyLjY2MiwwLjA3NSw0Ljg0OSwxLjg0MSw1LjMxNyw0LjQ3M2MwLjA4LDAuNDQ5LDAuMTA4LDAuOTA3LDAuMTQ0LDEuMzYyYzAuMDE1LDAuMTkyLTAuMDk0LDAuMzc0LTAuMywwLjM3NmMtMC4yMTQsMC4wMDMtMC4zMDktMC4xNzYtMC4zMjQtMC4zNjdjLTAuMDI3LTAuMzc5LTAuMDQ2LTAuNzU5LTAuMDk5LTEuMTM1Yy0wLjI3NS0xLjk4My0xLjg1Ny0zLjYyNC0zLjgzMS0zLjk3NmMtMC4yOTctMC4wNTMtMC42MDEtMC4wNjctMC45MDItMC4wOThjLTAuMTktMC4wMi0wLjQzOS0wLjAzMS0wLjQ4MS0wLjI2OGMtMC4wMzYtMC4xOTgsMC4xMzItMC4zNTYsMC4zMjEtMC4zNjZDMTEzLjMxNyw0Ljk2OSwxMTMuMzY4LDQuOTcyLDExMy40Miw0Ljk3MkMxMTYuMDgyLDUuMDQ3LDExMy4zNjgsNC45NzIsMTEzLjQyLDQuOTcyTDExMy40Miw0Ljk3MnoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTE3LjQ2NiwxMC4yMTdjLTAuMDA1LDAuMDMzLTAuMDA3LDAuMTExLTAuMDI2LDAuMTg1Yy0wLjA3MSwwLjI2Ny0wLjQ3NiwwLjMtMC41NjksMC4wMzFjLTAuMDI4LTAuMDgtMC4wMzItMC4xNzEtMC4wMzItMC4yNTdjLTAuMDAxLTAuNTY0LTAuMTIzLTEuMTI3LTAuNDA4LTEuNjE4Yy0wLjI5My0wLjUwNC0wLjczOS0wLjkyOC0xLjI2My0xLjE4NWMtMC4zMTctMC4xNTUtMC42NTktMC4yNTItMS4wMDYtMC4zMDljLTAuMTUyLTAuMDI1LTAuMzA1LTAuMDQtMC40NTctMC4wNjJjLTAuMTg1LTAuMDI1LTAuMjg0LTAuMTQzLTAuMjc1LTAuMzI1YzAuMDA4LTAuMTcxLDAuMTMzLTAuMjk0LDAuMzE5LTAuMjgzYzAuNjExLDAuMDM1LDEuMjAxLDAuMTY3LDEuNzQ0LDAuNDU1YzEuMTA0LDAuNTg1LDEuNzM2LDEuNTA4LDEuOTIsMi43NDFjMC4wMDgsMC4wNTYsMC4wMjIsMC4xMTEsMC4wMjYsMC4xNjhDMTE3LjQ0OSw5Ljg5NiwxMTcuNDU1LDEwLjAzNCwxMTcuNDY2LDEwLjIxN0MxMTcuNDYxLDEwLjI1LDExNy40NTUsMTAuMDM0LDExNy40NjYsMTAuMjE3TDExNy40NjYsMTAuMjE3eiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTUuODEsMTAuMTUyYy0wLjIyMiwwLjAwNC0wLjM0Mi0wLjExOS0wLjM2NS0wLjMyNGMtMC4wMTYtMC4xNDItMC4wMjgtMC4yODYtMC4wNjMtMC40MjVjLTAuMDY3LTAuMjczLTAuMjEyLTAuNTI1LTAuNDQxLTAuNjkzYy0wLjEwOC0wLjA3OS0wLjIzMS0wLjEzNi0wLjM2LTAuMTc0Yy0wLjE2My0wLjA0Ny0wLjMzMy0wLjAzNC0wLjQ5Ni0wLjA3NGMtMC4xNzctMC4wNDMtMC4yNzUtMC4xODctMC4yNDctMC4zNTNjMC4wMjUtMC4xNTEsMC4xNzItMC4yNjksMC4zMzgtMC4yNTdjMS4wMzIsMC4wNzQsMS43NywwLjYwOCwxLjg3NSwxLjgyM2MwLjAwOCwwLjA4NiwwLjAxNiwwLjE3Ni0wLjAwMywwLjI1OEMxMTYuMDE1LDEwLjA3NSwxMTUuOTExLDEwLjE0NiwxMTUuODEsMTAuMTUyQzExNS41ODcsMTAuMTU3LDExNS45MTEsMTAuMTQ2LDExNS44MSwxMC4xNTJMMTE1LjgxLDEwLjE1MnoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTE2LjU1NSwxNi41MjZDMTE2Ljc0NywxNi40NjYsMTE2LjMzMiwxNi40NTgsMTE2LjU1NSwxNi41MjZMMTE2LjU1NSwxNi41MjZ6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExMy40Miw0Ljk3MmMwLjAwMiwwLDAuMDA0LDAsMC4wMDYsMEMxMTMuNTc0LDQuOTc4LDExNS45NzcsNS4wNDQsMTEzLjQyLDQuOTcyTDExMy40Miw0Ljk3MnoiLz48cGF0aCBmaWxsPSIjRDFEMUQxIiBkPSJNMTE3LjIzOCw2LjU1NiIvPjxwYXRoIGZpbGw9IiNEMUQxRDEiIGQ9Ik0xMTcuNDEyLDkuNTkiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTE3LjQ2NiwxMC4yMTdDMTE3LjQ1NSwxMC4wMzQsMTE3LjQ2MSwxMC4yNSwxMTcuNDY2LDEwLjIxN0wxMTcuNDY2LDEwLjIxN3oiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTE1LjgxLDEwLjE1MmMwLjAwNCwwLDAuMDA3LTAuMDAyLDAuMDEtMC4wMDJjLTAuMDEsMC0wLjAyNCwwLTAuMDM5LDAuMDAxQzExNS43OTEsMTAuMTUxLDExNS44LDEwLjE1MiwxMTUuODEsMTAuMTUyTDExNS44MSwxMC4xNTJ6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExNS44MSwxMC4xNTJjLTAuMDEsMC0wLjAxOS0wLjAwMS0wLjAyOC0wLjAwMkMxMTUuNzMzLDEwLjE1MiwxMTUuNjg0LDEwLjE1NSwxMTUuODEsMTAuMTUyTDExNS44MSwxMC4xNTJ6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExNS44MiwxMC4xNWMtMC4wMDMsMC0wLjAwNywwLjAwMi0wLjAxLDAuMDAyQzExNS44MzYsMTAuMTUsMTE1LjgzNCwxMC4xNSwxMTUuODIsMTAuMTVMMTE1LjgyLDEwLjE1eiIvPjxwYXRoIGZpbGw9IiNEMUQxRDEiIGQ9Ik0xMTUuMzQsOC4yMzkiLz48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-size: contain;
}
.b-chat-icon__telegram {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAQAAADMt26FAAAB50lEQVQoz2P4z4AfAgEjAwsDL4MYgxADGyHFTAycDCKehvs6X19/c5ZBBLdCRgZWBn4G2Tnxt3b9/v4fCH59ZZDGrpSZgYtBLNHqyJQPT/7DwdMLDBKYZrIxCPArrs69d/jvH5Civ7/3b3v6EMQ6t5RBENVMHgaJIuczC768hpn47Hp5yd3zEPamEqCdUA+xMwjpqW+ufHr23z+Y0h+fN/e4B7+8A+Pn2gNDCGg9B4NEm9/lNd8/Itz5/9+t3d4u2WGfXsAEvr5jkAOqZWCebvb26n8U8OHJnHQG9f6kH0gGPDgODHkgYFlk8+4awgl/fp6eo6bBIL+67PdPZCNOzmYQgMQZJ4N4otXu5ntHfn779KIwEGiK9N6ef39RbVyRCVTHgIgSHgYxM8uPNxgUuaQuLPmPDv4FmwBDjgE1zEVf72303tuCofj/x2cMMiCPokYSz+myU1NObcRUfmcvgyjI5ajKWVL0Xl24ehKk4P7F//8Qyg9PZODDVM7IIPb8zOd3//8fn8WgsawAEZBzYoGxg64cqIH3ONDl5+YAExMbA1+23fNLYH/+MdQCexRDOYuK6FIXBmEGFrBdHALyp+f8+/PmMtDljFiUg9MPMwMTQjuDUJd1qhowTTFgVY4lmwC1Q81mAADYl+/VuqzPEQAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: -2px 2px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-size: contain;
}
.b-chat-icon__vkontakte {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDM0IDE5Ij48cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMS41NTg0OTgyLDEuMjg2NTU1MjcgQzMxLjc4MDg4OTQsMC41NDQ5NDI5NjkgMzEuNTU4NDk4NCwwIDMwLjUwMDA2MSwwIEwyNy4wMDAwNjEsMCBDMjYuMTEwMTI2MywwIDI1LjY5OTg1MzYsMC40NzA3NTA4NzYgMjUuNDc3MzM5MSwwLjk4OTg0ODYyOCBDMjUuNDc3MzM5MSwwLjk4OTg0ODYyOCAyMy42OTc0Njk1LDUuMzI4MjM0MzIgMjEuMTc2MDQ5NCw4LjE0NjI5OTM1IEMyMC4zNjAzMDY4LDguOTYyMDQyMDIgMTkuOTg5NDY5Nyw5LjIyMTU5MDkgMTkuNTQ0NTAyNCw5LjIyMTU5MDkgQzE5LjMyMjA0OTUsOS4yMjE1OTA5IDE4Ljk4ODMwODYsOC45NjIwNDIwMiAxOC45ODgzMDg2LDguMjIwNDkxNDQgTDE4Ljk4ODMwODYsMS4yODY1NTUyNyBDMTguOTg4MzA4NiwwLjM5NjYyMDUwOCAxOC43NDE3MzUxLDAgMTguMDAwMDYxLDAgTDEyLjUwMDA2MSwwIEMxMS45NDM5MjksMCAxMS42MDk0NjY3LDAuNDEzMDM5MDU3IDExLjYwOTQ2NjcsMC44MDQ0OTE4NDQgQzExLjYwOTQ2NjcsMS42NDgxMzM3MSAxMi44NzAxMTUxLDEuODQyNjg3MzUgMTMuMDAwMDYxLDQuMjE1ODQ2NzIgTDEzLjAwMDA2MSw5LjM2OTk3NTA4IEMxMy4wMDAwNjEsMTAuNSAxMi43OTU5ODQ3LDEwLjcwNDg3NzIgMTIuMzUxMDE3MywxMC43MDQ4NzcyIEMxMS4xNjQ0OTk0LDEwLjcwNDg3NzIgOC4yNzgyOTExNiw2LjM0NzExMDI1IDYuNTY2NTAzMDYsMS4zNjA2ODU2NCBDNi4yMzEwMzM4MywwLjM5MTQ5NzQyNyA1Ljg5NDU2MzM3LDAgNS4wMDAwNjEwNCwwIEwxLjUwMDA2MTA0LDAgQzAuNTAwMDYxMDM1LDAgMC4zMDAwNDg4MjgsMC40NzA3NTA4NzYgMC4zMDAwNDg4MjgsMC45ODk4NDg2MjggQzAuMzAwMDQ4ODI4LDEuOTE2ODc5NDQgMS40ODY2Mjg1Miw2LjUxNDgxNCA1LjgyNDk1MjQ4LDEyLjU5NTkxMTUgQzguNzE3MTQ3ODgsMTYuNzQ4ODE2OSAxMi43OTIwNjEyLDE5IDE2LjUwMDA2MSwxOSBDMTguNzI0ODM2MiwxOSAxOS4wMDAwNjEsMTguNSAxOS4wMDAwNjEsMTcuNjM4NzUxNyBMMTkuMDAwMDYxLDE0LjUgQzE5LjAwMDA2MSwxMy41IDE5LjIxMDgyMzEsMTMuMzAwNDI3NyAxOS45MTUzMzk0LDEzLjMwMDQyNzcgQzIwLjQzNDQzNzEsMTMuMzAwNDI3NyAyMS4zMjQzNzE5LDEzLjU1OTk3NjYgMjMuNDAwODg2MywxNS41NjIyOTg5IEMyNS43NzM5ODQsMTcuOTM1Mzk2NiAyNi4xNjUyMjA2LDE5IDI3LjUwMDA2MSwxOSBMMzEuMDAwMDYxLDE5IEMzMi4wMDAwNjEsMTkgMzIuNTAwMDYxLDE4LjUgMzIuMjExNjE4OCwxNy41MTMyNzggQzMxLjg5NTk3NjUsMTYuNTI5ODUyNyAzMC43NjI5NTA1LDE1LjEwMzAzMzYgMjkuMjU5NTMxLDEzLjQxMTY1NDEgQzI4LjQ0MzcyNjYsMTIuNDQ3NTg5IDI3LjIyMDExMjYsMTEuNDA5MzkzNSAyNi44NDkyNzU1LDEwLjg5MDE3MjMgQzI2LjMzMDE3NzgsMTAuMjIyODEzOCAyNi40Nzg1MDAzLDkuOTI2MTA3MTYgMjYuODQ5Mjc1NSw5LjMzMjg3OTA0IEMyNi44NDkyNzU1LDkuMzMyODc5MDQgMzEuMTEzNTMwOSwzLjMyNTkxMTk2IDMxLjU1ODQ5ODIsMS4yODY1NTUyNyBaIi8+PC9zdmc+');
  background-repeat: no-repeat;
  width: 40px;
  height: 22px;
  margin: 0 auto;
  background-size: contain;
}
.b-chat-icon__facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGRjsiIGQ9Ik0xMzQuOTQxLDI3Mi42OTFoNTYuMTIzdjIzMS4wNTFjMCw0LjU2MiwzLjY5Niw4LjI1OCw4LjI1OCw4LjI1OGg5NS4xNTkgIGM0LjU2MiwwLDguMjU4LTMuNjk2LDguMjU4LTguMjU4VjI3My43OGg2NC41MTljNC4xOTUsMCw3LjcyNS0zLjE0OCw4LjIwNC03LjMxNWw5Ljc5OS04NS4wNjFjMC4yNjktMi4zNC0wLjQ3Mi00LjY4NC0yLjAzOC02LjQ0ICBjLTEuNTY3LTEuNzU3LTMuODEtMi43NjMtNi4xNjQtMi43NjNoLTc0LjMxNlYxMTguODhjMC0xNi4wNzMsOC42NTQtMjQuMjI0LDI1LjcyNi0yNC4yMjRjMi40MzMsMCw0OC41OSwwLDQ4LjU5LDAgIGM0LjU2MiwwLDguMjU4LTMuNjk4LDguMjU4LTguMjU4VjguMzE5YzAtNC41NjItMy42OTYtOC4yNTgtOC4yNTgtOC4yNThoLTY2Ljk2NUMzMDkuNjIyLDAuMDM4LDMwOC41NzMsMCwzMDcuMDI3LDAgIGMtMTEuNjE5LDAtNTIuMDA2LDIuMjgxLTgzLjkwOSwzMS42M2MtMzUuMzQ4LDMyLjUyNC0zMC40MzQsNzEuNDY1LTI5LjI2LDc4LjIxN3Y2Mi4zNTJoLTU4LjkxOGMtNC41NjIsMC04LjI1OCwzLjY5Ni04LjI1OCw4LjI1OCAgdjgzLjk3NUMxMjYuNjgzLDI2OC45OTMsMTMwLjM3OSwyNzIuNjkxLDEzNC45NDEsMjcyLjY5MXoiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+');
  background-repeat: no-repeat;
  width: 40px;
  height: 38px;
  margin: 0 auto;
  background-size: contain;
}
.b-wrap-select {
  clear: both;
}
.b-wrap-select:before,
.b-wrap-select:after {
  content: " ";
  display: table;
}
.b-wrap-select:after {
  clear: both;
}
.b-wrap-select:before,
.b-wrap-select:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-wrap-select:after {
  clear: both;
  float: none;
}
.b-wrap-select:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-wrap-select:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
.b-wrap-select-label {
  font-size: 16px;
}
.b-wrap-select__name {
  font-size: 30px;
  margin-bottom: 5px;
}
.b-wrap-select .caret {
  border-top: 10px solid #afaca9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom-color: #afaca9;
}
.b-wrap-select .btn {
  border-radius: 0;
  padding: 0 12px;
}
.b-wrap-select .form-control {
  border: 1px solid #cccccc;
  background: #ebe2da;
  border-radius: 0;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  width: 100% !important;
}
.b-wrap-select .ui-select-match-text {
  height: 60px;
  line-height: 60px;
  display: block;
}
.b-wrap-select .ui-select-match-text span {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.b-wrap-select .dropdown-menu {
  border-radius: 0;
  border: 1px solid #cccccc;
  padding: 0px 0;
  min-width: 140px;
}
.b-wrap-select .dropdown-menu .ui-select-choices-row {
  font-size: 1.6rem;
  padding: 3px 15px;
}
.b-wrap-select .dropdown-menu .ui-select-choices-row span {
  color: black;
  padding: 3px 0;
}
.b-wrap-select .dropdown-menu .ui-select-choices-row.active {
  background-color: #ebe2da;
}
.b-wrap-select .dropdown-menu .ui-select-choices-row.active span {
  color: black;
  background: transparent;
}
.b-wrap-select .ng-empty .btn-default {
  background: rgba(214, 25, 32, 0.3);
  border: 1px solid #d61920;
}
.b-wrap-select .ng-empty .btn-default[disabled] {
  border: 1px solid #cccccc;
  background: #ebe2da;
}
.b-wrap-select .b-make-red .btn-default {
  background: rgba(214, 25, 32, 0.3);
  border: 1px solid #d61920;
}
.b-wrap-select .b-make-red .btn-default[disabled] {
  border: 1px solid #cccccc;
  background: #ebe2da;
}
.btn-default[disabled] {
  border: 1px solid #cccccc !important;
  background: #ebe2da !important;
}
.btn-default[disabled]:active,
.btn-default[disabled]:hover {
  border: 1px solid #cccccc;
  background: #ebe2da;
}
.b-wrap-select-street {
  width: 590px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.b-wrap-select-street .btn-default {
  border: 1px solid #cccccc !important;
  background: #ebe2da !important;
}
.b-wrap-select-house {
  width: 70px;
  margin-right: 15px;
  float: left;
  width: 140px;
}
.b-wrap-select-lit {
  width: 70px;
  float: left;
  width: 170px;
}
.b-wrap-options {
  width: 100%;
  background: #ebe2da;
  font-size: 20px;
  margin-bottom: 35px;
  margin-top: 30px;
  padding: 20px 20px 15px;
}
.b-wrap-options__title {
  font-size: 20px;
  margin-bottom: 10px;
  width: 300px;
  float: left;
  color: #9e9a98;
}
.b-wrap-options__name-zhkh {
  font-weight: 700;
  margin-bottom: 20px;
  width: auto;
  float: left;
  max-width: 660px;
}
.b-wrap-square {
  margin-bottom: 10px;
}
.b-wrap-square__name {
  font-size: 20px;
  width: 300px;
  color: #9e9a98;
}
.b-wrap-square__size {
  font-weight: 700;
  width: auto;
  float: left;
  max-width: 660px;
}
.b-list-info-box {
  font-size: 0;
  padding: 0;
  margin: 0;
}
.b-list-info-box-item {
  text-align: center;
  width: 300px;
  position: relative;
  background: #ebe2da;
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 20px;
  margin-right: 15px;
}
.b-list-info-box-item__title {
  background: #e78280;
  border-bottom: 2px solid #de4d50;
  width: 100%;
  font-size: 20px;
  color: white;
  padding: 13px 0;
}
.b-list-info-box-item:first-child {
  margin-right: 10px;
}
.b-list-info-box-item:nth-child(1) {
  margin-right: 15px;
}
.b-list-info-box-item:nth-child(3) {
  margin-right: 0;
}
.b-list-info-box-item__sum {
  font-size: 25px;
  color: #aca9a8;
  margin-top: 30px;
  padding: 0 1rem 0.5rem;
}
.b-list-info-box-item__sub-sum {
  font-size: 15px;
  color: #aca9a8;
  padding-bottom: 1rem;
  margin-top: 10px;
  border-bottom: 2px solid #d2ccc7;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.b-list-info-box-item__final-prise {
  font-size: 35px;
  color: #d34f54;
  position: relative;
  margin-top: 25px;
}
.dp-button {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  display: block;
  padding: 0;
}
.dp-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.dp-button .b-wrapper-button {
  width: auto;
}
.dp-button .b-wrapper-button__content {
  white-space: nowrap;
  width: auto;
  margin: 0 2px;
}
.b-grid__col_1w > a {
  max-height: 400px;
  display: block;
}
.b-eye-icon-password {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxnPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLDRDNC4wNjMsNC0wLjAxMiwxMi0wLjAxMiwxMlMzLjA2MywyMCwxMiwyMCAgICBjOC4wOTMsMCwxMi4wMTEtNy45NjksMTIuMDExLTcuOTY5UzIwLjA2Miw0LDEyLDR6IE0xMi4wMTgsMTdjLTIuOTAyLDAtNS0yLjE4OC01LTVjMC0yLjgxMywyLjA5OC01LDUtNWMyLjkwMiwwLDUsMi4xODcsNSw1ICAgIEMxNy4wMTgsMTQuODEyLDE0LjkyLDE3LDEyLjAxOCwxN3ogTTEyLjAxOCw5Yy0xLjY1OCwwLjAwMy0zLDEuMzkzLTMsM2MwLDEuNjA2LDEuMzQyLDMsMywzYzEuNjU4LDAsMy0xLjM5NSwzLTMgICAgQzE1LjAxOCwxMC4zOTIsMTMuNjc2LDguOTk3LDEyLjAxOCw5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
  height: 24px;
  width: 21px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: 21px;
  margin: 0;
  right: 6px;
  opacity: 0.3;
  cursor: pointer;
}
.has-error_register {
  color: #a7100c !important;
  font-size: 12px !important;
  font-family: Arial, sans-serif;
}
.has-error_border {
  border: 1px solid #a7100c !important;
}
.main-profile-form {
  padding-left: 10px;
}
.form-element {
  margin: 10px 10px;
  font-size: 16px;
}
.form-group__password {
  margin-bottom: 0 !important;
}
.b-nbtn {
  background: #bf514b;
  color: white;
  font-size: 20px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 2px solid #a7100c;
  outline: none;
  font-family: Arial, sans-serif;
}
.b-nbtn_enter {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0;
  padding-left: 0;
  width: 212px;
}
.b-nbtn_register {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0;
  padding-left: 0;
  width: 212px;
}
.b-nbtn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
@media screen and (max-width: 1680px) {
  /*.b-article-grid-layout__right-column {
          & .b-grid__col_1w {
              width: 306px;
          }
      }*/
}
/*3 column*/

@media screen and (max-width: 1260px) and (min-width: 1000px) {
  .b-decoration-list {
    min-height: 184px;
    padding-left: 0;
  }
  .b-box-subscribe_online .b-box-subscribe-item_first {
    margin-bottom: 55px;
  }
  .b-box-subscribe_online .b-box-subscribe-item_first img {
    height: 88px;
  }
  .b-box-subscribe_online .b-decoration-list {
    min-height: initial;
  }
  .b-box-subscribe_online .b-decoration-list__item {
    margin-bottom: 2px;
  }
  .b-box-subscribe_print .b-box-subscribe-item_first {
    margin-bottom: 55px;
  }
  .b-box-subscribe_print .b-box-subscribe-item_first img {
    height: 104px;
  }
  .b-box-subscribe_print .b-table {
    height: 104px;
  }
  .b-box-subscribe_print .b-decoration-list {
    min-height: initial;
  }
  .b-box-subscribe_print .b-decoration-list__item {
    margin-bottom: 2px;
  }
  .b-box-subscribe_online-print .b-box-subscribe-item_first {
    margin-bottom: 55px;
  }
  .b-box-subscribe_online-print .b-box-subscribe-item_first img {
    height: 111px;
  }
  .b-box-subscribe_online-print .b-table {
    height: 111px;
  }
  .b-box-subscribe_online-print .b-decoration-list {
    min-height: initial;
  }
  .b-box-subscribe_online-print .b-decoration-list__item {
    margin-bottom: 2px;
  }
  .b-box-subscribe_vesti .b-box-subscribe-item_first {
    margin-bottom: 55px;
  }
  .b-box-subscribe_vesti .b-box-subscribe-item_first img {
    height: 148px;
  }
  .b-box-subscribe_vesti .b-table {
    height: 148px;
  }
  .b-box-subscribe_vesti .b-decoration-list {
    min-height: initial;
  }
  .b-box-subscribe_vesti .b-decoration-list__item {
    margin-bottom: 2px;
  }
  .b-box-subscribe_mm .b-box-subscribe-item_first {
    margin-bottom: 55px;
  }
  .b-box-subscribe_mm .b-box-subscribe-item_first img {
    height: 111px;
  }
  .b-box-subscribe_mm .b-table {
    height: 111px;
  }
  .b-box-subscribe_mm .b-decoration-list {
    min-height: initial;
  }
  .b-box-subscribe_mm .b-decoration-list__item {
    margin-bottom: 2px;
  }
  .b-box-subscribe_marketing .b-box-subscribe-item_first {
    margin-bottom: 55px;
  }
  .b-box-subscribe_marketing .b-box-subscribe-item_first img {
    height: 111px;
  }
  .b-box-subscribe_marketing .b-table {
    height: 111px;
  }
  .b-box-subscribe_marketing .b-decoration-list {
    min-height: initial;
  }
  .b-box-subscribe_marketing .b-decoration-list__item {
    margin-bottom: 2px;
  }
  .b-box-subscribe_bankruptcy .b-box-subscribe-item_first {
    margin-bottom: 55px;
  }
  .b-box-subscribe_bankruptcy .b-box-subscribe-item_first img {
    height: 111px;
  }
  .b-box-subscribe_bankruptcy .b-table {
    height: 111px;
  }
  .b-box-subscribe_bankruptcy .b-decoration-list {
    min-height: initial;
  }
  .b-box-subscribe_bankruptcy .b-decoration-list__item {
    margin-bottom: 2px;
  }
  .b-box-subscribe-item {
    clear: both;
    margin-bottom: 12px;
  }
  .b-box-subscribe-item_first {
    display: block;
    width: 100%;
    height: auto;
    min-height: inherit;
  }
  .b-box-subscribe-item_first:hover {
    background: #f8ebe0;
  }
  .b-box-subscribe-item_first img {
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .b-box-subscribe-item_first .b-table {
    width: auto;
  }
  .b-box-subscribe-item_first,
  .b-box-subscribe__title {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .b-payment-list-item:first-child {
    margin-left: 6px;
  }
  .b-payment-list-item:last-child {
    margin-right: 6px;
  }
  .b-payment-list {
    max-width: 920px;
  }
}
@media screen and (max-width: 1260px) {
  .b-article-grid-layout-left-column__inner {
    margin-right: 369px;
    padding: 6px 6px 6px 30px;
  }
  .b-article-grid__cell:not(.b-linkedArticle) {
    padding: 6px 30px;
  }
  .b-wrap-select-street {
    width: 304px;
  }
  .b-check-house {
    width: 100%;
  }
  .b-article-slider-footer-description-signature__author {
    width: 100%;
  }
  .b-ordinary-padding {
    padding: 0;
  }
  .previewInfo {
    margin-left: 0;
  }
  .newspaper {
    padding-left: 0;
  }
  .b-search-wrap {
    padding: 0 30px;
  }
  .main-profile-form {
    padding-left: 0 !important;
  }
  .b-data-bolgprofile {
    padding-left: 0;
  }
  .form-element {
    margin: 10px 0;
  }
  .mySubsPage {
    padding: 40px 20px 50px 24px;
  }
  .wrapper {
    padding: 0 0 0 30px;
  }
  .b-result-search.regPage {
    padding: 0;
  }
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1022px) {
  .wrapper {
    width: 100%;
  }
  .b-payment-list {
    max-width: 920px;
  }
  .b-box-subscribe-list {
    text-align: center;
  }
  .b-box-subscribe__title {
    padding-left: 6px;
    padding-right: 6px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }
  .b-box-subscribe {
    margin-bottom: 35px;
  }
  .b-box-subscribe-item:fist-child {
    margin-left: 6px;
  }
  .b-box-subscribe-item:last-child {
    margin-right: 6px;
  }
  .b-payment-list-item:first-child {
    margin-left: 6px;
  }
  .b-payment-list-item:last-child {
    margin-right: 6px;
  }
  .b-notifier-subscribe {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 710px) and (min-width: 567px) {
  .b-payment-list-item {
    width: 270px;
    height: 230px;
  }
  .b-payment-list-item:first-child {
    margin-left: 6px;
  }
  .b-payment-list-item:last-child {
    margin-right: 6px;
  }
  .b-box-subscribe-item {
    width: 270px;
    height: 441px;
  }
  .b-box-subscribe-item__newprice {
    font-size: 55px;
  }
  .b-box-subscribe-item_first {
    height: auto;
    min-height: 441px;
  }
  .b-box-subscribe__title {
    width: 100%;
  }
}
@media screen and (max-width: 566px) {
  .b-box-subscribe-item {
    width: 300px;
    height: 490px;
  }
  .b-box-subscribe-item_first {
    height: auto !important;
    min-height: inherit;
  }
  .b-box-subscribe {
    margin-bottom: 25px;
  }
  .b-box-subscribe__title {
    width: 100%;
    font-size: 40px;
  }
  .b-payment-list-item:fist-child {
    margin-left: 6px;
  }
  .b-payment-list-item:first-child {
    margin-right: 6px;
  }
  .b-notifier-subscribe {
    margin-right: 0;
  }
  .b-notifier-subscribe-content {
    white-space: normal;
    width: 220px;
  }
  .b-payment-list {
    text-align: center;
  }
}
@media screen and (max-width: 2400px) and (min-width: 1930px), screen and (max-width: 1770px) and (min-width: 1700px) {
  .b-grid {
    width: 1872px;
  }
  .b-grid__col_1w {
    width: 311px;
  }
  .b-grid__col_hidden_6c {
    display: none;
  }
  .b-grid__col_2h_6c {
    height: 824px;
  }
  .b-grid__col_2h_6c .b-grid-cell__inner {
    height: 812px;
  }
  .b-grid__col_2w_6c {
    width: 624px;
  }
  .b-grid__col_3w_6c {
    width: 934px;
  }
}
.poll-preloader {
  display: none;
  padding: 20px;
  text-align: center;
}
.bn-btn {
  color: #999999;
  background: #d4cecc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #b1aead;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  font-family: Arial, sans-serif;
  outline: none;
  min-width: 210px;
}
.bn-btn_newspaper {
  margin-bottom: 30px;
  text-decoration: none;
  font-size: 17px;
  padding: 0 11px;
  width: 76px;
  min-width: inherit;
}
.bn-btn_poll-mail {
  font-size: 17px;
  padding: 0 11px;
  height: 34px;
  line-height: 34px;
  margin-top: 10px;
  width: 139px;
  min-width: inherit;
}
.bn-btn a {
  text-decoration: none;
}
.bn-btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 0.4;
}
.bn-btn_red {
  color: white;
  background-color: #bf514b;
  border-bottom: 2px solid #a7100c;
}
/* Message error */

/* dp gazeta && bw */

.modal_error {
  left: 50%;
  TOP: 50%;
  width: 560px !important;
  TRANSFORM: TRANSLATE(-50%, -50%) !important;
  padding: 0 !important;
  position: absolute !important;
}
.modal_error .modal-content {
  box-shadow: none !important;
}
.modal_error .title {
  font-family: arial;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  color: black;
}
.modal_error .label {
  display: inline;
}
.modal_error .errorText {
  color: #a7100c;
  display: inline;
}
.modal_error .red-border {
  border: 1px solid #a7100c;
}
.modal-open {
  overflow-y: auto;
}
.tooltip.customClass .tooltip-inner {
  color: black;
  background-color: #f8ebe0;
  border: 1px solid silver;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-width: 300px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.tooltip.customClass .tooltip-arrow {
  display: none;
}
.b-link-subscribe {
  font-size: 20px;
  line-height: 22px;
  display: block;
  text-align: center;
  clear: both;
  margin-top: 40px;
}
.b-link-subscribe a {
  color: black;
  opacity: 0.5;
  font-family: Arial, sans-serif;
  text-decoration: underline;
}
.b-link-subscribe a:hover {
  color: black !important;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.b-main-block-list {
  text-align: center;
  display: block;
  width: 200px;
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
.b-main-block-list__el {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
  line-height: 1;
}
.b-main-block-list__el a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.b-main-block-list__el:after {
  content: '';
  position: absolute;
  left: -14px;
  top: -11px;
  transform: translateY(-50%);
  background-size: contain;
}
.b-main-block-el-auth:after {
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  background-image: url('/Content/images/icons/icon_man.svg');
  left: -12px;
  top: 4px;
}
.b-main-block-el-auth_active:after {
  background: url('/Content/images/icons/icon_man_smile.svg') no-repeat center center;
}
.b-main-block-el_subscribe:after {
  background-image: url(/Content/images/icon_subsc.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 30px;
  background-size: contain;
  left: -6px;
  top: 16px;
}
.b-markout-text {
  font-size: 14px;
  line-height: 120%;
  font-family: Arial, sans-serif;
  color: #b4b4b4;
  padding-top: 20px;
  padding-left: 6px;
}
body > .b-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.b-banner-z-index,
.adfoxbanners-z-index {
  position: relative;
  z-index: 0;
}
.style_label {
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 100%;
}
.b-simple-form {
  width: 100%;
}
.b-simple-form__title {
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 22px;
}
.b-simple-form__title_red {
  color: #a7100c;
}
.b-simple-form__sub_link {
  font-size: 14px;
  color: black;
  line-height: 23px;
  padding-top: 15px;
}
.b-simple-form__sub_link a {
  color: black;
  font-size: 14px;
  text-decoration: underline;
  display: inline;
}
.b-simple-form__right_side_login_form {
  font-size: 12px;
  width: 120px;
  height: 30px;
}
.b-simple-form__right_side_login_form input {
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
.b-simple-form__right_side_login_form label {
  font-size: 12px;
  color: #096bb7;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 15px;
  padding-top: 1px;
}
.b-simple-form__line {
  margin: 30px 0;
  border: 0;
  border-top: dotted 1px black;
  height: 0;
}
.b-simple-form__label {
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 100%;
  margin: 0 0 5px;
  display: inline-block;
}
.b-simple-form__top_login {
  margin-top: 30px;
}
.b-simple-form__label_checkbox {
  padding: 2px 0;
}
.b-simple-form__legend {
  margin-bottom: 15px;
}
.b-simple-form__input_checkbox {
  float: left;
  -webkit-appearance: checkbox;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.b-simple-form__radio {
  margin: 0 5px 15px 0;
}
.b-simple-form__radio_label {
  margin-top: 2px;
}
.b-simple-form__input[type="text"],
.b-simple-form__input[type="email"],
.b-simple-form__input[type="tel"],
.b-simple-form__input[type="password"],
.b-simple-form__input[type="file"],
.b-simple-form__input_placeholder {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #b5b5b5;
}
.b-simple-form__input[type="file"] {
  opacity: 0;
  filter: alpha(opacity=0);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	*/
  -moz-opacity: 0;
  position: absolute;
  /*top: 19px;*/
  left: 0;
}
.b-simple-form__input_placeholder {
  display: block;
  background: white;
  color: #979797;
  font-size: 12px;
}
.b-simple-form__input_placeholder_active {
  color: black !important;
}
.b-simple-form__with-margin {
  margin-bottom: 20px;
}
.b-simple-form__avatar-container {
  position: relative;
}
.b-simple-form__avatar-button {
  background: url("./images/searchIcon.png");
  right: 0;
  top: 0;
  position: absolute;
  width: 38px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.b-simple-form__description {
  color: #979797;
  font-size: 12px;
  margin: 5px 0 20px;
  display: block;
}
.b-simple-form__button_group-subscribe {
  margin-top: 20px;
}
.b-simple-form__datepicker {
  height: 33px;
  font-size: 100%;
  border: 1px solid #b5b5b5 !important;
  width: 135px;
  padding: 0 5px !important;
}
.b-simple-form__button_group {
  color: red;
}
.b-simple-form__button_group button {
  display: block;
  background: transparent url('/Content/images/reg/st-btn94width.png') no-repeat 0 0;
  color: black;
  font-size: 13px;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  margin: 0 8px 0 1px;
  width: 94px;
  border: 0;
  position: relative;
  text-align: center;
  line-height: 30px;
}
.b-simple-form__button_group button:hover {
  background-position: 0 -30px;
  outline: none;
  color: black;
}
.b-simple-form__button_group_register_button {
  width: 100%;
}
.b-simple-form__paddingTop {
  padding-top: 0;
}
.b-simple-form__textarea {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.b-simple-form__button_group input[type=button] {
  font-size: 14px;
  color: black;
  padding: 0 28px;
  height: 30px;
  line-height: 30px;
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f3f3 0%, #f8f8f8 45%, #eaeaea 51%, #d2d2d2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(45%, #f8f8f8), color-stop(51%, #eaeaea), color-stop(100%, #d2d2d2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #f8f8f8 45%, #eaeaea 51%, #d2d2d2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f3f3 0%, #f8f8f8 45%, #eaeaea 51%, #d2d2d2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f3f3 0%, #f8f8f8 45%, #eaeaea 51%, #d2d2d2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f3f3f3 0%, #f8f8f8 45%, #eaeaea 51%, #d2d2d2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d2d2d2', GradientType=0);
  /* IE6-9 */
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.b-simple-form__button_group__a {
  display: block;
  float: left;
  background: transparent url('/Content/images/reg/st-btn94width.png') no-repeat 0 0;
  color: black;
  font-size: 13px;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  margin: 0 8px 0 1px;
  width: 94px;
  border: 0;
  position: relative;
  top: 5px;
  text-align: center;
  line-height: 30px;
}
.b-simple-form__button_group__a:hover {
  background-position: 0 -30px;
  outline: none;
  color: black;
}
.star-red {
  color: Red;
  font-family: tahoma;
}
.yandex_rtb__triple {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.yandex_rtb iframe {
  margin-bottom: 30px;
}
.popup-error {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: fixed;
  display: block;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 1px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 1px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 1px 1px rgba(50, 50, 50, 0.75);
  z-index: 1000;
  width: 300px;
  min-height: 80px;
  background: white;
  font-size: 11px;
  font-weight: 700;
  margin: 0 auto;
  left: 50%;
  right: 50%;
  top: 50%;
}
.popup-error__text {
  color: black;
  font-size: 12px;
  padding: 0 5px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup-error__text span {
  font-weight: 400;
}
.popup-error__btn {
  padding: 5px;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
  text-align: center;
  background: #a7100c;
  color: white;
  display: block;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
}
.b-modal-popup {
  z-index: 10;
  width: auto;
  padding: 10px 6% 15px 2%;
  position: relative;
  background: white;
  border: 1px solid black;
  position: absolute;
  display: none;
}
.b-modal-popup__close {
  background: url("/content/images/search-close-icon.png") no-repeat center center;
  width: 22px;
  height: 22px;
  top: 5px;
  right: 5px;
  position: absolute;
  cursor: pointer;
}
.b-modal-popup p {
  font-size: 13px;
  margin-bottom: 15px;
  color: black;
}
.b-modal-popup__list {
  display: table;
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
.b-modal-popup__list li {
  display: table-cell;
  text-align: center;
  margin-bottom: 5px;
  padding: 0 3px;
}
.b-modal-popup__list li a {
  background: #a7100c;
  text-align: center;
  color: white;
  padding: 5px 10px;
  font-size: 13px;
  -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
}
.b-modal-popup__list li a:visited,
.b-modal-popup__list li a:link,
.b-modal-popup__list li a:hover {
  text-decoration: none;
}
.b-modal-popup__list li:last-child {
  margin-right: 0;
}
.survey-block {
  padding: 0 10px;
  display: none;
}
.survey-block__repeatable {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #dad5d4;
  border: 1px solid #707070;
  border-radius: 4px;
}
.survey-block__active {
  display: block;
}
.survey-button:link {
  color: #096bb7;
}
.survey-button:active {
  color: #096bb7;
}
.survey-button:visited {
  color: #096bb7;
}
.survey-button:hover {
  color: #a7100c;
  text-decoration: underline;
}
.survey-element {
  margin: 10px 0;
  font-size: 16px;
}
.survey-element__spacer {
  padding: 20px;
}
.survey-element__tab-container {
  margin-left: -10px;
}
.survey-element__result {
  text-align: center;
  display: block;
  font-size: 24px;
}
.survey-field {
  width: 100%;
  display: inline-block;
  margin: 2px 0;
}
.survey-field__area {
  resize: vertical;
}
.survey-field__label {
  cursor: pointer;
  font-weight: normal;
}
.survey-field__radio {
  width: 20px;
  -webkit-appearance: radio;
}
.survey-tab {
  padding: 10px;
  cursor: pointer;
}
.survey-tab__inline {
  display: inline-block;
}
.survey-tab__active {
  background: #dad5d4;
  border: 1px solid #707070;
  border-radius: 4px;
}
.survey-right-col {
  color: black;
  padding: 10px;
  font-family: Georgia;
  font-size: 16px;
}
.survey-right-col__rules {
  background: #dad5d4;
}
.survey-right-col__text {
  display: block;
  margin: 5px 0 5px 20px;
}
.survey-right-col__hr {
  border-bottom: 1px solid silver;
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 1px;
}
.survey-right-col__header {
  display: block;
  font-size: 18px;
}
.form-field {
  width: 100%;
  display: inline-block;
  margin: 2px 0;
}
.form-field__date::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.form-field__label {
  font-weight: normal;
}
.form-field__label_gray {
  background: #dad5d4;
  border-radius: 4px;
}
.form-field__checkbox {
  width: 20px;
  -webkit-appearance: checkbox;
}
.form-field__radio {
  width: 20px;
  -webkit-appearance: radio;
}
.form-field__info {
  padding: 12px;
  background-color: #dad5d4;
  color: #878787;
  border-radius: 4px;
}
.form-field__avatar-upload {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 34px;
}
.description {
  color: #878787;
}
.splitter {
  padding: 15px;
}
.form-centered {
  padding: 10px 15px;
}
.form-link:link {
  color: #a7100c;
}
.form-link:active {
  color: #a7100c;
}
.form-link:visited {
  color: #a7100c;
}
.form-link:hover {
  color: #a7100c;
  text-decoration: underline;
}
.main-profile-form-element {
  margin: 10px 0;
  font-size: 16px;
}
.b-float-left {
  float: left;
}
.b-tabs-register-button-wrapper {
  width: 225px;
}
.b-tabs-register-api-message {
  width: 480px;
}
.b-main-profile__text-danger {
  font-size: 12px;
  color: #a7100c;
}
.b-main-profile__text-danger a {
  color: #a7100c;
}
.b-password-api-message {
  color: #a7100c;
  padding-top: 10px;
  float: left;
  clear: both;
}
.b-password-api-message:before,
.b-password-api-message:after {
  content: " ";
  display: table;
}
.b-password-api-message:after {
  clear: both;
}
.b-password-api-message:before,
.b-password-api-message:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-password-api-message:after {
  clear: both;
  float: none;
}
.b-password-api-message:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.b-password-api-message:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  overflow: hidden;
}
.reg-header {
  display: inline-block;
  list-style: none;
  padding: 2px;
  margin-bottom: 28px;
  margin-top: 12px;
  background-color: #dad5d4;
  border-radius: 4px;
  width: 100%;
}
.reg-header-element {
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
  width: 25%;
}
.reg-header-element__active {
  background-color: white;
}
.reg-header-element-number {
  float: left;
  font-size: 20px;
  font-family: Arial;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 5px 5px 0 0;
  background-image: url('/Content/images/registration/step-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.reg-header-element-number__active {
  background-position: 0 -28px;
}
.reg-header-element-title {
  font-size: 16px;
  color: #a9aaab;
  font-weight: bold;
}
.reg-header-element-title__active {
  color: black;
}
.reg-header-element-description {
  font-size: 12px;
  color: #a9aaab;
  white-space: nowrap;
}
.reg-header-element-description__active {
  color: #878787;
}
.reg-payment-variant-label {
  background-image: url('/Content/images/registration/pay-icon.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: 28px;
  display: inline-block;
}
.reg-payment-variant-label_card {
  background-position: 0 0;
}
.reg-payment-variant-label_yandex {
  background-position: 0 -38px;
}
.reg-payment-variant-label_qiwi {
  background-position: 0 -126px;
}
.reg-payment-variant-label_megafon {
  background-position: 0 -208px;
}
.b-box-subscribe-wrapper__title-header {
  color: black;
  margin-bottom: 32px;
  padding-top: 20px;
}
.b-box-subscribe-wrapper__title-header a {
  color: #096bb7;
}
.b-box-subscribe-wrapper__link-footer {
  font-size: 16px;
  margin-bottom: 164px;
  margin-top: 85px;
}
.b-box-subscribe-wrapper__link-footer a {
  color: #096bb7;
  font-family: Georgia;
}
.b-box-subscribe-table {
  display: table;
  width: 100%;
}
.b-box-subscribe-table_fixed {
  table-layout: fixed;
}
.b-box-subscribe-table__row {
  display: table-row;
}
.b-box-subscribe-table__cell {
  vertical-align: middle;
  display: table-cell;
}
.b-box-subscribe-table__cell_100 {
  width: 100%;
}
.b-box-subscribe-table__cell_50 {
  width: 50%;
}
.b-box-subscribe-table__cell_t {
  vertical-align: top;
}
.b-box-subscribe-inline {
  display: inline;
}
.b-key-paywall {
  display: block;
  font-size: 0;
  padding: 0;
  margin: 0;
  clear: both;
  height: 87px;
  font-family: Arial, sans-serif;
}
.b-key-paywall .b-table {
  height: 100%;
}
.b-key-paywall__item {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 22px;
  height: 100%;
  width: 48%;
  margin-right: 2%;
  opacity: 0.5;
  float: left;
}
.b-key-paywall__item:hover {
  opacity: 1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.b-key-paywall__item:last-child {
  margin-right: 0;
  float: right;
}
.b-clear {
  clear: both;
}
.b-key-paywall-item-ls a {
  display: inline-block;
  text-decoration: none;
  color: black;
  text-align: left;
}
.b-key-paywall-item-ls a:hover {
  color: black;
}
.b-key-paywall-item-ls__wrap-img {
  width: 87px;
}
.b-key-paywall-item-ls img {
  float: left;
}
.b-key-paywall-item-ls__text {
  display: block;
  margin-left: 30px;
  width: 185px;
}
.b-key-paywall-item-rs {
  height: 100%;
}
.b-key-paywall-item-rs a {
  display: inline-block;
  color: black;
}
.b-key-paywall-item-rs a:hover {
  color: black;
}
.b-key-paywall-item-rs__wrap-img {
  width: 45px;
}
.b-key-paywall-item-rs img {
  float: right;
}
.b-key-paywall-item-rs__text {
  width: 150px;
  display: block;
  text-align: right;
  float: right;
  margin-right: 20px;
}
.b-step-magazine {
  font-size: 0;
  text-align: center;
  margin-top: 63px;
  padding: 0;
  margin-left: 0;
}
.b-step-magazine_one-el li {
  width: 100%;
}
.b-step-magazine_one-el li .b-step-magazine-item__description {
  max-width: 400px;
  display: inline-block;
}
.b-step-magazine__item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  height: 260px;
  margin-right: 1%;
}
.b-step-magazine__item:last-child {
  margin-right: 0;
}
.b-step-magazine-item {
  border: 1px solid #cccccc;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  background: #f8ebe0;
  position: relative;
  font-family: Arial, sans-serif;
}
.b-step-magazine-item_colored {
  background: #adccc4;
}
.b-step-magazine-item_colored .b-step-magazine-item__description:after {
  background: -moz-linear-gradient(left, rgba(173, 204, 196, 0) 0%, rgba(173, 204, 196, 0) 50%, #adccc4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(173, 204, 196, 0) 0%, rgba(173, 204, 196, 0) 50%, #adccc4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(173, 204, 196, 0) 0%, rgba(173, 204, 196, 0) 50%, #adccc4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adccc4', endColorstr='#adccc4', GradientType=1);
  /* IE6-9 */

}
.b-step-magazine-item:hover {
  background: #ebe2da;
}
.b-step-magazine-item:hover .b-step-magazine-item__description:after {
  background: #ebe2da;
  background: -moz-linear-gradient(left, rgba(235, 226, 218, 0) 0%, rgba(235, 226, 218, 0) 50%, #ebe2da 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(235, 226, 218, 0) 0%, rgba(235, 226, 218, 0) 50%, #ebe2da 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(235, 226, 218, 0) 0%, rgba(235, 226, 218, 0) 50%, #ebe2da 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebe2da', endColorstr='#ebe2da', GradientType=1);
  /* IE6-9 */

}
.b-step-magazine-item__time {
  font-size: 24px;
  margin-top: 25px;
}
.b-step-magazine-item__price {
  font-size: 56px;
  margin-bottom: 5px;
  text-transform: lowercase;
  font-family: Georgia;
  line-height: 100%;
  margin-top: -12px;
}
.b-step-magazine-item__btn {
  color: white;
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 210px;
  left: 50%;
  bottom: 25px;
  border-bottom: 2px solid #a7100c;
  line-height: 45px;
  text-transform: capitalize;
  background: #bf514b;
  margin-left: -105px;
  font-size: 20px;
  text-decoration: none;
}
.b-step-magazine-item__btn:hover {
  color: white !important;
}
.b-step-magazine-item__oldprice {
  font-size: 24px;
  color: #666666;
  text-decoration: line-through;
  font-family: Georgia;
  left: 0;
  right: 0;
  bottom: 73px;
  position: absolute;
}
.b-step-magazine-item__description {
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  position: relative;
  padding: 0 5px;
  height: 47px;
  overflow: hidden;
}
.b-step-magazine-item__description:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 70px;
  z-index: 1;
  height: 19px;
  background: -moz-linear-gradient(left, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 50%, #f8ebe0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 50%, #f8ebe0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(248, 235, 224, 0) 0%, rgba(248, 235, 224, 0) 50%, #f8ebe0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8ebe0', endColorstr='#f8ebe0', GradientType=1);
  /* IE6-9 */

}
.b-key-line {
  display: block;
  border-right: none;
  border-left: none;
  height: 1px;
  margin-bottom: 20px;
  background-color: #c6c6c6;
}
@media screen and (max-width: 420px) {
  .b-step-magazine {
    margin-top: 25px;
  }
  .b-step-magazine__item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .b-step-magazine__item:first-child {
    border-bottom: 0;
  }
  .b-step-magazine__item:last-child {
    margin-bottom: 0;
  }
  .b-key-paywall {
    height: auto;
  }
  .b-key-paywall__item {
    margin-bottom: 52px;
    width: 100%;
    margin-right: 0;
    float: none !important;
  }
  .b-key-paywall__item:last-child {
    margin-bottom: 0;
  }
}
.b-subscribe-papper {
  display: block;
  font-size: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 70px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  width: 310px;
  text-decoration: underline;
  line-height: 22px;
}
.b-subscribe-papper span {
  display: block;
}
.b-subscribe-papper:hover {
  color: black !important;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
}
.b-subscribe-papper:active {
  color: black !important;
}
.b-subscribe-papper:focus {
  color: black !important;
}
.ui-dialog.notitle .ui-dialog-titlebar {
  display: none;
}
.ui-dialog.notitle .ui-dialog-content {
  color: black;
}
.b-banner-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
}
.adfoxbanners-wrapper {
  display: block;
  position: relative;
}
.adfoxbanners-wrapper iframe {
  display: block;
}
.adfoxbanners-title-right {
  -webkit-transform-origin: left bottom 0;
  -moz-transform-origin: left bottom 0;
  -o-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  font: 10px tahoma, sans-serif;
  color: black;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.adfoxbanners-title-top {
  font: 10px tahoma, sans-serif;
  color: black;
  height: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
.adverArticle a {
  color: black;
  text-decoration: none;
}
.adverArticle a :hover {
  text-decoration: underline;
}
.adverArticle img {
  float: left;
  margin-top: -10px;
  margin-right: 10px;
}
.advArtHead {
  text-align: left;
  color: black;
  font-size: 12px;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.video-advert-container {
  margin-bottom: 10px;
}
.b-news-key {
  display: inline-block;
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background: url('https://www.dp.ru/Content/images/keySprite.png');
}
.b-news-key_green {
  background-position: 0 10px;
}
.b-news-key_red {
  background-position: 0 0;
}
.b-news-key-big {
  display: inline-block;
  width: 29px;
  height: 16px;
  background-repeat: no-repeat;
  background: url('https://www.dp.ru/Content/images/big-key.png');
}
.b-news-key-big_red {
  background-position: 0 0;
}
.b-news-key-big_green {
  background-position: 0 -17px;
}
.FontArial {
  font-family: Arial, sans-serif;
}
.inline-block {
  display: inline-block;
}
.b-subscription-list {
  font-family: Arial, sans-serif;
  display: block;
  margin-left: 0;
  padding-left: 0;
  width: 927px;
}
.b-subscription-list__el {
  display: block;
  border: 1px solid #cccccc;
  background: #ebe2da;
  padding: 11px 17px 30px 15px;
  font-size: 16px;
  margin-bottom: 15px;
}
.b-sl-el_deactive {
  background: transparent;
  opacity: 1;
}
.b-sl-el.not-active {
  background: rgba(235, 226, 218, 0.5);
  opacity: 1;
}
.b-sl-el-title {
  font-size: 30px;
  margin-bottom: 14px;
  letter-spacing: -0.85px;
  max-width: 646px;
}
.b-sl-el-title span {
  color: #878787;
  white-space: nowrap;
}
.b-sl-el-items {
  font-size: 0;
  font-family: Georgia;
}
.b-sl-el-items__date {
  display: inline-block;
  font-size: 16px;
  width: 290px;
  vertical-align: top;
  margin-right: 36px;
  white-space: nowrap;
}
.b-sl-el-items__date span {
  display: inline-block;
  max-width: 128px;
  vertical-align: top;
  line-height: 1.3;
  white-space: normal;
}
.b-sl-el-items__date b {
  font-size: 28px;
  vertical-align: top;
}
.b-sl-el-items__type {
  display: inline-block;
  font-size: 16px;
  width: 332px;
  vertical-align: top;
}
.b-sl-el-items__sum {
  display: inline-block;
  font-size: 16px;
  width: 221px;
  vertical-align: top;
}
.b-sl-el-items-date__label {
  white-space: nowrap;
}
.b-sl-el-items-type {
  position: relative;
}
.b-sl-el-items-type__icon {
  display: block;
  position: absolute;
}
.b-sl-el-items-type__icon_card {
  width: 105px;
  height: 46px;
  background-image: url(/Content/images/payment/bank-card.png);
  top: 0;
  right: 48px;
}
.b-sl-el-items-type__icon_webmoney {
  width: 44px;
  height: 43px;
  background-image: url(/Content/images/payment/webmoney.png);
  top: 0;
  right: 113px;
}
.b-sl-el-items-type__icon_qiwi {
  width: 47px;
  height: 47px;
  background-image: url(/Content/images/payment/qiwi.png);
  top: -4px;
  right: 110px;
}
.b-sl-el-items-type__icon_yandex {
  width: 43px;
  height: 52px;
  background-image: url(/Content/images/payment/yandex-money.png);
  top: -9px;
  right: 110px;
}
.b-sl-el-items-type__card {
  margin-top: -2px;
}
.b-sl-el-items-type__status {
  margin-top: 19px;
}
.b-sl-el-items-type__status .red {
  color: #a7100c;
}
.b-sl-el-items-sum {
  position: relative;
}
.b-sl-el-items-sum__deleate {
  font-family: Arial, sans-serif;
  position: absolute;
  top: -40px;
  right: 10px;
  width: 212px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  border-radius: 16px;
  background-color: #ded8d4;
  font-weight: 400;
  cursor: pointer;
}
.b-sl-el-items-sum__deleate:after {
  position: absolute;
  right: 26px;
  height: 9px;
  width: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background-image: url('/Content/images/close-subscribe.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.b-sl-el-items-sum-final-sum {
  text-align: left;
}
.b-sl-el-items-sum-final-sum__label {
  display: inline-block;
  vertical-align: top;
  max-width: 115px;
  float: left;
  text-align: left;
  line-height: 1.3;
  margin-top: 0;
}
.b-sl-el-items-sum-final-sum__text {
  font-size: 28px;
  white-space: nowrap;
  margin-top: -1px;
}
.b-sl-el-items-sum-final-sum-next {
  float: left;
  margin-left: 115px;
  white-space: nowrap;
}
.b-sl-el-items-sum-final-sum-next__item {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #878787;
  margin-top: -3px;
  display: inline-block;
  float: right;
}
.b-subscribe-checkbox {
  cursor: pointer;
  margin-bottom: 8px;
}
.b-subscribe-checkbox input {
  -webkit-appearance: checkbox;
  margin-right: 5px;
  margin-top: 5px;
  float: left;
  margin-bottom: 10px;
}
.b-subscribe-checkbox input:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
.b-sl-el-items-sum-wrap-text {
  font-weight: 400;
  font-family: Georgia;
  display: block;
  margin-top: 1px;
  white-space: nowrap;
}
.b-sl-el-items-sum-wrap-text span {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #878787;
  margin-top: -3px;
  display: inline-block;
  float: left;
}
.b-sl-el-items-type {
  position: relative;
}
.b-sl-el-items-danger {
  font-family: Arial, sans-serif;
  background: #e8d3cb;
  border-top: 1px solid #a2938e;
  border-bottom: 1px solid #a2938e;
  text-align: center;
  padding: 30px 30px 15px;
  display: none;
  max-width: 927px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.b-sl-el-items-danger.active_danger {
  display: block;
}
.b-sl-el-items-danger__title {
  font-size: 25px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-left: 65px;
  height: 45px;
  line-height: 45px;
}
.b-sl-el-items-danger__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background-image: url('/Content/images/icons/znakvoskl.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.b-sl-el-items-danger__text {
  font-size: 16px;
  margin-bottom: 5px;
}
.b-btn-subscription {
  color: #999999;
  background: #d4cecc;
  border-bottom: 2px solid #b1aead;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  height: 44px;
  line-height: 44px;
  width: 212px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  font-family: Arial, sans-serif;
}
.b-btn-subscription_pay {
  margin: 10px 0 0 0;
}
.b-btn-subscription_pay.pay_not-active {
  color: #999999;
  background: #d4cecc;
  border-bottom: 2px solid #b1aead;
}
.b-btn-subscription_red {
  color: white;
  background-color: #bf514b;
  border-bottom: 2px solid #a7100c;
}
.b-sl-el-items-danger-btn-block__agree {
  display: inline-block;
  vertical-align: top;
}
.b-sl-el-items-danger-btn-block__agree span {
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
  line-height: 100%;
  display: block;
}
.b-sl-el-items-danger-btn-block__dis-agree {
  display: inline-block;
  vertical-align: top;
}
.b-sl-el-items-danger-btn-block__dis-agree span {
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
  line-height: 100%;
  display: block;
}
.b-MySubscription {
  display: inline-block;
  margin-bottom: 55px;
}
.my-subs-preloader {
  text-align: center;
  padding: 20px 0 0;
  display: none;
}
.b-pollsearch-list {
  border-top: 1px solid #cccccc;
}
body .b-title-pollh2 {
  font-size: 30px;
  color: #737373;
  margin-bottom: 20px;
  margin-top: 0;
}
.opinionPollList {
  font-size: 15px;
  padding: 15px 0 0 8px;
  font-family: Arial, sans-serif;
  margin-left: 0;
}
.opinionPollList li {
  padding-bottom: 15px;
  display: block;
}
.opinionPollList span {
  display: block;
  color: #909090;
  font-size: 13px;
  padding-top: 5px;
}
.b-poll-card {
  margin-bottom: 30px;
}
.b-poll-card__image {
  width: 230px;
  float: left;
  height: 146px;
  margin-right: 22px;
}
.b-poll-card__image img {
  max-width: 100%;
  max-height: 100%;
}
.b-poll-card__content {
  font-size: 14px;
  color: black;
}
.b-poll-card__content label {
  cursor: pointer;
}
.b-poll-card__content input {
  -webkit-appearance: radio;
  margin-right: 5px;
  float: left;
}
.b-poll-card-content-count {
  color: #909090;
  font-size: 20px;
  margin-bottom: 5px;
}
.PollButtons {
  margin-top: 30px;
  clear: both;
}
.PollButtons .lblock .LT {
  left: 0;
  top: 0;
  background-position: -87px -2px;
}
.PollButtons .lblock .RT {
  right: 0;
  top: 0;
  background-position: -96px -2px;
}
.PollButtons .lblock .LB {
  left: 0;
  bottom: 0;
  background-position: -116px -1px;
}
.PollButtons .lblock .RB {
  right: 0;
  bottom: 0;
  background-position: -105px -2px;
}
.PollButtons .RT {
  -right: -1px;
}
.PollButtons .cornerBlock {
  background: #d91b22 url(/gfx/img/red_grad.gif) repeat-x scroll left top;
  margin: 0.1em 0 10px 0;
  position: relative;
  font-size: 1em;
  color: white;
  line-height: 0;
  border-radius: 4px;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.PollButtons .cornerBlock .LT .RT,
.PollButtons .cornerBlock .LB .RB {
  background: url(/gfx/img/sprite/content_new.png) left top no-repeat;
  position: absolute;
  z-index: 10;
  display: block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  -float: left;
}
.PollButtons .cornerBlock .RB {
  -right: -1px;
}
.PollButtons .cornerBlock .button {
  display: block;
  margin: 0;
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  letter-spacing: -0.02em;
  cursor: pointer;
  padding: 3px 12px;
  line-height: 20px;
}
.PollButtons .rblock .LT {
  left: 0;
  top: 0;
  background-position: -87px -11px;
}
.PollButtons .rblock .RT {
  right: 0;
  top: 0;
  background-position: -96px -11px;
}
.PollButtons .rblock .LB {
  left: 0;
  bottom: 0;
  background-position: -116px -10px;
}
.PollButtons .rblock .RB {
  right: 0;
  bottom: 0;
  background-position: -105px -10px;
}
.b-link-archiv-poll {
  color: #096bb7;
  margin-top: 10px;
  display: block;
}
.b-link-archiv-poll:hover {
  color: #096bb7;
}
.b-poll-card-result {
  margin-bottom: 30px;
}
.b-poll-card-result .answers {
  float: left;
  font-size: 14px;
  margin-left: 0;
  padding-left: 0;
}
.b-poll-card-result .answers li {
  clear: both;
  display: block;
  color: black;
}
.b-poll-card-result .answers .txt {
  margin-bottom: 9px;
}
.b-poll-card-result .answers .bar {
  float: left;
  width: 380px;
  height: 16px;
  background: url('/Content/images/bar.png') repeat-x 0 0;
  position: relative;
  margin-right: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  margin-bottom: 22px;
}
.b-poll-card-result .answers .bar-percents {
  width: 0;
  height: 16px;
  position: absolute;
  background: url('/Content/images/bar.png') repeat-x 0 -19px;
  top: -1px;
  left: -1px;
  border: 1px solid #a7100c;
  border-radius: 4px;
}
.b-poll-card-result .answers .num {
  float: left;
  font-size: 13px;
  color: #a7100c;
  font-weight: bold;
  padding-top: 1px;
}
.b-poll-card-result .answers .num span {
  color: #909090;
  font-weight: normal;
}
.b-poll-detail {
  font-family: Arial, sans-serif !important;
}
.b-poll-detail h2 {
  font-family: Arial, sans-serif !important;
}
.b-poll-detail h1 {
  font-family: Arial, sans-serif !important;
}
.b-poll-detail-content {
  color: black;
}
.b-poll-detail-content__image {
  width: 230px;
}
.b-poll-detail-content__image img {
  max-width: 100%;
}
.b-table-polldetail__count {
  color: #909090;
  font-size: 12px;
  padding-top: 14px;
}
.b-table-polldetail__row {
  font-size: 14px;
}
.b-table-polldetail__row input {
  -webkit-appearance: radio;
}
.b-table-polldetail__settings {
  padding-left: 30px;
}
.b-wrapper-poll-right-column {
  padding: 0 0 45px;
  width: 300px;
  margin: 0 auto;
}
.b-wrapper-poll-right-column .b-sticky-banner-move {
  width: 300px;
}
.agreeAnswer {
  display: block;
}
.agreeAnswer .PollButtons {
  display: none !important;
}
.agreeAnswer form {
  display: none !important;
}
.agreeAnswer .b-poll-card-result {
  display: block !important;
}
.b-poll-btn {
  color: #999999;
  background: #d4cecc;
  border-bottom: 2px solid #b1aead;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 230px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  font-family: Arial, sans-serif;
}
.b-poll-btn_red {
  color: white;
  background-color: #bf514b;
  border-bottom: 2px solid #a7100c;
}
.b-poll-btn_detail {
  margin-top: 30px;
  margin-bottom: 10px;
}
.b-account-form {
  max-width: 900px;
  margin: 60px auto;
  font-family: Arial;
  background: #e2dddb;
  padding: 0 15px 35px;
}
.b-account-form_helper {
  padding: 0 15px 100px;
}
.b-account-form__header {
  font-size: 70px;
  margin-bottom: 35px;
  line-height: 100%;
  padding-top: 40px;
  position: relative;
  text-align: center;
  letter-spacing: -2.5px;
}
.b-account-form__header_helper {
  padding-top: 31px;
  margin-bottom: 43px;
}
.b-account-form__header a {
  font-size: 15px;
  color: #096bb7;
  position: absolute;
  right: 20px;
  top: 3px;
  letter-spacing: initial;
  text-decoration: underline;
}
.b-account-form__header a:hover {
  text-decoration: none;
}
.b-account-form__header a:active {
  text-decoration: none;
}
.b-account-form__ls {
  width: 50.2%;
  float: left;
  padding-left: 20px;
  padding-right: 4.8%;
  border-right: 1px dotted black;
}
.b-account-form__rs {
  width: 49.8%;
  float: right;
  position: relative;
  height: 100%;
  padding-right: 20px;
}
.b-account-form__ms {
  width: 370px;
  margin: 0 auto;
}
.b-html_mobile .b-account-form {
  margin-top: 13rem;
}
.b-account-form-ls__input-wrap {
  height: 64px;
  position: relative;
}
.b-account-form-ls__input-wrap input {
  height: 45px;
  line-height: 45px;
  color: black;
  border: 1px solid #aeaeae;
  font-size: 20px;
  padding: 0 15px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.b-account-form-ls__input-wrap input.error {
  border: 1px solid #a7100c;
}
.b-account-form-ls__input-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}
.b-account-form-ls__input-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
.b-account-form-ls__input-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
.b-account-form-ls__input-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
.b-account-form-ls__agree,
.b-account-form-ls__subscribe {
  margin-top: 1px;
  font-size: 15px;
  margin-bottom: 10px;
}
.b-account-form-ls__agree label,
.b-account-form-ls__subscribe label {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  display: block;
}
.b-account-form-ls__agree input[type="checkbox"],
.b-account-form-ls__subscribe input[type="checkbox"] {
  float: left;
  margin-top: 1px;
  margin-right: 7px;
  -webkit-appearance: checkbox;
}
.b-account-form-ls__agree a,
.b-account-form-ls__subscribe a {
  color: #096bb7;
  text-decoration: underline;
}
.b-account-form-ls__agree a:hover,
.b-account-form-ls__subscribe a:hover {
  text-decoration: none;
}
.b-account-form-ls__agree a:active,
.b-account-form-ls__subscribe a:active {
  text-decoration: none;
}
.b-account-form-ls__subtitle {
  text-align: left;
  line-height: 120%;
  margin-bottom: 28px;
  font-size: 15px;
  height: 36px;
  white-space: nowrap;
}
.b-account-form-ls-input-wrap__eye-icon {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxnPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLDRDNC4wNjMsNC0wLjAxMiwxMi0wLjAxMiwxMlMzLjA2MywyMCwxMiwyMCAgICBjOC4wOTMsMCwxMi4wMTEtNy45NjksMTIuMDExLTcuOTY5UzIwLjA2Miw0LDEyLDR6IE0xMi4wMTgsMTdjLTIuOTAyLDAtNS0yLjE4OC01LTVjMC0yLjgxMywyLjA5OC01LDUtNWMyLjkwMiwwLDUsMi4xODcsNSw1ICAgIEMxNy4wMTgsMTQuODEyLDE0LjkyLDE3LDEyLjAxOCwxN3ogTTEyLjAxOCw5Yy0xLjY1OCwwLjAwMy0zLDEuMzkzLTMsM2MwLDEuNjA2LDEuMzQyLDMsMywzYzEuNjU4LDAsMy0xLjM5NSwzLTMgICAgQzE1LjAxOCwxMC4zOTIsMTMuNjc2LDguOTk3LDEyLjAxOCw5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
  height: 24px;
  width: 21px;
  background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  top: 12px;
  margin: 0;
  right: 15px;
  opacity: 0.3;
  cursor: pointer;
}
.b-account-form-ls-input-wrap__error {
  color: #a7100c;
  font-size: 12px;
  display: block;
  padding-left: 2px;
  letter-spacing: 0.191px;
}
.b-registration-btn {
  text-align: center;
  display: block;
  font-size: 20px;
  border-bottom: 2px solid #a7100c;
  background: #b94d4a;
  color: white;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-top: 27px;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
}
.b-registration-btn_helper {
  margin-top: 0;
}
.b-registration-btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.b-account-form-rs__text {
  text-align: left;
  line-height: 120%;
  margin-bottom: 29px;
  font-size: 15px;
  white-space: normal;
}
.b-account-form-rs__error {
  text-align: left;
  font-size: 12px;
  white-space: normal;
  color: #a7100c;
  margin: 7px 3px;
}
.b-account-form-rs__helper {
  text-align: left;
  font-size: 14px;
  white-space: normal;
  color: black;
  margin: 0 auto;
  width: 313px;
}
.b-account-form-rs__return {
  color: #096bb7;
  font-size: 15px;
  font-family: Arial;
  margin: 0 auto;
  width: 313px;
  display: block;
  margin-bottom: -51px;
  margin-top: 20px;
  text-decoration: underline;
}
.b-account-form-rs__return:hover {
  color: #096bb7;
}
.b-account-form-rs__return:active {
  color: #096bb7;
}
.b-account-form-rs__return:focus {
  color: #096bb7;
}
.b-account-form-rs-social-btns {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: white;
  font-size: 20px;
  margin-bottom: 19px;
  cursor: pointer;
  position: relative;
}
.b-account-form-rs-social-btns:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.b-account-form-rs-social-btns_vk {
  background: #6b8caf;
}
.b-account-form-rs-social-btns_vk:after {
  height: 18px;
  width: 28px;
  background: url('/Content/images/vk-icon.png') no-repeat center;
  background-size: contain;
  right: 15px;
}
.b-account-form-rs-social-btns_fb {
  background: #4f69a2;
}
.b-account-form-rs-social-btns_fb:after {
  height: 27px;
  width: 14px;
  right: 20px;
  background: url('/Content/images/fb-icon.png') no-repeat center;
  background-size: contain;
}
.b-account-form-rs-footer-links {
  position: relative;
  margin-top: 33px;
  display: block;
  text-align: left;
  float: right;
  margin-bottom: 0;
  padding: 0;
}
.b-account-form-rs-footer-links__el {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.b-account-form-rs-footer-links a {
  color: #096bb7;
  font-size: 15px;
  text-decoration: underline;
}
.b-account-form-rs-footer-links a:hover {
  text-decoration: none;
}
.b-account-form-rs-footer-links a:active {
  text-decoration: none;
}
.b-account-form-rs-wrap_line {
  padding-left: 10.3%;
  min-height: 226px;
}
.b-account-form-list-footer {
  clear: both;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
}
.b-account-form-list-footer__el {
  display: block;
  line-height: 1;
}
.b-account-form-list-footer__el:first-child {
  float: left;
}
.b-account-form-list-footer__el:last-child {
  float: right;
}
.b-account-form-list-footer__el a {
  color: #096bb7;
  font-size: 15px;
  font-family: Arial;
  text-decoration: underline;
}
.b-account-form-list-footer__el a:hover {
  text-decoration: none;
}
.b-account-form-list-footer__el a:active {
  text-decoration: none;
}
@media (max-width: 900px) {
  .b-account-form__ls {
    padding-left: 0;
    padding-right: 20px;
    width: 50%;
  }
  .b-account-form__rs {
    padding-right: 0;
    padding-left: 0;
    width: 50%;
  }
  .b-account-form__header {
    font-size: 40px;
    margin-bottom: 43px;
    letter-spacing: -1.1px;
  }
  .b-account-form__header a {
    right: 0;
    top: 30px;
    display: block;
    line-height: 1;
  }
  .b-html_mobile .b-account-form {
    margin: 130px 7.5px 30px;
  }
  .b-account-form-rs-wrap_line {
    padding-left: 20px;
  }
  .b-account-form-rs__text {
    white-space: normal;
    margin-top: -3px;
    margin-bottom: 31px;
    letter-spacing: -0.6px;
  }
  .b-account-form-ls__input-wrap__error {
    line-height: 1;
  }
  .b-account-form-ls__input-wrap input {
    height: 42px;
    line-height: 42px;
    margin-bottom: 3px;
  }
  .b-account-form-ls__input-wrap_password {
    margin-bottom: 4px;
  }
  .b-account-form-ls__agree,
  .b-account-form-ls__subscribe {
    white-space: normal;
  }
  .b-account-form-ls__agree input[type="checkbox"],
  .b-account-form-ls__subscribe input[type="checkbox"] {
    margin-right: 4px;
  }
  .b-account-form-ls__subtitle {
    display: none;
  }
  .b-account-form-rs-social-btns {
    height: 42px;
    line-height: 42px;
    margin-bottom: 21px;
  }
  .b-registration-btn {
    margin-top: 31px;
  }
  .b-registration-btn_helper {
    margin-top: 0;
  }
  .b-account-form-rs-footer-links {
    margin-top: 37px;
  }
  .b-account-form-rs-social-btns_vk {
    margin-bottom: 22px;
  }
  .b-account-form-list-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 750px) and (min-height: 400px) {
  .b-html_mobile .b-account-form {
    margin: 77.5px 7.5px 30px;
    padding-bottom: 45px;
  }
  .b-html_mobile .b-account-form_helper.ng-submitted {
    padding-bottom: 100px;
  }
}
@media (max-width: 720px) {
  .b-html_mobile .b-account-form {
    margin: 70.05px 7.5px 30px;
  }
  .b-account-form-rs-footer-links {
    margin-top: 54px;
  }
  .b-account-form_helper {
    padding: 0 15px 45px;
  }
  .b-account-form-rs__helper {
    width: 280px;
  }
  .b-account-form-rs__return {
    width: 280px;
    margin-bottom: -20px;
  }
  .b-account-form-rs__text {
    margin-bottom: 31px;
    max-height: 54px;
  }
}
@media (max-width: 650px) and (min-height: 350px) {
  .b-account-form-rs__text {
    letter-spacing: -0.6px;
  }
  .b-account-form_registration .b-account-form-rs__text {
    margin-bottom: 13px;
    min-height: 54px;
  }
  .b-account-form_registration .b-account-form-rs-footer-links {
    margin-top: 55px;
  }
}
@media (max-width: 569px) {
  .b-account-form_registration .b-account-form-rs-footer-links {
    margin-top: 72px;
  }
  .b-account-form_registration .b-account-form-rs__text {
    margin-bottom: 13px;
  }
}
@media (max-width: 560px) {
  .b-account-form {
    padding: 0 10px 27px;
  }
  .b-account-form__ms {
    width: 100%;
  }
  .b-account-form__header {
    font-size: 30px;
    padding-top: 33px;
    letter-spacing: -0.51px;
  }
  .b-account-form__header a {
    right: 0;
    top: 10px;
    display: block;
    line-height: 1;
  }
  .b-account-form__ls,
  .b-account-form__rs {
    width: 100%;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }
  .b-html_mobile .b-account-form {
    margin: 77.5px 7.5px 30px;
  }
  .b-account-form-rs-wrap_line {
    padding-left: 0;
    min-height: auto;
  }
  .b-account-form-rs__text {
    text-align: left;
    padding-top: 19px;
    border-top: 1px dotted black;
    border-left: 0;
    border-right: 0;
    margin-bottom: 22px;
    word-break: normal;
  }
  .b-account-form-rs__text span {
    display: inline;
  }
  .b-account-form-rs__helper {
    width: 280px;
  }
  .b-account-form-rs__return {
    margin-bottom: -20px;
  }
  .b-account-form_registration .b-account-form-rs-footer-links {
    margin-top: 0px;
  }
  .b-account-form_registration .b-account-form-rs__text {
    margin-bottom: 22px;
    min-height: inherit;
  }
  .b-registration-btn {
    margin-bottom: 24px;
    margin-top: 30px;
  }
  .b-registration-btn_helper {
    margin-top: 0;
  }
  .b-account-form-rs-footer-links {
    margin-top: 0;
    float: left;
    padding-top: 11px;
    border-top: 1px dotted black;
    width: 100%;
  }
  .b-account-form-rs-footer-links a {
    display: block;
  }
  .b-account-form-rs-footer-links__el {
    line-height: 1.2;
  }
  .b-account-form-ls__input-wrap {
    height: 65px;
  }
  .b-account-form-ls__input-wrap_password {
    margin-bottom: -3px;
  }
  .b-account-form-ls__agree,
  .b-account-form-ls__subscribe {
    white-space: normal;
    line-height: 20px;
  }
  .b-account-form-ls__agree div,
  .b-account-form-ls__subscribe div {
    padding-left: 20px;
  }
  .b-account-form-rs-social-btns {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .b-account-form-list-footer {
    border-top: 1px dotted black;
    padding-top: 18px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .b-account-form-list-footer__el {
    line-height: 1.15;
    flex: 0 0 auto;
  }
  .b-account-form-list-footer__el a {
    display: block;
  }
  .b-account-form-list-footer__el:first-child {
    float: none;
  }
  .b-account-form-list-footer__el:last-child {
    float: none;
  }
}
/* Omitting variable 'v'. The expression '2.0.983-master' is not valid. */

