/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

a
{
	outline: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'PF Handbook';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-regular-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-regular-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-regular-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-regular-webfont.svg#pf_handbook_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PF Handbook';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-bold-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-bold-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-bold-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-bold-webfont.svg#pf_handbook_probold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PF Handbook';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-bolditalic-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-bolditalic-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-bolditalic-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-bolditalic-webfont.svg#pf_handbook_probold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'PF Handbook';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-italic-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-italic-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-italic-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-italic-webfont.svg#pf_handbook_proitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PF Handbook Black';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-black-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-black-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-black-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-black-webfont.svg#pf_handbook_pro_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PF Handbook Black';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-blackitalic-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-blackitalic-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-blackitalic-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-blackitalic-webfont.svg#pf_handbook_pro_blackitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PF Handbook Medium';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-meditalic-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-meditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-meditalic-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-meditalic-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-meditalic-webfont.svg#pf_handbook_pro_mediumitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PF Handbook Medium';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-medium-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-medium-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-medium-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-medium-webfont.svg#pf_handbook_pro_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PF Handbook Thin';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-thin-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-thin-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-thin-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-thin-webfont.svg#pf_handbook_pro_thinregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PF Handbook Thin';
  src: url("../fonts/pfhandbookpro/pfhandbookpro-thinitalic-webfont.eot");
  src: url("../fonts/pfhandbookpro/pfhandbookpro-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro/pfhandbookpro-thinitalic-webfont.woff") format("woff"), url("../fonts/pfhandbookpro/pfhandbookpro-thinitalic-webfont.ttf") format("truetype"), url("../fonts/pfhandbookpro/pfhandbookpro-thinitalic-webfont.svg#pf_handbook_pro_thinitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinTextPro';
  src: url("../fonts/pfdintextpro/pfdintextpro-thin-webfont.eot");
  src: url("../fonts/pfdintextpro/pfdintextpro-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdintextpro/pfdintextpro-thin-webfont.woff") format("woff"), url("../fonts/pfdintextpro/pfdintextpro-thin-webfont.ttf") format("truetype"), url("../fonts/pfdintextpro/pfdintextpro-thin-webfont.svg#pf_dintext_pro_thin_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  min-width: 1135px;
  height: 100%;
}

body {
  overflow-y: scroll;
  position: relative;
  min-width: 1135px;
  min-height: 100%;
  background: #016ba8;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}
body.body404 {
  background-image: url("../img/css/bg_4.jpg");
  background-position: center -1720px;
  background-repeat: no-repeat;
}

.i-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.i-wrapper {
  position: relative;
  width: 1135px;
  margin: 0 auto;
  padding-bottom: 1965px;
  z-index: 2;
}

.i-wrapper__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
    z-index: 0;
}

#fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}

a:hover {
  text-decoration: none;
}

.i-jmsScrollPane {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.b-jmsScrollPane {
  position: relative;
  top: 0;
}

.b-jmsScroll {
  position: absolute;
  top: 0;
  right: -14px;
  width: 5px;
  padding: 1px;
  background: #e2e2e2;
}
.b-jmsScroll .drag {
  position: relative;
  top: 0;
  width: 5px;
  height: 30px;
  background: #959595;
  cursor: pointer;
}
.b-jmsScroll .arrowUp,
.b-jmsScroll .arrowDown {
  position: absolute;
  left: -1px;
  width: 9px;
  height: 5px;
  cursor: pointer;
}
.b-jmsScroll .arrowUp {
  top: -11px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -4781px no-repeat;
}
.b-jmsScroll .arrowUp:hover {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -4931px no-repeat;
}
.b-jmsScroll .arrowDown {
  bottom: -11px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -4706px no-repeat;
}
.b-jmsScroll .arrowDown:hover {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -4856px no-repeat;
}

/*******************************************************************************
 header
 *******************************************************************************/
.b-header {
  position: relative;
  height: 277px;
  padding-top: 246px;
}

.b-header__lang {
  overflow: hidden;
  position: absolute;
  top: 37px;
  right: 0;
  width: 84px;
  height: 24px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -4479px no-repeat;
}
.b-header__lang .en, .b-header__lang .ru {
  display: block;
  width: 50%;
  height: 24px;
  text-decoration: none;
}
.b-header__lang .en {
  float: left;
}
.b-header__lang .ru {
  display: none;
  float: right;
}
.b-header__lang.en {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -4385px no-repeat;
}
.b-header__lang.en .en {
  display: none;
}
.b-header__lang.en .ru {
  display: block;
}

.b-header__logo {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 347px;
  height: 141px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -2836px no-repeat;
  text-decoration: none;
}

.b-header__intro {
  width: 900px;
  padding-left: 45px;
  color: #fff;
  font-family: "PF Handbook Thin", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 37px;
}
.b-header__intro .more {
  display: block;
  position: relative;
  width: 103px;
  height: 95px;
  margin-top: 26px;
  text-decoration: none;
}
.b-header__intro .more__item1,
.b-header__intro .more__item2,
.b-header__intro .more__item3 {
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -648px no-repeat;
}
.b-header__intro .more__item2 {
  top: -20px;
}
.b-header__intro .more__item3 {
  top: -40px;
}

.ext_leftArrow, .i-news__leftArrow, .i-popup__leftArrow, .i-specialProjects .leftArrow,
.ext_rightArrow,
.i-news__rightArrow,
.i-popup__rightArrow,
.i-specialProjects .rightArrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 68px;
  height: 247px;
  margin-top: -123px;
  cursor: pointer;
  z-index: 2;
}

.ext_leftArrow, .i-news__leftArrow, .i-popup__leftArrow, .i-specialProjects .leftArrow {
  left: -68px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -934px no-repeat;
}
.ext_leftArrow:hover, .i-news__leftArrow:hover, .i-popup__leftArrow:hover, .i-specialProjects .leftArrow:hover {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -1568px no-repeat;
}
.ext_leftArrow:active, .i-news__leftArrow:active, .i-popup__leftArrow:active, .i-specialProjects .leftArrow:active {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -1251px no-repeat;
}

.ext_rightArrow, .i-news__rightArrow, .i-popup__rightArrow, .i-specialProjects .rightArrow {
  right: -68px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -1885px no-repeat;
}
.ext_rightArrow:hover, .i-news__rightArrow:hover, .i-popup__rightArrow:hover, .i-specialProjects .rightArrow:hover {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -2519px no-repeat;
}
.ext_rightArrow:active, .i-news__rightArrow:active, .i-popup__rightArrow:active, .i-specialProjects .rightArrow:active {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -2202px no-repeat;
}

.ext_leftArrow42x153, .i-video__leftArrow,
.ext_rightArrow42x153,
.i-video__rightArrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 153px;
  margin-top: -50px;
  cursor: pointer;
  z-index: 2;
}

.ext_leftArrow42x153, .i-video__leftArrow {
  left: -42px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -3047px no-repeat;
}
.ext_leftArrow42x153:hover, .i-video__leftArrow:hover {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -3493px no-repeat;
}
.ext_leftArrow42x153:active, .i-video__leftArrow:active {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -3270px no-repeat;
}

.ext_rightArrow42x153, .i-video__rightArrow {
  right: -42px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -3716px no-repeat;
}
.ext_rightArrow42x153:hover, .i-video__rightArrow:hover {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -4162px no-repeat;
}
.ext_rightArrow42x153:active, .i-video__rightArrow:active {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -3939px no-repeat;
}

/*******************************************************************************
 * * 404
 *******************************************************************************/
.b-404 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 182px;
  margin: -91px 0 0 -330px;
  padding: 30px 0 0 243px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  background: url("../img/css/bubble404.png") no-repeat;
  z-index: 3;
}
.b-404 a {
  color: #fff;
}

.b-404__oops {
  margin: 0;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 48px;
}

/*******************************************************************************
 * about
 *******************************************************************************/
.i-about {
  width: 1200px;
  margin-top: 63px;
}

