/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}
html,
body {
  height: 100%;
}
.page {
  position: relative;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  margin: 0 auto;
  width: 100%;
  min-width: 900px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" 0;
  -moz-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url('/static/img/general/bg_body.png');
  background-color: #000;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page {
    background-image: url('/static/img/general/bg_body@2x.png');
    background-size: contain;
  }
}
.page__head {
  height: 350px;
  width: 100%;
  position: relative;
}
.page__head:after {
  position: absolute;
  background-repeat: no-repeat;
  text-transform: none;
  display: inline-block;
  background-position: 50% 50%;
  content: '';
  background-image: url('/static/img/general/front.png');
  width: 900px;
  height: 350px;
  top: 0;
  left: 50%;
  margin-left: -450px;
  z-index: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__head:after {
    background-image: url('/static/img/general/front@2x.png');
    background-size: contain;
  }
}
.page__wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
* html .page__wrapper {
  height: 100%;
}
.page__buffer {
  height: 50px;
}
.wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
/* grid */
.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  /*font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; */
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-5 {
  width: 20%;
}
/*
.pure-g [class *= "pure-u"] {
    font-family: sans-serif;
}
*/
/* ----- HELPERS ----- */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.hidden {
  display: none;
}
.animate,
a,
a:hover {
  -webkit-transition: all 0.01s ease-in-out;
  transition: all 0.01s ease-in-out;
}
a,
a:visited,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}
p {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.cf:before {
  content: '';
  display: table;
}
.clear {
  clear: both;
}
/* header */
.header {
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url('/static/img/general/bg_menu.png');
  color: #fff;
  overflow: hidden;
  position: fixed;
  height: 30px;
  width: 100%;
  z-index: 50;
}
.header._fixed {
  position: fixed;
  top: 0;
  z-index: 50;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header {
    background-image: url('/static/img/general/bg_menu@2x.png');
    background-size: contain;
  }
}
.header__mainMenu {
  display: inline-block;
  margin-left: 4px;
}
.header__mainMenuItem {
  display: inline-block;
  margin-right: 4px;
}
.header__mainMenuItem._hidden {
  display: none;
}
.header__mainMenuLink {
  text-transform: uppercase;
  color: #00ffff;
  font-size: 13px;
  line-height: 24px;
  padding: 0 8px;
  display: inline-block;
  background: #000;
  vertical-align: top;
}
.header__mainMenuLink:hover {
  background: #005F9B;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.header__mainMenuLink._current,
.header__mainMenuLink._current:hover {
  background: #0081a6;
  color: #fff;
  cursor: default;
  opacity: 1;
  text-decoration: none;
}
.header__langMenu {
  display: inline-block;
  float: right;
  margin-right: 4px;
}
.header__langMenuItem {
  display: inline-block;
  margin-left: 0;
  background: #000;
  height: 24px;
  width: 46px;
  cursor: pointer;
}
.header__langMenuItem:hover,
.header__langMenuItem:hover .header__langMenuLink {
  background-color: #005F9B;
  opacity: 1;
  text-decoration: none;
}
.header__langMenuItem._default,
.header__langMenuItem._default:hover,
.header__langMenuItem._default .header__langMenuLink,
.header__langMenuItem._default:hover .header__langMenuLink {
  background-color: #0081a6;
  cursor: default;
  opacity: 1;
  text-decoration: none;
}
.header__langMenuLink {
  line-height: 24px;
  position: relative;
  height: 24px;
  width: 36px;
  margin: 0 8px;
  background-color: #000;
}
.social__menu {
  position: absolute;
  left: 50px;
  top: 110px;
}
.social__menuItem {
  display: block;
  margin-bottom: 10px;
  height: 40px;
}
.sinclair {
  position: absolute;
  right: 42px;
  top: 110px;
}
/* section - about */
.page__section {
  position: relative;
  padding: 0 58px 50px;
  margin-bottom: 30px;
  width: 780px;
}
.page__section:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 30px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/separator.png');
}
.page__section._no_bottom:after {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__section:after {
    background-image: url('/static/img/general/separator@2x.png');
    background-size: contain;
  }
}
.page__about {
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/bg_about.png');
  color: #fff;
  border: 2px solid #9e0000;
}
.page__aboutCorner:before {
  position: absolute;
  content: '';
  display: block;
}
.page__aboutCorner._type_tl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -81px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: -2px;
  right: auto;
  bottom: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__aboutCorner._type_tl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__aboutCorner._type_tr:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -81px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: -2px;
  left: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__aboutCorner._type_tr:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__aboutCorner._type_bl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -81px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: auto;
  right: auto;
  bottom: -2px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__aboutCorner._type_bl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__aboutCorner._type_br:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -81px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: auto;
  left: auto;
  bottom: -2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__aboutCorner._type_br:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__aboutCorner._type_tl:before,
  .page__aboutCorner._type_tr:before,
  .page__aboutCorner._type_bl:before,
  .page__aboutCorner._type_br:before {
    background-position: 0px -81px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__about {
    background-image: url('/static/img/general/bg_about@2x.png');
  }
}
.page__sectionHeader {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  position: relative;
  text-transform: uppercase;
}
.page__sectionHeader._type_about:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -509px;
  width: 50px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 22px;
  top: -5px;
  left: -7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__sectionHeader._type_about:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__aboutWrap {
  margin-top: 15px;
}
.page__aboutMain {
  width: 390px;
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}
.page__aboutMainLeadPar {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
.page__aboutMainLeadPar._type_default {
  font-size: 13px;
  line-height: 19px;
}
.page__aboutMainNews {
  margin-top: 36px;
}
.page__aboutNewsItem {
  margin-bottom: 15px;
}
.page__aboutNewsHeader {
  font-size: 14px;
  line-height: 19px;
  color: #f00;
  cursor: pointer;
  display: inline;
  border-bottom: 1px dashed #f00;
}
.page__aboutNewsHeader:hover {
  color: #ff9a24;
  border-bottom: 1px dashed currentColor;
}
.page__aboutNewsDate {
  color: #C7BA5B;
}
.page__aboutNewsPar {
  margin-top: 7px;
  font-size: 12px;
  line-height: 15px;
}



.page__aboutNewsPar ul {
  list-style:circle;
  margin: 10px 0 10px 15px;
  padding: 0;
}

.page__aboutNewsPar a {
	color: #ff3a00;
	text-decoration: underline;
}

.page__aboutNewsLink {
  color: #F00;
}
.page__aboutAside {
  width: 350px;
  display: inline-block;
  vertical-align: top;
}
.page__aboutAsideItem {
  margin-bottom: 22px;
}
.page__aboutAsideHeader {
  color: #c7ba5b;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.page__aboutAsidePar {
  color: #e8e0a7;
  font-size: 12px;
  line-height: 16px;
}
.page__aboutAsideList {
  list-style-image: url('/static/img/general/mark.png');
  margin-top: 5px;
  margin-left: -3px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__aboutAsideList {
    background-image: url('/static/img/general/mark@2x.png');
  }
}
.page__aboutAsidListItem {
  color: #e8e0a7;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 3px;
}
/* section - gallery */
.page__gallery {
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/bg_media.png');
  color: #fff;
  border: 2px solid #ab9500;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__gallery {
    background-image: url('/static/img/general/bg_media@2x.png');
  }
}
.page__galleryCorner:before {
  position: absolute;
  content: '';
  display: block;
}
.page__galleryCorner._type_tl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -101px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: -2px;
  right: auto;
  bottom: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__galleryCorner._type_tl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__galleryCorner._type_tr:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -101px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: -2px;
  left: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__galleryCorner._type_tr:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__galleryCorner._type_bl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -101px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: auto;
  right: auto;
  bottom: -2px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__galleryCorner._type_bl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__galleryCorner._type_br:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -101px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: auto;
  left: auto;
  bottom: -2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__galleryCorner._type_br:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__galleryCorner._type_tl:before,
  .page__galleryCorner._type_tr:before,
  .page__galleryCorner._type_bl:before,
  .page__galleryCorner._type_br:before {
    background-position: 0px -161px;
  }
}
.page__sectionHeader._type_gallery:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -301px;
  width: 50px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 22px;
  top: -5px;
  left: -7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__sectionHeader._type_gallery:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__galleryWrap {
  width: 100%;
  margin-top: 12px;
}
.page__galleryWrapViewport {
  width: 780px;
  border: 10px solid #9e8800;
  overflow: hidden;
  margin-left: -10px;
}
.page__galleryWrapViewportImg {
  display: block;
  width: auto;
  max-width: 100%;
}
.page__galleryWrapViewportImg._hidden {
  display: none;
}
.page__galleryWrapViewportVideo {
  display: block;
}
.page__galleryWrapViewportVideo._hidden {
  display: none;
}
.page__galleryWrapThumbs {
  width: 780px;
}
.page__galleryWrapThumbsLayer {
  width: 780px;
  margin-top: 20px;
}
.page__galleryWrapThumbsLayerItem {
  display: inline-block;
  margin: 0 8px 20px;
  outline: none;
  vertical-align: top;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 140px;
  height: 105px;
  position: relative;
  background: #1D1900;
}
.page__galleryWrapThumbsLayerItem:hover {
  opacity: 0.8;
}
.page__galleryWrapThumbsLayerItem._current:after,
.page__galleryWrapThumbsLayerItem._first:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/overlay_media.png');
}
.page__galleryWrapThumbsLayerItem._type_video:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/overlay_video.png');
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__galleryWrapThumbsLayerItem._current:after {
    background-image: url('/static/img/general/overlay_media@2x.png');
    background-size: contain;
  }
  .page__galleryWrapThumbsLayerItem._type_video:before {
    background-image: url('/static/img/general/overlay_video@2x.png');
    background-size: contain;
  }
}
.page__galleryWrapThumbsLayerItemImg {
  width: auto;
  height: 100%;
  border: 0;
  vertical-align: top;
}
/* section - download */
.page__download {
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/bg_download.png');
  color: #fff;
  border: 2px solid #4e6e00;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__download {
    background-image: url('/static/img/general/bg_download@2x.png');
  }
}
.page__downloadCorner:before {
  position: absolute;
  content: '';
  display: block;
}
.page__downloadCorner._type_tl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -161px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: -2px;
  right: auto;
  bottom: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadCorner._type_tl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__downloadCorner._type_tr:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -161px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: -2px;
  left: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadCorner._type_tr:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__downloadCorner._type_bl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -161px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: auto;
  right: auto;
  bottom: -2px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadCorner._type_bl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__downloadCorner._type_br:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -161px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: auto;
  left: auto;
  bottom: -2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadCorner._type_br:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadCorner._type_tl:before,
  .page__downloadCorner._type_tr:before,
  .page__downloadCorner._type_bl:before,
  .page__downloadCorner._type_br:before {
    background-position: 0px -141px;
  }
}
.page__sectionHeader._type_download:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -353px;
  width: 50px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 22px;
  top: -5px;
  left: -7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__sectionHeader._type_download:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__sectionHeader._type_download:before {
    background-position: 0px -457px;
  }
}
.page__downloadWrap {
  margin-top: 23px;
}
.page__downloadMain {
  width: 360px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
.page__downloadMainLead {
  margin-bottom: 15px;
}
.page__downloadMainLeadListItem {
  margin-bottom: 1px;
  margin-left: 15px;
  font-size: 15px;
}
.page__downloadMainLeadListItem._type_main {
  display: inline-block;
  border: 2px solid #354100;
  background-color: #0f1d00;
  width: 335px;
  padding: 10px 15px 15px;
  margin-left: 0;
  margin-bottom: 12px;
}
.page__downloadMainLeadListItem._type_main .page__downloadMainLeadListLink {
  color: #00f500;
  font-size: 26px;
  line-height: 30px;
}
.page__downloadMainLeadListItem._type_main .page__downloadMainLeadListDetails {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-left: 22px;
  margin-top: 6px;
}
.page__downloadMainLeadListItem:before {
  margin-right: 10px;
}
.page__downloadMainLeadListLink {
  color: #00f500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: middle;
}
.page__downloadMainLeadListLink._lang_ru:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 2px -63px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  right: 2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadMainLeadListLink._lang_ru:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
    background-position: 2px -36px;
  }
}
.page__downloadMainLeadListLink._lang_en:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -54px;
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadMainLeadListLink._lang_en:before {
    background-image: url('/static/img/pngSprite/192dpi/sprite.png');
  }
}
.page__downloadMainLeadListLink._lang_es:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadMainLeadListLink._lang_es:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__downloadMainLeadListLink._lang_pl:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -9px;
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadMainLeadListLink._lang_pl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__downloadMainLeadListLink._lang_it:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -673px;
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadMainLeadListLink._lang_it:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__downloadMainLeadListLink._lang_de:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -691px;
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadMainLeadListLink._lang_de:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__downloadMainLeadListLink._lang_pt:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -709px;
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadMainLeadListLink._lang_pt:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__downloadMainLeadListVersion {
  color: #E8E0A7;
}
.page__downloadMainLeadListDetails {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: 25px;
}
.page__downloadMainDetails {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  margin-left: 40px;
  margin-bottom: 18px;
}
.page__downloadMainDetailsLink {
  color: #00f500;
}
.page__downloadMainRequirements {
  margin-left: 40px;
}
.page__downloadAside {
  width: 390px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}
