@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic');
/* Mixins */
body {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}
a {
  color: #03447B;
}
a:hover {
  text-decoration: none;
  color: #fbad1a;
}
.primary {
  padding: 10px 30px;
  background-color: #03447B;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
.primary:hover {
  background-color: #fbad1a;
  color: #fff;
  border: 1px solid #fbad1a;
}
.primary-o {
  padding: 10px 30px;
  border: 1px solid #03447B;
  color: #03447B;
  background-color: initial;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
.primary-o:hover {
  background-color: #fbad1a;
  color: #fff;
  border: 1px solid #fbad1a;
}
section {
  padding: 30px 0 30px 0;
}
.sec-grey {
  background-color: #F2F2F2;
}
.sec-pic {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../../assets/img/section-bg.jpg);
  padding: 30px 0;
}
.section-title {
  color: #03447B;
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.secondary {
  color: #808080;
}
.brand-cont .logo {
  text-align: center;
  padding-top: 5px;
}
.brand-cont .name {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.3;
  padding-top: 10px;
  padding-left: 0px;
}
.brand-cont .name a {
  color: #333333;
  font-size:19px;
}
.brand-cont .name a:hover {
  color: #fbad1a;
}
#head-section {
  padding-top: 5px;
  padding-bottom: 5px;
}
#head-section .left {
  padding-top: 20px;
}
#head-section .lang-group {
	padding-left: 15px;
	width: 30%;
	float: left;
}
#head-section .soc-group {
 
  float: left;
  padding-top: 3px;
  padding-left: 15px;
}
#head-section .lang-group a {
  padding: 5px 10px;
  display: inline-block;
  min-width: 45px;
  text-align: center;
}
#head-section .lang-group a.active {
  background-color: #fbad1a;
  color: #fff;
}
#head-section .lang-group a:hover {
  background-color: #fbad1a;
  color: #fff;
}
#nav-section {
  background-color: #03447B;
  padding: 0;
}
#nav-section .navbar {
  margin-bottom: 0;
  background-color: initial;
  border: none;
}
#nav-section .nav a {
  color: #fff;
  min-width: 140px;
  text-align: center;
}
#nav-section .nav .dropdown {
  border-right: 1px solid #005CAA;
}
#nav-section .nav .dropdown:last-child {
  border: none;
}
#nav-section .nav .dropdown a.dropdown-toggle {
  padding-top: 18px;
  min-height: 55px;
  text-transform: uppercase;
  font-size: 16px;
}
#nav-section .nav .dropdown a:hover,
#nav-section .nav .dropdown a:active,
#nav-section .nav .dropdown a:visited,
#nav-section .nav .dropdown a:focus {
  background-color: #16354e;
}
#nav-section .nav .dropdown-menu {
  background-color: #10436e;
  border-bottom: 2px solid #fbad1a;
  min-width: 200px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
#nav-section .nav .dropdown-menu a {
  padding: 12px 10px;
}
#footer {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../../assets/img/footer-bg.jpg);
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fbad1a;
}
#footer .contact-title {
  margin: 25px 0;
  padding-right: 0;
}
#footer .contact-cont {
  padding-left: 10%;
  margin-bottom: 35px;
}
#footer .contact-cont img {
  display: inline-block;
  margin-right: 15px;
}
#footer .contact-cont span {
  display: inline-block;
  position: absolute;
  top: 0;
}
#footer .brand-cont .name {
  color: #fff;
}
@media (max-width: 768px) {
  #footer .brand-cont .name {
    text-align: center;
  }
}
#footer .block-header {
  font-size: 22px;
  color: #B8DEF7;
  padding: 10px 0;
  border-bottom: 1px solid #B8DEF7;
  margin-bottom: 20px;
}
#footer #footer-links {
  padding-left: 40px;
}
@media (max-width: 768px) {
  #footer #footer-links {
    padding-left: 15px;
  }
}
#footer .links ul {
  list-style: none;
  display: block;
  float: left;
  padding-left: 20px;
}
#footer .links ul li {
  display: block;
  float: left;
  width: 100%;
}
#footer .links ul li a {
  font-size: 16px;
  padding: 10px 0;
  display: block;
  float: left;
}
#footer #map {
  width: 100%;
  height: 255px;
}
#copyright {
  background-color: #272727;
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #copyright {
    text-align: center;
  }
}
#breadcrumbs {
  padding: 25px 0;
  color: #C9C9C9;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