.b-about {
  float: left;
  position: relative;
  left: -13px;
  width: 717px;
  height: 424px;
  margin-top: 18px;
  padding: 0 13px;
  background: url("../img/css/about_bg.jpg");
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.b-about.box-shadow {
  -webkit-box-shadow: #3462a0 1px 2px 3px;
  -moz-box-shadow: #3462a0 1px 2px 3px;
  box-shadow: #3462a0 1px 2px 3px;
}
.b-about p {
  margin: 23px 0;
}
.b-about p:first-child {
  margin-top: 10px;
}

.b-about__content {
  position: relative;
  z-index: 11;
}

.b-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 743px;
  height: 424px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/*******************************************************************************
 * aboutPercent
 *******************************************************************************/
.i-aboutPercent {
  float: left;
  width: 364px;
  margin: 20px 0 0 27px;
}

.i-aboutPercent__download {
  display: block;
  width: 367px;
  height: 57px;
  background: url('../img/css/sprites/butts_01_ru.png') 0 -521px no-repeat;
}
.i-aboutPercent__download:hover {
  background: url('../img/css/sprites/butts_01_ru.png') 0 -283px no-repeat;
}

.i-aboutPercent .i-aboutPercent__download {
  display: block;
  width: 367px;
  height: 57px;
  background: url('../img/css/sprites/butts_01_ru.png') 0 -581px no-repeat;
}
.i-aboutPercent .i-aboutPercent__download:hover {
  background: url('../img/css/sprites/butts_01_ru.png') 0 -220px no-repeat;
}

.csstransitions .i-aboutPercent__download {
  -webkit-transition: left 0.6s ease-out, opacity 0.6s ease-out;
  -moz-transition: left 0.6s ease-out, opacity 0.6s ease-out;
  -o-transition: left 0.6s ease-out, opacity 0.6s ease-out;
  transition: left 0.6s ease-out, opacity 0.6s ease-out;
}

.b-aboutPercent {
  position: relative;
  width: 318px;
  height: 182px;
  margin-bottom: 121px;
  padding: 10px 23px;
  background-image: url("../img/css/about_percent_bg.jpg");
  font-family: "PF Handbook Thin", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 33px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.b-aboutPercent .howmuch {
  display: block;
  font-size: 72px;
  line-height: 1em;
}
.b-aboutPercent .howmuch__percent {
  font-family: "PF Handbook Black", Arial, Helvetica, sans-serif;
}
.b-aboutPercent.small {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.b-aboutPercent:before, .b-aboutPercent:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
}
.b-aboutPercent:before {
  bottom: -22px;
  width: 22px;
  height: 22px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAV1BMVEW1QH60QH6zP36yP362QX62QH60P36xPn62QX+xP361QX60QH+zQH6wPn61QH+yPn6yP320P3+1P363QX61QX+xPn2zP3+vPX6wPX63QX+vPn6wPn3////EqNZxAAAAHXRSTlP/////////////////////////////////////AFmG52oAAAC/SURBVHjabcsJlgIhDATQBBK2Fnedre5/zim09Wnb9QiQTxA7WfFTMePBzc3drYj9GG/lbs1ZJg4Ra3620pq7bJ2tyBkQY8clt7RxKgBe76JcqqwJN54GKVs5TAdNCSOkox51m3QOZlblUEiadMMNM1+DpimlsAnKwoNTYMgpXKlPDo/EEPHC/BpjHI4X5tAuxj1f8MaRvNvXjHfmbKVjwbnWzNkFX/IIllz/Lr3ig3PP3/jk3jtW+OsXq4y1/AOsPR8HU2pPywAAAABJRU5ErkJggg==') no-repeat;
}
.b-aboutPercent:after {
  bottom: -80px;
  width: 57px;
  height: 51px;
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -182px no-repeat;
}

.b-aboutPercent__wrapper {
  overflow: hidden;
}

.b-aboutPercent__wrapper__inner {
  position: relative;
  left: 70%;
  opacity: 0;
}

.csstransitions .b-aboutPercent__wrapper__inner {
  -webkit-transition: left 0.6s ease-out, opacity 0.6s ease-out;
  -moz-transition: left 0.6s ease-out, opacity 0.6s ease-out;
  -o-transition: left 0.6s ease-out, opacity 0.6s ease-out;
  transition: left 0.6s ease-out, opacity 0.6s ease-out;
}

/*******************************************************************************
 * article
 *******************************************************************************/
.b-article {
  float: left;
  width: 760px;
  padding-bottom: 30px;
}
.b-article ul, .b-article ol {
  margin: 11px 0 0;
  color: #004e79;
  padding: 0 70px 0 50px;
  font-size: 12px;
  line-height: 15px;
}
.b-article li {
  margin: 10px 0;
}

.b-article__date {
  margin: 0;
  color: #7d7d7d;
  font-size: 10px;
}

.b-article__title {
  margin: 1px 0 0;
  color: #004d78;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 29px;
}

.b-article__img {
  display: block;
  margin-top: 14px;
}

.b-article__text {
  font-size: 14px;
  line-height: 21px;
}
.b-article__text a {
  color: #2e3192;
}
.b-article__text p {
  margin: 21px 0 0;
}

.b-article__small,
p.b-article__small {
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 15px;
}

.b-article__column {
  float: left;
  width: 370px;
  margin: 3px 15px 0 0;
  color: #959595;
  font-size: 10px;
  line-height: 12px;
}

.b-article__cite {
  display: block;
  margin: 14px 0 0;
  padding: 0 60px 0 50px;
  color: #959595;
  font-size: 14px;
  font-style: normal;
  line-height: 17px;
}

.b-article__likes {
  overflow: hidden;
  margin-top: 20px;
}

/*******************************************************************************
 * articlesList
 *******************************************************************************/
.b-articlesList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-articlesList .item {
  position: relative;
  min-height: 97px;
  margin: 21px 0 23px;
  padding-left: 112px;
  font-size: 12px;
  line-height: 17px;
}
.b-articlesList .item_noImg {
  padding-left: 0;
}
.b-articlesList .item__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 97px;
}
.b-articlesList .item__title {
  display: block;
  position: relative;
  top: -4px;
  margin-bottom: 8px;
  color: #073f5e;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 21px;
}

/*******************************************************************************
 * aside
 *******************************************************************************/
.b-aside {
  float: right;
  width: 291px;
  padding-top: 15px;
}

.b-aside__title {
  margin: 14px 0 0;
  color: #004d78;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 29px;
}

/*******************************************************************************
 * bg
 *******************************************************************************/
.i-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/css/bg_4.jpg?5") center 0 no-repeat;
}

/*******************************************************************************
 * bubbles
 *******************************************************************************/
.b-bubbles {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1135px;
  height: 100%;
  margin-left: -567.5px;
  z-index: 1;
}

.b-bubbles__col1,
.b-bubbles__col2,
.b-bubbles__col3,
.b-bubbles__col4 {
  position: absolute;
  height: 100%;
}

.b-bubbles__col1 {
  top: 0;
  left: 0;
  width: 281px;
  background: url("../img/bubbles/1.png");
}

.b-bubbles__col2 {
  top: 0;
  left: 300px;
  width: 521px;
  background: url("../img/bubbles/2.png");
}

.b-bubbles__col3 {
  top: 0;
  left: 750px;
  width: 354px;
  background: url("../img/bubbles/3.png");
}

.b-bubbles__col4 {
  top: 0;
  left: 900px;
  width: 205px;
  background: url("../img/bubbles/4.png");
}

.b-bubblesCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 530px;
  background: url("../img/css/bg_3.jpg?3") center 0 no-repeat;
  z-index: 2;
}

/****************************** MOD: body404 */
.body404 .b-bubbles {
  display: block;
}
.body404 .b-bubbles__col1 {
  top: 620px;
}
.body404 .b-bubbles__col2 {
  top: 270px;
}
.body404 .b-bubbles__col3 {
  top: 290px;
}

/*******************************************************************************
 * button
 *******************************************************************************/
