@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* ==================================================================== */
/* STANDART FONTS
/* =================================================================== */
@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/ptf55f_w.eot");
  src: local("PT Serif"), url("../fonts/ptf55f_w.woff") format("woff"), url("../fonts/ptf55f_w.ttf") format("truetype"), url("../fonts/ptf55f_w.svg#PTSerif-Regular") format("svg"); }

@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  src: url("../fonts/ptf56f_w.eot");
  src: local("PT Serif Italic"), url("../fonts/ptf56f_w.woff") format("woff"), url("../fonts/ptf56f_w.ttf") format("truetype"), url("../fonts/ptf56f_w.svg#PTSerif-Italic") format("svg"); }

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/ptf75f_w.eot");
  font-style: normal;
  font-weight: bold;
  src: local("PT Serif Bold"), url("../fonts/ptf75f_w.woff") format("woff"), url("../fonts/ptf75f_w.ttf") format("truetype"), url("../fonts/ptf75f_w.svg#PTSerif-Bold") format("svg"); }

@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/ptf76f_w.eot");
  src: local("PT Serif Bold Italic"), url("../fonts/ptf76f_w.woff") format("woff"), url("../fonts/ptf76f_w.ttf") format("truetype"), url("../fonts/ptf76f_w.svg#PTSerif-BoldItalic") format("svg"); }

@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/pts55f_w.eot");
  src: local("PT Sans"), url("../fonts/pts55f_w.woff") format("woff"), url("../fonts/pts55f_w.ttf") format("truetype"), url("../fonts/pts55f_w.svg#PTSans-Regular") format("svg"); }

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  src: url("../fonts/pts56f_w.eot");
  src: local("PT Sans Italic"), url("../fonts/pts56f_w.woff") format("woff"), url("../fonts/pts56f_w.ttf") format("truetype"), url("../fonts/pts56f_w.svg#PTSans-Italic") format("svg"); }

@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/pts75f_w.eot");
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans Bold"), url("../fonts/pts75f_w.woff") format("woff"), url("../fonts/pts75f_w.ttf") format("truetype"), url("../fonts/pts75f_w.svg#PTSans-Bold") format("svg"); }

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/pts76f_w.eot");
  src: local("PT Sans Bold Italic"), url("../fonts/pts76f_w.woff") format("woff"), url("../fonts/pts76f_w.ttf") format("truetype"), url("../fonts/pts76f_w.svg#PTSans-BoldItalic") format("svg"); }

@font-face {
  font-family: 'PT Sans Narrow';
  src: url("../fonts/ptn57f_w.eot");
  src: local("PT Sans Narrow"), url("../fonts/ptn57f_w.woff") format("woff"), url("../fonts/ptn57f_w.ttf") format("truetype"), url("../fonts/ptn57f_w.svg#PTSans-Narrow") format("svg"); }

@font-face {
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  src: url("../fonts/ptn77f_w.eot");
  src: local("PT Sans Narrow Bold"), url("../fonts/ptn77f_w.woff") format("woff"), url("../fonts/ptn77f_w.ttf") format("truetype"), url("../fonts/ptn77f_w.svg#PTSans-NarrowBold") format("svg"); }

@font-face {
  font-family: 'berlingskeserifcn-bd';
  font-weight: bold;
  src: url("../fonts/berlingskeserifcn-bd.eot");
  src: local("PT Sans Narrow Bold"), url("../fonts/berlingskeserifcn-bd.woff") format("woff"), url("../fonts/berlingskeserifcn-bd.ttf") format("truetype"), url("../fonts/berlingskeserifcn-bd.svg#PTSans-NarrowBold") format("svg"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  font-size: 100%; }

a, input, select, textarea, button {
  outline: 0; }

img {
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

pre, xmp, plaintext, listing {
  white-space: pre; }

iframe {
  border-width: 0; }

.hidden, [hidden] {
  display: none; }

.nowrap {
  white-space: nowrap; }

.dashed {
  border-bottom-width: 1px;
  border-bottom-style: dashed; }

.solid {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ''; }

.position-is__relative {
  position: relative !important; }

.position-is__absolute {
  position: absolute !important; }

.position-is__fixed {
  position: fixed !important; }

/* ==================================================================== */
/* STANDART BLOCKS
/* =================================================================== */
.col-lg {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }
  .col-lg-1 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    width: 8.333333%; }
  .col-lg-2 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    width: 16.666667%; }
  .col-lg-3 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%; }
  .col-lg-4 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%; }
  .col-lg-5 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    width: 41.666667%; }
  .col-lg-6 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; }
  .col-lg-7 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    width: 58.333333%; }
  .col-lg-8 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    width: 66.666667%; }
  .col-lg-9 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%; }
  .col-lg-10 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    width: 83.333333%; }
  .col-lg-11 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    width: 91.666667%; }
  .col-lg-12 {
    vertical-align: top;
    display: table-cell;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; }
  .col-lg-text-left {
    text-align: left; }
  .col-lg-text-center {
    text-align: center; }
  .col-lg-text-right {
    text-align: right; }
  .col-lg-block-center {
    margin-left: auto;
    margin-right: auto; }

