@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic-ext');
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body,
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #757578;
  min-width: 320px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-g [class*=pure-u] {
  font-family: 'Open Sans';
}
a {
  outline: 0!important;
   color: #6f98bc;
   text-decoration: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.main-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
#main {
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 283px;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.wrapper_gray {
  background: #f5f5f5;
}
.link_blue {
  color: #587195;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link_blue:hover {
  color: #6f98bc;
}
.link_light-blue {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #6f98bc;
  margin: 14px 0 0 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link_light-blue:hover {
  color: #587195;
}
.title-link {
  display: inline-block;
  position: relative;
}
.title-link i {
  position: absolute;
  right: -12px;
  bottom: 2px;
}
.seo-text {
  margin: 28px 0 0 0;
  padding: 0 75px;
}
.seo-text p {
  margin: 0 0 25px 0;
}
.investments p {
  color: #87888a;
  margin: 0 0 21px 0;
  font-size: 16px;
}
.investments ul li {
    font-size: 16px;
}
.shear {
  color: #b2b2b2;
  border-bottom: 1px solid #e9e9e9;
  margin: 44px 0 0 0;
  padding: 0 0 26px 0;
  font-size: 14px;
}
.shear a {
  color: #a4b5c5;
  text-decoration: none;
  font-size: 24px;
  margin: -3px 17px 0 0;
  vertical-align: top;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.shear a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
h1,
.h1 {
  color: #587195;
  margin: 25px 0;
  font-weight: 400;
  font-size: 29px;
}
h2,
.h2 {
  color: #727272;
  font-weight: 400;
  font-size: 22px;
  margin: 25px 0;
}
h2 a,
.h2 a {
  color: inherit;
  text-decoration: none;
}
h3,
.h3 {
  color: #727272;
  margin: 25px 0;
  font-weight: 400;
  font-size: 20px;
}
h4,
.h4 {
  font-size: 23px;
  font-weight: 400;
  color: #727272;
  margin: 25xp 0;
  width: 100%;
}
h5,
.h5 {
  color: #87888a;
  margin: 0 0 21px 0;
  font-size: 14px;
  font-weight: 700;
}
h4 .title-link,
.h4 .title-link {
  margin: 0 0 0 25px;
}
.btn-b {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  border: 2px solid transparent;
  text-decoration: none;
  padding: 7px 28px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-b.btn-b__white {
  color: #304052;
  background: #fff;
  border-color: #587187;
}
.btn-b.btn-b__white:hover {
  color: #fff;
  background-color: #587187;
}
.logo {
  display: inline-block;
  vertical-align: top;
  width: 189px;
  height: 47px;
  background: url("images/logo.svg") no-repeat center;
  background-size: cover;
}
#header {
  padding: 23px 0 0 0;
}
.main-nav {
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 76px;
}
.main-nav__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  position: relative;
}
.main-nav__item:hover .menu-nav-dropdown {
  display: block;
}
.main-nav__item:first-child {
  margin: 0;
}
.menu-nav-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  z-index: 20;
  background: #fff;
  display: none;
  list-style: none;
  padding: 15px;
  min-width: 100px;
}
.menu-nav-dropdown__item {
  display: block;
}
.menu-nav-dropdown__link {
  text-decoration: none;
  outline: 0;
  color: #587187;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 5px 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu-nav-dropdown__link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.main-nav-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.main-nav__link {
  text-decoration: none;
  outline: 0;
  color: #587187;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  display: block;
  padding: 0 0 37px 0;
}
.main-nav__link:hover:after,
.main-nav__link.active:after {
  width: 100%;
}
.main-nav__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #61b8ee;
}
.main-nav__link .fa-caret-right {
  margin: 0 0 0 4px;
}
.search-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  margin: 13px 0 0 0;
  color: #587187;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}
