/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'futura_md';
  src: url('fonts/tt0142m_-webfont.eot');
  src: url('fonts/tt0142m_-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tt0142m_-webfont.woff2') format('woff2'), url('fonts/tt0142m_-webfont.woff') format('woff'), url('fonts/tt0142m_-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura_md';
  src: url('fonts/tt0144m_-webfont.eot');
  src: url('fonts/tt0144m_-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tt0144m_-webfont.woff2') format('woff2'), url('fonts/tt0144m_-webfont.woff') format('woff'), url('fonts/tt0144m_-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/*-----*/
html,
body {
  height: 100%;
}
body {
  font-size: 75%;
  overflow-x: hidden;
}
p {
  font: 1.5em/1.34 'futura_md', Arial, Verdana, sans-serif;
  margin: 2em 0 2em;
}
.b-green {
  background: #b4cc1d;
}
.g-width {
  width: 94em;
  margin: 0 auto;
}
.g-white {
  color: #fff;
}
.g-right {
  text-align: right;
}
.g-clear {
  clear: both;
}
.b-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #131311;
  z-index: 10;
}
.b-header__container {
  height: 100px;
  position: relative;
}
.b-header__logo {
  position: absolute;
  top: 2.4em;
  left: 0em;
  display: block;
  height: 3.75em;
  width: 10em;
  background: #b4cc1d url('../images/b-header__logo.png') no-repeat;
  transition: background-color 0.5s ease-out;
}
.b-header__logo:hover {
  background-color: #fff;
}
.b-header__menu {
  overflow: hidden;
  position: absolute;
  top: 3.4em;
  left: 16.1em;
  width: 100%;
}
.b-header__menuItem {
  float: left;
  font: 1.333em/1.5 'futura_md', Arial, Verdana, sans-serif;
  width: 12.07em;
}
.b-header__menuItem a {
  text-decoration: none;
  color: #b4cc1d;
  transition: color 0.5s ease-out;
  position: relative;
  top: -0.27em;
}
.b-header__menuItem:before {
  content: '';
  display: inline-block;
  background: #b4cc1d url('../images/b-header__menuItem.png') no-repeat;
  width: 1.5em;
  height: 1.45em;
  margin: 0 1.23em 0 0;
  transition: background-color 0.5s ease-out;
}
.b-header__menuItem:hover a,
.b-header__menuItem_active a {
  color: #fff;
}
.b-header__menuItem:hover:before,
.b-header__menuItem_active:before {
  background-color: #fff;
}
.b-header__menuItem_active:hover {
  cursor: default;
}
.b-header__menuItem_team {
  width: 11.07em;
  margin-left: 1em;
}
.b-header__menuItem_team:before {
  width: .8em;
  background-position: 0 0;
}
.b-header__menuItem_portfolio:before {
  background-position: -0.8em 0;
}
.b-header__menuItem_fund:before {
  background-position: -2.3em 0;
}
.b-header__menuItem_contacts:before {
  background-position: -3.8em 0;
}
.b-header__menuItem_signup:before {
  width: .9em;
  background-position: -5.32em 0;
}
.b-pattern {
  width: 100%;
  height: 100%;
  position: relative;
  background: url('../images/b-pattern.png') center;
  z-index: 0;
}
.b-patternLife {
  width: 94em;
  margin-left: -47em;
  position: absolute;
  top: 1.8em;
  left: 50%;
  z-index: 1;
}
.b-patternLife__item {
  position: absolute;
  width: 2em;
  height: 2em;
  background: #fff;
  display: none;
}
.b-patternLife__item_i0 {
  left: 0;
}
.b-patternLife__item_i1 {
  left: 6.6em;
}
.b-patternLife__item_i2 {
  left: 13.2em;
}
.b-patternLife__item_i3 {
  left: 19.799999999999997em;
}
.b-patternLife__item_i4 {
  left: 26.4em;
}
.b-patternLife__item_i5 {
  left: 33em;
}
.b-patternLife__item_i6 {
  left: 39.599999999999994em;
}
.b-patternLife__item_i7 {
  left: 46.199999999999996em;
}
.b-patternLife__item_i8 {
  left: 52.8em;
}
.b-patternLife__item_i9 {
  left: 59.4em;
}
.b-patternLife__item_i10 {
  left: 66em;
}
.b-patternLife__item_i11 {
  left: 72.6em;
}
.b-patternLife__item_i12 {
  left: 79.19999999999999em;
}
.b-patternLife__item_i13 {
  left: 85.8em;
}
.b-patternLife__item_i14 {
  left: 92.39999999999999em;
}
.b-patternLife__item_i15 {
  left: 99em;
}
.b-patternLife__item_i16 {
  left: 105.6em;
}
.b-patternLife__item_i17 {
  left: 112.19999999999999em;
}
.b-patternLife__item_j0 {
  top: 0em;
}
.b-patternLife__item_j1 {
  top: 6.4em;
}
.b-patternLife__item_j2 {
  top: 12.8em;
}
.b-patternLife__item_j3 {
  top: 19.200000000000003em;
}
.b-patternLife__item_j4 {
  top: 25.6em;
}
.b-patternLife__item_j5 {
  top: 32em;
}
.b-patternLife__item_j6 {
  top: 38.400000000000006em;
}
.b-patternLife__item_j7 {
  top: 44.800000000000004em;
}
.b-patternLife__item_j8 {
  top: 51.2em;
}
.b-patternLife__item_j9 {
  top: 57.6em;
}
.b-patternLife__item_j10 {
  top: 64em;
}
.b-patternLife__item_j11 {
  top: 70.4em;
}
.b-patternLife__item_j12 {
  top: 76.80000000000001em;
}
.b-patternLife__item_j13 {
  top: 83.2em;
}
.b-patternLife__item_j14 {
  top: 89.60000000000001em;
}
.b-patternLife__item_j15 {
  top: 96em;
}
.b-heading1 {
  font: 3em/1.5 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 .65em;
  letter-spacing: .024em;
  position: relative;
  z-index: 2;
}
.b-heading1.size {
  letter-spacing: 0;
  position: relative;
  z-index: 2;
  margin: 3.7em 0px -1em;
  font: 5em/0 futura_md, Arial, Verdana, sans-serif;
}
.b-heading2 {
  font: 2em/1.5 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 .25em;
  letter-spacing: .024em;
  position: relative;
  z-index: 2;
}
.b-indexPage {
  margin: 2.25em 0 0;
  min-height: 84.1%;
}
.b-indexPage_bg_map {
  background: #a2caf2 url(../images/map-img.png) right top no-repeat;
}
.b-indexPage__container {
  position: relative;
}
.b-indexPage__logo {
  width: 44.3334em;
  height: 26.3334em;
  position: absolute;
  top: 0;
  left: 50%;
  background: #ffffff url('../images/b-indexPage__logo.png') no-repeat center;
  z-index: 4;
  margin: 0 0 0 -22.1667em;
}
.b-indexPage__slider {
  position: relative;
  z-index: 3;
  top: 18em;
  margin: 0 auto;
  width: 67.667em;
  height: 33.3333333em;
}
.b-indexPage__slider_fill_white .b-indexPage__sliderItem {
  background-color: #fff;
}
.b-indexPage__sliderItem {
  display: none;
  position: relative;
}
.b-indexPage__sliderItem_active {
  display: block;
  background: #fff;
  width: 100%;
  height: 33.34em;
  overflow: hidden;
}
.b-indexPage__sliderItem:before,
.b-indexPage__sliderItem:after {
  content: '';
  display: block;
  width: 100%;
  height: 3.34em;
  position: absolute;
  left: 0;
  background: url('../images/b-indexPage__sliderItem.png') no-repeat top center;
}
.b-indexPage__sliderItem_green:before,
.b-indexPage__sliderItem_green:after {
  background: url(../images/b-indexPage__sliderItem_green.png) no-repeat top center;
}
.b-indexPage__sliderItem:before {
  top: 3em;
}
.b-indexPage__sliderItem:after {
  bottom: 3.7em;
  background-position: bottom;
}
.b-indexPage__sliderItem__inner {
  padding: 8.9em 9.4em;
}
.b-indexPage__sliderItem__text {
  font: 2em/1.5 'futura_md', Arial, Verdana, sans-serif;
  color: #000;
  letter-spacing: .023em;
}
.b-indexPage__sliderItem__text > a {
  color: #b4cc1d;
  text-decoration: none;
}
.b-indexPage__sliderItem__text > a:hover {
  text-decoration: underline;
}
.b-indexPage__sliderItem__text_signup {
  font: 1.8em/1.4 normal 'futura_md', Arial, Verdana, sans-serif;
}
.b-indexPage__sliderControl {
  position: relative;
  top: 31.4em;
  /*overflow: hidden;*/
  text-align: center;
  margin: 0 auto;
}
.b-indexPage__sliderControlItem {
  display: inline-block;
  border-radius: .667em;
  height: .667em;
  width: .667em;
  border: 2px solid #b4cc1d;
  position: relative;
  margin: 0 1.9em;
  transform: background 0.5s ease-out;
  /*z-index: 2;*/
  cursor: pointer;
  /*overflow: hidden;*/
}
.b-indexPage__sliderControlItem:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #879915;
  border-radius: .667em;
  transition: height 0.25s ease-out;
}
.b-indexPage__sliderControlItem:hover:before {
  height: 100%;
}
.b-indexPage__sliderControlItem_active {
  background: #b4cc1d;
  cursor: default;
}
.b-indexPage__sliderControlItem_active:before {
  display: none;
}
.b-indexPage__sliderControlItem:after {
  content: '';
  display: block;
  position: absolute;
  bottom: auto;
  top: -1.8em;
  left: -1.8em;
  width: 4em;
  height: 4em;
  background: #fff;
  z-index: -1;
}
.b-page {
  margin-top: 13.28em;
  margin-top: 7em;
}
.b-team__item {
  width: 94em;
  margin: 0 auto;
  position: relative;
  min-height: 65.8em;
  z-index: 1;
}
.b-team__item:before {
  content: "";
  position: absolute;
  border-bottom: 90em solid transparent;
  border-top: 90em solid transparent;
  line-height: 0;
  left: 50%;
  top: 0;
  margin-top: -41.5em;
  margin-left: -70em;
}
.b-team__item:before,
.b-team__item x:-moz-any-link {
  top: 105px;
}
.b-team__item_green:before {
  border-right: 182em solid #b4cc1d;
  border-left: 150em solid #b4cc1d;
}
.b-team__item_green:after {
  background: #b4cc1d;
}
.b-team__item_green .b-team__item__text {
  color: white;
  top: 36em;
}
.b-team__item_green .b-team__item__text img {
  top: 111px;
  left: -233px;
}
.b-team__item_green .b-team__item__text,
.b-team__item_green x:-moz-any-link {
  top: 47.75em;
}
.b-team__item_gray:before {
  border-left: 150em solid #606874;
  border-right: 150em solid #606874;
}
.b-team__item_gray:after {
  background: #606874;
}
.b-team__item_white:before {
  border-right: 150em solid #fff;
  border-left: 150em solid #fff;
}
.b-team__item_white:after {
  background: #fff;
}
.b-team__item_left:before {
  border-right: none;
}
.b-team__item_left .b-team__item__img {
  left: 6.15em;
  top: 30.4em;
}
.b-team__item_left .b-team__item__text {
  top: 41.3em;
  left: 50%;
  margin-left: -2.1em;
}
.b-team__item_right:before {
  border-left: none;
}
.b-team__item_right .b-team__item__img {
  right: 7.85em;
}
.b-team__item_right .b-team__item__text {
  left: 16.5%;
  margin-left: 2.1em;
}
.b-team__item_right .b-team__item__text.big {
  top: 34em;
}
.b-team__item_right .b-team__item__text.big img {
  top: 150px;
}
.b-team__item_right .b-team__item__text.big,
.b-team__item_right .b-team__item__text x:-moz-any-link {
  top: 39em;
}
.b-team__item__img {
  position: absolute;
  top: 20.4em;
  z-index: 2;
}
.b-team__item__img,
.b-team__item x:-moz-any-link {
  top: 28.2em;
}
.b-team__item__text {
  position: relative;
  width: 23%;
  top: 26.75em;
  margin-bottom: 10em;
  z-index: 2;
}
.b-team__item__text img {
  position: absolute;
  left: 400px;
  top: 150px;
}
.b-team__item_first {
  min-height: 36.15em;
}
.b-team__item_first .b-team__item__text {
  top: 18em;
}
.b-team__item_first .b-team__item__img {
  top: 15.7em;
  left: 4.85em;
}
.b-team__item_first .b-team__item__img,
.b-team__item_first x:-moz-any-link {
  top: 14.7em;
}
.b-team__item_last {
  min-height: 36.15em;
  margin-bottom: 38.35em;
}
.b-team__item_last .b-team__item__text {
  top: 26.75em;
}
.b-team__item_last .b-team__item__text,
.b-team__item_last x:-moz-any-link {
  top: 37.75em;
}
.b-team__item_last .b-team__item__img {
  top: 0.7em;
  left: 6em;
}
.b-team__item_last .b-team__item__img,
.b-team__item_last x:-moz-any-link {
  top: 15.7em;
}
.b-team__item_last:before {
  top: 11em;
  border-left: 171.4em solid #FFF;
  border-bottom: 0 solid transparent;
}
.b-team__item_last:before,
.b-team__item_last x:-moz-any-link {
  top: 30em;
  border-left: 171.4em solid #FFF;
}
.b-team__item_last:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -106%;
  height: 100%;
  width: 98.9em;
  left: 50%;
  margin-left: -75em;
}
.b-team__item__name {
  font: 3em/1 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 1.1em;
  letter-spacing: .015em;
  width: 14em;
}
.b-team__item__place {
  font: bold 1.167em/1 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 1em;
  letter-spacing: .015em;
}
.b-team__item__desc {
  font: 1.167em/1.3 'futura_md', Arial, Verdana, sans-serif;
  letter-spacing: .03em;
}
.b-team__item__desc > p {
  font: inherit;
  margin: 0 0 1.25em;
}
.b-contacts {
  background: #b3d1ff;
}
.b-map {
  position: relative;
}
.b-map:before {
  content: "";
  position: absolute;
  border-top: 77em solid transparent;
  border-right: 150em solid #b4cc1d;
  line-height: 0;
  left: 50%;
  bottom: 0;
  margin-top: -38.5em;
  margin-left: -75em;
}
.b-map__text {
  position: relative;
  left: 60%;
  margin-top: 5em;
  padding-bottom: 4em;
  font: 1.5em/1.3 'futura_md', Arial, Verdana, sans-serif;
}
.b-fund {
  position: relative;
  margin-bottom: 24.7em;
}
.b-fund__top {
  font: 2em/1.5 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 .65em;
  letter-spacing: .024em;
  position: relative;
  top: 1.4em;
  left: 8.1em;
  width: 13em;
}
.b-fund__top > a {
  color: #b4cc1d;
  text-decoration: none;
}
.b-fund__top > a:hover {
  text-decoration: underline;
}
.b-fund__bottom {
  text-align: right;
  position: relative;
  z-index: 2;
  right: 8.1em;
  top: 6em;
}
.b-fund__bottom__heading {
  font: 2em/1.5 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 2.65em;
  letter-spacing: .024em;
}
.b-fund__bottom__text {
  font: 1.67em/1.3 'futura_md', Arial, Verdana, sans-serif;
}
.b-fund__bottom__text > a {
  color: #f8ffca;
  text-decoration: none;
}
.b-fund__bottom__text > a:hover {
  text-decoration: underline;
}
.b-fund:before {
  content: "";
  position: absolute;
  border-top: 77em solid transparent;
  border-right: 150em solid #b4cc1d;
  line-height: 0;
  left: 50%;
  bottom: -24.7em;
  margin-top: -38.5em;
  margin-left: -75em;
}
.b-fund__structure {
  padding: 0.75em 0 3.5em 0em;
}
.b-fund__structure .b-portfolioSubheader {
  margin-bottom: 0;
}
.b-fund__structure .b-portfolioGraph {
  margin: 0 0 6em;
  background: url(../images/portfolio_21.png) 1px 32px no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.b-fund__structure .b-portfolioRow {
  margin-top: 2em;
}
.b-portfolio_whiteBlock.padding_change {
  padding: 2.6em 0 2.6em;
}
.struct_table {
  width: 1024px;
  font: 14px/27px 'futura_md', Arial, Verdana, sans-serif;
  color: #000;
  height: 758px;
}
.struct_table tr {
  height: 45px;
  overflow: hidden;
}
.struct_table tr:first-child td {
  max-height: 43px;
  padding-top: 15px;
}
.struct_table td {
  width: 256px;
  vertical-align: top;
}
.struct_table tr:nth-child(2) {
  font: 14px/27px 'futura_md', Arial, Verdana, sans-serif;
  color: #9eb22d;
  height: 35px;
  letter-spacing: 1px;
}
.struct_table tr:nth-child(3) {
  font: 16px/20px 'futura_md', Arial, Verdana, sans-serif;
  font-weight: bold;
  height: 50px;
}
.struct_table tr:nth-child(4) {
  font: 14px/17px 'futura_md', Arial, Verdana, sans-serif;
}
.struct_table tr:nth-child(4) ul {
  padding-left: 8px;
}
.struct_table tr:nth-child(4) ul li {
  margin-bottom: 1.4em;
  text-indent: -1em;
  position: relative;
  font-size: 1em;
  line-height: 1.45em;
}
.struct_table tr:nth-child(4) ul li:before {
  content: '−';
  position: relative;
  left: 0;
  top: 0;
  margin-right: 5px;
}
.struct_table a {
  color: #9eb22d;
  text-decoration: none;
}
H1 {
  font: 5em/1 'futura_md', Arial, Verdana, sans-serif;
  padding-top: 90px;
  padding-bottom: 48px;
  /*margin: 0 0 .65em;*/
  letter-spacing: .024em;
  position: relative;
  left: -0.095em;
}
H2 {
  font: 2em/1.5 'futura_md', Arial, Verdana, sans-serif;
  margin: 24px 0 25px;
  letter-spacing: .024em;
}
.content_fund {
  background-color: #b4cc1d;
  min-height: 476px;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  background-image: url(../content/rusinova.jpg);
  background-repeat: no-repeat;
  background-position: 77% 100%;
  width: 100%;
}
.content_fund .text_top_portfolio-position {
  color: white;
}
.content_fund .text_top_portfolio-position a {
  color: #20201e;
}
.content_fund .text_top_portfolio-position a.link_border_yes {
  border-bottom: 2px solid #20201e;
}
.content_fund_portfolio-1 {
  background-image: url(../content/manager1.png);
  background-position: 75% 4.5em;
}
.content_fund_portfolio-2 {
  background-image: url(../content/manager2.png);
  background-position: 75% 4.5em;
}
.green_block {
  background-color: #b4cc1d;
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.fund_cont1 {
  width: 94em;
  display: block;
  position: relative;
  margin: 0 auto;
}
.fund_cont1 p {
  font-size: 1.3em;
  margin: 4.2em 0 2em;
}
.content1 p {
  font: 1.35em/1.2em 'futura_md', Arial, Verdana, sans-serif;
  letter-spacing: .024em;
  margin: 0;
  padding: 0px 0;
}
.content1 {
  width: 94em;
  display: block;
  margin: 0 auto;
  position: relative;
}
.text_top {
  font: 2em/27px 'futura_md', Arial, Verdana, sans-serif;
  /* margin: 0 0 .65em; */
  margin: 0;
  letter-spacing: .024em;
  position: relative;
  /* top: 1.4em; */
  /* left: 8.1em; */
  left: 0;
  /* width: 13em; */
  width: 20em;
}
.text_top_portfolio-position {
  width: auto;
  left: -0.095em;
}
.text_top__slash {
  display: inline-block;
  background: url(../images/b-indexPage__sliderItem.png) 0 -41px no-repeat;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0 50px;
}
.b-portfolio {
  position: relative;
}
.b-portfolio_greenBlock {
  background: #b4cc1d;
  padding: 4.6em 0 3.6em;
}
.b-portfolio_greenBlock .b-portfolioSubheader {
  margin-bottom: 0;
}
.b-portfolio_greenBlock .b-portfolioAreas {
  margin: 2em 0 5em -1.4em;
}
.b-portfolio_greenBlock .b-portfolioStrategy {
  margin: 0 0 0 -1.7em;
}
.b-portfolio_greenBlock .b-portfolioStrategy li {
  font-weight: normal;
}
.b-portfolio_grayBlock {
  background: #83876b;
  padding: 4.6em 0 3.6em;
}
.b-portfolio_whiteBlock {
  background: #fff;
  padding: 4.6em 0 2.6em;
}
.b-portfolioMenu {
  position: relative;
  margin: 5.1em 0 5.5em;
  height: 3.44em;
  z-index: 0;
}
.b-portfolioMenuItem {
  font: 2em/1.3 'futura_md', Arial, Verdana, sans-serif;
  letter-spacing: 0.02em;
}
.b-portfolioMenuItem > a {
  color: inherit;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: 3px solid ;
  padding: 0.4em 1em;
}
.b-portfolioMenuItem > a:hover {
  opacity: 0.7;
}
.b-page {
  min-height: 100vh;
}
.b-portfolioMenuItem_active {
  float: left;
  color: #000;
}
.b-portfolioMenuItem_active.b-portfolioMenuItem_second {
  margin-top: -1.22em;
}
.b-portfolioMenuItem_corner:before {
  content: "";
  position: absolute;
  border-bottom: 77em solid transparent;
  border-left: 150em solid #fff;
  line-height: 0;
  left: 50%;
  top: 0%;
  margin-top: -38.5em;
  margin-left: -73.5em;
  z-index: 0;
}
.b-portfolioMenuItem_second {
  float: right;
  color: #fff;
}
.b-portfolioMenuItem_second:before {
  border-right: 150em solid #b4cc1d;
  border-left: none;
}
.b-portfolioText {
  width: 56.25em;
  margin: 0 0 4.2em;
  position: relative;
  z-index: 1;
}
.b-portfolioText > p {
  font: 1.5em/1.34 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 1.3em;
  letter-spacing: 0.025em;
}
.b-portfolioSubheader {
  font: 2em/1.34 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 1.3em;
  letter-spacing: 0.025em;
}
.b-portfolioDoughnut {
  width: 17.834em;
  min-height: 49.4em;
  float: left;
  margin: 2.7em 8.6em 4.7em 5.6em;
  position: relative;
}
.b-portfolioDoughnut:first-child {
  margin-left: 0;
}
.b-portfolioDoughnut_last {
  margin-right: 0;
}
.b-portfolioDoughnut_leftMargin {
  min-height: 18em;
  margin: 1.6em -1.4em 6.75em 0em;
}
.b-portfolioDoughnut_noMinh {
  min-height: 0;
  width: 8.3em;
  margin-top: 3.3em;
}
.b-portfolioDoughnut__label {
  position: absolute;
  top: 3.7em;
  width: 100%;
  text-align: center;
  font: 2em/1.34 'futura_md', Arial, Verdana, sans-serif;
  letter-spacing: 0.025em;
}
.b-portfolioDoughnut.__padRight {
  padding-right: 185px;
}
.b-portfolioDoughnut ul {
  margin-top: 3em;
}
.b-portfolioAreas {
  margin: 3.9em 0 3em -1.4em;
  display: table;
}
.b-portfolioAreas__item {
  display: table-cell;
  height: 13.5em;
  width: 11.666667em;
  background: url('../images/b-portfolioAreas__item.png') top no-repeat;
  padding: 0 2.7em 0;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}
.b-portfolioAreas__item:first-child {
  padding-left: 0;
}
.b-portfolioAreas__item:first-child span {
  padding: 0 0 0 2em;
  display: block;
}
.b-portfolioAreas__item > span {
  font: 1.5em/1.1 'futura_md', Arial, Verdana, sans-serif;
  color: #0b0c0c;
}
.b-portfolioStrategy {
  overflow: hidden;
  margin: 3.45em 0 0 -1.7em;
  width: 97em;
}
.b-portfolioStrategy__column {
  /* color: #fff; */
  font: 1.35em/1.2 'futura_md', Arial, Verdana, sans-serif;
  float: left;
  width: 29%;
  padding: 1.8em 0em 2.85em;
  min-height: 4em;
  margin: 0 1.15em 0;
  letter-spacing: 0.03em;
  opacity: 0;
}
.b-portfolioStrategy__column table tr {
  vertical-align: middle;
}
.b-portfolioStrategy__column table td {
  padding: 0.5em 0;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.b-portfolioStrategy__column table tr:last-child {
  border-bottom: none;
}
.b-portfolioStrategy__subheader {
  font-size: .9em;
  font-weight: bold;
  margin: 0 0 .4em;
}
.b-portfolioPlatforms {
  margin: 6em auto 3em;
  display: table;
}
.b-portfolioPlatforms__item {
  display: table-cell;
  height: 8.5em;
  width: 6.2em;
  background: url('../images/b-portfolioPlatforms__item.png') top no-repeat;
  padding: 0 2.7em 2.2em;
  vertical-align: bottom;
  text-align: center;
  font: 1.5em/1.1 'futura_md', Arial, Verdana, sans-serif;
  opacity: 0;
}
.b-portfolioGraph {
  width: 65em;
  margin: 0;
  height: 26.5em;
  position: relative;
  z-index: 2;
}
.b-portfolioGraph2 {
  width: 58.334em;
  margin: 4em 0 4.7em;
  height: 18.17em;
  position: relative;
  z-index: 2;
}
.b-portfolioDeclaration {
  overflow: hidden;
  margin: 4.7em 0 0.2em;
}
.b-portfolioDeclaration__column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 22.18em;
  font: 1.5em/1.34 'futura_md', Arial, Verdana, sans-serif;
}
.b-portfolioDeclaration__column:nth-child(1) {
  width: 40%;
}
.b-portfolioDeclaration__column:nth-child(2) {
  width: 34%;
  margin-left: 5em !important;
}
.b-portfolioDeclaration__column:nth-child(2) table td:nth-child(1) {
  width: 220px;
}
.b-portfolioDeclaration__column:last-child {
  margin: 0 0 0 10.14em;
}
.b-portfolioDeclaration__column table {
  margin: 0 0 2em;
}
.b-portfolioDeclaration__column table tr {
  vertical-align: middle;
}
.b-portfolioDeclaration__column table td {
  font-size: .85em;
  padding: 0.8em 0 0.78em;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.b-portfolioDeclaration__column table td:nth-child(1) {
  width: 205px;
}
.b-portfolioDeclaration__column table tr:last-child {
  border-bottom: none;
}
.b-portfolioDeclaration__subheader {
  font-size: .9em;
  margin: 0 0 .35em;
}
.b-doughnutLegend {
  display: none;
  margin: 4.12em 0 0;
}
.b-doughnutLegend__item {
  font: 1.167em/1 'futura_md', Arial, Verdana, sans-serif;
  margin: 0 0 1.08em;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.b-doughnutLegend__item > span {
  position: relative;
  top: 0.29em;
  margin: 0 1.3em 0 0.7em;
  display: inline-block;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 1.28571429em;
}
.b-doughnutLegend__item .Legend-margin {
  display: inline-block;
  margin-left: 10px;
}
.b-doughnutLegend__item .left_width {
  width: 50px;
  display: inline-block;
}
.b-doughnutLegend_vertical {
  width: 100%;
  text-align: center;
}
.b-doughnutLegend_vertical .b-doughnutLegend__item {
  display: inline-block;
}
.b-doughnutLegend_graph2 {
  position: absolute;
  left: 63.3em;
  top: -3.5em;
}
.b-doughnutLegend_graph2 .b-doughnutLegend__item > span {
  width: 40px;
  height: 6px;
  top: -0.12em;
  margin-left: 2em;
  margin-right: 2em;
}
.b-form {
  position: absolute;
  width: 50em;
  padding: 2em 4em;
  background: #fff;
  margin-left: -29em;
  left: 50%;
  top: 15%;
}
.b-formContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(29, 29, 29, 0.4);*/
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.b-formContainer:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.4);
  z-index: 0;
  left: 0;
  top: 0;
  position: fixed;
}
.b-form__close {
  position: absolute;
  top: 0.2em;
  right: 0.7em;
  font: 3em/1.7 'futura_md', Arial, Verdana, sans-serif;
  cursor: pointer;
}
.b-form__row {
  overflow: hidden;
  margin: 0 0 1em;
}
.b-form__row label {
  font: 1.5em/1.1 'futura_md', Arial, Verdana, sans-serif;
  width: 40%;
  float: none;
  display: block;
  margin: 0 10% 1% 0;
}
.b-form__row select {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.2;
  height: 2em;
  padding: 0 1%;
  float: left;
  background: #ffffff url('data:image/gif;base64,R0lGODlhEAAKAPcAAAAAAAAAQAAAgAAA/wAgAAAgQAAggAAg/wBAAABAQABAgABA/wBgAABgQABggABg/wCAAACAQACAgACA/wCgAACgQACggACg/wDAAADAQADAgADA/wD/AAD/QAD/gAD//yAAACAAQCAAgCAA/yAgACAgQCAggCAg/yBAACBAQCBAgCBA/yBgACBgQCBggCBg/yCAACCAQCCAgCCA/yCgACCgQCCggCCg/yDAACDAQCDAgCDA/yD/ACD/QCD/gCD//0AAAEAAQEAAgEAA/0AgAEAgQEAggEAg/0BAAEBAQEBAgEBA/0BgAEBgQEBggEBg/0CAAECAQECAgECA/0CgAECgQECggECg/0DAAEDAQEDAgEDA/0D/AED/QED/gED//2AAAGAAQGAAgGAA/2AgAGAgQGAggGAg/2BAAGBAQGBAgGBA/2BgAGBgQGBggGBg/2CAAGCAQGCAgGCA/2CgAGCgQGCggGCg/2DAAGDAQGDAgGDA/2D/AGD/QGD/gGD//4AAAIAAQIAAgIAA/4AgAIAgQIAggIAg/4BAAIBAQIBAgIBA/4BgAIBgQIBggIBg/4CAAICAQICAgICA/4CgAICgQICggICg/4DAAIDAQIDAgIDA/4D/AID/QID/gID//6AAAKAAQKAAgKAA/6AgAKAgQKAggKAg/6BAAKBAQKBAgKBA/6BgAKBgQKBggKBg/6CAAKCAQKCAgKCA/6CgAKCgQKCggKCg/6DAAKDAQKDAgKDA/6D/AKD/QKD/gKD//8AAAMAAQMAAgMAA/8AgAMAgQMAggMAg/8BAAMBAQMBAgMBA/8BgAMBgQMBggMBg/8CAAMCAQMCAgMCA/8CgAMCgQMCggMCg/8DAAMDAQMDAgMDA/8D/AMD/QMD/gMD///8AAP8AQP8AgP8A//8gAP8gQP8ggP8g//9AAP9AQP9AgP9A//9gAP9gQP9ggP9g//+AAP+AQP+AgP+A//+gAP+gQP+ggP+g///AAP/AQP/AgP/A////AP//QP//gP///yH5BAEAAP8ALAAAAAAQAAoAAAgpAP8JHEiwoEAACBMqVHhwoUOEAx8uLCgRokGJBiNOzKjRIkeNH0MSDAgAOw==') no-repeat 275px center;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  position: relative;
}
.b-form__row textarea {
  width: 47.5%;
  font: 1.5em/1.2 'futura_md', Arial, Verdana, sans-serif;
  float: left;
  padding: 1%;
  border: 1px solid #ccc;
  outline: none;
  height: 6em;
}
.b-form__row input {
  width: 47.5%;
  font: 1.5em/1.2 'futura_md', Arial, Verdana, sans-serif;
  float: left;
  padding: 1%;
  border: 1px solid #ccc;
  outline: none;
}
.b-form__row input[type="submit"] {
  width: auto;
  padding: 1% 4%;
  float: left;
  outline: none;
  background: #ccc;
  width: 108px;
  position: relative;
  left: 40%;
  margin-left: -48px;
}
.b-footer {
  background: #1d1d1d;
  position: relative;
  z-index: 2;
}
.b-footer__inner {
  padding: 4.75em 0 3em;
  text-align: left;
}
.b-footer__col {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 11em;
  font: 1.167em/1.43 'futura_md', Arial, Verdana, sans-serif;
  color: #999;
  margin: 0 1.3em 0;
}
.b-footer__col:first-of-type {
  margin-left: 0;
}
.b-footer__col a {
  color: #b4cc1d;
  text-decoration: none;
}
.b-footer__col a:hover {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
a.link_color_black {
  color: #000;
}
a.link_color_white {
  color: #fff;
}
a.link_style_none,
a.link_style_none:hover,
a.link_style_none:active {
  text-decoration: none;
}
a.link_color_white.link_border_yes {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: all 0.2s;
}
a.link_color_white.link_border_yes:hover,
a.link_color_white.link_border_yes:active {
  border: transparent;
  color: #fff;
  transition: all 0.2s;
}
.portfolio2-text-table {
  display: table;
  width: 75%;
  margin: 5em 0 5.7em;
}
.portfolio2-text-table table td {
  font-size: .8em;
  padding: 1em 0;
}
.portfolio2-text-row {
  display: table-row;
}
.portfolio2-text-cell {
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
}
.portfolio2-text-cell p {
  font-size: 1.2em;
  line-height: 1.35;
  margin-top: 1.7em;
  margin-bottom: 1.5em;
}
.portfolio2-text-cell:nth-child(2) {
  padding-left: 50px;
}
.portfolio2-text-title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 1em;
  font-family: 'futura_md';
}
.text-404 {
  font-size: 1.35em;
  margin-top: 20px;
}
.b-contacts .b-heading2 {
  font-size: 36px;
  margin-bottom: 0.49em;
}
.b-contacts .b-indexPage__sliderItem__text {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  left: 2px;
}
.b-contacts .b-indexPage__sliderItem__inner:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 72px;
  top: 36px;
  display: block;
  background: url('../images/b-indexPage__sliderItem.png') no-repeat top right;
  z-index: 100;
}
.b-portfolioGraph2_points {
  position: absolute;
  right: 0;
  top: 0;
}
.b-portfolioGraph2_points .b-portfolioGraph2_point {
  position: absolute;
  font-size: 13px;
  color: #5a5a5a;
  text-decoration: none;
  font-family: Arial, Tahoma, Sans-Serif;
}
.b-portfolioGraph2_points .b-portfolioGraph2_point_1 {
  top: 80px;
}
.b-portfolioGraph2_points .b-portfolioGraph2_point_2 {
  top: 129px;
}
.b-portfolioGraph2_points .b-portfolioGraph2_point_3 {
  top: 143px;
}
.b-portfolioGraph2_points .b-portfolioGraph2_point_4 {
  top: 156px;
}
.b-portfolioGraph2_points .b-portfolioGraph2_point_5 {
  top: 170px;
}
.b-form__row__control {
  position: relative;
  display: inline-block;
  width: 50%;
}
.b-form__row__control_input {
  width: 100%;
}
.b-form__row__control__caret {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  border: 1px solid #ccc;
  border-left: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0%;
  top: 0;
  display: block;
  background: #ffffff url('data:image/gif;base64,R0lGODlhEAAKAPcAAAAAAAAAQAAAgAAA/wAgAAAgQAAggAAg/wBAAABAQABAgABA/wBgAABgQABggABg/wCAAACAQACAgACA/wCgAACgQACggACg/wDAAADAQADAgADA/wD/AAD/QAD/gAD//yAAACAAQCAAgCAA/yAgACAgQCAggCAg/yBAACBAQCBAgCBA/yBgACBgQCBggCBg/yCAACCAQCCAgCCA/yCgACCgQCCggCCg/yDAACDAQCDAgCDA/yD/ACD/QCD/gCD//0AAAEAAQEAAgEAA/0AgAEAgQEAggEAg/0BAAEBAQEBAgEBA/0BgAEBgQEBggEBg/0CAAECAQECAgECA/0CgAECgQECggECg/0DAAEDAQEDAgEDA/0D/AED/QED/gED//2AAAGAAQGAAgGAA/2AgAGAgQGAggGAg/2BAAGBAQGBAgGBA/2BgAGBgQGBggGBg/2CAAGCAQGCAgGCA/2CgAGCgQGCggGCg/2DAAGDAQGDAgGDA/2D/AGD/QGD/gGD//4AAAIAAQIAAgIAA/4AgAIAgQIAggIAg/4BAAIBAQIBAgIBA/4BgAIBgQIBggIBg/4CAAICAQICAgICA/4CgAICgQICggICg/4DAAIDAQIDAgIDA/4D/AID/QID/gID//6AAAKAAQKAAgKAA/6AgAKAgQKAggKAg/6BAAKBAQKBAgKBA/6BgAKBgQKBggKBg/6CAAKCAQKCAgKCA/6CgAKCgQKCggKCg/6DAAKDAQKDAgKDA/6D/AKD/QKD/gKD//8AAAMAAQMAAgMAA/8AgAMAgQMAggMAg/8BAAMBAQMBAgMBA/8BgAMBgQMBggMBg/8CAAMCAQMCAgMCA/8CgAMCgQMCggMCg/8DAAMDAQMDAgMDA/8D/AMD/QMD/gMD///8AAP8AQP8AgP8A//8gAP8gQP8ggP8g//9AAP9AQP9AgP9A//9gAP9gQP9ggP9g//+AAP+AQP+AgP+A//+gAP+gQP+ggP+g///AAP/AQP/AgP/A////AP//QP//gP///yH5BAEAAP8ALAAAAAAQAAoAAAgpAP8JHEiwoEAACBMqVHhwoUOEAx8uLCgRokGJBiNOzKjRIkeNH0MSDAgAOw==') no-repeat 6px center;
  z-index: 100;
}
#chart-areas {
  position: relative;
  left: -8px;
}
.b-thanks-message .b-form {
  padding: 5em 4em;
}
.b-portfolio_blackBlock {
  background: #000;
}





