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 {
  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: 'Gotham-Book';
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.otf") format("opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.otf") format("opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.otf") format("opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GaramondC-Light';
  src: url("../fonts/GaramondC-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GaramondC-Light.otf") format("opentype"), url("../fonts/GaramondC-Light.woff") format("woff"), url("../fonts/GaramondC-Light.ttf") format("truetype"), url("../fonts/GaramondC-Light.svg#GaramondC-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: url(../img/pattern2.jpg) repeat;
  font-family: 'Gotham-Light', Arial, sans-serif;
}

body.m-opened-menu {
  overflow: hidden;
}

body.m-opened-menu .container {
  overflow-y: scroll;
  height: 100%;
}

body.loading {
  overflow: hidden;
  background: #093661 !important;
}

body.loading>* {
  visibility: hidden;
}

body.loading>* .spinner {
  display: block;
  visibility: visible;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.news-block__img a:focus {
  outline: none
}

button.mfp-close {
  width: 45px!important;
  height: 40px!important;
  background: url(../img/btn_close_menu.svg) no-repeat;
  font-size: 0;
  right: 0;
  display: block;
  background-position: 50%;
}

.container {
  overflow: hidden;
}

button {
  border: none;
  outline: none;
}

em {
  font-style: italic;
}

strong {
  font-family: Gotham-Medium;
}

p {
  color: #686a6c;
  font-size: 15px;
  padding-bottom: 15px;
  line-height: 1.5em;
}

p:last-child {
  padding-bottom: 0;
}

p a {
  text-decoration: none;
  color: #72aff7;
}

.spinner {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.checkbox+label {
  cursor: pointer;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.checkbox:not(checked)+label {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 15px;
  font-family: Gotham-Book;
  color: #798b9c;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  margin-top: -4px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox:not(checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #589ee2;
}

.checkbox:not(checked)+label:after {
  content: '';
  background: url(../img/check.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 11px;
  left: 5px;
  font-size: 21px;
  opacity: 0;
}

.checkbox:checked+label:after {
  opacity: 1;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.nobr {
  white-space: nowrap;
}

.link {
  text-decoration: none;
  color: #72aff7;
}

.link.m-dark {
  color: #659ccf;
}

.link.m-dec {
  text-decoration: underline;
}

.link.m-dec:hover {
  text-decoration: none;
}

.link.m-backto {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Gotham-Medium;
  letter-spacing: 0.5px;
}

.link.m-footer {
  color: #7ca5cb;
  border-bottom: 1px solid #7ca5cb;
}

.link.m-footer:hover {
  border: none;
}

.clearfix:after, .clearfix:before {
  content: '';
  display: table;
  width: 100%;
}

.wrapper {
  max-width: 1030px;
  margin: auto;
  padding: 0 24px;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  font-family: Gotham-Medium;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 16px;
  background: #659ccf;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-size: 16.5px;
  border: 1px solid #7ca5cb;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.btn.m-transparent {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 132px;
  font-size: 15px;
  color: #7ca5cb;
  background: transparent;
}

.btn.m-dark-text {
  color: #185289;
}

.btn.m-blue {
  background: #659ccf;
  color: #fff;
}

.btn.m-login-popup__btn {
  float: none;
}

.btn:hover {
  background: #6ab0f1;
  color: #fff;
}

.header {
  width: 100%;
  position: relative;
  height: 140px;
}

.header.m-mainpage {
  height: 100px;
}

.header.m-mainpage .logo {
  top: 135%;
}

.logo {
  display: block;
  width: 300px;
  height: 61px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 43px;
}

.logo img {
  width: 100%;
}

.lang {
  float: right;
  margin: 46px 35px 0 0;
}

.lang ul li {
  float: left;
}

.lang ul li a {
  text-decoration: none;
  color: #618bb3;
  font-size: 12px;
}

.lang ul li a:hover {
  color: #fff;
}

.lang ul li a.active {
  color: #fff;
  cursor: default;
}

.lang ul li:first-child:after {
  content: '|';
  color: #618bb3;
  display: inline-block;
  padding: 0 4px;
  font-size: 11px;
}

.lang-mob {
  display: none;
  position: absolute;
  top: -40px;
  left: 11px;
}

.lang-mob ul li {
  float: left;
}

.lang-mob ul li a {
  text-decoration: none;
  color: #618bb3;
  font-size: 12px;
}

.lang-mob ul li a:hover {
  color: #fff;
}

.lang-mob ul li a.active {
  color: #fff;
  cursor: default;
}

.lang-mob ul li:first-child:after {
  content: '|';
  color: #618bb3;
  display: inline-block;
  padding: 0 4px;
  font-size: 11px;
}

.mobile-menu {
  width: 45px;
  height: 40px;
  float: right;
  background: url(../img/-g-menu_burger.svg) no-repeat;
  background-position: 50%;
  background-size: 72%;
  cursor: pointer;
  margin: 35px 87px 0 0;
}

.menu-full {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 47, 91, 0.95);
  z-index: 103;
  display: none;
  overflow-y: scroll;
}

.login-popup, .error-popup, .forgot-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 13px;
  background: rgba(3, 47, 91, 0.95);
  z-index: 103;
  text-align: center;
  overflow-y: scroll;
  font-family: Gotham-Book;
  color: #798b9c;
  line-height: 1.3em;
}

.login-popup:before, .error-popup:before, .forgot-popup:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -4px;
}

.login-popup__title {
  font-family: Gotham-Medium;
  font-size: 17px;
  text-transform: uppercase;
  margin: 18px 0;
  color: #659ccf;
}

.login-popup__title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/-g-investors_room_19x35.svg) no-repeat;
  width: 19px;
  height: 36px;
  margin: -7px 10px 0 0;
}

.login-popup__row {
  margin: 2px 0 20px;
}

.login-popup__row.error-msg {
  color: #eb272b;
  font-family: Gotham-Medium;
  margin: 0;
  display: none;
}

.login-popup__close, .error-popup__close, .forgot-popup__close {
  width: 45px;
  height: 40px;
  float: right;
  background: url(../img/btn_close_menu.svg) no-repeat;
  background-position: 50%;
  background-size: 60%;
  cursor: pointer;
  top: 0;
  right: -40px;
  position: absolute;
}

.login-popup__input {
  font-size: 15px;
  font-family: Gotham-Book;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.login-popup__input::-webkit-input-placeholder {
  color: #7ca5cb;
}

.login-popup__input::-moz-placeholder {
  color: #7ca5cb;
}

.login-popup__input:-moz-placeholder {
  color: #7ca5cb;
}

.login-popup__input:-ms-input-placeholder {
  color: #7ca5cb;
}

.menu-full__close {
  width: 45px;
  height: 40px;
  float: right;
  background: url(../img/btn_close_menu.svg) no-repeat;
  background-position: 50%;
  background-size: 60%;
  cursor: pointer;
  margin: 35px 85px 0 0;
}

.menu-full__inner {
  width: 475px;
  margin: 135px auto;
  position: relative;
}

.login-popup__inner, .error-popup__inner, .forgot-popup__inner {
  position: relative;
  padding-top: 45px;
  display: inline-block;
  vertical-align: middle;
}

.error-popup__body, .forgot-popup__body {
  min-height: 0 !important;
}

.login-popup__body, .error-popup__body, .forgot-popup__body {
  width: 465px;
  background: #fff;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  padding: 52px 80px 32px;
  text-align: left;
  min-height: 431px;
  height: auto;
}

.menu-full__inner-list>li a {
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  padding: 23px 15px 20px;
  display: block;
  margin-top: -1px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-full__inner-list>li a:hover {
  background: #194F83;
}

.menu-full__inner-list>li>ul {
  display: none;
}

.menu-full__inner-list>li>ul li a {
  font-size: 25px;
  color: #5fb7f1;
  text-decoration: none;
  padding: 23px 45px 20px;
  display: block;
  margin-top: -1px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-full__inner-list>li>ul li a:hover {
  background: #194F83;
}

.menu-full__inner-list>li>ul li:before {
  content: '';
  display: block;
  height: 1px;
  width: auto;
  margin: -1px 15px 0;
  background: #194F83;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-full__inner-list>li:before {
  content: '';
  display: block;
  height: 1px;
  width: auto;
  margin: -1px 15px 0;
  background: #194F83;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-full__inner-list>li:first-child:before {
  display: none;
}

.menu-full__inner-list>li.m-expand>a {
  position: relative;
  z-index: 100;
}

.menu-full__inner-list>li.m-expand>a:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 16px;
  background: url(../img/arrow_submenu_open.svg) no-repeat;
  background-position: 50%;
  background-size: 86%;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  z-index: 99;
}

.menu-full__inner-list>li.m-expand>a.open:after {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.pagination {
  position: fixed;
  right: 98px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 10;
}

.pagination li:nth-child(6), .pagination li:last-child {
  display: none;
}

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 4px;
  color: white;
  position: relative;
  padding: 4px;
}

.pagination a:after {
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}

.pagination a.active:after {
  background: #fff;
}

.section:not(.bottom-content) {
  overflow: hidden;
}

.section {
  position: relative;
}

.scroll-section {
  height: 100vh
}

.section.public-funds {
  background: url(../img/bg1.png) no-repeat 50%;
  background-size: cover;
}

.section.private-equity {
  background: url(../img/bg2.png) no-repeat 50%;
  background-size: cover;
}

.dark.pagination a {
  color: #333;
}

.dark.pagination a.active:after {
  background: #333;
}

.section.real-estate {
  background: url(../img/bg4.png) no-repeat 50%;
  background-size: cover;
}

.section.real-estate .section__description {
  max-width: 500px;
  width: 40%;
}

.section.wealth-management {
  background: url(../img/bg3.png) no-repeat 50%;
  background-size: cover;
}

.section .section__overlay {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section.bottom-content {
  height: auto !important;
}

.section__wrapper {
  position: relative;
  overflow: hidden;
}

.section__overlay {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.section__description {
  max-width: 400px;
  position: absolute;
  left: 80px;
  top: 14%;
  z-index: 100;
}

.section__description a {
  text-decoration: none;
  color: #fff;
}

.section__description .title br {
  display: none;
}

.section__description-text {
  font-size: 15px;
  margin: 37px 0;
  font-family: Gotham-Light;
  color: #7ca5cb;
  line-height: 1.6em;
}

.section__content {
  padding: 400px 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.main-block {
  text-align: center;
  top: 54%;
  max-height: 560px;
  width: 100%;
  height: 51%;
  position: absolute;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.title {
  font-family: GaramondC-Light;
  font-size: 44px;
  color: #fff;
  margin-bottom: 1.5%;
  line-height: 1.25em;
}

.main-block__subtitle {
  font-size: 25px;
  line-height: 1.4em;
  color: #fff;
}

.main-block__benefits {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Gotham-Light;
  color: #7ca5cb;
  font-size: 20px;
  text-align: justify;
}

.main-block__benefits:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.main-block__benefits-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 190px;
}

.main-block__benefits-item img {
  display: block;
  margin: 0 auto 20px;
  width: 54px;
  height: 42px;
}

.main-block__benefits-item span {
  line-height: 1.2em;
}

.main-block__benefits-item.team {
  margin-top: 0;
}

.partners {
  background: #eeeeee;
  text-align: center;
  padding: 95px 0 75px;
}

.partners__title {
  font-family: GaramondC-Light;
  font-size: 44px;
  margin-bottom: 1.5%;
  line-height: 1.25em;
  color: #185289;
}

.partners__block {
  font-size: 0;
  margin: 70px 0 32px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.partners__block.inner {
  margin: 39px 0 15px;
}

.partners__block.inner .partners__block-item img {
  margin: 25px auto 8px;
}

.partners__block-item.tr em {
  padding: 0 5px;
}

.partners__block-item a {
  text-decoration: none!important;
}

.partners__block.inner .partners__block-name {
  font-size: 21px;
}

.partners__block.inner .partners__block-post {
  font-size: 14px;
}

.partners__block-post a {
  color: #6a90b4;
}

.partners__block-separator {
  text-align: center;
}

.partners__block-line {
  background-color: #659ccf;
  max-width: 407px;
  height: 1px;
  width: 100%;
  display: inline-block;
}

.partners__block.first {
  margin-top: 36px;
}

.partners__block-item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.partners__block-item img {
  width: 138px;
  display: block;
  margin: 25px auto;
}

.partners__block-name {
  font-size: 20px;
  font-family: Gotham-Medium;
  color: #185289;
  display: block;
}

.partners__block-post {
  font-size: 15px;
  color: #6a90b4;
  display: block;
  margin: 8px 0;
}

.news-preview {
  background: #f9f9f9;
  padding: 95px 0 75px;
}

.news-preview__wrapper {
  text-align: justify;
}

.news-preview__wrapper:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.news-preview__item {
  width: 292px;
  display: inline-block;
  vertical-align: top;
}

.news-preview__item-single {
  border-top: 1px solid #659ccf;
  text-align: left;
  min-height: 280px;
  height: auto;
  position: relative;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.news-preview__date {
  font-family: Gotham-Medium;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0;
  font-size: 14px;
  color: #185289;
}

.news-preview__title-m {
  display: none;
  text-align: center;
  font-size: 34px;
  letter-spacing: -0.8px;
  line-height: 1.25em;
  color: #185289;
  font-family: GaramondC-Light;
  padding: 10px 0 6px;
  border-bottom: 1px solid #659CCF;
}

.news-preview__title {
  font-family: Gotham-Medium;
  font-size: 20px;
  color: #333333;
  line-height: 1.3em;
}

.news-preview__title a {
  text-decoration: none;
  color: #333333;
}

.news-preview__title a:hover {
  color: #185289;
}

.news-preview__text {
  color: #686a6c;
  font-size: 15px;
  margin: 10px 0 15px;
  line-height: 1.4em;
}

.news-preview__link {
  text-decoration: none;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #afcbe4;
}

.news-preview__link:after {
  content: '>';
  position: absolute;
  left: 10px;
  top: 5px;
  color: #67a6e3;
  font-size: 20px;
  font-family: GaramondC-Light;
}

.news-preview__link:hover {
  background-color: #659ccf;
}

.news-preview__link:hover:after {
  color: #fff;
}

.bx-wrapper {
  width: 100%;
}

.bx-wrapper li div {
  width: 100%;
  padding-top: 85%;
  background: #dbdbdb;
  border-left: 1px solid #fff;
}

.bx-wrapper .bx-pager {
  float: right;
  margin: 20px 0;
}

.bx-wrapper .bx-pager .bx-pager-item {
  float: left;
  margin-right: 16px;
}

.bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #185289;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
}

.bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #185289;
}

.bx-wrapper .bx-pager .bx-pager-item:last-child {
  margin: 0;
}

.footer {
  background: #093661;
  padding: 59px 0 45px;
  color: #7ca5cb;
  position: relative;
}

.footer__center-unsub {
  max-width: 50%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer__input-select-container {
  position: relative;
}

.footer__input-select-container:after {
  z-index: -1;
  content: '>';
  position: absolute;
  right: 15px;
  top: 12px;
  color: #67a6e3;
  font-size: 20px;
  font-family: GaramondC-Light;
  transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
  .footer__center-unsub {
    margin-top: 125px;
    max-width: 100%;
  }
}

.footer__left {
  float: left;
}

.footer__right {
  float: right;
  width: 296px;
}

.footer__title {
  font-family: GaramondC-Light;
  font-size: 44px;
  letter-spacing: -1.5px;
}

.footer__contacts {
  font-family: Gotham-Light;
  font-size: 15px;
  line-height: 1.6em;
  margin: 22px 0;
}

.footer__log-out {
  margin-top: -25px;
}

.footer__sign-in {
  font-size: 13px;
}

.footer__sign-in-title {
  font-family: Gotham-Light;
  font-size: 17px;
  text-transform: uppercase;
  margin: 18px 0;
}

.footer__sign-in-title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/-g-investors_room_19x35.svg) no-repeat;
  width: 19px;
  height: 36px;
  margin: -7px 10px 0 0;
}

.form-row {
  margin-bottom: 10px;
}

input, select, textarea {
  height: 45px;
  width: 100%;
  border: 1px solid #7ca5cb;
  color: #000;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 17px;
  font-family: Gotham-Light;
}

input.error, select.error {
  border-color: #eb272b;
  color: #eb272b;
  background: #fbdbdb;
  /* Firefox 19+ */
  /* Firefox 18- */
}

input.error::-webkit-input-placeholder, select.error::-webkit-input-placeholder {
  color: #eb272b;
}

input.error::-moz-placeholder, select.error::-moz-placeholder {
  color: #eb272b;
}

input.error:-moz-placeholder, select.error:-moz-placeholder {
  color: #eb272b;
}

input.error:-ms-input-placeholder, select.error:-ms-input-placeholder {
  color: #eb272b;
}

textarea.footer__input {
  height: 100px!important;
}

.footer__input {
  color: #7ca5cb !important;
  font-size: 17px;
  font-family: Gotham-Light;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.footer__input::-webkit-input-placeholder {
  color: #7ca5cb;
}

.footer__input::-moz-placeholder {
  color: #7ca5cb;
}

.footer__input:-moz-placeholder {
  color: #7ca5cb;
}

.footer__input:-ms-input-placeholder {
  color: #7ca5cb;
}

.footer__logo-pri {
  margin-top: 103px;
}

.footer__logo-pri img {
  display: block;
  width: 176px;
  height: auto;
}

.footer__copy {
  clear: both;
  margin-top: 53px;
  font-size: 12px;
  color: #a7a6a5;
  position: relative;
}

.footer__to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: #fff url(../img/-g-arrow_up.svg) no-repeat 50%;
}

.footer__to-top:hover {
  background-color: #659ccf;
}

.inner-content {
  background: #eeeeee;
  padding: 57px 0 110px;
}

.inner-content.m-investor-room-reg {
  padding-bottom: 130px;
}

.inner-content.m-investor-room-profile {
  padding-bottom: 283px;
}

.inner-content.m-big-p {
  padding-top: 160px;
}

.type-page {
  float: left;
  width: 550px;
}

.type-page br {
  display: none;
}

.type-page__subtitle, .form-field__subtitle {
  font-family: Gotham-Medium;
  font-size: 20px;
  padding: 9px 0;
}

.main-title {
  font-family: GaramondC-Light;
  font-size: 55px;
  color: #185289;
  letter-spacing: -0.8px;
}

.main-subtitle {
  font-family: GaramondC-Light;
  font-size: 44px;
  color: #185289;
}

.main-h3 {
  font-family: GaramondC-Light;
  font-size: 40px;
  color: #185289;
}

.login-control {
  float: right;
  margin-top: -9px;
}

.login-control__left {
  margin-right: 30px;
  float: left;
  font-size: 13px;
}

.login-control__right {
  float: right;
}

.login-control__name {
  font-family: Gotham-Medium;
  font-size: 15px;
  display: block;
  vertical-align: top;
  margin: 6px 0;
}

.login-control__btn {
  display: inline-block;
  vertical-align: top;
}

.form-field {
  margin-top: 78px;
  padding-top: 67px;
  border-top: 1px solid #c3cfda;
  font-size: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
}

.form-field.m-reg {
  margin-top: 65px;
  padding-top: 22px;
}

.form-field.m-cont {
  margin-top: 28px;
}

.form-field__note {
  margin-bottom: 35px;
}

.form-field__note p {
  font-family: Gotham-Book;
  font-size: 15px;
  color: #798b9c;
  padding: 12px 0;
  line-height: 1.3em;
}

.form-field__checkblock {
  padding-top: 17px;
  margin: 168px 0 33px;
  border-top: 1px solid #c3cfda;
}

.form-field__checkblock-title {
  font-size: 15px;
  font-family: Gotham-Book;
  color: #798b9c;
  margin: 5px 0 7px;
}

.form-field__checkblock-column {
  margin-top: 36px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  width: 46.5%;
  vertical-align: top;
}

.form-field__checkblock-item {
  margin-bottom: 21px;
}

.form-field__checkblock-item label {
  color: #2b2d2e !important;
  padding-top: 7px !important;
  padding-left: 44px !important;
}

.form-field__checkblock-item.m-subscribe {
  margin: 43px 0 57px;
}

.form-field__checkblock-item.m-subscribe label {
  padding: 10px 0 0 33px !important;
  font-size: 12px !important;
  color: #798b9c !important;
}

.form-field__captcha {
  margin: 20px 0;
  max-width: 310px;
  height: 122px;
  background: gray;
  color: #000;
  font-size: 15px;
}

#recaptcha1-container {
  margin: 20px 0;
}

.form-field__register {
  padding: 0 53px;
}

.ufg-team {
  font-size: 15px;
  color: #000;
}

.ufg-team .btn {
  float: left;
}

.ufg-team__contact {
  margin-left: 160px;
  line-height: 1.6em;
  max-width: 530px;
  letter-spacing: -0.2px;
}

.form-field__row {
  margin-bottom: 35px;
}

.form-field__item {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
}

.form-field__item:last-child {
  padding: 0;
  width: 32%;
}

.form-field__input {
  color: #333333;
  font-family: Gotham-Book;
  font-size: 15px;
  height: 47px;
  border-color: #589ee2;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.form-field__input::-webkit-input-placeholder {
  color: #333333;
}

.form-field__input::-moz-placeholder {
  color: #333333;
}

.form-field__input:-moz-placeholder {
  color: #333333;
}

.form-field__input:-ms-input-placeholder {
  color: #333333;
}

.form-field__input:focus {
  border-color: transparent;
  background-color: #f9f9f9;
}

.f-control__label {
  font-size: 15px;
  font-family: Gotham-Book;
  color: #798b9c;
  margin: 5px 0 7px;
}

.f-control__select {
  position: relative;
  z-index: 10;
}

.f-control__select:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/arrow_select.png) no-repeat;
  width: 17px;
  height: 13px;
  right: 17px;
  top: 17px;
  z-index: 9;
}

.form-field__select {
  position: absolute;
  z-index: 8;
  height: 47px;
  color: #333333;
  border-color: #589ee2;
  font-family: Gotham-Book;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-field__select::-ms-expand {
  display: none;
}

.form-field__submit {
  float: right;
}

.f-control__checkbox {
  padding-top: 9px;
}

.map-block__info {
  float: left;
  width: 270px;
  font-size: 15px;
  color: #798b9c;
}

.map-block__map {
  margin-left: 292px;
}

.map-block__title {
  font-family: Gotham-Book;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}

.investor-files {
  margin: 133px 0 30px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 87px;
}

.investor-files__content {
  border-top: 1px solid #9eb9d3;
}

.folder {
  font-family: Gotham-Medium;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #185289;
  padding: 17px 15px;
  border-bottom: 1px solid #9eb9d3;
  position: relative;
  cursor: pointer;
}

.folder:after {
  content: '';
  display: block;
  width: 17px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 19px;
  background: url(../img/small-arrow.png) no-repeat;
  background-position: 50%;
  z-index: 99;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}

.folder.m-expand-opened:after {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

.folder:hover {
  background: #eee4e4;
}

.investor-files__title {
  text-transform: uppercase;
  padding-left: 0px;
}

.investor-files__content {
  border-top: 1px solid #9eb9d3;
  font-family: Gotham-Medium;
  color: #686a6c;
  font-size: 15px;
}

.investor-files__content ul li {
  border-bottom: 1px solid #9eb9d3;
}

.investor-files__content ul li a {
  display: block;
  padding: 17.5px 15px;
  z-index: 100;
  text-decoration: none;
  color: #686a6c;
  font-family: Gotham-Book;
}

.investor-files__content ul li a span {
  vertical-align: middle;
}

.investor-files__content ul li:hover {
  background: #eee4e4;
}

.investor-files__content ul li.has-pdf>a {
  padding-top: 12px;
  padding-bottom: 12px;
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.investor-files__content ul li.has-pdf>a span {
  display: table-cell;
  padding-left: 10px;
}

.investor-files__content ul li.has-pdf.has-archive a {
  padding-right: 135px;
}

.ul-lvl1 {
  display: none;
}

.ul-lvl1>li {
  background: #d4e1ee;
}

.ul-lvl2 {
  display: none;
}

.ul-lvl2 li {
  background: #bfd3e6;
}

.ul-lvl2 li a {
  padding-left: 17px !important;
}

.ul-lvl3 {
  display: none;
}

.ul-lvl3 li {
  background: #b2c9df;
}

.ul-lvl3 li a {
  padding-left: 55px !important;
}

.pdf {
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 29px;
  background: url(../img/download.png) no-repeat;
  background-size: contain;
}

.has-archive {
  position: relative;
}

.archive {
  position: absolute;
  display: inline-block;
  margin-top: -17px;
  background: url(../img/archive.png) no-repeat;
  top: 50%;
  right: 27px;
  width: 90px;
  height: 34px;
  font-size: 14px;
  color: #67a6e3;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news-year {
  margin: 50px 0 24px;
  position: relative;
  z-index: 10;
}

.news-year:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/open.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 15px;
  right: 14px;
  top: 20px;
  z-index: -9;
}

.news-year__select {
  font-family: Gotham-Medium;
  color: #185289;
  width: 134px;
  height: 55px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.news-year__select::-ms-expand {
  display: none;
}

.news-block {
  margin: 20px 0;
}

.news-block__item {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  padding: 52px 89px 55px 81px;
  border-top: 1px solid #c3cfda;
}

.news-block__wrapper {
  margin-right: 280px;
}

.news-block__img {
  float: right;
  width: 203px;
  height: auto;
  position: relative;
}

.news-block__img img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}

.news-block__img a:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

img.grayscale {
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.grayscale.grayscale-replaced>svg {
  transition: opacity 300ms ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-fade:hover>svg {
  opacity: 0;
}

.news-block__text-img {
  float: right;
  margin: 0 0 25px 25px;
  width: 200px;
  height: auto;
}

.news-block__text-img img {
  display: block;
  width: 100%;
  height: auto;
}

.news-block__text-img-nofloat {
  margin: 0 auto 25px;
  max-width: 300px;
}

.news-block__text-img-nofloat img {
  display: block;
  width: 100%;
  height: auto;
}

.news-block__date {
  font-family: Gotham-Medium;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #185289;
}

.news-block__title {
  font-family: Gotham-Medium;
  font-size: 20px;
  color: #333333;
  line-height: 1.3em;
  margin: 15px 0 24px;
}

.news-block__title a {
  text-decoration: none;
  color: #333333;
}

.news-block__title a:hover {
  color: #185289;
}

.news-block__text {
  color: #686a6c;
  font-size: 15px;
  margin: 10px 0 12px;
  line-height: 1.5em;
}

.news-block__text p {
  padding-bottom: 15px;
}

.news-block__text p:last-child {
  padding-bottom: 0;
}

.news-block__text h3 {
  font-family: Gotham-Medium;
  font-size: 18px;
  padding: 10px 0 20px;
}

.news-block__text ul {
  padding-bottom: 15px;
  padding-left: 10px;
}

.news-block__text ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

.news-block__text ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #686a6c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.news-block__author {
  margin: -20px 0 24px;
}

.news-block__author-post {
  font-family: Gotham-Book;
  font-size: 15px;
  color: #6a90b4;
  margin: 0 0 15px 0;
}

.news-block__source {
  margin-top: 30px;
  text-align: right;
}

.news-block__source p {
  color: #b6b6b6;
  font-size: 12px;
  padding-bottom: 8px;
}

.news-block__more {
  text-decoration: none;
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #afcbe4;
  position: relative;
}

.news-block__more:after {
  content: '>';
  position: absolute;
  left: 10px;
  top: 5px;
  color: #67a6e3;
  font-size: 20px;
  font-family: GaramondC-Light;
}

.news-block__more:hover {
  background-color: #659ccf;
}

.news-block__more:hover:after {
  color: #fff;
}

.news-block__pagination {
  border-top: 1px solid #c3cfda;
}

.news-block__pagination-wrapper {
  width: 150px;
  margin: 24px 0 10px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.news-block__pagination-wrapper li {
  display: inline-block;
  margin-right: 9px;
}

.news-block__pagination-wrapper li:last-child {
  margin: 0;
}

.news-block__pagination-wrapper li a {
  text-decoration: none;
  color: #659ccf;
  font-size: 15px;
  font-family: Gotham-Medium;
}

.news-block__pagination-wrapper li a.active-page {
  cursor: default;
  color: #b9babb;
}

.news-block__pagination-wrapper:after {
  content: '';
  display: none;
  width: 100%;
}

.backto-link__top {
  margin: 99px 0 15px;
}

.backto-link__bottom {
  border-top: 1px solid #c3cfda;
  padding: 25px 0;
}

.banner-top {
  height: 220px;
  width: 100%;
}

.banner-top.m-wealth-management {
  background: url(../img/lavender@2x.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.banner-top.m-private-equity {
  background: url(../img/verba@2x1.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.banner-top.m-public-markets {
  background: url(../img/pic_ryabina@2x.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.banner-top.m-real-estate {
  background: url(../img/Real%20Estate@2x.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.description {
  background: #f9f9f9;
  padding: 100px 30px 80px;
  text-align: center;
}

.description__block {
  font-family: GaramondC-Light;
  color: #185289;
  font-size: 20px;
  padding-top: 43px;
  line-height: 1.6em;
}

.description__btn {
  margin: 35px 0;
}

.team {
  margin-top: 15px;
}

.team__block {
  margin-top: 43px;
}

.team__item {
  padding: 60px 81px 55px;
  border-bottom: 1px solid #c3cfda;
}

.team__item:last-child {
  border: none;
}

.team__photo {
  width: 138px;
  height: 138px;
  float: left;
}

.team__photo img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.team__info {
  margin-left: 206px;
}

.team__info-name {
  font-family: Gotham-Medium;
  font-size: 20px;
  color: #185289;
}

.team__info-post {
  font-family: Gotham-Book;
  font-size: 15px;
  color: #6a90b4;
  margin: 8px 0 34px;
}

.team__info-text {
  color: #686a6c;
  font-size: 15px;
  line-height: 1.5em;
}

.divide {
  height: 1px;
  width: 282px;
  margin: 100px auto 0;
  background: #c3cfda;
}

.investments {
  padding: 100px 0 65px;
}

.investments__block {
  margin-top: 60px;
  text-align: justify;
}

.investments__block:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.investments__item {
  width: 23%;
  min-height: 440px;
  height: auto;
  background: #fff;
  display: inline-block;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  position: relative;
  -moz-box-shadow: 0px 3px 33px 5px #ebf1f6;
  -webkit-box-shadow: 0px 3px 33px 5px #ebf1f6;
  box-shadow: 0px 3px 33px 5px #ebf1f6;
}

.investments__block-bottom .investments__item:first-child {
  margin: 0 0 0 12.83%;
}

.investments__block-bottom .investments__item:last-child {
  margin: 0 12.83% 0 0;
}

/*.investments__item.saturn-rutaxi {
	width: 49%;
}*/

.investments__item.russian-towers .investments__logo {
  width: 85%;
}

.investments__item.vezet .investments__logo {
  width: 85%;
}

/*add*/

.investments__item.empty {
  background: none;
  box-shadow: none;
}

/* add */

.investments__logo {
  position: absolute;
  width: 66%;
  bottom: 20px;
  left: 50%;
  top: calc(50% + 20px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.investments__logo.rutaxi {
  top: 22px;
  transform: translate(-50%, 0px);
  width: 24%;
}

.investments__logo.saturn {
  top: 10px;
  transform: translate(-50%, 0px);
  left: calc(50% + 4px);
}

.investments__logo-holder {
  height: 145px;
  position: relative;
}

/*add*/

.investments__block .logo-holder {
  width: 100%;
  height: 145px;
}

.investments__block .logo-holder .investments__logo-holder {
  float: left;
  width: 100%;
  height: 72px;
}

.investments__block .logo-holder .investments__logo-holder:last-child {
  margin-top: 10px;
}

.investments__name {
  font-family: Gotham-Medium;
  color: #185289;
  font-size: 20px;
  margin-top: 23px;
}

.rising-star-media-cinema .investments__name {
  line-height: 23px;
}

.investments__descr {
  color: #6a90b4;
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.25em;
}

.investments__btn {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}

/*add*/

.saturn-rutaxi .investments__btn {
  bottom: 26px;
}

.investments__btn .investments__btn-coll {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.investments__btn .investments__btn-coll:first-child {
  margin-bottom: 10px;
}

.investments__btn .investments__btn-coll .btn.m-transparent {
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 90%;
}

.criteria__title {
  padding: 42px 0 17px;
  background-color: #659ccf;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.criteria__title:hover {
  background-color: #589ee2;
}

.criteria__title.active .criteria__title-toggler i:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.criteria__title-holder {
  text-align: justify;
}

.criteria__title-holder:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.criteria__title-name {
  display: inline-block;
  vertical-align: middle;
  font-family: GaramondC-Light;
  font-size: 40px;
  letter-spacing: -0.5px;
  color: #fff;
}

.criteria__title-toggler {
  display: inline-block;
  vertical-align: middle;
  font-family: Gotham-Medium;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.criteria__title-toggler span, .criteria__title-toggler i {
  display: inline-block;
  vertical-align: middle;
}

.criteria__title-toggler i {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.criteria__title-toggler i:after {
  content: '';
  display: block;
  width: 17px;
  height: 13px;
  position: absolute;
  top: 57%;
  left: 50%;
  margin-left: -9px;
  margin-top: -7px;
  background: url(../img/small-arrow_fff.png) 50% no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

.criteria__block {
  display: none;
  background-color: #e6eff8;
  padding-bottom: 40px;
}

.criteria__block-title {
  font-family: Gotham-Medium;
  font-size: 20px;
  line-height: 1.2em;
  color: #185289;
  padding: 58px 0 52px;
  text-align: center;
}

.criteria__block-item {
  border-top: 1px solid #bdd0e2;
  padding: 34px 10px;
}

.criteria__type {
  float: left;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  width: 292px;
  font-family: Gotham-Medium;
  font-size: 20px;
  color: #185289;
}

.criteria__type i, .criteria__type span {
  display: inline-block;
  vertical-align: middle;
}

.criteria__type i {
  margin-right: 24px;
}

.criteria__type span {
  line-height: 1.2em;
}

.criteria_icn {
  background: url(../img/criteria_icons.png) 0 0 no-repeat;
}

.criteria_icn.criteria_icn1 {
  width: 50px;
  height: 46px;
  background-position: -5px -5px;
}

.criteria_icn.criteria_icn2 {
  width: 50px;
  height: 50px;
  background-position: -65px -5px;
}

.criteria_icn.criteria_icn3 {
  width: 46px;
  height: 46px;
  background-position: -5px -65px;
}

.criteria_icn.criteria_icn4 {
  width: 50px;
  height: 50px;
  background-position: -61px -65px;
}

.criteria_icn.criteria_icn5 {
  width: 45px;
  height: 45px;
  background-position: -125px -5px;
}

.criteria_icn.criteria_icn6 {
  width: 50px;
  height: 50px;
  background-position: -125px -60px;
}

.criteria_icn.criteria_icn7 {
  width: 45px;
  height: 45px;
  background-position: -121px -120px;
}

.criteria_icn.criteria_icn8 {
  width: 50px;
  height: 50px;
  background-position: -185px -5px;
}

.criteria__descr {
  margin-left: 360px;
}

.funds-block {
  margin: 76px 0 140px;
}

.funds-block__item {
  min-height: 278px;
  height: auto;
  background: #fff;
  text-align: left;
  margin-bottom: 26px;
  -moz-box-shadow: 0px 3px 33px 5px #ebf1f6;
  -webkit-box-shadow: 0px 3px 33px 5px #ebf1f6;
  box-shadow: 0px 3px 33px 5px #ebf1f6;
}

.funds-block__item:last-child {
  margin-bottom: 0;
}

.funds-block__name {
  width: 365px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-family: GaramondC-Light;
  font-size: 40px;
  color: #185289;
  padding: 64px 58px;
}

.funds-block__descr {
  margin-left: 373px;
  padding: 58px 64px 58px 0;
  font-family: Gotham-Light;
  font-size: 15px;
  color: #5883ac;
  line-height: 1.6em;
}

.error-page {
  max-width: 700px;
  margin: 20px auto;
}

.error-page__code {
  font-size: 100px;
  font-family: Gotham-Book;
  margin: 40px 0;
  text-align: center;
}

.error-page__label {
  text-align: left;
  font-size: 25px;
}

.error-page__causes {
  margin: 25px 0 20px;
}

.error-page__causes ul li {
  position: relative;
  padding-left: 20px;
  margin: 14px 0;
  list-style: none;
}

.error-page__causes ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.error-page__continue {
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .section__description {
    left: 50px;
    top: 45px;
  }
}

@media screen and (max-width: 1400px) {
  .section__description-text {
    font-size: 12px;
  }
  .title {
    font-size: 36px;
  }
  .main-block__subtitle {
    font-size: 20px;
  }
  .section.real-estate .section__description {
    width: 50%;
  }
  .section.real-estate .section__description .section__description-text {
    max-width: 76%;
  }
}

@media screen and (max-width: 1366px) {
  .section__description {
    top: 7%;
  }
  .section.public-funds .section__graph {
    top: 62%;
  }
  .section.private-equity .section__graph {
    top: 62%;
  }
  .section.real-estate .section__graph {
    width: 53%;
  }
  .section.wealth-management .section__graph {
    top: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .main-block__benefits {
    width: 78%;
  }
}

@media screen and (max-height: 900px) {
  .header.m-mainpage .logo {
    top: 100%;
  }
  .main-block {
    height: 56%;
  }
}

@media screen and (max-height: 745px) {
  .header.m-mainpage .logo {
    top: 64%;
  }
  .main-block {
    height: 60%;
    top: 57%;
  }
}

@media screen and (max-height: 650px) {
  .main-block {
    top: 60%;
  }
  .main-block__benefits {
    margin-top: 6%;
    font-size: 15px;
  }
  .main-block__subtitle {
    font-size: 16px;
  }
  .title {
    font-size: 32px;
  }
}

@media screen and (max-height: 525px) {
  .header.m-mainpage .logo {
    top: 60%;
  }
  .title {
    font-size: 29px;
  }
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .lang {
    display: none;
  }
  .lang-mob {
    display: block;
  }
  .no-tablet {
    display: none;
  }
  .pagination {
    display: none!important;
  }
  .section.home {
    height: 722px !important;
  }
  .section, .section__wrapper {
    height: 648px !important;
  }
  .section.bottom-content, .section.footer {
    height: auto !important;
  }
  .section__description {
    top: 45px;
    left: 25px;
    max-width: 277px;
  }
  .section__description-text {
    font-size: 8px;
    margin: 16px 0;
  }
  .btn {
    font-size: 14px;
    padding: 8px 15px;
    min-width: 0;
    width: auto;
  }
  .btn.m-transparent {
    font-size: 14px;
    padding: 8px 15px;
    min-width: 0;
    width: auto;
    line-height: 12px;
  }
  .btn.m-main {
    font-size: 12px;
    letter-spacing: -0.3px;
    min-width: 100px;
    padding: 15px 8px;
  }
  .footer .btn {
    min-width: 102px;
  }
  .link.m-backto {
    font-size: 14px;
    letter-spacing: 0.9px;
    font-family: Gotham-Book;
  }
  .header {
    padding: 0 25px;
    width: 100%;
    z-index: 102;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    background: url(../img/pattern2.jpg) repeat;
    position: fixed;
  }
  .header.m-mainpage .logo {
    top: 24px;
    left: 25px;
    width: 241px;
    height: 52px;
    margin-left: 0;
    position: absolute;
  }
  .header.m-mainpage .logo img {
    max-width: 100%;
  }
  .header:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: auto;
    left: 25px;
    right: 25px;
    top: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  .logo {
    top: 24px;
    left: 25px;
    width: 241px;
    height: 52px;
  }
  .logo img {
    max-width: 100%;
  }
  .mobile-menu {
    margin: 30px -4px 0 0;
  }
  .title {
    font-size: 34px;
    margin-bottom: 2.4%;
  }
  .main-block {
    top: 53%;
  }
  .main-block__subtitle {
    font-size: 18px;
  }
  .main-block__benefits {
    position: static;
    margin: 8% auto 0;
    padding: 0 20px;
    font-size: 18px;
    max-width: 700px;
    width: 100%;
  }
  .main-block__benefits-item {
    width: 162px;
    vertical-align: top;
    margin-top: 0 !important;
  }
  .main-block__benefits-item img {
    height: 56px;
    width: auto;
    margin-bottom: 28px;
  }
  .section.public-funds .section__overlay {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section__overlay {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu-full__inner {
    width: 320px;
    margin: 110px auto;
  }
  .menu-full__close {
    width: 42px;
    height: 42px;
    background-size: 47%;
    margin-right: 25.5%;
    margin-top: 38px;
  }
  .menu-full__inner-list li>a {
    font-size: 20px;
    padding: 11px;
  }
  .menu-full__inner-list li:before {
    margin: -1px 11px 0;
  }
  .menu-full__inner-list li.m-expand a:after {
    width: 25px;
    height: 25px;
    top: 9px;
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -o-transition: 0ms;
    -ms-transition: 0ms;
    transition: 0ms;
  }
  .menu-full__inner-list li ul li>a {
    font-size: 16px;
    padding: 11px 39px;
  }
  .menu-full__inner-list li ul li:not(:first-child):before {
    display: none;
  }
  .menu-full {
    background: #032f5b;
  }
  .login-popup, .error-popup, .forgot-popup {
    font-size: 12px;
    background: #032f5b;
  }
  .login-popup .form-row, .error-popup .form-row, .forgot-popup .form-row {
    margin-bottom: 15px;
  }
  .login-popup__inner, .error-popup__inner, .forgot-popup__inner {
    padding-top: 40px;
  }
  .login-popup__close, .error-popup__close, .forgot-popup__close {
    background-size: 44%;
    top: 0;
    right: -38px;
  }
  .login-popup__body, .error-popup__body, .forgot-popup__body {
    width: 380px;
    background: #fff;
    padding: 35px 55px 49px 59px;
    min-height: 379px;
  }
  .login-popup__title {
    font-size: 16px;
    margin: 20px 0;
  }
  .login-popup__title:before {
    background-size: cover;
    width: 18px;
    height: 34px;
  }
  .login-popup__input {
    font-size: 12px !important;
  }
  .login-popup__row {
    margin: 2px 0 12px;
  }
  .partners {
    padding: 40px 0 61px;
  }
  .partners__title {
    font-size: 34px;
    margin-top: 10px;
    letter-spacing: -0.8px;
  }
  .partners__block {
    padding: 0;
    margin: 23px 0 41px;
  }
  .partners__block-item {
    width: 170px;
  }
  .partners__block-item img {
    width: 106px;
    margin: 15px auto;
  }
  .partners__block-name {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .partners__block.inner .partners__block-name {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .partners__block.inner .partners__block-post {
    margin: 6px 0;
    font-size: 15px
  }
  .partners__block.inner .partners__block-item img {
    width: 106px;
    margin: 15px auto;
  }
  .partners__block-post {
    margin: 6px 0;
  }
  .btn {
    letter-spacing: -0.3px;
  }
  .btn.m-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-preview {
    padding: 45px 0 23px;
  }
  .news-preview__item {
    width: 220px;
  }
  .news-preview__item:last-child {
    width: 26%;
  }
  .news-preview__date {
    font-size: 15px;
    letter-spacing: 1.2px;
    margin: 20px 0 17px;
  }
  .news-preview__item-single {
    min-height: 220px;
  }
  .news-preview__title {
    font-size: 18px;
    line-height: 22px;
  }
  .news-preview__text {
    margin: 13px 0 15px;
    line-height: 20px;
  }
  .footer {
    padding: 39px 0;
    background: transparent;
  }
  .footer__title {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
  .footer__contacts {
    font-size: 14px;
    line-height: 20px;
    margin: 13px 0;
  }
  .footer__right {
    width: 260px;
  }
  .form-row {
    margin-bottom: 16px;
  }
  .form-row input, .form-row select {
    height: 38px;
    font-size: 14px;
  }
  .footer__sign-in-title {
    margin: 6px 0 16px;
  }
  .footer__log-out .m-footer__btn {
    font-size: 10px;
    padding: 8px 16px;
    line-height: 12px;
    letter-spacing: 0;
    width: auto;
  }
  .footer__logo-pri {
    margin-top: 60px;
  }
  .inner-content {
    padding: 130px 0 68px;
  }
  .inner-content.m-big-p {
    padding-top: 135px;
  }
  .inner-content.m-team {
    padding-top: 35px;
  }
  .head-strategy {
    padding-top: 100px;
  }
  .main-title {
    font-size: 30px;
    letter-spacing: 0;
  }
  .type-page__subtitle {
    font-size: 17px;
  }
  .form-field {
    margin-top: 47px;
    padding-top: 48px;
    padding-right: 0;
  }
  .form-field.m-reg {
    padding-top: 3px;
  }
  .form-field__subtitle {
    font-size: 17px;
    letter-spacing: -0.3px;
    padding-bottom: 18px;
  }
  .form-field__note p {
    font-size: 14px;
    padding: 5px 0;
  }
  .form-field__note {
    margin-bottom: 28px;
  }
  .form-field__checkblock {
    margin: 71px 0 27px;
    padding-top: 9px;
  }
  .form-field__checkblock-title {
    font-size: 14px;
  }
  .form-field__checkblock-item {
    margin-bottom: 28px;
  }
  .form-field__checkblock-item.m-subscribe {
    margin: 28px 0 34px;
  }
  .form-field__checkblock-item.m-subscribe label {
    padding: 0px 0 0 36px !important;
  }
  .form-field__checkblock-column {
    margin-top: 19px;
    width: 47.5%;
    padding-right: 30px;
  }
  .form-field__checkblock-item label {
    padding-left: 38px !important;
    padding-top: 4px !important;
  }
  .ufg-team__contact {
    margin-left: 130px;
    font-size: 14px;
  }
  .login-control__left {
    margin-right: 0;
    float: none;
    min-height: 30px;
    font-size: 11px;
    text-align: right;
  }
  .login-control__link {
    margin: 6px 0 8px;
  }
  .login-control__right {
    float: none;
    text-align: right;
  }
  .login-control__name {
    display: block;
    font-size: 14px;
    letter-spacing: -0.3px;
    text-align: right;
    margin: 17px 0 0 0;
  }
  .form-field__input, .form-field__select {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px !important;
  }
  .form-field__row {
    margin-bottom: 14px;
  }
  .form-field__item {
    width: 34%;
    padding-right: 13px;
  }
  .f-control__label {
    font-size: 14px;
    margin-top: 0;
  }
  .f-control__select:after {
    width: 14px;
    height: 10px;
    right: 12px;
    top: 13px;
    background-size: cover;
  }
  .checkbox:not(checked)+label {
    font-size: 14px;
  }
  .checkbox:not(checked)+label:before {
    top: -1px;
  }
  .checkbox:not(checked)+label:after {
    top: 6px;
  }
  .link-tab {
    font-size: 12px;
    padding: 11px 22px;
  }
  .investor-files {
    margin: 48px 0 0 0;
  }
  .investor-files__title {
    padding-left: 12px !important;
  }
  .folder {
    font-size: 13px;
    letter-spacing: 0;
    padding: 14px 35px 14px 21px;
  }
  .folder:after {
    width: 14px;
    height: 10px;
    right: 10px;
    top: 15px;
    background-size: cover;
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -o-transition: 0ms;
    -ms-transition: 0ms;
    transition: 0ms;
  }
  .investor-files__content {
    font-size: 12px;
  }
  .investor-files__content ul li a {
    padding: 14px 21px;
  }
  .investor-files__content ul li.has-pdf a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .investor-files__content ul li.has-pdf.has-archive a {
    padding-right: 78px;
  }
  .ul-lvl2 li a {
    padding-left: 22px !important;
  }
  .ul-lvl3 li a {
    padding-left: 44px !important;
  }
  .pdf {
    margin-right: 7px;
    width: 19px;
    height: 24px;
  }
  .archive {
    margin-top: -12px;
    top: 50%;
    right: 7px;
    width: 62px;
    height: 24px;
    background-size: contain;
  }
  .news-year {
    margin: 35px 0 12px;
  }
  .news-year:after {
    width: 15px;
    height: 11px;
    right: 13px;
    top: 13px;
  }
  .news-year__select {
    font-family: Gotham-Book;
    font-size: 15px;
    width: 97px;
    height: 36px;
    line-height: 36px;
    padding: 0 17px;
  }
  .news-block {
    margin: 20px 0 0 0;
  }
  .news-block__item {
    padding: 24px 34px;
  }
  .news-block__date {
    letter-spacing: 0.9px;
  }
  .news-block__title {
    font-size: 18px;
    line-height: 20px;
    margin: 17px 0 26px;
  }
  .news-block__text {
    font-size: 14px;
    line-height: 20px;
  }
  .news-block__text h3 {
    font-size: 17px;
    padding-bottom: 12px;
  }
  .news-block__text p {
    padding-bottom: 10px;
  }
  .news-block__author-post {
    letter-spacing: -0.3px;
  }
  .news-block__img, .news-block__text-img {
    width: 172px;
  }
  .news-block__wrapper {
    margin-right: 208px;
  }
  .news-block__pagination-wrapper {
    width: 220px;
    margin: 27px 0 0px;
  }
  .news-block__pagination-wrapper ul li {
    margin-right: 18px;
  }
  .news-block__pagination-wrapper ul li a {
    font-size: 20px;
    font-family: Gotham-Light;
  }
  .news-block__pagination-wrapper ul:after {
    content: '';
    display: none;
    width: 100%;
  }
  .backto-link__top {
    margin: 56px 0 -9px;
  }
  .backto-link__bottom {
    padding: 17px 0 0 0;
    margin-top: 24px;
  }
  .banner-top {
    height: 120px;
  }
  .description {
    padding: 33px 30px 30px;
  }
  .description__block {
    font-size: 16px;
    padding-top: 17px;
    line-height: 16px;
    max-width: 498px;
    margin: auto;
  }
  .description__block br {
    display: none;
  }
  .description__btn {
    margin: 26px 0;
  }
  .main-subtitle {
    font-size: 30px;
  }
  .team__photo {
    width: 88px;
    height: 88px;
    margin-top: -7px;
  }
  .team__info {
    margin-left: 125px;
  }
  .team__info-name {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .team__info-post {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin: 6px 0 15px;
  }
  .team__block {
    margin-top: 13px;
    margin-bottom: -54px;
  }
  .team__item {
    padding: 25px 98px;
  }
  .divide {
    width: 120px;
    margin: 26px auto 0;
  }
  .investments {
    padding: 27px 0 0 0;
  }
  .main-h3 {
    font-size: 20px;
  }
  .investments__block {
    margin: 39px auto 0;
    max-width: 650px;
  }
  .investments__logo-holder {
    height: 62px;
  }
  /* add */
  .investments__logo-holder img {
    top: 50%;
  }
  /*add*/
  .investments__block .logo-holder {
    height: 62px;
  }
  .investments__block .logo-holder .investments__logo-holder {
    height: 31px;
  }
  /*.investments__block .logo-holder .investments__logo-holder:last-child {margin: 0 0 10px;}*/
  .investments__logo.rutaxi {
    top: 0;
  }
  .investments__logo.saturn {
    left: calc(50% + 1px);
    top: 0;
    transform: translate(-50%, 0px);
  }
  .investments__block .logo-holder .investments__logo-holder.rutaxi img {
    width: auto;
    height: 42px;
  }
  .investments__name {
    font-size: 14px;
    letter-spacing: -0.4px;
    margin-top: 0;
  }
  .investments__descr {
    font-size: 10px;
    letter-spacing: -0.3px;
    line-height: 1em;
  }
  .saturn-rutaxi .investments__descr {
    font-size: 10px;
  }
  .investments__item {
    min-height: 250px;
    -moz-box-shadow: 0px 1px 7px 4px #e9f2fa;
    -webkit-box-shadow: 0px 1px 7px 4px #e9f2fa;
    box-shadow: 0px 1px 7px 4px #e9f2fa;
  }
  .investments__block-bottom .investments__item:first-child, .investments__block-bottom .investments__item:left-child {
    margin: 0;
  }
  .saturn-rutaxi .investments__btn {
    bottom: 7px;
  }
  .investments__btn .investments__btn-coll:first-child {
    margin-bottom: 5px;
  }
  .investments__btn {
    bottom: 13px;
  }
  .investments__btn .btn {
    font-size: 10px;
  }
  .investments__btn .investments__btn-coll .btn.m-transparent {
    font-size: 10px;
    padding: 5px 10px;
  }
  .criteria__title {
    padding: 23px 0 1px;
  }
  .criteria__title-name {
    font-size: 28px;
  }
  .criteria__title-toggler {
    font-size: 12px;
  }
  .criteria__title-toggler i:after {
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -o-transition: 0ms;
    -ms-transition: 0ms;
    transition: 0ms;
  }
  .criteria__block-title {
    font-size: 16px;
    padding: 25px 0 20px;
  }
  .criteria__type {
    width: 200px;
    font-size: 16px;
  }
  .criteria__type i {
    margin-right: 10px;
  }
  .criteria__descr {
    margin-left: 220px;
  }
  .criteria__block {
    padding-bottom: 25px;
  }
  .criteria__block-item {
    padding: 20px 10px 15px;
  }
  .funds-block {
    margin: 36px auto;
    max-width: 590px;
  }
  .funds-block__name {
    width: 172px;
    font-size: 18px;
    line-height: 20px;
    padding: 28px 32px;
  }
  .funds-block__descr {
    margin-left: 172px;
    padding: 22px 60px 22px 0;
    font-size: 15px;
    letter-spacing: -0.7px;
    line-height: 17px;
  }
  .funds-block__item {
    min-height: 128px;
    height: auto;
    margin-bottom: 16px;
    -moz-box-shadow: 0px 1px 7px 4px #e9f2fa;
    -webkit-box-shadow: 0px 1px 7px 4px #e9f2fa;
    box-shadow: 0px 1px 7px 4px #e9f2fa;
  }
  .error-page__code {
    font-size: 65px;
    margin: 24px 0;
  }
  .error-page__label {
    font-size: 20px;
  }
  .error-page__causes {
    margin: 25px 0 20px;
  }
  .error-page__causes ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
    margin: 6px 0;
  }
  .error-page__causes ul li:before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
  .error-page__continue {
    margin-top: 26px;
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .section.home {
    height: 807px !important;
  }
  .section, .section__wrapper {
    height: 473px !important;
  }
  .title {
    margin-bottom: 4%;
  }
  .section__description {
    top: 19px;
  }
  .section.public-funds .section__graph {
    top: 60%;
    width: 100%;
  }
  .section.private-equity .section__graph {
    width: 100%;
  }
  .section.real-estate .section__graph {
    width: 54%;
  }
  .section.real-estate .section__description-text {
    width: 216px;
  }
  .section.wealth-management .section__graph {
    top: 66%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .partners__block {
    position: relative;
  }
  .partners__block-item.fl {
    float: left;
  }
  .partners__block-item.tr {
    position: absolute;
    right: 0;
    top: -148px
  }
  .partners__block.inner {
    margin: 0;
  }
  .partners__block-item {
    margin-bottom: 15px;
  }
  .partners__block-separator {
    margin-bottom: 40px;
  }
  .wrapper {
    padding: 0 12px;
  }
  .section, .section__wrapper {
    height: 320px !important;
  }
  .section.home, .section__wrapper.home {
    height: 640px !important;
  }
  .section.public-funds, .section__wrapper.public-funds {
    background-image: url(../img/pic_block_03_480@1x.png) !important;
    background-size: cover;
  }
  .section.private-equity, .section__wrapper.private-equity {
    background-image: url(../img/pic_block_04_480@1x.png) !important;
    background-size: cover;
  }
  .section.real-estate, .section__wrapper.real-estate {
    background-image: url(../img/pic_block_05_480.png) !important;
    background-size: cover;
  }
  .section.real-estate .section__description, .section__wrapper.real-estate .section__description {
    max-width: 260px;
    width: 260px;
  }
  .section.wealth-management, .section__wrapper.wealth-management {
    background-image: url(../img/pic_block_06_480.png) !important;
    background-size: cover;
  }
  .section__description {
    left: 23px;
    right: 14px;
  }
  .section__description-text {
    display: none;
  }
  .section__overlay {
    position: absolute;
    float: none;
    width: 296px;
    height: 178px;
    bottom: 21px;
    left: 12px;
    background: rgba(0, 51, 102, 0.9) !important;
    overflow: visible;
    border: none !important;
  }
  .section__overlay .title {
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    margin-bottom: 7px;
  }
  .section__overlay .title br {
    display: block;
  }
  .header, .header.m-mainpage {
    height: 70px;
    padding: 0 12px;
  }
  .header .logo, .header.m-mainpage .logo {
    width: 224px;
    height: 48px;
    top: 12px;
    left: 12px;
  }
  .header:after, .header.m-mainpage:after {
    left: 12px;
    right: 12px;
  }
  .mobile-menu {
    margin: 12px -4px 0 0;
    width: 42px;
    height: 42px;
  }
  .menu-full__close {
    margin: 15px 5px 0 0;
    width: 42px;
    height: 42px;
    background-size: 48%;
  }
  .menu-full__inner {
    margin: 90px auto;
    width: 302px;
  }
  .menu-full__inner-list li ul li>a {
    padding: 11px;
  }
  .title {
    font-size: 26px;
    max-width: 280px;
    margin: auto;
  }
  .main-block {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    top: 85px;
  }
  .main-block br {
    display: none;
  }
  .main-block__subtitle {
    font-size: 16px;
    max-width: 280px;
    margin: 20px auto 93px;
  }
  .main-block__benefits {
    font-size: 16px;
    position: static;
  }
  .main-block__benefits-item {
    width: 120px;
  }
  .main-block__benefits-item img {
    height: 46px;
    margin-bottom: 10px;
  }
  .main-block__benefits-item span {
    line-height: 1.4em;
  }
  .partners {
    padding: 5px 0;
  }
  .partners__block {
    margin: 0;
  }
  .partners__block-item {
    width: 50%;
  }
  .partners__block-item img, .partners__block.inner .partners__block-item img {
    width: 91px;
    margin: 5px auto;
  }
  .partners__block-name, .partners__block.inner .partners__block-name {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .partners__block-post, .partners__block.inner .partners__block-post {
    margin: 3px 0 5px;
    font-size: 12px;
  }
  .partners__btn {
    margin: 15px 0;
  }
  .news-preview {
    padding: 5px 0;
  }
  .news-preview__item {
    width: 48%;
  }
  .news-preview__item:last-child {
    display: none;
  }
  .news-preview__title-m {
    display: block;
  }
  .news-preview__item-single {
    border: none;
  }
  .news-preview__date {
    margin: 10px 0 15px;
  }
  .news-preview__title {
    font-size: 20px;
    line-height: 25px;
  }
  .news-preview__text {
    font-size: 14px;
    line-height: 22px;
  }
  .bx-wrapper .bx-pager {
    margin-bottom: 0;
  }
  .footer {
    padding: 30px 0 20px;
  }
  .footer__left {
    width: 100%;
  }
  .footer__center {
    max-width: 50%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__right {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
  }
  .footer__log-out {
    margin: 0;
  }
  .footer__contacts {
    margin-bottom: 21px;
  }
  .form-row {
    margin-bottom: 8px;
  }
  .footer__input {
    height: 48px !important;
    font-size: 18px !important;
  }
  .footer__logo-pri {
    margin-top: 30px;
  }
  .footer__copy {
    margin-top: 40px;
  }
  .footer .btn {
    font-size: 18px;
  }
  .type-page {
    width: auto;
  }
  .type-page br {
    display: block;
  }
  .main-title {
    font-size: 28px;
  }
  .inner-content {
    padding: 86px 0 30px !important;
  }
  .inner-content.m-team {
    padding-top: 8px !important;
  }
  .type-page__subtitle {
    font-size: 15px;
  }
  .form-field {
    margin-top: 13px !important;
    padding-right: 12px;
    padding-left: 12px;
  }
  .form-field__subtitle {
    padding: 10px 0;
    font-size: 15px;
  }
  .form-field__checkblock {
    margin: -28px 0 18px;
    border: none;
  }
  .form-field__checkblock-column {
    margin-top: 0;
    width: 100%;
    padding-right: 0;
  }
  .form-field__checkblock-item {
    margin-bottom: 32px;
  }
  .form-field__checkblock-item.m-subscribe {
    margin: 0;
  }
  .form-field__note {
    margin-bottom: 19px;
  }
  .form-field__item {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
  .form-field__item:last-child {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
  .form-field__row {
    margin-bottom: 0;
  }
  #recaptcha2-container, #recaptcha-register-container {
    margin-bottom: 15px;
  }
  .ufg-team .btn {
    float: none;
  }
  .ufg-team__contact {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  .form-field__submit {
    margin-top: -12px;
  }
  .f-control__select {
    min-height: 34px;
  }
  .f-control__checkbox {
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .f-control__label {
    margin-bottom: 5px;
    margin-top: -13px;
  }
  /*.login-popup__body, .error-popup__body, .forgot-popup__body {
    width: 300px;
    padding: 22px 26px 25px 30px;
  }*/
  .login-popup__close, .error-popup__close, .forgot-popup__close {
    width: 42px;
    height: 42px;
    background-size: 48%;
  }
  .investor-files {
    margin-top: 36px;
    padding-top: 12px;
    padding-right: 0;
    border-top: 1px solid #9eb9d3;
  }
  .investor-files__content {
    float: none;
    margin-top: 0;
    margin-left: -12px;
    margin-right: -12px;
    border: none;
  }
  .news-year {
    margin: 8px 0 12px;
  }
  .news-year:after {
    right: 8px;
    top: 9px;
  }
  .news-block__text-img {
    width: 150px;
  }
  .news-year__select {
    width: 80px;
    height: 30px;
    padding: 0 8px;
    line-height: 30px;
  }
  .news-block__item {
    padding-left: 0;
    padding-right: 0;
  }
  .news-block__img {
    width: 150px;
    margin: 0 0 25px 25px;
  }
  .news-block__wrapper {
    margin-right: 0;
  }
  .news-block__pagination-wrapper {
    padding: 0 10px;
    width: auto;
    margin-top: 11px;
  }
  .news-block__pagination-wrapper ul {
    text-align: justify;
    max-width: 450px;
    margin: auto;
  }
  .news-block__pagination-wrapper ul:after {
    display: inline-block;
  }
  .news-block__pagination-wrapper ul li a {
    font-size: 30px;
  }
  .backto-link__bottom {
    padding: 9px 0 0 0;
    margin-top: -13px;
  }
  .banner-top {
    height: 60px;
  }
  .head-strategy {
    padding-top: 70px;
  }
  .description {
    padding: 17px 0;
  }
  .description__block {
    font-size: 15px;
    padding-top: 11px;
    max-width: 1000px;
    margin: 0 7%;
  }
  .description__btn {
    margin: 11px 0;
  }
  .criteria__block-item {
    text-align: center;
  }
  .criteria__type {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0px auto 20px;
  }
  .criteria__descr {
    margin-left: 0;
  }
  .criteria__title {
    padding: 12px 0;
  }
  .criteria__title-holder {
    text-align: center;
  }
  .criteria__title-holder:after {
    display: none;
  }
  .criteria__title-name {
    width: 100%;
    margin-bottom: 6px;
  }
  .team__item {
    padding: 24px 0 16px 0;
  }
  .team__info {
    margin: 0 7%;
    text-align: center;
  }
  .team__photo {
    float: none;
    margin: -7px auto 10px;
  }
  .team__block {
    margin-top: 3px;
    margin-bottom: -23px;
  }
  .divide {
    margin-top: 12px;
  }
  .investments {
    padding: 11px 0 0 0;
    margin: 0 -23px;
  }
  .investments__item {
    width: 48.3%;
    min-height: 238px;
    margin-bottom: 12px;
  }
  .investments__block-bottom .investments__item:first-child, .investments__block-bottom .investments__item:last-child {
    margin: 0;
  }
  .investments__block {
    margin-top: 8px;
    max-width: 280px;
  }
  .investments__logo-holder {
    height: 65px;
  }
  .investments__name {
    margin-top: -8px;
  }
  .investments__descr {
    line-height: 10px;
  }
  .investments__btn {
    bottom: 25px;
  }
  .funds-block {
    max-width: 1000px;
  }
  .funds-block__item {
    text-align: center;
    min-height: 151px;
    margin-bottom: 10px;
  }
  .funds-block__name {
    float: none;
    width: 100%;
    padding: 22px 22px 0 22px;
  }
  .funds-block__name br {
    display: none;
  }
  .funds-block__descr {
    margin-left: 0;
    padding: 22px 15px;
  }
  .investments__logo.saturn {
    left: calc(50% + 1px);
    top: 0;
    transform: translate(-50%, 0px);
  }
}

@media screen and (max-width: 600px) {
  .main-block__benefits-item {
    width: 100px;
  }
  .main-block__benefits {
    font-size: 13px;
  }
}

@media screen and (max-width: 470px) {
  .partners__block-item.tr {
    top: -190px
  }
  .section, .section__wrapper {
    height: 480px !important;
  }
  .section.home, .section__wrapper.home {
    height: auto !important;
    min-height: 1130px;
  }
  .section.public-funds, .section__wrapper.public-funds {
    background-image: url(../img/pic_block_03@2x.png) !important;
    background-size: cover;
  }
  .section.private-equity, .section__wrapper.private-equity {
    background-image: url(../img/pic_block_04@2x.png) !important;
    background-size: cover;
  }
  .section.real-estate, .section__wrapper.real-estate {
    background-image: url(../img/pic_block_05@2x.png) !important;
    background-size: cover;
  }
  .section.wealth-management, .section__wrapper.wealth-management {
    background-image: url(../img/pic_block_06@2x.png) !important;
    background-size: cover;
  }
  .section__overlay {
    width: auto;
    right: 12px;
  }
  .section__overlay .title {
    font-size: 34px;
    margin-top: 6px;
  }
  .title {
    font-size: 28px;
    max-width: 292px;
    letter-spacing: -0.5px;
  }
  .main-block {
    top: 125px;
  }
  .main-block__subtitle {
    font-size: 19px;
    max-width: 312px;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
  }
  .main-block__benefits {
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    width: auto;
  }
  .main-block__benefits-item {
    display: block;
    margin: 47px auto 0 !important;
    width: 160px;
  }
  .main-block__benefits-item.full {
    width: 190px;
  }
  .partners {
    padding: 51px 0 10px;
  }
  .partners__title {
    margin-left: -10px;
    margin-right: -10px;
  }
  .partners__block {
    margin: 26px 0 0 0;
  }
  .partners__block-item {
    margin-bottom: 25px;
  }
  .partners__block-item img {
    width: 104px;
    margin-bottom: 16px;
  }
  .partners__block.inner .partners__block-item img {
    width: 104px;
    margin-bottom: 16px;
  }
  .partners__block-name, .partners__block.inner .partners__block-name {
    font-size: 15px;
    letter-spacing: -0.4px;
  }
  .partners__block-post, .partners__block.inner .partners__block-post {
    margin: 6px 0 5px;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .news-preview {
    padding: 27px 0 0;
  }
  .news-preview__title-m {
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .news-preview__item {
    width: 100% !important;
  }
  .news-preview__item:nth-child(2) {
    display: none;
  }
  .news-preview__date {
    margin: 24px 0 15px;
  }
  .bx-wrapper .bx-pager {
    margin-top: 15px;
  }
  .footer__title {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .footer__contacts {
    line-height: 22px;
    margin: 8px 0 30px;
  }
  .footer__right {
    margin-top: 17px;
  }
  .login-popup__inner, .error-popup__inner, .forgot-popup__inner, .login-popup__body, .error-popup__body, .forgot-popup__body {
    width: 100%;
  }
  .login-popup__body, .error-popup__body, .forgot-popup__body {
    padding: 22px 26px 25px 30px;
  }
  .login-popup__close, .error-popup__close, .forgot-popup__close {
    right: 0;
  }
}

@media screen and (max-width: 350px) {
  .news-block__img {
    width: 110px;
    margin: 0 0 15px 15px;
  }
}

/*# sourceMappingURL=styles.css.map */