.search-btn:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.lang-select {
  margin: 9px 0 0 15px;
}
.lang-select .jq-selectbox__select {
  height: 35px;
  padding: 0 30px 0 15px;
  border: 0!important;
  background: #587187;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 35px;
  color: #fff;
  text-shadow: none;
}
.lang-select .jq-selectbox__trigger {
  top: 0;
  right: 0;
  width: 27px;
  height: 100%;
  border-left: 0;
  font-size: 8px;
}
.lang-select .jq-selectbox__trigger:after {
  display: block;
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 3px;
  top: 13px;
}
.lang-select .jq-selectbox__trigger-arrow {
  display: none;
}
.lang-select.jq-selectbox li:hover {
  background-color: #587187;
}
.lang-select .jq-selectbox__dropdown {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 105%!important;
  /*position: relative;*/
}
#footer {
  background: #587187;
  margin: -243px 0 0 0;
  padding: 36px 0 16px 0;
}
.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.social__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.social__link {
  color: #fff;
  font-size: 25px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.social__link:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.footer-nav {
  margin: 27px 0 0 0;
}
.footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-nav__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.footer-nav__link {
  text-decoration: none;
  color: #8da4b9;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-nav__link:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.footer-navigation {
  text-align: center;
  margin: 33px 0 0 0;
}
.footer-navigation a {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
  color: #fff;
  font-size: 12px;
}
.footer-navigation a:hover {
  text-decoration: none;
}
.copy-lang {
  color: #fff;
  text-align: center;
  margin: 31px 0 0 0;
  font-size: 15px;
}
.copy-lang a {
  color: inherit;
  text-decoration: none;
}
.copy-lang i {
  font-size: 8px;
  vertical-align: middle;
}
.main-screen {
  height: 702px;
  position: relative;
  min-width: 1250px;
  margin: auto;
}
.main-screen .main-container {
  position: relative;
}
.main-screen.main-screen2 {
  height: 499px;
  overflow: hidden;
}
.main-screen__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.main-screen__video video {
  width: 100%;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-slider__item {
  height: 499px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  outline: 0;
}
.main-slider__item:after {
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.main-slider__item .main-container {
  position: relative;
}
.main-slider__item.slick-active .main-slider__text {
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider__item.slick-active .main-slider__scroll-cont {
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider__item .main-slider__text {
  display: none;
}
.main-slider__item .main-slider__text.no-animate {
  display: block;
}
.main-slider__item .main-slider__scroll-cont {
  display: none;
}
.main-slider__text {
  position: relative;
  display: inline-block;
  margin: 112px 0 0 0;
  width: 466px;
  z-index: 2;
  padding: 0 15px 52px 0;
}
.main-slider__text:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 3000px;
  height: 100%;
  content: '';
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #0A141E;
  z-index: -1;
}
.main-slider__text p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.7;
}
.main-slider__title {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 66px 8px 0;
  margin: 27px 0 14px 0;
}
.main-slider__scroll {
  height: 215px;
  padding: 17px 0 0 25px;
}
.main-slider__scroll .mCSB_inside > .mCSB_container {
  margin: 0 25px 0 0;
}
.main-slider__scroll p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.7;
}
.main-slider__scroll-cont {
  border: 2px solid #fff;
  border-top: 0;
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 0;
  width: 320px;
  padding-bottom: 13px;
}
.main-slider__news {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-slider__news:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.mian-slider__date {
  color: #eaeaea;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 25px 0;
}
.advantages {
  text-align: center;
  margin: 0 -11px 0;
}
.advantages p {
  margin: 8px 0 0 0;
  font-size: 15px;
}
.advantages .pure-u-1 {
  padding: 0 11px;
}
.advantages__img {
  height: 94px;
  line-height: 94px;
  margin: 0 0 68px 0;
}
.advantages__img img {
  display: inline-block;
  vertical-align: middle;
}
.advantages__name {
  font-size: 22px;
}
.experts {
  padding: 41px 0 78px 0;
  margin: 42px 0 0 0;
  text-align: center;
}
.experts-img {
  padding: 0 15px;
}
.experts-img img {
  max-width: 100%;
}
.experts h2,
.experts .h2 {
  margin: 0;
}
.experts .link_blue {
  margin: 0 0 0 6px;
}
.experts .pure-g {
  margin: 49px -20px 0;
}
.experts .pure-u-1-2 {
  margin-bottom: 25px;
}
.experts__name {
  margin: 22px 0 0 0;
  font-size: 20px;
  font-weight: 400;
}
.expert__phone {
  font-size: 14px;
  margin: 3px 0 0 0;
}
.experts__position {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.news {
  margin: 64px 0 0 0;
  padding: 1px 0 25px 0;
}
.news h2,
.news .h2 {
  margin: 0;
}
.news .pure-u-1 {
  padding: 0 30px;
  margin-bottom: 57px;
}
.news .pure-g {
  margin: 29px -30px 0;
}
.news__img {
  margin: 0 0 11px 0;
  overflow: hidden;
  height: 250px;
}
.news__img img {
  width: 100%;
}
.news__name {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 19px 0;
}
.news__date {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 22px 0;
}
.news__btn {
  text-transform: uppercase;
  margin: 7px 0 0 0;
}
.odometer-container {
  width: 453px;
  position: relative;
  margin: 11px 0 0 38px;
  height: 82px;
  float: left;
}
.odometer-container .odometer.odometer-auto-theme .odometer-digit,
.odometer-container .odometer.odometer-theme-default .odometer-digit {
  color: #4a7289;
  font-size: 36px;
  font-weight: 700;
}
.odometer-container .odometer.odometer-auto-theme {
  margin: 15px 0 0 29px;
  font-family: 'Open Sans';
  line-height: 50px;
}
.odometer-container .odometer-formatting-mark {
  margin: 0 31px;
}
.odometer-border {
  position: absolute;
  border: 2px solid #4a7289;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 76px;
  height: 82px;
  top: 0;
  left: 0;
}
.odometer-border_1 {
  left: 88px;
}
.odometer-border_2 {
  left: 214px;
}
.odometer-border_3 {
  left: 339px;
}
.odometer-border-big {
  position: absolute;
  border: 2px solid #4a7289;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 114px;
  height: 82px;
  top: 0;
}
.odometer-border:after,
.odometer-border-big:after,
.odometer-border:before,
.odometer-border-big:before {
  width: 2px;
  height: 11px;
  background: #4a7289;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.odometer-border:after,
.odometer-border-big:after {
  left: -4px;
}
.odometer-border:before,
.odometer-border-big:before {
  right: -4px;
}
.odometer-border__line {
  background: #39647c;
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.odometr-wrapper {
  float: left;
  padding: 60px 0 0 0;
}
.odometr-wrapper2 {
  float: left;
  padding: 20px 0 0 0!important;
}
.odometr-wrapper p {
  color: #7f7f81;
  margin: 0 0 0 41px;
  letter-spacing: -0.3px;
}
.year-item {
  height: /*123*/145px;
  position: relative;
  width: 27px;
  float: left;
  margin: 0 0 0 13.5px;
  -webkit-transition: 2s all ease;
  -o-transition: 2s all ease;
  transition: 2s all ease;
}
.year-item:first-child {
  margin: 0;
}
.year {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #4a7289;
  font-size: 12px;
}
.year-column {
  width: 19px;
  background: #4a7289;
  bottom: 26px;
  left: 5px;
  position: absolute;
  height: 0;
  -webkit-transition: 2s all ease;
  -o-transition: 2s all ease;
  transition: 2s all ease;
}
.year-column .fa-flag {
  position: absolute;
  top: -20px;
  left: 3px;
  font-size: 20px;
  color: #4a7289;
}
.year-column.year-column_yellow {
  background: #f9c422;
}
.year-progress {
  float: left;
  margin: 54px 0 0 29px;
}
.year-progress2 {
  float: left;
  margin: 14px 0 0 29px!important;
}
.year-item__animated .year-column_1 {
  height: 14px;
}
.year-item__animated .year-column_2 {
  height: 17px;
}
.year-item__animated .year-column_3 {
  height: 20px;
}
.year-item__animated .year-column_4 {
  height: 23px;
}
.year-item__animated .year-column_5 {
  height: 26px;
}
.year-item__animated .year-column_6 {
  height: 29px;
}
.year-item__animated .year-column_7 {
  height: 32px;
}
.year-item__animated .year-column_8 {
  height: 35px;
}
.year-item__animated .year-column_9 {
  height: 38px;
}
.year-item__animated .year-column_10 {
  height: 47px;
}
.year-item__animated .year-column_11 {
  height: 57px;
}
.year-item__animated .year-column_12 {
  height: 68px;
}
.year-item__animated .year-column_13 {
  height: 79px;
}
.year-item__animated .year-column_14 {
  height: 89px;
}
.year-item__animated .year-column_15 {
  height: 99px;
}
.year-item__animated .year-column_16 {
  height: 109px;
}
.year-item__animated .year-column_17 {
  height: 119px;
}
.menu-container {
  position: relative;
}
.menu {
  position: absolute;
  left: 0;
  top: -32px;
  padding-left: 15px;
  z-index: 10;
}
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 26px 0 0;
}
.menu__link {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 0 13px 0;
  position: relative;
}
.menu__link:hover:after,
.menu__link.active:after {
  width: 100%;
}
.menu__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #61b8ee;
}
.menu-container_full {
  background: #587187;
}
.menu-container_full #btn-mob-menu span {
  background: #fff;
}
.menu-container_full .menu {
  top: auto;
  bottom: 0;
  position: relative;
  padding: 16px 0 0 0;
  width: 92%;
}
.aside-cont .pure-u-lg-4-5 {
  padding: 0 0 0 34px;
}
.aside-left {
  border: 1px solid #d5d5d5;
  margin-top: 46px;
}
.aside-left .main-slider__news {
  color: #587187;
}
.aside-left .main-slider__scroll p {
  color: #757578;
}
.read-more {
  display: block;
  padding: 10px 15px;
  margin-top: 15px;
  color: #337ab7;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.read-more:hover {
  color: #fff;
}
.contacts {
  margin: 0 0 0 -15px;
  float:left;
  width: 100%;
}
.contacts .pure-u-1 {
  padding-left: 15px;
}
.contacts .pure-u-1-2:first-child {
  padding: 0 15px;
}
.contacts__item {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  background: #fff;
      float: left;
    width: 100%;
	cursor: pointer;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF!important;
}
.reports__col .jq-selectbox li:hover {
  background-color: #587195;
  color: #FFF!important;
}
.contacts__img {
  float: left;
  width: 175px;
  margin: 0 27px 0 0;
}
.contacts__img img {
  max-width: 100%;
  display: block;
}
.contacts__name {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 21px 0 0 0;
}
.contacts__name a {
  text-decoration: none;
  color: inherit;
}
.contacts__name2 {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  margin: 18px 0 0 0!important;
}
.contacts__name2 a {
  text-decoration: none;
  color: inherit;
}
.contacts__position {
  color: #757578;
  margin: 11px 0 12px 0;
  font-size: 14px;
}
.contacts__phone {
  margin: 12px 0 0 0;
  font-size: 14px;
  color: #757578;
}
ul li {
  color: #87888a;
  margin: 0 0 0px 0;
  font-size: 14px;
}
.news__img2 {
  margin: 0 14px 11px 0;
  float: left;
  width: 30%;
}
.news__name2 {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 19px 0;
  float: left;
  width: 100%;
  text-decoration: none;
}
.news__name2:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.news__date2 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 0;
  float: left;
  width: 100%;
}
.news__text {
  float: left;
  width: 100%;
}
.news__img2 img {
  float: left;
  width: 100%;
}
.news__blok__text {
  float: left;
  width: 65%;
}
.btn_news {
  float: left;
}
.block___news {
  margin-bottom: 50px;
}
.left_block {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.transaction-list {
  margin: 25px -15px 25px;
}
.transaction-list .pure-u-md-1-4 {
  padding: 0 15px;
}
.transaction__company_item {
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 0;
}
.company_item {
  min-height: 567px;
  text-align: center;
  border: 1px solid #bdcbdb;
}
.company_item2 {
  min-height: 298px!important;
  text-align: center;
  border: 1px solid #bdcbdb;
}
.company_item .company-logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.company_item .company-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90px;
}
.company_item .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #587187;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
      height: 120px;
  padding: 0 30px;
  background: #eef3f9;
  overflow: hidden;
}
.company_item .transaction__text {
  font-weight: bold;
  color: #727272;
}
.company_item .company_item__description {
  padding: 15px 30px 0;
  color: #1d2b2d;
  font-size: 14px;
}
.company_item .company_item__description span {
  display: block;
  color: #3C8344;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.company_item .concord-logo {
  display: table;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.company_item {
  margin-bottom: 25px;
}
.company_item .transaction__concord-logo {
  border-top: 1px solid #bdcbdb;
  position: absolute;
  bottom: 0;
}
.company_item .concord-logo img {
  margin: 20px auto 0;
}
.company_item .concord-logo .date {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #587187;
  display: block;
  width: 100%;
}
.list_a {
  color: #587187;
  font-size: 14px;
  text-decoration: none;
}
.article-filters {
  text-align: center;
  color: #b2b2b2;
  margin-top: 30px;
}
.article-filters .filter-container {
  font-size: 14px;
  font-weight: 400;
  color: #587187;
}
.article-filters .filter-container label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #587187;
  border-radius: 20px;
  background: #ffffff;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.article-filters .filter-container label.checked {
  color: #ffffff;
  background: #587187;
}
.article-filters .filter-container label.checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background: #587187;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 50%;
}
.article-filters .filter-container input[type="radio"] {
  display: none;
}
.article-layout-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: auto;
}
.careers .article .article-layout-panels.article-layout-panels-4 .panel-circles {
  width: 25%;
  margin-bottom: 20px;
}
.careers .article .article-layout-panels.article-layout-panels-4 .panel-circles .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.careers .article .article-layout-panels.article-layout-panels-4 .panel-circles .panel-body .circle {
  line-height: 110px;
  width: 110px;
  height: 110px;
  border-radius: 4px;
}
.article-layout-panels .panel.panel-circles .circle {
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background-color: #ffdc2e;
  border-radius: 100px;
}
.article-layout-panels .panel.panel-circles .title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
}
.advantages__img2 {
  height: 35px;
}
.advantages2 {
  margin: 37px -11px 0 !important;
}
.tab-container .nav-tabs {
  border: none;
  margin-bottom: 30px;
}
.tab-container .nav-tabs li {
  margin: 0;
  border: 2px solid #587187;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tab-container .nav-tabs li.active a {
  color: #ffffff;
  background: #587187;
}
.tab-container .nav-tabs li a {
  font-size: 14px;
  font-weight: 400;
  color: #587187;
  text-align: center;
  line-height: 38px;
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 25px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.tab-container .nav-tabs li {
  margin: 0;
  border: 2px solid #587187;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tab-container .tab-content {
  font-size: 14px;
  line-height: 22px;
  color: #757578;
  float: left;
  width: 100%;
}
.hiding-container .hiding-title h2 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
.hiding-container .hiding-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #587187;
  padding: 15px 0;
  cursor: pointer;
}
.hiding-container {
  width: 100%;
  height: auto;
  border-top: 1px solid #d9d9d9;
}
.hiding-container .hiding-title .date {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #898989;
  display: table;
  width: auto;
  padding-left: 30px;
}
.hiding-container .hiding-title i {
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.form-group {
  margin-bottom: 25px;
}
.form-group input {
  font-size: 14px;
  line-height: 42px;
  color: #666666;
  font-weight: 400;
  width: 100%;
  height: 44px;
  padding: 0 22px;
  border: 1px solid #cccccc;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-group textarea {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
  width: 100%;
  height: 100px;
  padding: 12px 22px;
  border: 1px solid #cccccc;
  resize: none;
}
.form-group .upload-file {
  font-size: 14px;
  line-height: 35px;
  color: #6699cc;
  display: block;
  width: 100%;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.stat-dropdown {
  display: none;
}
.stat-dropdown.active {
  display: block;
}
.stat-btn.active .fa-caret-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.stat-btn .fa-caret-down {
  margin-right: 10px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-pane .link_light-blue {
  margin: 0;
}
.list {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.list li {
  margin-bottom: 5px;
}
.hiding-title.active .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  color: #b9b9b9;
}
.form-control {
  display: block;
}
.form-control input,
.form-control textarea {
  font-size: 14px;
  line-height: 42px;
  color: #666666;
  font-weight: 400;
  width: 100%;
  height: 44px;
  padding: 0 22px;
  border: 1px solid #cccccc;
  outline: 0;
}
.form-control textarea {
  resize: none;
  height: 128px;
}
.help-block {
  display: none;
}
.resume h2,
.resume .h2 {
  margin-bottom: 30px;
}
.resume .form-control {
  margin-bottom: 25px;
}
.resume .form-control2 {
  margin-bottom: 0px!important;
}
.resume .pure-u-md-2-3 {
  padding: 0 30px;
}
.resume .pure-u-md-2-3 .form-control {
  margin-bottom: 10px;
}
.resume .send-form-btn {
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  width: 105px;
  height: 35px;
  padding: 0;
  border: none;
  border-radius: 18px;
  background: #6699cc;
  box-shadow: none;
  outline: none;
  position: relative;
  top: 2px;
}
.tags-container {
  color: #cecece;
  padding-bottom: 15px;
  margin-top: 20px;
}
.tags-container a {
  font-size: 12px;
  font-weight: 400;
  color: #6f98bc;
}
.press-open h3,
.press-open .h3 {
  padding-top: 0;
}
.post__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #898989;
  display: table;
  width: auto;
  padding: 0;
  font-style: italic;
}
.post__description {
  color: #757578;
  font-size: 16px;
  line-height: 26px;
}
.news-container {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  overflow: hidden;
}
.text-news {
  display: inline-block;
  float: left;
  width: auto;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.text-news-item {
  display: block;
  width: 100%;
  max-height: 220px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 30px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.news-container .tags {
  color: #cecece;
  display: table;
  width: auto;
  padding-bottom: 5px;
}
.news-container .tags a {
  font-size: 12px;
  color: #6f98bc;
}
.news-container .news-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  display: table;
  width: auto;
  margin-bottom: 10px;
  text-decoration: none;
}
.news-date {
  font-size: 12px;
  line-height: 26px;
  color: #898989;
  padding-bottom: 10px;
}
.news-container .description {
  font-size: 14px;
  line-height: 22px;
  color: #757578;
}
.news-container .more-container {
  display: block;
  width: 100%;
  height: 45px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.news-container .more-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  top: -35px;
}
.news-container .more-container .more {
  font-size: 14px;
  font-weight: 400;
  color: #6f98bc;
  display: table;
  padding-top: 10px;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}
.photo-list {
  margin: 0 -15px;
}
.photo-list .pure-u-1-2 {
  padding: 0 15px;
  margin-bottom: 30px;
}
.photo-list a {
  display: block;
  outline: 0;
  text-decoration: none;
  position: relative;
}
.photo-list a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(88, 113, 135, 0.7);
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.photo-list a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "\f0b2";
  color: #fff;
  font: normal normal normal 28px/1 FontAwesome;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.photo-list img {
  max-width: 100%;
  display: block;
}
.photo-list a:hover:after,
.photo-list a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.photo-title {
  margin-bottom: 30px;
}
.photo p {
  color: #87888a;
  margin: 0 0 21px 0;
  font-size: 14px;
}
.video {
  margin: 0 -15px;
}
.video .pure-u-1 {
  padding: 0 15px;
}
.video__item {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 15px;
      float: left;
    display: inline;
    width: 25%;
    margin: 0 0 50px 30px;
}
.video__item:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.4);
}
.vidoe__img {
  display: block;
      min-height: 143px;
  position: relative;
  text-decoration: none;
}
.vidoe__img img {
  display: block;
      width: 100%;
}
.vidoe__img:after {
  background-color: rgba(88, 113, 135, 0.7);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.vidoe__img:before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  color: #fff;
  content: "\f144";
  font: normal normal normal 50px/1 FontAwesome;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.panel-body {
  padding: 27px 29px;
  border: 1px solid #d5d5d5;
  border-top: none;
  overflow: hidden;
  position: relative;
}
.panel-title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  padding: 0.25em 0 0.35em;
  display: table;
  width: auto;
}
.panel-description {
  font-size: 12px;
  line-height: 20px;
  color: #757578;
}
.contacts-aside {
  margin-top: 0;
}
.map-contacts {
  position: relative;
}
.header-top__text-container {
  font-size: 14px;
  line-height: 22px;
  color: #587187;
  text-align: left;
  display: block;
  width: 270px;
  height: 100%;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  right: 0;
}
.header-top__title {
  font-size: 28px;
  line-height: 1em;
  color: #587187;
  text-align: left;
  padding-bottom: 10px;
}
.header-top__text-container .item-left i {
  padding-right: 8px;
}
.header-top__text-container .item-left {
  vertical-align: top;
  display: table-cell;
  width: 90px;
  padding-right: 10px;
}
.header-top__text-container .item-right {
  color: #757578;
  vertical-align: top;
  display: table-cell;
  width: 100%;
  padding-bottom: 5px;
}
.header-top__text-container .address,
.header-top__text-container .phone,
.header-top__text-container .fax {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.header-top__text-container .item-right a {
  color: #757578;
  text-decoration: none;
}
.contacts-wrap h2,
.contacts-wrap .h2 {
  margin: 0;
  padding: 25px 0;
}
.pager {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.pager__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  color: #587187;
}
.pager__link {
  color: inherit;
  text-decoration: none;
  outline: 0;
  font-size: 17px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #587187;
  text-align: center;
  line-height: 40px;
  display: block;
  padding: 0 1px 0 0;
}
.pager__link.active {
  color: #fff;
  background: #587187;
}
.pager__link:hover {
  color: #fff;
  background: #587187;
}
.main-slider-container {
  position: relative;
}
.main-slider-container .main-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.stat-dropdown-cont {
  margin-bottom: 21px;
}
.sales-title {
  color: #87888a;
  margin: 0 0 21px 0;
  font-size: 14px;
  font-weight: 700;
}
.title_blue {
  color: #587195;
  margin: 25px 0;
  font-weight: 400;
  font-size: 29px;
}
#btn-mob,
#btn-mob-menu {
  display: none;
}
.lang-container {
  float: right;
  position: relative;
}
.search-dropdown {
  position: absolute;
  background: #fff;
  right: 0;
  z-index: 20;
  top: 72px;
  padding: 30px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-dropdown.opened {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.search-dropdown .form-control {
  width: 300px;
  position: relative;
}
.search-dropdown .search-submit {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 19px;
  color: #587187;
}
.placmenst__item {
  float: left;
}
.photo-preview {
  float: right;
  width: 13%;
}
.photo-preview img {
  width: 100%;
}
.aside-img {
  margin: 25px 0;
}
.aside-img img {
  max-width: 100%;
}
.aside-contacts {
  border: 0;
}
.aside-contacts .contacts__img {
  width: 100px;
  padding: 0 15px 84px 0;
  margin: 0;
}
.aside-contacts .link_light-blue {
  font-size: 11px;
  margin: 5px 0 0 0;
}
.aside-contacts .contacts__name {
  margin: 0;
}
.aside-contacts .contacs__position {
  font-size: 12px;
}
.aside-contacts .contacts__phone {
  margin: 6px 0 0 0;
}
.mob_block{
	display: none;
}
@media (max-width: 1260px) and (min-width: 1023px) {
  .resume .contacts__img {
    float: left;
    width: 156px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1260px) and (min-width: 767px) {
  .company_item .company_item__description {
    padding: 15px 15px 0;
    color: #1d2b2d;
    font-size: 11px;
  }
}
@media (max-width: 1260px) {
  .main-nav__item {
    margin-left: 13px;
  }
  .odometr-wrapper {
    float: none;
    padding: 60px 0 0 0;
    width: 495px;
    margin: auto;
  }
  .year-progress {
    float: none;
    margin: 54px 0 0 0;
    text-align: center;
    display: block;
  }
  .year-item {
    float: none;
    display: inline-block;
  }
  .contacts__name {
    margin: 17px 0 0 0;
  }
  .contacs__position {
    font-size: 12px;
  }
  .menu__item {
    margin: 0 26px 0 0;
  }
}
@media (max-width: 1023px) {
  #header {
    position: relative;
    padding: 23px 0;
  }
  .aside-contacts {
    margin-top: 25px!important;
  }
  .aside-contacts .contacts__img {
    width: 100px;
    padding: 0 15px 0 0;
    margin: 0;
  }
  .aside-img {
    display: none;
  }
  .aside-cont .pure-u-lg-4-5 {
    padding: 0;
  }
  .menu-container_full .menu {
    top: auto;
    bottom: 0;
    position: relative;
    padding: 0 0 0 15px;
	
  }
  #btn-mob,
  #btn-mob-menu {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    padding: 11px 0 0 0;
    margin: 2px 0 0 15px;
  }
  #btn-mob span,
  #btn-mob-menu span {
    width: 24px;
    height: 2px;
    display: block;
    background: #587187;
    margin: 5px 0 0;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #btn-mob.active span:nth-child(1),
  #btn-mob-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
  }
  #btn-mob.active span:nth-child(2),
  #btn-mob-menu.active span:nth-child(2) {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  #btn-mob.active span:nth-child(3),
  #btn-mob-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -8px;
  }
  #btn-mob-menu {
    margin-left: 0;
  }
  .main-nav-list {
    text-align: center;
  }
  .main-nav {
    display: block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 0 0 0 34px;
  }
  .main-nav.opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .main-nav__item {
    margin: 0!important;
    display: block;
  }
  .main-nav__link {
    padding: 10px 0;
    text-align: left;
    display: block;
  }
  .main-nav__link:after {
    display: none;
  }
  .menu {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 0;
    z-index: 10;
  }
  .menu__list {
    display: block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 0 0 0 34px;
    border-bottom: 1px solid #587187;
  }
  .menu__list.opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .menu__item {
    margin: 0!important;
    display: block;
  }
  .menu__link {
    padding: 10px 0;
    text-align: left;
    display: block;
    color: #587187;
  }
  .menu__link:after {
    display: none;
  }
  .main-slider__text {
    margin: 95px 0 0 0;
    width: 320px;
  }
  .main-slider__text p {
    font-size: 14px;
  }
  .menu-nav-dropdown__link {
    width: 150px;
    display: block;
    text-align: left;
    padding: 6px 0 6px 20px;
  }
  .menu-nav-dropdown {
    position: relative;
    display: block;
    padding: 0 0 15px 0;
  }
  .main-slider__title {
    font-size: 22px;
    padding: 0 15px 8px 0;
  }
  .main-slider__scroll p {
    font-size: 13px;
  }
  .main-slider__scroll-cont {
    width: 270px;
  }
  .company_item__description {
    font-size: 13px;
  }
  .photo-preview {
    float: none;
    display: inline-block;
    width: 22%;
  }
}
@media (max-width: 767px) {
	
  .main-slider__title2{
	  font-size: 15px!important;
  }	
  .main-slider__text2 p {
    font-size: 12px!important;
}
  .video {
    margin: 0;
  }
  .header-top__text-container {
    position: relative;
    margin: auto;
    height: auto;
  }
  .company_item__description {
    font-size: 16px;
  }
  .main-slider__text {
    margin: 30px 0 0 0;
    width: 100%;
    max-height: 216px;
  }
  .main-slider__text:after {
    right: -15px;
  }
  .resume .pure-u-md-2-3 {
    padding: 0 0 30px;
  }
  .main-slider__scroll-cont {
    width: 100%;
    position: relative;
    margin: 17px 0 0 0;
    border-top: 2px solid #fff;
    right: auto;
  }
  .advantages__img {
    height: 94px;
    line-height: 94px;
    margin: 0 0 15px 0;
  }
  .advantages .pure-u-1 {
    margin-bottom: 25px;
  }
  .news .pure-g {
    margin: 29px 0 0;
  }
  .news .pure-u-1 {
    margin-bottom: 35px;
    padding: 0;
  }
  .news .pure-u-1 p {
    font-size: 11px;
    margin: 0 0 5px 0;
  }
  .news__date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 11px 0;
  }
  .news__name {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
  }
  .odometer-container .odometer-formatting-mark {
    margin: 0 15px;
  }
  .odometer-container .odometer.odometer-auto-theme .odometer-digit,
  .odometer-container .odometer.odometer-theme-default .odometer-digit {
    font-size: 24px;
    font-weight: 700;
  }
  .odometer-border {
    width: 35px;
    height: 62px;
    top: 0;
    left: 0;
  }
  .odometer-container .odometer.odometer-auto-theme {
    margin: 15px 0 0 10px;
    line-height: 30px;
  }
  .odometer-border-big {
    width: 64px;
    height: 62px;
    top: 0;
  }
  .odometer-border_1 {
    left: 44px;
  }
  .odometer-border_2 {
    left: 118px;
  }
  .odometer-border_3 {
    left: 191px;
  }
  .odometr-wrapper {
    float: none;
    padding: 60px 0 0 0;
    width: auto;
    margin: auto;
  }
  .odometer-container {
    width: 255px;
    position: relative;
    float: none;
    margin: auto;
    margin-top: 15px;
  }
  .odometr-wrapper p {
    color: #7f7f81;
    margin: 0;
    text-align: center;
    letter-spacing: -0.3px;
  }
  .main-slider__item {
    height: 542px;
  }
  .year-column {
    width: 11px;
    background: #4a7289;
    bottom: 13px;
    left: 2px;
  }
  .year-item {
    width: 14px;
    margin: 0;
  }
  .year {
    font-size: 6px;
  }
  .year-column .fa-flag {
    position: absolute;
    top: -14px;
    left: 3px;
    font-size: 12px;
    color: #4a7289;
  }
  .year-progress2 {
    float: none;
    margin: auto!important;
    margin-top: 15px!important;
  }
  .advantages p {
    margin: 8px 0 0 0;
    font-size: 13px;
  }
  .tab-container .nav-tabs li a {
    padding: 0 13px;
  }
  .news__name2 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 19px 0;
    float: left;
    width: 100%;
    text-decoration: none;
  }
}
@media (max-width: 668px) {
	.main-slider__title2{
	  font-size: 13px!important;
  }	
  .main-slider__text2 p {
    font-size: 10px!important;
}
  .experts__name {
    font-size: 13px;
  }
  .experts-img {
    padding: 0 8px;
  }
  .title_blue {
    font-size: 20px;
  }
  .seo-text {
    margin: 28px 0 0 0;
    padding: 0;
  }
  .seo-text p {
    font-size: 13px;
  }
  .copy-lang {
    color: #fff;
    text-align: center;
    margin: 31px 0 0 0;
    font-size: 11px;
  }
  .placmenst__item {
    display: block;
    text-align: center;
    float: none;
  }
  .advantages2 .pure-u-1-2 {
    margin-bottom: 25px;
  }
  .pager__item {
    margin: 0 4px;
  }
  .block_slider_mob{
	  display:none;
  }
  .mob_block{
	display: block;
}
#CareerForm{
	width: 100%!important;
}
.form-in{
	width: 100%!important;
}

