header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  margin: 0;
  color: #333;
  font: 13px/1.385 Arial, Helvetica, Verdana, sans-serif;
  background: #fff;
  height: 100%;
  min-width: 320px;
}
p {
  margin: 0 0 18px;
}
img {
  border-style: none;
}
a {
  color: #0078b5;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover {
  color: #ee0000;
}
/*
a:visited{
  color: #8d8d8d;
}
*/
.jsAnimate {
  opacity: 0;
}
.jsAnimate.visible {
  -webkit-animation: fadeInUp ease-in 1;
  -moz-animation: fadeInUp ease-in 1;
  animation: fadeInUp ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.list-news li.visible:first-child,
.jsAnimate.visible.block-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.list-news li.visible:last-child,
.info-map-block .block-right.jsAnimate.visible,
.info-map-block h2.jsAnimate.visible {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.info-map-block h2.jsAnimate.visible,
.jsAnimate.visible.block-left {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.info-map-block .block-right.jsAnimate.visible {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
  margin: 0;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #b0b0b0;
}
input::-ms-input-placeholder {
  color: #b0b0b0;
}
input::-o-input-placeholder {
  color: #b0b0b0;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea {
  -webkit-appearance: none;
}
textarea,
input[type=submit],
input[type=text] {
  -webkit-border-radius: 0;
}
input[type=image] {
  padding: 0;
  border: none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}
.row {
  margin: 0 auto;
  max-width: 1200px;
}
.row:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.right-align {
  text-align: right;
}
.text-red {
  color: #f10000;
}
.text-blue {
  color: #0078b5;
}
.text-yellow {
  color: #fcbd00;
}
.w1 {
  margin: 0 auto;
  max-width: 1910px;
  padding-bottom: 149px;
}
.inner-row {
  padding: 0 50px;
}
.logo {
  float: left;
  margin: 5px 0 0 28px;
  position: relative;
  background: url(../images/logo@2x.gif) 0 0 no-repeat;
  -webkit-background-size: 154px 81px;
  background-size: 154px 81px;
  text-indent: -9999px;
  overflow: hidden;
  width: 154px;
  height: 81px;
}
.logo a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.logo .text-blue {
  display: block;
}
.header .items-list {
  margin: 0;
  padding: 10px 0 26px 36px;
  list-style: none;
  background: #fdc92e;
  overflow: hidden;
  height: 56px;
  font: italic 12px/14px Georgia, 'Times New Roman', Times, serif;
}
.header .items-list li {
  float: left;
  width: 30%;
  margin: 13px 0 0 3.8%;
}
.header .items-list li:first-child {
  margin-left: 0;
}
.header .items-list li a {
  color: #464646;
  text-decoration: none;
}
.header .items-list li a:hover {
  color: #031a6f;
}
.header .items-list li .item-date {
  font: bold 10px Arial, Helvetica, sans-serif;
}
.header .items-list li .item-date .text-gray {
  font-size: 12px;
  font-weight: normal;
  color: #464646;
}
.header .block-calendar {
  float: left;
  background: #fcbd00;
  position: relative;
  padding: 18px 5px 17px 16px;
  color: #fff;
}
.header .block-calendar:after {
  background: url(../images/arrow-calendar.gif) 0 0 no-repeat;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  width: 13px;
}
.header .block-calendar .title {
  display: block;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
}
.header .block-calendar .button {
  color: #34b3d6;
  font-size: 10px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  line-height: 12px;
  padding: 3px 16px;
}
.header .block-calendar .button:hover {
  opacity: 0.8;
}
.header .user-panel {
  float: left;
  color: #d0d0d1;
  margin: 30px 0 0;
  font: italic 15px/1 Georgia, 'Times New Roman', Times, serif;
}
.header .user-panel ul {
  float: left;
  margin: 0;
  padding: 8px 16px 11px;
  list-style: none;
}
.header .user-panel ul li {
  display: inline-block;
  vertical-align: top;
}
.header .user-panel ul li:before {
  content: "/";
  margin: 0 6px;
}
.header .user-panel ul li:first-child:before {
  display: none;
}
.header .user-panel ul li a {
  color: #0078b5;
  text-decoration: none;
}
.header .user-panel ul li a:hover {
  text-decoration: underline;
}
.header .right-block {
  margin-left: 245px;
}
.header .right-block .right-block-holder {
  float: left;
  width: 100%;
}
.language-block {
  position: relative;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 11;
  margin-left: 13px;
}
.language-block .slide-block {
  display: none;
  position: absolute;
  top: 100%;
  background: #ececec;
  width: 100%;
}
.language-block .slide-block ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.language-block .slide-block li {
  margin-bottom: 5px;
}
.language-block .slide-block li.active a {
  color: #fff;
  background: #0078b5;
}
.language-block .slide-block a {
  display: block;
  color: #000;
  padding: 2px;
  text-decoration: none;
}
.language-block .slide-block a:hover {
  background: #fff;
}

#footer_language_list ul{
	width: 38px;
  color: #000;
  padding: 8px 2px 9px;
  cursor: pointer;
  margin: 0;
  list-style: none;
  background: #ececec url(../images/arrow-languages@2x.png) 50% 80px no-repeat;
  -webkit-background-size: 14px 6px;
  background-size: 14px 6px;
	
}

.language-block .opener {
  width: 38px;
  color: #000;
  padding: 17px 2px 14px;
  cursor: pointer;
  margin: 0;
  list-style: none;
  background: #ececec url(../images/arrow-languages@2x.png) 50% 80px no-repeat;
  -webkit-background-size: 14px 6px;
  background-size: 14px 6px;
}
.language-block .opener li {
  margin-bottom: 5px;
}
.language-block .opener li a {
  color: #000;
  text-decoration: none;
}
.language-block .opener li .inner {
  font-weight: bold;
  color: #0078b5;
}
.nav {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul li {
  position: relative;
}
.nav ul li a {
  display: block;
  text-decoration: none;
  padding: 30px 10px 25px;
}
.nav ul li a.has-drop-down-a {
  position: relative;
}
.nav ul li a.has-drop-down-a:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 10px;
  margin-left: -5px;
  border-top: 5px solid #fcbd00;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.nav ul li ul li a.has-drop-down-a:after{
  left: 95%;
  transform:  rotate(-90deg);
}
.nav ul li ul {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 7px 0 0;
  display: none;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  text-align: left;
  z-index: 10;
  background: #fcbd00;
  min-width: 200px;
}
.nav ul li ul li {
  float: none;
}
.nav ul li ul li a {
  color: #fff;
  padding: 7px 10px 7px 27px;
}
.nav ul li ul li a:hover {
  background: #34b3d6;
}
.nav ul li.active a {
  color: #fff;
  background: #5ec0db;
}
.nav ul li:hover div > ul {
  display: block;
}
.nav ul li ul li:hover > ul{
  display: block;
}
.nav ul li ul ul{
  left: 100%;
  top: 0;
}
.nav ul li:hover > a {
  color: #fff;
  background: #5ec0db;
}
.nav-bar {
  text-align: center;
  background: #34b3d6;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}
.nav-bar .nav > ul {
  display: table;
  width: 100%;
  line-height: 1;
  border-collapse: collapse;
}
.nav-bar .nav > ul > li {
  display: table-cell;
  vertical-align: top;
}
.nav-bar .nav > ul > li:hover div > a {
  background: #5ec0db;
}
.nav-bar .nav > ul > li div {
  position: relative;
}
.nav-bar .nav > ul > li div > a {
  height: 61px;
  padding: 2px 5px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  border: 0;
  width: 350px;
}
.section-icons {
  background: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 36px;
}
.section-icons .logo-title {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 162px;
  height: 31px;
  background: url(../images/logo-invest@2x.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 12px 33px 0 0;
}
.section-icons .list-icons {
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #0078b5;
  list-style: none;
  font: 14px/1 Georgia, 'Times New Roman', Times, serif;
}
.section-icons .list-icons li {
    float: left;
    width: 20%;
    margin-left: 2%;
}
.section-icons .list-icons li:first-child {
  margin-left: 0;
}
.section-icons .list-icons li .icon {
  display: table-cell;
  width: 60px;
  padding-right: 17px;
  vertical-align: middle;
}
.section-icons .list-icons li .icon img {
  display: block;
}
.section-icons .list-icons li .text-block {
  display: table-cell;
  vertical-align: middle;
}
.section-icons .list-icons li.icon2 {
  width: 20%;
}
.section-icons .list-icons li.icon3 {
  width: 19%;
}
.section-icons .list-icons li.icon4 {
  width: 16%;
}

.section-icons .list-icons li.icon5 {
  width: 17%;
}


.block-intro {
  padding: 133px 50px 129px;
  background: #031a6f url(../images/bg-block-intro.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
}
.contact-page .block-intro {
  padding: 64px 50px 76px;
  background: #031a6f url(../images/bg-block-intro4.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 0;
  text-align: center;
}
.contact-page .block-intro h1 {
  margin: 0 28% 0 0;
}
.contact-page .block-intro h1 .headline-row {
  margin-left: 60%;
}
.slider-intro {
  color: #fff;
  margin-bottom: -3px;
}
.slider-intro img {
  width: 100%;
}
.slider-intro .text-block {
  width: 400px;
  margin: 0 0 0 auto;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 0 0 44px;
  position: absolute;
  top: 146px;
  right: 50px;
  background: url(../images/quotes.png) 0 0 no-repeat;
}
.slider-intro .text-block .text-author {
  text-align: right;
  font-size: 13px;
  padding-top: 4px;
}
.slider-intro .text-block .text-author .name {
  display: block;
  font-size: 18px;
  line-height: 22px;
}
.project-page .block-intro {
  padding: 86px 50px 41px;
  background: #031a6f url(../images/bg-block-intro3.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 0;
}
.project-page .block-intro h1 {
  text-align: right;
  font-size: 90px;
  line-height: 48px;
  margin: 0 19px 186px 0;
}
.project-page .block-intro h1 .headline-row {
  margin: 0 100px 0 0;
}
.buttons {
  margin: 0 0 57px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 18px;
}
.buttons li {
  float: left;
  width: 27%;
  margin-left: 9.5%;
}
.buttons li:first-child {
  margin-left: 0;
}
.buttons li a {
  text-align: center;
  display: block;
  color: #0078b5;
  padding: 18px 15px;
  border: 1px solid #0078b5;
  text-decoration: none;
}
.buttons li a:hover {
  background: #0078b5;
  border-color: #0078b5;
  color: #fff;
}
.block-intro .buttons {
  margin: 0;
}
.block-intro .buttons li a {
  color: #fff;
  padding: 18px 15px;
  border: 1px solid #fff;
}
.block-intro .buttons li a:hover {
  background: #0078b5;
  border-color: #0078b5;
}
.text30 {
  font-size: 30px;
}
.section-heading {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 50px;
  padding: 35px 0 42px;
  text-align: center;
}
.section-heading h2 {
  margin: 0;
  position: relative;
  display: inline-block;
}
.section-heading h2:before,
.section-heading h2:after {
  top: 60%;
  height: 1px;
  width: 999px;
  left: 100%;
  margin-left: 47px;
  background: #8a8a8a;
  position: absolute;
  content: "";
}
.section-heading h2:before {
  left: auto;
  right: 100%;
  margin: 0 47px 0 0;
}
.block-financial {
  background: #021254 url(../images/bg-block-financial.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 52px 40px 3px 50px;
  color: #fff;
  margin-bottom: 40px;
}
.block-financial ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-financial ul li {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin: 0 2% 60px 0;
}
.block-financial ul li:nth-child(5n) {
  margin-right: 0;
}
.block-financial ul li .title {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.6);
}
.block-financial ul li .big {
  display: block;
  font: italic 36px/1 Georgia, 'Times New Roman', Times, serif;
}
.block-financial ul li .small {
  font-size: 18px;
}
.section-accordion-main h2 {
  margin: 0 0 65px 25px;
  color: #333;
  font: 40px/1 Arial, Helvetica, Verdana, sans-serif;
}
.section-accordion-main h2 .text-red {
  display: inline-block;
  vertical-align: top;
  font: italic 115px/1 Georgia, 'Times New Roman', Times, serif;
}
.section-accordion-main h2 .text-heading {
  display: inline-block;
  vertical-align: top;
  margin-top: 29px;
  letter-spacing: -1px;
}
.section-accordion-main h2 .text-row {
  margin-left: 33px;
  display: block;
}
.section-accordion-main h2 .text-row.text-row1 {
  margin: 0 0 -22px;
}
.section-accordion-main h2 .text-row.text-row1 .text-blue {
  text-transform: uppercase;
}
.section-accordion-main h2 .text-blue {
  font: 56px/1 Georgia, 'Times New Roman', Times, serif;
}
h1 {
  margin: 0 0 0 90px;
  font: 60px/34px Georgia, 'Times New Roman', Times, serif;
}
h1 .headline-row {
  display: block;
  margin-left: 100px;
}
h2 {
  margin: 0 0 42px;
  font: 36px/1 Georgia, 'Times New Roman', Times, serif;
}
h2.headline-border {
  position: relative;
}
h2.headline-border:before {
  position: absolute;
  content: "";
  width: 66px;
  height: 7px;
  background: #031a6f;
  bottom: -28px;
  left: -50px;
}
h2.headline-yellow {
  background: #fcbd00;
  color: #fff;
  display: inline-block;
  margin: 0 0 49px -50px;
  padding: 15px 50px 24px;
}
h3 {
  margin: 0 0 20px;
  font: 20px/18px Georgia, 'Times New Roman', Times, serif;
}
h3 a {
  text-decoration: none;
}
.box-content {
  border: 1px solid #bbc1d8;
  padding: 44px 50px 53px;
  margin-bottom: 57px;
}
.list-statistics {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  color: #0078b5;
  text-align: center;
}
.list-statistics li {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin-left: 5%;
  font-size: 18px;
}
.list-statistics li:first-child {
  margin-left: 0;
}
.list-statistics li .title {
  display: block;
  margin-bottom: 3px;
}
.list-statistics li .big {
  display: block;
  font: italic 72px/1 Georgia, 'Times New Roman', Times, serif;
}
.block-visual-right {
  text-align: right;
  margin-bottom: 87px;
  position: relative;
}
.block-visual-right:after {
  position: absolute;
  right: -50px;
  top: 100%;
  height: 22px;
  background: #031a6f;
  content: "";
  width: 575px;
  margin-top: -3px;
}
.block-visual-right img {
  vertical-align: top;
}
.section-columns-project {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 31px;
}
.section-columns-project h2 {
  margin-bottom: 41px;
}
.section-columns-project h3 {
  color: #0078b5;
  margin-bottom: 2px;
  font: bold 15px Arial, Helvetica, Verdana, sans-serif;
}
.section-columns-project p {
  margin-bottom: 27px;
}
.section-columns-project .column {
  float: left;
  width: 48%;
}
.section-columns-project .column:first-child {
  margin-right: 4%;
}
.section-columns-project .block-status {
  text-align: center;
  margin-bottom: 27px;
  background: #ececec;
  padding: 16px 10px;
  color: #031a6f;
  font: 18px/1 Georgia, 'Times New Roman', Times, serif;
}
.section-map-project {
  margin-bottom: 50px;
}
.section-map-project h2 {
  margin: 0 50px 42px;
}
.section-map-project .map-project {
  height: 337px;
  border: 10px solid #bababa;
  border-width: 10px 0;
}
.box-comments {
  border: 1px solid #0078b5;
  padding: 46px 40px 35px;
  font-size: 15px;
  line-height: 24px;
}
.box-comments .list-comments {
  margin: 0;
  padding: 0 0 14px;
  color: #000;
  list-style: none;
}
.box-comments .list-comments li {
  display: table;
  width: 100%;
  margin-bottom: 36px;
}
.box-comments .list-comments li .visual {
  display: table-cell;
  vertical-align: middle;
  padding-right: 45px;
}
.box-comments .list-comments li img {
  display: block;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}
.box-comments .list-comments li .text-block {
  display: table-cell;
  vertical-align: middle;
}
.box-comments .cloud-comment {
  margin: 0 0 33px 5px;
  padding: 38px 41px 43px;
  position: relative;
  border: 2px solid #bab9b9;
}
.box-comments .cloud-comment:after {
  position: absolute;
  right: 240px;
  top: 100%;
  width: 21px;
  height: 23px;
  content: "";
  background: url(../images/arrow-cloud.gif) 0 0 no-repeat;
}
.section-gallery {
  position: relative;
  overflow: hidden;
  margin: 0 -50px 50px;
}
.section-gallery h2 {
  margin-left: 50px;
}
.section-gallery .list-gallery {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.section-gallery .list-gallery li {
  float: left;
  margin-left: 8px;
}
.section-gallery .list-gallery li:first-child {
  margin-left: 0;
}
.section-gallery .list-gallery li img {
  display: block;
}
.article-container {
  padding: 8px 0 20px;
}
.article-container .alignleft {
  margin: 8px 63px 0 0;
}
.article-container .text-block {
  overflow: hidden;
}
.date {
  display: inline-block;
  text-align: right;
  width: 90px;
  padding-bottom: 8px;
  font: 15px/1 Georgia, 'Times New Roman', Times, serif;
  color: #bfbfbf;
  border-bottom: 4px solid #fcbd00;
  vertical-align: top;
}
.button {
  background: #fcbd00;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 16px 23px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}
.button:hover {
  background: #34b3d6;
  color: #fff;
}
.button.red {
  background: #d60000;
}
.button.red:hover {
  background: #f93e3e;
}
.button.blue {
  background: #0078b5;
  font-size: 18px;
  padding: 23px 52px;
  text-transform: none;
}
.button.blue:hover {
  background: #fcbd00;
}
.button.two-rows {
  padding: 17px 50px;
  font-size: 18px;
  line-height: 17px;
}
button.button {
  display: block;
  cursor: pointer;
  border: 0;
  margin: 24px 0 0 auto;
  font-size: 15px;
  padding: 12px 19px;
  background: #0078b5;
  font: bold italic 15px/1 Georgia, 'Times New Roman', Times, serif;
}
button.button:hover {
  background: #fcbd00;
}
.row-article {
  padding: 27px 0 47px;
}
.row-article .date {
  margin: -3px 25px 0 0;
}
.popup-holder {
  position: relative;
  display: inline-block;
}
.popup-holder .popup {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: 0;
  height: 500px;
  left: 100%;
  margin: -210px 0 0 22px;
  color: #031a6f;
  width: 385px;
  z-index: 11;
  display: none;
}
.popup-holder .popup .popup-center {
  display: table-cell;
  vertical-align: middle;
  width: 385px;
  height: 500px;
}
.popup-holder .popup .popup-box {
  padding: 43px 40px 33px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 8px 14px 16px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 8px 14px 16px rgba(0, 0, 0, 0.34);
  box-shadow: 8px 14px 16px rgba(0, 0, 0, 0.34);
  position: relative;
}
.popup-holder .popup .popup-box:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 113px;
  left: -28px;
  top: 50%;
  margin-top: -50px;
  background: url(../images/arrow-popup.png) 0 0 no-repeat;
}
.popup-holder.popup-active .button {
  background: #031a6f;
}
.listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listing li {
  position: relative;
  padding: 0 0 18px 50px;
}
.listing li:before {
  position: absolute;
  content: "";
  left: 17px;
  top: 7px;
  background: #9f9f9f;
  width: 12px;
  height: 6px;
}
.table-content {
  width: 100%;
  margin-bottom: 38px;
  line-height: 16px;
  border-collapse: collapse;
}
.table-content th {
  background: #34b3d6;
  color: #fff;
  padding: 14px 3px;
  line-height: 14px;
  text-align: left;
}
.table-content th a {
  color: #fff;
  text-decoration: none;
}
.table-content th:first-child {
  text-align: center;
}
.table-content td {
  padding: 15px 3px 14px;
}
.table-content td:first-child {
  text-align: center;
}
.table-content tr:nth-child(2n+1) td {
  background: #f3f3f3;
}
.pagination {
  text-align: right;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
  margin-left: 6px;
}
.pagination ul li a {
  width: 26px;
  height: 26px;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fcbd00;
  display: block;
  line-height: 26px;
  text-decoration: none;
  color: #000;
  text-align: center;
}
.pagination ul li a:hover,
.pagination ul li a.active {
  background: #34b3d6;
  color: #fff;
}
.map-contact {
  height: 616px;
  border-bottom: 10px solid #0078b5;
}
#map {
  height: 728px;
}
.contact-columns {
  padding-left: 50px;
}
.contact-columns .text-block {
  float: left;
  width: 56%;
  font-size: 15px;
  line-height: 24px;
  padding: 49px 0 0;
}
.contact-columns .right-block {
  width: 39%;
  float: right;
  background: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 43px 50px 53px;
  border-bottom: 13px solid #fcbd00;
}
.contact-columns .right-block .left-block {
  float: left;
}
.contact-columns .right-block .left-block .title {
  display: block;
  margin-bottom: 19px;
  font: 22px/1 Georgia, 'Times New Roman', Times, serif;
}
.contact-columns .right-block .left-block .list-contact {
  margin: 0;
  padding: 0 0 0 6px;
  color: #000;
  list-style: none;
  font-size: 15px;
  line-height: 18px;
}
.contact-columns .right-block .left-block .list-contact li {
  margin-top: 18px;
}
.contact-columns .right-block .left-block .list-contact li:first-child {
  margin-top: 0;
}
.contact-columns .right-block .left-block .list-contact li.phone {
  padding-left: 34px;
  background: url(../images/ico-phone@2x.png) 1px 5px no-repeat;
  -webkit-background-size: 15px 26px;
  background-size: 15px 26px;
}
.contact-columns .right-block .left-block .list-contact li a {
  text-decoration: none;
  color: #000;
}
.contact-columns .right-block .left-block .list-contact li a.site {
  display: inline-block;
  padding-left: 34px;
  background: url(../images/ico-site@2x.png) 1px 2px no-repeat;
  -webkit-background-size: 17px 15px;
  background-size: 17px 15px;
}
.contact-columns .right-block .left-block .list-contact li a.mail {
  display: inline-block;
  padding-left: 34px;
  background: url(../images/ico-mail@2x.png) 0 3px no-repeat;
  -webkit-background-size: 19px 13px;
  background-size: 19px 13px;
}
.contact-columns .right-block .social {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-columns .right-block .social li {
  margin-top: 26px;
}
.contact-columns .right-block .social li:first-child {
  margin-top: 0;
}
.contact-columns .right-block .social li a {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: url(../images/ico-social@2x.png) 0 0 no-repeat;
  -webkit-background-size: 32px 100px;
  background-size: 32px 100px;
}
.contact-columns .right-block .social li a.insta {
  background-position: 0 -34px;
}
.contact-columns .right-block .social li a.ok {
  background-position: 0 -68px;
}
.footer {
  position: relative;
  height: 96px;
  margin: -96px auto 0;
  max-width: 1910px;
  margin-top: 5px;
}
.footer .logo {
  margin: 0 9.4% 0 0;
  width: 122px;
  height: 64px;
  -webkit-background-size: 122px 64px;
  background-size: 122px 64px;
}
.footer .copyright {
  display: block;
  overflow: hidden;
  padding-top: 24px;
  font-size: 11px;
  line-height: 13px;
  color: #000;
}
.footer .footer-right {
  margin: 0 0 0 auto;
  max-width: 759px;
}
.menu-opener {
  display: none;
}
.row-right {
  text-align: right;
}
.list-news {
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list-news li {
  float: left;
  width: 30.5%;
  padding: 0 0 65px;
  position: relative;
  margin-left: 4.25%;
}
.list-events {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list-events li {
  float: none;
  width: 50%;
  margin:0 auto;
  padding: 0 0 65px;
  position: relative;
}
.list-news li:first-child {
  margin-left: 0;
}
.list-news li img {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}
.list-news .row-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-news .date {
  margin: -3px 25px 0 0;
}
.info-map-block {
  color: #fff;
  position: relative;
  margin-bottom: 43px;
  background: #0078b5;
  overflow: hidden;
}
.info-map-block img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.info-map-block h2 {
  position: absolute;
  right: 47px;
  top: 69px;
  font-size: 72px;
  line-height: 51px;
  text-align: right;
  letter-spacing: -2px;
}
.info-map-block h2 .text-row {
  display: block;
  margin-right: 46px;
}
.info-map-block .block-left {
  position: absolute;
  left: 0;
  top: 75px;
}
.info-map-block .block-left .list-industries {
  padding: 0;
  list-style: none;
  width: 230px;
  margin: 0 0 66px 146px;
  font: 24px/1 Georgia, 'Times New Roman', Times, serif;
}
.info-map-block .block-left .list-industries li {
  margin-bottom: 20px;
}
.info-map-block .block-right {
  position: absolute;
  right: 20px;
  width: 609px;
  top: 407px;
  font-size: 27px;
}
.info-map-block .block-right .row-enterprises {
  font-size: 43px;
  line-height: 34px;
  margin-bottom: 37px;
}
.info-map-block .block-right .row-enterprises .qty {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  margin: 0 3px 0 0;
  text-align: right;
  padding-bottom: 14px;
  border-bottom: 9px solid #fcbd00;
  font: 72px/1 Georgia, 'Times New Roman', Times, serif;
}
.info-map-block .block-right .row-enterprises .text {
  display: inline-block;
  vertical-align: top;
  margin-top: 29px;
  letter-spacing: -2px;
}
.info-map-block .block-right .row-bottom {
  margin-left: 15px;
}
.info-map-block .block-right .row-bottom .big {
  font: 66px/1 Georgia, 'Times New Roman', Times, serif;
}
.info-map-block .block-right .row-bottom .text-row {
  display: block;
}
.info-map-block .block-right .row-bottom .text-row:last-child {
  font-size: 33px;
  margin: -12px 0 0 24%;
}
.section-about h3 {
  font-size: 24px;
  margin-bottom: 22px;
}
.block-contact {
  width: 47.2%;
  margin-right: 5.6%;
}
.block-contact h3 {
  margin-bottom: 27px;
}
.form-contact textarea,
 .form-contact input[type="text"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 13px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-align: left;
  font-size: 13px;
  color: #897878;
  border: 1px solid #b4b4b4;
}
.form-contact textarea {
  height: 132px;
  resize: none;
}
.form-contact button.button {
  text-transform: none;
  margin: 0;
  padding: 10px 17px;
}
.block-about {
  overflow: hidden;
  color: #444;
  font-size: 14px;
  line-height: 20px;
}
.block-about p {
  text-align: justify;
}
.block-about .right-align {
  padding-top: 19px;
}
.block-about .button {
  padding: 10px 29px;
  font: bold italic 15px/1 Georgia, 'Times New Roman', Times, serif;
}
.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
  /* change to right: -9999px on RTL sites */
}
.chk-area {
  margin: 1px 14px 0 0;
  float: left;
  width: 12px;
  height: 12px;
  background: url(../images/bg-checkbox.png) 0 0 no-repeat;
  -webkit-background-size: 12px 25px;
  background-size: 12px 25px;
  cursor: pointer;
}
.jcf-class-icon-chk {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  margin-top: -7px;
  background-color: #363636;
  background-position: 50% 50%;
}
.jcf-class-coal-mining {
  background-image: url(../images/ico-coal@2x.png);
  -webkit-background-size: 14px 15px;
  background-size: 14px 15px;
}
.jcf-class-copper-mining {
  background-image: url(../images/ico-copper@2x.png);
  -webkit-background-size: 16px 13px;
  background-size: 16px 13px;
}
.jcf-class-molybdenum-mining {
  background-image: url(../images/ico-mo.png);
  -webkit-background-size: 19px 10px;
  background-size: 19px 10px;
}
.jcf-class-silver-mining {
  background-image: url(../images/ico-silver@2x.png);
  -webkit-background-size: 16px 13px;
  background-size: 16px 13px;
}
.jcf-class-gold-mining {
  background-image: url(../images/ico-gold@2x.png);
  -webkit-background-size: 16px 13px;
  background-size: 16px 13px;
}
.jcf-class-cobalt-mining {
  background-image: url(../images/ico-co.png);
  -webkit-background-size: 17px 10px;
  background-size: 17px 10px;
}
.jcf-class-malachite-mining {
  background-image: url(../images/ico-malachite@2x.png);
  -webkit-background-size: 18px 15px;
  background-size: 18px 15px;
}
.jcf-class-turquoise-mining {
  background-image: url(../images/ico-turquoise@2x.png);
  -webkit-background-size: 18px 15px;
  background-size: 18px 15px;
}
.jcf-class-oil-mining {
  background-image: url(../images/ico-oil@2x.png);
  -webkit-background-size: 11px 16px;
  background-size: 11px 16px;
}
.jcf-class-gas-mining {
  background-image: url(../images/ico-gas@2x.png);
  -webkit-background-size: 11px 15px;
  background-size: 11px 15px;
}
.jcf-class-bus {
  background: #34b3d6 url(../images/ico-bus@2x.png) 50% 50% no-repeat;
  -webkit-background-size: 15px 16px;
  background-size: 15px 16px;
}
.jcf-class-railway-station {
  background: #34b3d6 url(../images/ico-railway-station@2x.png) 50% 50% no-repeat;
  -webkit-background-size: 14px 19px;
  background-size: 14px 19px;
}
.jcf-class-airport {
  background: #34b3d6 url(../images/ico-airport@2x.png) 42% 56% no-repeat;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
.jcf-class-harbor {
  background: #34b3d6 url(../images/ico-harbor@2x.png) 50% 50% no-repeat;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
.jcf-class-railway {
  background: #34b3d6 url(../images/ico-railway.png) 50% 50% no-repeat;
  -webkit-background-size: 15px 29px;
  background-size: 15px 29px;
}
.jcf-class-motorway {
  background: #34b3d6 url(../images/ico-motorway.png) 50% 50% no-repeat;
  -webkit-background-size: 15px 29px;
  background-size: 15px 29px;
}
.jcf-class-сurrent {
  background: #008c0d url(../images/ico-plant@2x.png) 50% 50% no-repeat;
  -webkit-background-size: 18px 16px;
  background-size: 18px 16px;
}
.jcf-class-сurrent.chk-checked {
  opacity: 0.6;
  background-color: #008c0d !important;
}
.jcf-class-idle {
  background: #ff9900 url(../images/ico-plant@2x.png) 50% 50% no-repeat;
  -webkit-background-size: 18px 16px;
  background-size: 18px 16px;
}
.jcf-class-idle.chk-checked {
  opacity: 0.6;
  background-color: #ff9900 !important;
}
.jcf-class-foreground {
  background: #d60000 url(../images/ico-plant@2x.png) 50% 50% no-repeat;
  -webkit-background-size: 18px 16px;
  background-size: 18px 16px;
}
.jcf-class-foreground.chk-checked {
  opacity: 0.6;
  background-color: #d60000 !important;
}
.chk-checked {
  background-position: 0 100%;
}
.jcf-class-icon-chk.chk-checked {
  background-position: 50% 50%;
  background-color: #d60000;
}
input[type="text"] {
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.19);
  text-align: center;
  font-size: 18px;
  color: #000;
  border: 0;
}
.nav-bar .nav > ul > li.user-panel-link {
  display: none;
}
.lightbox-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
.lightbox {
  width: 300px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 40px;
}
.lightbox h2 {
  margin-bottom: 15px;
}
.lightbox input[type="text"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 13px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  font-size: 13px;
  color: #897878;
  border: 1px solid #b4b4b4;
}
.block_already>p {
  text-align: center;
  font-size: 18px;
  margin-top: 70px;
  font-weight: 500;
}
.invest-wrap {
  position: relative;
    margin-top: 70px;
    padding: 120px 0 0 0;
}

.invest-wrap .invest-photo {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 57px;
    font-size: 0;
    border: 5px solid #34b3d6;
    background-color: #fdfefe;
}

.invest-wrap .invest-photo img {
    width: 190px;
    margin: 5px;
    height: auto;
}

.invest-wrap .invest-text {
    position: relative;
    margin: 0 0 0 186px;
    padding: 5px;
    width: calc(100% - 243px);
    min-height: 130px;
    border: 5px solid #9E9E9E;
    background-color: #fdfefe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.invest-row,
.projects-form-row {
    margin: 126px auto 0;
    width: 400px;
}

.projects-form-row {
    margin: 60px auto 0;
}

.invest-row .block-contact,
.projects-form-row .block-contact {
    width: 100%;
}

@media only screen and (max-width: 1219px) {
  .language-block {
    margin-left: 0;
  }
  .nav ul li a {
    padding: 30px 5px 25px;
  }
  .section-accordion-main h2 .text-row.text-row1 {
    margin-bottom: -5px;
  }
  .section-accordion-main h2 .text-blue {
    font-size: 40px;
  }
  .contact-columns .right-block {
    padding: 30px;
  }
  .contact-columns .text-block {
    padding-top: 20px;
  }
  .section-icons .logo-title {
    margin-right: 15px;
  }
  .section-icons .list-icons {
    font-size: 12px;
  }
  .section-icons .list-icons li {
    width: 27%;
  }
  .section-icons .list-icons li .icon {
    padding-right: 10px;
  }
  .section-icons .list-icons li.icon2 {
    width: 24%;
  }
  .section-icons .list-icons li.icon3 {
    width: 20%;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-row {
    padding: 0 20px;
  }
  .header {
    position: relative;
  }
  .header .items-list {
    display: none;
  }
  .header .right-block {
    margin-left: 0;
    float: right;
  }
  .nav {
    font-size: 12px;
  }
  .article-container {
    padding: 0 50px;
  }
  .article-container .alignleft {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
  h1 {
    font-size: 40px;
  }
  .list-news .date {
    margin-right: 7px;
  }
  .block-financial ul li .big {
    font-size: 24px;
  }
  .block-financial ul li .text30 {
    font-size: 20px;
  }
  .box-content {
    padding: 20px;
  }
  .list-statistics li {
    font-size: 14px;
  }
  .list-statistics li .big {
    font-size: 32px;
  }
  .buttons {
    font-size: 15px;
  }
  .buttons li {
    width: 30%;
    margin-left: 5%;
  }
  .box-comments {
    padding: 20px;
  }
  .block-financial {
    padding: 30px 30px 3px;
  }
  .block-financial ul li:nth-child(5n),
  .block-financial ul li {
    width: 23%;
    margin: 0 2% 30px 0;
  }
  .block-financial ul li:nth-child(5n):nth-child(4n),
  .block-financial ul li:nth-child(4n) {
    margin-right: 0;
  }
  .project-page .block-intro {
    padding: 86px 30px 41px;
  }
  .contact-columns {
    padding-left: 20px;
  }
  .contact-columns .right-block {
    float: none;
    width: auto;
    margin-left: -30px;
    overflow: hidden;
  }
  .contact-columns .text-block {
    float: none;
    width: auto;
    padding-bottom: 20px;
  }
  .info-map-block h2 {
    font-size: 32px;
    top: 40px;
    line-height: 1;
  }
  .info-map-block .block-left {
    top: 40px;
  }
  .info-map-block .block-left .list-industries {
    margin: 0 0 30px 40px;
    font-size: 20px;
  }
  .info-map-block .block-right {
    top: auto;
    bottom: 30px;
    font-size: 20px;
    width: auto;
    left: 40%;
  }
  .info-map-block .block-right .row-enterprises {
    margin-bottom: 15px;
    font-size: 33px;
  }
  .info-map-block .block-right .row-enterprises .text {
    margin-top: 0;
  }
  .info-map-block .block-right .row-enterprises .qty {
    font-size: 32px;
    border-bottom-width: 3px;
    width: 110px;
  }
  .info-map-block .block-right .row-bottom .text-row:last-child {
    font-size: 24px;
  }
  .info-map-block .block-right .row-bottom .big {
    font-size: 36px;
  }
  .slider-intro .text-block {
    top: 50px;
  }
  .section-icons {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-icons .logo-title {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .w1 {
    padding-bottom: 30px;
  }
  .menu-opener {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xIEJhc2ljLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLWJhc2ljLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgYmFzZVByb2ZpbGU9ImJhc2ljIiBpZD0iTGF5ZXJfMSINCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMDBweCIgaGVpZ2h0PSIyNzNweCINCgkgdmlld0JveD0iMCAwIDMwMCAyNzMiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTI3MC45NzksMEgyOS4wMzlDMTMuMDYzLDAsMCwxMy4xNDMsMCwyOS4yMmMwLDE2LjA2LDEzLjA2MywyOS4yMDgsMjkuMDM5LDI5LjIwOGgyNDEuOTQxDQoJCWMxNS45NTUsMCwyOS4wMjEtMTMuMTQ3LDI5LjAyMS0yOS4yMDhDMzAwLjAwMSwxMy4xNDMsMjg2LjkzNSwwLDI3MC45NzksMEwyNzAuOTc5LDB6IE0yNzAuOTc5LDAiLz4NCgk8cGF0aCBkPSJNMjcwLjk3OSwxMDcuMTIySDI5LjAzOUMxMy4wNjMsMTA3LjEyMiwwLDEyMC4yNzgsMCwxMzYuMzQ3YzAsMTYuMDU5LDEzLjA2MywyOS4yMDcsMjkuMDM5LDI5LjIwN2gyNDEuOTQxDQoJCWMxNS45NTUsMCwyOS4wMjEtMTMuMTQ3LDI5LjAyMS0yOS4yMDdDMzAwLjAwMSwxMjAuMjc4LDI4Ni45MzUsMTA3LjEyMiwyNzAuOTc5LDEwNy4xMjJMMjcwLjk3OSwxMDcuMTIyeiBNMjcwLjk3OSwxMDcuMTIyIi8+DQoJPHBhdGggZD0iTTI3MC45NzksMjE0LjI1N0gyOS4wMzlDMTMuMDYzLDIxNC4yNTcsMCwyMjcuMzk2LDAsMjQzLjQ3M2MwLDE2LjA2OSwxMy4wNjMsMjkuMjE2LDI5LjAzOSwyOS4yMTZoMjQxLjk0MQ0KCQljMTUuOTU1LDAsMjkuMDIxLTEzLjE0NiwyOS4wMjEtMjkuMjE2QzMwMC4wMDEsMjI3LjM5NiwyODYuOTM1LDIxNC4yNTcsMjcwLjk3OSwyMTQuMjU3TDI3MC45NzksMjE0LjI1N3ogTTI3MC45NzksMjE0LjI1NyIvPg0KPC9nPg0KPC9zdmc+DQo=) 0 0 no-repeat;
    width: 28px;
    height: 25px;
    margin: 24px 27px 0 0;
    -webkit-background-size: 28px 25px;
    background-size: 28px 25px;
  }
  .nav-bar {
    margin: 0;
    border: 0;
    position: relative;
    background: none;
  }
  .nav-bar .nav > ul li {
    display: block;
  }
  .nav-bar .nav > ul li div > a {
    padding: 8px 22px !important;
    display: block !important;
    height: auto !important;
    width: auto !important;
    line-height: 15px !important;
  }
  .nav-bar .menu-opener {
    position: absolute;
    right: 180px;
    top: -78px;
    z-index: 2;
  }
  .nav-bar .slide-block,
  .nav .slide-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    background: #34b3d6;
    z-index: 10;
    text-align: center;
    line-height: 15px !important;
  }
  .nav-bar .slide-block li,
  .nav .slide-block li {
    float: none;
  }
  .nav-bar .slide-block li.active a,
  .nav .slide-block li.active a {
    background: none;
  }
  .nav-bar .slide-block li a,
  .nav .slide-block li a {
    color: #fff;
    padding: 5px 10px;
  }
  .nav-bar .slide-block li a.has-drop-down-a,
  .nav .slide-block li a.has-drop-down-a {
    padding: 10px 10px 7px;
    border-bottom-width: 0;
  }
  .nav-bar .slide-block li a.has-drop-down-a:after,
  .nav .slide-block li a.has-drop-down-a:after {
    left: auto;
    margin-left: 0;
    right: 15px;
    border-top-color: #fff;
  }
  .nav-bar .slide-block li a:hover,
  .nav .slide-block li a:hover {
    color: #fff;
  }
  .nav-bar .slide-block li ul,
  .nav .slide-block li ul {
    position: static;
    width: auto;
    padding: 0;
    text-align: center;
  }
  .article-container {
    padding: 0 15px;
  }
  .article-container .alignleft {
    width: 100%;
  }
  .inner-row {
    padding: 0 15px;
  }
  h1 {
    font-size: 26px;
    line-height: 1;
    margin-left: 0;
  }
  h1 .headline-row {
    margin-left: 0;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  .block-intro {
    padding: 50px 15px;
  }
  .listing li {
    padding: 0 0 10px 24px;
  }
  .listing li:before {
    left: 0;
  }
  .row-article {
    padding: 10px 0;
  }
  .table-content {
    font-size: 11px;
  }
  .table-content td {
    padding: 10px 3px;
  }
  .table-content th {
    padding: 10px 3px;
  }
  .pagination ul li a {
    height: 22px;
    width: 22px;
    line-height: 22px;
  }
  .footer {
    margin-top: 0;
    height: auto;
  }
  .footer .logo {
    float: none;
    display: block;
  }
  .footer .copyright {
    float: none;
    width: auto;
    margin: 20px 15px;
    display: block;
  }
  .language-block {
    margin-left: 20px;
  }
  .header .user-panel {
    display: none;
  }
  .header .logo {
    margin-left: 40px;
  }
  .block-intro {
    margin-bottom: 20px;
  }
  .slider-intro {
    margin-bottom: 20px;
  }
  .slider-intro .text-block {
    width: auto;
    right: 30px;
    top: 30px;
    font-size: 12px;
    line-height: 16px;
  }
  .slider-intro .text-block p {
    margin-bottom: 10px;
  }
  .section-accordion-main h2 {
    font-size: 30px;
    margin: 0 15px 20px;
  }
  .section-accordion-main h2 .text-red {
    font-size: 60px;
  }
  .section-accordion-main h2 .text-blue {
    font-size: 20px;
  }
  .section-accordion-main h2 .text-heading {
    margin-top: 20px;
  }
  .section-accordion-main h2 .text-row {
    margin-left: 0;
    display: inline;
  }
  .list-news li {
    float: none;
    width: auto;
    margin: 0 0 20px;
    height: auto !important;
  }
  .block-visual-right img {
    width: 100%;
  }
  .project-page .block-intro h1 {
    font-size: 50px;
    margin-bottom: 70px;
  }
  .section-columns-project .column {
    float: none;
    width: auto;
  }
  .section-columns-project .column:first-child {
    margin: 0 0 30px;
  }
  .buttons li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .box-comments .cloud-comment {
    padding: 15px;
  }
  .block-financial ul li:nth-child(5n),
  .block-financial ul li:nth-child(4n),
  .block-financial ul li {
    width: 47%;
    margin: 0 2% 30px 0;
  }
  .block-financial ul li:nth-child(5n):nth-child(2n),
  .block-financial ul li:nth-child(4n):nth-child(2n),
  .block-financial ul li:nth-child(2n) {
    margin-right: 0;
  }
  .block-financial ul li:nth-child(5n) .title,
  .block-financial ul li:nth-child(4n) .title,
  .block-financial ul li .title {
    font-size: 12px;
  }
  .block-financial ul li:nth-child(5n) .big,
  .block-financial ul li:nth-child(4n) .big,
  .block-financial ul li .big {
    font-size: 20px;
  }
  .block-financial ul li:nth-child(5n) .big .text30,
  .block-financial ul li:nth-child(4n) .big .text30,
  .block-financial ul li .big .text30 {
    font-size: 18px;
  }
  .project-page .block-intro h1 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1;
  }
  .project-page .block-intro h1 .headline-row {
    margin-right: 0;
  }
  .box-comments .list-comments li .visual {
    display: block;
    margin: 0 0 20px;
    padding: 0;
  }
  .box-comments .list-comments li .visual img {
    margin: 0 auto;
  }
  .box-comments .list-comments li .text-block {
    display: block;
  }
  .nav-bar .nav > ul > li.user-panel-link {
    display: block;
  }
  .button.blue {
    font-size: 16px;
    padding: 13px 20px;
  }
  .list-statistics li .title {
    font-size: 12px;
  }
  .list-statistics li .big {
    font-size: 20px;
  }
  .menu-opener {
    margin-right: -3px;
  }
  .map-contact {
    height: 300px;
  }
  .info-map-block h2 {
    font-size: 22px;
    top: 20px;
  }
  .info-map-block .block-left {
    top: 20px;
  }
  .info-map-block .block-left .list-industries {
    margin: 0 0 20px 20px;
    font-size: 18px;
  }
  .info-map-block .block-right {
    top: auto;
    bottom: 20px;
    font-size: 18px;
    width: auto;
    left: 35%;
  }
  .info-map-block .block-right .row-enterprises {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1;
  }
  .info-map-block .block-right .row-enterprises .text {
    margin-top: 0;
  }
  .info-map-block .block-right .row-enterprises .qty {
    font-size: 26px;
    border-bottom-width: 3px;
    width: 90px;
  }
  .info-map-block .block-right .row-bottom .text-row:last-child {
    font-size: 20px;
  }
  .info-map-block .block-right .row-bottom .big {
    font-size: 30px;
  }
  .button.two-rows {
    font-size: 16px;
    padding: 10px 30px;
  }
  .block-contact {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .section-icons {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-icons .list-icons li {
    width: 47% !important;
    margin: 0 4% 20px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .section-icons .list-icons li:nth-child(2n) {
    margin-right: 0;
  }

    .invest-wrap {
        margin: 40px 0 0;
        padding: 0;
        text-align: center;
    }
    .invest-wrap .invest-photo {
        position: relative;
        left: auto;
    }
    .invest-wrap .invest-text {
        text-align: justify;
        margin: 20px 10px 0;
        width: calc(100% - 20px);
    }
}
@media only screen and (min-width: 768px) {
  .nav .slide-block.js-slide-hidden {
    position: static !important;
    display: table !important;
  }
}
@media only screen and (max-width: 499px) {
  .info-map-block h2,
  .info-map-block .block-right {
    display: none;
  }
  .info-map-block .block-left .list-industries {
    width: auto;
    font-size: 16px;
  }
  .info-map-block .block-left .list-industries li {
    margin-bottom: 5px;
  }
  .slider-intro .text-block {
    display: none;
  }
  .section-icons .list-icons li {
    width: auto !important;
    margin: 0 0 20px;
    display: block;
  }
  .header .logo {
    margin: 14px 0 0 15px;
    width: 120px;
    height: 64px;
    -webkit-background-size: 120px 64px;
    background-size: 120px 64px;
  }
  .lightbox {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 399px) {
  .contact-columns .right-block .left-block {
    float: none;
    margin-bottom: 20px;
  }
  .contact-columns .right-block .social {
    float: none;
    overflow: hidden;
  }
  .contact-columns .right-block .social li {
    margin: 0 20px 0 0;
    float: left;
  }
  .header .block-calendar {
    display: none;
  }
  .nav-bar .menu-opener {
    right: 65px;
  }
  .lightbox {
    width: 200px;
  }
}

.wpml-ls-statics-shortcode_actions a {
    color: #222222;
    /* background-color: #e5e5e5; */
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 10px;
    margin-left: 10px;
    border: 0px;
}

#pt-cv-view-ff22ecb25a {
    /* text-align: left; */
      display: inline-block;
    margin-top: 0px !important;
	    width: 100%;
}

.cvp-live-filter.cvp-checkbox, .cvp-live-filter.cvp-dropdown, .cvp-live-filter.cvp-radio {
    display: block;
    margin-right: 20px;
    vertical-align: top;
    /*float: right; */
    /*width: 15%;*/
	background: #f5f5f5;
    padding: 10px;
}


#pt-cv-view-ff22ecb25a.pt-cv-post-border .pt-cv-content-item {
    /* border-top-style: solid; */
    /* border-left-style: solid; */
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 22.9%;
    margin-right: 15px;
    text-decoration: none;
    color: #343536;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
    height: 385px;
}


.pt-cv-ctf-name {
    margin-right: 20px;
    min-width: 70px;
    float: left;
    font-weight: 600;
}

.left-filter #pt-cv-view-ff22ecb25a{
	display:none;
}

.pt-cv-ifield{
	padding: 0px;
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box>p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
padding: 0px;
}

.page-template-default .wpb_text_column .pt-cv-wrapper :last-child, .page-template-default .wpb_text_column .pt-cv-wrapper p:last-child, .page-template-page-pagebuilder-title .wpb_text_column .pt-cv-wrapper :last-child, .page-template-page-pagebuilder-title .wpb_text_column .pt-cv-wrapper p:last-child {
    margin-bottom: initial;
	padding: 0px;
}

#pt-cv-view-ff22ecb25a.pt-cv-post-border .pt-cv-content-item {
    border-top-style: solid;
    border-left-style: solid;
    padding: 0px !important;
}

.pt-cv-ctf-name {
    margin-right: 20px;
    min-width: 70px;
    float: left;
    font-weight: 600;
    padding-left: 10px;
}

h4.pt-cv-title {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.pt-cv-content div{
	padding-left:10px !important;
}

.pt-cv-ifield .pt-cv-content{
	padding-left:10px !important;
	padding-right: 10px !important;
	
}

.pt-cv-ifield .page-template-default .wpb_text_column .pt-cv-wrapper :last-child, .page-template-default .wpb_text_column .pt-cv-wrapper p:last-child, .page-template-page-pagebuilder-title .wpb_text_column .pt-cv-wrapper :last-child, .page-template-page-pagebuilder-title .wpb_text_column .pt-cv-wrapper p:last-child {
    margin-bottom: initial;
    padding: 0px;
    padding-left: 10px !important;
	padding-right: 10px !important;
}

#pt-cv-view-ff22ecb25a {
    border-bottom-style: none !important;

}

.cvp-live-filter {
    margin-bottom: 10px;
    padding-left: 13px;
}

.irs-with-grid {
    height: 75px;
    width: 188px;
    padding-left: 31px;
}

.fc-btn-small {
    padding: 2px 8px;
    color: #000 !important;
}