body.main {
  color: #F0F0F0;
}
.main #page {
  padding-bottom: 12px;
}
.main .container {
  max-width: 1180px;
  min-width: 1024px;
  padding: 0;
}
.main #top {
  padding-bottom: 0px;
  margin: 0 auto;
    z-index: 1000;
}

body.main {
    background: url(/img/bg_home_top.png) no-repeat 50% 121px
}
#bg_home_footer {
    background: url(/img/bg_home_footer.jpg) no-repeat 50% 121px;
    width: 100%;
    position: absolute;
    height: 958px;
    bottom: 700px;
    left: 0;
}
#bg_home_footer_cn {
    width: 100%;
    position: absolute;
    height: 462px;
    background: url(/img/bg_home_footer.jpg) no-repeat bottom;
    bottom: 700px;
    left: 0;
}
#bg_home_footer_fade {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 45%);
}
#home-top-block {
  width: 100%;
}
#home-description {
  float: left;
  width: 31.4%;
}
#home-description .info {
  background: #0086d4;
  background: rgba(0, 149, 218, 0.7);
  padding-bottom: 15px;
}
#home-description .info p {
  font-size: 15px;
}
#home-description .info .content-container {
  padding-top: 30px;
  margin: 0 32px;
}
#home-description .info .large {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
}

#home-description .info .large_p p{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 25px;
}

#home-description .obtained {
  background: #222;
  background: rgba(0, 0, 0, 0.6);
}
#home-description .obtained .content-container {
  padding: 12px 0;
  margin: 0 0 0 21px;
}
#home-description .obtained p {
    font-size: 19px;
    letter-spacing: .7px;
    margin: 0 0 7px;
}
#home-description .obtained .title {
    margin-bottom: 21px;
    text-transform: uppercase;
}
#home-description .obtained .large {
  font-size: 50px;
  margin: 0;
}
#home-description .obtained .icon-coal {
  float: left;
  margin-right: 18px;
  margin-top: 7px;
  *vertical-align: middle;
}
#home-coal-banner {
  float: right;
  width: 260px;
  background: rgba(0, 149, 218, 0.7);
}
#home-coal-banner .info{
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
}
#home-coal-banner .large{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
#home-coal-banner .info--link{
  background-color: #fff;
  color: #0496D6;
  padding: 8px 41.5px;
  margin-top: 24px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
#home-coal-banner .info--link:hover{
  background-color: #0086d4;
  color: #fff;
}
#coal-obtained .suffix {
    font-size: 36px;
    line-height: 1;
    margin-top: 19px;
    vertical-align: top;
}
#coal-year .suffix {
    font-size: 40px;
    line-height: 1;
    margin-top: 2px;
    vertical-align: top;
}
#top-stat {
  position: relative;
  float: left;
}
#top-stat .top-stat {
  cursor: pointer;
  position: absolute;
}
#top-stat .info-window {
  background: #FFF;
  box-shadow: 1px 0px 10px #8C9EAF;
  display: none;
  position: absolute;
  padding: 15px 24px 13px;
  top: -18px;
  left: 113px;
  /*height: 90px;*/
  width: 253px;
  z-index: 1;
}
#top-stat .info-window p {
    margin: 0;
}
#top-stat .side-left .info-window  {
    display: none;
    left: -315px;
}
#top-stat .large {
  font-size: 40px;
  letter-spacing: -0.7px;
  line-height: 1;
  margin: 5px 0;
}
#top-stat .description {
    color: #576368;
    margin-right: 8px;
}
#home-links {
    background: #FFF;
    margin: 0;
    padding: 0;
}
#home-links li {
    float: left;
    list-style: none;
    float: left\9;
    margin: 0;
    text-align: center;
}
#home-links a,
#home-links span {
  background: #FFF;
  color: #0086d4;
  display: block;
  padding: 46px 25px 41px;
  padding: 46px 0 41px;
  *padding: 46px 22px 41px 21px;
  font-size: 15px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