.video__item{
	width: 90%!important;
}

}
@media (max-width: 568px) {
  .news__img2 {
    margin: 0 14px 11px 0;
    float: none;
    width: 100%;
  }
  .news__blok__text {
    float: none;
    width: 100%;
  }
  .news__text {
    font-size: 14px;
  }
  .photo-preview {
    float: none;
    display: inline-block;
    width: 45%;
  }
}
@media (max-width: 490px) {
  .contacts__img {
    float: none;
    width: 100%;
  }
  .contacts__img img {
    width: 100%;
  }
  .aside-contacts .contacts__img {
    width: 100px;
    padding: 0 15px 36px 0;
    margin: 0;
    float: left;
  }
  .company_item__description {
    font-size: 13px;
  }
  .contacts__item {
    max-width: 270px;
    margin: auto;
    margin-bottom: 15px;
    padding: 0 0 15px;
  }
  .contacts__name,
  .contacs__position,
  .link_light-blue,
  .contacts__phone {
    margin-left: 15px;
  }
  h1,
  .h1 {
    color: #587195;
    margin: 25px 0;
    font-weight: 400;
    font-size: 22px;
  }
  h2,
  .h2 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin: 25px 0;
  }
}
@media (max-width: 422px) {
  .lang-container {
    float: none;
    text-align: center;
  }
  .lang-select .jq-selectbox__select{
	      padding: 0 30px 0 15px;
  }
  .jq-selectbox__select-text{
	      width: 100%!important;
  }
}

