body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h4, p {
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../font/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova-Regular.woff") format("woff"), url("../font/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../font/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova-Semibold.woff") format("woff"), url("../font/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../font/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova-Bold.woff") format("woff"), url("../font/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Proxima Nova", Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  color: #fff;
  height: 100vh;
  min-height: 600px;
  position: relative;
  background: #130f0e url(../img/jpg/header-bg.jpg) no-repeat center center/cover;
}
.header:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 15, 14, 0.7);
}
.header .nav {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding: 24px 70px 0 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .nav .logo a {
  color: transparent;
  font-size: 0;
  width: 145.93px;
  height: 33px;
  background: url(../img/svg/logo.svg) no-repeat center center/cover;
  display: block;
}
.header .nav .menu {
  display: flex;
  align-items: center;
}
.header .nav .menu a {
  margin-right: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.header .nav .menu a:last-child {
  margin-right: 0;
}
.header h1 {
  font-size: 56px;
  line-height: 140%;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .down {
  position: absolute;
  z-index: 100;
  bottom: 47px;
  left: calc(50% - 21.13px/2);
  width: 21.13px;
  height: 52px;
  background: url(../img/svg/down-arrow.svg) no-repeat center center/cover;
}

.about {
  text-align: center;
}
.about .wrap {
  width: 1137px;
  margin: 0 auto;
  padding: 70px 0 100px 0;
}
.about h2 {
  color: #130f0e;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 18px;
  font-weight: bold;
}
.about p {
  color: #6b819a;
  font-size: 20px;
  line-height: 140%;
  font-weight: normal;
}

.tikali {
  padding: 70px 0 100px 0;
}
.tikali .wrap {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.tikali .wrap .bg {
  width: 581px;
  height: 229px;
  position: absolute;
  top: 20px;
  right: -40px;
  background: url(../img/svg/bg-tikali.svg) no-repeat center center/cover;
}
.tikali h4 {
  color: #130f0e;
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 18px;
}
.tikali p {
  width: 500px;
  color: #6b819a;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 57px;
}
.tikali a.more {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  min-width: 180px;
  line-height: 46px;
  text-align: center;
  padding: 0 20px;
  background: #5576d1;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.secure {
  padding: 137px 0 0 0;
}
.secure .wrap {
  width: 1080px;
  margin: 0 auto;
  font-size: 0;
}
.secure .wrap:after {
  content: "";
  display: table;
  clear: both;
}
.secure .wrap-left {
  float: left;
}
.secure .wrap-left .img-wrap {
  width: 520px;
}
.secure .wrap-right {
  float: right;
}
.secure h4 {
  color: #130f0e;
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 18px;
}
.secure p {
  width: 500px;
  color: #6b819a;
  font-size: 20px;
  line-height: 140%;
}

.c2e-iot {
  padding: 172px 0 0 0;
}
.c2e-iot .wrap {
  width: 1080px;
  margin: 0 auto;
  font-size: 0;
}
.c2e-iot .wrap:after {
  content: "";
  display: table;
  clear: both;
}
.c2e-iot .wrap-left {
  float: left;
}
.c2e-iot .wrap-right {
  float: right;
}
.c2e-iot .wrap-right .img-wrap {
  width: 520px;
}
.c2e-iot h4 {
  color: #130f0e;
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 18px;
}
.c2e-iot p {
  width: 500px;
  color: #6b819a;
  font-size: 20px;
  line-height: 140%;
}

.au-deeva {
  padding: 140px 0 0 0;
}
.au-deeva .wrap {
  width: 1080px;
  margin: 0 auto;
}
.au-deeva .wrap:after {
  content: "";
  display: table;
  clear: both;
}
.au-deeva .wrap-left {
  float: left;
}
.au-deeva .wrap-left .img-wrap {
  width: 520px;
}
.au-deeva .wrap-right {
  float: right;
}
.au-deeva h4 {
  color: #130f0e;
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 18px;
}
.au-deeva p {
  width: 500px;
  color: #6b819a;
  font-size: 20px;
  line-height: 140%;
}

.media {
  padding: 70px 0 0 0;
}
.media .wrap {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.media .media--item {
  flex: 1;
  margin: 0 30px 0 0;
}
.media .media--item .img {
  margin: 0 auto 40px auto;
  background: no-repeat center center/cover;
}
.media .media--item.item-n1 .img {
  width: 279px;
  height: 41px;
  margin-top: 29px;
  margin-bottom: 65px;
  background-image: url(../img/png/bg-item1.png);
}
.media .media--item.item-n2 .img {
  width: 200px;
  height: 98px;
  margin-bottom: 37px;
  background-image: url(../img/png/bg-item2.png);
}
.media .media--item.item-n3 .img {
  width: 322px;
  height: 70px;
  margin-top: 14px;
  margin-bottom: 51px;
  background-image: url(../img/png/bg-item3.png);
}
.media .media--item:last-child {
  margin: 0;
}
.media .media--item h4 {
  color: #130f0e;
  font-size: 22px;
  line-height: 140%;
  font-weight: bold;
}
.media .media--item p.date {
  color: #6b819a;
  font-size: 20px;
  font-weight: normal;
  line-height: 140%;
  margin: 0 0 10px 0;
}
.media .media--item p.text {
  color: #6b819a;
  font-size: 20px;
  font-weight: normal;
  line-height: 140%;
  margin: 0 0 20px 0;
}
.media .media--item a {
  color: #4b9be5;
  font-size: 20px;
  line-height: 140%;
}

.sub-footer {
  padding: 100px 0 76px 0;
}
.sub-footer .wrap {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.sub-footer h2 {
  color: #130f0e;
  font-size: 38px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 30px;
}
.sub-footer p {
  color: #6b819a;
  font-size: 20px;
  line-height: 140%;
}

.footer {
  color: #fff;
  background: #130f0e;
  padding: 40px 0 28px 0;
}
.footer .wrap {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.footer .logo {
  margin: 0 0 50px 0;
}
.footer .logo a {
  color: transparent;
  font-size: 0;
  width: 145.93px;
  height: 33px;
  background: url(../img/svg/logo.svg) no-repeat center center/cover;
  display: block;
  margin: 0 auto;
}
.footer .menu {
  margin: 0 0 60px 0;
}
.footer .menu a {
  margin: 0 50px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.footer .menu a:last-child {
  margin: 0;
}
.footer .copy p {
  font-size: 18px;
  line-height: 22px;
}

/*# sourceMappingURL=app.css.map */
