/*---------- Index styles ----------*/
* {
  margin: 0;
  padding: 0;
}
header,
nav,
section,
article,
aside,
footer,
figcaption,
figure,
details,
hgroup {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #111;
  background: #333335;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
a {
  color: #004993;
  outline: none;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #004993;
  text-decoration: underline;
}
img {
  border: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 10px;
}
input,
textarea,
select {
  font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #111;
}
input {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.box-sizing {
  box-sizing: border-box;
}
h1 {
  font-size: 33.6px;
  font-weight: normal;
  line-height: 33.6px;
  padding-bottom: 13.33333333px;
}
h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
  padding-bottom: 13.33333333px;
}
h3 {
  font-size: 24.5px;
  font-weight: normal;
  line-height: 24.5px;
  padding-bottom: 13.33333333px;
}
h4 {
  font-size: 19.6px;
  font-weight: normal;
  line-height: 19.6px;
  padding-bottom: 10px;
}
h5 {
  font-size: 18.2px;
  font-weight: normal;
  line-height: 18.2px;
  padding-bottom: 10px;
}
h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom: 10px;
}
.b-about {
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
}
.b-about:after {
  display: block;
  clear: both;
  content: "";
}
.b-about h2 {
  padding-bottom: 40px;
  color: #0056a7;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}
.b-about__left {
  float: left;
  width: 700px;
}
.b-about__right {
  width: 290px;
  float: right;
}
.b-adout__items {
  margin-left: -30px;
  margin-top: 30px;
}
.b-adout__items:after {
  display: block;
  clear: both;
  content: "";
}
.b-about__items-item {
  float: left;
  background: #fff;
  width: 366px;
  margin-left: 30px;
  text-decoration: none;
  margin-bottom: 30px;
  transition: background 0.3s ease;
}
.b-about__items-item:hover {
  text-decoration: none;
  background: #0056a7;
  color: #fff;
}
.b-about__items-item:hover .b-about__items-item-title,
.b-about__items-item:hover .b-about__items-item-desc {
  color: #fff;
}
.b-about__items-item img {
  width: 100%;
}
.b-about__items-item-title {
  padding: 20px 30px 15px;
  font-size: 18px;
  color: #004993;
  display: block;
  text-decoration: none;
}
.b-about__items-item-desc {
  padding: 0 30px;
  height: 70px;
  padding-bottom: 20px;
  display: block;
  color: #000;
}
.b-about__banner {
  margin-bottom: 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
.b-about__banner:after {
  display: block;
  clear: both;
  content: "";
}
.b-about__banner img {
  float: left;
}
.b-about__banner-switch {
  width: 27px;
  height: 29px;
  top: 65px;
  right: 86px;
  position: absolute;
  background: url(../img/b-about__banner-switch.png) 0 0 no-repeat;
}
.b-about__banner-switch_active {
  background-position: 0 -29px;
}
.b-about__banner-text {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 135px;
}
.b-about__banner-text-delimiter {
  width: 1px;
  height: 159px;
  display: inline-block;
  vertical-align: middle;
}
.b-about__banner-text-content {
  width: 370px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 18px;
  font-weight: 100;
}
.b-about__show-items {
  margin-left: -50px;
  margin-bottom: 30px;
  display: none;
}
.b-about__show-items:after {
  display: block;
  clear: both;
  content: "";
}
.b-about__show-item {
  margin-left: 50px;
  width: 310px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.b-about__show-item_animated .b-about__show-name {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s ease-out 0.25s, transform 1s ease-out 0.25s;
}
.b-about__show-item_animated .b-about__show-desc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s ease-out 0.5s, transform 0.8s ease-out 0.5s;
}
.b-about__show-name {
  color: #004993;
  font-size: 18px;
  text-decoration: none;
  display: block;
  opacity: 0;
  transform: translate3d(0, 45px, 0);
  transition: opacity 0.5s, transform 0s 0.5s;
}
.b-about__show-name:hover {
  text-decoration: none;
}
.b-about__show-desc {
  margin-top: 15px;
  opacity: 0;
  transform: translate3d(0px, 40px, 0);
  transition: opacity 0.5s, transform 0s 0.5s;
}
.b-about__show-company {
  font-weight: 900;
}
.b-bisnes {
  padding: 50px;
}
.b-bisnes:after {
  clear: both;
  content: "";
  display: block;
}
.b-bisnes__left {
  width: 705px;
  float: left;
}
.b-bisnes__right {
  width: 270px;
  float: right;
}
.b-bisnes__item {
  padding: 0 0 40px;
}
.b-bisnes__item-title {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 23px;
}
.b-bisnes__item-logo:after {
  clear: both;
  content: "";
  display: block;
}
.b-bisnes__item-text {
  padding-bottom: 30px;
}
.b-bisnes__logo-item {
  float: left;
  text-align: center;
  width: 233px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-right: 1px solid #f2f2f2;
}
.b-bisnes__logo-item img {
  max-height: 65px;
  max-width: 90px;
}
.b-bisnes__logo-item:nth-child(4n-1) {
  border-right: none;
}
.b-bisnes__logo-delimiter {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.b-bisnes__info {
  border-top: 1px solid #f2f2f2;
}
.b-bisnes__info-item {
  border-bottom: 1px solid #f2f2f2;
  width: 270px;
  padding: 15px;
  display: block;
  text-decoration: none !important;
}
.b-bisnes__info-item:hover .b-bisnes__info-item-icon {
  background-position: 0 -55px;
}
.b-bisnes__info-item:hover .b-bisnes__info-item-text {
  color: #004993;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-icon_1 {
  background-position: -60px 0;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-icon_2 {
  background-position: -60px -55px;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-icon_3 {
  background-position: -60px -110px;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-icon_4 {
  background-position: -60px -165px;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-icon_5 {
  background-position: -60px -220px;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-icon_6 {
  background-position: -60px -275px;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-icon_7 {
  background-position: -60px -330px;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-icon_8 {
  background-position: -60px -385px;
}
.b-smart-anchors__navi-item-link_active .b-bisnes__info-item-text {
  color: #004993;
}
.b-bisnes__info-item-icon {
  background: url(../img/b-bisnes__info.png);
  width: 60px;
  height: 55px;
  background-size: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.b-bisnes__info-item-text {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  color: #999999;
  font-size: 16px;
  margin-left: 20px;
  line-height: 18px;
  padding-right: 0;
  text-decoration: none;
}
.b-bisnes__info-item-text:hover,
.b-bisnes__info-item-text:active,
.b-bisnes__info-item-text:visited,
.b-bisnes__info-item-text:focus {
  color: #999999;
  text-decoration: none;
}
.b-bisnes__info-item-icon_1 {
  background-position: 0 0;
}
.b-bisnes__info-item-icon_2 {
  background-position: 0 -55px;
}
.b-bisnes__info-item-icon_3 {
  background-position: 0 -110px;
}
.b-bisnes__info-item-icon_4 {
  background-position: 0 -165px;
}
.b-bisnes__info-item-icon_5 {
  background-position: 0 -220px;
}
.b-bisnes__info-item-icon_6 {
  background-position: 0 -275px;
}
.b-bisnes__info-item-icon_7 {
  background-position: 0 -330px;
}
.b-bisnes__info-item-icon_8 {
  background-position: 0 -385px;
}
.b-smart-anchors__navi_fixed {
  position: fixed;
  top: 130px;
  bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.b-smart-anchors__navi_fixed_bottom {
  bottom: 100px;
  position: absolute;
  top: inherit;
}
.b-btn {
  margin: 0 24px;
  height: 46px;
  display: inline-block;
  font-size: 14px;
  color: #004993;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding: 0 15px;
  line-height: 44px;
  margin-bottom: 25px;
  margin-top: 2px;
  background: url(../img/b-btn__line.png) repeat-x 0 0;
  box-sizing: border-box;
}
.b-btn:hover {
  text-decoration: none;
}
.b-btn .b-btn__left {
  width: 24px;
  height: 46px;
  background: url(../img/b-btn.png) 0 0 no-repeat;
  position: absolute;
  left: -24px;
  top: 0;
}
.b-btn .b-btn__right {
  width: 24px;
  height: 46px;
  background: url(../img/b-btn.png) 100% 0 no-repeat;
  position: absolute;
  right: -24px;
  top: 0;
}
.b-btn:hover {
  background: #004993;
  color: #fff;
}
.b-btn:hover .b-btn__left,
.b-btn:hover .b-btn__right {
  background-color: #004993;
}
.b-btn_center {
  text-align: center;
}
.b-btn__center-href {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -15px;
  float: left;
  width: 100%;
}
.b-btn__center-href_mc {
  margin-top: -20px;
  margin-bottom: 15px;
}
.b-contact {
  padding: 50px;
  position: relative;
}
#map {
  width: 100%;
  height: 600px;
  padding: 0;
  margin: 0;
}
.b-contact__info {
  position: absolute;
  top: 130px;
  left: 70px;
  right: 70px;
  background: #fff;
}
.b-contact__info {
  padding: 20px;
}
.b-contact__info:after {
  clear: both;
  display: block;
  content: "";
}
.b-contact__info-img {
  width: 300px;
  float: left;
  margin-right: 50px;
}
.b-contact__info-img img {
  width: 100%;
  float: left;
}
.b-contact__info-text {
  width: 600px;
  float: left;
}
.b-contact__info-text-title {
  color: #004993;
  font-size: 26px;
  line-height: 30px;
  padding: 20px 0;
}
.b-contact__info-text-item {
  padding-bottom: 5px;
  font-size: 14px;
}
.b-contact__info-text-item:after {
  clear: both;
  display: block;
  content: "";
}
.b-contact__info-text-item-label {
  float: left;
  color: #004993;
  width: 100px;
}
.b-contact__info-text-item-text {
  float: left;
  width: 350px;
}
.b-company {
  background: #1c2232;
}
.b-company__slides {
  position: relative;
  height: 130px;
}
.b-company__title {
  position: absolute;
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  display: block;
  transition: all 0.7s ease-in-out;
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.b-company__tab {
  background: white;
  display: none;
  padding-top: 20px;
  padding-left: 350px;
  position: relative;
}
.b-company__tab-info {
  width: 300px;
  position: absolute;
  left: 30px;
  top: 20px;
  bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 26px;
  line-height: 30px;
  color: #1c2232;
}
.b-company__title_active {
  opacity: 1;
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.b-company__title_hidden {
  opacity: 0;
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  transition: all 0.5s ease-in;
}
.b-company__items {
  text-align: center;
  min-height: 170px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.b-company__item-placeholder {
  width: 90px;
  height: 108px;
  margin: 0 20px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.b-company__item {
  width: 140px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 20px;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.6;
}
.b-company__item img {
  width: 90px;
}
.b-company__item:hover {
  opacity: 1;
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.b-company__item_animating {
  transition: all 0.15s ease-in-out;
}
.b-company__paging-item {
  background: url(/img/b-company__paging.png) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 10px;
}
.b-company__paging-item_active {
  background-position: 0 -15px;
}
.b-company__tabs {
  padding: 30px 15px 10px;
}
.b-company__tabs:after {
  clear: both;
  content: '';
  display: block;
}
.b-company__tabs-content {
  position: relative;
}
.b-company__tabs-item {
  float: left;
  color: #fff;
  height: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.b-company__tabs-item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-size: 40px;
  background: url(../img/b-company__tabs-item.png);
}
.b-company__tabs-item-text {
  display: inline-block;
  vertical-align: middle;
}
.b-company__tabs-item:hover {
  cursor: pointer;
}
.b-company__tabs-item.b-company__tabs-item_active .b-company__tabs-item-icon {
  background-position: 0 -40px;
}
.b-company__tabs-item.b-company__tabs-item_active .b-company__tabs-item-text {
  border-bottom: 1px solid #0099cc;
}
.b-company__tabs-item-icon_retina {
  display: none;
  background-size: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .b-company__tabs-item-icon_desktop {
    display: none;
  }
  .b-company__tabs-item-icon_retina {
    display: inline-block;
  }
}
.b-content {
  position: relative;
}
.b-content .b-wrapper {
  width: 100% !important;
}
.b-content__logo {
  height: 80px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.b-content__logo img {
  width: 200px;
  height: 80px;
}
.b-content__main {
  background: #fff;
  min-height: 360px;
}
.b-content__main:after {
  display: block;
  clear: both;
  content: "";
}
.b-content__main-bar {
  height: 60px;
  line-height: 60px;
  background: #f2f2f2;
  padding: 0 20px;
}
.b-content__context {
  background: #fff;
  margin-bottom: 30px;
}
.b-content__context:after {
  display: block;
  clear: both;
  content: "";
}
.b-content__breadcrumbs {
  float: left;
  width: 900px;
  overflow: hidden;
  height: 60px;
}
.b-content__breadcrumbs:after {
  display: block;
  clear: both;
  content: "";
}
.b-content__breadcrumbs-icon {
  background: url(../img/b-company__paging.png) no-repeat;
  background-position: 0 -15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.b-content__breadcrumbs-arrow {
  background: url("../img/b-content__breadcrumbs-arrow.png");
  width: 12px;
  height: 25px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.b-content__breadcrumbs-arrow:last-child {
  display: none;
}
.b-content__social {
  float: right;
}
.b-content__social-item {
  background: url(../img/b-content__social.png);
  width: 30px;
  height: 25px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.b-content__social-item:hover.b-content__social-item_tw {
  background-position: -30px 0;
}
.b-content__social-item:hover.b-content__social-item_fb {
  background-position: -30px -25px;
}
.b-content__social-item:hover.b-content__social-item_ig {
  background-position: -30px -50px;
}
.b-content__social-item:hover.b-content__social-item_yt {
  background-position: -30px -75px;
}
.b-content__social-item:hover.b-content__social-item_vk {
  background-position: -30px -100px;
}
.b-content__social_white {
  margin-top: -20px;
  padding-bottom: 25px;
  margin-right: -20px;
}
.b-content__social-item_tw {
  background-position: 0 0;
}
.b-content__social-item_fb {
  background-position: 0 -25px;
}
.b-content__social-item_ig {
  background-position: 0 -50px;
}
.b-content__social-item_yt {
  background-position: 0 -75px;
}
.b-content__social-item_vk {
  background-position: 0 -100px;
}
.b-content__main-text {
  padding: 70px 50px 50px;
  width: 705px;
  float: left;
}
.b-content__main-title {
  font-size: 60px;
  color: #004993;
  line-height: 62px;
  display: block;
  margin-bottom: 30px;
}
.b-content__main-logo {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 70px 25px 0 50px;
  width: 705px;
  float: left;
}
.b-content__main-logo img {
  display: block;
  margin-bottom: 45px;
  max-width: 240px;
  max-height: 180px;
}
.b-content__info {
  float: right;
  padding-left: 24px;
  width: 280px;
  margin-top: 65px;
  border-left: 1px solid #f2f2f2;
  margin-bottom: 60px;
}
.b-content__info_about {
  border-left: none;
}
.b-content__info_about .b-content__info-item {
  border-top: 1px solid #f2f2f2;
  width: 255px;
}
.b-content__info_about .b-content__info-item:first-child {
  border-top: none;
}
.b-content__info_about .b-content__info-item-icon {
  background: url(../img/b-content__info_2.png);
  width: 38px;
  height: 38px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.b-content__info_about .b-content__info-item-number {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  color: #004993;
  font-size: 20px;
  text-align: right;
}
.b-content__info_about .b-content__info-item-text {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  color: #004993;
  font-size: 16px;
  line-height: 18px;
  padding: 3px 0 0 25px;
}
.b-content__info_about .b-content__info-item-icon_1 {
  background-position: 0 0;
}
.b-content__info_about .b-content__info-item-icon_2 {
  background-position: 0 -38px;
}
.b-content__info_about .b-content__info-item-icon_3 {
  background-position: 0 -76px;
}
.b-content__info_about .b-content__info-item-icon_4 {
  background-position: 0 -114px;
}
.b-content__info_about .b-content__info-item-icon_5 {
  background-position: 0 -152px;
}
.b-content__info_about .b-content__info-item-icon_6 {
  background-position: 0 -190px;
}
.b-content__info_about .b-content__info-item-icon_7 {
  background-position: 0 -228px;
}
.b-content__info_about .b-content__info-item-icon_8 {
  background-position: 0 -266px;
}
.b-content__info-item {
  padding: 10px 0;
}
.b-content__info-item:after {
  display: block;
  clear: both;
  content: "";
}
.b-content__info-item-icon {
  background: url(../img/b-content__info.png);
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.b-content__info-item-icon_lp {
  background-position: 0 0;
}
.b-content__info-item-icon_mp {
  background-position: 0 -35px;
}
.b-content__info-item-icon_pl {
  background-position: 0 -70px;
}
.b-content__info-item-icon_hm {
  background-position: 0 -70px;
}
.b-content__info-item-icon_us {
  background-position: 0 -112px;
}
.b-content__info-item-text {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 12px 25px;
  color: #333333;
  line-height: 16px;
  margin-top: -3px;
}
.b-content__info-item-text_manager {
  width: 200px;
}
.b-content__manager {
  padding: 50px;
  background: #fff;
}
.b-content__manager:after {
  display: block;
  clear: both;
  content: "";
}
.b-content__manager-img {
  float: left;
  width: 340px;
}
.b-content__manager-img img {
  width: 300px;
}
.b-content__manager-info {
  width: 520px;
  float: left;
}
.b-content__manager-info h3 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
}
.b-content__manager-info ul li {
  margin-left: 20px;
}
.b-content__manager-title {
  font-size: 52px;
  color: #004993;
  line-height: 54px;
}
.b-content__manager-post {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 20px;
}
.b-content__manager-list {
  margin-left: -40px;
}
.b-content__manager-list:after {
  clear: both;
  display: block;
  content: '';
}
.b-content__manager-list-item {
  width: 510px;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
  background: #f7f7f7;
}
.b-content__manager-list-item:hover {
  background: #004993;
}
.b-content__manager-list-item:hover .b-content__manager-list-item_name,
.b-content__manager-list-item:hover .b-content__manager-list-item_post {
  color: #fff;
}
.b-content__manager-list-item:after {
  display: block;
  content: "";
  clear: both;
}
.b-content__manager-list-item_img {
  width: 160px;
  height: 183px;
  overflow: hidden;
  float: left;
  background: #f0f0f0;
}
.b-content__manager-list-item_img img {
  width: 160px;
  float: left;
}
.b-content__manager-list-item_name {
  font-size: 30px;
  line-height: 32px;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  text-decoration: none;
}
.b-content__manager-list-item_post {
  font-size: 16px;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  width: 240px;
  height: 60px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
.b-content__manager-list_title {
  margin-bottom: 30px;
  position: relative;
  color: #0056a7;
}
.b-content__manager-list_title:after {
  display: block;
  clear: both;
  content: "";
}
.b-content__manager-list_title-switch {
  height: 46px;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  padding: 0 35px 0 15px;
  line-height: 44px;
  margin-bottom: 25px;
  margin-top: 2px;
  border-top: 1px solid #004993;
  border-bottom: 1px solid #004993;
  box-sizing: border-box;
}
.b-content__manager-list_title-switch .b-content__manager-list_title-switch-left {
  width: 23px;
  height: 46px;
  background: url(../img/b-content__manager-list_title-switch.png) 0 0 no-repeat;
  position: absolute;
  left: -23px;
  top: -1px;
}
.b-content__manager-list_title-switch .b-content__manager-list_title-switch-right {
  width: 46px;
  height: 46px;
  background: url(../img/b-content__manager-list_title-switch.png) 100% 100% no-repeat;
  position: absolute;
  right: -23px;
  top: -1px;
  font-size: 24px;
  font-family: Myriad Pro;
  font-weight: 100;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.b-content__news-inner {
  padding: 50px 170px;
  min-height: 400px;
}
.b-content__news-inner p {
  margin-bottom: 25px;
}
.b-content__news-inner img {
  width: 100%;
}
.b-content__news-inner h3 {
  margin-bottom: 10px;
  font-size: 21px;
}
.b-content__news-inner table {
  margin-bottom: 25px;
}
.b-content__news-inner table th {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.b-content__news-inner table th,
.b-content__news-inner table td {
  padding: 12px;
  text-align: center;
}
.b-content__news-inner table tr:nth-child(2n+1) td {
  background: #f2f2f2;
}
.b-content__news-inner:after {
  display: block;
  clear: both;
  content: "";
}
.b-content__news-inner-social {
  float: right;
}
.b-content__news-inner-date {
  float: left;
  color: #004993;
  font-size: 16px;
  padding-top: 5px;
}
.b-content__news-inner-title {
  margin-bottom: 20px;
  color: #004993;
  font-size: 32px;
  line-height: 36px;
}
.b-content__news-inner-head {
  margin-bottom: 25px;
}
.b-content__news-inner-head:after {
  display: block;
  clear: both;
  content: "";
}
.b-content__news-inner-asset {
  font-size: 12px;
  line-height: 14px;
  width: 500px;
  font-style: italic;
  font-family: Georgia, serif;
}
.b-content__news-inner-hr {
  background: url(../img/b-content__news-inner-hr.png) no-repeat 50% 50%;
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
}
.b-content__about-inner {
  background: #fff;
}
.b-content__about-inner .b-about {
  margin-bottom: 0;
  padding: 0;
}
.b-content__social_company {
  width: 310px;
}
.b-error404 {
  position: absolute;
  top: 100px;
  bottom: 215px;
  left: 0;
  right: 0;
  background: #1a2639 url(../img/b-error404.jpg) 50% 50%;
  z-index: 1;
}
.b-error404__content {
  width: 550px;
  height: 100px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -50px;
  box-sizing: border-box;
}
.b-error404__title {
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  padding-bottom: 24px;
}
.b-error404__text {
  color: #fff;
  font-size: 16px;
}
.b-error404__text a {
  color: #fff;
  text-decoration: underline;
}
.b-error404__text a:hover {
  text-decoration: none;
}
.b-error404__number {
  font-size: 120px;
  color: #fff;
  float: left;
  width: 250px;
  height: 100px;
  line-height: 100px;
}
.b-filter {
  padding-bottom: 25px;
}
.b-filter__item {
  padding-bottom: 10px;
}
.b-filter__item:after {
  content: "";
  clear: both;
  display: block;
}
.b-filter__item-select {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.b-filter__item-select select {
  width: 100%;
  line-height: 29px;
  cursor: pointer;
  padding: 0 12px;
  border: 1px solid #0056a7;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background: url(../img/b-filter__item-select.png) no-repeat 100% 50%;
}
.b-filter__item-select_month {
  width: 191px;
  margin-right: 18px;
}
.b-filter__item-select_day {
  width: 96px;
}
.b-filter__pseudo-select {
  width: 100%;
  border: none;
  height: 29px;
  /* Меньше, чем рисованная "кнопочка" на ширину нужного border'а */
  background: none;
  /* Через прозрачный фон будет видно кнопку */
  outline: none;
  color: #333;
  position: relative;
}
.b-filter__pseudo-select:after {
  content: "";
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #004993;
  pointer-events: none;
}
.b-filter__pseudo-select * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-filter__pseudo-select ul {
  position: relative;
  list-style: none;
  padding: 0 !important;
}
.b-filter__pseudo-select li {
  cursor: pointer;
  line-height: 22px;
}
.b-filter__pseudo-select.open_list {
  z-index: 10;
}
.b-filter__pseudo-select select {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-list {
  padding: 7px 20px 7px 12px;
  position: absolute;
  left: 0;
  margin-top: -1px;
  border: 1px solid #0056a7;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.custom-text {
  width: 100%;
  line-height: 29px;
  cursor: pointer;
  padding: 0px 12px;
  display: inline-block;
  border: 1px solid #0056a7;
  box-sizing: border-box;
}
.select-list .selected,
.select-list li:hover {
  color: #0056a7;
}
.custom-scroll {
  overflow: hidden;
}
.select-scroll {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 6px;
  z-index: 2;
}
.scroll-drag {
  position: absolute;
  display: block;
  top: 0;
  width: 6px;
  background-color: #0056a7;
  border-radius: 3px;
}
.b-footer {
  background: #0099cc;
  padding: 50px 0;
  font-weight: 300;
  min-height: 115px;
  position: relative;
}
.b-footer .b-wrapper {
  position: relative;
  width: 960px;
}
.b-footer__social {
  width: 220px;
  position: absolute;
  top: 50px;
  left: 60px;
}
.b-footer__social-item {
  width: 22px;
  height: 16px;
  margin-right: 30px;
  background: url(../img/b-footer__social.png);
  float: left;
}
.b-footer__social-item_tw {
  background-position: 0 0;
}
.b-footer__social-item_fb {
  background-position: 0 -16px;
}
.b-footer__social-item_em {
  background-position: 0 -32px;
}
.b-footer__section {
  width: 150px;
  margin-left: 30px;
  float: left;
  font-size: 11px;
  line-height: 19px;
  color: #dde3ec;
}
.b-footer__section a {
  color: #dde3ec;
}
.b-footer__section .b-footer__section-title {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
}
.b-footer__section .b-footer__section-title:hover {
  text-decoration: none;
}
.b-footer__center {
  position: absolute;
  top: 50px;
  width: 600px;
  left: 50%;
  margin-left: -275px;
}
.b-footer__section_last {
  width: 170px;
  position: absolute;
  top: 50px;
  right: 60px;
}
.b-footer__copyright {
  width: 170px;
  font-size: 11px;
  line-height: 13px;
  color: #dde3ec;
  position: absolute;
  left: 60px;
  top: 85px;
  text-align: left;
}
.b-footer__link {
  color: #dde3ec;
}
.b-footer__link:hover {
  color: #dde3ec;
}
.b-footer_404 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.b-header {
  top: 0;
  position: fixed;
  z-index: 999;
  left: 60px;
  right: 60px;
  background: #1c2232;
  min-width: 1160px;
}
.b-header .b-wrapper {
  max-width: 1160px;
  width: auto !important;
}
.b-header .b-header__menu-drop {
  padding: 20px 60px;
}
.b-header .b-header__menu-drop .b-wrapper {
  min-width: auto;
}
.b-header .b-header__menu-drop .b-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.b-header__name {
  background: url(../img/b-header__name.png) no-repeat 0 8px;
  width: 250px;
  height: 50px;
  float: left;
  margin: 25px 0 !important;
  display: block;
}
.b-header__name_en {
  background: url(../img/b-header__name.png) no-repeat 0 8px;
  width: 250px;
  height: 50px;
  float: left;
  margin: 25px 0 !important;
  display: block;
  background: url(../img/b-header__name_eng.png) no-repeat 0 8px;
}
.b-header__author {
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 20px 0;
}
.b-header__menu {
  position: relative;
}
.b-header__menu:after {
  clear: both;
  display: block;
  content: "";
}
.b-header__menu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
}
.b-header__menu a:hover {
  color: #fff;
}
.b-header__menu a.active {
  font-weight: 400;
}
.b-header__search {
  width: 21px;
  height: 100px;
  background: url(../img/b-header__search.png) no-repeat 50% 50%;
  vertical-align: top;
}
.b-header__menu-left {
  width: 260px;
  height: 100px;
  float: left;
}
.b-header__menu-right {
  height: 100px;
  float: right;
}
.b-header__menu-right a {
  font-size: 14px;
  height: 100px;
  line-height: 100px;
  text-transform: uppercase;
  float: right;
  padding-left: 24px;
  padding-right: 0 !important;
}
.b-header__menu-right a:hover {
  text-decoration: none;
}
.b-header__menu-right_lang {
  margin-right: 0 !important;
}
.b-header__menu-center {
  height: 100px;
  float: right;
  font-size: 0;
}
.b-header__menu-center .b-header__menu-link {
  position: relative;
  height: 100px;
  line-height: 100px;
  margin: 0;
  padding: 0 25px;
  vertical-align: middle;
  font-weight: 500;
  transition: background 0.3s ease;
}
.b-header__menu-center .b-header__menu-link:hover,
.b-header__menu-center .b-header__menu-link.b-header__menu-link_hover {
  background: #0099cc;
  text-decoration: none;
}
.b-header__menu-drop,
.b-header__menu-drop-search {
  position: absolute;
  left: 0;
  right: 0;
  background: #0099cc;
  display: none;
  padding: 20px 0;
  z-index: 999;
}
.b-header__menu-drop .b-wrapper,
.b-header__menu-drop-search .b-wrapper {
  position: relative;
  text-align: center;
}
.b-header__menu-drop .b-wrapper > a,
.b-header__menu-drop-search .b-wrapper > a {
  padding: 0 35px;
  font-weight: 500;
}
.b-header__menu-drop .b-wrapper a,
.b-header__menu-drop-search .b-wrapper a {
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 300;
  color: #a2defc;
}
.b-header__menu-drop .b-wrapper a:hover,
.b-header__menu-drop-search .b-wrapper a:hover {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.b-header__menu-drop-column {
  width: 25%;
  float: left;
}
.b-header__menu-drop .b-header__menu-drop-item .b-header__menu-drop-title {
  padding-bottom: 10px !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.b-header__menu-drop-item {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left;
}
.b-header__menu-drop-item a {
  display: block;
  margin: 2px 0 !important;
  color: #a2defc;
  font-size: 15px;
  padding: 0 !important;
  font-weight: 500;
}
.b-header__menu-drop-item a:hover {
  text-decoration: none;
}
.b-header__menu-drop-close {
  background: url(../img/b-header__menu-drop-close.png);
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
}
.b-header__menu-link_active {
  background: rgba(0, 153, 204, 0.4);
}
.b-infographica {
  border-bottom: 2px solid #d4d5d8;
}
.b-infographica .b-wrapper {
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
}
.b-infographica .b-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.b-infographica.b-infographica_3 .b-infographica__item {
  width: 33%;
}
.b-infographica.b-infographica_2 .b-infographica__item {
  width: 50%;
}
.b-infographica.b-infographica_2 .b-infographica__item-img {
  float: left;
  margin-right: 30px;
  margin-top: -20px;
}
.b-infographica.b-infographica_2 .b-infographica__item-title {
  padding-bottom: 5px;
}
.b-infographica.b-infographica_2 .b-infographica__item-text {
  padding-bottom: 0;
}
.b-infographica__item {
  width: 25%;
  float: left;
}
.b-infographica__item_last {
  width: 190px;
}
.b-infographica__item-icon {
  width: 100px;
  height: 100px;
  background: url(../img/b-infographica__item-icon.png);
}
.b-infographica__item-icon_cl {
  background-position: 0 0;
}
.b-infographica__item-icon_cl2 {
  background-position: 0 -300px;
}
.b-infographica__item-icon_sp {
  background-position: 0 -100px;
}
.b-infographica__item-icon_tl {
  background-position: 0 -200px;
}
.b-infographica__item-title {
  color: #0056a7;
  font-size: 40px;
  line-height: 42px;
  padding: 15px 0;
  font-weight: 300;
  opacity: 0;
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  transition: opacity 2s ease-out 0.5s, transform 1.2s ease-out 0.5s;
}
.b-infographica__item-text {
  font-size: 13px;
  color: #0056a7;
  line-height: 16px;
  padding-right: 40px;
  height: 48px;
  overflow: hidden;
  padding-bottom: 20px;
  opacity: 0;
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  transition: opacity 2s ease-out 1s, transform 1s ease-out 1s;
}
.b-infographica__item-info {
  font-size: 11px;
  color: #999;
  line-height: 14px;
  padding-right: 40px;
  opacity: 0;
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  transition: opacity 2s ease-out 1s, transform 1s ease-out 1s;
}
.b-infographica__item-img {
  opacity: 0;
  transition: opacity 2s ease-out, transform 1.5s ease-out;
  -ms-transform: scale(0.5) translate(-14%, 0px);
  transform: scale(0.5) translate(-14%, 0px);
  width: 145px;
  height: 105px;
}
.b-infographica__item-img img {
  border: none;
  max-width: 100%;
  max-height: 100%;
}
.b-infographica__item_animated .b-infographica__item-title {
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.b-infographica__item_animated .b-infographica__item-text {
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.b-infographica__item_animated .b-infographica__item-info {
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.b-infographica__item_animated .b-infographica__item-img {
  opacity: 1;
  -ms-transform: scale(1) translate(0%, 0px);
  transform: scale(1) translate(0%, 0px);
}
.b-mediacenter {
  padding: 50px;
  padding-bottom: 0;
}
.b-mediacenter:after {
  clear: both;
  display: block;
  content: "";
}
.b-mediacenter__title {
  color: #004993;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
}
.b-mediacenter__left {
  width: 705px;
  float: left;
}
.b-mediacenter__left img {
  width: 100%;
}
.b-mediacenter__right {
  width: 305px;
  float: right;
}
.b-mediacenter__right .b-news__item {
  width: 305px;
  height: 205px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.b-mediacenter__right .b-news__item-desc {
  width: 260px;
  max-height: 120px;
}
.b-mediacenter__title-inner {
  color: #004993;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
}
.b-mediacenter__info {
  background: #d9e6f2;
  padding: 25px 35px;
}
.b-mediacenter__info:after {
  clear: both;
  display: block;
  content: "";
}
.b-mediacenter__info-block {
  float: left;
  margin-left: 20px;
}
.b-mediacenter__news {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.b-mediacenter__news .b-content__social {
  margin-top: 12px;
}
.b-mediacenter__news-date {
  font-size: 16px;
  color: #004993;
}
.b-mediacenter__news-title {
  color: #333333;
  font-size: 26px;
  line-height: 30px;
  margin: 10px 0 20px;
}
.b-mediacenter__news-text {
  padding-bottom: 10px;
}
.b-multimedia {
  padding: 50px;
}
.b-multimedia__list {
  margin-left: -40px;
  font-size: 0;
}
.b-multimedia__list:after {
  clear: both;
  content: '';
  display: block;
}
.b-multimedia__list-item {
  margin-left: 40px;
  width: 325px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  transition: background 0.3s ease;
}
.b-multimedia__list-item:hover {
  text-decoration: none;
}
.b-multimedia__list-item:hover .b-multimedia__list-item-info-date,
.b-multimedia__list-item:hover .b-multimedia__list-item-name {
  opacity: 0.8;
  text-decoration: none;
}
.b-multimedia__list-item-img {
  width: 100%;
  display: block;
  height: 210px;
  position: relative;
  overflow: hidden;
}
.b-multimedia__list-item-img:after {
  clear: both;
  content: '';
  display: block;
}
.b-multimedia__list-item-img img {
  max-width: 100%;
  max-height: 100%;
  float: left;
  width: 100%;
}
.b-multimedia__list-item-img .b-multimedia__list-item-checkbox {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.b-multimedia__list-item-info {
  margin-top: 15px;
  margin-bottom: 10px;
}
.b-multimedia__list-item-info:after {
  clear: both;
  content: '';
  display: block;
}
.b-multimedia__list-item-info-date {
  float: left;
  height: 16px;
  line-height: 16px;
  color: #bababa;
  font-size: 14px;
  margin-right: 14px;
  text-decoration: none;
}
.b-multimedia__list-item-info-date:hover {
  color: #bababa;
}
.b-multimedia__list-item-info-icon {
  width: 22px;
  height: 16px;
  background: url(../img/b-multimedia__list-item-info-icon.png) repeat;
  float: left;
  margin-right: 7px;
}
.b-multimedia__list-item-info-icon_video {
  background-position: -22px 0;
}
.b-multimedia__list-item-name {
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
}
.b-multimedia__bar {
  padding: 10px 0;
  margin-top: -20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
.b-multimedia__bar-date {
  display: inline-block;
  vertical-align: middle;
  color: #1270b3;
}
.b-multimedia__bar-all {
  display: inline-block;
  vertical-align: top;
  margin-left: 45px;
  background: url(../img/b-multimedia__bar-all.png) 0 0 no-repeat;
  padding-left: 22px;
  height: 18px;
}
.b-multimedia__bar-all_active {
  background-position: 0 -18px;
}
.b-multimedia__bar-download {
  display: inline-block;
  vertical-align: top;
  margin-left: 45px;
  background: url(../img/b-multimedia__bar-download.png) 0 50% no-repeat;
  padding-left: 22px;
  height: 18px;
}
.b-multimedia__list-item-container {
  display: inline-block;
  vertical-align: top;
}
.b-multimedia__list-item_inner {
  height: 200px;
}
.b-multimedia__list-item-option {
  background: #f2f2f2;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
}
.b-multimedia__list-item-option:before {
  clear: both;
  display: block;
  content: '';
}
.b-multimedia__list-item-option-text {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333333;
  width: 220px;
  padding-left: 10px;
}
.b-multimedia__video-container {
  width: 100%;
  height: 185px;
}
.b-multimedia__attachment {
  display: block;
  height: 200px;
  background: url(../img/b-multimedia__attachment.jpg) no-repeat;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.fancybox-close {
  background-image: url('../img/b-fancybox__close.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/b-fancybox__loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  z-index: 8040;
}
.fancybox-prev {
  left: -152px;
}
.fancybox-next {
  right: -152px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 25px;
  margin-top: -18px;
  cursor: pointer;
  visibility: visible !important;
  z-index: 8040;
}
.fancybox-prev span {
  left: 110px;
  background: url(../img/b-fancybox__next.png);
  background-position: 0 0;
}
.fancybox-next span {
  right: 110px;
  background: url(../img/b-fancybox__next.png);
  background-position: 12px 0;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 8050;
  margin-bottom: -28px;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.b-multimedia__list-item-frame {
  position: relative;
  z-index: 9999;
}
.b-news {
  background: #1c2232;
  color: #fff;
}
.b-news__scroller {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 205px;
  z-index: 3;
  display: none;
}
.b-news__arrow {
  position: absolute;
  width: 22px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background: url(../img/b-slider__navi.png) no-repeat;
}
.b-news__arrow_left {
  left: 20px;
}
.b-news__arrow_right {
  right: 20px;
  background-position: -22px 0;
}
.b-news__left_scroller {
  display: none;
  left: 0;
  top: 0;
}
.b-news__right_scroller {
  right: 0;
  top: 0;
}
.b-news__title {
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  display: block;
  width: 700px;
  max-height: 150px;
  overflow: hidden;
  padding: 0;
  margin: 30px auto 50px;
}
.b-news__items {
  width: 100%;
  overflow: hidden;
  height: 199px;
}
.b-news__items:before {
  clear: both;
  display: block;
  content: "";
}
.b-news__items_simple {
  height: 140px;
}
.b-news__item {
  width: 305px;
  background-repeat: no-repeat !important;
  height: 199px;
  float: left;
  overflow: hidden;
  background: #00334e;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease;
  box-sizing: border-box;
}
.b-news__item:last-child {
  margin-right: 0;
}
.secondline .b-news__right_scroller {
  top: 1px;
  height: 138px !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #1c2232 60%);
  border-right: 1px solid #0099cc;
}
.secondline .b-news__left_scroller {
  top: 1px;
  height: 138px !important;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #1c2232 60%);
  border-left: 1px solid #0099cc;
}
.b-news__item-desc_toplane {
  border-left: 10px solid #0764bb !important;
  margin-left: 5px;
}
.b-news__item-desc_toplane .b-news__item-desc_toplane_background {
  display: inline;
  background: #0764bb;
}
.b-news__item-desc_toplane .b-news__item-desc_toplane_offset {
  position: relative;
  left: -5px;
}
.b-news_home .b-news__item {
  margin-right: 0;
}
.b-news_home .firstline .b-scroller__content .b-news__item-filter {
  position: absolute !important;
  opacity: 0.9;
}
.b-news_home .firstline .b-scroller__content .b-news__item-filter_color {
  background: #1c2232;
}
.b-news__item-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.b-news__item-filter:hover {
  opacity: 0.9;
}
.b-news__item-filter_color {
  background: #1c2232;
}
.b-news__item-date {
  color: #fff;
  font-size: 13px;
  text-transform: none;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.b-news__item-desc {
  color: #fff;
  position: absolute;
  left: 5px;
  top: 15px;
  width: 270px;
  font-size: 15px;
  display: block;
  z-index: 2;
  border-left: 10px solid transparent;
}
.b-news__item_simple {
  width: 320px;
  height: 170px;
  background: #e2e2e2;
}
.b-news__item_simple .b-news__item-date,
.b-news__item_simple .b-news__item-desc {
  color: #0056a7;
  width: 280px;
}
.b-news__item_simple .b-news__item-link {
  background-position: 0 -21px;
}
.b-news__item_simple:hover {
  background: #0056a7;
}
.b-news__item_simple:hover .b-news__item-date,
.b-news__item_simple:hover .b-news__item-desc {
  color: #f2f2f2;
}
.b-news__item_simple:hover .b-news__item-link {
  background-position: 0 0;
}
.b-news__item-link {
  background: url(../img/b-news__item-link.png);
  width: 21px;
  height: 21px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.b-news .b-news__item_simple {
  background: #1c2232;
  box-sizing: border-box;
  border: 1px solid #0099cc;
  border-left: 0;
  border-bottom: 1px solid #33add6;
  height: 140px;
}
.b-news .b-news__item_simple:first-child {
  border-left: 1px solid #0099cc;
}
.b-news .b-news__item_simple:hover {
  background: #0099cc;
}
.b-news .b-news__item_simple:hover .b-news__item-date {
  color: #fff;
}
.b-news .b-news__item_simple .b-news__item-desc {
  color: #fff;
  top: 20px;
  bottom: auto;
}
.b-news .b-news__item_simple .b-news__item-date {
  bottom: 20px;
  top: inherit;
  color: #5e677e;
  text-transform: none;
  font-size: 13px;
}
.b-page {
  max-width: 1280px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 60px;
  background: #1c2232;
  box-sizing: border-box;
}
.b-page.b-page_home {
  max-width: 1920px;
}
.b-page.b-page_home .b-wrapper {
  max-width: 1800px !important;
}
.b-page:after {
  clear: both;
  content: '';
  display: block;
}
.b-page h2 {
  color: #004993;
  margin-bottom: 15px;
}
.b-page ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
.b-page__background {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.b-page__wrapper {
  width: 100%;
  float: left;
}
blockquote {
  font-style: italic;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 16px;
}
blockquote:before,
blockquote:after {
  background: url(../img/b-content__news-inner-hr.png) no-repeat 50% 50%;
  width: 100%;
  height: 30px;
  content: "";
  margin: 25px 0;
  display: block;
}
.b-page__background-fade {
  background: #004993;
}
.b-page__background-fade:after {
  clear: both;
  display: block;
  content: "";
}
.b-page__background-stub {
  height: 100px;
}
html {
  min-width: 1280px;
}
@media (max-width: 1285px) {
  .b-page_home .b-header {
    position: absolute;
  }
}
.b-scroll__trigger {
  clear: both;
  text-align: center;
  cursor: pointer;
}
.b-scroll__spinner {
  clear: both;
  text-align: center;
}
.b-scroller {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.b-scroller__content {
  position: relative;
}
.b-search__icon {
  background: url(../img/b-search__icon.png);
  width: 34px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.b-search__input {
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  color: #fff;
  background: none;
  font-size: 24px;
  width: 800px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}
input.b-search__input::-webkit-input-placeholder {
  color: #33add6;
}
input.b-search__input:-moz-placeholder {
  color: #33add6;
}
.b-search__page-item {
  padding: 30px 50px;
  border-bottom: 1px solid #f2f2f2;
}
.b-search__page-item:hover {
  background: #eaf2ff;
}
.b-search__page-item-title {
  font-size: 32px;
  line-height: 43px;
  color: #004993;
  padding-bottom: 10px;
  display: block;
  text-decoration: none !important;
}
.b-search__page-item-title:active,
.b-search__page-item-title:hover {
  text-decoration: none;
}
.b-search__page-item-date {
  font-size: 12px;
  color: #004993;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.b-search__page-bar {
  padding: 30px 50px;
}
.b-search__page-bar:after {
  clear: both;
  display: block;
  content: "";
}
.b-search__page-bar-current {
  font-size: 16px;
  color: #999999;
  float: left;
}
.b-search__page-bar-current_active {
  color: #004993;
}
.b-search__page-bar-paging {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-search__page-bar-paging-item {
  font-size: 16px;
  color: #999999;
  line-height: 19px;
  float: left;
  margin-left: 35px;
}
.b-search__page-bar-paging-item_active {
  color: #004993;
}
.b-search__page-bar-paging-item_prev {
  border-right: 6px solid #999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: block;
  margin-top: 4px;
}
.b-search__page-bar-paging-item_next {
  border-left: 6px solid #999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: block;
  margin-top: 4px;
}
.b-header__menu-link_search,
.b-header__menu-drop-search {
  z-index: 999;
}
.b-header__menu-drop-search_overflow {
  z-index: 998;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.b-header__menu-drop_overflow {
  z-index: 998;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.b-search__page .empty {
  padding: 30px 50px;
}
.b-search__page-title {
  font-size: 32px;
  line-height: 43px;
  color: #999;
  margin: 0 50px;
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.b-search__not-found {
  padding: 30px 50px;
}
.b-slider {
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: black;
  /*height: 338px;*/
  max-height: 560px;
  margin-top: 100px;
}
.b-slider__item_text {
  color: #fff;
  font-size: 60px;
  line-height: 66px;
  position: absolute;
  width: 1020px;
  height: 250px;
  font-weight: 400;
  left: 4%;
  top: 72%;
  margin-top: -125px;
  text-shadow: 0 0 90px #555;
}
.b-slider__item_more {
  position: absolute;
  background-color: #0099cc;
  bottom: 115px;
  left: 90px;
  width: 160px;
  line-height: 60px;
}
.b-slider__item_more_text {
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  margin-left: 15px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxREVCNEU4RjBCQkYxMUU2OTdBRDg0RjMyRkI5NzFGOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxREVCNEU5MDBCQkYxMUU2OTdBRDg0RjMyRkI5NzFGOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFERUI0RThEMEJCRjExRTY5N0FEODRGMzJGQjk3MUY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFERUI0RThFMEJCRjExRTY5N0FEODRGMzJGQjk3MUY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kxyD9wAAAFhJREFUeNpi+P//PwMQy0FpnBim6DkQ2xBSyABVhFcxMgevYnQBnIqxWYNVMS7HYyjGFyQwxYGEFIJw/n8IMKbYRKLcSJSviQpHomKGqLgmKfUQTI8AAQYAO+sRHjKBnvgAAAAASUVORK5CYII=');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.b-slider__item {
  position: absolute;
  width: 100%;
  top: 0;
}
.b-slider__item img {
  width: 100%;
  float: left;
}
.b-slider__item_wrapper {
  position: static;
  visibility: hidden;
}
.b-slider__item_prev {
  z-index: 80;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.b-slider__item_next {
  z-index: 80;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.b-slider__arrow_prev {
  left: 0;
  position: absolute;
  z-index: 99;
  top: -100px;
  width: 68px;
  cursor: pointer;
  bottom: 0;
}
.b-slider__arrow_prev .b-slider__arrow-icon {
  margin-left: 30%;
}
.b-slider__arrow_next {
  position: absolute;
  z-index: 99;
  top: -100px;
  right: 0;
  width: 68px;
  bottom: 0;
  cursor: pointer;
}
.b-slider__arrow_next .b-slider__arrow-icon {
  background-position: right;
}
.b-slider__arrow-icon {
  position: absolute;
  top: 50%;
  margin-top: 25px;
  margin-left: 38%;
  background: url(../img/b-slider__navi.png);
  width: 22px;
  height: 41px;
  font-size: 0;
  cursor: pointer;
}
.b-slider__item_current {
  z-index: 90;
  opacity: 1;
  left: 0;
  transition: opacity 1.5s ease-in-out;
}
.b-slider__pagination {
  position: absolute;
  bottom: 30px;
  z-index: 100;
  right: 30px;
}
.b-slider__bullet {
  cursor: pointer;
  height: 20px;
  width: 20px;
  border: 1px solid white;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  padding: 0 0;
  font-size: 0;
  color: #fff;
  position: relative;
  float: left;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.b-slider__bullet:last-child {
  margin: 0;
}
.b-slider__bullet_active {
  background: white;
}
@media screen and (max-width: 1750px) {
  .b-slider__item_more {
    bottom: 95px;
    left: 85px;
  }
}
@media screen and (max-width: 1600px) {
  .b-slider__item_text {
    font-size: 48px;
    line-height: 56px;
    height: 185px;
    margin-top: -112px;
    width: 850px;
  }
  .b-slider__item_more {
    bottom: 70px;
    left: 75px;
  }
}
@media screen and (max-width: 1550px) {
  .b-slider__item_more {
    bottom: 68px;
    left: 75px;
  }
}
@media screen and (max-width: 1400px) {
  .b-slider__item_text {
    font-size: 36px;
    line-height: 44px;
    width: 650px;
    height: 150px;
    margin-top: -75px;
  }
  .b-slider__item_more {
    bottom: 50px;
    left: 65px;
  }
}
@media screen and (max-width: 1280px) {
  .b-slider__item_more {
    bottom: 35px;
    left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .b-slider__item_text {
    font-size: 24px;
    line-height: 32px;
    width: 550px;
    height: 100px;
    margin-top: -25px;
  }
}
.b-subscribe {
  background: #d9e6f2;
  float: left;
  width: 100%;
  overflow: hidden;
}
.b-subscribe:after {
  clear: both;
  display: block;
  content: "";
}
.b-subscribe__title {
  background: #0056a7 url(../img/b-subscribe__title.png) 95% 50% no-repeat;
  color: #fff;
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
  box-sizing: border-box;
  padding: 15px 20px;
}
.b-subscribe__content {
  padding: 30px 20px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.b-subscribe__content-input {
  width: 100%;
  margin-bottom: 15px;
}
.b-subscribe__content-input input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #0056a7;
}
.b-subscribe__content-input input[type=checkbox] {
  float: left;
  width: 23px;
  margin-top: 1px;
}
.b-subscribe__content-input label {
  float: left;
  width: 200px;
  font-size: 12px;
  line-height: 15px;
}
.b-subscribe__content-input:after {
  clear: both;
  content: "";
  display: block;
}
.b-subscribe__content-info {
  padding-left: 23px;
  font-size: 12px;
  line-height: 15px;
  color: #979ea6;
  margin-bottom: 15px;
  width: 220px;
}
.b-subscribe__btn_center {
  text-align: center;
}
.b-subscribe__btn_center .b-btn {
  margin-bottom: 0;
}
.b-subscribe__btn_center .b-btn .b-btn__left,
.b-subscribe__btn_center .b-btn .b-btn__right {
  background-image: url(../img/b-btn-2.png);
}
.b-twitter {
  float: left;
  border: 1px solid #f2f2f2;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}
.b-twitter:after {
  clear: both;
  display: block;
  content: "";
}
.b-twitter__title {
  background: #00abf1 url(../img/b-twitter__title.png) 95% 50% no-repeat;
  color: #fff;
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
  box-sizing: border-box;
  padding: 15px 20px;
}
.b-twitter__content {
  padding: 15px;
  float: left;
}
.b-twitter__content img {
  width: 100%;
}
.b-wrapper {
  width: 960px;
  min-width: 960px;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .b-header__name {
    background: url(../img/b-header__name@2x.png) no-repeat 0 3px;
    background-size: 250px 50px;
  }
  .b-header__name_en {
    background: url(../img/b-header__name_eng@2x.png) no-repeat 0 3px;
    background-size: 250px 50px;
  }
  .b-company__paging-item,
  .b-content__breadcrumbs-icon {
    background-image: url(../img/b-company__paging@2x.png);
    background-size: 15px 30px;
  }
  .b-header__search {
    background: url(../img/b-header__search@2x.png) no-repeat 50% 50%;
    background-size: 21px 21px;
  }
  .b-footer__social-item {
    background-image: url(../img/b-footer__social@2x.png);
    background-size: 22px 48px;
  }
  .b-content__breadcrumbs-arrow {
    background: url("../img/b-content__breadcrumbs-arrow@2x.png");
    background-size: cover;
  }
  .b-content__social-item {
    background-image: url(../img/b-content__social@2x.png);
    background-size: 60px 125px;
  }
  .b-content__info_about .b-content__info-item-icon {
    background-image: url(../img/b-content__info_2@2x.png);
    background-size: 38px 304px;
  }
  .b-news__item-link {
    background: url(../img/b-news__item-link@2x.png);
    background-size: 21px 42px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1370px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 1370px), only screen and (min-resolution: 1.5dppx) and (min-width: 1370px), only screen and (min-resolution: 144dpi) and (min-width: 1370px) {
  .b-header__name {
    background: url(../img/b-header__name_2@2x.png) no-repeat 0 2px;
    background-size: 280px 54px;
  }
  .b-header__name_en {
    background: url(../img/b-header__name_eng_2@2x.png) no-repeat 0 3px;
    background-size: 280px 54px;
  }
}