.gm-style .default-card{
	display: none;
}
.gm-inset{
	display: none!important;
}
.gm-inset-light{
	display: none;
}
#CareerForm{
	width: 63%!important;
}
.link_home{
	text-decoration: none!important;
	color: #757578!important;
}

/*---------------------------------------------------reserch-------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic-ext');

body,
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #757578;
  min-width: 320px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-g [class*=pure-u] {
  font-family: 'Open Sans';
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.main-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
#main {
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 283px;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.wrapper_gray {
  background: #f5f5f5;
}
.link_blue {
  color: #587195;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link_blue:hover {
  color: #6f98bc;
}
.link_light-blue {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #6f98bc;
  margin: 14px 0 0 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link_light-blue:hover {
  color: #587195;
}
.title-link {
  display: inline-block;
  position: relative;
}
.title-link i {
  position: absolute;
  right: -12px;
  bottom: 2px;
}
.seo-text {
  margin: 28px 0 0 0;
  padding: 0 75px;
}
.seo-text p {
  margin: 0 0 25px 0;
}
.shear {
  color: #b2b2b2;
  border-bottom: 1px solid #e9e9e9;
  margin: 44px 0 0 0;
  padding: 0 0 26px 0;
  font-size: 14px;
}
.shear a {
  color: #a4b5c5;
  text-decoration: none;
  font-size: 24px;
  margin: -3px 17px 0 0;
  vertical-align: top;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.shear a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.btn-b {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  border: 2px solid transparent;
  text-decoration: none;
  padding: 7px 28px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-b.btn-b__white {
  color: #304052;
  background: #fff;
  border-color: #587187;
}
.btn-b.btn-b__white:hover {
  color: #fff;
  background-color: #587187;
}
.logo {
  display: inline-block;
  vertical-align: top;
  width: 157px;
  height: 38px;
  background: url("images/logo.svg") no-repeat center;
  background-size: cover;
}
#header {
  padding: 13px 0 0 0;
}
.main-nav {
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 76px;
}
.main-nav__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
  position: relative;
}
.main-nav__item:hover .menu-nav-dropdown {
  display: block;
}
.main-nav__item:first-child {
  margin: 0;
}
.menu-nav-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  z-index: 20;
  background: #fff;
  display: none;
  list-style: none;
  padding: 15px;
  min-width: 100px;
}
.menu-nav-dropdown__item {
  display: block;
}
.menu-nav-dropdown__link {
  text-decoration: none;
  outline: 0;
  color: #587187;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 5px 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu-nav-dropdown__link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.main-nav-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.main-nav__link {
  text-decoration: none;
  outline: 0;
  color: #587187;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  display: block;
  padding: 0 0 19px 0;
}
.main-nav__link:hover:after,
.main-nav__link.active:after {
  width: 100%;
}
.main-nav__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #61b8ee;
}
.main-nav__link .fa-caret-right {
  margin: 0 0 0 4px;
}
.search-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  margin: 13px 0 0 0;
  color: #587187;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}
.search-btn:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.lang-select {
  margin: 9px 0 0 15px;
}
.lang-select .jq-selectbox__select {
  height: 35px;
  padding: 0 30px 0 15px;
  border: 0!important;
  background: #587187;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 35px;
  color: #fff;
  text-shadow: none;
}
.lang-select .jq-selectbox__trigger {
  top: 0;
  right: 0;
  width: 27px;
  height: 100%;
  border-left: 0;
  font-size: 8px;
}
.lang-select .jq-selectbox__trigger:after {
  display: block;
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 3px;
  top: 13px;
}
.lang-select .jq-selectbox__trigger-arrow {
  display: none;
}
.lang-select.jq-selectbox li:hover {
  background-color: #587187;
}
.lang-select .jq-selectbox__dropdown {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 105%!important;
}
#footer {
  background: #587187;
  margin: -243px 0 0 0;
  padding: 36px 0 16px 0;
}
.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.social__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.social__link {
  color: #fff;
  font-size: 25px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.social__link:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.footer-nav {
  margin: 27px 0 0 0;
}
.footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-nav__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.footer-nav__link {
  text-decoration: none;
  color: #8da4b9;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-nav__link:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.footer-navigation {
  text-align: center;
  margin: 33px 0 0 0;
}
.footer-navigation a {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
  color: #fff;
  font-size: 12px;
}
.footer-navigation a:hover {
  text-decoration: none;
}
.copy-lang {
  color: #fff;
  text-align: center;
  margin: 31px 0 0 0;
  font-size: 15px;
}
.copy-lang a {
  color: inherit;
  text-decoration: none;
}
.copy-lang i {
  font-size: 8px;
  vertical-align: middle;
}
.main-screen {
  height: 702px;
  position: relative;
  min-width: 1250px;
  margin: auto;
}
.main-screen .main-container {
  position: relative;
}
.main-screen.main-screen2 {
  height: 499px;
  overflow: hidden;
}
.main-screen__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.main-screen__video video {
  width: 100%;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-slider__item2 {
 height: 399px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  outline: 0;
}
.main-slider__item:after {
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.main-slider__item .main-container {
  position: relative;
}
.main-slider__item.slick-active .main-slider__text {
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider__item.slick-active .main-slider__scroll-cont {
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider__item .main-slider__text {
  display: none;
}
.main-slider__item .main-slider__text.no-animate {
  display: block;
}
.main-slider__item .main-slider__scroll-cont {
  display: none;
}
.main-slider__text {
  position: relative;
  display: inline-block;
  margin: 112px 0 0 0;
  width: 466px;
  z-index: 2;
  padding: 0 15px 52px 0;
}
.main-slider__text:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 3000px;
  height: 100%;
  content: '';
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #0A141E;
  z-index: -1;
}
.main-slider__text p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.7;
}
.main-slider__title {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 66px 8px 0;
  margin: 27px 0 14px 0;
}
.main-slider__scroll {
  height: 200px;
  padding: 17px 0 0 25px;
}
.main-slider__scroll .mCSB_inside > .mCSB_container {
  margin: 0 25px 0 0;
}
.main-slider__scroll p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.7;
}
.main-slider__scroll-cont {
  border: 2px solid #fff;
  border-top: 0;
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 0;
  width: 320px;
  padding-bottom: 13px;
}
.main-slider__news {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-slider__news:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.mian-slider__date {
  color: #eaeaea;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 25px 0;
}
.advantages {
  text-align: center;
  margin: 0 -11px 0;
}
.advantages p {
  margin: 8px 0 0 0;
  font-size: 15px;
}
.advantages .pure-u-1 {
  padding: 0 11px;
}
.advantages__img {
  height: 94px;
  line-height: 94px;
  margin: 0 0 68px 0;
}
.advantages__img img {
  display: inline-block;
  vertical-align: middle;
}
.advantages__name {
  font-size: 22px;
}
.experts {
  padding: 41px 0 78px 0;
  margin: 42px 0 0 0;
  text-align: center;
}
.experts-img {
  padding: 0 15px;
}
.experts-img img {
  max-width: 100%;
}
.experts h2,
.experts .h2 {
  margin: 0;
}
.experts .link_blue {
  margin: 0 0 0 6px;
}
.experts .pure-g {
  margin: 49px -20px 0;
}
.experts .pure-u-1-2 {
  margin-bottom: 25px;
}
.experts__name {
  margin: 22px 0 0 0;
  font-size: 20px;
  font-weight: 400;
}
.expert__phone {
  font-size: 14px;
  margin: 3px 0 0 0;
}
.experts__position {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.news {
  margin: 64px 0 0 0;
  padding: 1px 0 25px 0;
}
.news__item {
  margin-top: 20px;
  padding-right: 50px;
      text-align: justify;
}
.news__item p {
  font-size: 16px;
  margin: 0;
}
.news__item p span {
  font-size: 16px!important;
  font-family: 'Open Sans'!important;
      color: #757578!important;
  margin: 0;
}
.news__item h3,
.news__item .h3 {
  margin: 7px 0;
}
.news__item .news__date {
  margin: 0 0 8px;
}
.news__item .link_blue {
  position: relative;
  margin-top: 15px;
  text-decoration: none;
}
.news__item .link_blue i {
  position: absolute;
  right: -12px;
  bottom: 2px;
}
.news__link {
  color: #587195;
  font-size: 14px;
  text-decoration: none;
}
.news__link:hover {
  color: #6f98bc;
}
.news__row {
  margin-top: 0px;
   font-size: 14px!important;
}
.news__row :first-of-type {
  margin-top: 0;
   font-size: 14px!important;
}
.news__row .news__date {
  margin: 0;
  font-size: 11px!important;
  
}
.reports__link {
  background: url("../img/report.jpg") no-repeat left center;
  padding: 0 0 0 37px;
  min-height: 22px;
  margin-top: 22px;
  color: #587195;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 100%;
}
.reports__link:first-of-type {
  margin-top: 0;
}
.reports__link:hover {
  color: #6f98bc;
}
.news h2,
.news .h2 {
  margin: 0;
}
.news .pure-u-1 {
  padding: 0 30px;
  margin-bottom: 57px;
}
.news .pure-g {
  margin: 29px -30px 0;
}
.news__img {
  margin: 0 0 11px 0;
}
.news__img img {
  width: 100%;
}
.news__name {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 19px 0;
}
.news__date {
  color: #999;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 22px 0;
}
.news__btn {
  text-transform: uppercase;
  margin: 7px 0 0 0;
}
.governance__link {
  color: #587195;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 14px;
}
.governance__link:hover {
  color: #6f98bc;
}
.governance_img {
  float: left;
  margin-right: 15px;
}
.events__row {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .events__page .events__date {
    float: left;
    width: 12%;
    font-size: 12px;
    padding-top: 3px;
  }
  .events__page .events__category {
    float: left;
    width: 12%;
  }
  .events__page .events__text {
    float: left;
    width: 60%;
  }
}
.events__date {
  float: left;
  width: 13%;
  font-size: 12px;
}
.events__category {
  float: left;
  width: 24%;
}
.events__text {
  float: left;
  width: 60%;
}
.registration__form {
  width: 100%;
}
.registration__form .link_blue {
  line-height: 1.6;
}
.registration__form .popup__row {
  margin-bottom: 22px;
}
.registration__form .reports__btn {
  margin-top: 15px;
}
.registration__agree .popup__col {
  /*margin-left: 50%;*/
}
.registration__agree .popup__col2 {
  margin-left: 50%!important;
}
.registration__agree .popup__col label {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .registration__form {
    width: 100%;
  }
  .registration__form .popup__col {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
  }
  .registration__agree .popup__col {
    margin-left: 0;
  }
  .registration__agree .popup__col label {
    line-height: 1.6;
  }
}
.login__link {
  color: #587195;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  vertical-align: top;
  margin-top: 27px;
}
.login__link.logged {
  font-weight: 700;
}
.login__link.logged .login__icon {
  display: inline-block;
  vertical-align: top;
  background: url("images/login_open.png") no-repeat center;
  width: 12px;
  height: 17px;
}
.login__link:hover {
  color: #6f98bc;
}
.account_navigation {
  margin-top: 5px;
}
.account_navigation .link_blue {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.account_navigation .link_blue:hover {
  text-decoration: none;
}
.login__icon {
  display: inline-block;
  vertical-align: top;
  background: url("images/login.png") no-repeat center;
  width: 12px;
  height: 17px;
}
.main__search {
  position: relative;
  font-style: italic;
  margin-top: 10px;
}
.main__search .search-submit {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 19px;
  color: #587187;
}
.main__search input {
  padding-right: 40px!important;
}
.select_green .jq-selectbox__select {
  height: 34px;
  padding: 0 0 0 18px;
  border: 0!important;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: none;
  box-shadow: none;
  color: #757578;
  text-shadow: none;
  /*font-weight: 700;*/
}
.select_green .jq-selectbox__trigger {
  border-left: 0;
}
.select_green .jq-selectbox__trigger-arrow {
  right: 22px;
  border-top: 5px solid #757578;
}
.marker__cont {
  font-size: 14px;
}
.right_block h3,
.right_block .h3 {
  margin: 7px 0;
}
.right_block .events__date,
.right_block .events__category,
.right_block .events__text {
  width: 100%;
}
.right_block .news__item {
  padding-right: 0;
}
.right_block .news__date,
.right_block .news__link,
.right_block p {
  font-size: 12px;
}
.right_block .events__row {
  font-size: 12px;
}
.right_block .events__row .link_blue {
  font-size: 12px;
  margin-top: 0;
}
.right_block .events__row .link_blue:hover {
  color: #587195;
}
.right_block .reports__link {
  font-size: 12px;
  padding: 0 0 0 25px;
}
.indicator {
  border-color: #3e9e3e!important;
}
.indicator {
  border-left: 3px solid transparent;
  padding-right: 5px;
}
.table__cell {
  padding: 3px 0;
  font-size: 12px;
}
.table__cell a {
  color: #216783;
  text-decoration: none!important;
  cursor: pointer;
}
.reports__row {
  margin-bottom: 15px;
}
.reports__col {
  width: 40%;
  float: left;
  padding-left: 20px;
}
.pure-g form{
	width: 100%;
	margin-bottom: 20px;
}
.reports__col label {
  color: #587195;
  line-height: 32px;
}
.reports__col .jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #cccccc!important;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: none;
  box-shadow: none;
  font-family: 'Open Sans';
  color: #587195;
  text-shadow: none;
  width: 300px;
  outline: 0;
}
.reports__col .jq-selectbox li:hover {
  /*background-color: #587195;*/
  color: #599bc8;
}
.reports__col .form-control {
  width: 76px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.reports__col .form-control:first-of-type {
  margin-left: 0;
}
.reports__col .form-control input {
  height: 32px;
  line-height: 32px;
  padding: 3px;
  border-radius: 4px;
}
.reports__btn {
  color: #fff;
  height: 32px;
  line-height: 32px;
  background-color: #587195;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.reports__btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.reports__inputs {
  width: 325px;
}
.indicator2 {
  border-left: 3px solid transparent;
  padding-right: 5px;
  border-color: #b51a28!important;
}
.positive,
.positive + .character,
.positive .character {
  color: #3e9e3e;
}
.negative {
  color: #b51a28;
}
.markets__table table {
  width: 100%;
}
.table__row:hover {
  background: #f2f2f2;
  cursor: pointer;
}
.market__img img {
  width: 100%;
}
.market__date {
  font-size: 12px;
  color: #999999;
  margin-bottom: 22px;
  display: block;
}
.login_mob {
  display: none;
}
.menu-container_empty {
  height: 48px;
}
.news__item_big p {
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  .table__cell {
    padding: 3px 0;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .table__cell {
    padding: 3px 0;
    font-size: 13px;
  }
  .market__img {
    max-width: 450px;
  }
  .login_mob {
    display: block;
  }
  .login_desktop {
    display: none;
  }
  .news__item {
    padding-right: 0;
  }
}
@media (max-width: 668px) {
  .reports__col {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: left;
  }
  .reports__col .form-control {
    width: 60px;
  }
  .reports__inputs {
    width: 270px;
  }
  .reports__col .jq-selectbox__select {
    width: 270px;
  }
}
@media (max-width: 568px) {
  .events__row {
    font-size: 10px;
    margin-bottom: 15px;
  }
}
.odometer-container {
  width: 453px;
  position: relative;
  margin: 11px 0 0 38px;
  height: 82px;
  float: left;
}
.odometer-container .odometer.odometer-auto-theme .odometer-digit,
.odometer-container .odometer.odometer-theme-default .odometer-digit {
  color: #4a7289;
  font-size: 36px;
  font-weight: 700;
}
.odometer-container .odometer.odometer-auto-theme {
  margin: 15px 0 0 29px;
  font-family: 'Open Sans';
  line-height: 50px;
}
.odometer-container .odometer-formatting-mark {
  margin: 0 31px;
}
.odometer-border {
  position: absolute;
  border: 2px solid #4a7289;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 76px;
  height: 82px;
  top: 0;
  left: 0;
}
.odometer-border_1 {
  left: 88px;
}
.odometer-border_2 {
  left: 214px;
}
.odometer-border_3 {
  left: 339px;
}
.odometer-border-big {
  position: absolute;
  border: 2px solid #4a7289;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 114px;
  height: 82px;
  top: 0;
}
.odometer-border:after,
.odometer-border-big:after,
.odometer-border:before,
.odometer-border-big:before {
  width: 2px;
  height: 11px;
  background: #4a7289;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.odometer-border:after,
.odometer-border-big:after {
  left: -4px;
}
.odometer-border:before,
.odometer-border-big:before {
  right: -4px;
}
.odometer-border__line {
  background: #39647c;
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.odometr-wrapper {
  float: left;
  padding: 60px 0 0 0;
}
.odometr-wrapper2 {
  float: left;
  padding: 20px 0 0 0!important;
  width: 43%;
}
.odometr-wrapper p {
  /* color: #7f7f81;
  margin: 0 0 0 41px;
  letter-spacing: -0.3px; */
      color: #7f7f81;
    margin: 57px 0 0 41px;
    font-size: 20px;
    letter-spacing: -0.3px;
}
.year-item {
  height: /*123*/166px;
  position: relative;
  width: 27px;
  float: left;
  margin: 0 0 0 10.5px;
  -webkit-transition: 2s all ease;
  -o-transition: 2s all ease;
  transition: 2s all ease;
}
.year-item:first-child {
  margin: 0;
}
.year {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #4a7289;
  font-size: 12px;
}
.year-column {
  width: 19px;
  background: #4a7289;
  bottom: 26px;
  left: 5px;
  position: absolute;
  height: 0;
  -webkit-transition: 2s all ease;
  -o-transition: 2s all ease;
  transition: 2s all ease;
}
.year-column .fa-flag {
  position: absolute;
  top: -20px;
  left: 3px;
  font-size: 20px;
  color: #4a7289;
}
.year-column.year-column_yellow {
  background: #f9c422;
}
.year-progress {
  float: left;
  margin: 54px 0 0 29px;
}
.year-progress2 {
  float: left;
  margin: 14px 0 0 29px!important;
}
.year-item__animated .year-column_1 {
  height: 14px;
}
.year-item__animated .year-column_2 {
  height: 17px;
}
.year-item__animated .year-column_3 {
  height: 20px;
}
.year-item__animated .year-column_4 {
  height: 23px;
}
.year-item__animated .year-column_5 {
  height: 26px;
}
.year-item__animated .year-column_6 {
  height: 29px;
}
.year-item__animated .year-column_7 {
  height: 32px;
}
.year-item__animated .year-column_8 {
  height: 35px;
}
.year-item__animated .year-column_9 {
  height: 38px;
}
.year-item__animated .year-column_10 {
  height: 47px;
}
.year-item__animated .year-column_11 {
  height: 57px;
}
.year-item__animated .year-column_12 {
  height: 68px;
}
.year-item__animated .year-column_13 {
  height: 79px;
}
.year-item__animated .year-column_14 {
  height: 89px;
}
.year-item__animated .year-column_15 {
  height: 99px;
}
.year-item__animated .year-column_16 {
  height: 109px;
}
.menu-container {
  position: relative;
}
.menu {
  position: absolute;
  left: 0;
  top: -32px;
  padding-left: 15px;
  z-index: 10;
}
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0;
}
.menu__link {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 0 13px 0;
  position: relative;
}
.menu__link:hover:after,
.menu__link.active:after {
  width: 100%;
}
.menu__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #61b8ee;
}
.menu-container_full {
  background: #587187;
}
.menu-container_full #btn-mob-menu span {
  background: #fff;
}
.menu-container_full .menu {
  top: auto;
  bottom: 0;
  position: relative;
  padding: 16px 0 0 0;
}
.aside-cont .pure-u-lg-4-5 {
  padding: 0 0 0 34px;
}
.aside-left {
  border: 1px solid #d5d5d5;
  margin-top: 46px;
}
.aside-left .main-slider__news {
  color: #587187;
}
.aside-left .main-slider__scroll p {
  color: #757578;
}
.read-more {
  display: block;
  padding: 10px 15px;
  margin-top: 15px;
  color: #337ab7;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.read-more:hover {
  color: #fff;
}
/* .contacts {
  margin: 0 0 0 -15px;
} */
.contacts .pure-u-1 {
  padding-left: 15px;
}
/* .contacts__item {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  background: #fff;
}
.contacts__img {
  float: left;
  width: 175px;
  margin: 0 27px 0 0;
}
.contacts__img img {
  max-width: 100%;
  display: block;
}
.contacts__name {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin: 42px 0 0 0;
} */
.contacts__name a {
  text-decoration: none;
  color: inherit;
}
.contacts__position {
  color: #757578;
  margin: 11px 0 12px 0;
  font-size: 14px;
}
.contacts__phone {
  margin: 12px 0 0 0;
  font-size: 14px;
  color: #757578;
}
@media (max-width: 1260px) and (min-width: 1023px) {
  .resume .contacts__img {
    float: left;
    width: 156px;
    margin: 0 20px 0 0;
  }
}
ul li {
  color: #87888a;
  margin: 0 0 0px 0;
  font-size: 14px;
}
.news__img2 {
  margin: 0 14px 11px 0;
  float: left;
  width: 30%;
}
.news__name2 {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 19px 0;
  float: left;
  width: 100%;
  text-decoration: none;
}
.news__name2:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.news__date2 {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 0;
  float: left;
  width: 100%;
}
.news__text {
  float: left;
  width: 100%;
}
.news__img2 img {
  float: left;
  width: 100%;
}
.news__blok__text {
  float: left;
  width: 65%;
}
.btn_news {
  float: left;
}
.block___news {
  margin-bottom: 50px;
}
.left_block {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.transaction-list {
  margin: 25px -15px 25px;
  float: left;
}
.transaction-list .pure-u-md-1-4 {
  padding: 0 15px;
}
.transaction__company_item {
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 0;
}
.company_item {
  min-height: 567px;
  text-align: center;
  border: 1px solid #bdcbdb;
}
.company_item .company-logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.company_item .company-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90px;
}
.company_item .transaction__text {
  font-weight: bold;
  color: #333;
}
.company_item .company_item__description {
  padding: 15px 30px 0;
  color: #1d2b2d;
  font-size: 14px;
}
.company_item .company_item__description span {
  display: block;
  color: #3C8344;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.company_item .concord-logo {
  display: table;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.company_item {
  margin-bottom: 25px;
}
.company_item .transaction__concord-logo {
  border-top: 1px solid #bdcbdb;
  position: absolute;
  bottom: 0;
}
.company_item .concord-logo img {
  margin: 20px auto 0;
}
.company_item .concord-logo .date {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #587187;
  display: block;
  width: 100%;
}
.list_a {
  color: #587187;
  font-size: 14px;
  text-decoration: none;
}
.article-filters {
  text-align: center;
  color: #b2b2b2;
  margin-top: 30px;
}
.article-filters .filter-container {
  font-size: 14px;
  font-weight: 400;
  color: #587187;
}
.article-filters .filter-container label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #587187;
  border-radius: 20px;
  background: #ffffff;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.article-filters .filter-container label.checked {
  color: #ffffff;
  background: #587187;
}
.article-filters .filter-container label.checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background: #587187;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 50%;
}
.article-filters .filter-container input[type="radio"] {
  display: none;
}
.article-layout-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: auto;
}
.careers .article .article-layout-panels.article-layout-panels-4 .panel-circles {
  width: 25%;
  margin-bottom: 20px;
}
.careers .article .article-layout-panels.article-layout-panels-4 .panel-circles .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.careers .article .article-layout-panels.article-layout-panels-4 .panel-circles .panel-body .circle {
  line-height: 110px;
  width: 110px;
  height: 110px;
  border-radius: 4px;
}
.article-layout-panels .panel.panel-circles .circle {
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background-color: #ffdc2e;
  border-radius: 100px;
}
.article-layout-panels .panel.panel-circles .title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
}
.advantages__img2 {
  height: 35px;
}
.advantages2 {
  margin: 37px -11px 0 !important;
}
.tab-container .nav-tabs {
  border: none;
  margin-bottom: 30px;
}
.tab-container .nav-tabs li {
  margin: 0;
  border: 2px solid #587187;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tab-container .nav-tabs li.active a {
  color: #ffffff;
  background: #587187;
}
.tab-container .nav-tabs li a {
  font-size: 14px;
  font-weight: 400;
  color: #587187;
  text-align: center;
  line-height: 38px;
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 25px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.tab-container .nav-tabs li {
  margin: 0;
  border: 2px solid #587187;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tab-container .tab-content {
  font-size: 16px;
  line-height: 22px;
  color: #757578;
  float: left;
  width: 100%;
}
.hiding-description li{
	font-size: 16px!important;
}
.hiding-container .hiding-title h2 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
.hiding-container .hiding-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #587187;
  padding: 15px 0;
  cursor: pointer;
}
.hiding-container {
  width: 100%;
  height: auto;
  border-top: 1px solid #d9d9d9;
  float: left;
}
.hiding-container .hiding-title .date {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #898989;
  display: table;
  width: auto;
  padding-left: 30px;
}
.hiding-container .hiding-title i {
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.form-group {
  margin-bottom: 25px;
}
.form-group input {
  font-size: 14px;
  line-height: 42px;
  color: #666666;
  font-weight: 400;
  width: 100%;
  height: 44px;
  padding: 0 22px;
  border: 1px solid #cccccc;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-group textarea {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
  width: 100%;
  height: 100px;
  padding: 12px 22px;
  border: 1px solid #cccccc;
  resize: none;
}
.form-group .upload-file {
  font-size: 14px;
  line-height: 35px;
  color: #6699cc;
  display: block;
  width: 100%;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.stat-dropdown {
  display: none;
}
.stat-dropdown.active {
  display: block;
}
.stat-btn.active .fa-caret-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.stat-btn .fa-caret-down {
  margin-right: 10px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-pane .link_light-blue {
  margin: 0;
}
.list {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.list li {
  margin-bottom: 5px;
}
.hiding-title.active .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  color: #b9b9b9;
}
.form-control {
  display: block;
}
.form-control input,
.form-control textarea {
  font-size: 14px;
  line-height: 42px;
  color: #666666;
  font-weight: 400;
  width: 100%;
  height: 44px;
  padding: 0 22px;
  border: 1px solid #cccccc;
  outline: 0;
}
.form-control textarea {
  resize: none;
  height: 128px;
}
.help-block {
  display: none;
}
.resume h2,
.resume .h2 {
  margin-bottom: 30px;
}
.resume .form-control {
  margin-bottom: 25px;
}
.resume .pure-u-md-2-3 {
  padding: 0 30px;
}
.resume .pure-u-md-2-3 .form-control {
  margin-bottom: 10px;
}
.resume .send-form-btn {
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  width: 105px;
  height: 35px;
  padding: 0;
  border: none;
  border-radius: 18px;
  background: #6699cc;
  box-shadow: none;
  outline: none;
  position: relative;
  top: 2px;
}
.tags-container {
  color: #cecece;
  padding-bottom: 15px;
  margin-top: 20px;
}
.tags-container a {
  font-size: 12px;
  font-weight: 400;
  color: #6f98bc;
}
.press-open h3,
.press-open .h3 {
  padding-top: 0;
}
.post__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #898989;
  display: table;
  width: auto;
  padding: 0;
  font-style: italic;
}
.post__description {
  color: #757578;
  font-size: 14px;
  line-height: 26px;
}
.news-container {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  overflow: hidden;
}
.text-news {
  display: inline-block;
  float: left;
  width: auto;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.text-news-item {
  display: block;
  width: 100%;
  max-height: 220px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 30px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.news-container .tags {
  color: #cecece;
  display: table;
  width: auto;
  padding-bottom: 5px;
}
.news-container .tags a {
  font-size: 12px;
  color: #6f98bc;
}
.news-container .news-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  display: table;
  width: auto;
  margin-bottom: 10px;
  text-decoration: none;
}
.news-date {
  font-size: 12px;
  line-height: 26px;
  color: #898989;
  padding-bottom: 10px;
}
.news-container .description {
  font-size: 14px;
  line-height: 22px;
  color: #757578;
}
.news-container .more-container {
  display: block;
  width: 100%;
  height: 45px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.news-container .more-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  top: -35px;
}
.news-container .more-container .more {
  font-size: 14px;
  font-weight: 400;
  color: #6f98bc;
  display: table;
  padding-top: 10px;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}
.photo-list {
  margin: 0 -15px;
}
.photo-list .pure-u-1-2 {
  padding: 0 15px;
  margin-bottom: 30px;
}
.photo-list a {
  display: block;
  outline: 0;
  text-decoration: none;
  position: relative;
}
.photo-list a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(88, 113, 135, 0.7);
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.photo-list a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "\f0b2";
  color: #fff;
  font: normal normal normal 28px/1 FontAwesome;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.photo-list img {
  max-width: 100%;
  display: block;
}
.photo-list a:hover:after,
.photo-list a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.photo-title {
  margin-bottom: 30px;
}
.photo p {
  color: #87888a;
  margin: 0 0 21px 0;
  font-size: 14px;
}
.video {
  margin: 0 -15px;
}
.video .pure-u-1 {
  padding: 0 15px;
}
.video__item {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 15px;
}
.video__item:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.4);
}
.vidoe__img {
  display: block;
  min-height: 180px;
  position: relative;
  text-decoration: none;
}
.vidoe__img img {
  display: block;
}
.vidoe__img:after {
  background-color: rgba(88, 113, 135, 0.7);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.vidoe__img:before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  color: #fff;
  content: "\f144";
  font: normal normal normal 50px/1 FontAwesome;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.panel-body {
  padding: 27px 29px;
  border: 1px solid #d5d5d5;
  border-top: none;
  overflow: hidden;
  position: relative;
}
.panel-title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  padding: 0.25em 0 0.35em;
  display: table;
  width: auto;
}
.panel-description {
  font-size: 12px;
  line-height: 20px;
  color: #757578;
}
.contacts-aside {
  margin-top: 0;
}
.map-contacts {
  position: relative;
}
.header-top__text-container {
  font-size: 14px;
  line-height: 22px;
  color: #587187;
  text-align: left;
  display: block;
  width: 270px;
  height: 100%;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  right: 0;
}
.header-top__title {
  font-size: 28px;
  line-height: 1em;
  color: #587187;
  text-align: left;
  padding-bottom: 10px;
}
.header-top__text-container .item-left i {
  padding-right: 8px;
}
.header-top__text-container .item-left {
  vertical-align: top;
  display: table-cell;
  width: 90px;
  padding-right: 10px;
}
.header-top__text-container .item-right {
  color: #757578;
  vertical-align: top;
  display: table-cell;
  width: 100%;
  padding-bottom: 5px;
}
.header-top__text-container .address,
.header-top__text-container .phone,
.header-top__text-container .fax {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.header-top__text-container .item-right a {
  color: #757578;
  text-decoration: none;
}
.contacts-wrap h2,
.contacts-wrap .h2 {
  margin: 0;
  padding: 25px 0;
}
.pager {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
  text-align: center;
}
.pager__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  color: #587187;
}
.pager__link {
  color: inherit;
  text-decoration: none;
  outline: 0;
  font-size: 17px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #587187;
  text-align: center;
  line-height: 40px;
  display: block;
}
.pager__link.active {
  color: #fff;
  background: #587187;
}
.pager__link:hover {
  color: #fff;
  background: #587187;
}
.main-slider-container {
  position: relative;
}
.main-slider-container .main-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.stat-dropdown-cont {
  margin-bottom: 21px;
}
.sales-title {
  color: #87888a;
  margin: 0 0 21px 0;
  font-size: 14px;
  font-weight: 700;
}
.title_blue {
  color: #587195;
  margin: 25px 0;
  font-weight: 400;
  font-size: 29px;
}
#btn-mob,
#btn-mob-menu {
  display: none;
}
.lang-container {
  float: right;
  position: relative;
}
.search-dropdown {
  position: absolute;
  background: #fff;
  right: 0;
  z-index: 20;
  top: 72px;
  padding: 30px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-dropdown.opened {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.search-dropdown .form-control {
  width: 300px;
  position: relative;
}
.search-dropdown .search-submit {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 19px;
  color: #587187;
}
.placmenst__item {
  float: left;
}
.photo-preview {
  float: right;
  width: 13%;
}
.photo-preview img {
  width: 100%;
}
.aside-img {
  margin: 25px 0;
}
.aside-img img {
  max-width: 100%;
}
.aside-contacts {
  border: 0;
}
.aside-contacts .contacts__img {
  width: 100px;
  padding: 0 15px 84px 0;
  margin: 0;
}
.aside-contacts .link_light-blue {
  font-size: 11px;
  margin: 5px 0 0 0;
}
.aside-contacts .contacts__name {
  margin: 0;
}
.aside-contacts .contacs__position {
  font-size: 12px;
}
.aside-contacts .contacts__phone {
  margin: 6px 0 0 0;
}
@media (max-width: 1260px) and (min-width: 1023px) {
  .resume .contacts__img {
    float: left;
    width: 156px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1260px) and (min-width: 767px) {
  .company_item .company_item__description {
    padding: 15px 15px 0;
    color: #1d2b2d;
    font-size: 11px;
  }
}
@media (max-width: 1260px) {
  .main-nav__item {
    margin-left: 13px;
  }
  .odometr-wrapper {
    float: none;
    padding: 60px 0 0 0;
    width: 495px;
    margin: auto;
  }
  .year-progress {
    float: none;
    margin: 54px 0 0 0;
    text-align: center;
    display: block;
  }
  .year-item {
    float: none;
    display: inline-block;
  }
  .contacts__name {
    margin: 17px 0 0 0;
  }
  .contacs__position {
    font-size: 12px;
  }
  .menu__item {
    margin: 0 26px 0 0;
  }
}
@media (max-width: 1023px) {
  #header {
    position: relative;
    padding: 23px 0;
  }
  .aside-contacts {
    margin-top: 25px!important;
  }
  .aside-contacts .contacts__img {
    width: 100px;
    padding: 0 15px 0 0;
    margin: 0;
  }
  .aside-img {
    display: none;
  }
  .aside-cont .pure-u-lg-4-5 {
    padding: 0;
  }
  .menu-container_full .menu {
    top: auto;
    bottom: 0;
    position: relative;
    padding: 0 0 0 15px;
  }
  #btn-mob,
  #btn-mob-menu {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    padding: 11px 0 0 0;
    margin: 2px 0 0 15px;
  }
  #btn-mob span,
  #btn-mob-menu span {
    width: 24px;
    height: 2px;
    display: block;
    background: #587187;
    margin: 5px 0 0;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #btn-mob.active span:nth-child(1),
  #btn-mob-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
  }
  #btn-mob.active span:nth-child(2),
  #btn-mob-menu.active span:nth-child(2) {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  #btn-mob.active span:nth-child(3),
  #btn-mob-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -8px;
  }
  #btn-mob-menu {
    margin-left: 0;
  }
  .main-nav-list {
    text-align: center;
  }
  .main-nav {
    display: block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 0 0 0 34px;
  }
  .main-nav.opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .main-nav__item {
    margin: 0!important;
    display: block;
  }
  .main-nav__link {
    padding: 10px 0;
    text-align: left;
    display: block;
  }
  .main-nav__link:after {
    display: none;
  }
  .menu {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 0;
    z-index: 10;
  }
  .menu__list {
    display: block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 0 0 0 34px;
    border-bottom: 1px solid #587187;
  }
  .menu__list.opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .menu__item {
    margin: 0!important;
    display: block;
  }
  .menu__link {
    padding: 10px 0;
    text-align: left;
    display: block;
    color: #587187;
  }
  .menu__link:after {
    display: none;
  }
  .main-slider__text {
    margin: 95px 0 0 0;
    width: 320px;
  }
  .main-slider__text p {
    font-size: 14px;
  }
  .menu-nav-dropdown__link {
    width: 150px;
    display: block;
    text-align: left;
    padding: 6px 0 6px 20px;
  }
  .menu-nav-dropdown {
    position: relative;
    display: block;
    padding: 0 0 15px 0;
  }
  .main-slider__title {
    font-size: 22px;
    padding: 0 15px 8px 0;
  }
  .main-slider__scroll p {
    font-size: 13px;
  }
  .main-slider__scroll-cont {
    width: 270px;
  }
  .company_item__description {
    font-size: 13px;
  }
  .photo-preview {
    float: none;
    display: inline-block;
    width: 22%;
  }
}
@media (max-width: 767px) {
  .video {
    margin: 0;
  }
  .header-top__text-container {
    position: relative;
    margin: auto;
    height: auto;
  }
  .company_item__description {
    font-size: 16px;
  }
  .main-slider__text {
    margin: 30px 0 0 0;
    width: 100%;
    max-height: 216px;
  }
  .main-slider__text:after {
    right: -15px;
  }
  .resume .pure-u-md-2-3 {
    padding: 0 0 30px;
  }
  .main-slider__scroll-cont {
    width: 100%;
    position: relative;
    margin: 17px 0 0 0;
    border-top: 2px solid #fff;
    right: auto;
  }
  .advantages__img {
    height: 94px;
    line-height: 94px;
    margin: 0 0 15px 0;
  }
  .advantages .pure-u-1 {
    margin-bottom: 25px;
  }
  .news .pure-g {
    margin: 29px 0 0;
  }
  .news .pure-u-1 {
    margin-bottom: 35px;
    padding: 0;
  }
  .news .pure-u-1 p {
    font-size: 11px;
    margin: 0 0 5px 0;
  }
  .news__date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 11px 0;
  }
  .news__name {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
  }
  .odometer-container .odometer-formatting-mark {
    margin: 0 15px;
  }
  .odometer-container .odometer.odometer-auto-theme .odometer-digit,
  .odometer-container .odometer.odometer-theme-default .odometer-digit {
    font-size: 24px;
    font-weight: 700;
  }
  .odometer-border {
    width: 35px;
    height: 62px;
    top: 0;
    left: 0;
  }
  .odometer-container .odometer.odometer-auto-theme {
    margin: 15px 0 0 10px;
    line-height: 30px;
  }
  .odometer-border-big {
    width: 64px;
    height: 62px;
    top: 0;
  }
  .odometer-border_1 {
    left: 44px;
  }
  .odometer-border_2 {
    left: 118px;
  }
  .odometer-border_3 {
    left: 191px;
  }
  .odometr-wrapper {
    float: none;
    padding: 60px 0 0 0;
    width: auto;
    margin: auto;
  }
  .odometer-container {
    width: 255px;
    position: relative;
    float: none;
    margin: auto;
    margin-top: 15px;
  }
  .odometr-wrapper p {
    color: #7f7f81;
    margin: 0;
    text-align: center;
    letter-spacing: -0.3px;
  }
  .main-slider__item {
    height: 542px;
  }
  .year-column {
    width: 11px;
    background: #4a7289;
    bottom: 13px;
    left: 2px;
  }
  .year-item {
    width: 18px;
    margin: 0;
	float: left!important;
  }
  .year {
    font-size: 6px;
  }
  .year-column .fa-flag {
    position: absolute;
    top: -14px;
    left: 3px;
    font-size: 12px;
    color: #4a7289;
  }
  .year-progress2 {
    float: none;
    margin: auto!important;
    margin-top: 15px!important;
  }
  .advantages p {
    margin: 8px 0 0 0;
    font-size: 13px;
  }
  .tab-container .nav-tabs li a {
    padding: 0 13px;
  }
  .news__name2 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 19px 0;
    float: left;
    width: 100%;
    text-decoration: none;
  }
}
@media (max-width: 668px) {
  .experts__name {
    font-size: 13px;
  }
  .experts-img {
    padding: 0 8px;
  }
  .title_blue {
    font-size: 20px;
  }
  .seo-text {
    margin: 28px 0 0 0;
    padding: 0;
  }
  .seo-text p {
    font-size: 13px;
  }
  .copy-lang {
    color: #fff;
    text-align: center;
    margin: 31px 0 0 0;
    font-size: 11px;
  }
  .placmenst__item {
    display: block;
    text-align: center;
    float: none;
  }
  .advantages2 .pure-u-1-2 {
    margin-bottom: 25px;
  }
  .pager__item {
    margin: 0 4px;
  }
}
@media (max-width: 568px) {
  .news__img2 {
    margin: 0 14px 11px 0;
    float: none;
    width: 100%;
  }
  .news__blok__text {
    float: none;
    width: 100%;
  }
  .news__text {
    font-size: 14px;
  }
  .photo-preview {
    float: none;
    display: inline-block;
    width: 45%;
  }
}
@media (max-width: 490px) {
  .contacts__img {
    float: none;
    width: 100%;
  }
  .contacts__img img {
    width: 100%;
  }
  .aside-contacts .contacts__img {
    width: 100px;
    padding: 0 15px 36px 0;
    margin: 0;
    float: left;
  }
  .company_item__description {
    font-size: 13px;
  }
  .contacts__item {
    max-width: 270px;
    margin: auto;
    margin-bottom: 15px;
    padding: 0 0 15px;
  }
  .contacts__name,
  .contacs__position,
  .link_light-blue,
  .contacts__phone {
    margin-left: 15px;
  }
  h1,
  .h1 {
    color: #587195;
    margin: 25px 0;
    font-weight: 400;
    font-size: 22px;
  }
  h2,
  .h2 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin: 25px 0;
  }
}
@media (max-width: 422px) {
  .lang-container {
    float: none;
    text-align: center;
  }
}
#popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}
.popup {
  visibility: hidden;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  -o-transform: translate(0, -200%);
  transform: translate(0, -200%);
  position: absolute;
  z-index: 1000;
  margin-top: 0;
  min-width: 320px;
  background-color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-width: 500px;
  padding: 30px;
  text-align: center;
}
.popup .reports__btn {
  margin-top: 15px;
  border: none;
}
.popup p {
  text-align: left;
  font-size: 14px;
}
.popup .form-control {
  margin-bottom: 15px;
}
.popup h4,
.popup .h4 {
  color: #000;
}
.popup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 20px;
}
.popup__close {
  width: 50px;
  height: 50px;
  background: #587195;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 5;
}
.popup__close:after,
.popup__close:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 16px;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup__close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup__col {
  width: 50%;
  padding-right: 20px;
  float: left;
}
.popup__col label {
  line-height: 44px;
}
.popup__links {
  margin-top: 15px;
}
.popup__links .link_blue {
  margin: 0 15px;
}
.news__mob {
  display: none;
}
@media (max-width: 767px) {
  .news__mob {
    display: block;
  }
}
@media (max-width: 568px) {
  .popup {
    padding: 30px 18px 13px;
  }
}
.news__row{
	    float: left;
    width: 100%;
	padding: 8px 0 12px 0;
}
.news__item p {
    font-size: 16px;
    margin: 0!important;
	    text-align: justify;
}
.news__item_mark{
	
}
.news__item_mark p{
font-size: 14px!important;
}
.events__row {
    font-size: 14px;
    margin-bottom: 15px;
	float: left;
	width: 100%;
}
.events__page .events__date {
    float: left;
    width: 12%;
    font-size: 12px!important;
    padding-top: 3px;
}
.events__page .events__category {
    float: left;
    width: 12%;
}
.events__page .events__text {
    float: left;
    width: 60%;
}
.events__page .events__date {
    font-size: 12px!important;
}
.h1rs{
	color: #587195;
    margin: 25px 0 0 13px!important;
    font-weight: 400;
    font-size: 29px;
}

