.index-about {
  background: #313b80 url("../img/index-about-new.jpg") no-repeat 50% 100%;
}

.about-stats-row {
  padding: 30px 0 50px;
  position: relative;
  z-index: 5;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-stats-row::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: 'Энергокомплект';
  z-index: -1;
  font-size: 184px;
  color: #273171;
  font-family: 'Museo Sans Cyrl 900';
  text-transform: uppercase;
}

.about-stats {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 33%;
  line-height: 1.15;
  padding: 50px 0 0;
}

.about-stats.aminate {
  visibility: visible;
  -webkit-animation: fadeInLeft 0.5s both;
  -o-animation: fadeInLeft 0.5s both;
  animation: fadeInLeft 0.5s both;
}

.about-stats.aminate:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.about-stats.aminate:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.index-catalog .item {
    width: 20%;
    height: 260px;
    overflow: hidden;
}

.about-stats .number-box {
  color: #d71a17;
  font-size: 180px;
  font-family: 'Museo Sans Cyrl 100';
}

.index-catalog .item {
  visibility: hidden;
}

.index-catalog .item.aminate {
  visibility: visible;
  -webkit-animation: fadeInTop 0.5s both;
  -o-animation: fadeInTop 0.5s both;
  animation: fadeInTop 0.5s both;
}

.index-catalog .item.aminate:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.index-catalog .item.aminate:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.index-catalog .item.aminate:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.index-catalog .item.aminate:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.index-catalog .item.aminate:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.index-catalog .item.aminate:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.index-catalog .item.aminate:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.index-catalog .item.aminate:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.index-catalog .item.aminate:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.index-catalog .item.aminate:nth-child(10) {
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

@media only screen and (max-width: 991px) {
  .about-stats {
    width: 48%;
  }

  .about-stats .number-box {
    font-size: 160px;
  }

  .about-stats-row::before {
    font-size: 80px;
  }

  .index-catalog .item.aminate:nth-child(1),
  .index-catalog .item.aminate:nth-child(4),
  .index-catalog .item.aminate:nth-child(7),
  .index-catalog .item.aminate:nth-child(10) {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .index-catalog .item.aminate:nth-child(2),
  .index-catalog .item.aminate:nth-child(5),
  .index-catalog .item.aminate:nth-child(8) {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .index-catalog .item.aminate:nth-child(3),
  .index-catalog .item.aminate:nth-child(6),
  .index-catalog .item.aminate:nth-child(9) {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

@media only screen and (max-width: 767px) {
  .about-stats .number-box {
    font-size: 140px;
  }

  .index-catalog .item.aminate {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

@media only screen and (max-width: 575px) {
  .about-stats {
    width: 100%;
  }

  .about-stats .number-box {
    font-size: 110px;
  }

  .about-stats-row::before {
    display: none;
  }
}

.page-none {
  background: #313b80 url("../templates/img/bg-page-none.gif") repeat-x 50% 100%;
  padding: 73px 0 120px;
}

.page-none h1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-family: 'Museo Sans Cyrl 900';
  margin: 0 0 31px;
}

.information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  padding: 50px 50px;
  margin: 0 0 70px;
}

.information-left {
  width: 350px;
  position: relative;
}

.information-left::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #e8e8e8;
  right: 0;
  width: 1px;
}

.information-right {
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}

.info-contact {
  position: relative;
  padding: 5px 0 5px 80px;
  margin: 0 0 30px;
}

.info-contact .box-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-contact .name {
  font: 14px 'Museo Sans Cyrl 300';
  color: #989898;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.info-contact .sub {
  font: 22px 'Museo Sans Cyrl 900';
  color: #313b80;
}

.info-contact .sub a {
  text-decoration: none;
  color: #313b80;
}

.btn-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d71a17;
  height: 50px;
  width: 227px;
  font: 14px 'Museo Sans Cyrl 900';
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 5px;
}

.btn-info img {
  margin: 0 10px 0 0;
}

.btn-info:hover {
  background: #f7595f;
}

.info-maneger {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-maneger .info-maneger-content {
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
  padding: 0 40px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px/1.45 'Museo Sans Cyrl 300';
}

.info-maneger .info-maneger-content p {
  margin: 0 0 20px;
}

.info-maneger .info-maneger-content p:last-child {
  margin-bottom: 0px;
}

.info-maneger .img-box {
  width: 270px;
  position: relative;
}

.info-maneger .img-box .info-maneger-box {
  position: absolute;
  bottom: 15px;
  left: -30px;
  background: #fff;
  -webkit-box-shadow: 0 20px 43px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 43px 0 rgba(0, 0, 0, 0.2);
  padding: 11px 15px;
}

.info-maneger .img-box .name {
  font: 14px 'Museo Sans Cyrl 700';
}

.info-maneger .img-box .sub {
  font-size: 12px;
  color: #828282;
}

.info-maneger .img-box img {
  border-radius: 50%;
}

.notice {
  max-width: 570px;
  margin: auto;
  color: #fff;
  font: 34px 'Museo Sans Cyrl 900';
  text-align: center;
}

.notice img {
  margin: -40px 0 -80px;
}

.header .wrap.flex {
    align-items: center;
}

@media only screen and (max-width: 1200px) {
  .info-maneger {
    display: block;
  }

  .info-maneger .info-maneger-content {
    width: auto;
    padding: 30px 0 0;
  }

  .info-maneger .img-box {
    margin: auto;
  }
}

@media only screen and (max-width: 991px) {
  .information {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .information {
    display: block;
  }

  .information-left {
    width: auto;
  }

  .information-left::before {
    display: none;
  }

  .information-right {
    width: auto;
    padding: 30px 0 0;
  }

  .info-maneger .img-box {
    margin: 0;
  }

  .info-maneger .img-box .info-maneger-box {
    left: 0;
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media (max-width:1200px) {
    .index-catalog .item {
      width: 20%;
  }
}

@media(max-width:991px) {
    .index-catalog .item {
        margin: 0;
        width: 49%;
        margin-top: 10px;
    }
    .popular .list .item {
        width: 49%;
    }
    .popular .list .shk-item:last-child {
        display: none;
    }
    .index-news .item {
        width: 31%;
    }
    .index-news .item .name {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .index-news .item {
        width: 100%;
    }
}

@media(max-width:538px) {
    .index-catalog .item {
        width: 100%;
        height: 230px;
    }
    .popular .list .item {
        width: 100%;
    }
    .popular .list .shk-item:last-child {
        display: block;
    }
}