#home-links a:hover {
  /*background: #0086d4;*/
  color: #263338;
}
@-moz-document url-prefix() {
  .english #home-links li.last a {
    padding-right: 38px;
  }
}
.english #home-links a,
.english #home-links span {
  padding: 46px 41px 41px 41px;
  *padding: 46px 44px 41px 44px;
}
.english #home-links .last a {
  padding-left: 36px;
  padding-right: 36px;
  *padding-left: 37px;
  *padding-right: 36px;
}
#home-banner {
  position: relative;
}
#home-banner .banner-content {
  float: left;
  height: 380px;
  width: 841px;
}
#home-banner .banner-info {
  float: left;
  height: 380px;
  /* width: 339px; */
}
#home-banner .banner-sociable {
  background: #112F3E;
  padding: 32px 30px 27px 30px;
  height: 27px;
    display: flex;
    justify-content: center;
}
#home-banner a:hover {
  background: none;
}
#home-banner .icon-fb {
  margin-left: 29px;
}
#home-banner .icon-share {
  margin-left: 45px;
}
#home-banner .icon-youtube {
  /*margin-left: 43px;*/
}
#home-banner .icon-wikipedia {
  margin-left: 40px;
}
#home-banner .banner-tabs {
  background: #0086d4;
  height: 205px;
  width: 460px;
  position: absolute;
  right: 0;
  top: 86px;
}
#home-banner .banner-tabs .icon-tab-arrow-left {
  position: absolute;
  bottom: 35px;
  left: -37px;
}
#home-banner .banner-tabs .slides {
  color: #112F3E;
  position: relative;
  line-height: 1;
  margin: 37px 15px 37px 45px;
}
#home-banner .banner-tabs .slide {
  float: left;
  margin-right: 20px;
}
#home-banner .banner-tabs .slide.active {
  color: #FFF;
}
#home-banner .banner-tabs .slide.active .counter {
  border-bottom: 2px solid #FFF;
}
#home-banner .banner-tabs .slide.active .slide-content {
  display: block;
}
#home-banner .banner-tabs .counter {
  cursor: pointer;
  font-size: 35px;
    display: none;
}
#home-banner .banner-tabs .counter:hover {
  border-bottom: 2px solid #FFF;
  color: #FFF;
}
#home-banner .banner-tabs .slide-content {
    display: none;
    position: absolute;
    top: 35px;
    left: -15px;
    text-transform: uppercase;
    /*width: 390px;*/
    width: 100%;
}
#home-banner .banner-tabs .slide-content .large {
    font-size: 32px;
    text-align: center;
}
#home-banner .banner-tabs .large {
  font-size: 27px;
  letter-spacing: .7px;
}
#home-banner .banner-tabs a {
    color: #fff;
    text-decoration: none;
}
#home-banner .banner-tabs p {
  margin: 0;
}
#home-banner .banner-pager {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 89px;
  *top: 291px;
  width: 340px;
}
#home-banner .prev-slide,
#home-banner .next-slide {
  background: #B0A8AA;
  cursor: pointer;
  float: left;
  /*height: 89px;*/
  padding: 30px 0;
  text-align: center;
  /* width: 170px; */
  width: 50%;
}
#home-banner .disabled {
  background: #ECE8E9;
    cursor: default;
}
#home-banner .icon-arrow-white-left,
#home-banner .icon-arrow-white-right {
  /*margin: 30px 76px;*/
}
#content-info {
  background: #FFF;
  margin-top: 25px;
  height: 540px;
}
@media screen and (max-width: 600px) {
  #content-info {
    height: 696px;
  }
}
#content-info .header {
  font-size: 24px;
}
#content-info .item-info {
  color: #808080;
  margin: 4px 0 0;
}
.icon-plus-highlighted {
  display: inline-block;
  background: url(/img/sprites.png) no-repeat -63px 0;
  height: 103px;
  width: 103px;
  transition: transform 0.2s ease-in-out;
}
.icon-eco-highlighted {
  display: inline-block;
  background: url(/img/sprites.png) no-repeat -255px -168px;
  width: 77px;
  height: 82px;
  transition: transform 0.2s ease-in-out;
}
.icon-infoarrow-left {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 13px solid #FFF;
    content: "";
    display: none;
    position: absolute;
    height: 0;
    width: 0;
    left: 82px;
    top: 49px;
    z-index: 2;
}
.eco .icon-infoarrow-left {
    left: 81px;
    top: 24px;
}
.top-stat.active .icon-plus-highlighted {
    display: inline-block;
    background: url(/img/sprites.png) no-repeat -54px -93px;
    height: 110px;
    width: 112px;
}
.top-stat.active .icon-eco-highlighted {
    background-position: -335px -168px;
    width: 93px;
    height: 85px;
}
.side-left .icon-infoarrow-left {
    border-right: 13px solid #FFF;
    border-left: 0;
    left: 12px;
}
.eco.side-left .icon-infoarrow-left {
    left: 5px;
    top: 13px;
}
.top-stat.active .icon-infoarrow-left {
    display: block;
}
.home-investors-calendar {
  color: #333;
  float: left;
  margin: 31px 50px 31px 53px;
  /*width: 350px;*/
  width: 29%;
}
.home-investors-calendar a {
  color: #333;
  text-decoration: underline;
}
.home-investors-calendar a:hover {
  background: none;
  text-decoration: underline;
}
.home-investors-calendar .item {
  padding: 10px 0;
}
.home-investors-calendar .download {
  /*background: #F1F1F1;*/
}
.home-investors-calendar .download .file-last-modified {
    color: #817c7d;
    font-size: 11px;
}
.home-investors-calendar .download .file {
    float: left;
    width: 170px;
}
.home-investors-calendar .download .item-content {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 3px;
    width: 69%;
}
.home-investors-calendar .download a {
    text-decoration: none;
}
.home-investors-calendar .download .file-lang-ru,
.home-investors-calendar .download .file-lang-en {
    vertical-align: middle;
}
.home-investors-calendar .download .item-icon {
    width: 47px;
}
.home-investors-calendar .download i {
  margin-left: 9px;
}
.home-investors-calendar .download .item-info {
  font-size: 10px;
  margin: 0;
}
.home-investors-calendar .header {
  margin: 0 0 40px 4px;
}
.home-investors-calendar .item-icon {
  float: left;
  margin-top: 4px;
  width: 52px;
}
.home-investors-calendar .item-content {
  float: left;
  margin-top: 1px;
  /*width: 295px;*/
  width: 75%;
}
.home-press-releases {
  float: left;
  margin: 32px 0 0 11px;
  /*width: 320px;*/
  width: 65%;
}
.home-press-releases .header {
  margin: 0 0 40px 4px;
}
.home-press-releases .items {
    margin-left: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: row;
    grid-gap: 16px 36px;
}
.home-press-releases .item {
  padding: 10px 0;
}
.home-press-releases .item-title {
  font-size: 16px;
  letter-spacing: -0.1px;
  text-decoration: none;
}
.home-press-releases .item-title:hover {
  background: none;
  color: #0086d4;
  text-decoration: underline;
}
.home-share {
  float: right;
  margin-top: 23px;
  /*width: 374px;*/
  width: 30%;
}
.home-share p {
  margin: 0;
}
.home-share .years {
  float: left;
  color: #0086d4;
  width: 150px;
}
.home-share .years .large {
  font-size: 148px;
  font-weight: bold;
  letter-spacing: -12.6px;
  line-height: .9;
}
.home-share .years .small {
  font-size: 36px;
  line-height: .3;
  padding-right: 20px;
  text-align: right;
}
.home-share .years-info {
  color: #333;
  float: left;
  letter-spacing: -0.5px;
  line-height: 1.7;
  padding: 8px;
  /*width: 208px;*/
  width: 45%;
}
.home-share .shares {
  background: #112F3E;
  color: #FFF;
  margin: 39px 0 0 35px;
}
.home-share .shares .item {
  border-bottom: 1px dashed #294452;
  color: #FEFEFE;
  padding: 18px 23px;
  font-size: 15px;
}
.home-share .shares .last {
  border: none;
}
.home-share .shares .title,
.home-share .shares .price {
  margin-bottom: 4px;
}
.home-share .shares .date,
.home-share .shares .status {
  color: #A3A2A2;
  font-size: 14px;
}
.home-share .column-title {
  float: left;
  width: 135px;
}
.home-share .column-price {
  float: left;
  margin-left: 29px;
  width: 125px;
}
.home-share-links {
  background: #F1F1F1;
  color: #108ED7;
  margin-left: 35px;
}
.home-share-links a {
  text-decoration: none;
}
.home-share-links a:hover {
  background: none;
  color: #0086d4;
  text-decoration: underline;
}
.home-share-links .link {
  float: left;
  padding: 17px 0 17px 5%;
  /*
  padding: 17px 0 17px 21px;
  width: 142px;*/
  width: 45%;
}
.home-share-links .link-icon {
  float: left;
  width: 30px;
}
.home-share-links .link-title {
  float: left;
  font-size: 12px;
  line-height: 1.1;
  /*width: 108px;*/
  width: 75%;
}