.marker__cont {
    font-size: 14px;
}
.text-right {
    text-align: right;
}

.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	/*background: linear-gradient(#F6F6F6, #E6E6E6);*/
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	/*background-color: #A3ABB1;*/
	color: #599bc8;
}
/* .jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
} */
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.team_img2{
	float: left;
    margin: 0 17px 17px 0;
}
.team_text2{
	    float: left;
		width: 88%;
}

.team_block2{
	width: 100%;
	float: left;
}
.logors {
    display: inline-block;
    vertical-align: top;
    width: 157px;
    height: 38px;
    background: url(/images/logors.svg) no-repeat center;
    background-size: cover;
}

.red_block{
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.red_block span{
	color: red;
	width: 100%;
	float: left;
}
.login__icon {
    display: inline-block;
    vertical-align: top;
   /* background: url(../images/login.png) no-repeat center;*/
    width: 12px;
    height: 17px;
}
.login__link {
    color: #587195;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
    vertical-align: top;
    margin-top: 27px;
}
.login__link.logged .login__icon {
    display: inline-block;
    vertical-align: top;
    /*background: url(/images/login_open.png) no-repeat center;*/
    width: 12px;
    height: 17px;
}
.reports__col .form-control2 {
    width: 98%!important;
}
#recoveryForm{
	    width: 69%!important;
}
/* v. 01.11.17 */
#profile_v {
	margin-top: 5px;
	width: 20%;
	text-align: left;
}

