@import url("foundation.min.css");
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font: 14px / 16px 'Roboto', sans-serif;
  color: #000;
  background-color: #fff;
  min-height: 600px;
  max-width: 100%;
  min-width: 1000px;
}
img {
  border: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
*:focus {
  outline: none;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
ul {
  list-style: none;
}
p {
  margin: 0;
}
.snow-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
.main .ts-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/ts-1.png") no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  opacity: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 1;
}
.main .ts-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/ts-2.png") no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  opacity: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 2;
}
.main .ts-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/ts-3.png") no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  opacity: 0;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  z-index: 3;
}
.main .el {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50vh;
  background: url(../img/el.png) no-repeat;
  background-size: contain;
  background-position: left;
}
.main .el .light-1 {
  width: 6vh;
  height: 6vh;
  position: absolute;
  left: 0;
  top: 51%;
  background: url(../img/light-1.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .el .light-2 {
  width: 6vh;
  height: 6vh;
  position: absolute;
  left: 1%;
  top: 30%;
  background: url(../img/light-2.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .el .light-3 {
  width: 6vh;
  height: 6vh;
  position: absolute;
  left: 3%;
  top: 60%;
  background: url(../img/light-3.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .el .light-4 {
  width: 6vh;
  height: 6vh;
  position: absolute;
  left: 6%;
  top: 39%;
  background: url(../img/light-4.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .el .light-5 {
  width: 6vh;
  height: 6vh;
  position: absolute;
  left: 11%;
  top: 37%;
  background: url(../img/light-3.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .el .light-6 {
  width: 7vh;
  height: 7vh;
  position: absolute;
  left: 11%;
  top: 3%;
  background: url(../img/light-4.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .el .light-7 {
  width: 6vh;
  height: 6vh;
  position: absolute;
  left: 7%;
  top: 19%;
  background: url(../img/light-4.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .el .light-8 {
  width: 6vh;
  height: 6vh;
  position: absolute;
  left: 4%;
  top: 6%;
  background: url(../img/light-5.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .el .light-9 {
  width: 6vh;
  height: 6vh;
  position: absolute;
  left: 15.5%;
  top: -1%;
  background: url(../img/light-5.png) no-repeat;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .luch {
  height: 95%;
  position: absolute;
  top: 0;
  right: 8%;
  opacity: .6;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}
.main .pz-block {
  width: 85vh;
  position: absolute;
  top: 20%;
  left: 20%;
}
.main .pz-block img {
  width: 100%;
  margin: 0 0 3vh 0;
}
.main .pz-block .pz-6 {
  width: 55%;
  float: right;
}
.main .pz-block .pz-1,
.main .pz-block .pz-2,
.main .pz-block .pz-3,
.main .pz-block .pz-4,
.main .pz-block .pz-5,
.main .pz-block .pz-6 {
  position: relative;
  transform: translate3d(-50px, 0px, 0);
  opacity: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.main .pz-block .show-pz {
  position: relative;
  transform: translate3d(0px, 0px, 0);
  opacity: 1;
}
.main .logo {
  position: absolute;
  right: 3%;
  top: 7%;
  width: 25vh;
  display: inline-block;
  z-index: 2000;
}
.main .logo img {
  width: 100%;
}
.main .social {
  position: absolute;
  right: 1.5%;
  bottom: 8%;
  z-index: 2000;
}
.main .social li {
  margin: 0 0 10px 0;
}
.main .social li img {
  width: 6vh;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main .social li a:hover img {
  opacity: .7;
}
.main .animation {
  position: absolute;
  transform: translate3d(-900px, 0px, 0px);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main .animation.go {
  animation: mask 12s 0s forwards linear;
}
@keyframes mask {
  0% {
    transform: translate3d(-900px, 0px, 0px);
  }
  100% {
    transform: translate3d(80vw, 0px, 0px);
  }
}
.main .buttonPlayer {
  position: absolute;
  bottom: 5vh;
  left: 2%;
  z-index: 2000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main .buttonPlayer a {
  cursor: pointer;
  opacity: .75;
}
.main .buttonPlayer a:hover {
  opacity: 1;
}
.main .buttonPlayer a img {
  width: 7vh;
}
.main .buttonPlayer .one {
  margin: 0 10px 0 0;
}
/*.animation {
  .mask {
    animation: mask 2s 0s forwards linear;
  }
  .ded {
    img {
      animation: ded 3s 0s forwards linear;
    }
  }
}*/
/*
@keyframes mask {
  0% {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    clip-path: polygon(0 0%, 100% -29%, 100% 100%, 0 97%);
    -webkit-clip-path: polygon(0 0%, 100% -29%, 100% 100%, 0 97%);
  }
  101% {
    clip-path: none;
    -webkit-clip-path: none;
  }
}
*/
#loader {
  background: url(../img/loader.gif) center center no-repeat;
  height: 43px;
  width: 157px;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 100001;
  margin: -35px 0 0 -79px;
  background-size: 100%;
}
#loader p {
  position: absolute;
  bottom: -35px;
  left: 0;
  font: 16px / 16px 'Roboto', sans-serif;
  color: #221f1f;
  letter-spacing: 13px;
}
.mask-load {
  background: #fafafa;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