.info-coal {
  float: left;
  margin: 29px 0 0 26px;
  /*margin: 34px 0 0 26px;
  width: 405px;
  width: 24%;*/
  width: 44%;
}
.info-coal .large {
  font-size: 47px;
  line-height: 1.1;
}
.info-coal .small {
  font-size: 20px;
  line-height: 1.1;
  margin-top: 14px;
}
.home-footer {
  background: url(/img/home-footer-bg.png);
  /*padding: 50px 0;*/
  padding: 0;
  position: relative;
}
.home-footer p {
  margin: 0;
}
.home-footer .column-one {
  float: left;
  width: 100%;
}
.home-footer .footer-label {
  color: #909090;
  font-size: 23px;
  letter-spacing: .3px;
}
.home-footer .footer-contacts {
  font-size: 48px;
  letter-spacing: -0.3px;
  line-height: 1.2;
  margin-top: 25px;
  position: relative;
}
.home-footer .footer-contacts .city-selected {
  color: #0086d4;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  margin: -2px;
}
.home-footer .footer-contacts .city-selected span {
  border-bottom: 1px dashed #0086d4;
}
.home-footer .footer-contacts .city-selected.expanded {
  background: #FFF;
}
.home-footer .footer-contacts .city-info {
  display: inline;
}
.home-footer .footer-contacts .icon-arrow-down-blue {
  margin-left: 5px;
  vertical-align: middle;
}
.home-footer .footer-times {
  /*margin: 60px 0 0 4px;*/
  margin: 55px 0;
  padding-left: 10px;
}
.home-footer .footer-times .watches {
  float: left;
  font-size: 21px;
  margin-right: 5%;
  width: 100px;
}
.home-footer .footer-times div.last {
    margin-right: 0;
}
.home-footer .footer-times .icon-watches {
  margin-right: 8px;
  *vertical-align: middle;
}
.home-footer .footer-times span {
  color: #48545B;
}
.home-footer .footer-times .time {
    color: #1f83c5;
}
.home-footer .column-two {
  float: left;
}
.home-footer .column-two ul {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 22px;
  letter-spacing: -0.7px;
}
.home-footer .column-two ul i {
  margin: 2px 16px 0 1px;
  *vertical-align: middle;
}
.home-footer .column-two ul a {
  display: block;
}
.home-footer .column-two li {
  list-style: none;
  margin: 0 0 20px 0;
}
.home-footer .column-two li:hover a {
  background: none;
  color: #FFF;
  text-decoration: underline;
}
.home-footer .column-two .li-mail:hover i {
  background-position: -210px -150px;
}
.home-footer .column-two .li-info:hover i {
  background-position: -210px -170px;
}
.home-footer .column-two .li-map:hover i {
  background-position: -210px -192px;
}
.home-footer .column-two a:hover {
  background: none;
  color: #FFF;
  text-decoration: underline;
}
.home-footer .column-two .footer-about {
  font-size: 20px;
  line-height: 1.2;
  margin: 91px 0 0 20px;
}
#city-switcher {
  background: #FFF;
  color: #666;
  display: none;
  position: absolute;
  top: 66px;
  left: -2px;
  z-index: 1;
}
#city-switcher ul,
#city-switcher li {
  margin: 0;
  padding: 0;
}
#city-switcher ul {
  font-size: 38px;
}
#city-switcher li {
  cursor: pointer;
  list-style: none;
  padding: 5px 10px;
}
#city-switcher li:hover {
  background: #0086d4;
  color: #FFF;
}
#city-switcher .hide {
  display: none;
}
.banner-content {
  position: relative;
  overflow: hidden;
}
.banner-content .slide {
  display: none;
}
.banner-content .slide-1 {
  display: block;
}
.jp-gui {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
}
.jp-progress {
  cursor: pointer;
  height: 9px;
  margin-top: 31px;
}
.jp-seek-bar {
  background: #000;
  height: 9px;
}
.jp-play-bar {
  background: #0086d4;
  height: 9px;
}
.jp-gui .icon-video-play,
.jp-gui .icon-video-pause {
  position: absolute;
  top: 8px;
  left: 30px;
}
.jp-duration-container {
  position: absolute;
  top: 6px;
  left: 74px;
  font-size: 12px;
}
.jp-gui .icon-video-unmute {
  position: absolute;
  top: 5px;
  right: 65px;
}
.jp-gui .icon-video-mute {
  position: absolute;
  top: 5px;
  right: 68px;
}
.jp-video-380p {
  position: relative;
}
.jp-gui .jp-volume-bar {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 4px;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 51px;
}
.jp-gui .jp-volume-bar-value {
  background: #FFF;
  height: 4px;
}
.jp-jplayer,
.player {
    background: #000;
    text-align: center;
}
/*#home-description #invisivle-counter {*/
#invisivle-counter {
  font-size: 50px;
}
p#invisivle-counter {
  position: absolute;
  top: -50px;
  /*right: 37px;*/
}