.page__downloadMainRequirementsHeader,
.page__downloadAsideHeader {
  color: #c7ba5b;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.page__downloadAsideItem {
  margin-top: -8px;
}
.page__downloadAsideHeader {
  text-align: center;
  width: 100%;
  margin-bottom: 7px;
}
.page__downloadMainRequirementsList {
  list-style-image: url('/static/img/general/mark.png');
  margin-left: -3px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__downloadMainRequirementsList {
    background-image: url('/static/img/general/mark@2x.png');
  }
}
.page__downloadMainRequirementsListItem {
  color: #e8e0a7;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 14px;
  padding-left: 3px;
}
.page__downloadTabsItem._curr a {
  position: relative;
  background-color: #3d4337;
  z-index: 5;
  color: #fff;
}
.page__downloadTabsContainerItem {
  width: 390px;
  padding: 0;
  display: none;
}
.page__downloadTabsLink,
.page__downloadTabsLink:hover {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  opacity: 1;
  text-decoration: none;
}
.page__downloadTabsContainerItem {
  margin-top: 5px;
}
.page__downloadTabsContainerPar {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 0 20px;
}
.page__downloadTabsContainerControls {
  width: 395px;
  margin-top: 25px;
}
.page__downloadTabsContainerKey {
  width: 140px;
  margin: 0 5px 5px -5px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
}
.page__downloadTabsContainerSymbol {
  color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
} 
.page__downloadTabsContainerSymbol._type_long {
    padding: 0 9px;
    width: 55px;
}
.page__downloadTabsContainerValue {
  width: 235px;
  margin: 0 0 5px;
  display: inline-block;
  text-align: left;
  color: #e8e0a7;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
}
/* section - ost */
.page__ost {
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/bg_music.png');
  color: #fff;
  border: 2px solid #00c4c4;
}
.ie8 .page__ost,
.page__ost._hidden {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__ost {
    background-image: url('/static/img/general/bg_music@2x.png');
  }
}
.page__ostCorner:before {
  position: absolute;
  content: '';
  display: block;
}
.page__ostCorner._type_tl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -141px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: -2px;
  right: auto;
  bottom: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__ostCorner._type_tl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__ostCorner._type_tr:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -141px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: -2px;
  left: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__ostCorner._type_tr:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__ostCorner._type_bl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -141px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: auto;
  right: auto;
  bottom: -2px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__ostCorner._type_bl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__ostCorner._type_br:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -141px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: auto;
  left: auto;
  bottom: -2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__ostCorner._type_br:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__ostCorner._type_tl:before,
  .page__ostCorner._type_tr:before,
  .page__ostCorner._type_bl:before,
  .page__ostCorner._type_br:before {
    background-position: 0px -121px;
  }
}
.page__sectionHeader._type_ost:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -405px;
  width: 50px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 22px;
  top: -5px;
  left: -7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__sectionHeader._type_ost:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__ostWrap {
  margin-top: 15px;
}
/* section - credits */
.page__credits {
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/bg_credits.png');
  color: #fff;
  border: 2px solid #a600a6;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__credits {
    background-image: url('/static/img/general/bg_credits@2x.png');
  }
}
.page__creditsCorner:before {
  position: absolute;
  content: '';
  display: block;
}
.page__creditsCorner._type_tl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -121px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: -2px;
  right: auto;
  bottom: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__creditsCorner._type_tl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__creditsCorner._type_tr:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -121px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: -2px;
  left: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__creditsCorner._type_tr:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__creditsCorner._type_bl:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -121px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  left: -2px;
  top: auto;
  right: auto;
  bottom: -2px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__creditsCorner._type_bl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.page__creditsCorner._type_br:before {
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -121px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  right: -2px;
  top: auto;
  left: auto;
  bottom: -2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__creditsCorner._type_br:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__creditsCorner._type_tl:before,
  .page__creditsCorner._type_tr:before,
  .page__creditsCorner._type_bl:before,
  .page__creditsCorner._type_br:before {
    background-position: 0px -101px;
  }
}
.page__sectionHeader._type_credits:before {
  background-position: 50% 50%;
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -457px;
  width: 50px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 22px;
  top: -5px;
  left: -7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__sectionHeader._type_credits:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__sectionHeader._type_credits:before {
    background-position: 0px -353px;
  }
}
.page__creditsWrap {
  margin-top: 8px;
}
.page__creditsMain {
  width: 390px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
.page__creditsMainList {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 11px 0 0;
}
.page__creditsMainListKey {
  display: block;
  color: #e7dfa5;
  text-transform: uppercase;
}
.page__creditsMainValue {
  display: block;
  color: #FFF;
  margin-bottom: 12px;
}
.page__creditsMainValue._type_filler {
  margin-bottom: 42px;
}
.page__creditsMainListLink {
  color: #F000FF;
}
.page__creditsAside {
  width: 350px;
  display: inline-block;
  vertical-align: top;
}
.page__Donate {
  border: 2px solid #9e0000;
  background-color: rgba(83,0,0,0.7);
  width: 320px;
  padding: 10px 18px;
  text-align: center;
  margin-bottom: 32px;
  color: #c7ba5b;
}
.page__DonatePar {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 12px;
}
.page__DonatePar._type_big {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 4px;
}
.page__DonateBlock {
  border: 2px solid #c30000;
  background-color: rgba(0,0,0,0.4);
  padding: 0 8px;
  height: 46px;
  font-size: 13px;
  line-height: 46px;
  text-align: left;
  margin-bottom: 8px;
  color: #e8e0a7;
}
.page__DonateBlock + .page__DonateBlock {
  margin-bottom: 15px;
}
.social__menu._type_credits {
  position: relative;
  left: auto;
  top: auto;
  text-align: center;
  display: block;
  padding: 0;
  margin-bottom: 13px;
}
.social__menu._type_credits .social__menuItem {
  display: inline-block;
  margin: 0 8px;
}
.social__menu._type_credits .social__menuItem:first-child {
  margin: 0 8px 0 0;
}
.social__menu._type_credits .social__menuItem:last-child {
  margin: 0 0 0 8px;
}
.page__creditsAsideItem {
  margin-left: 30px;
}
.page__creditsAsideHeader {
  color: #c7ba5b;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
}
.page__creditsAsideList {
  list-style-image: url('/static/img/general/mark.png');
  margin-left: -5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__creditsAsideList {
    background-image: url('/static/img/general/mark@2x.png');
  }
}
.page__creditsAsideListItem {
  margin-bottom: 8px;
  padding-left: 5px;
}
.page__creditsAsideListLink {
  color: #f000ff;
  font-size: 12px;
  line-height: 16px;
}
/* feedback */
.page__footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 900px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-image: url('/static/img/general/bg_footer.png');
  background-color: #000;
  margin-top: 80px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__footer {
    background-image: url('/static/img/general/bg_footer@2x.png');
  }
}
.page__footerImage {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('/static/img/general/footer.png');
  height: 70px;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page__footerImage {
    background-image: url('/static/img/general/footer@2x.png');
    background-size: contain;
  }
}
.page__feedback {
  position: relative;
  padding: 8px;
  margin: 0 0 0 60px;
  width: 490px;
}
.page__feedbackFormWrap {
  padding-bottom: 80px;
  margin-left: -8px;
}
.page__sectionHeader._type__feedback {
  text-align: left;
  font-size: 22px;
  line-height: 36px;
  color: #DF4D2D;
  margin-bottom: 23px;
}
/* form */
.page__feedbackFormItem {
  display: block;
  width: 330px;
  margin: 0 0 10px 0;
}
.page__feedbackFormItem .page__feedbackFormInput {
  width: 310px;
  color: #fff;
  font-size: 13px;
  padding: 10px 8px;
  border: 2px solid #9d2b13;
  background-color: #000;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-appearance: none;
  border-radius: 0;
}
.page__feedbackFormArea {
  width: 470px;
  height: 171px;
  color: #fff;
  font-size: 13px;
  border: 2px solid #9d2b13;
  background-color: #000;
  margin: 0 0 24px 0;
  padding: 8px;
  outline: none;
  resize: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-appearance: none;
  border-radius: 0;
}
.page__feedbackFormReminder,
.page__feedbackFormReminderError,
.page__feedbackFormReminderSuccess {
  display: inline-block;
  margin-left: 17px;
  font-size: 13px;
  line-height: 17px;
  color: #df4d2d;
  vertical-align: middle;
}
.page__feedbackFormReminder._hidden {
  display: none;
}
.page__feedbackFormReminderError {
  color: #ff0000;
}
.page__feedbackFormReminderError._hidden {
  display: none;
}
.page__feedbackFormReminderSuccess {
  color: #00ff00;
}
.page__feedbackFormReminderSuccess._hidden {
  display: none;
}
.page__feedbackFormSubmit {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 0 13px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #9e2c13;
  background-color: #6b1b0a;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: all;
  opacity: 1;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
.page__feedbackFormSubmit._disabled {
  opacity: 0.2;
  pointer-events: none;
}
.page__feedbackFormSubmit._error {
  background: #DB310E;
}
.page__feedbackFormSubmit:focus {
  outline: 0;
}

.page__feedbackFormInput:focus::-webkit-input-placeholder { color: transparent; }
.page__feedbackFormInput:focus:-moz-placeholder { color: transparent; }
.page__feedbackFormInput:focus::-moz-placeholder { color: transparent; }
.page__feedbackFormInput:focus:-ms-input-placeholder { color: transparent; }

.page__feedbackFormArea:focus::-webkit-input-placeholder { color: transparent; }
.page__feedbackFormArea:focus:-moz-placeholder { color: transparent; }
.page__feedbackFormArea:focus::-moz-placeholder { color: transparent; }
.page__feedbackFormArea:focus:-ms-input-placeholder { color: transparent; }


/* icons */
.icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
}
.icon._lang_ru:before {
  content: '';
  background-image: url(../img/pngSprite/96dpi/sprite.png);
  background-position: 0px -36px;
  width: 31px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._lang_ru:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._lang_en:before {
  content: '';
  background-image: url(../img/pngSprite/96dpi/sprite.png);
  background-position: 0px -27px;
  width: 31px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._lang_en:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._lang_es:before {
  content: '';
  background-image: url(../img/pngSprite/96dpi/sprite.png);
  background-position: 0px -18px;
  width: 31px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._lang_es:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._lang_pl:before {
  content: '';
  background-image: url(../img/pngSprite/96dpi/sprite.png);
  background-position: 0px -72px;
  width: 31px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._lang_pl:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._lang_it:before {
  content: '';
  background-image: url(../img/pngSprite/96dpi/sprite.png);
  background-position: 0px -682px;
  width: 31px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._lang_it:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._lang_de:before {
  content: '';
  background-image: url(../img/pngSprite/96dpi/sprite.png);
  background-position: 0px -700px;
  width: 31px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._lang_de:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._lang_pt:before {
  content: '';
  background-image: url(../img/pngSprite/96dpi/sprite.png);
  background-position: 0px -718px;
  width: 31px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._lang_pt:before {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._fb {
  content: '';
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -181px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._fb {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._tw {
  content: '';
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -221px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._tw {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._vk {
  content: '';
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  background-position: 0px -261px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._vk {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._sinclair-en, .icon._sinclair-ru {
  content: '';
  background-image: url(/static/img/pngSprite/96dpi/sprite.png);
  width: 128px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 128px, 727px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon._sinclair-en, .icon._sinclair-ru {
    background-image: url(/static/img/pngSprite/192dpi/sprite.png);
  }
}
.icon._sinclair-en {background-position: 0px -617px;}
.icon._sinclair-ru {background-position: 0px -561px;}

/* Don't forget to include a CSS reset file otherwise it might look a little bit strange*/
a:active,
a:focus {
  outline: expression(hideFocus='true');
}
#tabs,
#tabs2,
#tabs3,
#tabs4,
#tabs5 {
  width: 390px;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
}
#tabs li,
#tabs2 li,
#tabs3 li,
#tabs4 li,
#tabs5 li {
  display: inline-block;
  margin-right: -2px;
  width: 150px;
  height: 40px;
  text-align: center;
  margin: 10px 0;
}
.page__downloadTabsItem + .page__downloadTabsItem {
  margin-left: -4px !important;
}
.page__downloadTabsLink {
  display: block;
  line-height: 40px;
  background: #000000;
  text-decoration: none;
  text-align: center;
  color: #00f400;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#tabs_container {
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 390px;
}
#tabs_container div {
  text-align: center;
}
#tabs-1 {
  display: block;
}
.page__aboutNewsPar._hidden {
  display: none;
}



.page__DonateText {
	float: left;
}
.page__DonatePayPal {
	float: right;
	margin-top: 10px;
}
.page__DonateYandex {
	float: right;
	margin-top: 8px;
}

#counters {
	position: fixed; bottom: -126px; right: 10px; z-index: 1005; width: 140px; height: 150px; text-align: right; background: url('/static/img/general/counters.png') right top no-repeat; transition: all 0.4s ease;
}
#counters:hover {
	bottom: 0; transition: all 0.4s ease;
}
.counters_list {
	padding-top: 10px; opacity: 0.40; filter: alpha(opacity=40);
}

.page__downloadMainLeadListLink._lang_multi {margin-left: 20px;}