.b-button {
  display: inline-block;
  position: relative;
  height: 41px;
  padding: 0 17px;
  margin: 0 4px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAApCAYAAAD06kPSAAAAQUlEQVQIW2NgYGAQZNh+9Nt/Bu3+M/+Zrr56w8DE8O8fkPj/D8ZC4xLBIoKLU+z/f0wWA5rYf4gYCKQxg0gQ8QMA3mZL9YB63kIAAAAASUVORK5CYII=');
  color: #fff;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 41px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: #002940 1px 1px 2px;
}
.b-button:focus, .b-button:active {
  outline: 0;
  outline-offset: -2px;
}
.b-button:before, .b-button:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  height: 41px;
  width: 4px;
}
.b-button:before {
  left: -4px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAApCAMAAAAlHXikAAAAjVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT3oAT3sAUHwAUX0AUn8AUoAAU4IAVIMAVYUAVoYAV4gAWIoAWYwAW44AXJAAXZIAXpQAYJYAYZgAYpoAZJwAZZ4AZqAAaKIAaaQAa6YAbKgAbqoAb6wAca4AcrAAdLIAdrQAd7YAebgrj8y3xfZIyZYxAAAACnRSTlMCBQsPESIuM0Rb6wfNRgAAACdJREFUCNfNxDERACAMBLDPFTX49/eslUCGCJibQ3fJ37XNIBOt4AE/kCiwYR2XkwAAAABJRU5ErkJggg==') no-repeat;
}
.b-button:after {
  right: -4px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAApCAMAAAAlHXikAAAAjVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT3oAT3sAUHwAUX0AUn8AUoAAU4IAVIMAVYUAVoYAV4gAWIoAWYwAW44AXJAAXZIAXpQAYJYAYZgAYpoAZJwAZZ4AZqAAaKIAaaQAa6YAbKgAbqoAb6wAca4AcrAAdLIAdrQAd7YAebgrj8y3xfZIyZYxAAAACnRSTlMCBQsPESIuM0Rb6wfNRgAAACZJREFUCFtjYf7//z+LNsO1vyz/GRgZUQgGhsFNAB3+H+T6vzACAJTTN3O0zoWgAAAAAElFTkSuQmCC') no-repeat;
}
.b-button:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAApCAYAAAD06kPSAAAAUklEQVQI112JsQ2AQAzErPwELMlWDETPADRMQIMQydEE+NBYdzbAwLxINq1g235iEYG5lCvhudRdx9SF4hRXcf6FCjnGP8QbApMe1AswNoAGHDdbfmvnITvRUQAAAABJRU5ErkJggg==');
}
.b-button:hover:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAApCAMAAAAlHXikAAAAjVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgaaEhaqMia6Uibacjbqkkb6skca0lcrAmdLIndrUoeLgoerspe74qfcErf8Qsgcctg8ouhs0wiNAxitMyjNczjto1kN02kuA4lOI5luU7mOg9mus+nO1Anu9CoPJEovRGpPZJpfdLp/lmtP/J1P/YIzy/AAAACnRSTlMCBQsPESIuM0Rb6wfNRgAAACdJREFUCNfNxDERACAMBLDPFTX49/eslUCGCJibQ3fJ37XNIBOt4AE/kCiwYR2XkwAAAABJRU5ErkJggg==') no-repeat;
}
.b-button:hover:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAApCAMAAAAlHXikAAAAjVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgaaEhaqMia6Uibacjbqkkb6skca0lcrAmdLIndrUoeLgoerspe74qfcErf8Qsgcctg8ouhs0wiNAxitMyjNczjto1kN02kuA4lOI5luU7mOg9mus+nO1Anu9CoPJEovRGpPZJpfdLp/lmtP/J1P/YIzy/AAAACnRSTlMCBQsPESIuM0Rb6wfNRgAAACZJREFUCFtjYf7//z+LNsO1vyz/GRgZUQgGhsFNAB3+H+T6vzACAJTTN3O0zoWgAAAAAElFTkSuQmCC') no-repeat;
}
.b-button:active {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAApCAYAAAD06kPSAAAARUlEQVQI133OwQ1AUBRE0eOrQqs6UYq6rL2xEfIRuztzk8nAxLymSTTipNRFdyxNVddVfdi9E/Vrnyt523y8ErCMGEZsB3r/Sb0u6gMJAAAAAElFTkSuQmCC');
}
.b-button:active:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAApCAMAAAAlHXikAAAAjVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT3oAT3sAUHwAUX4AUn8AU4AAVIIAVYQAV4YAWIcAWYkAW4sAXI0AXY8AX5EAYJQAYpYAY5gAZZoAZpwAaJ4AaaEAa6MAbKUAbacAb6kAcKsAcawAc64AdLAAdbIAdrMAd7QAeLYAebcAebgAerlyttwXAAAACnRSTlMDCBEXGTNFTWaI9zNyLAAAACdJREFUCNfNxDERACAMBLDPFTX49/eslUCGCJibQ3fJ37XNIBOt4AE/kCiwYR2XkwAAAABJRU5ErkJggg==') no-repeat;
}
.b-button:active:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAApCAMAAAAlHXikAAAAjVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT3oAT3sAUHwAUX4AUn8AU4AAVIIAVYQAV4YAWIcAWYkAW4sAXI0AXY8AX5EAYJQAYpYAY5gAZZoAZpwAaJ4AaaEAa6MAbKUAbacAb6kAcKsAcawAc64AdLAAdbIAdrMAd7QAeLYAebcAebgAerlyttwXAAAACnRSTlMDCBEXGTNFTWaI9zNyLAAAACZJREFUCFtjYf7//z+LNsO1vyz/GRgZUQgGhsFNAB3+H+T6vzACAJTTN3O0zoWgAAAAAElFTkSuQmCC') no-repeat;
}

/*******************************************************************************
 * contacts
 *******************************************************************************/
.b-contacts {
  overflow: hidden;
}

.b-contacts__map {
  float: left;
  width: 718px;
  height: 488px;
  border: 7px solid #004e79;
}

.b-contacts__item {
  float: right;
  position: relative;
  top: -5px;
  width: 317px;
  font-size: 14px;
  line-height: 19px;
}

.b-contacts__title {
  margin: 0;
  color: #004e79;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 1em;
  text-transform: uppercase;
}

.b-contacts__address {
  margin: 6px 0 42px;
}

.b-contacts__phone {
  margin: 6px 0 33px;
  font-size: 18px;
}

.b-contacts__email {
  font-size: 16px;
  margin: 3px 0 0;
  line-height: 27px;
}
.b-contacts__email .item {
  color: #004e79;
}
.b-contacts__email .item:hover {
  text-decoration: none;
}

/*******************************************************************************
 * facilities
 *******************************************************************************/
.b-facilities {
  position: relative;
  height: 654px;
  /*margin: 50px 0;*/
  margin: 20px 0;
  z-index: 4;
}