#coal-counter {
    margin: 7px 0;
}

#coal-obtained {
    float: left;
    /*width: 77%;*/
    width: 100%;
}

#coal-counter-mini {
    font-size: 42px;
    line-height: 1;
    padding-top: 2px;
}

#coal-year {
    float: left;
    /*width: 77%;*/
    width: 100%;
}

#coal-counter-mini .icon-coal-mini {
    float: left;
    margin: 3px 23px 0 10px;
}

#map-info a:hover {
    background: none;
    color: #0086d4;
}

#footer {
    color: #333;
}

.additinal-info .file-items {
    margin-top: 35px;
    margin-bottom: 19px;
    width: 544px;
}

.additinal-info .file-item {
    margin: 0px 21px 12px 0;
    width: 459px;
}

.additinal-info .file-item-title a {
    padding: 29px 19px 22px;
    height: 37px;
}

.additinal-info .file-item-icon {
    height: 88px;
}

.additinal-info .file-item-icon a {
    padding: 20px 26px 40px 28px;
}

.additinal-info .file-item-title {
    width: 358px;
}

@media screen and (max-width: 1024px) {
    .main .container {
        max-width: none !important;
        min-width: auto !important;
    }
    #home-banner .prev-slide, #home-banner .next-slide {
      width: 87px !important;
    }
    #home-banner .banner-pager {
      width: auto !important;
    }
    #home-banner .banner-tabs {
      width: auto !important;
    }
    .container {
        padding: 0;
    }
    /*
    #coal-obtained {
        width: 77%;
    }
    */
    .home-footer .footer-times>div:first-child {
      display: none;
    }
    #top-stat {
      transform: scale(0.9);
    }
}
@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 1152px) {
    #navigation {
        margin-left: 6%;
    }
    #home-description {
        width: 30%;
    }
    #home-links span,
    #home-links a {
        font-size: 14px;
        padding: 46px 14px 41px;
    }
    .english #home-links span,
    .english #home-links a {
        font-size: 14px;
        padding: 46px 15% 41px;
    }
    #home-description .obtained .large {
        font-size: 43px;
    }
    /*#coal-year {
        width: 76%;
    }*/
    #coal-obtained .suffix {
        font-size: 30px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 1152px) {
    #navigation {
        margin-left: 7.5%;
    }
    #home-links a,
    #home-links span {
        font-size: 14px;
        padding: 46px 7.1% 41px;
        padding: 46px 14px 41px\9;
    }
    .english #home-links a,
    .english #home-links span {
        padding: 46px 15.7% 41px;
        padding: 46px 14px 41px\9;
    }
    @-moz-document url-prefix() {
        #home-links a,
        #home-links span {
            font-size: 14px;
            padding: 46px 8% 41px;
        }
    }
    #coal-obtained .suffix {
        font-size: 32px;
        margin-top: 23px;
    }
    #coal-year .suffix {
        font-size: 34px;
        margin-top: 8px;
    }
}
@media screen and (max-width: 1280px) {
    .main .container {
        max-width: 1280px;
    }
    #languages a {
        font-size: 12px;
    }
    #main-menu .nav-link {
        padding: 20px 9px;
        padding: 20px 9px\9;
    }
    #main-menu .nav-link {
        font-size: 22px;
    }
    #home-banner .icon-fb,
    #home-banner .icon-share,
    #home-banner .icon-youtube,
    #home-banner .icon-wikipedia {
        margin-left: 0;
    }
    #home-banner a {
        margin-left: 8%;
    }
}
@media screen and (min-width: 1280px) {
    #navigation {
        margin-left: 7.5%;
    }
    #home-links a,
    #home-links span {
        padding: 46px 9.2% 41px;
        padding: 46px 19px 41px\9;
        font-size: 15px;
    }
    .info-coal {
        width: 44%;
    }
}