.form_sub {
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    width: 105px;
    height: 35px;
    padding: 0;
    border: none;
    border-radius: 18px;
    
    box-shadow: none;
    outline: none;
    position: relative;
    top: 2px;
}

.fond {
 position:absolute;
 padding-top:45px;
 top:0;
 left:0;
 right:0;
 bottom:0;

}
.mymagicoverbox {
 display:inline-block;
 color:#ffffff;
 padding:10px;
 margin:10px;
 cursor:pointer;
 font-weight:300;
 font-family:'Roboto';
}
.mymagicoverbox_fenetre {
 z-index:9999;
 position:fixed;
 margin-left:50%;
 top:100px;
 text-align:center;
 display:none;
 padding:5px;
 background-color:#ffffff;
 color:#97BF0D;
 font-style:normal;
 font-size:20px;
 font-weight:300;
 font-family:'Roboto';
}
.mymagicoverbox_fenetreinterieur {
 text-align:center;
 overflow:auto;
 padding:10px;
 background-color:#ffffff;
 color:#666666;
 font-weight:400;
 font-family:'Roboto';
 font-size:17px;
 border-top:1px solid #e7e7e7;
 margin-top:10px
}
.mymagicoverbox_fermer {
 color:#CB2025;
 cursor:pointer;
 font-weight:400;
 font-size:14px;
 font-style:normal
 font-family:'Roboto';
}
#myfond_gris {
 display: none;
 background-color:#000000;
 opacity:0.7;
 width:100%;
 height:100%;
 z-index:9998;
 position:fixed;
 top:0;
 bottom:0;
 right:0;
 left:0;
}