.b-facilities__header {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.b-facilities__title {
  position: relative;
  top: -150px;
  color: #fff;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-shadow: #172b61 1px 1px 3px;
}
.b-facilities__title.transition {
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.b-facilities__nav {
  position: relative;
  top: -150px;
  color: #7783b3;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  text-shadow: #172b61 1px 1px 3px;
}
.b-facilities__nav.transition {
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.b-facilities__nav .item {
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
  color: #7783b3;
  text-decoration: none;
}
.b-facilities__nav .item.active {
  color: #fff;
  text-shadow: none;
}

.b-facilities__ipad {
  position: relative;
  visibility: hidden;
  left: 1920px;
  width: 502px;
  height: 388px;
  margin: 20px auto 0;
  background-image: url("../img/css/facilities_ipad_502x388.png");
  z-index: 1;
}
.b-facilities__ipad.transition {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.b-facilities__ipad .flare {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b-facilities__ipad .item {
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.b-facilities__ipad .item_bottom {
  display: block;
  top: 49px;
  left: 49px;
  opacity: 1;
}
.b-facilities__ipad .item_1,
.b-facilities__ipad .item_2,
.b-facilities__ipad .item_4,
.b-facilities__ipad .item_6 {
  top: 92px;
  left: -19px;
}
.b-facilities__ipad .item_3 {
  top: 108px;
  left: -20px;
}
.b-facilities__ipad .item_5 {
  top: 92px;
  left: 107px;
}

.b-facilities__download {
  width: 223px;
  height: 41px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -410px no-repeat;
  display: block;
  position: relative;
  top: 0;
  height: 46px;
  margin: 0 auto 35px;
}
.b-facilities__download:hover {
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -172px no-repeat;
}
.b-facilities__download.transition {
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.b-facilities__ipad a {
    position: absolute;
    bottom: -77px;
    left: 50%;
}

.b-facilities .i-aboutPercent__download {
    margin-left: -382px;
    /*margin-left: -181px;*/
}

.i-Price__download {
    display: block;
    width: 367px;
    height: 57px;
    background: url('../img/css/sprites/butts_01_ru.png') 0 -457px no-repeat;
    margin-left: 15px;
}
.i-Price__download:hover {
  background: url('../img/css/sprites/butts_01_ru.png') 0 -347px no-repeat;
}


/*******************************************************************************
 * fixedHeader
 *******************************************************************************/
.i-fixedHeader {
  position: fixed;
  top: -82px;
  left: 0;
  width: 100%;
  height: 68px;
  background: #fff;
  z-index: 11;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}

.b-fixedHeader {
  position: relative;
  width: 1135px;
  margin: 0 auto;
}
.b-fixedHeader .b-header__lang {
  top: 21px;
}

.b-fixedHeader__logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 143px;
  height: 63px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -4573px no-repeat;
}

.b-fixedHeader__nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.b-fixedHeader__nav .item {
  display: inline-block;
  position: relative;
  height: 47px;
  padding-top: 21px;
  padding-bottom: 14px;
}
.b-fixedHeader__nav .item.active {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABSCAMAAABdX6lFAAABhlBMVEUAAAAATnkAT3oAT3sAUHsAUHwAUH3///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALUYAJjsAITQAPV8APmAAPmEAP2EAP2IAP2MAQGMAP2IAN1YANlMANlQAN1QAN1UAN1YATnkAT3oAT3sAUHsAUHwAUH0AUX0AUX4AUn8AUoAAU4AAU4EAU4IAVIIAVIMAVYQAVYUAVoYAV4cAV4gAWIkAWIoAWYsAWowAWo0AW44AW48AXJAAXZEAXZIAXpMAXpQAX5UAYJYAYJcAYZgAYZkAYpoAY5sAY5wAZJwAZZ0AZZ4AZp8AZ6AAZ6EAaKIAaaMAaaQAaqUAa6YAbKcAbKgAbakAbqoAbqsAb6wAcK0Aca4Aca8AcrAAc7EAdLIAdLMAdbQAdrUAd7YAeLcAebgAerkzks9/r+a3xfboxGkfAAAAOXRSTlMAAAAAAAAAAAEEBQkKCw4PEBEXHB8jJigpLi83PURFR0lSXF1fYmNsbomboqKioqKioqS0vLy8vLyMppNpAAABZ0lEQVR42u3avVLDMAzAcTlxSViYuON5eQaekYWB0i615FhmgJZSjmOKwzV/TYkW3c/y+SOX8CiriqdY1wUe1wberA0c1gYWwNcendBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwJ/Bz6WAAQMGzCpNhwEDBgwYMGDAKwTXcD9uQqtq4ebhZ/KluDcb9ZpjlqkdON3eXeZSzrm2A08xl64duHuuF+L0miw37LDHUr7eZr+pBL8Q61bVtPos5ez4MJwl+yjtwDV4OGzOyts2abZa5il3Gsb4C9hnn1EePBziSWxvSU19kqsFi3ce0lFsu6SmnmebUH+BS4NVo3QeUj+IiNg+qambLAZu0OEPscahgfd/dFik9B60H2ynaura5Di5KFhK7yGFfdbcyLs0WErvcpjyZI2838BRGu7Dp+PVqF3nXtMCt4dlPtOmWnJZxCvv6Gve4iMCNykAAAAASUVORK5CYII=') center 0 no-repeat;
}
.b-fixedHeader__nav .item.active .item__link {
  color: #fff;
  border-color: transparent;
}
.b-fixedHeader__nav .item.active + .item .item__link {
  border-color: transparent;
}
.b-fixedHeader__nav .item:first-child .item__link {
  border: none;
}
.b-fixedHeader__nav .item_transition {
  -webkit-transition: background-position-x 0.3s;
  -moz-transition: background-position-x 0.3s;
  -o-transition: background-position-x 0.3s;
  transition: background-position-x 0.3s;
}
.b-fixedHeader__nav .item__link {
  display: block;
  height: 25px;
  padding: 0 12px;
  border-left: 2px solid #464646;
  color: #464646;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

/****************************** MOD:  body.404 */
.body404 .i-fixedHeader {
  top: 0;
}

/*******************************************************************************
 * fixedFooter
 *******************************************************************************/
.i-fixedFooter {
  position: fixed;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  line-height: 40px;
  z-index: 11;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

.b-fixedFooter {
  position: relative;
  width: 1135px;
  margin: 0 auto;
  color: #464646;
  font-size: 11px;
}

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

.b-fixedFooter__links {
  text-align: center;
}
.b-fixedFooter__links a {
  display: inline-block;
  margin: 0 25px;
  color: #464646;
}

.b-fixedFooter__social {
  position: absolute;
  right: 0;
  top: 0;
}
.b-fixedFooter__social .fb {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 7px;
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -613px no-repeat;
  vertical-align: middle;
}
.b-fixedFooter__social .fb:hover {
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -668px no-repeat;
}
.b-fixedFooter__social .gplus {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 7px;
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 0 no-repeat;
  vertical-align: middle;
}
.b-fixedFooter__social .gplus:hover {
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -55px no-repeat;
}
.b-fixedFooter__social .tw {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 7px;
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -393px no-repeat;
  vertical-align: middle;
}
.b-fixedFooter__social .tw:hover {
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -448px no-repeat;
}

/****************************** MOD:  body404 */
.body404 .i-fixedFooter {
  bottom: 0;
}

/*******************************************************************************
 * infographics
 *******************************************************************************/
.b-infographics {
  position: relative;
  left: -80px;
  width: 1300px;
  margin: 75px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 2;
}
.b-infographics .item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.b-infographics .item_type1,
.b-infographics .item_type2,
.b-infographics .item_type3,
.b-infographics .item_type4,
.b-infographics .item_type5,
.b-infographics .item_type6,
.b-infographics .item_type7 {
  margin: 0 20px;
  color: #fff;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
}
.b-infographics .item_type1 .figure,
.b-infographics .item_type2 .figure,
.b-infographics .item_type3 .figure,
.b-infographics .item_type4 .figure,
.b-infographics .item_type5 .figure,
.b-infographics .item_type6 .figure,
.b-infographics .item_type7 .figure {
  display: block;
  margin-bottom: 5px;
  padding-left: 4px;
  color: #004e79;
  font-family: "PF Handbook Black", Arial, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 1em;
  text-transform: none;
}
.b-infographics .item_type1 .figureSecondary,
.b-infographics .item_type2 .figureSecondary,
.b-infographics .item_type6 .figureSecondary,
.b-infographics .item_type7 .figureSecondary {
  display: block;
}
.b-infographics .item_type1 .figureSecondary__item,
.b-infographics .item_type2 .figureSecondary__item,
.b-infographics .item_type6 .figureSecondary__item,
.b-infographics .item_type7 .figureSecondary__item {
  font-family: "PF Handbook Black", Arial, Helvetica, sans-serif;
  font-size: 30px;
}
.b-infographics .item_type1 {
  position: relative;
  top: -15px;
  width: 239px;
  height: 250px;
  padding: 40px 0 0 330px;
  background: url('../img/css/sprites/infographics-scef5ba40c4.png') 0 -1105px no-repeat;
}
.b-infographics .item_type1 .figure {
  padding-left: 0;
  color: #fff;
  line-height: .8em;
}
.b-infographics .item_type1 .figureSecondary {
  display: block;
  margin-bottom: 50px;
  font-size: 11px;
}
.b-infographics .item_type1 .figureSecondary__item {
  display: block;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  text-transform: none;
}
.b-infographics .item_type2 {
  width: 304px;
  height: 252px;
  padding: 3px 0 0 290px;
  background: url('../img/css/sprites/infographics-scef5ba40c4.png') 0 -279px no-repeat;
}
.b-infographics .item_type2 .figure {
  padding-left: 0;
  color: #fff;
}
.b-infographics .item_type2 .figureSecondary {
  margin: 75px 0 0 100px;
}
.b-infographics .item_type3 {
  width: 85px;
  height: 246px;
  padding: 6px 0 0 287px;
  background: url('../img/css/sprites/infographics-scef5ba40c4.png') 0 -1700px no-repeat;
}
.b-infographics .item_type4 {
  width: 219px;
  height: 248px;
  padding: 6px 0 0 200px;
  background: url('../img/css/sprites/infographics-scef5ba40c4.png') 0 -564px no-repeat;
}
.b-infographics .item_type5 {
  width: 232px;
  height: 246px;
  padding: 0px 0 0 30px;
  background: url('../img/css/sprites/infographics-scef5ba40c4.png') 0 -1425px no-repeat;
}
.b-infographics .item_type5 .figure {
  position: relative;
  left: -22px;
  width: 262px;
}
.b-infographics .item_type6 {
  position: relative;
  width: 269px;
  height: 224px;
  padding: 3px 0 0 300px;
  background: url('../img/css/sprites/infographics-scef5ba40c4.png') 0 -848px no-repeat;
}
.b-infographics .item_type6 .figureSecondary {
  margin: 47px 0 0 65px;
}
.b-infographics .item_type7 {
  position: relative;
  width: 278px;
  height: 246px;
  padding: 3px 0 0 292px;
  background: url('../img/css/sprites/infographics-scef5ba40c4.png') 0 0 no-repeat;
}
.b-infographics .item_type7 .figureSecondary {
  margin: 64px 0 0 94px;
}

.b-infographics-world.animate .item_type1 .figureSecondary {
  left: 100%;
  opacity: 0;
}
.b-infographics-world.animate .item_type1 .figure {
  opacity: 0;
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
}
.b-infographics-world.animate .item_type2 .figureSecondary {
  left: 100%;
  opacity: 0;
}
.b-infographics-world.animate .item_type2 .figure {
  opacity: 0;
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
}
.b-infographics-world .item_type1 .figureSecondary {
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: left 0.5s ease-out, opacity 0.4s;
  -moz-transition: left 0.5s ease-out, opacity 0.4s;
  -o-transition: left 0.5s ease-out, opacity 0.4s;
  transition: left 0.5s ease-out, opacity 0.4s;
}
.b-infographics-world .item_type1 .figure {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.4s linear;
  -webkit-transition-delay: 0.5s, 0.5s;
  -moz-transition: -moz-transform 0.5s ease-out 0.5s, opacity 0.4s linear 0.5s;
  -o-transition: -o-transform 0.5s ease-out 0.5s, opacity 0.4s linear 0.5s;
  transition: transform 0.5s ease-out 0.5s, opacity 0.4s linear 0.5s;
}
.b-infographics-world .item_type2 .figureSecondary {
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: left 0.5s ease-out, opacity 0.4s linear;
  -webkit-transition-delay: 1s, 1s;
  -moz-transition: left 0.5s ease-out 1s, opacity 0.4s linear 1s;
  -o-transition: left 0.5s ease-out 1s, opacity 0.4s linear 1s;
  transition: left 0.5s ease-out 1s, opacity 0.4s linear 1s;
}
.b-infographics-world .item_type2 .figure {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.4s linear;
  -webkit-transition-delay: 1.5s, 1.5s;
  -moz-transition: -moz-transform 0.5s ease-out 1.5s, opacity 0.4s linear 1.5s;
  -o-transition: -o-transform 0.5s ease-out 1.5s, opacity 0.4s linear 1.5s;
  transition: transform 0.5s ease-out 1.5s, opacity 0.4s linear 1.5s;
}

.b-infographics-gpmd .item {
  overflow: hidden;
}
.b-infographics-gpmd.animate .item_type3 .figure {
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
  opacity: 0;
}
.b-infographics-gpmd.animate .item_type3 .termin {
  opacity: 0;
  left: 50%;
}
.b-infographics-gpmd.animate .item_type4 .figure {
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
  opacity: 0;
}
.b-infographics-gpmd.animate .item_type4 .termin {
  opacity: 0;
  left: 50%;
}
.b-infographics-gpmd.animate .item_type5 .figure {
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
  opacity: 0;
}
.b-infographics-gpmd.animate .item_type5 .termin {
  opacity: 0;
  left: 50%;
}
.b-infographics-gpmd .item_type3 .figure {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.b-infographics-gpmd .item_type3 .termin {
  position: relative;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.b-infographics-gpmd .item_type4 .figure {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s linear;
  -webkit-transition-delay: 0.7s;
  -moz-transition: all 0.5s linear 0.7s;
  -o-transition: all 0.5s linear 0.7s;
  transition: all 0.5s linear 0.7s;
}
.b-infographics-gpmd .item_type4 .termin {
  position: relative;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.7s linear;
  -webkit-transition-delay: 0.7s;
  -moz-transition: all 0.7s linear 0.7s;
  -o-transition: all 0.7s linear 0.7s;
  transition: all 0.7s linear 0.7s;
}
.b-infographics-gpmd .item_type5 .figure {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s linear;
  -webkit-transition-delay: 1.4s;
  -moz-transition: all 0.5s linear 1.4s;
  -o-transition: all 0.5s linear 1.4s;
  transition: all 0.5s linear 1.4s;
}
.b-infographics-gpmd .item_type5 .termin {
  position: relative;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.7s linear;
  -webkit-transition-delay: 1.4s;
  -moz-transition: all 0.7s linear 1.4s;
  -o-transition: all 0.7s linear 1.4s;
  transition: all 0.7s linear 1.4s;
}

/*******************************************************************************
 * jelly
 *******************************************************************************/
.b-jelly {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1135px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b-jelly__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1135px;
  height: 100%;
  margin-left: -567.5px;
  z-index: 2;
}

.b-jelly__item1 {
  position: absolute;
  top: 3600px;
  left: 0;
  width: 409px;
  height: 468px;
  background: url("../img/css/jelly1.png") no-repeat;
  z-index: 2;
}

.b-jelly__item2 {
  position: absolute;
  top: 3700px;
  right: 0;
  width: 715px;
  height: 483px;
  background: url("../img/css/jelly2.png") no-repeat;
  z-index: 3;
}

.b-jelly__item3 {
  position: absolute;
  top: 4000px;
  left: 50%;
  width: 1868px;
  height: 1112px;
  margin-left: -434px;
  background: url("../img/css/fish.png") no-repeat;
  z-index: 2;
}

/*******************************************************************************
 * legal
 *******************************************************************************/
.b-legal {
  font-size: 14px;
  line-height: 21px;
}

.b-legal__info {
  margin-top: 30px;
  font-size: 12px;
  line-height: 15px;
}

/*******************************************************************************
 * longBlock
 *******************************************************************************/
.i-longBlock {
  width: 1200px;
}

/*******************************************************************************
 * news
 *******************************************************************************/
.i-news {
  visibility: hidden;
  position: relative;
  left: 21px;
  margin-top: 63px;
}
.i-news .b-title {
  margin-left: 74px;
    margin-left: 60px;
}

.i-news__leftArrow,
.i-news__rightArrow {
  opacity: 0;
  position: absolute;
  top: 189px;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.i-news__leftArrow {
  display: none;
  left: -20px;
  z-index: 3;
}

.i-news__rightArrow {
  display: none;
  right: 90px;
  z-index: 3;
}

.i-news__wrapper {
  margin-top: 30px;
}
.i-news__wrapper .fadeBefore {
  display: none;
  position: absolute;
  top: 59px;
  left: 8px;
  width: 156px;
  height: 270px;
  background: url("../img/css/news_left.png") 0 -54px no-repeat;
  z-index: 2;
}
.i-news__wrapper .fadeAfter {
  display: none;
  position: absolute;
  top: 52px;
  right: 90px;
  width: 200px;
  height: 270px;
  background: url("../img/css/news_right.png") 8px -10px no-repeat;
  z-index: 2;
}
.i-news__wrapper:hover .i-news__leftArrow,
.i-news__wrapper:hover .i-news__rightArrow {
  opacity: 1;
}

.i-news__boundingBox {
  overflow: hidden;
  position: relative;
  left: 10px;
  width: 978px;
  height: 295px;
}

.b-news {
  position: relative;
  left: 0;
  width: 100000px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.b-news a {
  color: #004e79;
}
.b-news a:hover {
  text-decoration: none;
}
.b-news .item {
  float: left;
  width: 408px;
  padding: 0 25px 0 66px;
  border-left: none;
}
.b-news .item:first-child {
  border: none;
}
.b-news .item__date {
  display: inline-block;
  position: relative;
  padding: 0 1px;
  background: #fff;
  color: #898989;
  font-size: 10px;
  line-height: 13px;
}
.b-news .item__date:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEX///////9VfPVsAAAAAXRSTlMAQObYZgAAABRJREFUCNdj+MPwg+EDwwOGAwwNACFIBQU1aZlLAAAAAElFTkSuQmCC') no-repeat;
}
.b-news .item__title {
  display: block;
  position: relative;
  left: 4px;
  margin-top: 3px;
  color: #004e79;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-decoration: none;
  text-transform: uppercase;
}
.b-news .item__title:focus, .b-news .item__title:active {
  outline: 0;
  outline-offset: -2px;
}
.b-news .item__title:hover {
  text-decoration: underline;
}
.b-news .item__text {
  margin-top: 9px;
  font-size: 12px;
  line-height: 19px;
  padding-left: 20px;
}
.b-news .item__likes {
  margin-top: 17px;
}
.b-news .item__more {
  margin-top: 14px;
  color: #fff;
  position: absolute;
  top: 158px;
}

.b-news_press, .b-news_research {
  visibility: hidden;
}

/*******************************************************************************
 * photo
 *******************************************************************************/
.i-photo {
  float: left;
  width: 470px;
  margin-top: 57px;
}

.b-photo {
  overflow: hidden;
  position: relative;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}
.b-photo .item {
  float: left;
  width: 97px;
  height: 97px;
  margin: 0 19px 16px 0;
}
.b-photo .item__link {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.b-photo .item__link:focus, .b-photo .item__link:active {
  outline: 0;
  outline-offset: -2px;
}
.b-photo .item__link:hover:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 83px;
  border: 7px solid #004e79;
  z-index: 2;
}
.b-photo .item__img {
  width: 97px;
  height: 97px;
}
.b-photo .item_more {
  float: left;
  width: 101px;
  height: 101px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 -763px no-repeat;
}
.b-photo .item_more .item__link {
  width: 101px;
  height: 101px;
}
.b-photo .item_more:hover :after {
  border: none;
}

/*******************************************************************************
 * popup
 *******************************************************************************/
.i-popup {
  position: fixed;
  top: 103px;
  left: 50%;
  min-height: 300px;
  width: 1136px;
  margin-left: -568px;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: #1d3c5c 0 0 4px;
  -moz-box-shadow: #1d3c5c 0 0 4px;
  box-shadow: #1d3c5c 0 0 4px;
}
.i-popup.transition {
  -webkit-transition: top 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition: top 0.5s ease 0.1s;
  -o-transition: top 0.5s ease 0.1s;
  transition: top 0.5s ease 0.1s;
}
.i-popup:before, .i-popup:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  width: 21px;
  height: 271px;
  z-index: 1;
}
.i-popup:before {
  left: -21px;
  background: url('../img/css/sprites/popup-s93fd3126c5.png') 0 0 no-repeat;
}
.i-popup:after {
  right: -21px;
  background: url('../img/css/sprites/popup-s93fd3126c5.png') 0 -301px no-repeat;
}

.i-popup__close {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAV1BMVEUAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerkAerlonfNVAAAAHXRSTlMAFB4gIjM0Njg6Ozw9PkBCREZHSElLTZ7n6Onq66R80PoAAABUSURBVAjXdY9HDoAwDASHXhN6ccL/38khohgJ32Zl764h4p4Ykj27yPgUVpcHsocFWHwB0HkT5NmV0Lv2OpqkGqR5LEeRmj/Uy9pKB31qbLok7xdO5TQEmvATCowAAAAASUVORK5CYII=') right center no-repeat;
  display: block;
  position: absolute;
  top: 14px;
  right: 30px;
  height: 18px;
  padding-right: 20px;
  cursor: pointer;
  color: #007ab9;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1em;
  text-transform: lowercase;
  z-index: 9;
}
.i-popup__close:hover {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAV1BMVEUATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXgATXiO6mFGAAAAHXRSTlMAFB4gIjM0Njg6Ozw9PkBCREZHSElLTZ7n6Onq66R80PoAAABUSURBVAjXdY9HDoAwDASHXhN6ccL/38khohgJ32Zl764h4p4Ykj27yPgUVpcHsocFWHwB0HkT5NmV0Lv2OpqkGqR5LEeRmj/Uy9pKB31qbLok7xdO5TQEmvATCowAAAAASUVORK5CYII=') right center no-repeat;
  color: #004d78;
}

.b-popupWrapper {
  overflow: hidden;
  position: relative;
}

.b-popup {
  position: relative;
  top: 0;
  left: 0;
  margin: 26px 30px;
}
.b-popup.transition {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

.b-popup__script {
  display: none;
}

.b-popup__title {
  position: relative;
  margin: 0;
  color: #004d78;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: normal;
  line-height: 1em;
  z-index: 3;
}

.b-popup__title_nav {
  float: left;
  margin-right: 30px;
  text-decoration: underline;
}

.b-popup__subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}

.b-popup__share {
  overflow: hidden;
}

.b-popup__fadeTop,
.b-popup__fadeBottom {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}

.b-popup__fadeTop {
  /* ie7 speicific at ie7.css */
  top: 35px;
  height: 47px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAvCAQAAACIumhEAAAAMElEQVQIW2P5/5+FgYFc9JuF4RcLw08w+sHC8J2F4RsMfUVFX1C5cGXfwRohJvwCAF0/HMFfCRuxAAAAAElFTkSuQmCC');
}

.b-popup__fadeBottom {
  bottom: 0;
  height: 27px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAQAAAAXUS3/AAAAKklEQVQIW2P4z8rEwMbEwA5GHEwMnEwMXDDEjYR4ULncSMo4wRohJrABAH6gAi7y1Gl3AAAAAElFTkSuQmCC');
}

.b-popup__wrapper {
  position: relative;
}

.b-popup__video {
  position: relative;
  margin: 10px 0 0;
  padding-bottom: 16px;
}
.b-popup__video iframe {
  display: none;
  margin: 0 auto;
  border: 8px solid #004e79;
}

/****************************** MOD: popup_contacts */
.i-popup_contacts {
  width: 1138px;
  margin-left: -569px;
}
.i-popup_contacts .b-popup {
  margin-left: 27px;
  margin-right: 27px;
}
.i-popup_contacts .b-popup__title {
  margin-bottom: 37px;
}

/****************************** MOD: popup_photoList */
.i-popup_photoList {
  width: 754px;
  margin-left: -377px;
  padding-bottom: 20px;
}
.i-popup_photoList .b-popup {
  margin: 13px 25px 0;
}
.i-popup_photoList .b-popup__title {
  font-size: 36px;
}
.i-popup_photoList .b-photo {
  left: -20px;
  margin: 0;
}
.i-popup_photoList .b-photo .item {
  margin: 20px 0 0 20px;
}

/****************************** MOD: popup_photoBig */
.i-popup_photoBig {
  width: 800px;
  margin-left: -400px;
  padding-bottom: 20px;
}
.i-popup_photoBig .b-popup__wrapper {
  margin: 0 25px 0;
}
.i-popup_photoBig .b-popup {
  margin: 13px 0 0;
  font-size: 11px;
  line-height: 15px;
}
.i-popup_photoBig .b-popup__title {
  margin: 16px 0 7px;
  font-size: 18px;
}
.i-popup_photoBig .bigImg {
  display: block;
  position: relative;
  margin: 10px auto 0;
}

/****************************** MOD: popup_special */
.i-popup_special {
  border: 7px solid #004e79;
}
.i-popup_special .b-popup {
  margin: 30px 20px;
}
.i-popup_special .b-popup__title {
  z-index: 2;
    text-transform: uppercase;
    text-decoration: underline;
}
.i-popup_special .decor {
  display: inline-block;
  position: relative;
}
.i-popup_special .decor__img {
  position: absolute;
  top: -60px;
  right: -100%;
  margin-left: -10px;
}
.i-popup_special .feature {
  position: absolute;
}

.b-popup__special {
  position: relative;
  z-index: 1;
}
.b-popup__special .title {
  position: relative;
  margin: 30px 0 0;
  color: #004d78;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 55px;
  font-style: italic;
  font-weight: normal;
  line-height: 116px;
  z-index: 2;
    text-decoration: underline;
}
.b-popup__special .title img {
  vertical-align: middle;
}
.b-popup__special .formats {
  clear: both;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  z-index: 2;
}
.b-popup__special .formats_inside {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-popup__special .formats_inside .formats__banner_240 img,
.b-popup__special .formats_inside .formats__banner img {
  position: relative;
}
.b-popup__special .formats__item {
  float: left;
  position: relative;
  margin-left: 35px;
}
.b-popup__special .formats__item:first-child {
  margin-left: 0;
}
.b-popup__special .formats__item__title {
  margin: 0;
  color: #363636;
  font-size: 13px;
  line-height: 27px;
  text-align: center;
}
.b-popup__special .formats__banner_240,
.b-popup__special .formats__banner {
  position: relative;
  margin-bottom: 12px;
  height: 170px;
  line-height: 170px;
}
.b-popup__special .formats__banner_240 img,
.b-popup__special .formats__banner img {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 3px solid #004d78;
  vertical-align: bottom;
}
.b-popup__special .formats__banner_inverse {
  margin: 12px 0 0;
}
.b-popup__special .formats__banner_inverse img {
  display: block;
  position: relative;
}
.b-popup__special .formats__banner_240 {
  height: 208px;
  line-height: 208px;
}
.b-popup__special .formats__banner_240 img {
  margin-right: 18px;
}
.b-popup__special .formats__bannerTitle {
  margin-bottom: 12px;
  height: 135px;
}
.b-popup__special .formats__bannerTitle img {
  position: relative;
  border: 3px solid #004d78;
}
.b-popup__special .formats__caption {
  margin: 0;
  color: #363636;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
.b-popup__special div.formats__caption {
  text-align: center;
}
.b-popup__special .formats__title {
  margin: 0;
  color: #004d78;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.b-popup__special__body {
  position: relative;
  z-index: 1;
}
.b-popup__special__body .art {
  float: right;
  position: relative;
  margin-left: 20px;
  z-index: 1;
}
.b-popup__special__body .info {
  position: relative;
  font-size: 13px;
  line-height: 21px;
  z-index: 2;
}
.b-popup__special__body .coverage {
  display: inline-block;
  height: 70px;
  margin-top: 20px;
  padding: 0 20px;
  background: #ccc;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 70px;
  text-decoration: underline;
}
.b-popup__special__body .info__title {
  margin: 27px 0 0;
  color: #004d78;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
}

/*******************************************************************************
 * preloader
 *******************************************************************************/
.b-preloader {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1135px;
  min-height: 600px;
  width: 100%;
  height: 100%;
  background: url("../img/css/bg_preloader.jpg") center 0 no-repeat;
  z-index: 999;
}
.b-preloader .preloader {
  overflow: hidden;
  width: 103px;
  height: 102px;
  margin: 10px auto 0;
  background: url("../img/css/preloader.png") 0 0 repeat-y;
}

.b-preloader__msg {
  padding-top: 365px;
  color: #363636;
  font-family: "PF Handbook Thin", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

/*******************************************************************************
 * specialProjects
 *******************************************************************************/
.i-specialProjects {
  position: relative;
  margin-top: 110px;
  /*background: url("../img/css/ipad_bottom.png") center center no-repeat;*/
}
.i-specialProjects .leftArrow,
.i-specialProjects .rightArrow {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.i-specialProjects:hover .leftArrow,
.i-specialProjects:hover .rightArrow {
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .i-specialProjects .leftArrow {
    left: 30px;
  }
  .i-specialProjects .rightArrow {
    right: 30px;
  }

  .i-specialProjects_ie .leftArrow {
    left: 30px;
  }
  .i-specialProjects_ie .rightArrow {
    right: 30px;
  }
}
.b-specialProjectsWrapper {
  overflow: hidden;
  position: relative;
  left: -410px;
  width: 1920px;
  height: 603px;
}

.b-specialProjects {
  position: relative;
  top: 0;
  left: 0;
  width: 9956px;
  margin: 50px 0 0;
}
.b-specialProjects.transition {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.b-specialProjects .item {
  float: left;
  overflow: hidden;
  position: relative;
  width: 726px;
  height: 547px;
  margin: 0 54px 0 0;
  /*background: url("../img/css/ipad_over_598x461.png") no-repeat;*/
}
.b-specialProjects .item__link {
  display: block;
  width: 726px;
  height: 547px;
  /*padding: 47px 56px;*/
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
}
.b-specialProjects .item__link:focus, .b-specialProjects .item__link:active {
  outline: 0;
  outline-offset: -2px;
}
.b-specialProjects .item__img {
  display: block;
  width: 100%;
  height: 100%;
}
.b-specialProjects .item__title {
  margin-top: 20px;
  color: #fff;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  -webkit-transform: left 0.3s;
  -moz-transform: left 0.3s;
  -ms-transform: left 0.3s;
  -o-transform: left 0.3s;
  transform: left 0.3s;
}

/****************************** MOD: specialProjects_no3D */
/****************************** MOD: specialProjects_3D */
.i-specialProjects_3D .b-specialProjectsWrapper {
  overflow: visible;
  position: relative;
  left: 188px;
  width: 758px;
  -webkit-perspective: 3500px;
  -moz-perspective: 3500px;
  -ms-perspective: 3500px;
  -o-perspective: 3500px;
  perspective: 3500px;
}
.i-specialProjects_3D .b-specialProjects {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.i-specialProjects_3D .b-specialProjects .item {
  float: none;
  position: absolute;
  top: 0;
  left: 80px;
  margin: 0;
  /*background: url("../img/css/ipad_over_598x461.png") no-repeat;*/
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*******************************************************************************
 * team
 *******************************************************************************/
.i-team {
  margin-top: 38px;
}
.i-team .i-teamList {
  float: right;
  width: 267px;
}
.i-team .i-teamList .item {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 0 30px 33px;
}
.i-team .i-teamList .item__img {
  width: 100px;
  height: 100px;
}

.b-team {
  float: left;
  position: relative;
  width: 815px;
}

.b-team__img {
  display: block;
  float: left;
  width: 253px;
  top: 0;
  left: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: #cccccc 1px 1px 3px 1px;
  -moz-box-shadow: #cccccc 1px 1px 3px 1px;
  box-shadow: #cccccc 1px 1px 3px 1px;
}

.b-team__info {
  margin-left: 273px;
  padding-bottom: 40px;
}

.b-team__name {
  margin: -4px 0 0;
  color: #004e79;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  line-height: 1em;
}

.b-team__position {
  margin-top: 11px;
  font-family: "PF Handbook Thin", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
}

.b-team__cv {
  margin: 29px 0 26px;
  font-family: "PFDinTextPro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.b-team__cv p {
  margin: 21px 0;
}

.b-team__email {
  display: inline-block;
  height: 25px;
  padding-left: 40px;
  color: #004e79;
  line-height: 25px;
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -723px no-repeat;
}
.b-team__email:hover {
  text-decoration: none;
}

.b-team__social {
  margin-top: 23px;
}
.b-team__social .fb {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -328px no-repeat;
}
.b-team__social .lin {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url('../img/css/sprites/ico-s5426c310fc.png') 0 -263px no-repeat;
}

/*******************************************************************************
 * teamList
 *******************************************************************************/
.i-teamList {
  position: relative;
}

.b-teamList {
  overflow: hidden;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.b-teamList .item {
  float: left;
  width: 271px;
  margin-top: 55px;
  text-align: center;
}
.b-teamList .item__link {
  display: inline-block;
  color: #004e79;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  text-transform: uppercase;
}
.b-teamList .item__link:hover {
  text-decoration: none;
}
.b-teamList .item__img {
  display: block;
  width: 138px;
  height: 138px;
  margin: 0 auto 10px;
  -webkit-box-shadow: #cccccc 1px 1px 3px 1px;
  -moz-box-shadow: #cccccc 1px 1px 3px 1px;
  box-shadow: #cccccc 1px 1px 3px 1px;
}

/*******************************************************************************
 * title
 *******************************************************************************/
.b-title {
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #004d78;
  font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: underline;
}

.b-title__link {
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAF0lEQVQI12NgEJZzYLD0Dp/A8P//fwcAGH8FGrz8SzkAAAAASUVORK5CYII=') 0 bottom repeat-x;
  color: #004d78;
  text-decoration: none;
}
.b-title__link:hover {
  background: none;
}

.b-title_nav {
  float: left;
  margin-right: 18px;
}

/****************************** MOD: title_white */
.b-title_white {
  color: #fff;
}

/*******************************************************************************
 * titleNav
 *******************************************************************************/
.b-titleNav {
  padding-top: 4px;
}
.b-titleNav .item {
  display: inline-block;
  position: relative;
  height: 24px;
  margin: 0 7px 0 3px;
  padding: 0 4px;
  cursor: pointer;
  color: #252525;
  font-family: "PF Handbook", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  text-decoration: underline;
  text-transform: uppercase;
}
.b-titleNav .item:hover {
  text-decoration: none;
}
.b-titleNav .item.active {
  background: #cbcdcf;
  text-decoration: none;
  text-shadow: #e4e4e5 0 1px;
}
.b-titleNav .item.active:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAYCAMAAADqO6ysAAAAVFBMVEX///+6u77V19nV19nQ0tTR09XP0dPP0dPS1NbR09XP0dPP0dPQ0tTQ0tTP0dPO0NLNz9HNz9HNz9HNz9HNz9HNz9HNz9HMztDLzc/Lzc/MztDLzc9Ib9ysAAAAG3RSTlMABAcOGSYxN0FHVWJxd4CVnqS1wMnW2+b1+v3fzo0NAAAAK0lEQVQI13XEsQ3AIAADMJPk/5u7dUF4MDTYX+/SsBMm9O5ULGJEH61k+AAfXQCI2qrmnQAAAABJRU5ErkJggg==') no-repeat;
}
.b-titleNav .item.active:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  width: 4px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAYCAMAAADqO6ysAAAAVFBMVEUAAAC6u77V19nV19nT1dfP0dPP0dPR09XQ0tTQ0tTQ0tTQ0tTP0dPO0NLNz9HNz9HO0NLO0NLNz9HMztDNz9HNz9HMztDMztDLzc/Lzc/MztDLzc+MjMPdAAAAG3RSTlMABAcOIjE3R1FecXeAlZ6ksr3Jztbb4+31+v26FkWZAAAAL0lEQVQIW3XEoRGAQAADsIhuwf5btoDD/BGRXCzo187uhT6hws6eid6ixH7qSPECp7IdI/HKWJkAAAAASUVORK5CYII=') no-repeat;
}

/****************************** MOD: titleNav_white */
.b-titleNav_white {
  color: #fff;
}
.b-titleNav_white .item {
  color: #fff;
}

/*******************************************************************************
 * video
 *******************************************************************************/
.i-video {
  float: left;
  position: relative;
  width: 560px;
  margin: 57px 0 0 39px;
}

.i-video__leftArrow,
.i-video__rightArrow {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.i-video__leftArrow {
  display: none;
  left: -50px;
  z-index: 3;
}

.i-video__rightArrow {
  right: -50px;
  z-index: 3;
}

.i-video__wrapper {
  margin-top: 37px;
}
.i-video__wrapper:hover .i-video__leftArrow,
.i-video__wrapper:hover .i-video__rightArrow {
  opacity: 1;
}

.i-video__boundingBox {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.i-video__boundingBox .fadeBefore {
  display: none;
  position: absolute;
  top: 0;
  left: -30px;
  width: 126px;
  height: 100%;
  background: url("../img/css/video_left.png") -15px -17px no-repeat;
  z-index: 2;
}
.i-video__boundingBox .fadeAfter {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 126px;
  height: 100%;
  background: url("../img/css/video_right.png") 56px -36px no-repeat;
  z-index: 2;
}

.b-video {
  position: relative;
  left: 0;
  width: 100000px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.b-video .item {
  float: left;
  margin: 0 30px 20px 0;
}
.b-video .item__link {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.b-video .item__link:focus, .b-video .item__link:active {
  outline: 0;
  outline-offset: -2px;
}
.b-video .item__link:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101px;
  height: 102px;
  margin: -51px 0 0 -51px;
  background: url('../img/css/sprites/misc-s72dbf3ddd6.png') 0 0 no-repeat;
  z-index: 2;
}
.b-video .item__link:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 362px;
  height: 203px;
  border: 7px solid #004e79;
  z-index: 2;
}
.b-video .item__img {
  width: 376px;
  height: 217px;
}

/*******************************************************************************
 footer
 *******************************************************************************/
.b-footer {
  position: relative;
  margin: 40px 0 135px;
  z-index: 5;
}
.b-footer .b-title {
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.b-footer__partners {
  width: 999px;
  height: 409px;
  padding: 62px 68px 0;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.b-footer__partners .item {
  display: inline-block;
  margin: 0 10px 10px;
  vertical-align: bottom;
}
.b-footer__partners .justify {
  text-align: justify;
}
.b-footer__partners .justify .item {
  margin-left: 0;
  margin-right: 0;
}
.b-footer__partners .fakeLine {
  display: inline-block;
  width: 100%;
  height: 1px;
}

.b-footer__socials {
    width: 1000px;
    margin: 94px auto 0;
    overflow: hidden;
    /*display: none;*/
}
.b-footer__socials iframe {
    background-color: #333;
    float: left;
}
.b-footer__socials .b-title {
    margin-bottom: 65px;
}
.b-footer__socials a {
    color: #ffffff;
    font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-decoration: none;
    display: block;
    float: left;
    padding-left: 130px;
    background: url("../img/css/social.png") left top no-repeat;
    height: 100px;
    line-height: 1;
    margin-left: 50px;
    margin-bottom: 60px;
    width: 190px;
}
.b-footer__socials a.tw-lnk {
    background-position: left bottom;
    margin-bottom: 0;
}
/*******************************************************************************
 global rules
 *******************************************************************************/
.g-hidden {
  display: none;
}

.g-invisible {
  display: block;
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
}

/* clearfix */
/* http://css-live.ru/tricks/novaya-alternativa-clearfix-u-i-overflowhidden.html */
.cf {
  position: relative;
  display: table;
}

.cf:after {
  content: '. .';
  display: block;
  word-spacing: 99in;
  height: 0;
  overflow: hidden;
  /* Opera bugfix*/
  font-size: 0.05em;
  line-height: 0.05em;
}

.i-popup_special .info a {
    color: #004d78;
    font-weight: bold;
}

.digest-menu {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    white-space: nowrap;
    text-align: right;
    background: url(../img/css/right-arrows.png) left center no-repeat;
    overflow: hidden;
    margin-left: 10px;

    -webkit-transition: width 1s ease-in-out, padding-left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1.5s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1.5s ease-in-out;
    width: 0;
    padding-left: 0;
}
.digest:hover .digest-menu {
    -webkit-transition: width 1s ease-in-out, padding-left 0.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 0.5s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 0.5s ease-in-out;
    transition: width 1s ease-in-out, padding-left 0.5s ease-in-out;
    width: 312px;
    padding-left: 30px;
}
.digest-menu a {
    white-space: nowrap;
    display: inline-block;
    height: 24px;
    margin: 0 7px 0 3px;
    padding: 0 4px;
    cursor: pointer;
    color: #252525;
    font-family: "PF Handbook", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    text-decoration: underline;
    text-transform: uppercase;
}
.digest-menu a:hover {
    text-decoration: none;
}

.b-popup__digests__body {
    /*min-height: 646px;*/
    overflow: auto;
}
.b-popup__digests a {
    display: block;
    float: left;
    margin-right: 10px;
    color: #004d78;
    text-decoration: none;
    font-family: "PF Handbook Medium", Arial, Helvetica, sans-serif;
    margin-top: 30px;
    border-bottom: 10px solid #004e79;
    height: 258px;
    width: 200px;
}
.b-popup__digests h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
}
.b-popup__digests .date {
    font-size: 14px;
    margin-bottom: 5px;
}

@media only screen and (max-height: 700px) {
    .b-facilities__title {
        margin: 5px 0;
    }
    .b-facilities__ipad a {
        bottom: -62px;
    }
}

#portfolio_, #about_, #photovideo_, #news_, .b-infographics {
    z-index: 100;
}

/* Projects */
.i-specialProjects:before,
.i-specialProjects:after
{
	display: block;
	content: '';
	width: 682px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.i-specialProjects:before
{
	background: url('/img/left-cover.png') repeat-y 0 0;
	left: -862px;
}

.i-specialProjects:after
{
	background: url('/img/right-cover.png') repeat-y 0 0;
	right: -862px;
}

.i-specialProjects .tabs
{
	display: inline-block;
	background: rgba(7,19,39, 0.55);
	width: 100%;
	margin: 50px 0 0;
	position: relative;
}

.i-specialProjects .tabs:before,
.i-specialProjects .tabs:after
{
	display: block;
	content: '';
	background: rgba(7,19,39, 0.55);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 7;
}

.i-specialProjects .tabs:before
{
	left: 100%;
}

.i-specialProjects .tabs:after
{
	right: 100%;
}

.i-specialProjects .tabs > .controls
{
	display: table;
	width: 726px;
	height: 60px;
	padding: 0;
	margin: 30px auto;
}

.i-specialProjects .tabs > .controls li
{
	display: table-cell;
	height: 60px;
	padding: 0 45px;
	position: relative;
}

.i-specialProjects .tabs > .controls li:first-child
{
	padding-left: 0;
}

.i-specialProjects .tabs > .controls li:last-child
{
	padding-right: 0;
}

.i-specialProjects .tabs > .controls li:after
{
	display: block;
	content: '';
	background: #fff;
	width: 2px;
	height: 50px;
	margin: -25px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
}

.i-specialProjects .tabs > .controls li:last-child:after
{
	display: none;
}

.i-specialProjects .tabs > .controls a
{
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	text-transform: uppercase;
}

.i-specialProjects .tabs > .controls a p
{
	font-family: 'PF Handbook Thin', Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
}

.i-specialProjects .tabs > .controls a b
{
	font-family: 'PF Handbook Black', Arial, Helvetica, sans-serif;
}

.i-specialProjects .tabs > .controls a.selected
{
	color: #3b93df;
}

.i-specialProjects .tabs .tab
{
	display: none;
}

.i-specialProjects .tabs .tab.selected
{
	display: block;
	position: relative;
	z-index: 8;
}

.projects .bx-viewport
{
	overflow: visible !important;
}

.projects
{
	width: 726px;
	margin: 0 auto;
}

.projects .slider li,
.projects .slider li img
{
	width: 726px !important;
	height: 547px !important;
}

.projects .slider
{
	display: inline-block;
	width: 999999px !important;
	padding: 0;
	margin: 0;
	position: relative;
}

.projects .slider li
{
	float: left;
	padding: 0;
	margin-right: 55px;
	position: relative;
}

.projects .slider li:after
{
	display: block;
	content: '';
	background: rgba(46,52,59, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.projects .slider li.active-slide:after
{
	display: none;
}

.projects .slider li img
{
	display: block;
}

.projects .slider li div
{
	display: block;
	background: rgba(46,116,182, 0.8);
	text-align: center;
	border-top: 1px solid rgba(255,255,255, 0.7);
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	box-shadow: 0 2px 9px rgba(0,0,0, 0.35);
	height: 64px;
	padding: 0 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.projects .slider li div p
{
	display: inline-block;
	color: #fff;
	font-family: 'PF Handbook Black', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 64px;
	text-transform: uppercase;
	margin: 0;
}

.projects .slider li div a
{
	color: #fff;
	font-family: 'PF Handbook Thin', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	position: absolute;
	top: 20px;
	right: 30px;
}

.projects .bx-wrapper
{
	position: relative;
}

.projects .bx-controls-direction .bx-prev,
.projects .bx-controls-direction .bx-next
{
	display: block;
	background: url('/img/slider-buttons.png') no-repeat 0 0;
	font-size: 0;
	width: 28px;
	height: 76px;
	position: absolute;
	top: 235px;
}

.projects .bx-controls-direction .bx-prev
{
	left: -140px;
}

.projects .bx-controls-direction .bx-next
{
	background-position: -28px 0;
	right: -140px;
}

.i-specialProjects .thumbs
{
	/*background: rgba(7,22,40, 0.5);*/
	width: 100%;
	padding: 35px 0 40px;
}

.i-specialProjects .thumbs .inner
{
	height: 192px !important;	
}

.i-specialProjects .thumbs .wrapper
{
	display: inline-block;
	height: 156px;
	width: 999999px;
}

.i-specialProjects .thumbs .inner  a,
.i-specialProjects .thumbs .inner img
{
	display: block;
	width: 205px;
	height: 156px;
}

.i-specialProjects .thumbs .inner a
{
	float: left;
	margin-right: 55px;
	box-shadow: 0 1px 3px rgba(0,0,0, 0.6);
	position: relative;
}

.i-specialProjects .thumbs .inner a:last-child
{
	margin: 0;
}

.i-specialProjects .thumbs .inner a:after
{
	display: block;
	content: '';
	background: rgba(46,52,59, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.i-specialProjects .thumbs .inner a.active:after
{
	display: none;
}

.i-specialProjects .horizontal-track
{
    background: #afc0d0;
    height: 1px;
}

.i-specialProjects .horizontal-handle
{
    background: #81b9f1;
	border-top: 1px solid #a7cef5;
	box-shadow: 0 1px 2px rgba(0,0,0, 0.7);
	height: 4px;
	margin: -2px 0 0;
}