@import url(../fonts/stylesheet.css);
@import url(../fonts/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Titillium+Web:400,700&display=swap");
.splash .slide {
  font-family: 'Open Sans', sans-serif; }

.splash .slide1 .wrapper .right-content span {
  font-family: 'Titillium Web', sans-serif; }

.splash .slide1 .wrapper .right-content {
  font-family: 'Helvetica', sans-serif; }

header .wrapper .good-bus, footer .top-block, .splash .slide1 .wrapper .left-content h2 {
  font-family: 'D-DIN', sans-serif; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h {
  font-weight: normal; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  overflow-x: hidden;
  transition: all 0.3s linear;
  font-size: 1.5rem;
  color: #000; }
  body a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000; }
    body a:hover {
      color: #666666; }
  body img {
    display: block;
    max-width: 100%; }
  body p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-bottom: 3rem; }
  body .wrapper {
    overflow: hidden;
    max-width: 940px;
    transition: all 0.3s ease-in; }
    @media all and (min-width: 960px) {
      body .wrapper {
        padding: 0 60px;
        width: 100%;
        margin: 0 auto; } }
    @media all and (max-width: 959px) {
      body .wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  body .container {
    max-width: 940px;
    margin: 0 auto; }
  body .reset {
    list-style: none;
    margin: 0;
    padding: 0; }
  body .trans {
    transition: all 0.3s ease; }

@keyframes top-move {
  from {
    left: 123px;
    top: 0;
    opacity: 0; }
  to {
    left: 123px;
    top: 140px;
    opacity: 1; } }
@keyframes left-move {
  from {
    left: 14px;
    top: 104px;
    opacity: 0; }
  to {
    left: 59px;
    top: 156px;
    opacity: 1; } }
@keyframes right-move {
  from {
    right: 0;
    top: 111px;
    opacity: 0; }
  to {
    right: 171.5px;
    top: 196.5px;
    opacity: 1; } }
@keyframes middle-move {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes bottom-move {
  from {
    bottom: 0;
    left: 0;
    opacity: 0; }
  to {
    bottom: 60px;
    left: 45px;
    opacity: 1; } }
@keyframes left-top-move {
  from {
    opacity: 0;
    bottom: -340px; }
  to {
    opacity: 1;
    bottom: 0; } }
@keyframes right-top-move {
  from {
    opacity: 0;
    bottom: -580px; }
  to {
    opacity: 1;
    bottom: 0; } }
@keyframes rotate {
  from {
    opacity: 0;
    transform: rotate(0deg);
    rotation-point: 50% 50%; }
  to {
    opacity: 1;
    transform: rotate(360deg);
    rotation-point: 50% 50%; } }
@keyframes one-move {
  from {
    opacity: 0;
    top: 0;
    left: 90px; }
  to {
    opacity: 1;
    top: 32px;
    left: 90px; } }
@keyframes two-move {
  from {
    opacity: 0;
    top: 29px;
    left: 52px; }
  to {
    opacity: 1;
    top: 41px;
    left: 52px; } }
@keyframes three-move {
  from {
    opacity: 0;
    top: 84px;
    left: 52px; }
  to {
    opacity: 1;
    top: 64px;
    left: 52px; } }
@keyframes four-move {
  from {
    opacity: 0;
    top: 127px;
    left: 89.35px; }
  to {
    opacity: 1;
    top: 65px;
    left: 89.35px; } }
@keyframes five-move {
  from {
    opacity: 0;
    top: 127px;
    left: 0px; }
  to {
    opacity: 1;
    top: 106px;
    left: 46px; } }
@keyframes show-on {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0;
    font-weight: normal; }
  16% {
    opacity: 1;
    font-weight: bold; }
  32% {
    opacity: 0;
    font-weight: normal; }
  48% {
    opacity: 1;
    font-weight: bold; }
  64% {
    opacity: 0;
    font-weight: normal; }
  80% {
    opacity: 1;
    font-weight: bold; }
  96% {
    opacity: 0;
    font-weight: normal; } }
@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes bold {
  0% {
    font-weight: normal; }
  100% {
    font-weight: bold; } }
@keyframes yellow {
  0% {
    color: #000; }
  100% {
    color: #ffc200; } }
@keyframes green {
  0% {
    color: #000; }
  100% {
    color: #3cd52e; } }
@keyframes lb {
  0% {
    color: #000; }
  100% {
    color: #75d6de; } }
@keyframes db {
  0% {
    color: #000; }
  100% {
    color: #044cad; } }
@keyframes red {
  0% {
    color: #000; }
  100% {
    color: #fa393d; } }
.error404 header {
  background-color: #2a2b2c;
  position: relative;
  margin-bottom: 2rem; }
.error404 .page-title {
  font-family: 'Open Sans', sans-serif; }
  .error404 .page-title h2 {
    font-size: 2rem; }
.error404 .lgt-gry-block {
  padding-bottom: 2rem; }
.error404 .pagenotfound {
  padding: 5rem 0 7rem; }
  .error404 .pagenotfound h2 {
    text-align: center; }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4rem;
  transition: all 0.3s ease;
  z-index: 1; }
  @media all and (max-width: 810px) {
    header {
      padding: 4rem 0; } }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    header .wrapper .good-bus {
      color: #ffce00;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 2px; }
      header .wrapper .good-bus sup {
        font-size: 50%;
        letter-spacing: 0; }

footer {
  background-color: #2a2b2c;
  padding: 8rem 0 6rem;
  color: #fff; }
  footer .top-block {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12rem;
    justify-content: space-between; }
    @media all and (max-width: 760px) {
      footer .top-block {
        padding-left: 0rem; } }
    @media all and (max-width: 480px) {
      footer .top-block .ftr-logo {
        flex: 0 0 100%;
        display: flex;
        padding-bottom: 2rem; } }
    footer .top-block aside > section {
      padding-bottom: 2rem; }
      footer .top-block aside > section p {
        padding-bottom: 0;
        font-size: 2rem; }
        footer .top-block aside > section p.social {
          font-size: 3.5rem;
          padding: 1rem 0; }
          footer .top-block aside > section p.social a {
            margin-right: 10px; }
            footer .top-block aside > section p.social a .fa-instagram {
              color: #3fff2e; }
            footer .top-block aside > section p.social a .fa-facebook {
              color: #75d5de; }
            footer .top-block aside > section p.social a .fa-twitter {
              color: #ffc200; }
            footer .top-block aside > section p.social a .fa-linkedin-square {
              color: #044cad; }
            footer .top-block aside > section p.social a .fa-youtube-square {
              color: #fff; }
      footer .top-block aside > section a {
        color: #fff; }
    footer .top-block aside > div {
      display: flex;
      flex-wrap: wrap;
      min-width: 220px; }
      footer .top-block aside > div > h4 {
        flex: 0 0 100%;
        padding-bottom: .5rem; }
      footer .top-block aside > div > div {
        flex: 0 0 50%; }
        footer .top-block aside > div > div p {
          padding-bottom: 0;
          line-height: 1.8rem;
          font-size: 14px;
          color: #cacacc; }
          footer .top-block aside > div > div p strong {
            color: #fff; }
          footer .top-block aside > div > div p a {
            color: #cacacc; }
    @media all and (max-width: 480px) {
      footer .top-block aside {
        flex: 0 0 100%; } }

.splash .down {
  position: absolute;
  left: 15px;
  transition: all 0.3s ease;
  width: 16px;
  display: none;
  top: 10px; }
  .splash .down:hover {
    margin-top: 15px; }
  @media all and (max-width: 450px) {
    .splash .down {
      position: relative;
      left: auto;
      padding-bottom: 2rem; } }
.splash .slide {
  padding: 6rem 0;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center; }
  .splash .slide .wrapper {
    display: flex;
    flex-wrap: wrap; }
  @media all and (max-width: 810px) {
    .splash .slide {
      height: initial;
      min-height: 400px;
      background-size: cover; } }
.splash .slide3 {
  background-color: #221c35; }
  .splash .slide3 .wrapper section {
    flex: 0 0 calc(100% - 100px);
    font-size: 2rem;
    position: relative;
    color: #fff;
    margin-left: 100px; }
    .splash .slide3 .wrapper section h3 {
      font-weight: bold;
      font-size: 2rem;
      padding-bottom: 2rem; }
    .splash .slide3 .wrapper section ul {
      line-height: 3rem; }
      .splash .slide3 .wrapper section ul li {
        padding-bottom: 4rem;
        padding-left: 2rem;
        position: relative; }
        .splash .slide3 .wrapper section ul li p {
          padding-bottom: 0; }
        .splash .slide3 .wrapper section ul li:before {
          position: absolute;
          left: -100px;
          display: block;
          width: 46px;
          top: 10px;
          height: 100px;
          background-repeat: no-repeat;
          background-size: contain; }
          @media all and (max-width: 610px) {
            .splash .slide3 .wrapper section ul li:before {
              left: -80px; } }
          @media all and (max-width: 500px) {
            .splash .slide3 .wrapper section ul li:before {
              left: 50%;
              top: 0; } }
        .splash .slide3 .wrapper section ul li.marketing:before {
          background-image: url(../images/logo-parts/right.png); }
        .splash .slide3 .wrapper section ul li.business:before {
          background-image: url(../images/logo-parts/left.png); }
        .splash .slide3 .wrapper section ul li.itcom:before {
          background-image: url(../images/logo-parts/bottom.png); }
        .splash .slide3 .wrapper section ul li.legal:before {
          background-image: url(../images/logo-parts/middle.png); }
        .splash .slide3 .wrapper section ul li.working:before {
          width: 56px;
          background-image: url(../images/ico-working.png); }
        .splash .slide3 .wrapper section ul li.accounting:before {
          background-image: url(../images/logo-parts/top.png); }
          @media all and (max-width: 500px) {
            .splash .slide3 .wrapper section ul li.accounting:before {
              height: 50px; } }
        @media all and (max-width: 500px) {
          .splash .slide3 .wrapper section ul li.accounting {
            padding-top: 100px; } }
        @media all and (max-width: 610px) {
          .splash .slide3 .wrapper section ul li {
            text-align: left; } }
        @media all and (max-width: 500px) {
          .splash .slide3 .wrapper section ul li {
            text-align: center;
            padding-top: 150px;
            padding-bottom: 6rem;
            padding-left: 0; }
            .splash .slide3 .wrapper section ul li:last-child {
              padding-bottom: 0; } }
        .splash .slide3 .wrapper section ul li figure {
          position: absolute;
          left: -100px;
          top: 15px;
          width: 46px; }
          .splash .slide3 .wrapper section ul li figure img {
            position: absolute;
            top: 0;
            opacity: 0; }
          .splash .slide3 .wrapper section ul li figure.small-logo {
            margin-left: 5px; }
          @media all and (max-width: 500px) {
            .splash .slide3 .wrapper section ul li figure {
              left: 50% !important;
              transform: translateX(-50%) !important; }
              .splash .slide3 .wrapper section ul li figure.small-logo {
                margin-left: -26px; } }
    @media all and (max-width: 610px) {
      .splash .slide3 .wrapper section {
        padding-left: 90px;
        flex: 0 0 calc(100% - 110px);
        text-align: center; } }
    @media all and (max-width: 500px) {
      .splash .slide3 .wrapper section {
        padding-left: 0;
        flex: 0 0 100%;
        margin-left: 0; } }
  .splash .slide3.white-bg {
    background-color: #f2f2f2; }
    .splash .slide3.white-bg .wrapper > section {
      color: #000; }
      .splash .slide3.white-bg .wrapper > section .down {
        left: -90px; }
      @media all and (max-width: 500px) {
        .splash .slide3.white-bg .wrapper > section ul li {
          padding-top: 100px;
          padding-left: 0; }
          .splash .slide3.white-bg .wrapper > section ul li.working {
            padding-top: 150px; } }
.splash .slide2 {
  background-color: #f2f2f2; }
  .splash .slide2 img {
    height: 90%;
    display: inline-block; }
  .splash .slide2 .wrapper {
    overflow: initial; }
    .splash .slide2 .wrapper section {
      flex: 0 0 calc(100% - 270px);
      font-size: 2.5rem;
      padding-left: 120px;
      position: relative; }
      .splash .slide2 .wrapper section p {
        font-size: 2.25rem;
        line-height: 3.5rem; }
        .splash .slide2 .wrapper section p strong {
          display: block;
          color: #00aded; }
      .splash .slide2 .wrapper section h3 {
        font-weight: bold;
        font-size: 3rem;
        padding-bottom: 2rem; }
      .splash .slide2 .wrapper section h4 {
        font-weight: bold;
        color: #ffce00; }
      .splash .slide2 .wrapper section ul {
        line-height: 3rem; }
        .splash .slide2 .wrapper section ul li {
          padding-bottom: .5rem;
          position: relative;
          height: 40px;
          font-size: 2.5rem; }
          @media all and (max-width: 529px) {
            .splash .slide2 .wrapper section ul li {
              font-size: 2.2rem; } }
          @media all and (max-width: 480px) {
            .splash .slide2 .wrapper section ul li {
              font-size: 1.8rem; } }
          .splash .slide2 .wrapper section ul li span {
            position: absolute;
            transition: all 0.3s ease; }
          .splash .slide2 .wrapper section ul li strong {
            position: absolute;
            left: -100px;
            top: 11px;
            width: 150px;
            height: 10px;
            display: flex; }
            @media all and (max-width: 710px) {
              .splash .slide2 .wrapper section ul li strong {
                left: -93px; } }
            .splash .slide2 .wrapper section ul li strong small {
              display: block;
              width: 10px;
              height: 10px;
              border-radius: 100%;
              margin-right: 3px;
              opacity: 0; }
            @media all and (max-width: 450px) {
              .splash .slide2 .wrapper section ul li strong {
                left: 0;
                top: -10px; } }
          @media all and (max-width: 450px) {
            .splash .slide2 .wrapper section ul li {
              height: 50px; } }
      .splash .slide2 .wrapper section .mkt strong small {
        background-color: #ffc200; }
      .splash .slide2 .wrapper section .mkt.in-view .on.in-view {
        animation: show-on 2s forwards; }
      .splash .slide2 .wrapper section .mkt.in-view .tw.in-view {
        animation: show-on 2s .2s forwards; }
      .splash .slide2 .wrapper section .mkt.in-view .th.in-view {
        animation: show-on 2s .4s forwards; }
      .splash .slide2 .wrapper section .mkt.in-view .fr.in-view {
        animation: show-on 2s .6s forwards; }
      .splash .slide2 .wrapper section .mkt.in-view .fi.in-view {
        animation: show-on 2s .8s forwards; }
      .splash .slide2 .wrapper section .mkt.in-view .sx.in-view {
        animation: show-on 2s 1s forwards; }
      .splash .slide2 .wrapper section .mkt.in-view .sn.in-view {
        animation: show-on 2s 1.2s forwards; }
      .splash .slide2 .wrapper section .mkt.in-view span.in-view a {
        animation: bold .5s 0s forwards, yellow 2s 1.2s forwards; }
      .splash .slide2 .wrapper section .mkt.in-view strong {
        animation: hide .2s 3.2s forwards; }
      .splash .slide2 .wrapper section .mgt strong small {
        background-color: #3cd52e; }
      .splash .slide2 .wrapper section .mgt.in-view .on.in-view {
        animation: show-on 2s 3.4s forwards; }
      .splash .slide2 .wrapper section .mgt.in-view .tw.in-view {
        animation: show-on 2s 3.6s forwards; }
      .splash .slide2 .wrapper section .mgt.in-view .th.in-view {
        animation: show-on 2s 3.8s forwards; }
      .splash .slide2 .wrapper section .mgt.in-view .fr.in-view {
        animation: show-on 2s 4s forwards; }
      .splash .slide2 .wrapper section .mgt.in-view .fi.in-view {
        animation: show-on 2s 4.2s forwards; }
      .splash .slide2 .wrapper section .mgt.in-view .sx.in-view {
        animation: show-on 2s 4.4s forwards; }
      .splash .slide2 .wrapper section .mgt.in-view .sn.in-view {
        animation: show-on 2s 4.6s forwards; }
      .splash .slide2 .wrapper section .mgt.in-view span.in-view a {
        animation: bold .5s 3.4s forwards, green 2s 4.6s forwards; }
      .splash .slide2 .wrapper section .mgt.in-view strong {
        animation: hide .2s 6.6s forwards; }
      .splash .slide2 .wrapper section .acnt strong small {
        background-color: #75d6de; }
      .splash .slide2 .wrapper section .acnt.in-view .on.in-view {
        animation: show-on 2s 6.8s forwards; }
      .splash .slide2 .wrapper section .acnt.in-view .tw.in-view {
        animation: show-on 2s 7s forwards; }
      .splash .slide2 .wrapper section .acnt.in-view .th.in-view {
        animation: show-on 2s 7.2s forwards; }
      .splash .slide2 .wrapper section .acnt.in-view .fr.in-view {
        animation: show-on 2s 7.4s forwards; }
      .splash .slide2 .wrapper section .acnt.in-view .fi.in-view {
        animation: show-on 2s 7.6s forwards; }
      .splash .slide2 .wrapper section .acnt.in-view .sx.in-view {
        animation: show-on 2s 7.8s forwards; }
      .splash .slide2 .wrapper section .acnt.in-view .sn.in-view {
        animation: show-on 2s 7.8s forwards; }
      .splash .slide2 .wrapper section .acnt.in-view span.in-view a {
        animation: bold .5s 6.8s forwards, lb 2s 8.4s forwards; }
      .splash .slide2 .wrapper section .acnt.in-view strong {
        animation: hide .2s 10.4s forwards; }
      .splash .slide2 .wrapper section .legal strong small {
        background-color: #044cad; }
      .splash .slide2 .wrapper section .legal.in-view .on.in-view {
        animation: show-on 2s 10.8s forwards; }
      .splash .slide2 .wrapper section .legal.in-view .tw.in-view {
        animation: show-on 3s 11s forwards; }
      .splash .slide2 .wrapper section .legal.in-view .th.in-view {
        animation: show-on 2s 11.2s forwards; }
      .splash .slide2 .wrapper section .legal.in-view .fr.in-view {
        animation: show-on 2s 11.4s forwards; }
      .splash .slide2 .wrapper section .legal.in-view .fi.in-view {
        animation: show-on 2s 11.6s forwards; }
      .splash .slide2 .wrapper section .legal.in-view .sx.in-view {
        animation: show-on 2s 11.8s forwards; }
      .splash .slide2 .wrapper section .legal.in-view .sn.in-view {
        animation: show-on 2s 12s forwards; }
      .splash .slide2 .wrapper section .legal.in-view span.in-view a {
        animation: bold .2s 10.6s forwards, db 2s 12s forwards; }
      .splash .slide2 .wrapper section .legal.in-view strong {
        animation: hide .3s 14s forwards; }
      .splash .slide2 .wrapper section .tele strong small {
        background-color: #fa393d; }
      .splash .slide2 .wrapper section .tele.in-view .on.in-view {
        animation: show-on 2s 14s forwards; }
      .splash .slide2 .wrapper section .tele.in-view .tw.in-view {
        animation: show-on 2s 14.2s forwards; }
      .splash .slide2 .wrapper section .tele.in-view .th.in-view {
        animation: show-on 2s 14.4s forwards; }
      .splash .slide2 .wrapper section .tele.in-view .fr.in-view {
        animation: show-on 2s 14.6s forwards; }
      .splash .slide2 .wrapper section .tele.in-view .fi.in-view {
        animation: show-on 2s 14.8s forwards; }
      .splash .slide2 .wrapper section .tele.in-view .sx.in-view {
        animation: show-on 2s 15s forwards; }
      .splash .slide2 .wrapper section .tele.in-view .sn.in-view {
        animation: show-on 2s 15.2s forwards; }
      .splash .slide2 .wrapper section .tele.in-view span.in-view a {
        animation: bold .5s 14s forwards, red 2s 15.2s forwards; }
      .splash .slide2 .wrapper section .tele.in-view strong {
        animation: hide .2s 17.3s forwards; }
      @media all and (max-width: 710px) {
        .splash .slide2 .wrapper section {
          padding-left: 90px;
          flex: 0 0 calc(100% - 200px); } }
      @media all and (max-width: 610px) {
        .splash .slide2 .wrapper section {
          padding-left: 90px;
          flex: 0 0 100%; } }
      @media all and (max-width: 450px) {
        .splash .slide2 .wrapper section {
          padding-left: 0; } }
    .splash .slide2 .wrapper figure {
      flex: 0 0 270px;
      text-align: right; }
      @media all and (max-width: 710px) {
        .splash .slide2 .wrapper figure {
          flex: 0 0 200px; } }
      @media all and (max-width: 610px) {
        .splash .slide2 .wrapper figure {
          flex: 0 0 100%;
          justify-content: center;
          display: flex;
          padding-top: 4rem; } }
.splash .slide1 {
  background-color: #2a2b2c;
  height: 100vh;
  min-height: 700px; }
  @media all and (max-width: 600px) {
    .splash .slide1 {
      height: initial; } }
  .splash .slide1 .logo-animation {
    position: relative;
    width: 360px;
    height: 400px;
    margin-left: 60px; }
    .splash .slide1 .logo-animation > div {
      position: absolute;
      opacity: 0;
      background-size: cover;
      background-repeat: no-repeat; }
    .splash .slide1 .logo-animation .top-p {
      width: 65px;
      height: 38px;
      left: 123px;
      top: 0;
      z-index: 2;
      background-image: url(../images/logo-parts/top.png);
      animation: top-move 3s forwards; }
    .splash .slide1 .logo-animation .left-p {
      width: 65px;
      height: 101px;
      left: 14px;
      top: 104px;
      background-image: url(../images/logo-parts/left.png);
      animation: left-move 3s forwards; }
    .splash .slide1 .logo-animation .right-p {
      width: 65px;
      height: 128px;
      top: 112px;
      right: 0;
      z-index: 1;
      background-image: url(../images/logo-parts/right.png);
      animation: right-move 3s forwards; }
    .splash .slide1 .logo-animation .middle-p {
      width: 65px;
      height: 65px;
      left: 59px;
      z-index: 3;
      top: 197px;
      background-image: url(../images/logo-parts/middle.png);
      animation: middle-move 3s 0.5s forwards; }
    .splash .slide1 .logo-animation .bottom-p {
      width: 65px;
      height: 65px;
      bottom: 0;
      left: 0;
      background-image: url(../images/logo-parts/bottom.png);
      animation: bottom-move 3s forwards; }
    @media all and (max-width: 810px) {
      .splash .slide1 .logo-animation {
        margin-left: -3rem; } }
    @media all and (max-width: 600px) {
      .splash .slide1 .logo-animation {
        margin: 0 auto 0 25%; } }
    @media all and (max-width: 400px) {
      .splash .slide1 .logo-animation {
        margin: 0 auto 0 15%; } }
    @media all and (max-width: 360px) {
      .splash .slide1 .logo-animation {
        margin: 0 auto 0 5%; } }
  .splash .slide1 .wrapper {
    position: relative;
    height: 100%; }
    .splash .slide1 .wrapper .left-content {
      position: absolute;
      bottom: 0;
      left: 180px;
      width: 30rem;
      padding-bottom: 8rem;
      height: 320px;
      transition: all 0.3s ease;
      animation: left-top-move 3s forwards; }
      .splash .slide1 .wrapper .left-content h2 {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 10px;
        line-height: 4rem;
        font-size: 2.5rem; }
        @media all and (max-width: 720px) {
          .splash .slide1 .wrapper .left-content h2 {
            line-height: 3.5rem;
            font-size: 2rem; } }
      .splash .slide1 .wrapper .left-content a {
        margin-left: -5px;
        display: inline-block;
        transition: all 0.3s ease; }
        .splash .slide1 .wrapper .left-content a:hover {
          margin-top: 20px; }
      @media all and (max-width: 1160px) {
        .splash .slide1 .wrapper .left-content {
          left: 135px; } }
      @media all and (max-width: 810px) {
        .splash .slide1 .wrapper .left-content {
          left: 105px; } }
      @media all and (max-width: 720px) {
        .splash .slide1 .wrapper .left-content {
          height: 260px; } }
      @media all and (max-width: 600px) {
        .splash .slide1 .wrapper .left-content {
          position: relative;
          margin: 0 auto;
          left: 0;
          text-align: center; } }
      @media all and (max-width: 360px) {
        .splash .slide1 .wrapper .left-content {
          width: 100%; } }
    .splash .slide1 .wrapper .right-content {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #fff;
      font-size: 4.5rem;
      width: 295px;
      padding-bottom: 10rem;
      height: 49.5rem;
      transition: all 0.3s ease;
      animation: right-top-move 3s forwards; }
      .splash .slide1 .wrapper .right-content h1 {
        font-weight: normal;
        font-size: 5.5rem; }
        @media all and (max-width: 1160px) {
          .splash .slide1 .wrapper .right-content h1 {
            font-size: 3.5rem; } }
      .splash .slide1 .wrapper .right-content h2 {
        font-weight: bold;
        font-size: 6rem;
        width: 270px; }
        @media all and (max-width: 720px) {
          .splash .slide1 .wrapper .right-content h2 {
            font-size: 4rem; } }
        @media all and (max-width: 600px) {
          .splash .slide1 .wrapper .right-content h2 {
            width: 100%; } }
      .splash .slide1 .wrapper .right-content span {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-top: 1rem;
        display: block; }
        .splash .slide1 .wrapper .right-content span b {
          font-weight: 600;
          display: block; }
      .splash .slide1 .wrapper .right-content a {
        display: inline-block;
        transition: all 0.3s ease; }
        .splash .slide1 .wrapper .right-content a:hover {
          margin-top: 20px; }
      @media all and (max-width: 1160px) {
        .splash .slide1 .wrapper .right-content {
          width: 290px; } }
      @media all and (max-width: 720px) {
        .splash .slide1 .wrapper .right-content {
          height: 46rem;
          width: 210px; } }
      @media all and (max-width: 600px) {
        .splash .slide1 .wrapper .right-content {
          position: relative;
          margin: 0 auto;
          left: 0;
          text-align: center;
          width: 300px;
          height: initial; } }
      @media all and (max-width: 360px) {
        .splash .slide1 .wrapper .right-content {
          width: 100%; } }

.good-block {
  background-image: url(../images/goodImg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .good-block .wrapper {
    color: #f8c200;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 20px;
    font-weight: bold;
    padding: 0 0 0 180px; }
    @media all and (max-width: 500px) {
      .good-block .wrapper {
        font-size: 30px;
        letter-spacing: 10px;
        text-align: center;
        padding: 0;
        width: 100%;
        justify-content: center; } }

.el-right.in-view {
  animation: rotate 3s forwards; }

.el-left.in-view {
  animation: rotate 3s .25s forwards; }

.el-top.in-view {
  animation: rotate 3s .5s forwards; }

.el-middle.in-view {
  animation: rotate 3s forwards; }

.el-bottom.in-view {
  animation: rotate 3s .25s forwards; }

.small-logo {
  width: 124px !important;
  height: 200px;
  position: absolute;
  left: -167px !important;
  top: -25px !important; }
  .small-logo.in-view .one {
    animation: one-move 3s forwards;
    z-index: 10; }
  .small-logo.in-view .two {
    animation: two-move 3s forwards;
    z-index: 1; }
  .small-logo.in-view .three {
    animation: three-move 3s .25s forwards; }
  .small-logo.in-view .four {
    animation: five-move 3s .25s forwards; }
  .small-logo.in-view .five {
    animation: four-move 3s .25s forwards; }

.splash.it-page .slide3 {
  height: initial;
  min-height: 100vh; }
  .splash.it-page .slide3 h3 {
    padding-top: 4px; }
.splash.it-page .slide1 .left-content h2 {
  letter-spacing: 7px;
  line-height: 4rem;
  font-size: 2rem; }
.splash.it-page .slide1 .right-content h2 {
  font-size: 5.13rem; }

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