#breadcrumbs .name {
  font-size: 44px;
  color: #fff;
  margin-bottom: 15px;
}
#breadcrumbs ul {
  padding-left: 0;
}
#breadcrumbs ul li {
  display: inline;
}
#breadcrumbs ul a {
  color: #B8DEF7;
}
#breadcrumbs ul a:after {
  content: '/';
  padding-left: 10px;
  padding-right: 10px;
}
#main-banner-section {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 294px;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
#main-banner-section .container > .row {
  text-align: center;
}
#main-banner-section .name {
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
#main-banner-section .main {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
#main-banner-section .desc {
  font-size: 18px;
  margin-bottom: 30px;
}
#main-banner-section .link a {
  padding: 10px 30px;
  border: 1px solid #cfe9fa;
  color: #cfe9fa;
  background-color: initial;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
#main-banner-section .link a:hover {
  background-color: #2e9ee8;
  color: #fff;
  border: 1px solid #2e9ee8;
}
#shortcut {
  background-color: #F2F2F2;
  padding: 0;
  height: 150px;
  display: block;
  /*.name {
    color: @@text-color-link; }*/
}
#shortcut .item-cont {
  /*border-bottom: @size solid transparent;*/
  background-image: linear-gradient(to right, #023a68 0%, #1674d1 100%);
  background-origin: border-box;
  /*background-size: 100% 0px, 0px 100%, 100% @size, 0px 100%;*/
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}
#shortcut .content {
  padding: 30px 15px;
  background: #dddddd;
  background: -moz-linear-gradient(left, #dddddd 0%, #eaeaea 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #dddddd), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(left, #dddddd 0%, #eaeaea 100%);
  background: -o-linear-gradient(left, #dddddd 0%, #eaeaea 100%);
  background: -ms-linear-gradient(left, #dddddd 0%, #eaeaea 100%);
  background: linear-gradient(to right, #dddddd 0%, #eaeaea 100%);
}
#shortcut .reception {
  background-image: url(../../assets/img/reception.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.15;
  position: absolute;
  right: 15px;
  bottom: 5px;
  width: 100%;
  height: 105px;
}
#shortcut .gkpn {
  background-image: url(../../assets/img/gkpn.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.15;
  position: absolute;
  right: 15px;
  bottom: 5px;
  width: 100%;
  height: 105px;
}
#shortcut .f40 {
  background-image: url(../../assets/img/f40.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.15;
  position: absolute;
  right: 15px;
  bottom: 5px;
  width: 100%;
  height: 105px;
}
#shortcut .desc {
  font-size: 12px;
  width: 80%;
  color: #333333;
}
#shortcut .link:hover .item-cont .desc {
	color: #fff !important;
}
#shortcut .link:hover .item-cont {
  /*border-bottom: @size solid transparent;*/
  background-image: linear-gradient(to right, #023a68 0%, #1674d1 100%);
  background-origin: border-box;
  /*background-size: 100% 0px, 0px 100%, 100% @size, 0px 100%;*/
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
 /* padding-top: 5px;*/
}
#shortcut .link:hover .content {
  padding: 30px 15px;
  background: #023a68;
  background: -moz-linear-gradient(left, #023a68 0%, #1674d1 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #023a68), color-stop(100%, #1674d1));
  background: -webkit-linear-gradient(left, #023a68 0%, #1674d1 100%);
  background: -o-linear-gradient(left, #023a68 0%, #1674d1 100%);
  background: -ms-linear-gradient(left, #023a68 0%, #1674d1 100%);
  background: linear-gradient(to right, #023a68 0%, #1674d1 100%);
}
#posts {
  padding: 30px 0;
}
#posts .posts-actions {
  text-align: center;
}
#posts .all-news, #infograph .all-news2 {
  padding: 10px 30px;
  border: 1px solid #03447B;
  color: #03447B;
  background-color: initial;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
#posts .all-news:hover, #infograph .all-news2:hover {
  background-color: #fbad1a;
  color: #fff;
  border: 1px solid #fbad1a;
}
.all-news2 {
	margin: 0px auto;
}
.ace {
	text-align: center;
	padding-top: 30px;
}
.posts-grid {
  margin-bottom: 30px;
}
.post-item {
  margin-bottom: 20px;
  height: 400px;
}
.energo {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
  .post-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.post-thumb {
  height: 170px;
  overflow: hidden;
  margin-bottom: 15px;
}
.post-thumb a {
  display: inline-block;
  width: 100%;
}
.post-thumb a img {
  display: inline-block;
  width: 100%;
}
.post-publish {
  margin-bottom: 5px;
  text-align: right;
}
.post-publish .title {
  color: #aba9a9;
}
.post-title {
  color: #03447B;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.post-desc {
  font-size: 13px;
}
.more {
  color: #03447B;
  text-align: right;
  font-size: 13px;
}
#companies img {
  width: 80%;
}
#hotline {
  color: #fff;
}
#hotline .call-center {
  text-align: center;
  padding-top: 5px;
}
#hotline .call-center .whatsapp {
  margin-top: 35px;
}
#hotline .call-center .phone img {
  width: 64px;
}
#hotline .call-center .phone span {
  color: #B8DEF7;
  font-size: 48px;
  position: relative;
  top: 15px;
  left: 10px;
}
#hotline .call-center .phone-kg img {
  width: 30px;
}
#hotline .call-center .phone-kg span {
  color: #B8DEF7;
  font-size: 30px;
  position: relative;
  top: 6px;
  left: 10px;
}
#hotline .call-center .phone-kg span  a{
  color: #B8DEF7;
  text-decoration:none;
}
#hotline .call-center .name {
  font-size: 18px;
  color: #fbad1a;
}
#hotline .call-center .title {
  font-size: 18px;
}
#hotline .call-phones a {
  color: #fff;
  padding: 8px 0;
  display: inline-block;
}
#hotline .call-phones a:hover {
  color: #fbad1a;
}
#lastmedia .section-title {
  margin-bottom: 30px;
}
#lastmedia .row {
  float: left;
  width: 100%;
}
#lastmedia .show-lasts {
  display: inline-block;
  float: right;
  margin-right: 15px;
}
#lastmedia .show-lasts a {
  font-size: 14px;
  color: #fbad1a;
}
#lastmedia .show-lasts a:hover {
  color: #03447B;
}
#lastmedia .last-photo-cont {
  margin-bottom: 20px;
}
.last-media-cont {
  padding-left: 10px;
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.last-media-cont .last-pic {
  float: left;
  /*width: 20%;*/
  /*margin-right: 20px;*/
}
.last-media-cont .last-text-block {
  float: left;
  /*width: 80%;*/
}
.last-media-cont .last-title a {
  text-transform: uppercase;
  font-weight: bold;
}
.last-title {
	color: #03447B;
  text-transform: uppercase;
  font-weight: bold;
}
#events .all-cont {
  text-align: center;
}
#branch .member {
  margin-bottom: 40px;
}
#branch .member .photo {
  height: 190px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #branch .member .photo {
    height: 160px;
  }
}
#branch .member .photo img {
  width: 100%;
}
#branch .member .name {
  color: #03447B;
  font-size: 18px;
  margin-bottom: 5px;
}
#branch .member .meeting-cont {
  margin-top: 15px;
  float: left;
  width: 100%;
}
#branch .member .meeting-cont .title {
  color: #03447B;
  padding: 5px 0;
}
#branch .member .meeting-cont .schedule {
  border-top: 1px dotted #03447B;
}
#branch .member .meeting-cont .schedule .period {
  padding: 10px 0;
  width: 50%;
  float: left;
  background-color: #e8e8e8;
  text-align: center;
}
#branch .member .meeting-cont .schedule .time {
  padding: 10px 0;
  width: 50%;
  float: left;
  color: #03447B;
  text-align: center;
  font-size: 16px;
}
#branch .member .enroll {
  text-align: center;
  margin-top: 5px;
  float: left;
  width: 100%;
}
#branch .member .enroll a {
  color: #fbad1a;
  border-bottom: 1px dotted;
}
#branch .member .enroll a:hover {
  color: #03447B;
}
.bar-block {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.bar-block .section-title {
  padding-left: 0;
  padding-right: 0;
}
.bar-block .bar-content {
  padding-left: 0;
  padding-right: 0;
}
.bar-block .bar-list {
  padding-left: 0;
}
.bar-block .bar-list li {
  display: inline-block;
  width: 50%;
  float: left;
}
.bar-block .bar-list li a {
  padding: 5px 10px 5px 0;
  display: inline-block;
  width: 90%;
  border-bottom: 1px solid #F2F2F2;
}
.bar-block .last-media-cont {
  padding-left: 0;
}
.bar-block .last-media-cont .last-title a {
  font-weight: normal;
}
.bar-block .last-text-block {
  padding-left: 0;
  padding-right: 0;
}
.post-filter {
  text-align: right;
  margin-top: -5px;
  margin-bottom: 10px;
  padding-right: 0;
}
.post-filter ul {
  display: inline-block;
}
.post-filter li {
  display: inline-block;
}
.post-filter li a {
  color: #808080;
  padding: 3px 0px;
  border-bottom: 1px dotted #808080;
  margin-right: 10px;
}
.post-filter li a:hover {
  color: #03447B;
}
.post-single-content {
  margin-bottom: 25px;
  float: left;
}
.post-single-content .post-filter {
  margin-top: 5px;
  margin-bottom: 25px;
}
.post-single-content .main-pic {
  height: 205px;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-single-content .main-pic img {
  width: 100%;
}
.post-single-content .content {
  margin-bottom: 20px;
}
.post-share {
  float: left;
}
.post-share .title {
  float: left;
  margin-right: 10px;
  color: #808080;
}
.post-share .items {
  float: left;
}
.post-share .items .item {
  float: left;
  margin-right: 10px;
}
.post-share .items .item img {
  width: 24px;
}


.seltag {
	color: #fbad1a !important;
}

.ans {
	display: none;
}

.calend {
	text-align: center;
}

.calend table {
	background: #fff;
	box-shadow: 1px 0px 20px 0px rgba(50,50,50,0.74);
	-webkit-box-shadow: 1px 0px 20px 0px rgba(50,50,50,0.74);
	-moz-box-shadow: 1px 0px 20px 0px rgba(50,50,50,0.74);
}

.calend table th {
	text-align: center;
}

a.rlink:link, a.rlink:visited {
	display: block;
	width: 30px;
	height: 30px;
	background: #03447B;
	line-height: 30px;
	border-radius: 50%;
	margin: 0px auto;
	color: #fff;
}

a.rlink:hover {
	background: #fbad1a;
}

.tableEntity .fieldName.captcha { padding-top: 18px;}
.tableEntity td {padding: 8px; vertical-align: top;}
.tableEntity i {padding-left: 10px; color: #666;}
.tableEntity .fieldName {text-align: right;}
.tableEntity .fieldName span {font-size: 20px; color: #2c99c7;}
.tableEntity .inp {width: 270px; font-size: 18px;}
.tableEntity .inp:focus { box-shadow: 0 0 3px 3px #f6de89;}
.tableEntity  .captcha_cont {background-color: #f3f3f3; width: 263px; padding:10px 10px 3px 10px;}
.tableEntity  .captcha_cont .text .inp {width: 116px; float: left; font-size: 30px; text-align: center;  margin-right: 15px;}
.tableEntity  .captcha_cont .img  {width: 100px; float: left; text-align: right; font-size: 10px;}
.tableEntity  .captcha_cont .img  .capcha { height: 44px; border: 1px solid #fcfcfc; vertical-align: bottom;}
.tableEntity  .captcha_cont .img  a { color: #666; line-height: 12px;}
.tableEntity  .inp.error {box-shadow: 0 0 3px #cf0505;}
.tableEntity.forgot td {padding:10px 0 10px 5px;}
.tableEntity.forgot td .inp {margin-top: 5px;}

.tableEntity.feedback .inp {width: 85%;}
.tableEntity.feedback select {padding: 5px; width: 87%; border: 1px solid #C2C2C2;}
.tableEntity.feedback i {padding: 0; width: 85%; display: block;}
.tableEntity.feedback textarea {resize: none;}
.captcha_cont>div {float: left; margin-right: 10px; vertical-align: top;}
table.feedback {}
table.feedback textarea.inp {width: 80%; height: 200px;}
table.feedback .error {
    border: 1px solid #D60000;
    -webkit-box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 10px rgba(255, 0, 0, 0.75);
    box-shadow:         0px 0px 10px rgba(255, 0, 0, 0.75);
}
.inp {border: 1px solid #c2c2c2; padding: 2px 5px; font-size: 14px; vertical-align: top;}

.fleft {
	float: left;
}

/* grow section */
.grow .items {
  padding: 50px 0;
}

.grow .items .item {
  padding-bottom: 115px;
  overflow: hidden;
  position: relative;
}

.grow .items .item .images {
	width: 512px;
	display: inline-block;
}

.grow .items .item .images .img:first-child {
	padding-bottom: 30px;
}

.grow .items .item .img {
  width: 512px;
 /* height: 265px;*/
  float: left;
  text-align: center;
}

.grow .items .item .img img {
/*   width: 100%; */
  height: auto;
}

.grow .items .item .text {
  width: 520px;
  float: right;
  text-align: left;
}

.grow .items .item .text p {
  color: #6b6b6b;
  line-height: 18px;
  padding-bottom: 25px;
}

.grow .items .item .text p.title {
  font: 18px "CoreRhino65Bold", arial, sans-serif;
  color: #000;
  padding-bottom: 15px;
}

.grow .items .item .year {
  width: 86px;
  height: 700px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -43px;
  background: url("../img/year.png") center top no-repeat;
  text-align: center;
}

.grow .items .item .year span {
  display: inline-block;
  padding-top: 35px;
  padding-left: 3px;
  color: #ffffff;
  font-size: 18px;
  font-family: "CoreRhino65Bold", arial, sans-serif;
}

.grow .items .item:nth-child(even) .img {
  float: right;
}

.grow .items .item:nth-child(even) .text {
  float: left;
  text-align: left;
}

.grow .items .item:last-child .year {
  background: url("../img/year-last.png") center top no-repeat;
}
.btn-info{
    margin-left:40px;
    margin-bottom:20px;
}
.btn-success{
   margin-left:20px;
    margin-bottom:20px;
}

/* grow section */