html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
html {
  overflow-y: scroll;
}
.preloading-images {
  display: none;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #FFFFFF;
}
.preloader .preloader-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 306px;
  height: 69px;
  margin: -34px 0 0 -153px;
}
.preloader .progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  background: #123b7a;
}
svg g {
  cursor: pointer;
}
a {
  color: #b4995e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
b {
  font-weight: 600;
}
.clearfix {
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  clear: both !important;
  float: none;
  list-style: none !important;
}
.wrap {
  width: 1180px;
  padding: 90px 0 0 0;
  margin: 0 auto;
}
.social {
  position: absolute;
  display: none;
  z-index: 10000;
  overflow: hidden;
  background: rgba(18, 59, 122, 0.9);
  width: 1180px;
  height: 700px;
  top: 90px;
  left: 50%;
  margin-left: -590px;
}
.social .title {
  padding: 175px 0 0 0;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  color: #b4995e;
}
.social .line {
  width: 158px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  border-bottom: 1px solid #b4995e;
}
.social .buttons {
  padding: 60px 0 0 0;
  text-align: center;
}
.social .buttons a {
  display: inline-block;
  margin: 0 30px;
  width: 138px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: 0px -138px;
}
.social .buttons a.fb {
  background-image: url('../img/fb.png');
}
.social .buttons a.vk {
  background-image: url('../img/vk.png');
}
.social .buttons a.ok {
  background-image: url('../img/ok.png');
}
.social .buttons a.tw {
  background-image: url('../img/tw.png');
}
.social .buttons a:hover {
  background-position: 0px 0px;
}
.social .close {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  background-image: url('../img/close.png');
}
.social .close:hover {
  background-position: 0px 0px;
}
header {
  position: fixed;
  z-index: 1001;
  width: 1180px;
  height: 90px;
  top: 0px;
  left: 50%;
  margin-left: -590px;
  background: #ffffff;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 0px;
}
header ul.menu {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 130px;
  bottom: 0px;
  height: 35px;
  font-family: "Open Sans";
  font-weight: 300;
}
header ul.menu li {
  list-style-type: none;
  margin: 0 20px 0 0;
  padding: 0;
  height: 27px;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 8px solid #FFFFFF;
}
header ul.menu li.active {
  border-bottom: 8px solid #123b7a;
}
header ul.menu li:hover {
  border-bottom: 8px solid #b4995e;
}
header ul.menu li a {
  color: #666666;
  text-decoration: none;
}
header .icons {
  position: absolute;
  right: 0px;
  bottom: 10px;
  height: 37px;
  width: 170px;
}
header .icons div {
  width: 35px;
  height: 31px;
  float: right;
  margin: 0 0 0 11px;
}
header .icons div.langs-link {
  font-family: "helvetica", "arial", sans-serif;
  position: relative;
  z-index: 1001;
  height: 50px;
}
header .icons div.langs-link span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 31px;
  line-height: 31px;
  background: #01305f;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
}
header .icons div.langs-link .lang-select {
  display: none;
  background: #01305f;
  position: absolute;
  left: 0;
  top: 47px;
  width: 126px;
  margin: 0;
  padding: 3px 0;
}
header .icons div.langs-link .lang-select li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .icons div.langs-link .lang-select li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  width: auto;
  height: auto;
  float: none;
  margin: 0;
  padding: 0 0 0 20px;
}
header .icons div.langs-link .lang-select li a:hover {
  text-decoration: underline;
}
header .icons div.langs-link:hover .lang-select {
  display: block;
}
.sub-menu-top {
  position: fixed;
  width: 1180px;
  top: 90px;
  left: 50%;
  margin-left: -590px;
  z-index: 1000;
  background: #123b7a url(../img/triangle_yellow.png) no-repeat 114px 9px;
  height: 38px;
  display: none;
}
.sub-menu-top ul {
  margin: 0;
  padding: 15px 0 0 152px;
}
.sub-menu-top ul li {
  margin: 0;
  padding: 0 28px;
  list-style: none;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  height: 14px;
}
.sub-menu-top ul li a {
  text-decoration: none;
  color: #FFFFFF;
}
.sub-menu-top ul li + li {
  border-left: 1px solid #FFFFFF;
}
.sub-menu-top ul li.active a,
.sub-menu-top ul li:hover a {
  color: #b4995e;
}
.content .section {
  position: relative;
}
.content .section .header {
  width: 100%;
  background: url('../img/earth.jpg') no-repeat;
}
.content .section .header .head {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  background-image: url('../img/triangle.png');
  background-repeat: no-repeat;
  background-position: 118px 50%;
}
.content .section .header .head span {
  display: block;
  padding: 67px 0 0 180px;
}
.content .section .header .head:hover {
  background-image: url('../img/triangle_a.png');
}
.content .section .header.active {
  background: #123b7a;
}
.content .section .header.active .head {
  background: #123b7a;
}
.content .section .body {
  height: 663px;
  display: none;
  position: relative;
}
.content .section.section-about .header {
  background-position: 0px 0px;
  height: 172px;
}
.content .section.section-about .header a.head {
  background-color: rgba(0, 0, 0, 0.15);
}
.content .section.section-about .header a.head:hover,
.content .section.section-about .header a.head.active {
  background-color: #01305f;
  color: #FFFFFF;
}
.content .section.section-info .header {
  background-position: 0px -172px;
  height: 171px;
}
.content .section.section-info .header a.head {
  background-color: rgba(0, 0, 0, 0.25);
}
.content .section.section-info .header a.head:hover,
.content .section.section-info .header a.head.active {
  background-color: #01305f;
  color: #FFFFFF;
}
.content .section.section-info .header a.head span {
  padding: 46px 0 0 180px;
}
.content .section.section-resources .header {
  background-position: 0px -343px;
  height: 172px;
}
.content .section.section-resources .header a.head {
  background-color: rgba(0, 0, 0, 0.35);
}
.content .section.section-resources .header a.head:hover,
.content .section.section-resources .header a.head.active {
  background-color: #01305f;
  color: #FFFFFF;
}
.content .section.section-services .header {
  background-position: 0px -515px;
  height: 171px;
}
.content .section.section-services .header a.head {
  background-color: rgba(0, 0, 0, 0.45);
}
.content .section.section-services .header a.head:hover,
.content .section.section-services .header a.head.active {
  background-color: #01305f;
  color: #FFFFFF;
}
.slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 663px;
  display: none;
}
.slide.active {
  display: block;
}
.about-splash {
  width: 100%;
  height: 434px;
  background: #dddddd;
}
.about-splash .big {
  float: left;
  width: 560px;
  height: 100%;
  position: relative;
}
.about-splash .big .item {
  position: absolute;
  width: 390px;
  height: 390px;
  top: 50%;
  left: 50%;
  margin: -195px 0 0 -195px;
  display: none;
}
.about-splash .big .item.item-1 {
  display: block;
  background-image: url('../img/splash_1.png');
}
.about-splash .big .item.item-2 {
  background-image: url('../img/splash_2.png');
}
.about-splash .big .item.item-3 {
  background-image: url('../img/splash_3.png');
}
.about-splash .big .item.item-4 {
  background-image: url('../img/splash_4.png');
}
.about-splash .big .item.item-5 {
  background-image: url('../img/splash_5.png');
}
.about-splash .small {
  float: left;
  width: 500px;
  margin: 0 0 0 50px;
}
.about-splash .small ul {
  margin: 0;
  padding: 15px 0 0 0;
}
.about-splash .small ul li {
  margin: 0 0 7px 0;
  padding: 10px 0 0 94px;
  list-style-type: none;
  font-family: "Open Sans";
  font-weight: 300;
  color: #666666;
  text-transform: uppercase;
  height: 66px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}
