.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;
}
.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("../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;
}
@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;
  }
  .header-download-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-line .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-line .wrap > * {
  padding: 1px 0;
}
.header-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-social a {
  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;
  height: 28px;
  width: 28px;
  border: 1px solid #d3d3d3;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
}
.header-social a:hover {
  background: #d3d3d3;
}
.header-download {
  font: 12px 'Museo Sans Cyrl 900';
  text-decoration: none;
  color: #d71a17;
  text-transform: uppercase;
  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;
}
.header-download img {
  margin: 0 5px 0 0;
}
.header .adress {
    position: relative;
    z-index: 10;
    padding: 0;
    width: 250px;
    background: none;
}
.adress-box {
  position: relative;
  z-index: 20;
  padding: 0 15px 0 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.adress-box::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 5px;
    width: 8px;
    background: url(../img/icon-arrow-down.png) no-repeat;
    z-index: 22;
}
.adress-box .adress-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px 'Museo Sans Cyrl 900';
  color: #313b80;
  position: relative;
  padding: 0 0 1px 0;
  z-index: 22;
}
.adress-box .adress-name span {
  border-bottom: 1px dotted #313b80;
}
.adress-drop {
  position: absolute;
  top: -15px;
  left: -20px;
  right: -20px;
  z-index: 19;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-adress-drop {
  list-style: none;
  margin: 0;
  background: #fff;
  padding: 80px 20px 0;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 90px 0 rgba(0,0,0,0.14);
          box-shadow: 0 5px 90px 0 rgba(0,0,0,0.14);
}
.list-adress-drop::before {
  display: block;
  content: '';
  position: absolute;
  top: 65px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #ebebeb;
}
.list-adress-drop li {
  padding: 0 0 14px;
  line-height: 1.4;
}
.list-adress-drop a {
  font: 13px 'Museo Sans Cyrl 700';
  text-decoration: none;
}
.list-adress-drop a:hover {
  color: #313b80;
}
.adress.active .adress-box::before {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.adress.active .adress-drop {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.adress-box:after {
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../img/marker.png) no-repeat 0 2px;
    z-index: 6;
    content: '';
    width: 20px;
    height: 20px;
    z-index: 22;
}
.header-download-mobile {
  display: none;
  -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;
  height: 38px;
  width: 100%;
  border: 1px solid #eff0f1;
  background: #fafafa;
  border-radius: 4px;
  margin: 0 0 10px;
  font: 12px 'Museo Sans Cyrl 900';
  text-decoration: none;
  color: #d71a17;
  text-transform: uppercase;
}
.header-download-mobile img {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .header-download-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu {
  overflow-y: auto;
}
.mobile-menu ul {
  border-top: 1px solid #ccc;
}
.mobile-menu .header-social {
  padding: 10px;
}
.header-phone {
  margin: 10px 0 10px 15px;
  color: #a1a1a1;
  font-family: 'Museo Sans Cyrl 100';
  padding-left: 22px;
  background: url("../img/phone.png") no-repeat 0 4px;
}
.header-phone a {
  display: block;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 2px;
}
.header-phone a span {
  font-family: 'Museo Sans Cyrl 900';
}
@-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%);
  }
}

.paytype-1{
    display:none;
}

.paytype-2{
    display:block;
}