.notransparent {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

@-webkit-keyframes hopacityoff {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes hopacityoff {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes hopacityon {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes hopacityon {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa; }

/* ==================================================================== */
/* STANDART LINKS
/* =================================================================== */
a {
  transition: 0.25s all;
  color: #1252a1;
  text-decoration: none;
  border-color: rgba(18, 82, 161, 0.4);
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  a:hover {
    text-decoration: none;
    border-color: rgba(18, 82, 161, 0.8); }
  a.__no-border {
    border-bottom: none; }

.standart-text-link__black {
  color: #000;
  border-color: rgba(0, 0, 0, 0.4); }
  .standart-text-link__black:focus, .standart-text-link__black:hover {
    border-color: rgba(0, 0, 0, 0.8); }

.standart-text-link__blue {
  color: #2e98ff;
  border-color: rgba(46, 152, 255, 0.4); }
  .standart-text-link__blue:focus, .standart-text-link__blue:hover {
    border-color: rgba(46, 152, 255, 0.8); }

.standart-text-link__light-gray {
  color: #ededed;
  border-color: rgba(237, 237, 237, 0.4); }
  .standart-text-link__light-gray:focus, .standart-text-link__light-gray:hover {
    border-color: rgba(237, 237, 237, 0.8); }

.standart-text-link__dark-gray {
  color: #707375;
  border-color: rgba(112, 115, 117, 0.4); }
  .standart-text-link__dark-gray:focus, .standart-text-link__dark-gray:hover {
    border-color: rgba(112, 115, 117, 0.8); }

.standart-text-link__white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4); }
  .standart-text-link__white:focus, .standart-text-link__white:hover {
    border-color: rgba(255, 255, 255, 0.8); }

.standart-text-link__green {
  color: #008200;
  border-color: rgba(0, 130, 0, 0.4); }
  .standart-text-link__green:focus, .standart-text-link__green:hover {
    border-color: rgba(0, 130, 0, 0.8); }

.standart-text-link__attention {
  color: #e2001a;
  border-color: rgba(226, 0, 26, 0.4); }
  .standart-text-link__attention:focus, .standart-text-link__attention:hover {
    border-color: rgba(226, 0, 26, 0.8); }

.standart-text-link__standart {
  color: #1252a1;
  border-color: rgba(18, 82, 161, 0.4); }
  .standart-text-link__standart:focus, .standart-text-link__standart:hover {
    border-color: rgba(18, 82, 161, 0.8); }

/* ==================================================================== */
/* STANDART BUTTONS
/* =================================================================== */
.button {
  transition: 0.25s all;
  border: none;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }
  .button-round {
    border-radius: 15px !important;
    padding: 0.4rem 2.6rem !important; }
  .button-white {
    border-radius: 3px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: #fff;
    background: linear-gradient(to bottom, #fff, #f3f3f3);
    border-bottom: 1px solid #b0b0b0;
    border-top: 1px solid #efefef;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    color: #000;
    padding: 0.3rem 0.6rem; }
    .button-white:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background: #f7f7f7;
      background: linear-gradient(to bottom, #f7f7f7, #ebebeb);
      border-bottom: 1px solid #b7b7b7;
      border-top: 1px solid #f7f7f7;
      border-left: 1px solid #e0e0e0;
      border-right: 1px solid #e0e0e0; }
    .button-white:active {
      background: #f7f7f7;
      background: linear-gradient(to bottom, #f7f7f7, #ebebeb);
      border-bottom: 1px solid #dedede;
      border-top: 1px solid #a2a2a2;
      border-left: 1px solid #dedede;
      border-right: 1px solid #dedede; }
    .button-white[disabled]:hover, .button-white[disabled]:active, .button-white.button-disabled:hover, .button-white.button-disabled:active {
      border-bottom: 1px solid #b0b0b0;
      border-top: 1px solid #efefef;
      border-left: 1px solid #d4d4d4;
      border-right: 1px solid #d4d4d4;
      background: #fff;
      background: linear-gradient(to bottom, #fff, #f3f3f3); }
  .button-yellow {
    border-radius: 3px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: #febb2d;
    background: linear-gradient(to top, #febb2d, #fecc47);
    border-bottom: 1px solid #c47a14;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0.2rem 1.3rem; }
    .button-yellow:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      border-bottom: 1px solid #c47a14; }
    .button-yellow:active {
      border-color: #efac1f;
      background: #efac1f;
      background: linear-gradient(to top, #efac1f, #f1b821); }
    .button-yellow[disabled], .button-yellow.button-disabled {
      opacity: 0.6;
      filter: alpha(opacity=60);
      cursor: default; }
      .button-yellow[disabled]:hover, .button-yellow[disabled]:active, .button-yellow.button-disabled:hover, .button-yellow.button-disabled:active {
        background: #febb2d;
        background: linear-gradient(to top, #febb2d, #fecc47);
        border-bottom: 1px solid #c47a14; }
  .button-light-gray {
    border-radius: 3px;
    background: #bfbfbf;
    background: linear-gradient(to top, #bfbfbf, #dbdbdb);
    border-bottom: 1px solid #272727;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0.2rem 1.3rem; }
    .button-light-gray:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      border-bottom: 1px solid #272727; }
    .button-light-gray:active {
      background: #eaeaea;
      background: linear-gradient(to top, #eaeaea, #dedede); }
  .button-very-light-gray {
    border-radius: 3px;
    background: #dbdbdb;
    background: linear-gradient(to top, #dbdbdb, #f3f3f3);
    border-bottom: 1px solid #b4b4b4;
    color: #707375;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0.2rem 0.6rem; }
    .button-very-light-gray:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      color: #000; }
    .button-very-light-gray:active {
      background: #eaeaea;
      background: linear-gradient(to top, #eaeaea, #dedede); }
  .button[disabled], .button.button-disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default; }
  .button-gray-glass {
    box-shadow: 0 2px 0px 0 #fff inset;
    border-radius: 20px;
    background: #ffffff;
    background: linear-gradient(to top, #ffffff, #ededed);
    border: 1px solid #9b9b9b;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0.23rem 1.2rem;
    position: relative; }
    .button-gray-glass:hover {
      border-color: #c6c6c6; }
    .button-gray-glass:active {
      background: #dfdfdf;
      background: linear-gradient(to bottom, #dfdfdf, #f3f3f3); }
    .button-gray-glass[disabled], .button-gray-glass.button-disabled {
      opacity: 1;
      filter: alpha(opacity=100);
      border-color: #c6c6c6;
      cursor: default;
      color: #707375; }
  .button-yellow-glass {
    transition: none;
    border-radius: 4px;
    background: #f9da94;
    background: linear-gradient(to bottom, #f9da94 0%, #f7c965 21%, #f1ad4f 54%, #ef9d16 55%, #f5c07b 97%, #bf9441 100%);
    border-top: 1px solid #fceac1;
    border-bottom: 1px solid #876101;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    padding: 0.27rem 1.2rem;
    position: relative;
    opacity: 0.95;
    filter: alpha(opacity=95); }
    .button-yellow-glass:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      border-top: 1px solid #fceac1; }
  .button-turquoise {
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: #257584;
    background: linear-gradient(180deg, #257584 5%, #005e6f 80%);
    border-color: #3d8491 #126a7a #004d5b;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    white-space: nowrap;
    padding: 2px 12px 3px; }
    .button-turquoise:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background: #287f8f;
      background: linear-gradient(180deg, #287f8f 5%, #287f8f 80%);
      border-color: #3d8491 #166c7c #005766; }
    .button-turquoise:active {
      opacity: 1;
      filter: alpha(opacity=100);
      background: #257584;
      background: linear-gradient(180deg, #257584 5%, #005e6f 80%);
      box-shadow: inset 0 2px 4px rgba(0, 33, 39, 0.85) ;
      border-color: #01272e #013842 #014a56; }
    .button-turquoise[disabled], .button-turquoise.button-disabled {
      opacity: 0.6;
      filter: alpha(opacity=60);
      cursor: default; }
      .button-turquoise[disabled]:hover, .button-turquoise[disabled]:active, .button-turquoise.button-disabled:hover, .button-turquoise.button-disabled:active {
        background: #257584;
        background: linear-gradient(180deg, #257584 5%, #005e6f 80%);
        border-color: #3d8491 #126a7a #004d5b; }

.id2-rx-user-informer-block, .id2-rx-user-informer-popup *, .id2-rx-user-informer-icon {
  box-sizing: content-box; }
  .id2-rx-user-informer-block a, .id2-rx-user-informer-popup * a, .id2-rx-user-informer-icon a {
    transition-property: none; }

.opinionsupport-shadow-1967 {
  position: fixed !important; }

.id2Notify .id2NotifyContent,
.opinionsupport-rating-block-1967,
.opinionsupport-rating-list-item-1967.opinionsupport-rating-list-item-active-1967 {
  box-sizing: content-box; }

/* ==================================================================== */
/* PRINT, SAVE, ESTIMATE READING TIME etc
/* =================================================================== */
.right-sidebar-menu-container-wrapper {
  display: block;
  min-width: 68px;
  width: 100%;
  z-index: 3; }
  .right-sidebar-menu-container-wrapper.position-is__fixed {
    width: calc(100% - 1172px);
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 1px; }
  .right-sidebar-menu-container-wrapper.position-is__absolute {
    bottom: 0; }
  .right-sidebar-menu-container-wrapper-next {
    opacity: 0.01;
    filter: alpha(opacity=1);
    bottom: 50px;
    padding-top: 50px;
    display: block;
    min-width: 68px;
    width: 100%;
    z-index: 3; }
    .right-sidebar-menu-container-wrapper-next.notransparent {
      z-index: 0; }
    .right-sidebar-menu-container-wrapper-next.position-is__fixed {
      width: calc(100% - 1172px);
      top: auto;
      transform: translate(0, 0);
      margin-top: 1px;
      min-width: 68px;
      padding-top: 0; }

.right-sidebar-menu-item {
  position: relative;
  display: table;
  width: auto;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto; }
  @media screen and (max-width: 1340px) {
    .right-sidebar-menu-item {
      margin-bottom: 15px; } }
  .right-sidebar-menu-item-icon {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block; }
    .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item-icon:after {
      content: "";
      display: block;
      background-repeat: no-repeat; }
    .right-sidebar-menu-item-icon:before {
      position: relative; }
    .right-sidebar-menu-item-icon:after {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      top: 0; }
      @media screen and (max-width: 1340px) {
        .right-sidebar-menu-item-icon:after {
          transition-property: none; } }
    .right-sidebar-menu-item-icon:hover {
      cursor: pointer; }
      .right-sidebar-menu-item-icon:hover:after {
        opacity: 1;
        filter: alpha(opacity=100); }
      .right-sidebar-menu-item-icon:hover + .right-sidebar-menu-item-tip {
        display: block; }
    .right-sidebar-menu-item-icon-wrapper {
      position: relative; }
      .right-sidebar-menu-item-icon-wrapper a {
        border-bottom: none; }
  .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:after {
    height: 62px;
    width: 62px;
    background-size: 143px 59px; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:after {
        height: 32px;
        width: 24px;
        background-size: 55px 24px; } }
  .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:before {
    background-position: left top; }
  .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:after {
    background-position: right top; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:after {
        right: 1px; } }
  .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:after {
    height: 62px;
    width: 64px;
    background-size: 142px 56px; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:after {
        height: 32px;
        width: 25px;
        background-size: 54px 23px; } }
  .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:before {
    background-position: left top; }
  .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:after {
    background-position: right top; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:after {
        right: 1px; } }
  .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon {
    transform: translate(-50%, 0) scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
    padding-right: 14px; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon {
        padding-right: 7px; } }
    .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:after {
      height: 62px;
      width: 76px;
      background-size: 227px 61px; }
      @media screen and (max-width: 1340px) {
        .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:after {
          height: 23px;
          width: 29px;
          background-size: 88px 23px; } }
    .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:before {
      background-position: right top; }
    .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:after {
      background-position: -75px top; }
      @media screen and (max-width: 1340px) {
        .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:after {
          background-position: -29px top; } }
    .page-wrapper-common-form .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:hover:before {
      opacity: 1;
      filter: alpha(opacity=100); }
    .page-wrapper-common-form .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:hover:after {
      opacity: 0;
      filter: alpha(opacity=0); }
  .article-page-block__article-favorite .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:before,
  .article-page-block__article-favorite .right-sidebar-menu-item__add-to-favorite:hover .right-sidebar-menu-item-icon:before {
    opacity: 0;
    filter: alpha(opacity=0); }
  .article-page-block__article-favorite .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:after,
  .article-page-block__article-favorite .right-sidebar-menu-item__add-to-favorite:hover .right-sidebar-menu-item-icon:after {
    opacity: 1;
    filter: alpha(opacity=100);
    background-position: 2px top; }
  .right-sidebar-menu-item__download .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__download .right-sidebar-menu-item-icon:after {
    height: 62px;
    width: 62px;
    background-size: 143px 53px; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item__download .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__download .right-sidebar-menu-item-icon:after {
        height: 24px;
        width: 24px;
        background-size: 56px 22px; } }
  .right-sidebar-menu-item__download .right-sidebar-menu-item-icon:before {
    background-position: left top; }
  .right-sidebar-menu-item__download .right-sidebar-menu-item-icon:after {
    background-position: right top; }
  .right-sidebar-menu-item__timer-svg {
    width: 62px;
    height: 62px; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item__timer-svg {
        width: 19px;
        height: 19px; } }
  .right-sidebar-menu-item__timer-circle {
    fill: rgba(255, 255, 255, 0);
    stroke: #808589;
    stroke-width: 1px; }
  .right-sidebar-menu-item__timer-fill {
    fill: rgba(137, 142, 145, 0.25); }
  .right-sidebar-menu-item__timer .right-sidebar-menu-item-icon:hover {
    cursor: default; }
  .right-sidebar-menu-item__timer .right-sidebar-menu-item-text {
    display: block; }
  @media screen and (max-width: 1340px) {
    .right-sidebar-menu-item__timer .right-sidebar-menu-item-text-big {
      display: none; } }
  .right-sidebar-menu-item__next {
    display: none;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    width: unset;
    padding-bottom: 20px;
    max-width: 365px; }
    @media screen and (max-width: 1420px) {
      .right-sidebar-menu-item__next {
        margin-left: 0;
        margin-right: 0;
        max-width: none; } }
    .right-sidebar-menu-item__next .right-sidebar-menu-item {
      margin-bottom: 0; }
    .article-page-block__article-single .right-sidebar-menu-item__next {
      display: block; }
    .right-sidebar-menu-item__next .right-sidebar-menu-item-icon {
      display: none;
      margin-bottom: 5px; }
      @media screen and (max-width: 1420px) {
        .right-sidebar-menu-item__next .right-sidebar-menu-item-icon {
          display: inline-block; } }
      .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:after {
        height: 58px;
        width: 60px;
        background-size: 131px 58px; }
        @media screen and (max-width: 1340px) {
          .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:before, .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:after {
            height: 17px;
            width: 9px;
            background-size: 9px 100px; } }
      .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:before {
        background-position: left top; }
      .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:after {
        background-position: right top; }
        @media screen and (max-width: 1340px) {
          .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:after {
            background-position: left -50px; } }
    .right-sidebar-menu-item__next-link {
      border: none;
      /* Перенос ошибочного поведения со старых ешек */ }
      @media screen and (max-width: 1420px) {
        .right-sidebar-menu-item__next-link {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 1px;
          margin: 0 auto;
          -ms-flex-pack: center;
          justify-content: center; } }
      .right-sidebar-menu-item__next-link .right-sidebar-menu-item-text {
        font-weight: normal;
        -ms-flex-order: 1;
        order: 1; }
        @media screen and (max-width: 1340px) {
          .right-sidebar-menu-item__next-link .right-sidebar-menu-item-text {
            font-weight: bold;
            padding-bottom: 6px; } }
      .right-sidebar-menu-item__next-link > span.right-sidebar-menu-item-icon:first-of-type {
        transform: translate(0, 0) rotate(-90deg);
        -ms-flex-order: 0;
        order: 0; }
        .right-sidebar-menu-item__next-link > span.right-sidebar-menu-item-icon:first-of-type.right-sidebar-menu-item-icon-article:first-of-type {
          transform: translate(0, 0) rotate(0deg); }
        @media screen and (max-width: 1340px) {
          .right-sidebar-menu-item__next-link > span.right-sidebar-menu-item-icon:first-of-type {
            -ms-flex-order: 2;
            order: 2; } }
      .right-sidebar-menu-item__next-link:hover .right-sidebar-menu-item-text {
        color: #fff; }
      .right-sidebar-menu-item__next-link:hover .right-sidebar-menu-item-icon:after {
        opacity: 1;
        filter: alpha(opacity=100); }
    .right-sidebar-menu-item__next .right-sidebar-menu-item-icon-text {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.2);
      border-bottom-width: 1px;
      border-bottom-style: solid;
      font-size: 14px;
      line-height: 18px; }
      .right-sidebar-menu-item__next .right-sidebar-menu-item-icon-text:hover {
        border-color: rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 1420px) {
        .right-sidebar-menu-item__next .right-sidebar-menu-item-icon-text {
          display: none; } }
    .right-sidebar-menu-item__next .right-sidebar-menu-item-text {
      display: none; }
      @media screen and (max-width: 1420px) {
        .right-sidebar-menu-item__next .right-sidebar-menu-item-text {
          display: block; } }
    .right-sidebar-menu-item__next-header {
      color: #888d90;
      display: block;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 18px;
      font-weight: normal; }
      @media screen and (max-width: 1420px) {
        .right-sidebar-menu-item__next-header {
          display: none; } }
    .right-sidebar-menu-item__next.right-sidebar-menu-item__next-right .right-sidebar-menu-item-icon,
    .article-page-block__article-single .right-sidebar-menu-item__next .right-sidebar-menu-item-icon {
      transform: translate(-50%, 0) rotate(-90deg); }
  .right-sidebar-menu-item-text {
    color: #808080;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item-text {
        display: none; } }
    .right-sidebar-menu-item-text a {
      color: #808080;
      border-color: rgba(128, 128, 128, 0.2); }
      .right-sidebar-menu-item-text a:hover {
        border-color: rgba(128, 128, 128, 0.6); }
      .right-sidebar-menu-item-text a:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2); }
        .right-sidebar-menu-item-text a:hover:hover {
          border-color: rgba(255, 255, 255, 0.6); }
  .right-sidebar-menu-item-tip {
    background: #feffff;
    background: linear-gradient(180deg, #feffff 0%, #edf1f4 67%, #edf1f4 67%, #dde1e3 100%);
    box-shadow: -3px 7px 9px 0 rgba(0, 0, 0, 0.3) ;
    border-radius: 5px;
    transform: translate(0, -50%);
    display: none;
    font-size: 0.75em;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 17px 10px 17px;
    position: absolute;
    top: 50%;
    right: 70%;
    margin-right: 34px;
    min-width: 130px;
    white-space: nowrap; }
    @media screen and (max-width: 1340px) {
      .right-sidebar-menu-item-tip {
        right: 30%; } }
    .right-sidebar-menu-item-tip:after {
      transform: translate(0, -50%);
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 10px;
      border-color: transparent transparent transparent #ffffff;
      right: -9px;
      top: 50%;
      z-index: 1; }
  .right-sidebar-menu-item__recommendations {
    position: absolute;
    right: 50%;
    width: 236px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(255, 255, 255, 0.25);
    background-color: #485057;
    color: #fff;
    font-size: 14px;
    transform: translateX(50%); }
    @media screen and (max-width: 1457px) {
      .right-sidebar-menu-item__recommendations {
        right: 16px;
        transform: translateX(0); } }
    .right-sidebar-menu-item__recommendations h4 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #FF9142;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
      font-weight: normal; }
      .right-sidebar-menu-item__recommendations h4::before {
        content: '';
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG+SURBVHgBxVTdUcJAEN69xEcdSqAEqMAAvosVAO9qJhVABwQogFiB+i4QK9AOTAkMPEJu3bszMSan4uiMO8Nc2Nvd79u/AzhAaNIm/r0cYivgj0WUmIxo3K3BgaJsadbxizrML2ftIUgYseoZ5HELg7v1d8FAbFf81QAH+3i5uFF6N7fYywkIp6sNYNNnTUjTNp/YA6K6gceEc4q0s7vxmUBDE9il9xWGBtVjVOcc5NEjOLs5B/Ls/FQW6QUI0QcpQwzitTVgHnjSeTJMlSMGGDzEBvDMAyHn/FlntjFeL1oVqEowlSaBckoYvVlEL2RRqV0mlrGhnj6kGJSDaQZKx6yNDfTL964a2tzYXyIQ1o2jSdMm6o79IGtWMYarU/u9JDlY+YamrRWz9Djl1mcsacbNkXJla0y1himaIgsa27ZG66TuNP+BqHxvH5uMpUpFcHOu3sZGM6NxNlLoL5pfBtTo7rYHe5584dwaR4twqpCmAzPYJ2FxTcWHYGo3JYVw5JxqdAkDQIrBFD3RgYBnT9XNFWq8hsqnWJr3XbbsJgbLiI/IytKy+xUb83x5NYve+sAqW17THvxU/vXFfgU17+Yk5yJgsQAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .right-sidebar-menu-item__recommendations h4 span {
        display: inline-block;
        width: 8px;
        height: 13px;
        margin-left: auto;
        padding: 5px;
        box-sizing: content-box;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMSAxMy4yNzA5QzAuNjM4NzY1IDEyLjkwOTcgMC42Mzg3NjUgMTIuMzI0IDEgMTEuOTYyOEw1Ljk2MjkgNi45OTk5MkwwLjk5OTkzIDIuMDM3MDlDMC42Mzg2OTUgMS42NzU4NSAwLjYzODY5NSAxLjA5MDE3IDAuOTk5OTMgMC43Mjg5MzhDMS4zNjExNyAwLjM2NzcwMyAxLjk0Njg0IDAuMzY3NzAzIDIuMzA4MDggMC43Mjg5MzhMOC41NzkyIDYuOTk5OTJMMi4zMDgxNSAxMy4yNzA5QzEuOTQ2OTEgMTMuNjMyMiAxLjM2MTIzIDEzLjYzMjIgMSAxMy4yNzA5WiIgZmlsbD0iIzZENzY3RSIvPgo8L3N2Zz4K);
        background-repeat: no-repeat;
        background-size: initial;
        background-position: center center; }
        .right-sidebar-menu-item__recommendations h4 span:hover {
          cursor: pointer; }
    .right-sidebar-menu-item__recommendations--minimized {
      position: absolute;
      right: 50%;
      width: 72px;
      transform: translateX(50%); }
      @media screen and (max-width: 1293px) {
        .right-sidebar-menu-item__recommendations--minimized {
          right: 16px;
          transform: translateX(0); } }
      .right-sidebar-menu-item__recommendations--minimized h4 {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 0; }
        .right-sidebar-menu-item__recommendations--minimized h4::before {
          margin-right: 0; }
        .right-sidebar-menu-item__recommendations--minimized h4 span {
          transform: rotate(180deg); }
      .right-sidebar-menu-item__recommendations--minimized .right-sidebar-menu-item__quick-recommendation {
        display: none; }
    .right-sidebar-menu-item__recommendations--show {
      -webkit-animation-name: recommendationShow;
              animation-name: recommendationShow;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
              animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1); }
      @media screen and (max-width: 1457px) {
        .right-sidebar-menu-item__recommendations--show {
          -webkit-animation-name: recommendationShow1457;
                  animation-name: recommendationShow1457; } }

@-webkit-keyframes recommendationShow {
  0% {
    opacity: 0;
    transform: translateX(50%) translateY(100px); }
  99% {
    opacity: 1;
    transform: translateX(50%) translateY(0px); }
  100% {
    opacity: 1;
    transform: translateX(50%) translateY(0px); } }

@keyframes recommendationShow {
  0% {
    opacity: 0;
    transform: translateX(50%) translateY(100px); }
  99% {
    opacity: 1;
    transform: translateX(50%) translateY(0px); }
  100% {
    opacity: 1;
    transform: translateX(50%) translateY(0px); } }

@-webkit-keyframes recommendationShow1457 {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(100px); }
  99% {
    opacity: 1;
    transform: translateX(0) translateY(0px); }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0px); } }

@keyframes recommendationShow1457 {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(100px); }
  99% {
    opacity: 1;
    transform: translateX(0) translateY(0px); }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0px); } }
  .right-sidebar-menu-item__quick-recommendation {
    display: block;
    margin-top: 12px;
    padding-top: 16px;
    border: none;
    border-top: 1px solid #606870;
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
    transition: color .3s; }
    .right-sidebar-menu-item__quick-recommendation:hover {
      color: #FF9142 !important;
      border-color: #606870; }

/* Для форм */
.right-sidebar-menu-container.critical .right-sidebar-menu-item {
  margin-bottom: 15px; }
  .right-sidebar-menu-container.critical .right-sidebar-menu-item .right-sidebar-menu-item-tip {
    right: 30%; }

.right-sidebar-menu-container.critical .right-sidebar-menu-item.right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon {
  padding-right: 7px; }
  .right-sidebar-menu-container.critical .right-sidebar-menu-item.right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:before, .right-sidebar-menu-container.critical .right-sidebar-menu-item.right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:after {
    background-image: url(/images/right-sidebar-menu-item__add-to-favorite-small.png);
    height: 23px;
    width: 29px;
    background-size: 88px 23px; }

.right-sidebar-menu-container.critical .right-sidebar-menu-item-text {
  display: none; }

.right-sidebar-menu-item__print .right-sidebar-menu-item-icon:before,
.right-sidebar-menu-item__print .right-sidebar-menu-item-icon:after {
  background-image: url("/images/right-sidebar-menu-item__print.png"); }
  @media screen and (max-width: 1340px) {
    .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:before,
    .right-sidebar-menu-item__print .right-sidebar-menu-item-icon:after {
      background-image: url("/images/right-sidebar-menu-item__print-small.png"); } }

.right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:before,
.right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:after {
  background-image: url("/images/right-sidebar-menu-item__add-to-favorite.png"); }
  @media screen and (max-width: 1340px) {
    .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:before,
    .right-sidebar-menu-item__add-to-favorite .right-sidebar-menu-item-icon:after {
      background-image: url("/images/right-sidebar-menu-item__add-to-favorite-small.png"); } }

.right-sidebar-menu-item__download .right-sidebar-menu-item-icon:before,
.right-sidebar-menu-item__download .right-sidebar-menu-item-icon:after {
  background-image: url("/images/right-sidebar-menu-item__download.png"); }
  @media screen and (max-width: 1340px) {
    .right-sidebar-menu-item__download .right-sidebar-menu-item-icon:before,
    .right-sidebar-menu-item__download .right-sidebar-menu-item-icon:after {
      background-image: url("/images/right-sidebar-menu-item__download-small.png"); } }

.right-sidebar-menu-item__next .right-sidebar-menu-item-icon:before,
.right-sidebar-menu-item__next .right-sidebar-menu-item-icon:after {
  background-image: url("/images/right-sidebar-menu-item__next.png"); }
  @media screen and (max-width: 1340px) {
    .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:before,
    .right-sidebar-menu-item__next .right-sidebar-menu-item-icon:after {
      background-image: url("/images/right-sidebar-menu-item__next-small.png"); } }

.right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:before,
.right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:after {
  background-image: url("/images/right-sidebar-menu-item__stimul-next.png"); }
  @media screen and (max-width: 1340px) {
    .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:before,
    .right-sidebar-menu-item__stimul-next .right-sidebar-menu-item-icon:after {
      background-image: url("/images/right-sidebar-menu-item__stimul-next-small.png"); } }

/* ==================================================================== */
/* MENU (FIXED BUTTONS)
/* =================================================================== */
.menu-block-common {
  position: fixed;
  visibility: hidden;
  z-index: 20100;
  /*display: none;*/
  margin: 0;
  bottom: 18px;
  padding-left: 30px;
  width: 100%; }
  .menu-block-common-item {
    position: relative;
    z-index: 1;
    margin: 0;
    height: 22px;
    float: left;
    visibility: visible;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background-color: #5d5d5d;
    border: 1px solid #454546;
    cursor: pointer;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 2px;
    display: block;
    margin-left: -1px; }
    .menu-block-common-item a {
      color: #fff;
      border: none; }
    .menu-block-common-item__content {
      border-radius: 4px 0 0 4px; }
    .menu-block-common-item__forms {
      border-radius: 4px;
      margin-right: 20px;
    }
    .menu-block-common-item__flipping {
      padding: 0;
      border-radius: 0 4px 4px 0; }
      .menu-block-common-item__flipping a {
        padding: 3px 14px;
        display: inline-block; }
    .menu-block-common-item__bookmarks {
      border-radius: 4px;
      margin-right: 20px;
      padding-left: 39px;
      display: none;
      margin-left: 20px; }
      .menu-block-common-item__bookmarks:before {
        background: url("/images/menu/menu-block-common-item__bookmarks.png") no-repeat scroll left top transparent;
        content: "";
        height: 10px;
        left: 13px;
        position: absolute;
        top: 4px;
        width: 22px;
        background-size: 22px 20px; }
    .menu-block-common-item__themes {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .menu-block-common-item:hover {
      background-color: #19191A;
      border-color: #19191A; }
    .hidden + .menu-block-common-item__archive {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .menu-block-common-item__magazines {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
      .menu-block-common-item__magazines-new {
        background-color: #801818;
        border-color: #4d0707; }
        .menu-block-common-item__magazines-new:hover {
          background-color: #8e3333;
          border-color: #6b1414; }
        .menu-block-common-item__magazines-new.menu-block-common-item-active, .menu-block-common-item__magazines-new.menu-block-common-item-active:hover {
          background-color: #5c0d0d;
          border-color: #2d0202;
          color: #fff; }
    .menu-block-common-item__support {
      right: 30px;
      position: absolute;
      border-radius: 4px; }

.menu-panel__wide {
  font-size: 13px;
  line-height: 14px;
  min-width: 1000px;
  max-width: 1200px;
  width: 80% !important;
  clip: rect(0, auto, auto, 0);
  font-family: Arial, Helvetica, sans-serif;
  z-index: 20003;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #fff; }
  .menu-panel__wide h3 {
    display: block;
    padding: 3px 15px 4px 15px;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 16px; }
  .menu-panel__wide ul {
    padding: 0 0 39px 0; }
    .menu-panel__wide ul li {
      list-style-type: none;
      line-height: 16px; }
      .menu-panel__wide ul li > span {
        padding: 5px 15px;
        display: block; }
        .menu-panel__wide ul li > span:hover {
          cursor: pointer; }
        .menu-panel__wide ul li > span.menu-panel__wide-item-active {
          background-color: #bfe4ff; }
  .menu-panel__wide-item {
    height: 100%;
    border-right: 1px solid #dddddd;
    display: block;
    position: absolute;
    top: 0;
    width: 250px;
    background-color: #f4f4f4;
    overflow: auto;
    padding-bottom: 60px;
    padding-top: 15px; }
    .menu-panel__wide-item-article-list {
      height: 100%;
      border-right: 1px solid #dddddd;
      position: absolute;
      top: 0;
      display: block;
      background-color: #fff;
      z-index: 3;
      min-width: 250px;
      max-width: 950px;
      overflow: auto;
      padding-bottom: 60px;
      padding-top: 15px;
      right: 0; }
      .menu-panel__wide-item-article-list h2 {
        padding-top: 0;
        padding-bottom: 5px;
        line-height: 24px;
        padding-left: 20px; }
      .menu-panel__wide-item-article-list ul li {
        display: block;
        padding: 3px 20px 7px;
        line-height: 20px; }
        .menu-panel__wide-item-article-list ul li a {
          color: #2e98ff; }
          .menu-panel__wide-item-article-list ul li a:hover {
            color: #e2001a;
            border-bottom-color: #e2001a; }

.menu-panel__wide-item:nth-child(1) {
  left: 0px; }
  .menu-panel__wide-item:nth-child(1) + .menu-panel__wide-item-article-list {
    left: 250px; }

.menu-panel__wide-item:nth-child(2) {
  left: 250px; }
  .menu-panel__wide-item:nth-child(2) + .menu-panel__wide-item-article-list {
    left: 500px; }

.menu-panel__wide-item:nth-child(3) {
  left: 500px; }
  .menu-panel__wide-item:nth-child(3) + .menu-panel__wide-item-article-list {
    left: 750px; }

.menu-panel__wide-item:nth-child(4) {
  left: 750px; }
  .menu-panel__wide-item:nth-child(4) + .menu-panel__wide-item-article-list {
    left: 1000px; }

/* ==================================================================== */
/* CONTENT PANEL
/* =================================================================== */
.menu-panel__content {
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.2) ;
  font-family: Arial, Helvetica, sans-serif;
  width: 600px;
  background-color: #fff;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 20003;
  font-size: 13px;
  line-height: 14px;
  display: none;
  margin-left: -600px; }
  .menu-panel__content-preloader {
    background: url(/images/preloaders/preloader__white.gif) no-repeat scroll center center #fff; }
  .menu-panel__content-add-to-favorite {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 89px;
    padding-top: 5px;
    color: #a0a1a5;
    display: none;
    cursor: pointer;
    border-bottom: none;
    white-space: nowrap;
    z-index: 1; }
    .menu-panel__content-add-to-favorite:before {
      content: "";
      position: absolute;
      top: 10px;
      right: 96px;
      width: 26px;
      height: 12px;
      background-image: url(/images/menu/menu-panel__content-bookmark-icon.png);
      background-position: 0 0;
      background-repeat: no-repeat; }
    .menu-panel__content-add-to-favorite:hover {
      color: #7890a5;
      border-bottom: none; }
      .menu-panel__content-add-to-favorite:hover:before {
        background-position: -26px 0; }
    .menu-panel__content-add-to-favorite.menu-panel__content-article-favorite, .menu-panel__content-add-to-favorite.menu-panel__content-article-favorite:hover {
      display: block; }
      .menu-panel__content-add-to-favorite.menu-panel__content-article-favorite:before, .menu-panel__content-add-to-favorite.menu-panel__content-article-favorite:hover:before {
        background-position: -52px 0; }
  .menu-panel__content__menu {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0; }
    .menu-panel__content__menu-line {
      height: 37px;
      border-bottom: 1px solid #e1e1e1;
      display: table;
      width: 100%; }
      .menu-panel__content__menu-line-list li {
        list-style-type: none;
        display: inline-block;
        padding-left: 18px; }
      .menu-panel__content__menu-line-left {
        display: table-cell;
        vertical-align: middle; }
        .menu-panel__content__menu-line-left > div {
          padding-left: 40px;
          padding-right: 40px;
          padding-top: 16px;
          padding-bottom: 16px;
          cursor: pointer;
          display: table-cell; }
      .menu-panel__content__menu-line-right {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding-right: 33px; }
      .menu-panel__content__menu-line-shadow {
        box-shadow: 0px 3px 3px 0 rgba(50, 50, 50, 0.2) ; }
    .menu-panel__content__menu-item-pop-link {
      color: #2e98ff;
      border-color: rgba(46, 152, 255, 0.2);
      border-bottom-style: solid;
      border-bottom-width: 1px;
      cursor: pointer; }
      .menu-panel__content__menu-item-pop-link:hover {
        border-color: rgba(46, 152, 255, 0.6); }
      .menu-panel__content__menu-item-pop-link:hover {
        color: #bc2641;
        border-color: rgba(226, 0, 26, 0.2); }
      .menu-panel__content__menu-item-pop-link-has-menu {
        position: relative; }
        .menu-panel__content__menu-item-pop-link-has-menu:before, .menu-panel__content__menu-item-pop-link-has-menu:after {
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          top: 5px; }
        .menu-panel__content__menu-item-pop-link-has-menu:before {
          border-top-color: #2e98ff;
          border-width: 5px;
          margin-left: -5px;
          right: -18px;
          top: 6px; }
        .menu-panel__content__menu-item-pop-link-has-menu:after {
          border-top-color: #fff;
          border-width: 4px;
          margin-left: -4px;
          right: -17px; }
        .menu-panel__content__menu-item-pop-link-has-menu:hover:before {
          border-top-color: #bc2641; }
      .menu-panel__content__menu-item-pop-link-back {
        position: relative; }
        .menu-panel__content__menu-item-pop-link-back:before, .menu-panel__content__menu-item-pop-link-back:after {
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          top: 8px; }
        .menu-panel__content__menu-item-pop-link-back:before {
          border-right-color: #2e98ff;
          border-width: 5px;
          margin-top: -5px;
          left: -17px; }
        .menu-panel__content__menu-item-pop-link-back:after {
          border-right-color: #fff;
          border-width: 4px;
          margin-top: -4px;
          left: -14px; }
      .menu-panel__content__menu-item-pop-link-active {
        color: #000;
        border-color: rgba(0, 0, 0, 0.2); }
        .menu-panel__content__menu-item-pop-link-active:hover {
          border-color: rgba(0, 0, 0, 0.6); }
        .menu-panel__content__menu-item-pop-link-active:before {
          border-top-color: #000; }
    .menu-panel__content__menu-item__read-statistic {
      padding-right: 38px;
      position: relative; }
  .menu-panel__content__current-magazine-list {
    position: absolute;
    top: 94px;
    padding-top: 33px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
    .menu-panel__content__current-magazine-list-wrapper {
      padding-bottom: 40px; }
      .menu-panel__content__current-magazine-list-wrapper .fa.fa-youtube-play,
      .menu-panel__content__current-magazine-list-wrapper .fa.fa-star {
        font-size: 1em; }
    .menu-panel__content__current-magazine-list h3 {
      margin: 0 21px 0 40px;
      padding: 5px 40px 0 0;
      font-size: 21px;
      line-height: 26px;
      font-weight: bold;
      margin-bottom: 11px;
      border-top: 1px solid #e1e1e1; }
      .menu-panel__content__current-magazine-list h3:first-child {
        border-top: none; }
    .menu-panel__content__current-magazine-list-rubric-list {
      margin-bottom: 27px; }
      .menu-panel__content__current-magazine-list-rubric-list li {
        list-style-type: none;
        font-size: 13px;
        line-height: 18px;
        position: relative; }
        .menu-panel__content__current-magazine-list-rubric-list li a {
          display: block;
          padding: 5px 149px 6px 40px;
          text-decoration: none;
          border: none;
          position: relative; }
          .menu-panel__content__current-magazine-list-rubric-list li a span, .menu-panel__content__current-magazine-list-rubric-list li a i {
            color: #000;
            border-color: rgba(0, 0, 0, 0.2);
            border-bottom: none; }
            .menu-panel__content__current-magazine-list-rubric-list li a span:hover, .menu-panel__content__current-magazine-list-rubric-list li a i:hover {
              border-color: rgba(0, 0, 0, 0.6); }
            .menu-panel__content__current-magazine-list-rubric-list li a span.menu-panel__content__has-add i, .menu-panel__content__current-magazine-list-rubric-list li a i.menu-panel__content__has-add i {
              padding-left: 3px; }
          .menu-panel__content__current-magazine-list-rubric-list li a.menu-panel__content__not-read:before {
            border-radius: 10px;
            content: "";
            position: absolute;
            background-color: #2e98ff;
            display: block;
            left: 20px;
            top: 10px;
            height: 9px;
            width: 9px; }
          .menu-panel__content__current-magazine-list-rubric-list li a.menu-panel__content__read:before {
            display: none; }
          .menu-panel__content__current-magazine-list-rubric-list li a.menu-panel__content__read span, .menu-panel__content__current-magazine-list-rubric-list li a.menu-panel__content__read i {
            border-bottom: none;
            color: #a0a1a5; }
          .menu-panel__content__current-magazine-list-rubric-list li a.menu-panel__content__read:hover span, .menu-panel__content__current-magazine-list-rubric-list li a.menu-panel__content__read:hover i {
            border-bottom: none;
            color: #a0a1a5; }
        .menu-panel__content__current-magazine-list-rubric-list li:hover {
          background-color: #bfe4ff; }
          .menu-panel__content__current-magazine-list-rubric-list li:hover > .menu-panel__content-add-to-favorite {
            display: block; }
        .menu-panel__content__current-magazine-list-rubric-list li.menu-panel__content__list-active {
          background-color: #bfe4ff; }
    .menu-panel__content__current-magazine-list--courses {
      top: 0; }
      .menu-panel__content__current-magazine-list--courses .menu-panel__content__current-magazine-list {
        top: 47px; }
  .menu-panel__content__years-list, .menu-panel__content__magazines-list {
    box-shadow: inset 0 3px 3px 0 rgba(50, 50, 50, 0.2);
    position: absolute;
    z-index: 3;
    top: 47px;
    bottom: 0;
    width: 100%;
    background-color: #ededed;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 60px;
    display: none; }
    .menu-panel__content__years-list .menu-panel__content__list-active, .menu-panel__content__magazines-list .menu-panel__content__list-active {
      background-color: #bfe4ff; }
    .menu-panel__content__years-list:hover .menu-panel__content__list-active, .menu-panel__content__magazines-list:hover .menu-panel__content__list-active {
      background-color: transparent; }
    .menu-panel__content__years-list ul li, .menu-panel__content__magazines-list ul li {
      padding: 6px 40px 5px 40px;
      cursor: pointer;
      font-size: 13px;
      line-height: 18px; }
      .menu-panel__content__years-list ul li:hover, .menu-panel__content__magazines-list ul li:hover {
        background-color: #bfe4ff; }
  .menu-panel__content__magazines-list {
    top: 94px; }
  .menu-panel__content__codex-list {
    position: absolute;
    top: 47px;
    padding-top: 33px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
    .menu-panel__content__codex-list-wrapper {
      padding-left: 19px;
      padding-bottom: 60px; }
    .menu-panel__content__codex-list h2 {
      font: bold 21px/28px Arial, Helvetica, sans-serif;
      margin: 0 0 25px 0;
      padding-right: 20px;
      padding-left: 20px; }
    .menu-panel__content__codex-list h3 {
      font: bold 24px/28px Arial, Helvetica, sans-serif;
      margin-top: -25px;
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 25px; }
    .menu-panel__content__codex-list h4 {
      font: 18px/22px Arial, Helvetica, sans-serif;
      margin: 10px 0;
      padding-left: 20px;
      padding-right: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .menu-panel__content__codex-list a {
      color: #2e98ff;
      border-color: rgba(46, 152, 255, 0.2); }
      .menu-panel__content__codex-list a:hover {
        border-color: rgba(46, 152, 255, 0.6); }
      .menu-panel__content__codex-list a:hover {
        color: #e2001a;
        border-color: rgba(226, 0, 26, 0.2); }
        .menu-panel__content__codex-list a:hover:hover {
          border-color: rgba(226, 0, 26, 0.6); }
    .menu-panel__content__codex-list-chapter {
      margin-top: 5px;
      position: relative;
      padding: 2px 20px 2px 50px;
      font: bold 16px/20px Arial, Helvetica, sans-serif !important;
      margin: 10px 0; }
      .menu-panel__content__codex-list-chapter strong {
        position: absolute;
        left: 20px;
        padding: 0;
        font-weight: bold; }
    .menu-panel__content__codex-list-article {
      font: normal 13px/18px Arial, Helvetica, sans-serif;
      margin-top: 5px;
      position: relative;
      padding: 2px 20px 2px 50px; }
    .menu-panel__content__codex-list-section {
      font: 18px/22px Arial, Helvetica, sans-serif;
      margin: 10px 0;
      padding-left: 20px;
      padding-right: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .menu-panel__content__codex-list-subsection {
      font: bold 20px/24px Arial, Helvetica, sans-serif;
      margin: 10px 0;
      padding-right: 20px;
      padding-left: 20px; }
    .menu-panel__content__codex-list-paragraph {
      font: bold 13px/18px Arial, Helvetica, sans-serif;
      margin: 10px 0 7px;
      padding-right: 20px;
      padding-left: 20px; }
    .menu-panel__content__codex-list-subparagraph {
      font: normal 13px/18px Arial, Helvetica, sans-serif;
      font-style: italic;
      margin: 10px 0 7px;
      padding-right: 20px;
      padding-left: 20px; }
    .menu-panel__content__codex-list-supplement {
      font: bold 13px/18px Arial, Helvetica, sans-serif;
      margin-top: 20px;
      margin-bottom: 10px;
      padding-right: 20px;
      padding-left: 20px; }
      .menu-panel__content__codex-list-supplement strong {
        text-align: left;
        white-space: nowrap;
        display: table-cell;
        padding-left: 0;
        padding-right: 4px; }
        .menu-panel__content__codex-list-supplement strong + .menu-panel__content__codex-list-number {
          text-align: left;
          width: auto; }
    .menu-panel__content__codex-list-count {
      font: 16px/20px Arial, Helvetica, sans-serif;
      position: relative;
      padding-left: 60px;
      top: -10px;
      white-space: nowrap; }
    .menu-panel__content__codex-list-paragraph + .menu-panel__content__codex-list-article > .menu-panel__content__codex-list-count,
    .menu-panel__content__codex-list-subparagraph + .menu-panel__content__codex-list-article > .menu-panel__content__codex-list-count {
      font: normal 13px/18px Arial, Helvetica, sans-serif; }
    .menu-panel__content__codex-list-number {
      width: 60px;
      text-align: right;
      white-space: nowrap;
      display: table-cell;
      padding-left: 0; }
    .menu-panel__content__codex-list-cell {
      display: table-cell;
      padding-left: 0;
      width: auto; }
    .menu-panel__content__codex-list-full {
      padding: 5px 70px 0 20px;
      margin-top: 5px;
      line-height: 18px; }
    .menu-panel__content__codex-list-bold {
      font: bold 18px/22px Arial, Helvetica, sans-serif;
      margin: 10px 0;
      padding-right: 20px;
      padding-left: 20px; }
      .menu-panel__content__codex-list-bold a {
        font: normal 13px/18px Arial, Helvetica, sans-serif;
        position: relative;
        padding: 0 2px; }
    .menu-panel__content__codex-list-main li {
      list-style-type: none;
      margin-bottom: 20px;
      margin-left: -20px; }
      .menu-panel__content__codex-list-main li a {
        padding: 5px 70px 6px 40px;
        border-bottom: none;
        font-weight: bold;
        font-size: 13px;
        color: #000;
        display: block; }
        .menu-panel__content__codex-list-main li a:hover {
          background-color: #bfe4ff; }
    .menu-panel__content__codex-list-main-parts li {
      margin-bottom: 0;
      margin-left: 0; }
      .menu-panel__content__codex-list-main-parts li a {
        font-weight: normal; }
    .menu-panel__content__codex-list-description {
      padding: 5px 70px 0 20px;
      font-size: 13px;
      line-height: 18px;
      color: #707375; }
  .menu-panel__content__books-list {
    position: absolute;
    top: 47px;
    padding-top: 33px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif; }
    .menu-panel__content__books-list-wrapper {
      padding-bottom: 60px; }
    .menu-panel__content__books-list h2 {
      padding: 0 70px 0 40px;
      font-weight: bold;
      font-size: 21px;
      margin-bottom: 11px;
      line-height: 26px; }
    .menu-panel__content__books-list h3 {
      padding: 0 70px 0 40px;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 7px;
      margin-top: 7px;
      line-height: 16px; }
      .menu-panel__content__books-list h3.menu-panel__content__books-list-header-padding {
        margin-top: 30px; }
      .menu-panel__content__books-list h3 + h3 {
        margin-top: 7px !important; }
    .menu-panel__content__books-list h2 + h3 {
      padding-top: 6px;
      margin-top: 7px !important; }
    .menu-panel__content__books-list p {
      font-size: 13px;
      line-height: 18px; }
    .menu-panel__content__books-list a {
      display: block;
      padding: 5px 149px 6px 40px;
      color: #000;
      text-decoration: none;
      border: 0 none;
      position: relative; }
      .menu-panel__content__books-list a:hover {
        background-color: #bfe4ff; }
  .menu-panel__content__rubric__read {
    color: #a0a1a5; }

/* ==================================================================== */
/* ARCHIVE PANEL
/* =================================================================== */
.menu-panel__archive {
  position: fixed;
  text-align: left;
  z-index: 20003;
  bottom: 0;
  right: 0;
  width: 100%; }
  .menu-panel__archive-year-list {
    list-style-type: none;
    display: table;
    white-space: nowrap;
    font-size: 0;
    margin-bottom: -4px; }
    .menu-panel__archive-year-list-item {
      margin-right: 20px;
      display: inline-block;
      vertical-align: bottom;
      position: relative; }
  .menu-panel__archive-list {
    list-style-type: none; }
    .menu-panel__archive-list-item, .menu-panel__archive-list-item-v4 {
      box-shadow: -16px 0 5px 0 rgba(0, 0, 0, 0.2) ;
      display: inline-block;
      vertical-align: bottom;
      width: 155px;
      position: relative;
      margin-left: -10px;
      z-index: 1;
      font-size: 12px; }
      .menu-panel__archive-list-item:first-child, .menu-panel__archive-list-item-v4:first-child {
        margin-left: 20px; }
      .menu-panel__archive-list-item:after, .menu-panel__archive-list-item-v4:after {
        background: url("/images/menu/menu-panel__archive-item-shadow.png") no-repeat scroll 0 0/100% auto transparent;
        content: "";
        height: 90px;
        position: absolute;
        width: 250px;
        display: block; }
      .menu-panel__archive-list-item-current, .menu-panel__archive-list-item-v4-current {
        z-index: 2; }
        .menu-panel__archive-list-item-current:before, .menu-panel__archive-list-item-v4-current:before {
          border: 3px solid #2e98ff;
          content: "";
          height: 223px;
          position: absolute;
          right: 0;
          width: 152px;
          z-index: 2; }
        .menu-panel__archive-list-item-current:after, .menu-panel__archive-list-item-v4-current:after {
          background-image: url("/images/menu/menu-panel__archive-item-current-shadow.png");
          width: 244px; }
      .menu-panel__archive-list-item-free a:before, .menu-panel__archive-list-item-v4-free a:before {
        content: "";
        background: url(/images/menu/menu-panel__archive-list-item-free.png) no-repeat scroll right 0/100% auto transparent;
        display: block;
        height: 85px;
        margin-left: 3px;
        position: absolute;
        right: 0;
        top: 0px;
        width: 82px;
        z-index: 3; }
      .menu-panel__archive-list-item-free a:after, .menu-panel__archive-list-item-v4-free a:after {
        transform: rotate(45deg);
        transform-origin: top left;
        content: attr(data-freetext);
        font-family: Arial, Helvetica, sans-serif;
        position: absolute;
        text-align: center;
        right: -24px;
        top: -2px;
        font-size: 12px;
        color: #000;
        z-index: 4;
        height: 19px;
        width: 82px; }
      .menu-panel__archive-list-item a, .menu-panel__archive-list-item-v4 a {
        border-bottom: none;
        position: relative;
        display: block;
        white-space: normal;
        color: #fff;
        overflow: hidden; }
        .menu-panel__archive-list-item a img, .menu-panel__archive-list-item-v4 a img {
          display: block;
          height: 225px;
          width: auto;
          margin-left: -20px; }
        .menu-panel__archive-list-item a .menu-panel__archive-packet img, .menu-panel__archive-list-item-v4 a .menu-panel__archive-packet img {
          margin-left: 0; }
      .menu-panel__archive-list-item__month, .menu-panel__archive-list-item-v4__month {
        position: absolute;
        font-size: 13px;
        top: 5px;
        color: #000;
        right: 15px; }
      .menu-panel__archive-list-item__year, .menu-panel__archive-list-item-v4__year {
        position: absolute;
        bottom: 10px;
        color: #fff;
        font-size: 13px;
        left: 5px; }
      .menu-panel__archive-list-item__text, .menu-panel__archive-list-item-v4__text {
        position: absolute;
        color: #fff;
        font-size: 12px;
        height: 126px;
        left: 5px;
        overflow: hidden;
        top: 67px;
        width: 129px; }
        .menu-panel__archive-list-item__text img, .menu-panel__archive-list-item-v4__text img {
          margin: 0; }
      .menu-panel__archive-list-item__number, .menu-panel__archive-list-item-v4__number {
        position: absolute;
        bottom: 9px;
        font-size: 15px;
        font-weight: bold;
        right: 14px;
        text-align: right; }
      .menu-panel__archive-list-item__test, .menu-panel__archive-list-item-v4__test {
        display: inline-block;
        position: absolute;
        text-align: center;
        width: 155px;
        bottom: -38px;
        left: 0;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 1;
        font-size: 13px; }
        .menu-panel__archive-list-item__test-done, .menu-panel__archive-list-item-v4__test-done {
          height: 30px;
          padding-left: 26px;
          padding-right: 3px;
          padding-top: 1px;
          font-size: 30px;
          color: #a6a6a6; }
          .menu-panel__archive-list-item__test-done:before, .menu-panel__archive-list-item-v4__test-done:before {
            background: url(/images/menu/menu-panel__archive-item-star.png) no-repeat scroll -19px 0/52px 15px transparent;
            content: "";
            height: 15px;
            margin-left: -16px;
            margin-top: 6px;
            overflow: hidden;
            position: absolute;
            width: 15px; }
          .menu-panel__archive-list-item__test-done__some, .menu-panel__archive-list-item-v4__test-done__some {
            color: #000; }
            .menu-panel__archive-list-item__test-done__some:before, .menu-panel__archive-list-item-v4__test-done__some:before {
              background-position: left 0; }
  .menu-panel__archive-navigation-block {
    left: 0;
    right: 0;
    background-color: #fff;
    height: 81px;
    margin-top: 4px; }
  .menu-panel__archive-scrollarea {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    height: 23px;
    overflow: hidden; }
    .menu-panel__archive-scrollarea-left {
      background-color: #fff;
      height: 17px;
      position: absolute;
      top: 3px;
      left: 1px;
      cursor: pointer;
      width: 34px;
      z-index: 2; }
      .menu-panel__archive-scrollarea-left:before {
        content: "...";
        left: 12px;
        position: absolute;
        top: -6px; }
    .menu-panel__archive-scrollarea-right {
      background-color: #fff;
      height: 17px;
      position: absolute;
      top: 3px;
      right: 1px;
      cursor: pointer;
      width: 34px;
      z-index: 2; }
      .menu-panel__archive-scrollarea-right:after {
        content: "...";
        right: 12px;
        position: absolute;
        top: -6px; }
    .menu-panel__archive-scrollarea-wrapper {
      left: 705px;
      right: 21px;
      bottom: 18px;
      position: absolute;
      z-index: 2; }
    .menu-panel__archive-scrollarea-year-list {
      position: relative;
      white-space: nowrap;
      width: 100%;
      display: inline;
      cursor: pointer; }
      .menu-panel__archive-scrollarea-year-list-item {
        margin-left: -4px;
        text-align: center;
        height: 5px;
        border-right: 1px solid #e6e6e6;
        white-space: nowrap;
        min-width: 90px;
        display: inline-block;
        list-style: none; }
        .menu-panel__archive-scrollarea-year-list-item-text {
          position: relative;
          z-index: 4;
          color: #000;
          font-size: 11px;
          font-weight: normal;
          text-shadow: none !important;
          height: 22px;
          display: inline;
          font-family: Arial, Helvetica, sans-serif; }
  .menu-panel__archive-scrollbar {
    border-radius: 4px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15) ;
    position: relative;
    z-index: 4;
    height: 23px;
    top: 0;
    width: 88px;
    background-color: #fd3;
    border: 1px solid #e5c72e;
    position: absolute;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px; }
    .menu-panel__archive-scrollbar.left {
      left: 0; }
    .menu-panel__archive-scrollbar.right {
      right: 0; }
  .menu-panel__archive-packet {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(56, 77, 92, 0.6); }
    .menu-panel__archive-packet-text {
      transform: translate(-50%, -50%);
      color: #fff;
      font-family: "Times New Roman", serif;
      text-align: center;
      font-size: 22px;
      line-height: 20px;
      position: absolute;
      left: 50%;
      top: 50%; }
    .menu-panel__archive-packet img {
      width: 100%; }

/* ==================================================================== */
/* READ PROGRESS (circle icons)
/* =================================================================== */
.read-progress-icon {
  transform: translate(0, -50%);
  display: block;
  width: 27px;
  height: 26px;
  background-image: url("/images/read-progress/read-progress-icon-small.png");
  background-position: 0 0;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat; }
  .read-progress-icon__0 {
    background-position: 0px 0; }
  .read-progress-icon__1 {
    background-position: -27px 0; }
  .read-progress-icon__2 {
    background-position: -54px 0; }
  .read-progress-icon__3 {
    background-position: -81px 0; }
  .read-progress-icon__4 {
    background-position: -108px 0; }
  .read-progress-icon__5 {
    background-position: -135px 0; }
  .read-progress-icon__6 {
    background-position: -162px 0; }
  .read-progress-icon__7 {
    background-position: -189px 0; }
  .read-progress-icon__8 {
    background-position: -216px 0; }
  .read-progress-icon__9 {
    background-position: -243px 0; }
  .read-progress-icon__10 {
    background-position: -270px 0; }
  .read-progress-icon__11 {
    background-position: -297px 0; }
  .read-progress-icon__12 {
    background-position: -324px 0; }
  .read-progress-icon__13 {
    background-position: -351px 0; }
  .read-progress-icon__14 {
    background-position: -378px 0; }
  .read-progress-icon__15 {
    background-position: -405px 0; }
  .read-progress-icon__16 {
    background-position: -432px 0; }
  .read-progress-icon__17 {
    background-position: -459px 0; }
  .read-progress-icon__18 {
    background-position: -486px 0; }
  .read-progress-icon__19 {
    background-position: -513px 0; }
  .read-progress-icon__20 {
    background-position: -540px 0; }
  .read-progress-icon__21 {
    background-position: -567px 0; }
  .read-progress-icon__22 {
    background-position: -594px 0; }
  .read-progress-icon__23 {
    background-position: -621px 0; }
  .read-progress-icon__24 {
    background-position: -648px 0; }
  .read-progress-icon__25 {
    background-position: -675px 0; }
  .read-progress-icon__26 {
    background-position: -702px 0; }
  .read-progress-icon__27 {
    background-position: -729px 0; }
  .read-progress-icon__28 {
    background-position: -756px 0; }
  .read-progress-icon__29 {
    background-position: -783px 0; }
  .read-progress-icon__30 {
    background-position: -810px 0; }
  .read-progress-icon__31 {
    background-position: -837px 0; }
  .read-progress-icon__32 {
    background-position: -864px 0; }
  .read-progress-icon__33 {
    background-position: -891px 0; }
  .read-progress-icon__34 {
    background-position: -918px 0; }
  .read-progress-icon__35 {
    background-position: -945px 0; }
  .read-progress-icon__36 {
    background-position: -972px 0; }
  .read-progress-icon__37 {
    background-position: -999px 0; }
  .read-progress-icon__38 {
    background-position: -1026px 0; }
  .read-progress-icon__39 {
    background-position: -1053px 0; }
  .read-progress-icon__40 {
    background-position: -1080px 0; }
  .read-progress-icon__41 {
    background-position: -1107px 0; }
  .read-progress-icon__42 {
    background-position: -1134px 0; }
  .read-progress-icon__43 {
    background-position: -1161px 0; }
  .read-progress-icon__44 {
    background-position: -1188px 0; }
  .read-progress-icon__45 {
    background-position: -1215px 0; }
  .read-progress-icon__46 {
    background-position: -1242px 0; }
  .read-progress-icon__47 {
    background-position: -1269px 0; }
  .read-progress-icon__48 {
    background-position: -1296px 0; }
  .read-progress-icon__49 {
    background-position: -1323px 0; }
  .read-progress-icon__50 {
    background-position: -1350px 0; }
  .read-progress-icon__51 {
    background-position: -1377px 0; }
  .read-progress-icon__52 {
    background-position: -1404px 0; }
  .read-progress-icon__53 {
    background-position: -1431px 0; }
  .read-progress-icon__54 {
    background-position: -1458px 0; }
  .read-progress-icon__55 {
    background-position: -1485px 0; }
  .read-progress-icon__56 {
    background-position: -1512px 0; }
  .read-progress-icon__57 {
    background-position: -1539px 0; }
  .read-progress-icon__58 {
    background-position: -1566px 0; }
  .read-progress-icon__59 {
    background-position: -1593px 0; }
  .read-progress-icon__60 {
    background-position: -1620px 0; }
  .read-progress-icon__61 {
    background-position: -1647px 0; }
  .read-progress-icon__62 {
    background-position: -1674px 0; }
  .read-progress-icon__63 {
    background-position: -1701px 0; }
  .read-progress-icon__64 {
    background-position: -1728px 0; }
  .read-progress-icon__65 {
    background-position: -1755px 0; }
  .read-progress-icon__66 {
    background-position: -1782px 0; }
  .read-progress-icon__67 {
    background-position: -1809px 0; }
  .read-progress-icon__68 {
    background-position: -1836px 0; }
  .read-progress-icon__69 {
    background-position: -1863px 0; }
  .read-progress-icon__70 {
    background-position: -1890px 0; }
  .read-progress-icon__71 {
    background-position: -1917px 0; }
  .read-progress-icon__72 {
    background-position: -1944px 0; }
  .read-progress-icon__73 {
    background-position: -1971px 0; }
  .read-progress-icon__74 {
    background-position: -1998px 0; }
  .read-progress-icon__75 {
    background-position: -2025px 0; }
  .read-progress-icon__76 {
    background-position: -2052px 0; }
  .read-progress-icon__77 {
    background-position: -2079px 0; }
  .read-progress-icon__78 {
    background-position: -2106px 0; }
  .read-progress-icon__79 {
    background-position: -2133px 0; }
  .read-progress-icon__80 {
    background-position: -2160px 0; }
  .read-progress-icon__81 {
    background-position: -2187px 0; }
  .read-progress-icon__82 {
    background-position: -2214px 0; }
  .read-progress-icon__83 {
    background-position: -2241px 0; }
  .read-progress-icon__84 {
    background-position: -2268px 0; }
  .read-progress-icon__85 {
    background-position: -2295px 0; }
  .read-progress-icon__86 {
    background-position: -2322px 0; }
  .read-progress-icon__87 {
    background-position: -2349px 0; }
  .read-progress-icon__88 {
    background-position: -2376px 0; }
  .read-progress-icon__89 {
    background-position: -2403px 0; }
  .read-progress-icon__90 {
    background-position: -2430px 0; }
  .read-progress-icon__91 {
    background-position: -2457px 0; }
  .read-progress-icon__92 {
    background-position: -2484px 0; }
  .read-progress-icon__93 {
    background-position: -2511px 0; }
  .read-progress-icon__94 {
    background-position: -2538px 0; }
  .read-progress-icon__95 {
    background-position: -2565px 0; }
  .read-progress-icon__96 {
    background-position: -2592px 0; }
  .read-progress-icon__97 {
    background-position: -2619px 0; }
  .read-progress-icon__98 {
    background-position: -2646px 0; }
  .read-progress-icon__99 {
    background-position: -2673px 0; }
  .read-progress-icon__100 {
    background-position: -2700px 0; }
  .read-progress-icon.menu-panel__archive-list-item__read {
    top: 0;
    left: -13px; }
  .read-progress-icon.menu-panel__content__menu-item__read-statistic-icon {
    right: 0;
    top: 50%; }
  .read-progress-icon.menu-block-common-item__content-read-progress {
    opacity: 0;
    filter: alpha(opacity=0);
    left: -12px;
    top: -2px; }
  .read-progress-icon.menu-block-common-item-showed {
    -webkit-animation-name: hopacityon;
            animation-name: hopacityon;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    opacity: 1;
    filter: alpha(opacity=100); }
  .menu-block-common-item-active .read-progress-icon.menu-block-common-item-showed {
    -webkit-animation-name: hopacityoff;
            animation-name: hopacityoff;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    opacity: 0;
    filter: alpha(opacity=0); }

.read-progress-block {
  padding-bottom: 60px;
  padding-top: 40px; }

.read-progress-icon-big {
  background-image: url("/images/read-progress/read-progress-icon-big.png");
  background-size: auto auto;
  transform: translate(0, 0);
  background-position: left center;
  width: 53px;
  height: 53px; }
  .read-progress-icon-big__0 {
    background-position: 0px center; }
  .read-progress-icon-big__1 {
    background-position: -53px center; }
  .read-progress-icon-big__2 {
    background-position: -106px center; }
  .read-progress-icon-big__3 {
    background-position: -159px center; }
  .read-progress-icon-big__4 {
    background-position: -212px center; }
  .read-progress-icon-big__5 {
    background-position: -265px center; }
  .read-progress-icon-big__6 {
    background-position: -318px center; }
  .read-progress-icon-big__7 {
    background-position: -371px center; }
  .read-progress-icon-big__8 {
    background-position: -424px center; }
  .read-progress-icon-big__9 {
    background-position: -477px center; }
  .read-progress-icon-big__10 {
    background-position: -530px center; }
  .read-progress-icon-big__11 {
    background-position: -583px center; }
  .read-progress-icon-big__12 {
    background-position: -636px center; }
  .read-progress-icon-big__13 {
    background-position: -689px center; }
  .read-progress-icon-big__14 {
    background-position: -742px center; }
  .read-progress-icon-big__15 {
    background-position: -795px center; }
  .read-progress-icon-big__16 {
    background-position: -848px center; }
  .read-progress-icon-big__17 {
    background-position: -901px center; }
  .read-progress-icon-big__18 {
    background-position: -954px center; }
  .read-progress-icon-big__19 {
    background-position: -1007px center; }
  .read-progress-icon-big__20 {
    background-position: -1060px center; }
  .read-progress-icon-big__21 {
    background-position: -1113px center; }
  .read-progress-icon-big__22 {
    background-position: -1166px center; }
  .read-progress-icon-big__23 {
    background-position: -1219px center; }
  .read-progress-icon-big__24 {
    background-position: -1272px center; }
  .read-progress-icon-big__25 {
    background-position: -1325px center; }
  .read-progress-icon-big__26 {
    background-position: -1378px center; }
  .read-progress-icon-big__27 {
    background-position: -1431px center; }
  .read-progress-icon-big__28 {
    background-position: -1484px center; }
  .read-progress-icon-big__29 {
    background-position: -1537px center; }
  .read-progress-icon-big__30 {
    background-position: -1590px center; }
  .read-progress-icon-big__31 {
    background-position: -1643px center; }
  .read-progress-icon-big__32 {
    background-position: -1696px center; }
  .read-progress-icon-big__33 {
    background-position: -1749px center; }
  .read-progress-icon-big__34 {
    background-position: -1802px center; }
  .read-progress-icon-big__35 {
    background-position: -1855px center; }
  .read-progress-icon-big__36 {
    background-position: -1908px center; }
  .read-progress-icon-big__37 {
    background-position: -1961px center; }
  .read-progress-icon-big__38 {
    background-position: -2014px center; }
  .read-progress-icon-big__39 {
    background-position: -2067px center; }
  .read-progress-icon-big__40 {
    background-position: -2120px center; }
  .read-progress-icon-big__41 {
    background-position: -2173px center; }
  .read-progress-icon-big__42 {
    background-position: -2226px center; }
  .read-progress-icon-big__43 {
    background-position: -2279px center; }
  .read-progress-icon-big__44 {
    background-position: -2332px center; }
  .read-progress-icon-big__45 {
    background-position: -2385px center; }
  .read-progress-icon-big__46 {
    background-position: -2438px center; }
  .read-progress-icon-big__47 {
    background-position: -2491px center; }
  .read-progress-icon-big__48 {
    background-position: -2544px center; }
  .read-progress-icon-big__49 {
    background-position: -2597px center; }
  .read-progress-icon-big__50 {
    background-position: -2650px center; }
  .read-progress-icon-big__51 {
    background-position: -2703px center; }
  .read-progress-icon-big__52 {
    background-position: -2756px center; }
  .read-progress-icon-big__53 {
    background-position: -2809px center; }
  .read-progress-icon-big__54 {
    background-position: -2862px center; }
  .read-progress-icon-big__55 {
    background-position: -2915px center; }
  .read-progress-icon-big__56 {
    background-position: -2968px center; }
  .read-progress-icon-big__57 {
    background-position: -3021px center; }
  .read-progress-icon-big__58 {
    background-position: -3074px center; }
  .read-progress-icon-big__59 {
    background-position: -3127px center; }
  .read-progress-icon-big__60 {
    background-position: -3180px center; }
  .read-progress-icon-big__61 {
    background-position: -3233px center; }
  .read-progress-icon-big__62 {
    background-position: -3286px center; }
  .read-progress-icon-big__63 {
    background-position: -3339px center; }
  .read-progress-icon-big__64 {
    background-position: -3392px center; }
  .read-progress-icon-big__65 {
    background-position: -3445px center; }
  .read-progress-icon-big__66 {
    background-position: -3498px center; }
  .read-progress-icon-big__67 {
    background-position: -3551px center; }
  .read-progress-icon-big__68 {
    background-position: -3604px center; }
  .read-progress-icon-big__69 {
    background-position: -3657px center; }
  .read-progress-icon-big__70 {
    background-position: -3710px center; }
  .read-progress-icon-big__71 {
    background-position: -3763px center; }
  .read-progress-icon-big__72 {
    background-position: -3816px center; }
  .read-progress-icon-big__73 {
    background-position: -3869px center; }
  .read-progress-icon-big__74 {
    background-position: -3922px center; }
  .read-progress-icon-big__75 {
    background-position: -3975px center; }
  .read-progress-icon-big__76 {
    background-position: -4028px center; }
  .read-progress-icon-big__77 {
    background-position: -4081px center; }
  .read-progress-icon-big__78 {
    background-position: -4134px center; }
  .read-progress-icon-big__79 {
    background-position: -4187px center; }
  .read-progress-icon-big__80 {
    background-position: -4240px center; }
  .read-progress-icon-big__81 {
    background-position: -4293px center; }
  .read-progress-icon-big__82 {
    background-position: -4346px center; }
  .read-progress-icon-big__83 {
    background-position: -4399px center; }
  .read-progress-icon-big__84 {
    background-position: -4452px center; }
  .read-progress-icon-big__85 {
    background-position: -4505px center; }
  .read-progress-icon-big__86 {
    background-position: -4558px center; }
  .read-progress-icon-big__87 {
    background-position: -4611px center; }
  .read-progress-icon-big__88 {
    background-position: -4664px center; }
  .read-progress-icon-big__89 {
    background-position: -4717px center; }
  .read-progress-icon-big__90 {
    background-position: -4770px center; }
  .read-progress-icon-big__91 {
    background-position: -4823px center; }
  .read-progress-icon-big__92 {
    background-position: -4876px center; }
  .read-progress-icon-big__93 {
    background-position: -4929px center; }
  .read-progress-icon-big__94 {
    background-position: -4982px center; }
  .read-progress-icon-big__95 {
    background-position: -5035px center; }
  .read-progress-icon-big__96 {
    background-position: -5088px center; }
  .read-progress-icon-big__97 {
    background-position: -5141px center; }
  .read-progress-icon-big__98 {
    background-position: -5194px center; }
  .read-progress-icon-big__99 {
    background-position: -5247px center; }
  .read-progress-icon-big__100 {
    background-position: -5300px center; }
  .read-progress-icon-big-wrapper {
    display: table-cell;
    vertical-align: top;
    width: 53px;
    height: 53px; }

.read-progress-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
  padding-left: 10px;
  line-height: 25px; }
  .read-progress-text b {
    font-size: 36px;
    font-weight: normal; }

/* ==================================================================== */
/* BOOKMARKS PANEL
/* =================================================================== */
.menu-panel__bookmarks {
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.2) ;
  font-family: Arial, Helvetica, sans-serif;
  width: 485px;
  background-color: #fffced;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  text-align: left;
  overflow-x: auto;
  z-index: 20003;
  font-size: 13px;
  line-height: 14px; }
  .menu-panel__bookmarks-preloader {
    background: url(/images/preloaders/preloader__bookmarks.gif) no-repeat scroll center center #fffced; }
  .menu-panel__bookmarks-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    padding-top: 21px;
    padding-left: 40px;
    padding-bottom: 19px;
    font-weight: bold; }
  .menu-panel__bookmarks-group {
    margin-bottom: 30px; }
    .menu-panel__bookmarks-group-header {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: bold;
      padding-left: 40px;
      color: #000;
      margin-bottom: 7px; }
    .menu-panel__bookmarks-group-list {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #000; }
      .menu-panel__bookmarks-group-list li {
        padding: 0;
        line-height: 18px;
        position: relative;
        cursor: pointer; }
        .menu-panel__bookmarks-group-list li:hover {
          cursor: default;
          background-color: #bfe4ff; }
          .menu-panel__bookmarks-group-list li:hover > .menu-panel__bookmarks-remove {
            display: block; }
      .menu-panel__bookmarks-group-list a, .menu-panel__bookmarks-group-list a:hover {
        color: #000;
        text-decoration: none;
        border: none;
        padding: 6px 70px 6px 40px;
        position: relative;
        display: block; }
  .menu-panel__bookmarks-remove {
    background: url(/images/menu/menu-panel__bookmarks-remove-icon.png) no-repeat scroll 0 0 transparent;
    height: 16px;
    position: absolute;
    right: 32px;
    top: 5px;
    width: 12px;
    display: none;
    z-index: 1;
    background-size: 26px; }
    .menu-panel__bookmarks-remove:hover {
      cursor: pointer;
      background-position: right top; }
  .menu-panel__bookmarks-id2-link {
    border-radius: 5px;
    color: #000;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 58px;
    margin-left: 40px;
    margin-right: 70px;
    padding-top: 9px;
    padding-bottom: 10px;
    position: relative;
    text-align: center; }
    .menu-panel__bookmarks-id2-link:hover {
      border-color: rgba(0, 0, 0, 0.6); }
  .menu-panel__bookmarks-empty {
    background: url(/images/menu/menu-panel__bookmarks-empty-icon.png) no-repeat scroll center top transparent;
    height: 86px;
    width: 100%;
    top: 50%;
    position: absolute;
    margin-top: -43px; }
    .menu-panel__bookmarks-empty-text {
      color: #b7b7b7;
      font-size: 13px;
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 0;
      font-family: Arial, Helvetica, sans-serif; }

/* ==================================================================== */
/* BOOKMARKS PANEL
/* =================================================================== */
.menu-panel__catalogue {
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.2) ;
  font-family: Arial, Helvetica, sans-serif;
  width: 600px;
  background-color: #fff;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  text-align: left;
  overflow-x: auto;
  z-index: 20003;
  font-size: 13px;
  line-height: 14px; }
  .menu-panel__catalogue-preloader {
    background: url(/images/preloaders/preloader__white.gif) no-repeat scroll center center #fff; }
  .menu-panel__catalogue-recommended {
    margin: 0 -10px -15px -20px;
    padding: 26px 10px 0 40px;
    border-top: 1px solid #e6e6e6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    clear: left; }
  .menu-panel__catalogue-menu {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1) ;
    position: absolute;
    width: 730px;
    height: 64px;
    left: 0;
    top: 0;
    z-index: 20004; }
    .menu-panel__catalogue-menu-wrapper {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 30px; }
    .menu-panel__catalogue-menu .menu-block-common-item:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .menu-panel__catalogue-menu .menu-block-common-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .menu-panel__catalogue-container-list {
    margin: 0 0 13px 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu-panel__catalogue-container-list-wrapper {
      position: absolute;
      left: 0;
      top: 64px;
      bottom: 0;
      right: 0;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 31px 10px 51px 20px; }
    .menu-panel__catalogue-container-list li {
      line-height: 0;
      position: relative;
      float: left;
      margin: 50px 5px 0 20px;
      /*height: 170px;*/
      -ms-flex-item-align: end;
      align-self: flex-end; }
      .menu-panel__catalogue-container-list li a {
        position: relative;
        display: block;
        border: none; }
        .menu-panel__catalogue-container-list li a > .tips {
          white-space: nowrap;
          z-index: 20005; }
        .menu-panel__catalogue-container-list li a:hover > .tips {
          display: block; }
      .menu-panel__catalogue-container-list li img {
        box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.2) ;
        display: block; }
    .menu-panel__catalogue-container-list-item__new:after {
      border-radius: 50%;
      background-color: #e50000;
      content: "✓";
      display: block;
      right: -15px;
      position: absolute;
      top: -16px;
      height: 30px;
      width: 30px;
      background-size: 100%;
      cursor: pointer;
      color: #fff;
      text-align: center;
      font-size: 22px;
      line-height: 28px;
      font-family: Arial, Helvetica, sans-serif; }
    .menu-panel__catalogue-container-list-item__newspaper {
      margin: 30px 5px 0 20px;
      /*height: 170px;*/ }
    .menu-panel__catalogue-container-list-item__current a:after {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      border: 3px solid #2e98ff;
      cursor: pointer; }
    .menu-panel__catalogue-container-list-item__book.menu-panel__catalogue-container-list-item__new:after {
      content: none; }
    .menu-panel__catalogue-container-list-item__book.menu-panel__catalogue-container-list-item__new a:after {
      background: url(/images/bigBookNew.png) no-repeat left top;
      margin: 0;
      padding: 0;
      border-radius: 0;
      content: "";
      display: block;
      right: -1px;
      position: absolute;
      top: -1px;
      height: 69px;
      width: 69px;
      background-size: 100%;
      cursor: pointer; }
    .menu-panel__catalogue-container-list-item__book a:before {
      content: "";
      display: block;
      position: absolute;
      height: 6px;
      width: 6px;
      bottom: -7px;
      left: 10px;
      border-top: 1px solid #c29320;
      background-color: #f0b62b; }
    .menu-panel__catalogue-container-menu-wrapper ~ .menu-panel__catalogue-container-list-wrapper {
      padding-left: 269px; }
  .menu-panel__catalogue-container-menu {
    margin: 18px 0 65px 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%; }
    .menu-panel__catalogue-container-menu li {
      padding: 5px 15px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      line-height: 19px;
      cursor: pointer; }
    .menu-panel__catalogue-container-menu-wrapper {
      position: absolute;
      left: 0;
      top: 64px;
      bottom: 0;
      overflow: auto;
      width: 250px;
      background-color: #f4f4f4;
      border-right: 1px solid #dddddd;
      z-index: 1; }
    .menu-panel__catalogue-container-menu-item__active {
      background-color: #bfe4ff; }
  .menu-panel__catalogue-container-type {
    display: inline-block;
    max-width: 105px;
    white-space: normal;
    line-height: 1.1; }
  .menu-panel__catalogue-container-title {
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold; }

/* ==================================================================== */
/* TEST PANEL
/* =================================================================== */
.menu-block-common-item__test {
  border-radius: 4px;
  background-color: #363636;
  margin-left: 20px;
  border: none;
  padding-top: 0;
  cursor: default;
  display: none; }
  @media screen and (max-width: 850px) {
    .menu-block-common-item__test {
      display: none !important; } }
  .menu-block-common-item__test:hover .test-info-block {
    display: block;
    -webkit-animation-name: hopacityon;
            animation-name: hopacityon;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    opacity: 1;
    filter: alpha(opacity=100); }
  .menu-block-common-item__test-wrapper-number {
    font-size: 16px;
    line-height: 20px;
    padding-left: 5px; }
    .menu-block-common-item__test-wrapper-number .fa-star {
      font-size: 12px; }
  .menu-block-common-item__test-wrapper-text {
    color: rgba(255, 255, 255, 0.6); }
  .menu-block-common-item__test-completed .menu-block-common-item__test-wrapper-number {
    color: #fcd437; }

.test-info-block {
  background: #fbf1d0;
  background: linear-gradient(to bottom, #fbf1d0 0%, #fde2a0 99%);
  border-radius: 5px;
  box-shadow: 0 10px 15px -5px rgba(51, 25, 5, 0.7) ;
  height: 85px;
  padding: 11px 37px 10px 26px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #000;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  /*@include opacity(0);*/
  display: none;
  /*&:hover {
        display: block;
        animation-name: hopacityon;
        animation-duration: .3s;
        @include opacity(1);
    }*/ }
  .test-info-block:before {
    content: "";
    position: absolute;
    left: 50%;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #fde2a0 transparent transparent transparent;
    background-image: none;
    height: auto;
    width: auto;
    top: 100%;
    transform: translate(-50%, 0); }
  .test-info-block-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
  .test-info-block-star {
    display: table-cell;
    padding-right: 21px;
    vertical-align: middle; }
  .test-info-block-text {
    display: table-cell;
    position: relative;
    vertical-align: middle; }
    .test-info-block-text-big {
      font-size: 30px; }

/*Удалить
#onlineConsultant {
    display: none;
}*/
.chat-btn .test-balloon {
  display: block;
  visibility: hidden;
  position: absolute;
  right: 40px;
  width: 1px;
  border: 0 none;
  overflow: hidden;
  white-space: nowrap;
  padding: 7px 0px; }

.chat-btn .balloon {
  /*
    display: block;
    visibility: hidden;
    */
  display: none;
  position: absolute;
  overflow: visible;
  right: 36px;
  bottom: -1px;
  border: 1px solid #8c9ca9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #d6dfe6;
  cursor: default;
  text-shadow: none;
  color: black;
  padding: 7px 10px;
  line-height: 16px;
  font-size: 13px; }

.chat-btn .balloon:after {
  /*    background: transparent url('/i/chat/balloon-tail.png');  */
  position: absolute;
  width: 13px;
  height: 9px;
  right: -13px;
  bottom: 10px;
  content: ''; }

/* кнопка чата
/* -------------------------------------------------- */
.main-footer-menu {
  min-height: 28px; }

.main-footer-menu ul .btn-assistant {
  margin-left: 0;
  position: fixed;
  right: 18px; }

.main-footer-menu ul .btn-assistant a {
  padding-left: 18px;
  /*    background: url("/img-new/buttons/toolbar-icons-bss.png") 0 -109px no-repeat;   */ }

.main-footer-menu ul .btn-assistant.online a {
  background-position: 0 -83px; }

.chat-message__text.not-recieved {
  color: #a9a9a9; }

.chat-message__text.sent {
  color: #a9a9a9;
  position: relative; }

.chat-message__text.sent .chat-message__date {
  display: none; }

.chat-message__text.sent:after {
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/images/chat/ajax-loader-ok.gif") no-repeat 0 0; }

.chat-message__text.sent.to.customer:after {
  display: none; }

/* scroller (baron)
/* -------------------------------------------------- */
.scroller {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

.scroller::-webkit-scrollbar {
  width: 0; }

.scroller__track {
  display: none;
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 10px;
  bottom: 10px;
  width: 10px; }

.scroller__bar {
  position: absolute;
  z-index: 1;
  right: 2px;
  width: 6px;
  border-radius: 4px; }

.scroller_state_active .scroller__track {
  display: block; }

.scroller_state_active .scroller__bar {
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.2s linear; }

.scroller_state_active:hover .scroller__bar {
  background: rgba(0, 0, 0, 0.3); }

/* slider
/* -------------------------------------------------- */
.slider {
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  height: auto;
  transition: left 0.4s linear; }

.slider__in {
  position: relative;
  height: 100%;
  background: #ffffff;
  box-sizing: border-box; }

.slider__column {
  float: left;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-right: -100%;
  box-sizing: border-box; }

.slider_viewtype_right {
  z-index: 20003;
  left: auto;
  box-shadow: -8px 0 16px rgba(0, 0, 0, 0.4); }

.slider_viewtype_right .slider__in {
  padding: 86px 0 249px;
  transition: padding 0.2s linear; }

.page-index .slider_viewtype_right .slider__in {
  padding-top: 166px; }

.page-index.warning .slider_viewtype_right .slider__in {
  padding-top: 196px; }

.page-index.warning.scrolled .slider_viewtype_right .slider__in {
  padding-top: 164px; }

.scrolled .slider_viewtype_right .slider__in {
  padding-top: 134px; }

.warning .slider_viewtype_right .slider__in,
.holdreq-enabled .slider_viewtype_right .slider__in {
  padding-top: 237px; }

.warning.holdreq-enabled .slider_viewtype_right .slider__in {
  padding-top: 267px; }

.warning.scrolled .slider_viewtype_right .slider__in,
.holdreq-enabled.scrolled .slider_viewtype_right .slider__in {
  padding-top: 164px; }

.warning.holdreq-enabled.scrolled .slider_viewtype_right .slider__in {
  padding-top: 194px; }

.scrolled .slider_viewtype_right .chat__header {
  top: 58px; }

.warning .slider_viewtype_right .chat__header,
.holdreq-enabled .slider_viewtype_right .chat__header {
  top: 161px; }

.warning.holdreq-enabled .slider_viewtype_right .chat__header {
  top: 191px; }

.warning.scrolled .slider_viewtype_right .chat__header,
.holdreq-enabled.scrolled .slider_viewtype_right .chat__header {
  top: 88px; }

.warning.holdreq-enabled.scrolled .slider_viewtype_right .chat__header {
  top: 118px; }

.slider_viewtype_bottom {
  top: auto;
  width: 80%;
  transition: bottom 0.4s linear; }

/* chat
/* -------------------------------------------------- */
.chat {
  right: -358px;
  width: 338px;
  font: 13px / 18px Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #000; }

.chat .close {
  top: 10px;
  right: 10px;
  z-index: 101; }

.page-index .chat .close {
  top: 100px; }

.scrolled .chat .close {
  top: 68px; }

.warning .chat .close {
  top: 170px; }

.warning.scrolled .chat .close {
  top: 97px; }

.holdreq-enabled .chat .close {
  top: 171px; }

.holdreq-enabled.warning .chat .close {
  top: 200px; }

.holdreq-enabled.scrolled .chat .close {
  top: 98px; }

.holdreq-enabled.warning.scrolled .chat .close {
  top: 127px; }

.chat__header {
  top: 0px;
  z-index: 100;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: 86px;
  padding: 10px 29px 10px 16px;
  background: #e0e4ec; }

.page-index .chat__header {
  top: 90px; }

.warning .chat__header {
  top: 161px; }

@media only screen and (min-width: 1700px) {
  .chat__header {
    top: 0 !important; }
  .permanent-warning .chat__header,
  .warning .chat__header {
    top: 29px !important; }
  .chat .slider__in {
    padding-top: 86px !important; }
  .warning .chat .slider__in {
    padding-top: 115px !important; }
  .chat .close {
    top: 10px !important; }
  .permanent-warning .chat .b-close,
  .warning .chat .close {
    top: 39px !important; } }

.chat__body {
  position: relative;
  height: 100%;
  box-sizing: border-box; }

.chat__body:before,
.chat__body:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 20px;
  content: "";
  display: block; }

.chat__body:before {
  top: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }

.lt-ie9 .chat__body:before {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }

.chat__body:after {
  bottom: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.lt-ie9 .chat__body:before {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.chat__reply {
  height: 196px;
  padding: 10px 20px 10px 16px; }

.chat-expert {
  display: none; }

.chat-expert__image {
  float: left;
  max-width: 50px;
  height: auto;
  margin-right: 10px;
  border: 1px solid #a3a8ae; }

.chat-expert__text {
  overflow: hidden;
  font-weight: bold;
  text-align: left; }

.chat-expert__name {
  display: block; }

.chat-expert__descr {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.chat-warning {
  display: none;
  text-align: left; }

.chat-messages {
  padding: 0.769em 20px 0.769em 16px; }

.chat-message__title {
  clear: both;
  float: left;
  font: 16px / 18px Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: bold;
  margin: -1px 5px 0 0; }

.chat-message__title:after {
  content: ": ";
  display: inline; }

.chat-message__text {
  position: relative;
  margin: 0 0 0.571em;
  padding-right: 25px;
  word-wrap: break-word;
  text-align: left; }

.chat-message__text_type_notice {
  /*font-style: italic;*/ }

.chat-message__text_type_error {
  font-style: italic;
  color: #e41a00; }

.chat-message__text:last-child {
  margin-bottom: 0; }

.chat-message__date {
  font: 9px / 18px Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-align: right;
  color: #a9a9a9;
  position: absolute;
  right: 0;
  bottom: -0.111em; }

/* form_type_chat-reply
/* -------------------------------------------------- */
.form_type_chat-reply {
  position: relative;
  padding: 0; }

.form_type_chat-reply .form-field_type_textarea {
  width: 100%;
  height: 130px;
  padding: 5px 20px 5px 8px;
  color: #999999;
  background: transparent;
  resize: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-sizing: border-box;
  border: 1px solid #a9a9a9;
  overflow-y: scroll; }

.form_type_chat-reply .form-field_type_submit {
  position: absolute;
  z-index: 1000;
  right: 12px;
  bottom: 3px;
  width: 24px;
  font-size: 0;
  color: transparent;
  border: none;
  opacity: 0.5;
  cursor: pointer; }

.form_type_chat-reply.form_state_active {
  transition: color 0.3s linear; }

.form_type_chat-reply.form_state_active .form-field_type_textarea {
  color: #000000; }

.form_type_chat-reply.form_state_active .form-field_type_submit {
  opacity: 0.6; }

.form_type_chat-reply.disabled {
  opacity: 0.5; }

.form_type_chat-reply.disabled > * {
  cursor: default; }

/*скрываем стилями livetex*/
.lt-chat,
.chat-window,
#tuna_1,
.loadtesting-ok #onlineConsultant,
.loadtesting-ok .btn-assistant {
  display: none !important; }

.chat__evaliation {
  font: normal 11px/22px Arial, sans-serif;
  text-align: right;
  margin: 10px 0 12px;
  display: none; }

.chat__evaliation-label {
  font-weight: bold;
  color: #5a5a5a;
  float: left; }

.chat__evaliation-btn {
  display: inline-block;
  width: 98px;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  text-align: center;
  position: relative;
  z-index: 0;
  text-decoration: none;
  cursor: pointer; }

.chat__evaliation-btn:hover {
  text-decoration: none; }

.chat__evaliation-btn-good {
  color: #107810;
  border-radius: 3px 0 0 3px;
  right: -1px; }

.chat__evaliation-btn-good:hover {
  color: #107810;
  border-color: #a2cba2;
  z-index: 1; }

.chat__evaliation-btn-good.active {
  border-color: #a2cba2;
  background: #e4fae4;
  z-index: 1;
  cursor: default; }

.chat__evaliation-btn-bad {
  color: #f05b4d;
  border-radius: 0 3px 3px 0; }

.chat__evaliation-btn-bad:hover {
  color: #f05b4d;
  border-color: #e5c1c1;
  z-index: 1; }

.chat__evaliation-btn-bad.active {
  border-color: #e5c1c1;
  background: #fbe6e6;
  z-index: 1;
  cursor: default; }

.ico_content_enter {
  background: url("/images/chat/ico.png") no-repeat scroll -100px 0 transparent; }

.ico {
  border: medium none;
  display: inline-block;
  height: 20px;
  vertical-align: top;
  width: 20px; }

.b-loader {
  background: url("/images/chat/b-loader.gif") no-repeat scroll 0 0 transparent;
  display: none;
  height: 32px;
  left: 50%;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  width: 32px; }

.btn-assistant {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: Arial,sans-serif;
  font-size: 13px;
  position: fixed;
  text-align: center;
  z-index: 1701;
  border: 1px solid #454546;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px 14px 4px 0;
  background-color: #5d5d5d; }

.btn-assistant:hover {
  background-color: #19191A;
  border-color: #19191A; }

.btn-assistant.active {
  background: none repeat scroll 0 0 #fd3;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #000; }

.btn-assistant span {
  background: url("/images/chat/toolbar-icons-KSS.png") no-repeat scroll 10px -108px transparent;
  padding-left: 27px; }

.btn-assistant.online span {
  background-position: 10px -212px; }

.close {
  background: url("/images/chat/close.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  height: 17px;
  position: absolute;
  width: 17px;
  z-index: 101;
  top: 10px; }

.close:hover {
  background-position: -17px 0; }

.chat-message__btn {
  display: inline-block;
  padding: 2px 16px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  background-color: #1a9200;
  border: 1px solid #127c00;
  color: white;
  margin: 0 0 0.571em; }

.chat-message__btn:hover {
  background-color: #157900;
  border-color: #0e6200;
  color: white;
  transition: background-color 0.1s; }

.menu-block-common-item-active, .menu-block-common-item-active:hover {
  background-color: #fd3;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset ;
  color: #000; }
  .menu-block-common-item-active:before, .menu-block-common-item-active:hover:before {
    background-position: left bottom; }
  .menu-block-common-item-active a, .menu-block-common-item-active:hover a {
    color: #000; }

/* ==================================================================== */
/* HEADER PANEL
/* =================================================================== */
.header-block-common {
  background-color: rgba(71, 82, 89, 0.97);
  line-height: 21px;
  min-height: 110px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  z-index: 2002;
  width: 100%; }
  .header-block-common.header-block-common__big {
    z-index: 2003; }
  .header-block-common-wrapper {
    min-height: 104px;
    position: relative; }
  .header-block-common-top-wrapper {
    float: right; }
    .header-block-common-top-wrapper > div {
      display: inline-block;
      vertical-align: top; }
  .header-block-common__main-link {
    border-radius: 4px;
    padding: 5px 15px 0 36px;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #ededed;
    position: absolute;
    right: -18px;
    bottom: 7px;
    white-space: nowrap;
    transform: translate(100%, 0);
    height: 26px;
    display: none; }
    .header-block-common__main-link:hover .header-block-common__main-link-background {
      -moz-filter: brightness(75%);
      -ms-filter: brightness(75%);
      -o-filter: brightness(75%);
      filter: brightness(75%); }
    .header-block-common__main-link i {
      position: absolute;
      left: 13px;
      font-size: 15px;
      top: 4px;
      z-index: 1; }
    .header-block-common__main-link .header-block-common__main-link-text {
      z-index: 1;
      position: relative;
      color: #fff; }
    .header-block-common__small .header-block-common__main-link {
      display: block; }
    .header-block-common__main-link-background {
      background-color: #000;
      border-radius: 4px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      filter: brightness(90%); }
  .header-block-common__mini-course {
    border-radius: 4px;
    transform: translate(100%, 0);
    position: absolute;
    right: -192px;
    bottom: 7px;
    display: none;
    height: 26px;
    padding: 5px 15px 0;
    border: none;
    background-color: #E05100;
    color: #ededed;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap; }
    .header-block-common__mini-course:hover .header-block-common__main-link-background {
      -moz-filter: brightness(75%);
      -ms-filter: brightness(75%);
      -o-filter: brightness(75%);
      filter: brightness(75%); }
    .header-block-common__small .header-block-common__mini-course {
      display: block; }
  .header-block-common a {
    color: #ededed;
    border-color: rgba(237, 237, 237, 0.2); }
    .header-block-common a:hover {
      border-color: rgba(237, 237, 237, 0.6); }
    .header-block-common a:hover {
      color: #fff; }
      .header-block-common a:hover .header-panel__services-text {
        border-color: rgba(255, 255, 255, 0.4); }

.header-panel__more {
  color: #ededed;
  border-color: rgba(237, 237, 237, 0.2);
  font-family: Arial, sans-serif;
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  padding-bottom: 1px;
  text-transform: lowercase;
  display: none;
  margin-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: rgba(255, 255, 255, 0.2); }
  .header-panel__more:hover {
    border-color: rgba(237, 237, 237, 0.6); }
  .header-panel__more:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4); }
  .header-panel__last-visible .header-panel__more {
    display: inline; }
  .header-panel__more-second {
    color: #fff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    text-transform: lowercase;
    display: block;
    right: -5px;
    position: absolute;
    bottom: 13px;
    padding-left: 20px;
    visibility: hidden; }
    .header-panel__more-second span {
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      padding-bottom: 1px;
      border-color: rgba(255, 255, 255, 0.2); }
      .header-panel__more-second span:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.4); }
    .header-block-common__small .header-panel__more-second {
      visibility: visible; }

.header-panel__hide {
  color: #ababab;
  border-color: rgba(171, 171, 171, 0.2);
  font-family: Arial, sans-serif;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  bottom: 5px;
  right: 0;
  text-transform: lowercase;
  display: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted; }
  .header-panel__hide:hover {
    border-color: rgba(171, 171, 171, 0.6); }
  .header-block-common__big .header-panel__hide {
    display: block; }

.header-panel__logo {
  line-height: 0;
  height: 93px;
  padding-top: 10px; }
  .header-panel__logo a {
    border: none;
    line-height: 0;
    padding-left: 10px;
    transition: none; }
    .header-panel__logo a img {
      max-height: 100%; }
    .header-block-common__big .header-panel__logo a {
      padding-left: 0; }

.header-panel__cover {
  line-height: 0;
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  z-index: 1; }
  .header-block-common__big .header-panel__cover {
    display: none; }
  .header-panel__cover a {
    border: none;
    line-height: 0; }

.header-panel__magazine {
  font-size: 11px;
  color: #fff;
  line-height: 21px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  display: none; }
  .header-block-common__big .header-panel__magazine {
    display: block; }

#panelcontainer {
  font-family: HelveticaNeueCyr, Helvetica Neue, Helvetica,Arial, sans-serif; }

@-webkit-keyframes opacity {
  from {
    opacity: 0; }
  50% {
    opacity: .5; }
  to {
    opacity: 1; } }

@keyframes opacity {
  from {
    opacity: 0; }
  50% {
    opacity: .5; }
  to {
    opacity: 1; } }

@-webkit-keyframes tocorner {
  from {
    left: 0;
    top: 0; }
  to {
    transform: translate(-100%, -100%);
    margin-top: 40px;
    margin-left: 53px; } }

@keyframes tocorner {
  from {
    left: 0;
    top: 0; }
  to {
    transform: translate(-100%, -100%);
    margin-top: 40px;
    margin-left: 53px; } }

@-webkit-keyframes fromcorner {
  from {
    margin-top: 40px;
    margin-left: 53px;
    transform: translate(-100%, -100%); }
  to {
    margin-top: 0;
    margin-left: 0;
    transform: translate(0, 0); } }

@keyframes fromcorner {
  from {
    margin-top: 40px;
    margin-left: 53px;
    transform: translate(-100%, -100%); }
  to {
    margin-top: 0;
    margin-left: 0;
    transform: translate(0, 0); } }

.header-block-common__small {
  border-radius: 6px;
  transform: translate(-100%, -100%);
  margin-top: 40px;
  margin-left: 53px; }

.header-block-common__animate__to-big-from-middle {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .15s;
          animation-duration: .15s; }

.header-block-common__animate__to-middle-from-big {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .18s;
          animation-duration: .18s; }

.header-block-common__animate__to-small {
  -webkit-animation-name: tocorner;
          animation-name: tocorner;
  -webkit-animation-duration: .03s;
          animation-duration: .03s; }

.header-block-common__animate__to-big-from-small {
  -webkit-animation-name: fromcorner;
          animation-name: fromcorner;
  -webkit-animation-duration: .09s;
          animation-duration: .09s; }

/* ==================================================================== */
/* HEADER PANEL
/* =================================================================== */
.header-panel__news {
  position: relative;
  font-size: 13px;
  display: table-cell;
  padding-top: 11px;
  color: #ababab;
  font-family: Arial, sans-serif; }
  .header-panel__news li {
    list-style-type: none; }
  .header-panel__news a {
    color: #ededed;
    border-color: rgba(237, 237, 237, 0.2); }
    .header-panel__news a:hover {
      border-color: rgba(237, 237, 237, 0.6); }
    .header-panel__news a:hover {
      color: #fff; }
      .header-panel__news a:hover .header-panel__services-text {
        border-color: rgba(255, 255, 255, 0.4); }

/* ==================================================================== */
/* HEADER PANEL
/* =================================================================== */
.header-panel__services {
  position: relative;
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding-bottom: 10px;
  padding-right: 160px;
  overflow: hidden;
  margin-left: -10px; }
  .header-block-common__big .header-panel__services {
    margin-top: 26px;
    /*overflow: visible;*/ }
  .header-panel__services ul {
    height: 88px;
    position: relative;
    font-size: 0;
    margin-left: 10px; }
    .header-block-common__big .header-panel__services ul {
      height: auto;
      padding-right: 0; }
  .header-panel__services li {
    list-style-type: none;
    display: inline-table;
    text-align: center;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 13px; }
    .header-block-common__big .header-panel__services li {
      padding: 0 43px 0 0;
      margin-right: 0;
      margin-bottom: 16px;
      margin-top: 0;
      vertical-align: baseline; }
    .header-panel__services li.header-panel__services-current {
      margin-left: -10px;
      margin-right: 10px; }
      .header-block-common__big .header-panel__services li.header-panel__services-current {
        margin-left: -18px;
        margin-right: -18px; }
      .header-panel__services li.header-panel__services-current .header-panel__services-text {
        border: none; }
      .header-panel__services li.header-panel__services-current a {
        transition: none;
        border-radius: 3px;
        padding: 5px 10px;
        background-color: rgba(0, 0, 0, 0.19);
        cursor: default; }
        .header-block-common__big .header-panel__services li.header-panel__services-current a {
          display: block;
          text-align: center;
          margin-top: -10px;
          padding: 12px 17px 15px 17px; }
    .header-panel__services li.header-panel__service-selected a svg {
      fill: #ff9142;
      transition: all .25s; }
    .header-panel__services li.header-panel__service-selected a:hover svg {
      fill: #fff; }
    .header-panel__services li.header-panel__service-selected a:hover .header-panel__services-text {
      color: #fff; }
    .header-panel__services li.header-panel__service-selected a .header-panel__services-text {
      border: none;
      color: #ff9142; }
      .header-panel__services li.header-panel__service-selected a .header-panel__services-text-formatted-middle svg {
        width: 16px;
        height: 10px; }
    .header-panel__services li.header-panel__service-selected a .header-panel__services-image {
      display: none; }
  .header-panel__services-image {
    display: block;
    margin: 0 auto;
    position: relative; }
    .header-panel__services-image-block {
      display: block;
      line-height: 0; }
      .header-panel__services-image-block-wrapper {
        /*display: none;*/
        margin: 0 auto 6px;
        line-height: 0; }
        .header-block-common__big .header-panel__services-image-block-wrapper {
          display: table; }
  .header-panel__services-text {
    transition: 0.25s all;
    color: #ededed;
    border-color: rgba(237, 237, 237, 0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 13px;
    line-height: 16px; }
    .header-panel__services-text:hover {
      border-color: rgba(237, 237, 237, 0.6); }
    .header-panel__services-text-formatted-big {
      display: none; }
    .header-block-common__big .header-panel__services-text-formatted-big {
      display: inline; }
    .header-block-common__big .header-panel__services-text-formatted-middle {
      display: none; }
    .header-block-common__middle .header-panel__services-text-formatted-middle {
      display: inline-block; }
    .header-panel__services-text:hover {
      color: #fff; }
      .header-panel__services-text:hover .header-panel__services-text {
        border-color: rgba(255, 255, 255, 0.4); }
  .header-panel__services a {
    border-bottom: none;
    font-size: 13px;
    line-height: 13px; }
    .header-block-common__big .header-panel__services a {
      display: block;
      text-align: center; }

/* ==================================================================== */
/* HEADER PANEL SUBSCRIBE
/* =================================================================== */
.header-panel__subscribe {
  bottom: 13px;
  position: absolute;
  right: 0;
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #ababab;
  z-index: 1; }
  .header-block-common__big .header-panel__subscribe {
    bottom: 31px; }
  .header-block-common__small .header-panel__subscribe {
    display: none; }
  .header-panel__subscribe ul li {
    list-style-type: none; }
    .header-panel__subscribe ul li a {
      border: none;
      color: #ededed; }
      .header-panel__subscribe ul li a span {
        color: #ededed;
        border-color: rgba(237, 237, 237, 0.2); }
        .header-panel__subscribe ul li a span:hover {
          border-color: rgba(237, 237, 237, 0.6); }
      .header-panel__subscribe ul li a .fa-clock-o {
        padding-right: 5px;
        color: rgba(255, 255, 255, 0.4);
        font-size: 14px; }
  .header-panel__subscribe .button-yellow {
    color: #000;
    padding: 7px 16px 8px 19px;
    margin-top: 7px;
    font-size: 14px; }
    .header-panel__subscribe .button-yellow:hover {
      border: none;
      color: #000; }

/* ==================================================================== */
/* HEADER PANEL ADMIN
/* =================================================================== */
.header-panel__admin {
  opacity: 0.97;
  filter: alpha(opacity=97);
  background-color: #ebebeb;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 60px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 25000;
  margin-bottom: 10px;
  /*border-color: rgba(237, 237, 237, 0.4);
    border-bottom-style: solid;
    border-bottom-width: 1px;*/ }
  .header-panel__admin ul li {
    list-style: none; }
  .header-panel__admin-close {
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 1600;
    font-size: 24px;
    text-align: center;
    border: 1px solid #000; }
  .header-panel__admin a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.2); }
    .header-panel__admin a:hover {
      border-color: rgba(0, 0, 0, 0.6); }

/* ==================================================================== */
/* FOOTER
/* ==================================================================== */
.footer-common {
  box-shadow: inset 1px 2px 9px #262c31 ;
  height: 118px;
  background-color: #2d343a;
  padding-top: 7px; }
  .footer-common .left-column-content-common .content-block-common-row > div {
    padding-right: 36px; }
    .footer-common .left-column-content-common .content-block-common-row > div:last-child {
      padding-right: 0; }
  .footer-common__item {
    color: #707375;
    font-family: Arial, Helvetica, sans-serif; }
    .footer-common__item-text {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      position: relative;
      z-index: 3; }
    .footer-common__item-bigger-text {
      font-size: 24px;
      padding-bottom: 6px;
      padding-right: 10px;
      font-family: Arial, sans-serif; }
  .footer-common__menu {
    padding-top: 8px; }
    .footer-common__menu li {
      list-style-type: none;
      display: inline-block;
      padding-left: 23px; }

/* ==================================================================== */
/* CONTENT NAVIGATION MENU
/* ==================================================================== */
.content-navigation-menu-block {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.3; }
  .article-page-block .content-navigation-menu-block {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 18px;
    margin-right: -15px; }
  .npd-doc__top-panel .content-navigation-menu-block {
    right: 44px;
    bottom: -6px;
    z-index: 1; }
  .content-navigation-menu-block-wrapper {
    min-height: 36px; }
    .book-page-block__content .content-navigation-menu-block-wrapper {
      position: absolute;
      right: 35px;
      top: 50px; }
  .content-navigation-menu-block .content-action-logo {
    display: inline-block;
    border: none; }

.content-navigation-menu-list {
  list-style-type: none; }
  .content-navigation-menu-list li {
    position: relative;
    display: inline-block;
    margin-right: 15px; }
    .content-navigation-menu-list li a {
      color: #2e98ff;
      border-color: rgba(46, 152, 255, 0.2); }
      .content-navigation-menu-list li a:hover {
        border-color: rgba(46, 152, 255, 0.6); }
      .content-navigation-menu-list li a.content-navigation-menu-link__announce {
        color: #e2001a;
        border-color: rgba(226, 0, 26, 0.2); }
        .content-navigation-menu-list li a.content-navigation-menu-link__announce:hover {
          border-color: rgba(226, 0, 26, 0.6); }
      .content-navigation-menu-list li a:hover {
        color: #bb3333;
        border-color: rgba(187, 51, 51, 0.2); }
        .content-navigation-menu-list li a:hover:hover {
          border-color: rgba(187, 51, 51, 0.6); }
    .content-navigation-menu-list li .content-navigation-menu-item-tip {
      display: none;
      position: absolute;
      top: 35px;
      left: -5px;
      padding: 10px 17px 10px 17px;
      background: linear-gradient(180deg, #feffff 0%, #edf1f4 67%, #edf1f4 67%, #dde1e3 100%);
      box-shadow: -3px 7px 9px 0 rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      z-index: 2002; }
    .content-navigation-menu-list li:hover .content-navigation-menu-item-tip {
      display: block; }

.content-navigation-menu-item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  position: relative;
  white-space: nowrap;
  transition: none; }
  .content-navigation-menu-item:hover:before {
    background-position: right top; }

/*.content-navigation-menu-link__announce {
  margin-left: 18px; }*/
  /*.content-navigation-menu-link__announce:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__announce.png) no-repeat scroll left top/14px auto transparent;
    width: 14px;
    height: 14px;
    left: -18px;
    margin-top: 3px;
    padding-right: 18px; }
  .content-navigation-menu-link__announce:hover:hover:before {
    background-position: left top; }*/

.content-navigation-menu-link__android {
  margin-left: 16px; }
  .content-navigation-menu-link__android:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__android.png) no-repeat scroll left top/63px auto transparent;
    width: 11px;
    height: 16px;
    margin-top: 2px;
    left: -16px; }

.content-navigation-menu-link__flipping {
  /*margin-left: 19px;*/
  /*&:before {
                content: '';
                position: absolute;
                background: url(/images/content-navigation-menu-link__flipping.png) no-repeat scroll left top/60px auto transparent;
                width: 15px;
                height: 15px;
                margin-top: 2px;
                left: -19px;
            }*/ }

.content-navigation-menu-link__anotherlang {
  margin-left: 16px; }
  .content-navigation-menu-link__anotherlang:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__anotherlang.png) no-repeat scroll left top/50px auto transparent;
    width: 12px;
    height: 16px;
    left: -16px;
    margin-top: 3px; }

.content-navigation-menu-link__googlepress {
  margin-left: 22px; }
  .content-navigation-menu-link__googlepress:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__googlepress.png) no-repeat scroll left top/64px auto transparent;
    width: 18px;
    height: 14px;
    left: -22px;
    margin-top: 4px; }

.content-navigation-menu-link__iphone {
  margin-left: 12px; }
  .content-navigation-menu-link__iphone:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__iphone.png) no-repeat scroll left top/35px auto transparent;
    width: 8px;
    height: 14px;
    left: -12px;
    margin-top: 4px; }

.content-navigation-menu-link__mobile {
  margin-left: 24px; }
  .content-navigation-menu-link__mobile:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__mobile.png) no-repeat scroll left top/55px auto transparent;
    width: 19px;
    height: 16px;
    left: -24px;
    margin-top: 9px; }

.content-navigation-menu-link__toword {
  margin-left: 22px; }
  .content-navigation-menu-link__toword:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__toword.png) no-repeat scroll left top/45px auto transparent;
    width: 18px;
    height: 17px;
    left: -22px;
    margin-top: 8px; }
  .content-navigation-menu-link__toword-black:before {
    content: '';
    position: absolute;
    top: -11px;
    background: url(/images/content-navigation-menu-link__toword-black.png) no-repeat scroll left top transparent;
    width: 9px;
    height: 12px;
    left: 0;
    margin-top: 3px; }
  .content-navigation-menu-link__toword-black:hover:before {
    background-position: bottom; }

.content-navigation-menu-link__winphone {
  margin-left: 17px; }
  .content-navigation-menu-link__winphone:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__winphone.png) no-repeat scroll left top/45px auto transparent;
    width: 13px;
    height: 14px;
    left: -17px;
    margin-top: 3px; }

.content-navigation-menu-link__print {
  margin-left: 22px; }
  .content-navigation-menu-link__print:before {
    content: '';
    position: absolute;
    background: url(/images/content-navigation-menu-link__print.png) no-repeat scroll left top/40px auto transparent;
    width: 15px;
    height: 17px;
    left: -22px;
    margin-top: 8px; }
  .content-navigation-menu-link__print-black:before {
    content: '';
    position: absolute;
    top: -11px;
    background: url(/images/content-navigation-menu-link__print-black.png) no-repeat scroll left top transparent;
    width: 15px;
    height: 15px;
    left: -20px;
    margin-top: 0; }
    .form__top-panel-additional .content-navigation-menu-link__print-black:before {
      left: 0; }
  .content-navigation-menu-link__print-black:hover:before {
    background-position: bottom; }

.content-navigation-menu-short ul li:last-child {
  margin-right: 0; }

.content-navigation-menu-breadcrumbs {
  font-size: 0; }
  .content-navigation-menu-breadcrumbs a {
    color: #2e98ff;
    border-color: rgba(46, 152, 255, 0.2); }
    .content-navigation-menu-breadcrumbs a:hover {
      border-color: rgba(46, 152, 255, 0.6); }
  .content-navigation-menu-breadcrumbs span {
    font-size: 14px;
    padding-right: 5px; }
  .book-page-block__content .content-navigation-menu-breadcrumbs {
    position: absolute;
    top: 53px; }
  .article-page-block__content .content-navigation-menu-breadcrumbs {
    padding-top: 26px;
    padding-right: 300px; }
  .content-navigation-menu-breadcrumbs-wrapper {
    padding-bottom: 57px; }
  .content-navigation-menu-breadcrumbs-item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-style: normal;
    line-height: 1.6;
    margin-right: 0; }
    .content-navigation-menu-breadcrumbs-item + i {
      font-size: 10px;
      margin-left: 0;
      padding: 0 6px; }

/* ==================================================================== */
/* PROMO FOOTER
/* =================================================================== */
.promo-footer {
  text-align: center;
  color: #b2b2b2; }
  .promo-footer__header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    border-bottom: 1px solid #2d343a;
    padding-bottom: 24px;
    margin-bottom: 31px;
    padding-top: 10px;
    margin-top: 30px; }
  .promo-footer__content {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 56px; }
    .promo-footer__content .col-lg-4:first-of-type .promo-footer__item {
      margin-left: 12%;
      margin-right: 13%; }
  .promo-footer__text {
    font-size: 13px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 10px 10px 10px; }
  .promo-footer__item-link {
    border-bottom: none; }
    .promo-footer__item-link-block {
      margin-bottom: 5px; }
    .promo-footer__item-link-text {
      color: #DDDDDD;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      font-size: 16px;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif; }
      .promo-footer__item-link-text:hover {
        color: #fff;
        border-color: #fff; }
      .promo-footer__item-link-text-block {
        display: inline; }
  .promo-footer__item-image {
    width: 100%;
    position: relative; }
    .promo-footer__item-image-block {
      line-height: 1px;
      display: inline-table;
      position: relative;
      padding-bottom: 14px; }
      .promo-footer__item-image-block-about {
        width: 140px;
        height: 110px; }
        .promo-footer__item-image-block-about:before {
          content: "";
          background-repeat: no-repeat;
          background-size: 100%;
          height: 55px;
          width: 55px;
          position: absolute;
          text-align: center;
          left: 50%;
          top: 34%;
          margin-left: -27.5px;
          margin-top: -27.5px;
          z-index: 1; }
        .promo-footer__item-image-block-about-background {
          border-radius: 2px;
          height: 83px;
          display: block;
          position: absolute;
          top: 0;
          left: 1px;
          right: 2px; }
      .promo-footer__item-image-block-cart {
        width: 125px;
        height: 120px;
        margin-top: -10px; }
        .promo-footer__item-image-block-cart:before {
          content: "";
          background-repeat: no-repeat;
          background-size: 100%;
          height: 66px;
          width: 66px;
          position: absolute;
          text-align: center;
          right: 10px;
          top: 0; }
      .promo-footer__item-image-block-free {
        width: 73px;
        right: -19px;
        height: 124px;
        top: -1px; }
        .promo-footer__item-image-block-free:before {
          content: "";
          background-repeat: no-repeat;
          background-size: 100%;
          height: 110px;
          width: 110px;
          position: absolute;
          text-align: center;
          right: 1px;
          top: 1px; }
        .promo-footer__item-image-block-free:after {
          transform: rotate(45deg);
          transform-origin: top left;
          content: attr(data-freetext);
          font-family: Arial, Helvetica, sans-serif;
          position: absolute;
          text-align: center;
          right: 49px;
          top: 8px;
          font-size: 12px;
          color: #000;
          line-height: 1px;
          text-transform: capitalize;
          height: 1px;
          width: 1px; }

.promo-footer__item-image-block-about.ebudget:before,
.promo-footer__item-image-block-cart.ebudget:before,
.promo-footer__item-image-block-free.ebudget:before {
  background-image: url("/images/logos/logo-alpha_ebudget.png");
}

.promo-footer__item-image-block-about.ezarplata:before,
.promo-footer__item-image-block-cart.ezarplata:before,
.promo-footer__item-image-block-free.ezarplata:before {
  background-image: url("/images/logos/logo-alpha_ezarplata.png");
}

.promo-footer__item-image-block-about.esop:before,
.promo-footer__item-image-block-cart.esop:before,
.promo-footer__item-image-block-free.esop:before {
  background-image: url("/images/logos/logo-alpha_esop.png");
}

.promo-footer__item-image-block-about.egolovlikar:before,
.promo-footer__item-image-block-cart.egolovlikar:before,
.promo-footer__item-image-block-free.egolovlikar:before {
  background-image: url("/images/logos/logo-alpha_egolovlikar.png");
}

.promo-footer__item-image-block-about.emedsestra:before,
.promo-footer__item-image-block-cart.emedsestra:before,
.promo-footer__item-image-block-free.emedsestra:before {
  background-image: url("/images/logos/logo-alpha_emedsestra.png");
}

.promo-footer__item-image-block-about.edz:before,
.promo-footer__item-image-block-cart.edz:before,
.promo-footer__item-image-block-free.edz:before {
  background-image: url("/images/logos/logo-alpha_edz.png");
}

.promo-footer__item-image-block-about.edirshkoly:before,
.promo-footer__item-image-block-cart.edirshkoly:before,
.promo-footer__item-image-block-free.edirshkoly:before {
  background-image: url("/images/logos/logo-alpha_edirshkoly.png");
}

.promo-footer__item-image-block-about.ezavdnz:before,
.promo-footer__item-image-block-cart.ezavdnz:before,
.promo-footer__item-image-block-free.ezavdnz:before {
  background-image: url("/images/logos/logo-alpha_ezavdnz.png");
}

.promo-footer__item-image-block-about.egolovbuh:before,
.promo-footer__item-image-block-cart.egolovbuh:before,
.promo-footer__item-image-block-free.egolovbuh:before {
  background-image: url("/images/logos/logo-alpha_egolovbuh.png");
}

.promo-footer__item-image-block-about.ekadrovik:before,
.promo-footer__item-image-block-cart.ekadrovik:before,
.promo-footer__item-image-block-free.ekadrovik:before {
  background-image: url("/images/logos/logo-alpha_ekadrovik.png");
}

.promo-footer__item-image-block-about.ezavuch:before,
.promo-footer__item-image-block-cart.ezavuch:before,
.promo-footer__item-image-block-free.ezavuch:before {
  background-image: url("/images/logos/logo-alpha_ezavuch.png");
}

.promo-footer__item-image-block-about.emetodyst:before,
.promo-footer__item-image-block-cart.emetodyst:before,
.promo-footer__item-image-block-free.emetodyst:before {
  background-image: url("/images/logos/logo-alpha_emetodyst.png");
}

.promo-footer__item-image-block-about.emuzker:before,
.promo-footer__item-image-block-cart.emuzker:before,
.promo-footer__item-image-block-free.emuzker:before {
  background-image: url("/images/logos/logo-alpha_emuzker.png");
}

.promo-footer__item-image-block-about.emeddnz:before,
.promo-footer__item-image-block-cart.emeddnz:before,
.promo-footer__item-image-block-free.emeddnz:before {
  background-image: url("/images/logos/logo-alpha_emeddnz.png");
}

.promo-footer__item-image-block-about.epsiholog:before,
.promo-footer__item-image-block-cart.epsiholog:before,
.promo-footer__item-image-block-free.epsiholog:before {
  background-image: url("/images/logos/logo-alpha_epsiholog.png");
}

.promo-footer__item-image-block-about.evykhovatel:before,
.promo-footer__item-image-block-cart.evykhovatel:before,
.promo-footer__item-image-block-free.evykhovatel:before {
  background-image: url("/images/logos/logo-alpha_evykhovatel.png");
}

.promo-footer__item-image-block-about.emedbuh:before,
.promo-footer__item-image-block-cart.emedbuh:before,
.promo-footer__item-image-block-free.emedbuh:before {
  background-image: url("/images/logos/logo-alpha_emedbuh.png");
}

.promo-footer__item-image-block-about.agro:before,
.promo-footer__item-image-block-cart.agro:before,
.promo-footer__item-image-block-free.agro:before {
  background-image: url("/images/logos/logo-alpha_agro.png");
}

/* ==================================================================== */
/* CONTENT FOOTER
/* ==================================================================== */
.content-footer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding: 0; }
  .content-footer.index-page-block__content-footer {
    border-top: 1px solid #7f7f7f; }

.publisher-block-logo {
  margin-bottom: 6px;
  /*background-image: url('/images/action-logo.png');*/
  height: 24px;
  width: 181px; }

.publisher-block-info {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px; }

.legal-info {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px; }

.social-icon {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  width: 150px;
}
.social-icon a {
  text-decoration: none;
  border: 0px;
}
.social-icon img {
  width: 25px;
}

.barcode {
  display: inline-table; }
  .barcode a {
    border-bottom: 0 none; }
  .barcode-left {
    display: table-cell;
    vertical-align: bottom; }
  .barcode-right {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 10px; }
    .barcode-right-image {
      position: relative; }
      .barcode-right-image:before {
        content: attr(data-barcode);
        font-size: 11px;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        top: -13px;
        right: 0;
        display: table;
        width: 100%;
        text-align: right; }

.bureau-block {
  width: auto;
  position: relative; }
  .bureau-block__link {
    width: auto;
    text-decoration: none;
    background: none;
    border-bottom: none;
    position: relative;
    display: inline-block; }
    .bureau-block__link:hover {
      color: #e2001a;
      border-color: #F9CCD1; }
      .bureau-block__link:hover .bureau-block__text-wrapper, .bureau-block__link:hover .bureau-block__corner:before {
        border-color: #F9CCD1; }
  .bureau-block__text-wrapper {
    border-radius: 2px;
    padding-right: 2px;
    height: 38px;
    min-height: 37px;
    padding-left: 7px;
    display: block;
    vertical-align: baseline;
    width: 110px;
    border-right: none;
    left: auto;
    top: auto;
    line-height: 13px;
    position: relative; }
  .bureau-block__text {
    display: inline-block;
    font: 11px/14px Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    margin-top: 5px;
    vertical-align: middle;
    white-space: normal;
    border: medium none;
    text-decoration: none;
    margin-left: 1px;
    left: auto;
    top: auto;
    line-height: 13px; }
  .bureau-block__link-text {
    left: auto;
    top: auto;
    line-height: 13px; }
  .bureau-block__corner {
    display: inline-block;
    height: 38px;
    overflow: hidden;
    position: absolute;
    right: -18px;
    top: 0;
    vertical-align: top;
    width: 19px;
    left: auto; }
    .bureau-block__corner:before {
      border-radius: 0 6px;
      transform: rotate(-45deg);
      transform-origin: top left;
      position: absolute;
      content: '';
      z-index: 0;
      top: 0;
      left: 100%;
      height: 29px;
      width: 30px;
      margin-left: -44px;
      margin-top: 20px; }
  .bureau-block__year {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    top: 18px;
    right: -15px; }
    .bureau-block__year:after {
      content: "2012"; }
  .bureau-block__designed-at {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    right: 1px;
    top: 8px; }

.bureau-block .bureau-block__designed-at {
  /*@include media(display, block);*/ }
  @media screen and (max-width: 1185px) {
    .bureau-block .bureau-block__designed-at {
      margin-bottom: 11px; } }

.social-networks {
  display: -ms-flexbox;
  display: flex; }
  .social-networks > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #E1DFDB;
    border-radius: 50%;
    background-color: #fff; }
    .social-networks > a:not(:last-child) {
      margin-right: 8px; }
    .social-networks > a:hover > img {
      transform: scale(1.1); }
    .social-networks > a > img {
      width: 20px;
      height: 20px;
      transition: transform .3s; }

/* ==================================================================== */
/* LOGIN FORM
/* ==================================================================== */
  .login-form-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    border-bottom: 1px dashed #d6d6d6;
    border-top: 1px dashed #d6d6d6;
    padding-left: 50px;
    padding-bottom: 26px;
    margin-bottom: 25px;
    overflow: hidden;
    min-height: 200px;
    background: url(/images/access/access-lock.png) right center no-repeat #ececec; }
    .login-form-wrapper .article-page-block__content-wrapper {
      padding-right: 268px !important; }
  .login-form__header {
    font-size: 24px;
    line-height: 24px;
    padding-top: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 28px; }
  .login-form__table {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 146px; }
    .login-form__table-left {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
      border-right: 1px dashed #d6d6d6;
      padding-right: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding-bottom: 5px; }
      .login-form__table-left p:last-of-type {
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .login-form__table-right {
      /*padding-left: 60px;*/
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start; }
    .login-form__table-left + .login-form__table-right {
      padding-left: 60px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding-bottom: 5px; }
      .login-form__table-left + .login-form__table-right p:last-of-type {
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .login-form p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px !important; }
    .login-form p + span {
      margin-top: 18px !important;
      display: block; }
  .login-form .button {
    font-size: 16px;
    padding: 9px 12px 8px 12px !important;
    margin-top: 14px !important;
    line-height: 19px;
    white-space: nowrap;
    border: none !important; }

/* ==================================================================== */
/* TIPS
/* =================================================================== */
.tips {
  display: none;
  position: absolute;
  z-index: 1; }
  .tips__black {
    opacity: 0.75;
    filter: alpha(opacity=75);
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1;
    padding: 9px 10px 0;
    top: -55px;
    height: 33px;
    left: 0;
    min-width: 70px;
    text-align: center; }
    .tips__black:before {
      content: "";
      position: absolute;
      left: 38px;
      border-style: solid;
      border-width: 10px 11px 0 11px;
      border-color: #000 transparent transparent transparent;
      top: 32px;
      background-image: none;
      height: auto;
      width: auto; }
    .tips__black.tips__position-right:before {
      right: 38px; }
  .tips__position-center {
    transform: translate(-50%, 0);
    left: 50%; }
    .tips__position-center:before {
      transform: translate(-50%, 0);
      left: 50%; }
  .tips__position-right {
    right: 0;
    left: auto; }
    .tips__position-right:before {
      left: auto; }

/* ==================================================================== */
/* EXPERT LINK
/* ==================================================================== */
.article-page-block__expert {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 442px; }
  .article-page-block__expert-text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 14px;
    line-height: 14px;
    text-align: right; }
  .article-page-block__expert-link-block {
    display: table-cell;
    vertical-align: top; }

.header-block__expert {
  margin-right: 12px; }

a.header-block__expert,
.article-page-block__expert {
  margin-right: 12px; }
  a.header-block__expert-link,
  .article-page-block__expert-link {
    position: relative;
    display: inline-block;
    min-width: 110px;
    padding: 5px 12px;
    border: 1px solid #4d0707;
    border-radius: 3px;
    background-color: #801818;
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    white-space: nowrap; }
    a.header-block__expert-link:hover,
    .article-page-block__expert-link:hover {
      border-color: #6b1414;
      background-color: #8e3333; }

/* ==================================================================== */
/* Персональная лента статей
/* =================================================================== */
/* Generated by ParaType (http://www.paratype.com)*/
/* Font Textbook New:  © ParaType, 2011. All rights reserved.*/
@font-face {
  font-family: 'TextbookNewWeb';
  src: url("../fonts/TBN55__W.eot");
  src: local("Textbook New Web"), local("TextbookNewWebRegular"), url("../fonts/TBN55__W.eot?#iefix") format("embedded-opentype"), url("../fonts/TBN55__W.woff") format("woff"), url("../fonts/TBN55__W.ttf") format("truetype"), url("../fonts/TBN55__W.svg#TextbookNewWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Generated by ParaType (http://www.paratype.com)*/
/* Font Textbook New Bold:  © ParaType, 2011. All rights reserved.*/
@font-face {
  font-family: 'TextbookNewWeb';
  src: url("../fonts/TBN75__W.eot");
  src: local("Textbook New Web Bold"), local("TextbookNewWebBold"), url("../fonts/TBN75__W.eot?#iefix") format("embedded-opentype"), url("../fonts/TBN75__W.woff") format("woff"), url("../fonts/TBN75__W.ttf") format("truetype"), url("../fonts/TBN75__W.svg#TextbookNewWeb-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

.personal-feed--article {
  max-width: 1172px;
  height: 191px;
  margin-top: 40px; }
  .personal-feed--article + script + .content-block-common-item {
    display: none; }
  .personal-feed--article .personal-feed__head {
    margin-bottom: 30px;
    color: #fff;
    font-family: "TextbookNewWeb", Arial, sans-serif;
    font-size: 25px;
    text-align: center; }
  .personal-feed--article .personal-feed__switcher-holder {
    width: 500px;
    margin: 0 auto 70px; }
    .personal-feed--article .personal-feed__switcher-holder--fixed {
      position: fixed;
      z-index: 10;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 185px;
      height: 25px; }
      @media screen and (max-width: 1257px) {
        .personal-feed--article .personal-feed__switcher-holder--fixed {
          left: unset !important;
          right: 445px !important; } }
      @media screen and (max-width: 1044px) {
        .personal-feed--article .personal-feed__switcher-holder--fixed {
          right: unset !important;
          left: 395px !important; } }
      .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__switcher {
        position: relative;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 185px;
        height: 25px;
        padding: 0;
        border-radius: 3px;
        background-color: #3D464D;
        font-size: 13px;
        line-height: 1; }
        .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__switcher::before {
          position: relative;
          height: 25px;
          padding: 6px 0 6px 12px;
          border-radius: 3px;
          background-color: #3D464D;
          color: #fff;
          text-align: left;
          transition: unset; }
        .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__switcher::after {
          content: '';
          position: absolute;
          top: 11px;
          right: 10px;
          display: block;
          width: 0;
          height: 0;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          border-top: 5px solid #70838D; }
        .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__switcher--active::before {
          transform: translateX(0); }
      .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__button {
        position: absolute;
        top: 40px;
        display: none;
        width: 185px;
        height: 25px;
        padding: 6px 0 6px 12px;
        background-color: #3D464D; }
        .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__button:hover {
          background-color: #4D585E; }
        .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__button:first-of-type::before {
          content: '';
          position: absolute;
          top: -6px;
          left: 0;
          display: block;
          width: 100%;
          height: 6px;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          background-color: #3D464D; }
        .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__button:last-of-type {
          top: 65px; }
          .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__button:last-of-type::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            display: block;
            width: 100%;
            height: 6px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            background-color: #3D464D; }
      .personal-feed--article .personal-feed__switcher-holder--fixed .personal-feed__description {
        display: none !important; }
  .personal-feed--article .personal-feed__switcher {
    width: 500px;
    background-color: #383E44;
    color: #fff; }
    .personal-feed--article .personal-feed__switcher::before {
      background-color: #EC7100; }
    .personal-feed--article .personal-feed__switcher--open::after {
      transform: rotate(180deg); }
    .personal-feed--article .personal-feed__switcher--open .personal-feed__button {
      display: block !important; }
  .personal-feed--article .personal-feed__description {
    color: #fff; }

.personal-feed__switcher-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "TextbookNewWeb", Arial, sans-serif;
  margin-bottom: 70px;
  font-size: 18px; }

.personal-feed__switcher {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 500px;
  height: 60px;
  padding: 17px 21px 21px 33px;
  border: none;
  border-radius: 50px;
  background-color: #f1f1f1;
  color: #000; }
  .personal-feed__switcher::before {
    content: 'Все статьи по порядку';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    height: 100%;
    padding: 17px 0 21px;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    text-align: center;
    transition: all .3s; }
  .personal-feed__switcher--active::before {
    content: 'Ваш персональный номер';
    transform: translateX(100%); }

.personal-feed__description {
  display: none;
  margin-top: 30px;
  color: #222;
  text-align: center;
  opacity: .6; }
  .personal-feed__description span {
    display: inline-block;
    max-width: 680px; }

.personal-feed__content {
  display: none;
  padding: 0 85px; }

.personal-feed__section:not(:last-child) {
  margin-bottom: 65px; }

.personal-feed__title {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "TextbookNewWeb", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400; }

.personal-article {
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .personal-article__rubric {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    margin-right: 20px;
    font-family: "TextbookNewWeb", Arial, sans-serif;
    font-size: 18px; }
  .personal-article.index-page-block__rubric-read {
    color: #a0a1a5 !important; }
  .personal-article__body {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .personal-article__body.standart__article-read a {
      color: #a0a1a5;
      border-color: rgba(160, 161, 165, 0.2); }
      .personal-article__body.standart__article-read a:hover {
        border-color: rgba(160, 161, 165, 0.6); }
  .personal-article__title {
    border: none;
    color: #000;
    font-size: 25px; }
  .personal-article__announce {
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5; }
  .personal-article__explanation {
    margin-top: 15px;
    color: #208F60;
    font-family: "TextbookNewWeb", Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase; }
  .personal-article__rubric-image {
    padding-left: 10px; }
    .personal-article__rubric-image > img {
      width: 90px; }
  .personal-article.mini-course .personal-article__rubric,
  .personal-article.mini-course .personal-article__title {
    color: #E88019; }
  .personal-article.mini-course .standart__article-read .personal-article__title {
    color: #a0a1a5;
    border-color: rgba(160, 161, 165, 0.2); }
    .personal-article.mini-course .standart__article-read .personal-article__title:hover {
      border-color: rgba(160, 161, 165, 0.6); }
    .personal-article.mini-course .standart__article-read .personal-article__title:hover {
      color: #E88019; }

.id2-short-entrance-button, .id2-short-entrance-button .id2-short-entrance-button-icon {
  font-family: HelveticaNeueCyr,Helvetica Neue,Helvetica,Arial,sans-serif !important;
  line-height: 15px !important;
  height: 36px !important; }

.id2-short-entrance-button {
  font-size: 16px !important;
  font-weight: 400 !important;
  position: relative !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  padding: 10px 15px 10px 15px !important;
  cursor: pointer !important;
  transition: background-color .5s ease !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  color: #fff !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #3d8491 #126a7a #004d5b !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  background-color: #247483 !important;
  background-image: linear-gradient(#257584 5%, #005e6f 80%) !important;
  background-clip: padding-box !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important; }
  .id2-short-entrance-button:active {
    background-color: #126979;
    background-image: linear-gradient(#257584 5%, #005e6f 80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FF257584', endColorStr='#FF005E6F')";
    box-shadow: inset 0 2px 4px #264247;
    border-color: #01272e #013842 #014a56; }

.id2-short-entrance-button:hover {
  transition: none !important;
  background-image: linear-gradient(#1E8194 5%, #016678 80%) !important; }

.id2-short-entrance-button .id2-short-entrance-button-icon {
  position: absolute !important;
  top: -1px !important;
  left: 0 !important;
  display: table-cell !important;
  width: 38px !important;
  text-align: center !important;
  vertical-align: top !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: url(/images/_a_.png) 8px 13px no-repeat !important; }

.demo-overlay-visible .demo-overlay {
  display: block;
  pointer-events: none; }

.demo-overlay {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: url(/images/preloaders/preloader__white.gif) #fff no-repeat center; }

.page-wrapper-common {
  height: 100%;
  width: 100%;
  min-width: 970px;
  display: table;
  background-color: #3c464d; }

.content-block-common {
  position: relative;
  display: table-row;
  height: 100%; }

.page-content-common-wrapper-margin-bottom {
  margin-bottom: 16px; }

.content-block-common-row {
  display: table;
  position: relative;
  width: 100%; }

.page-content-common-wrapper {
  background-color: #fff;
  position: relative;
  min-height: 50px; }

.page-content-common {
  position: relative;
  min-height: 50px; }

.left-column-content-common {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 1172px;
  padding-left: 20px; }

.right-column-content-common {
  display: table-cell;
  position: relative;
  min-width: 68px;
  z-index: 1501; }

.shadow-common {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: #000;
  z-index: 20002; }
  .shadow-common.show-shadow-common {
    display: block; }
  .shadow-common.show-shadow-common-hide-all {
    display: block;
    z-index: 30000; }

/* ==================================================================== */
/* CORRECTIONS
/* =================================================================== */
.fa-star {
  font-size: 0.8em; }
  .fa-star.test-done {
    color: #ffcc39 !important; }

.fa-youtube-play {
  font-size: 0.7em; }

.fa-search {
  font-size: 0.9em; }

.button-white {
  background-image: url("/images/form-saveform.png");
  font-family: Arial,sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-top: 6px;
  margin-top: 7px;
  margin-bottom: 3px;
  color: #000000;
  text-decoration: none;
  width: 137px;
  height: 32px;
  display: block;
  text-align: center;
  border: none; }

.main-npd__news-item a {
  text-decoration: underline;
  border: none; }

.main-forms__showcase-item ul li a {
  color: #1252a1 !important;
  border-color: #d8e8ff !important; }

.standart-text-link__blue {
  color: #1252a1; }

.form__article-wrapper {
  max-width: 755px; }

.form__article__header {
  width: 79%; }

.search-field__small-left {
  width: 85.7%; }

.search-field__small-input {
  width: 230px; }

.form__top-panel-menu {
  width: 100%; }

.form__top-panel-info__attachments li a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  text-decoration: underline;
  border: none; }

.menu-block-common-item__close {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 14px;
  cursor: pointer;
  z-index: 1600;
  right: 31px;
  background-image: url("/images/x.png");
  cursor: pointer; }

.menu-panel__wide .menu-panel__wide-item-article-list ul li a {
  color: #1252A1;
  display: block;
  padding: 3px 20px 4px 0px;
  border: none;
  text-decoration: underline; }

.menu-panel__wide ul li > span.menu-panel__wide-item-active {
  background: #E0E5EA; }

.npd-doc__version_not_actual_future strong {
  color: #000 !important;
  font-weight: 100; }

/* BO */
.showPacket {
  position: absolute;
  z-index: 3000;
  top: -40px; }

/*.cards__content-item {
    max-width: 754px;

    p {
        margin-left: -40px;
        margin-right: -40px;

        img {
            max-width: 714px;
        }
    }
}
.cards__container {
    max-width: 754px;
}
.page-content-common article-page-block__content {
    max-width: 1084px;
    padding-right: 0;
}
.article-page-block__content-wrapper{
    padding-right: 0!important;
}*/
.article-page-block__content span.normal-text {
  color: #d17411; }
  .Notification__notification--3_f4M {
    display: block;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: left;
    text-decoration: none;
    font-family: inherit;
    transition: all .2s;
    cursor: pointer
}
.Notification__notification--3_f4M strong {
    font-weight: 600
}
.Notification__notificationMca--2Rp6X {
    background: #b8e2ff
}
.Notification__notificationMca--2Rp6X .Notification__title--tJ3Gg {
    color: #6b6861
}
.Notification__notificationMca--2Rp6X .Notification__title--tJ3Gg:after {
    background: linear-gradient(90deg, rgba(243, 89, 102, 0), #b8e2ff)
}
.Notification__notificationMca--2Rp6X .Notification__text--1VJI1 {
    font-weight: 600;
    color: #6b6861
}
.Notification__notificationSubscriptionExpiring--_adZ8 {
    background: #f35966
}
.Notification__notificationSubscriptionExpiring--_adZ8 .Notification__title--tJ3Gg:after {
    background: linear-gradient(90deg, rgba(243, 89, 102, 0), #f35966)
}
.Notification__notificationSubscriptionExpiring--_adZ8 .Notification__text--1VJI1 {
    font-weight: 400
}
.Notification__notificationRecommendation--2Udzq {
    background: #a64cff
}
.Notification__notificationRecommendation--2Udzq .Notification__title--tJ3Gg {
    font-size: 14px
}
.Notification__notificationRecommendation--2Udzq .Notification__title--tJ3Gg:after {
    background: linear-gradient(90deg, rgba(166, 76, 255, 0), #a64cff)
}
.Notification__notificationRecommendation--2Udzq .Notification__text--1VJI1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}
.Notification__notification--3_f4M:focus,
.Notification__notification--3_f4M:hover {
    outline: none;
    opacity: .8;
    text-decoration: none;
    border: none
}
.Notification__title--tJ3Gg {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    font-family: inherit;
    overflow: hidden
}
.Notification__title--tJ3Gg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 8px;
    z-index: 1
}
.Notification__icon--2I5nS {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    width: 22px;
    height: 22px
}
.Notification__text--1VJI1 {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    white-space: pre-wrap;
    font-family: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}
.Dropdown__dropdown--2LvaT {
  position: absolute;
  margin: 8px;
  padding: 12px 0;
  min-width: 256px;
  max-width: calc(100vw - 32px);
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .15);
  background-color: #fff;
  overflow: hidden;
  z-index: 20001
}
.Dropdown__dropdownBottomLeft--2ukYZ {
  bottom: 100%;
  left: 0
}
.Dropdown__dropdownBottomRight--1AqHt {
  bottom: 100%;
  right: 0
}
.Dropdown__dropdownTopLeft--24tCm {
  top: 100%;
  left: 0
}
.Dropdown__dropdownTopRight--1ovaP {
  top: 100%;
  right: 0
}
.Dropdown__notificationList--3s1KK {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 0 12px;
  padding: 0 12px;
  width: 360px;
  box-sizing: border-box;
  list-style: none
}
@media (max-width:420px) {
  .Dropdown__notificationList--3s1KK {
      width: 100%
  }
}
.Dropdown__notificationItem--2JFjh {
  margin-bottom: 12px
}
.Dropdown__notificationItem--2JFjh:last-of-type {
  margin-bottom: 0
}
.Dropdown__navigation--2k52I {
  padding: 4px 0;
  width: 100%
}
.Dropdown__navigationList--3k_aB {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none
}
.Dropdown__navigationLink--22CrC {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s
}
.Dropdown__navigationLink--22CrC:focus,
.Dropdown__navigationLink--22CrC:hover {
  outline: none;
  background: #f5f6fa;
  text-decoration: none
}
.Dropdown__navigation--2k52I .Dropdown__navigationLink--22CrC {
  border: none
}
.Dropdown__navigationText--2DN5g {
  color: #444855;
  transition: all .2s
}
.Dropdown__navigationLink--22CrC:focus .Dropdown__navigationText--2DN5g,
.Dropdown__navigationLink--22CrC:hover .Dropdown__navigationText--2DN5g {
  color: #2d3039
}
.Dropdown__logoutButton--30MNp .Dropdown__navigationText--2DN5g {
  color: #adb2c2
}
.Dropdown__attention--jQnMv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding-right: 1px;
  height: 16px;
  min-width: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #f4b91d;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  color: #fff
}
.Button__fontPreload--2JEuy {
  position: absolute;
  z-index: -1;
  font-size: 0;
  color: transparent;
  visibility: hidden
}
.Button__font--ACXWD {
  font-family: Proxima Nova Rg, Helvetica Neue, Helvetica, Arial, "sans-serif"
}
.Button__fontUa--1HpNV {
  font-family: Proxima Nova Rg UA, Helvetica Neue, Helvetica, Arial, "sans-serif"
}
.Button__fontUz--1BuRz {
  font-family: Proxima Nova Rg UZ, Helvetica Neue, Helvetica, Arial, "sans-serif"
}
.Button__fontKz--EwxfS {
  font-family: Proxima Nova Rg KZ, Helvetica Neue, Helvetica, Arial, "sans-serif"
}
.Button__fontNormal--OKW0k {
  font-weight: 400
}
.Button__fontSemibold--hQty_ {
  font-weight: 600
}
.Button__fontBold--2VUBV {
  font-weight: 700
}
.Button__counter--3ExFM {
  margin: 5px 0 5px 8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f2c94c;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #fff
}
@media (max-width:991px) {
  .Button__counterAdaptive--1SuEk {
      margin: 22px 0 22px 27px
  }
}