.about-splash .small ul li.splash-1 {
  background-image: url('../img/splash_icon_1.png');
}
.about-splash .small ul li.splash-2 {
  background-image: url('../img/splash_icon_2.png');
}
.about-splash .small ul li.splash-3 {
  background-image: url('../img/splash_icon_3.png');
}
.about-splash .small ul li.splash-4 {
  background-image: url('../img/splash_icon_4.png');
}
.about-splash .small ul li.splash-5 {
  background-image: url('../img/splash_icon_5.png');
}
.about-splash .small ul li:hover {
  background-position: 0px -76px;
}
.about-splash .small ul li b {
  font-weight: 700;
}
.submenu ul {
  padding: 20px 55px;
  margin: 0;
}
.submenu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
.submenu ul li a {
  color: #666666;
  text-decoration: none;
}
.submenu ul li a:hover,
.submenu ul li a.active {
  color: #b4995e;
}
.submenu ul li + li:before {
  content: "/";
  display: block;
  float: left;
  text-align: center;
  width: 56px;
}
.scroll .mCSB_scrollTools {
  margin: 2px 0;
}
.scroll .mCSB_draggerContainer .mCSB_draggerRail {
  background: none;
  width: 8px;
  border: 1px solid #e7ecee;
  border-radius: 5px;
  margin-top: -1px;
}
.scroll .mCSB_draggerContainer .mCSB_dragger {
  width: 9px;
  margin-left: 4px;
  background: #e7ecee;
  border-radius: 6px;
}
.scroll .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background: #e7ecee;
}
.scroll .mCSB_draggerContainer .mCSB_dragger.mCSB_dragger_onDrag {
  width: 9px;
  margin-left: 4px;
  background: #e7ecee;
  border-radius: 6px;
  border: none;
}
.scroll .mCSB_draggerContainer .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  border: none;
  background: #e7ecee;
}
.slide-info {
  height: 439px;
  width: 1180px;
}
.slide-info .info-slider {
  height: 439px;
  width: 1180px;
  position: relative;
  background: url(../img/info_pattern.jpg) no-repeat;
}
.slide-info .info-slider .arrow {
  position: absolute;
  top: 57px;
  margin-top: -30px;
  width: 46px;
  height: 46px;
  z-index: 90;
  cursor: pointer;
}
.slide-info .info-slider .arrow.left {
  left: 557px;
  background: url(../img/arrow_left_46.png) no-repeat 0 0;
}
.slide-info .info-slider .arrow.right {
  right: 130px;
  background: url(../img/arrow_right_46.png) no-repeat 0 0;
}
.slide-info .slide-banner {
  display: block;
  height: 439px;
  position: absolute;
  width: 1180px;
  left: 0;
  top: 0;
  overflow: hidden;
  display: none;
}
.slide-info .slide-banner .earth {
  position: absolute;
  width: 394px;
  height: 394px;
  left: 84px;
  top: 22px;
}
.slide-info .slide-banner .earth div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.6;
}
.slide-info .slide-banner .earth div + div {
  background: url(../img/earth.png) no-repeat 30px 30px;
  opacity: 1;
}
.slide-info .slide-banner .sector {
  position: absolute;
  width: 428px;
  height: 147px;
  left: 74px;
  top: 146px;
}
.slide-info .slide-banner h2 {
  position: absolute;
  left: 630px;
  top: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  color: #123b7a;
  text-transform: uppercase;
}
.slide-info .slide-banner h2:after {
  content: "";
  line-height: 0;
  height: 10px;
  display: block;
  width: 63px;
  border-bottom: 6px solid #b4995e;
}
.slide-info .slide-banner .desc {
  display: none;
  position: absolute;
  color: #FFFFFF;
  width: 85px;
  left: 408px;
  top: 183px;
}
.slide-info .slide-banner .desc b {
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
.slide-info .slide-banner .desc b i {
    font-size: 10px;
    line-height: 14px;
    font-style: normal;
    font-weight: 600;
}
.slide-info .slide-banner .desc span {
  display: block;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  padding-left: 5px;
}
.slide-info .slide-banner .line {
  display: none;
  position: absolute;
}
.slide-info .slide-banner .line.line-1 {
  left: 501px;
  top: 171px;
  width: 43px;
  height: 24px;
}
.slide-info .slide-banner .line.line-2 {
  left: 505px;
  top: 221px;
  width: 38px;
  height: 19px;
}
.slide-info .slide-banner .line.line-3 {
  left: 501px;
  top: 250px;
  width: 60px;
  height: 60px;
}
.slide-info .slide-banner ul {
  position: absolute;
  left: 544px;
  top: 95px;
  margin: 0;
  padding: 0;
}
.slide-info .slide-banner ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  height: 76px;
  width: 600px;
  cursor: pointer;
}
.slide-info .slide-banner ul li i {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  margin: 6px 14px 0 6px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}
.slide-info .slide-banner ul li b {
  display: block;
  padding: 12px 0 0 0;
  float:left;
  width:450px;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #666666;
}
.slide-info .slide-banner ul li span {
  display: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #123b7a;
}
.slide-info .slide-banner ul li:hover i {
  margin: 0px 8px 0 0px;
  border: 6px solid #b4995e;
}
.slide-info .slide-banner ul li:hover span {
  display: inline;
}
.slide-info .slide-banner.slide-banner-1 .sector {
  background: url(../img/sector_yellow.png) no-repeat right top;
}
.slide-info .slide-banner.slide-banner-1 ul li.oil i {
  background-image: url(../img/icon_oil.png);
}
.slide-info .slide-banner.slide-banner-1 ul li.gas i {
  background-image: url(../img/icon_gas.png);
}
.slide-info .slide-banner.slide-banner-1 ul li.energy i {
  background-image: url(../img/icon_energy.png);
}
.slide-info .slide-banner.slide-banner-1 ul li:hover i {
  border: 6px solid #b4995e;
}
.slide-info .slide-banner.slide-banner-2 .sector {
  background: url(../img/sector_green.png) no-repeat right top;
}
.slide-info .slide-banner.slide-banner-2 ul li.agro i {
  background-image: url(../img/icon_agro.png);
}
.slide-info .slide-banner.slide-banner-2 ul li.grain i {
  background-image: url(../img/icon_grain.png);
}
.slide-info .slide-banner.slide-banner-2 ul li.beast i {
  background-image: url(../img/icon_beast.png);
}
.slide-info .slide-banner.slide-banner-2 ul li:hover i {
  border: 6px solid #1d995e;
}
.slide-info .slide-banner.slide-banner-3 .sector {
  background: url(../img/sector_purple.png) no-repeat right top;
}
.slide-info .slide-banner.slide-banner-3 ul li.railroad i {
  background-image: url(../img/icon_railroad.png);
}
.slide-info .slide-banner.slide-banner-3 ul li.road i {
  background-image: url(../img/icon_road.png);
}
.slide-info .slide-banner.slide-banner-3 ul li.internet i {
  background-image: url(../img/icon_internet.png);
}
.slide-info .slide-banner.slide-banner-3 ul li:hover i {
  border: 6px solid #5984c7;
}
.slide-info .slide-banner.slide-banner-4 .sector {
  background: url(../img/sector_irish.png) no-repeat right top;
}
.slide-info .slide-banner.slide-banner-4 ul li.peoples i {
  background-image: url(../img/icon_peoples.png);
}
.slide-info .slide-banner.slide-banner-4 ul li.businessman i {
  background-image: url(../img/icon_businessman.png);
}
.slide-info .slide-banner.slide-banner-4 ul li.jobless i {
  background-image: url(../img/icon_jobless.png);
}
.slide-info .slide-banner.slide-banner-4 ul li:hover i {
  border: 6px solid #009999;
}
.slide-info .slide-banner.slide-banner-5 .sector {
  background: url(../img/sector_grey.png) no-repeat right top;
}
.slide-info .slide-banner.slide-banner-5 ul li.metal i {
  background-image: url(../img/icon_metal.png);
}
.slide-info .slide-banner.slide-banner-5 ul li.mineral i {
  background-image: url(../img/icon_mineral.png);
}
.slide-info .slide-banner.slide-banner-5 ul li.steel i {
  background-image: url(../img/icon_steel.png);
}
.slide-info .slide-banner.slide-banner-5 ul li:hover i {
  border: 6px solid #486976;
}
.slide-info .slide-banner.slide-banner-6 .sector {
  background: url(../img/sector_violete.png) no-repeat right top;
}
.slide-info .slide-banner.slide-banner-6 ul li.vvp i {
  background-image: url(../img/icon_chart.png);
}
.slide-info .slide-banner.slide-banner-6 ul li.promo i {
  background-image: url(../img/icon_factory.png);
}
.slide-info .slide-banner.slide-banner-6 ul li.trade i {
  background-image: url(../img/icon_globe.png);
}
.slide-info .slide-banner.slide-banner-6 ul li:hover i {
  border: 6px solid #5a4e78;
}
.slide-info .about-union {
  height: 224px;
  background: #FFFFFF;
}
.slide-info .about-union h2 {
  margin: 0;
  float: left;
  width: 490px;
  padding: 26px 0 0 64px;
  color: #ae9a63;
  font-weight: 300;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 52px;
}
.slide-info .about-union .text {
  float: left;
  width: 600px;
  height: 200px;
  margin: 15px 0 0 0;
}
.slide-info .about-union .text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: 10px 0 0 0;
  padding: 0;
}
.slide-countries {
  height: 626px;
}
.slide-countries .countries-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 440px;
}
.slide-countries .countries-presidents {
  position: absolute;
  left: 0;
  top: 353px;
  width: 100%;
  height: 87px;
  background: rgba(18, 59, 122, 0.8);
}
.slide-countries .countries-presidents .president {
  float: left;
/*  margin: 10px 0 0 60px;
  width: 230px;*/
  margin: 10px 0 0 10px;
  width: 225px;
  cursor: pointer;
}
.slide-countries .countries-presidents .president img {
  border: 1px solid #FFFFFF;
  float: left;
  margin: 3px;
}
.slide-countries .countries-presidents .president p {
  float: left;
  width: 142px;
  margin: 0 0 0 14px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 9px;
  line-height: 14px;
  text-transform: uppercase;
}
.slide-countries .countries-presidents .president p span {
  font-size: 11px;
  text-transform: none;
}
.slide-countries .countries-presidents .president:hover img,
.slide-countries .countries-presidents .president.hover img,
.slide-countries .countries-presidents .president.active img {
  border: 4px solid #b4995e;
  margin: 0px;
}
.slide-countries .countries-presidents .president:hover p,
.slide-countries .countries-presidents .president.hover p,
.slide-countries .countries-presidents .president.active p {
  color: #b4995e;
}
.slide-countries .countries-flags {
  position: absolute;
  left: 0;
  top: 440px;
  width: 100%;
  height: 224px;
}
.slide-countries .countries-flags .flag {
  float: left;
/*  margin: 24px 0 0 70px;*/
  margin: 24px 0 0 25px;
/*  width: 218px;*/
  width: 211px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #666666;
  line-height: 18px;
  opacity: 0.5;
  cursor: pointer;
}
.slide-countries .countries-flags .flag i {
  display: block;
  width: 77px;
  height: 78px;
  margin: 0 0 20px 0;
  border: 10px solid #FFFFFF;
  border-radius: 50%;
}
.slide-countries .countries-flags .flag.f-armenia i {
  background: url(../img/flag_armenia.png) no-repeat;
}
.slide-countries .countries-flags .flag.f-belarussia i {
  background: url(../img/flag_belarussia.png) no-repeat;
}
.slide-countries .countries-flags .flag.f-kazahstan i {
  background: url(../img/flag_kazahstan.png) no-repeat;
}
.slide-countries .countries-flags .flag.f-kirgiziya i {
  background: url(../img/flag_kirgiziya.png) no-repeat;
}
.slide-countries .countries-flags .flag.f-russia i {
  background: url(../img/flag_russia.png) no-repeat;
}
.slide-countries .countries-flags .flag:hover,
.slide-countries .countries-flags .flag.active,
.slide-countries .countries-flags .flag.hover {
  opacity: 1;
}
.slide-countries .countries-flags .flag:hover i,
.slide-countries .countries-flags .flag.active i,
.slide-countries .countries-flags .flag.hover i {
  border: 10px solid #b4995e;
}
.slide-countries .country {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.slide-countries .country .back {
  position: absolute;
  left: 60px;
  top: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #123b7a;
}
.slide-countries .country .indexes {
  position: absolute;
  left: 80px;
  top: 150px;
  width: 116px;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 14px;
}
.slide-countries .country .priorities {
  position: absolute;
  left: 80px;
  top: 218px;
  width: 116px;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 14px;
}
.slide-countries .country .website {
  position: absolute;
  left: 60px;
  top: 380px;
  padding: 3px 18px;
  border: 4px solid #123b7a;
  text-align: center;
}
.slide-countries .country .website a {
  color: #123b7a;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.slide-countries .country .website a:hover {
  text-decoration: none;
}
.slide-countries .country .description {
  position: absolute;
  top: 0;
  right: -320px;
  width: 312px;
  height: 432px;
  background: #FFFFFF;
  border: 4px solid #b4995e;
}
.slide-countries .country .description .capital {
  margin: 20px 0 0 16px;
}
.slide-countries .country .description hr {
  margin: 0 16px;
  border: none;
  height: 1px;
  background: #b4995e;
}
.slide-countries .country .description p {
  margin: 16px 16px;
  color: #666666;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.slide-countries .country .description p b {
  font-weight: 600;
}
.slide-countries .country .description p img {
  float: left;
  border: 4px solid #b4995e;
  margin: 6px 14px 0 0;
}
.slide-countries .country .description .quote-link {
  margin: 16px;
  background: #b4995e;
  border: 1px solid #b4995e;
  text-align: center;
  clear: both;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
  height: 33px;
  color: #FFFFFF;
  margin-top: 15px;
  cursor: pointer;
}
.slide-countries .country blockquote {
  position: absolute;
  right: -1180px;
  top: 20px;
  width: 100%;
  height: 422px;
  background: rgba(18, 59, 122, 0.9);
  margin: 0;
  padding: 0;
}
.slide-countries .country blockquote .president-block {
  float: left;
  margin: 55px 42px 0 60px;
}
.slide-countries .country blockquote .president-block img {
  border: 4px solid #b4995e;
}
.slide-countries .country blockquote .president-block a {
  display: block;
  margin: 16px 0 0 0;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #b4995e;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.slide-countries .country blockquote .president-block a:hover {
  text-decoration: none;
}
.slide-countries .country blockquote h2 {
  margin: 50px 60px 0 0;
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.slide-countries .country blockquote h2 b {
  font-weight: 600;
}
.slide-countries .country blockquote p {
  color: #FFFFFF;
  margin: 10px 60px 0 0;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
}
.slide-countries .country blockquote .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #b4995e url(../img/close2.png) no-repeat center center;
  cursor: pointer;
}
.slide-countries .country blockquote .text {
  margin: 70px 48px 0 60px;
  height: 320px;
}
.slide-countries .country blockquote .text h2 {
  margin-top: 0;
}
.slide-countries .country blockquote .text h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
}
.slide-countries .country blockquote .text p {
  font-style: normal;
}
.slide-countries .country.country-armenia {
  background: url(../img/countries_armenia.jpg) no-repeat;
}
.slide-countries .country.country-belarussia {
  background: url(../img/countries_belarussia.jpg) no-repeat;
}
.slide-countries .country.country-kazahstan {
  background: url(../img/countries_kazahstan.jpg) no-repeat;
}
.slide-countries .country.country-russia {
  background: url(../img/countries_russia.jpg) no-repeat;
}
.slide-countries .country.country-kirgiziya {
  background: url(../img/countries_kirgiziya.jpg) no-repeat;
}
.grey-cell {
  background: #e4e8eb;
  width: 100%;
  height: 150px;
  position: relative;
}
.grey-cell .icon {
  position: absolute;
  left: 60px;
  top: 50px;
  width: 32px;
  height: 32px;
}
.grey-cell h2 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 98px;
  top: 44px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #666666;
}
.grey-cell a {
  position: absolute;
  display: block;
  left: 98px;
  top: 96px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  background: #cccccc;
  padding: 0 25px;
}
.grey-cell a:hover {
  text-decoration: none;
}
.grey-cell.half {
  width: 50%;
  float: left;
}
.grey-cell.half .icon {
  top: 62px;
}
.grey-cell.half h2 {
  font-size: 16px;
  top: 58px;
}
.grey-cell.half a {
  top: 100px;
}
.grey-cell.top {
  background: #e4e8eb;
}
.grey-cell.top .icon {
  background: url(../img/icon_users.png) no-repeat;
}
.grey-cell.economic {
  background: #eef1f3;
}
.grey-cell.economic .icon {
  background: url(../img/icon_users.png) no-repeat;
}
.grey-cell.comeconomic {
  background: #f3f8fc;
}
.grey-cell.comeconomic .icon {
  background: url(../img/icon_law.png) no-repeat;
}
.grey-cell.court {
  background: #f3f8fc;
}
.grey-cell.court .icon {
  background: url(../img/icon_libra.png) no-repeat;
}
.column {
  width: 50%;
  margin: 12px 0 0 0;
}
.column p {
  margin: 10px 40px;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}
