.header {
  background-color: #f0f1f2;
  background-image: url(../assets/bg-header.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  padding: 15px 0;
}
.header-product .header-logo {
  float: left;
}
.header-link {
  float: right;
  background-image: url(../assets/bg-link-header.png);
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 26px;
  text-transform: uppercase;
  padding: 0 48px;
  line-height: 56px;
  font-weight: 600;
  display: inline-block;
  margin-top: 13px;
  text-decoration: none;
  color: #f0f;
}
.header-link:hover {
  text-decoration: none;
  color: #f0f;
}
@media (max-width: 840px) {
  .header-link {
    display: none;
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    top: 0;
  }
  to {
    top: -150px;
  }
}
.intro-home img {
  width: 100%;
}
.intro-home .intro-title {
  font-size: 45px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.intro-home .intro-title:after {
  content: "";
  position: absolute;
  background-image: url(../assets/element-1.png);
  width: 80px;
  height: 14px;
  display: inline-block;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.intro-home .intro-subtitle {
  font-size: 36px;
  line-height: 36px;
}
.intro-product-wrapper {
  position: relative;
  height: 350px;
  width: 70%;
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 992px) {
  .intro-product-wrapper {
    position: unset;
    height: 200px;
    width: 80%;
    margin: 0 10%;
    overflow: unset;
  }
}

.intro-product-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .intro-product-wrapper img {
    position: unset;
  }
}

.intro-long-item .intro-product-wrapper img {
  bottom: -200px;
}

.intro-link {
  background-image: url(../assets/bg-link-intro.png);
  background-repeat: no-repeat;
  background-position: center -12px;
  font-size: 40px;
  text-transform: uppercase;
  color: white;
  padding: 55px 67px;
  font-weight: 600;
}
.intro-link:hover {
  text-decoration: none;
  color: white;
}
.intro-banner {
  margin-top: -50px;
}
@media (max-width: 1150px) {
  .intro-banner {
    width: 100%;
  }
}
.intro-top {
  margin-bottom: 160px;
}
@media (max-width: 840px) {
  .intro-top {
    padding-bottom: 110px;
    margin-bottom: 0;
  }
}
.intro-bottom {
  position: relative;
}
.intro-bottom .wrapper {
  background-color: #f0f;
  position: relative;
  width: 1111px;
  height: 160px;
  margin: -50px auto 0;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .intro-bottom .wrapper {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .intro-bottom .wrapper {
    display: none;
  }
}
.intro-bottom .intro-mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 50px;
  position: absolute;
  background-color: #f0f;
  z-index: 0;
}
.intro-bottom img {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  animation-name: MOVE-BG;
  animation-duration: 15s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 15s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}