.main-slider__title2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400!important;
  text-transform: none;
  border-bottom: 2px solid #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 66px 8px 0;
  margin: 27px 0 14px 0;
}

.main-slider__text2 {
  
  width: 615px!important;
  
}
.main-slider__text2 p{
	font-size: 15px;
}

.clah2{
	    font-size: 26px;
    font-weight: normal;
    color: #426680;
	    text-align: center;
}

.clah2:after {
    content: "";
    display: block;
    width: 96%;
    margin: auto;
    margin-top: 20px;
    border-bottom: 1px solid #d8d8d9;
}

.prog_heure {
    font-size: 2.2rem;
    /*color: #e9ebef;*/
}
.prog_heure, .prog_sess {
    width: 100%;
}
.day {
    padding: 20px 0;
    position: relative;
	    border-bottom: 1px solid #eee;
}
.day span{
	font-size: 15px;
}
.day p{
	font-size: 14px;
}
.clh3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 40px 5%;
    background: #426680;
    font-size: 16px;
	

}
.clh3 strong {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: #fff solid 1px;
    font-weight: normal;
    font-size: 26px;
	
}
.clh3#theday1 {
    background: rgba(21,120,156,0.2)!important;
    color: #15789c!important;
}
/*Попап окна */

.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal {
  background: white;
  text-align: center;
      padding: 10px 10px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal .title {
  margin-top: 0;
}