.column.left {
  float: left;
}
.column.right {
  float: right;
}
.slide-administration {
  position: relative;
}
.slide-administration .adm-block {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.slide-administration .adm-block .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #b4995e url(../img/close2.png) no-repeat center center;
  cursor: pointer;
}
.slide-administration .adm-block {
  position: absolute;
  width: 100%;
  height: 425px;
  left: 0;
  top: 10px;
  display: none;
  background: #123b7a;
}
.slide-administration .adm-block h2 {
  margin: 10px 0 0 60px;
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.slide-administration .adm-block h2:after {
  content: "";
  line-height: 0;
  height: 12px;
  display: block;
  width: 63px;
  border-bottom: 6px solid #b4995e;
}
.slide-administration .adm-block .item {
/*  width: 243px;*/
  width: 223px;
  float: left;
/*  margin: 40px 0 0 20px;*/
  margin: 40px 0 0 0;
}
.slide-administration .adm-block .item .president {
  cursor: pointer;
  height: 75px;
}
.slide-administration .adm-block .item .president img {
  border: 1px solid #FFFFFF;
  float: left;
  margin: 3px;
}
.slide-administration .adm-block .item .president p {
  float: left;
  width: 142px;
  margin: 0 0 0 14px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 9px;
  line-height: 14px;
  text-transform: uppercase;
}
.slide-administration .adm-block .item .president p span {
  font-size: 11px;
  text-transform: none;
}
.slide-administration .adm-block .item .flag {
  clear: both;
  margin: 14px 0 33px 0;
  height: 60px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.slide-administration .adm-block .item .flag i {
  display: block;
  float: left;
  background: #FF0000;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
}
.slide-administration .adm-block .item .flag span {
  display: block;
  float: left;
  padding: 13px 0 0 20px;
}
.slide-administration .adm-block .item .website {
  clear: both;
  display: block;
  margin: 14px 0 0 0;
  border: 1px solid #FFFFFF;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 170px;
  padding: 0 0 0 10px;
  height: 30px;
  line-height: 30px;
}
.slide-administration .adm-block .item .website:hover {
  text-decoration: none;
}
.slide-administration .adm-block .item.armenia {
  margin-left: 60px;
}
.slide-administration .adm-block .item.armenia .flag i {
  background: url(../img/flag_armenia.png) no-repeat 50% 50%;
  background-size: 54px 54px;
}
.slide-administration .adm-block .item.belarussia .flag i {
  background: url(../img/flag_belarussia.png) no-repeat 50% 50%;
  background-size: 54px 54px;
}
.slide-administration .adm-block .item.kazahstan .flag i {
  background: url(../img/flag_kazahstan.png) no-repeat 50% 50%;
  background-size: 54px 54px;
}
.slide-administration .adm-block .item.kirgiziya .flag i {
  background: url(../img/flag_kirgiziya.png) no-repeat 50% 50%;
  background-size: 54px 54px;
}
.slide-administration .adm-block .item.russia .flag i {
  background: url(../img/flag_russia.png) no-repeat 50% 50%;
  background-size: 54px 54px;
}
.slide-administration .adm-block2 {
  background: #FFFFFF;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 662px;
  z-index: 100;
}
.slide-administration .adm-block2 .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #b4995e url(../img/close2.png) no-repeat center center;
  cursor: pointer;
}
.slide-administration .adm-block2 h2 {
  margin: 10px 0 0 60px;
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #333333;
  text-transform: uppercase;
}
.slide-administration .adm-block2 h2:after {
  content: "";
  line-height: 0;
  height: 5px;
  display: block;
  width: 63px;
  border-bottom: 6px solid #b4995e;
}
.slide-administration .adm-block2 h2 span {
  padding-left: 50px;
  font-size: 14px;
}
.slide-administration .adm-block2 .flags {
  margin: 15px 70px 0 70px;
}
.slide-administration .adm-block2 .flags .flag {
  float: left;
  width: 170px;
  margin: 0 38px 0 0;
}
.slide-administration .adm-block2 .flags .flag .icon {
  display: block;
  float: left;
  width: 77px;
  height: 77px;
  border: 10px solid #ededea;
  border-radius: 50%;
}
.slide-administration .adm-block2 .flags .flag h5 {
  float: left;
  width: 90px;
  margin: 32px 0 0 12px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #333333;
}
.slide-administration .adm-block2 .flags .flag p {
  width: 170px;
  margin: 40px 0 0 0;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}
.slide-administration .adm-block2 .flags .flag p span {
  font-weight: 600;
}
.slide-administration .adm-block2 .flags .flag.armenia .icon {
  background: url(../img/flag_armenia.png) no-repeat 50% 50%;
}
.slide-administration .adm-block2 .flags .flag.belarussia .icon {
  background: url(../img/flag_belarussia.png) no-repeat 50% 50%;
}
.slide-administration .adm-block2 .flags .flag.kazahstan .icon {
  background: url(../img/flag_kazahstan.png) no-repeat 50% 50%;
}
.slide-administration .adm-block2 .flags .flag.russia .icon {
  background: url(../img/flag_russia.png) no-repeat 50% 50%;
}
.slide-administration .adm-block2 .flags .flag.tadgikistan .icon {
  background: url(../img/flag_tadgikistan.png) no-repeat 50% 50%;
}
.slide-administration .adm-block2 .flags .flag.kirgizstan .icon {
  background: url(../img/flag_kirgizstan.png) no-repeat 50% 50%;
}
.slide-administration .adm-block2 .flags.condensed .flag {
  margin: 0;
  width: 200px;
}
.slide-administration .adm-block2 .table {
  border-top: 1px solid #c3ad7e;
  margin: 30px 70px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.slide-administration .adm-block2 .table .right-block {
  float: right;
  margin: 30px 0 0 0;
  width: 250px;
  font-size: 14px;
}
.slide-administration .adm-block2 .table h3 {
  margin: 30px 0 0 0;
  padding: 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  text-transform: uppercase;
}
.slide-administration .adm-block2 .table h3:after {
  content: "";
  line-height: 0;
  height: 10px;
  display: block;
  width: 63px;
  border-bottom: 6px solid #b4995e;
}
.slide-administration .adm-block2 .table table {
  width: 100%;
  margin: 30px 0;
}
.slide-administration .adm-block2 .table table td {
  width: 25%;
  padding: 0 45px 0 0;
  vertical-align: top;
}
.slide-administration .adm-block2 .table table td p {
  margin: 0;
}
.slide-administration .adm-block2 .table table td p + p {
  margin: 18px 0 0 0;
}
.slide-administration .adm-block2 .table table td + td {
  padding: 0 45px 0 45px;
  border-left: 1px solid #c3ad7e;
}
.slide-administration .adm-block2 .table hr {
  height: 0;
  border: none;
  background: #c3ad7e;
  height: 1px;
  margin: 30px 0;
}
.slide-administration .adm-block2 .table hr + .right-block {
  margin: 0;
}
.slide-administration .adm-block2 .table p {
  margin: 40px 25px 0 25px;
  font-weight: 300;
  font-size: 14px;
}
.slide-administration .adm-block2 .table p.blue {
  color: #123b7a;
}
.slide-administration .adm-block2 .table.blue {
  border-top: 1px solid #a0b1ca;
}
.slide-administration .adm-block2 .table.blue h3:after {
  display: none;
}
.slide-administration .adm-block2 .table.blue table td + td {
  border-left: 1px solid #a0b1ca;
}
.slide-administration .adm-block2 .table.blue + .table {
  border-top: 1px solid #a0b1ca;
}
.history-anno {
  position: absolute;
  left: 0;
  top: 0;
  width: 1180px;
  height: 440px;
}
.history-anno .year {
  position: absolute;
  left: 0;
  top: 0;
  width: 1180px;
  height: 440px;
  display: none;
  background: #FFFFFF;
}
.history-anno .year .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 861px;
  height: 440px;
}
.history-anno .year .photo img {
  position: absolute;
  left: 0;
  top: 0;
}
.history-anno .year .photo h4 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0;
  padding: 10px 30px;
  z-index: 1000;
  color: #FFFFFF;
  width: 801px;
  font-weight: 300;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
}
.history-anno .year .documents {
  position: absolute;
  left: 860px;
  top: 0;
  width: 312px;
  height: 432px;
  border: 4px solid #b4995e;
}
.history-anno .year .documents .preview {
  margin: 20px 25px 0 27px;
  overflow-x: hidden;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
.history-anno .year .documents .doc_view {
  margin: 10px 24px 0 27px;
  border: 4px solid #b4995e;
  background: url(../img/pdf.png) no-repeat 16px 9px;
  padding: 0 20px 0 55px;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #b4995e;
  height: 42px;
  line-height: 42px;
}
.history-anno .year .documents .doc_view a {
  text-decoration: none;
}
.history-anno .year.active {
  display: block;
}
.history-calendar {
  position: absolute;
  left: 0;
  top: 440px;
  width: 1020px;
  padding: 13px 80px;
  height: 61px;
}
.history-calendar .item {
  float: left;
  cursor: pointer;
}
.history-calendar .item b {
  display: block;
  font-size: 16px;
  color: #CCCCCC;
}
.history-calendar .item span {
  margin: 16px 0 0 0;
  padding: 0 0 0 35px;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 11px;
  height: 11px;
  letter-spacing: 0.2em;
  background: url(../img/dot.png) no-repeat 16px 0;
  color: #666666;
}
.history-calendar .item:hover b,
.history-calendar .item.active b {
  color: #123b7a;
}
.history-calendar .item:hover span,
.history-calendar .item.active span {
  background: url(../img/dot.png) no-repeat 16px -11px;
}
.history-calendar .arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 0;
  cursor: pointer;
}
.history-calendar .arrow.left {
  left: 0;
  background: url(../img/arrow2_left.png) no-repeat;
}
.history-calendar .arrow.right {
  right: 0;
  background: url(../img/arrow2_right.png) no-repeat;
}
.history-calendar .arrow:hover {
  background-position: 0 -60px;
}
.history-thesises {
  position: absolute;
  left: 0;
  top: 535px;
  margin: 0 60px;
}
.history-thesises div {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  display: none;
}
.history-thesises div.active {
  display: block;
}
.history-thesises div p {
  margin: 5px 0;
}
.section-info .info-grid .cell {
  width: 50%;
  height: 132px;
  float: left;
  position: relative;
}
.section-info .info-grid .cell i {
  position: absolute;
  left: 64px;
  top: 30px;
  width: 32px;
  height: 32px;
}
.section-info .info-grid .cell .title {
  position: absolute;
  left: 100px;
  top: 35px;
  width: 300px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-info .info-grid .cell.attach i {
  background: url(../img/icon_attach.png) no-repeat;
}
.section-info .info-grid .cell.doc i {
  background: url(../img/icon_doc.png) no-repeat;
}
.section-info .info-grid .cell a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #01305f;
  display: none;
}
.section-info .info-grid .cell a span {
  display: block;
  margin: 10px 24px 0 34px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.section-info .info-grid .cell a i {
  position: static;
  display: block;
  background: none !important;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 4px 24px 0 34px;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  font-style: normal;
}
.section-info .info-grid .cell a:hover {
  text-decoration: none;
}
.section-info .info-grid .cell:hover a {
  display: block;
}
.section-info .info-grid .cell.cell-1 {
  background: url(../img/info_1.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-2 {
  background: url(../img/info_2.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-3 {
  background: url(../img/info_3.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-4 {
  background: url(../img/info_4.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-5 {
  background: url(../img/info_5.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-6 {
  background: url(../img/info_6.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-7 {
  background: url(../img/info_7.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-8 {
  background: url(../img/info_8.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-9 {
  background: url(../img/info_9.jpg) no-repeat;
}
.section-info .info-grid .cell.cell-10 {
  background: url(../img/info_10.jpg) no-repeat;
}
.section-resources .resources-banner {
  height: 511px;
  position: relative;
}
.section-resources .resources-banner img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.section-resources .resources-banner img.res0 {
  display: block;
}
.section-resources .resources-banner h2 {
  position: absolute;
  left: 60px;
  top: 315px;
  width: 750px;
  font-weight: 600;
  font-size: 22px;
  /*line-height:auto;*/
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.section-resources .resources-links {
  margin: 0;
  padding: 14px 0 0 0;
  height: 179px;
  background: #e0e4e7;
}
.section-resources .resources-links li {
  margin: 8px 0 0 58px;
  padding: 0 0 0 44px;
  list-style: none;
  background: url(../img/icon_attach2.png) no-repeat;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.section-resources .resources-links li a,
.section-resources .resources-links li span {
  color: #01305f;
  text-decoration: underline;
}
.section-resources .resources-links li a i,
.section-resources .resources-links li span i {
  text-transform: lowercase;
  font-style: normal;
  color: #666666;
}
.section-resources .resources-links li span {
  text-decoration: none;
}
.slide-media .media-big {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 440px;
}
.slide-media .media-big .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 787px;
  height: 440px;
}
.slide-media .media-big .anno {
  color: #FFFFFF;
  position: absolute;
  background: #3b5b8e;
  left: 787px;
  top: 0px;
  width: 393px;
  height: 440px;
}
.slide-media .media-big .anno .date {
  margin: 70px 0 0 30px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.slide-media .media-big .anno .date:after {
  content: "";
  line-height: 0;
  height: 25px;
  display: block;
  width: 35px;
  border-bottom: 4px solid #FFFFFF;
}
.slide-media .media-big .anno h3 {
  margin: 20px 20px 0 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.025px;
}
.slide-media .media-big .anno p {
  margin: 16px 20px 0 30px;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05px;
}
.slide-media .media-big .anno a {
  display: block;
  margin: 16px 0 0 30px;
  font-size: 14px;
  line-height: 34px;
  padding: 0 20px;
  text-transform: uppercase;
  border: 4px solid #b4995e;
  height: 34px;
  float: left;
}
.slide-media .media-big .anno a:hover {
  text-decoration: none;
}
.slide-media .media-list {
  position: absolute;
  left: 0;
  top: 470px;
  width: 100%;
  height: 180px;
}
.slide-media .media-list .item {
  margin: 0 0 0 -1px;
  width: 310px;
  padding: 0 30px;
  height: 125px;
  font-weight: 400;
  font-size: 12px;
  border-left: 1px solid #cccccc;
  cursor: pointer;
}
.slide-media .media-list .item h4 {
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.slide-media .media-list .item h4:after {
  content: "";
  line-height: 0;
  height: 12px;
  display: block;
  width: 35px;
  border-bottom: 4px solid #b4995e;
}
.slide-media .news-item-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 663px;
  display: none;
  background: #FFFFFF;
}
.slide-media .news-item-block .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #b4995e url(../img/close2.png) no-repeat center center;
  cursor: pointer;
}
.slide-media .news-item-block .left-column {
  float: left;
  width: 550px;
  height: 100%;
}
.slide-media .news-item-block .left-column .image {
  margin: 30px 0 0 0;
  width: 540px;
  height: 410px;
  /*background:url(../img/news_bg.jpg);*/
  overflow: hidden;
  position: relative;
}
.slide-media .news-item-block .left-column .image .news-slide-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-media .news-item-block .left-column .image .gallery-nav-bg {
  width: 100%;
  height: 87px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.slide-media .news-item-block .left-column .image .gallery-nav {
  height: 87px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  margin: 0 0 0 120px;
}
.slide-media .news-item-block .left-column .image .gallery-nav .slick-prev {
  width: 36px;
  height: 36px;
  left: -100px;
  margin-top: -18px;
  background: url(../img/arrow_left_c.png) no-repeat;
}
.slide-media .news-item-block .left-column .image .gallery-nav .slick-next {
  width: 36px;
  height: 36px;
  right: -100px;
  margin-top: -18px;
  background: url(../img/arrow_right_c.png) no-repeat;
}
.slide-media .news-item-block .left-column .image .gallery-nav .news-gallery-thumb {
  margin: 20px 0 0 0;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.slide-media .news-item-block .left-column .image .gallery-nav .news-gallery-thumb img {
  display: inline;
  height: 42px;
  border: 4px solid #FFFFFF;
  width: auto;
}
.slide-media .news-item-block .left-column .video {
  display: none;
  width: 540px;
  height: 410px;
  margin: 30px 0 0 0;
  overflow: hidden;
}
.slide-media .news-item-block .left-column .video-switch {
  margin: 8px 0 0 0;
  width: 534px;
  padding: 10px 0;
  border: 3px solid #b4995e;
}
.slide-media .news-item-block .left-column .video-switch a {
  font-size: 14px;
  text-transform: uppercase;
  color: #b4995e;
  text-decoration: none;
  width: 49%;
  float: left;
  text-align: center;
  border-right: 1px solid #b4995e;
}
.slide-media .news-item-block .left-column .video-switch a + a {
  border: none;
}
.slide-media .news-item-block .left-column .video-switch a.active {
  color: #123b7a;
}
.slide-media .news-item-block .left-column .show-all {
  display: block;
  margin: 16px 0 0 0px;
  font-size: 14px;
  line-height: 34px;
  padding: 0 20px;
  text-transform: uppercase;
  border: 4px solid #b4995e;
  height: 34px;
  float: left;
}
.slide-media .news-item-block .left-column .show-all:hover {
  text-decoration: none;
}
.slide-media .news-item-block .left-column .social-share {
  float: left;
  width: 150px;
  height: 40px;
  margin: 16px 0 0 20px;
  display: none;
}
.slide-media .news-item-block .left-column .social-share a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
}
.slide-media .news-item-block .left-column .social-share a.vk {
  background: url(../img/icon_vk.png) no-repeat 0px 0px;
}
.slide-media .news-item-block .left-column .social-share a.fb {
  background: url(../img/icon_fb.png) no-repeat 0px 0px;
}
.slide-media .news-item-block .left-column .social-share a.tw {
  background: url(../img/icon_tw.png) no-repeat 0px 0px;
}
.slide-media .news-item-block .left-column .social-share a:hover {
  background-position: 0px -40px;
}
.slide-media .news-item-block .right-column {
  float: right;
  width: 550px;
  height: 100%;
}
.slide-media .news-item-block .right-column .text {
  height: 550px;
  margin: 90px 60px 0 0;
  font-weight: 400;
  color: #000000;
}
.slide-media .news-item-block .right-column .text h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #666666;
  text-transform: uppercase;
}
.slide-media .news-item-block .right-column .text h2:after {
  content: "";
  line-height: 0;
  height: 18px;
  display: block;
  width: 38px;
  border-bottom: 4px solid #b4995e;
}
.slide-media .news-item-block .right-column .text .date {
  margin: 20px 0 0 0;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333333;
  text-transform: uppercase;
}
.slide-media .news-item-block .right-column .text p {
  margin: 16px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #000000;
}
.slide-media .news-item-block .right-column .text ol {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin: 0;
  color: #000000;
}
.slide-media .news-item-block .right-column .text ol li {
  margin: 16px 0 0 0;
}
.services-grid {
  width: 100%;
}
.services-grid .cell {
  float: left;
  position: relative;
  width: 50%;
  height: 130px;
  background: #eef1f3;
}
.services-grid .cell i {
  display: block;
  position: absolute;
  width: 76px;
  height: 76px;
  top: 36px;
  right: 70px;
}
.services-grid .cell span {
  display: block;
  position: absolute;
  left: 55px;
  top: 30px;
  width: 380px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
}
.services-grid .cell a {
  display: block;
  position: absolute;
  left: 55px;
  top: 90px;
  background: #CCCCCC;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 25px;
  line-height: 24px;
}
.services-grid .cell a:hover {
  text-decoration: none;
}
.services-grid .cell b {
  display: block;
  position: absolute;
  left: 60px;
  top: 90px;
  color: #AAAAAA;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.services-grid .cell.dark {
  background: #e4e8eb;
}
.services-grid .cell.cell-1 i {
  background: url(../img/srvss_1.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-2 i {
  background: url(../img/srvss_2.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-3 i {
  background: url(../img/srvss_3.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-4 i {
  background: url(../img/srvss_4.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-5 i {
  background: url(../img/srvss_5.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-6 i {
  background: url(../img/srvss_6.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-7 i {
  background: url(../img/srvss_7.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-8 i {
  background: url(../img/srvss_8.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-9 i {
  background: url(../img/srvss_9.png) no-repeat 0px 0px;
}
.services-grid .cell.cell-10 i {
  background: url(../img/srvss_10.png) no-repeat 0px 0px;
}
.services-grid .cell:hover {
  background: #01305f;
}
.services-grid .cell:hover span,
.services-grid .cell:hover b {
  color: #FFFFFF;
}
.services-grid .cell:hover a {
  background: #b4995e;
}
.services-grid .cell:hover i {
  background-position: 0px -76px;
}
.capital-sub {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #126a7a;
}
.country-sub {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  color: #123b7a;
}
.kz-capital {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #126a7a;
  top: 169px;
  left: 514px;
}
.kz-country-desc {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  color: #123b7a;
  top: 207px;
  left: 512px;
}
.ky-capital {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #126a7a;
  top: 169px;
  left: 514px;
}

.country-kirgiziya .ky-capital {top: 145px;}
.country-kirgiziya .ky-country-desc {top: 189px;}

.ky-country-desc {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  color: #123b7a;
  top: 207px;
  left: 512px;
}
.ru-capital {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #126a7a;
  top: 255px;
  left: 313px;
}
.ru-country-desc {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  color: #123b7a;
  top: 234px;
  left: 428px;
}
.am-capital {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #126a7a;
  top: 194px;
  left: 492px;
}
.am-country-desc {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  color: #123b7a;
  top: 134px;
  left: 376px;
}
.be-capital {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #126a7a;
  top: 198px;
  left: 540px;
}
.be-country-desc {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  color: #123b7a;
  top: 233px;
  left: 540px;
}
