@charset "UTF-8";
.top-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
  background-attachment: scroll;
  background-position: center;
  padding-left: 0;
  padding-right: 0;
}

.top-banner .fix-inner {
  height: 690px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.top-banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.top-banner .title {
  font-size: 80px;
  color: #ffffff;
  letter-spacing: 1.3px;
  margin-bottom: 0;
  line-height: 1.1;
}

.top-banner .sub-title {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
}

.top-banner .content {
  z-index: 30;
  max-width: 1170px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-banner .descr {
  max-width: 570px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 1.3px;
}

.top-banner.simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-banner.simple .content {
  position: static;
  -webkit-transform: none;
  transform: none;
  padding: 100px 15px;
}

.top-banner.simple .descr {
  max-width: 770px;
  font-size: 17px;
  letter-spacing: .7px;
}

.top-banner .btn-wrap {
  margin-top: 30px;
}

.top-banner.small_banner {
  height: 360px;
}

.top-banner.small_banner .title {
  margin-top: 0;
  font-size: 50px;
}

.top-banner.small_banner .sub-title {
  margin-bottom: 10px;
}

.top-banner.small_banner .descr {
  margin-top: 20px;
}

.top-banner.center_content .descr {
  margin-right: auto;
  margin-left: auto;
}

.top-banner.right_content .descr {
  margin-left: auto;
}

.top-banner.medium_banner .sub-title {
  margin-bottom: 10px;
}

.top-banner.medium_banner .descr {
  margin-top: 30px;
}

.top-banner.full-height-window .descr,
.top-banner.full-height-window .btn-wrap {
  margin-top: 40px;
}

.top-banner.classic {
  height: auto;
}

.top-banner.classic .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
}

.top-banner.classic .s-back-switch {
  background-size: cover;
  background-position: center;
  min-height: 700px;
}

.top-banner.classic .title {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 680px;
  color: #ffffff;
}

.top-banner .scroll-down-wrapper {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 25;
}

.top-banner .arrows {
  width: 30px;
  height: 50px;
  cursor: pointer;
}

.top-banner .arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.top-banner .arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.top-banner .arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.top-banner .arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

/*Top banner full height*/
.top-banner.full-height .container .subtitle {
  padding-top: 0;
}

.top-banner.full-height-window .content {
  margin-top: 0;
  margin-bottom: 0;
}

.top-banner.full-height .content {
  margin-top: auto;
  margin-bottom: auto;
}

.top-banner.center_content .content {
  text-align: center;
  margin: 0;
}

.top-banner.top_align .content {
  top: 0 !important;
  margin-top: 0 !important;
}

.top-banner.right_content {
  text-align: right;
}

@media (max-width: 1199px) {
  .top-banner .content {
    max-width: 970px;
  }
  .top-banner.classic .flex-wrap {
    min-height: 450px;
  }
  .top-banner.classic .s-back-switch {
    min-height: 450px;
  }
  .top-banner.classic .title {
    padding: 0 30px;
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .top-banner .fix-inner {
    height: 100vh;
  }
  .top-banner {
    height: 300px;
  }
  .top-banner .title {
    font-size: 60px;
  }
  .top-banner.center_content {
    min-height: 370px !important;
  }
  .top-banner .banner-text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-banner .content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .top-banner .content {
    max-width: 750px;
  }
  .top-banner .scroll-down-wrapper {
    bottom: 5px;
  }
  .top-banner .arrows {
    height: 36px;
  }
}

@media (max-width: 767px) {
  .top-banner {
    height: auto;
    min-height: 500px;
  }
  .top-banner.center_content {
    min-height: 300px;
  }
  .top-banner .descr {
    max-width: 100%;
  }
  .top-banner.classic .flex-wrap {
    display: block;
    position: relative;
  }
  .top-banner.classic .title {
    position: absolute;
  }
  .top-banner.classic .content-wrap {
    min-height: 400px;
  }
  .top-banner.classic .image-wrap + .content-wrap {
    background-color: rgba(0, 0, 0, 0.2) !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .top-banner .title,
  .top-banner.small_banner .title {
    font-size: 38px;
    width: 100%;
    line-height: 1.2;
  }
  .top-banner .subtitle {
    letter-spacing: 5px;
  }
  .top-banner .content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .top-banner.center_content {
    min-height: 300px !important;
  }
  .top-banner .content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .top-banner.small_banner {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .top-banner {
    text-align: center;
  }
  .top-banner .subtitle {
    padding-top: 30px;
  }
}

.top-banner.full_wall {
  height: auto;
}

.top-banner.full_wall .gridrotate-gallery {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-banner.full_wall .gridrotate-gallery::before, .top-banner.full_wall .gridrotate-gallery::after {
  content: '';
  display: table;
  clear: both;
}

.top-banner.full_wall .gridrotate-gallery ul {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.top-banner.full_wall .gridrotate-gallery ul::before, .top-banner.full_wall .gridrotate-gallery ul::after {
  content: '';
  display: table;
  clear: both;
}

.top-banner.full_wall .gridrotate-gallery ul li {
  -webkit-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.top-banner.full_wall .gridrotate-gallery ul li span {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.top-banner.full_wall .gridrotate-gallery .title-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  left: 0;
  text-align: center;
}

.top-banner.full_wall .gridrotate-gallery .title-wrap mark {
  background: #000;
}

.top-banner.full_wall .gridrotate-gallery .title-wrap mark span.typed {
  font-weight: bold;
}

.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.5;
  font-size: 60px;
  width: calc(100% - 30px);
  max-width: 1170px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1200px) {
  .top-banner.full_wall .gridrotate-gallery .title-wrap .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-banner.full_wall .gridrotate-gallery .title-wrap .title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-banner.full_wall .gridrotate-gallery .title-wrap .title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .top-banner.full_wall .gridrotate-gallery .title-wrap .title {
    font-size: 30px;
  }
  .top-banner.full_wall .gridrotate-gallery {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .top-banner.full_wall {
    height: auto !important;
  }
}

.top-banner.parallax {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  min-height: auto;
}

.top-banner.parallax .content {
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.top-banner.parallax .subtitle {
  font-size: 16px;
  color: #fff;
}

.top-banner.parallax .title {
  font-size: 53px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #fff;
}

.top-banner.parallax .title::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 54px;
  height: 1px;
  background: #ccc;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-banner.parallax .descr {
  font-size: 15px;
  line-height: 1.73;
  color: #fff;
  max-width: 500px;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .top-banner.parallax .title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .top-banner.parallax .title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=banner_image.css.map */