/* Keyframes */
/* spinner start */
@-webkit-keyframes left-size {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  25% {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    z-index: 5;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes left-size {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  25% {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    z-index: 5;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@-webkit-keyframes right-size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  75% {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes right-size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  75% {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes left-position {
  50% {
    left: 150%;
  }
}

@keyframes left-position {
  50% {
    left: 150%;
  }
}

@-webkit-keyframes right-position {
  50% {
    right: 150%;
  }
}

@keyframes right-position {
  50% {
    right: 150%;
  }
}

/* spinner end */
@-webkit-keyframes text-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes text-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

/* fadein animate */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes team-animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes team-animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* sport image animate */
@-webkit-keyframes ball-animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: -15px 0 0 -5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ball-animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: -15px 0 0 -5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes rotate-animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotate-animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes sport-animate1 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes sport-animate1 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@-webkit-keyframes sport-animate2 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes sport-animate2 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes sport-animate3 {
  0% {
    margin: 0;
  }
  50% {
    margin: -5px 0 0 25px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes sport-animate3 {
  0% {
    margin: 0;
  }
  50% {
    margin: -5px 0 0 25px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@-webkit-keyframes sport-animate4 {
  0% {
    margin: 0;
  }
  50% {
    margin: -10px 0 0 -20px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes sport-animate4 {
  0% {
    margin: 0;
  }
  50% {
    margin: -10px 0 0 -20px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@-webkit-keyframes sport-animate5 {
  0% {
    margin: 0;
  }
  50% {
    margin: -10px -10px 0 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes sport-animate5 {
  0% {
    margin: 0;
  }
  50% {
    margin: -10px -10px 0 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@-webkit-keyframes crutch-left {
  0% {
    margin: 0;
  }
  50% {
    margin: -5px 25px 0 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes crutch-left {
  0% {
    margin: 0;
  }
  50% {
    margin: -5px 25px 0 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@-webkit-keyframes crutch-right {
  0% {
    margin: 0;
  }
  50% {
    margin: -5px -25px 0 0;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes crutch-right {
  0% {
    margin: 0;
  }
  50% {
    margin: -5px -25px 0 0;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes propeller-position {
  0% {
    margin: 0;
  }
  50% {
    margin: -20px 0 0 -5px;
  }
}

@keyframes propeller-position {
  0% {
    margin: 0;
  }
  50% {
    margin: -20px 0 0 -5px;
  }
}

@-webkit-keyframes propeller-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes propeller-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes propeller-rotate-alt {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes propeller-rotate-alt {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@-webkit-keyframes wheel-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: 15px 0 0 -5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes wheel-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: 15px 0 0 -5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes wheel-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: -10px 0 0 -5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes wheel-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: -10px 0 0 -5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes bicycle {
  50% {
    margin: -3px 0 0 -10px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@keyframes bicycle {
  50% {
    margin: -3px 0 0 -10px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@-webkit-keyframes bulb2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bulb2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cog1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: 0 0 0 5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes cog1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: 0 0 0 5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes cog2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: 5px 0 0 0;
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes cog2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: 5px 0 0 0;
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@-webkit-keyframes cog3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: -5px -2px 0 0;
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes cog3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: -5px -2px 0 0;
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@-webkit-keyframes cog4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: 5px 0 0 -5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes cog4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin: 5px 0 0 -5px;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #922211;
  }
  50% {
    -webkit-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    -ms-transform: rotate(-320deg);
    transform: rotate(-320deg);
    opacity: 0;
  }
}

@keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #922211;
  }
  50% {
    -webkit-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    -ms-transform: rotate(-320deg);
    transform: rotate(-320deg);
    opacity: 0;
  }
}

@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes leg {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes leg {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fly {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fly {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

body.home-page {
  font-weight: 300;
}

.text-md {
  font-size: 36px;
  line-height: 1;
}

/* buttons */
.btn {
  display: inline-block;
  vertical-align: top;
  font: bold 24px/28px 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 0 13px 16px 0;
  cursor: pointer;
  text-align: center;
  color: #000;
  background: none;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  min-width: 470px;
  z-index: 1;
  transition: all 0.3s ease;
}

.btn span {
  display: block;
  position: relative;
  padding: 14px 25px 13px;
  background: #ffff26;
  border: 3px solid #000;
}

.btn span:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -5px;
  bottom: -29px;
  left: 100%;
  width: 15px;
  background: #0ba4f1;
  border: 3px solid #000;
  transform: skew(-5deg, 35deg);
  transform-origin: 0 0;
}

.btn span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: -5px;
  width: auto;
  height: 19px;
  background: #0ba4f1;
  border: 3px solid #000;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  z-index: 2;
}

.btn:hover {
  letter-spacing: 3px;
}

.btn-orange {
  color: #fff;
}

.btn-orange span {
  background: #f56635;
}

.input-holder {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.input-holder .form-control {
  background-color: transparent;
  border-color: #d7d7d7;
  position: relative;
  z-index: 2;
}

.input-holder .form-control option {
  background: #000;
  color: #fff;
}

.input-holder .input-bg {
  background: #000;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  transition: all 250ms cubic-bezier(0, 0.995, 0.99, 1);
}

.input-holder .form-control:focus + .input-bg {
  width: 150%;
  height: 200%;
  top: -50%;
  left: -25%;
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
}

.error-text {
  font-size: 13px;
  line-height: 15px;
  bottom: 0;
  left: 0;
  color: #F31098;
  margin: 2px 0 0;
  display: block;
  font-weight: normal;
  transition: all 0.3s ease;
}

.error-text .error {
  display: inline-block;
  vertical-align: top;
}

.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
}

.page-loader .text {
  color: #0fa5f1;
  font-weight: 300;
  text-align: center;
  padding: 20px 0 0;
  font-size: 104px;
  line-height: 1;
}

.page-loader .load-text {
  color: #0fa5f1;
  font-weight: 300;
  text-align: center;
  padding: 20px 0 0;
  font-size: 34px;
  line-height: 1;
  -webkit-animation: text-blink 2s ease-in-out infinite;
  animation: text-blink 2s ease-in-out infinite;
}

.page-loader-holder {
  position: absolute;
  width: 300px;
  height: 180px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin: -90px 0 0 -150px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  padding: 365px 0 0;
  padding: 275px 0 0;
  position: relative;
}

.nav-wrap {
  z-index: 99;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.nav-holder {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1000px;
  font-size: 0;
  line-height: 0;
  background: #0fa5f1;
  position: relative;
  background: #fff;
  padding: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: padding 0.3s ease, transform 0.3s ease 0.6s, backgound 0.3s ease, border 0.3s ease;
}

.nav-holder.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-holder:after {
  content: '';
  position: absolute;
  top: 100%;
  left: -10px;
  right: -10px;
  height: 64px;
  background: url("../images/header-shadow.png") no-repeat 50% 0;
}

.btn-menu {
  text-align: center;
  height: 72px;
  width: 74px;
  display: block;
  cursor: pointer;
  position: relative;
  float: left;
  padding: 20px;
  margin: -13px;
  z-index: 100;
  display: none;
}

.btn-menu i {
  display: inline-block;
  vertical-align: top;
  height: 5px;
  width: 34px;
  background: #000;
  position: relative;
  margin: 13px 0 0;
  transition: all 0.3s ease;
}

.btn-menu i:before, .btn-menu i:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 5px;
  background: #000;
  top: -13px;
  left: 0;
  transition: all 0.3s ease;
}

.menu-open .btn-menu i:before, .menu-open .btn-menu i:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-menu i:after {
  top: 13px;
}

.menu-open .btn-menu i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-open .btn-menu i {
  background: none;
}

#nav {
  float: left;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  margin: 0 15px 0 0;
  transition: all 0.3s ease;
}

#nav li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  transition: all 0.2s ease;
  margin: 0 20px;
  position: relative;
}

#nav li.active > a {
  padding: 4px 10px;
  background: #ffff26;
  color: #000;
}

#nav li.disabled a {
  pointer-events: none;
  opacity: 0.3;
  cursor: default;
}

#nav li:nth-child(1) {
  transition-delay: 0.05s;
}

#nav li:nth-child(2) {
  transition-delay: 0.1s;
}

#nav li:nth-child(3) {
  transition-delay: 0.15s;
}

#nav li:nth-child(4) {
  transition-delay: 0.2s;
}

#nav li:nth-child(5) {
  transition-delay: 0.25s;
}

#nav li:nth-child(6) {
  transition-delay: 0.3s;
}

#nav li:nth-child(7) {
  transition-delay: 0.35s;
}

#nav li:nth-child(8) {
  transition-delay: 0.4s;
}

#nav li:nth-child(9) {
  transition-delay: 0.45s;
}

#nav li:nth-child(10) {
  transition-delay: 0.5s;
}

#nav a {
  display: block;
  color: #fff;
  color: #000;
  text-decoration: none;
  padding: 4px 0;
  cursor: pointer;
}

#nav a:hover {
  text-decoration: none;
  color: #0fa5f1;
}

#nav .drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  padding: 15px 0 0;
  text-align: left;
  transition: all 0.2s ease;
}

#nav .drop ul {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 36px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#nav .drop li {
  display: block;
  margin: 0;
}

#nav .drop li.active a {
  padding: 10px 30px;
  background: none;
  color: #0fa5f1;
}

#nav .drop a {
  padding: 10px 30px;
}

#nav li:hover .drop {
  opacity: 1;
  visibility: visible;
}

.show #nav {
  opacity: 1;
  visibility: visible;
}

.socials {
  visibility: hidden;
  opacity: 0;
  float: right;
  padding: 1px 10px 0 0;
}

.socials li {
  float: left;
  font-size: 26px;
  line-height: 1;
}

.socials li + li {
  margin: 0 0 0 20px;
}

.socials a {
  display: block;
  color: #000;
}

.socials a:hover {
  opacity: 0.7;
}

.socials .clutch a {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 24px;
  background: url("../images/icon-clutch.svg") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.socials i {
  vertical-align: top;
}

.show .socials {
  opacity: 1;
  visibility: visible;
}

.logo {
  margin: 0 auto 30px;
  padding: 35px 0 38px;
  position: relative;
  width: 373px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.logo:before {
  content: '';
  position: absolute;
  width: 862px;
  height: 814px;
  left: 50%;
  top: 50%;
  margin: -410px 0 0 -420px;
  background: url("../images/top-pattern.jpg") no-repeat 50% 50%;
  transition: all 0.5s ease 0.3s;
  -webkit-transform: scale(0) rotate(0deg);
  -ms-transform: scale(0) rotate(0deg);
  transform: scale(0) rotate(0deg);
}

.section-show .logo:before {
  -webkit-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

.logo-holder {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0.4s;
}

.section-show .logo-holder {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.logo-arrows {
  width: 318px;
  position: absolute;
  top: 0;
  left: 41px;
  -webkit-transform: rotate(-100deg) scale(0);
  -ms-transform: rotate(-100deg) scale(0);
  transform: rotate(-100deg) scale(0);
  transition: all 0.4s ease 0.55s;
}

.section-show .logo-arrows {
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.top-image-holder .top-image-static {
  top: -500px;
}

.top-image-static,
.top-image {
  position: absolute;
  top: -500px;
  transition: all 0.5s ease;
  left: 50%;
  width: 1556px;
  height: 435px;
  z-index: 5;
  -webkit-transform: scale(0.8) translateX(-60%);
  -ms-transform: scale(0.8) translateX(-60%);
  transform: scale(0.8) translateX(-60%);
}

.section-show .top-image-static, .section-show
.top-image {
  top: -82px;
  top: -120px;
}

.top-image-static div,
.top-image div {
  position: absolute;
}

.animate-on:hover .top-image-static div, .animate-on:hover
.top-image div {
  animation: wave2 4s 0.1s infinite linear;
}

.top-image-static .soccer,
.top-image .soccer {
  width: 100px;
  top: 41%;
  left: 9.8%;
  z-index: 3;
}

.animate-on:hover .top-image-static .soccer, .animate-on:hover
.top-image .soccer {
  animation: wave4 2s 0.4s infinite linear;
}

.top-image-static .tennis,
.top-image .tennis {
  width: 86px;
  top: 41%;
  left: 39%;
  z-index: 3;
}

.animate-on:hover .top-image-static .tennis, .animate-on:hover
.top-image .tennis {
  animation: wave3 3s 0.4s infinite linear;
}

.top-image-static .baseball,
.top-image .baseball {
  top: 82%;
  left: 35.4%;
}

.animate-on:hover .top-image-static .baseball, .animate-on:hover
.top-image .baseball {
  animation: wave3 2s 0.2s infinite linear;
}

.top-image-static .cloud,
.top-image .cloud {
  width: 180px;
  left: 75.5%;
  top: 29%;
  z-index: 3;
}

.top-image-static .basketball,
.top-image .basketball {
  width: 103px;
  right: 7%;
  bottom: 17%;
}

.animate-on:hover .top-image-static .basketball, .animate-on:hover
.top-image .basketball {
  animation: wave3 4s 0.2s infinite linear;
}

.top-image-static .volleyball,
.top-image .volleyball {
  width: 92px;
  top: 47%;
  left: 74%;
  z-index: 3;
}

.animate-on:hover .top-image-static .volleyball, .animate-on:hover
.top-image .volleyball {
  animation: wave3 2s 0.1s infinite linear;
}

.top-image-static .football,
.top-image .football {
  width: 101px;
  top: 45%;
  left: 21.2%;
}

.animate-on:hover .top-image-static .football, .animate-on:hover
.top-image .football {
  animation: wave4 3s 0.3s infinite linear;
}

.top-image-static .fig1,
.top-image .fig1 {
  top: 32.5%;
  left: 7.2%;
  width: 170px;
}

.top-image-static .fig1 img,
.top-image .fig1 img {
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

.top-image-static .puck,
.top-image .puck {
  top: 42%;
  left: 49.8%;
  width: 77px;
  z-index: 3;
}

.top-image-static .puck img,
.top-image .puck img {
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
}

.top-image-static .circle,
.top-image .circle {
  left: 39%;
  top: 33%;
}

.top-image-static .circle img,
.top-image .circle img {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.top-image-static .stick,
.top-image .stick {
  top: 24%;
  left: 47%;
  z-index: 3;
}

.top-image-static .top-bottom,
.top-image .top-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.animate-on:hover .top-image-static .top-bottom, .animate-on:hover
.top-image .top-bottom {
  animation: wave 6s 0.1s infinite linear;
}

.top-image-static .top-up,
.top-image .top-up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.animate-on:hover .top-image-static .top-up, .animate-on:hover
.top-image .top-up {
  animation: wave 4s 0.1s infinite linear;
}

.top-image-static .cloud2,
.top-image .cloud2 {
  top: 34.5%;
  left: 47.5%;
  z-index: 2;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    -ms-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    -ms-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
  }
}

@-webkit-keyframes wave2 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 15%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 15%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 15%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg) translate3d(0, 15%, 0) rotateZ(360deg);
    -ms-transform: rotateZ(-360deg) translate3d(0, 15%, 0) rotateZ(360deg);
    transform: rotateZ(-360deg) translate3d(0, 15%, 0) rotateZ(360deg);
  }
}

@keyframes wave2 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 15%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 15%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 15%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg) translate3d(0, 15%, 0) rotateZ(360deg);
    -ms-transform: rotateZ(-360deg) translate3d(0, 15%, 0) rotateZ(360deg);
    transform: rotateZ(-360deg) translate3d(0, 15%, 0) rotateZ(360deg);
  }
}

@-webkit-keyframes wave3 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 25%, 0) rotateZ(-360deg);
    -ms-transform: rotateZ(360deg) translate3d(0, 25%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 25%, 0) rotateZ(-360deg);
  }
}

@keyframes wave3 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 25%, 0) rotateZ(-360deg);
    -ms-transform: rotateZ(360deg) translate3d(0, 25%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 25%, 0) rotateZ(-360deg);
  }
}

@-webkit-keyframes wave4 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg) translate3d(0, 25%, 0) rotateZ(360deg);
    -ms-transform: rotateZ(-360deg) translate3d(0, 25%, 0) rotateZ(360deg);
    transform: rotateZ(-360deg) translate3d(0, 25%, 0) rotateZ(360deg);
  }
}

@keyframes wave4 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 25%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg) translate3d(0, 25%, 0) rotateZ(360deg);
    -ms-transform: rotateZ(-360deg) translate3d(0, 25%, 0) rotateZ(360deg);
    transform: rotateZ(-360deg) translate3d(0, 25%, 0) rotateZ(360deg);
  }
}

@-webkit-keyframes wave5 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 2%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 2%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 2%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 2%, 0) rotateZ(360deg);
    -ms-transform: rotateZ(360deg) translate3d(0, 2%, 0) rotateZ(360deg);
    transform: rotateZ(360deg) translate3d(0, 2%, 0) rotateZ(360deg);
  }
}

@keyframes wave5 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 2%, 0) rotateZ(0deg);
    -ms-transform: rotateZ(0deg) translate3d(0, 2%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 2%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 2%, 0) rotateZ(360deg);
    -ms-transform: rotateZ(360deg) translate3d(0, 2%, 0) rotateZ(360deg);
    transform: rotateZ(360deg) translate3d(0, 2%, 0) rotateZ(360deg);
  }
}

.spinner {
  position: absolute;
  top: -30px;
  right: -40px;
  transition: all 0.5s ease 1.1s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.page-loader .spinner,
.section-show .spinner {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-loader .spinner {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

.left-ball,
.right-ball {
  float: left;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 2;
}

.page-loader .left-ball,
.animate-on .left-ball {
  -webkit-animation: left-size 0.75s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation: left-size 0.75s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.page-loader .right-ball,
.animate-on .right-ball {
  z-index: 5;
  -webkit-animation: right-size 0.75s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation: right-size 0.75s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.left-ball:before,
.right-ball:before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  background: #f2d63b;
  border-radius: 50%;
  left: 0;
}

.page-loader .left-ball:before,
.animate-on .left-ball:before, .page-loader
.right-ball:before,
.animate-on
.right-ball:before {
  -webkit-animation: left-position 0.75s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation: left-position 0.75s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.right-ball:before {
  background: #0fa5f1;
  left: auto;
  right: 0;
}

.page-loader .right-ball:before,
.animate-on .right-ball:before {
  -webkit-animation: right-position 0.75s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation: right-position 0.75s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
  margin: 0 0 10px;
}

h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  margin: 0 0 10px;
}

h3 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  margin: 0 0 10px;
}

.center-block {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 auto 80px;
  max-width: 950px;
  line-height: 29px;
}

.center-block > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0.7s;
}

.center-block > *:nth-child(2) {
  transition-delay: 0.8s;
}

.section-show .center-block > * {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-help-holder {
  position: relative;
  padding: 34px 0 0;
  margin: 0 0 8px;
  width: 470px;
  display: inline-block;
  vertical-align: top;
}

.btn-help-holder .propeller-small {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -40px;
}

.section-show .btn-help-holder .propeller-small {
  -webkit-animation: fadein 0.3s ease-out 0.7s both;
  animation: fadein 0.3s ease-out 0.7s both;
}

.btn-help-holder:hover .propeller-small img {
  -webkit-animation: propeller-rotate 0.7s linear infinite;
  animation: propeller-rotate 0.7s linear infinite;
}

.section {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 150px;
  flex-wrap: nowrap;
}

#home-holder .section:nth-child(odd) {
  flex-direction: row-reverse;
}

#home-holder .section:nth-child(odd) .visual {
  padding: 0 0 0 20px;
}

.section .visual {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding: 0 20px 0 0;
  flex: 1 1 50%;
  /*flex-basis: 554px;*/
}

.section .visual img {
  max-width: none;
}

.section .text-holder {
  flex: 1 1 50%;
  position: relative;
  z-index: 2;
}

.section-text > * {
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.section-text > *:nth-child(1) {
  transition-delay: 0.1s;
}

.section-text > *:nth-child(2) {
  transition-delay: 0.25s;
}

.section-text > *:nth-child(3) {
  transition-delay: 0.4s;
}

.section-text > *:nth-child(4) {
  transition-delay: 0.55s;
}

.section-text > *:nth-child(5) {
  transition-delay: 0.7s;
}

.section-text > *:nth-child(6) {
  transition-delay: 0.85s;
}

.section-text > *:nth-child(7) {
  transition-delay: 1s;
}

.section-text > *:nth-child(8) {
  transition-delay: 1.15s;
}

.section-text > *:nth-child(9) {
  transition-delay: 1.3s;
}

.section-text > *:nth-child(10) {
  transition-delay: 1.45s;
}

.section-show .section-text > * {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.anim-image {
  position: relative;
}

.anim-image .small-ball {
  top: -83px;
  left: 150px;
  width: 320px;
  height: 320px;
  overflow: hidden;
  background: #f31098;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.anim-image .small-ball:after, .anim-image:before {
  content: '';
  position: absolute;
  width: 532px;
  height: 532px;
  border-radius: 50%;
  background: #ffff26;
  left: -125px;
  top: -36px;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.anim-image .small-ball:after {
  background: #f31003;
  right: 64px;
  top: 47px;
  left: auto;
}

.section-show .anim-image .small-ball,
.section-show .anim-image .small-ball:after, .section-show .anim-image:before {
  -webkit-animation: fadein 0.3s ease-out 0.2s both;
  animation: fadein 0.3s ease-out 0.2s both;
}

.section-show .anim-image .small-ball {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dev-image:before {
  background: #f31098;
  top: -81px;
  right: -82px;
  left: auto;
}

.dev-image .small-ball {
  width: 361px;
  height: 361px;
  left: 15px;
  top: -71px;
  background: #0a9ce6;
}

.dev-image .small-ball:after {
  left: 118px;
  top: -10px;
  right: auto;
  background: #0a0a90;
}

.app-image:before {
  background: #f56635;
  top: -67px;
  right: 138px;
  left: auto;
}

.app-image .small-ball {
  background: #f3d5ff;
  top: -137px;
  right: 44px;
  left: auto;
}

.app-image .small-ball:after {
  left: auto;
  right: 94px;
  top: 70px;
  background: #e95535;
}

.build-image:before {
  background: #ffff26;
  top: 85px;
  left: -48px;
}

.build-image .small-ball {
  width: 361px;
  height: 361px;
  top: 95px;
  left: -166px;
  background: #eb0f93;
}

.build-image .small-ball:after {
  left: 118px;
  top: -10px;
  background: #f31017;
}

.features-image:before {
  background: #0ba4f1;
  left: -8px;
  top: 152px;
}

.features-image .small-ball {
  background: #ffff26;
  top: 82px;
  left: auto;
  right: -43px;
}

.features-image .small-ball:after {
  top: 70px;
  right: 94px;
  left: auto;
  background: #0ba424;
}

.sport-image2:before {
  width: 445px;
  height: 420px;
  background: #0ba4f1;
  left: 20px;
  top: 72px;
}

.sport-image2 .small-ball {
  width: 275px;
  height: 275px;
  background: #ffff26;
  top: 15px;
  left: auto;
  right: -20px;
}

.sport-image2 .small-ball:after {
  width: 445px;
  height: 420px;
  top: 57px;
  right: 81px;
  left: auto;
  background: #0ba424;
}

.steam-image:before {
  background: #f56635;
  top: 30px;
  left: -37px;
}

.steam-image .small-ball {
  background: #ffff26;
  top: 10px;
  left: -170px;
  width: 360px;
  height: 360px;
}

.steam-image .small-ball:after {
  top: 20px;
  left: 133px;
  background: #0ba424;
}

.get-image:before {
  background: #0ba4f1;
  left: 0;
  top: 112px;
}

.get-image .small-ball {
  background: #ffff26;
  top: 42px;
  left: auto;
  right: 0;
}

.get-image .small-ball:after {
  top: 70px;
  right: 94px;
  left: auto;
  background: #0ba424;
}

.support-image:before {
  background: #f31098;
  top: 85px;
  right: 10px;
  left: auto;
}

.support-image .small-ball {
  width: 361px;
  height: 361px;
  left: 0;
  top: 5px;
  background: #0a9ce6;
}

.support-image .small-ball:after {
  left: 118px;
  top: 80px;
  right: auto;
  background: #0a0a90;
}

.steam-image div,
.features-image div,
.build-image div,
.app-image div,
.dev-image div,
.sport-image div,
.sport-image2 div,
.expect-image div,
.dream-image div,
.get-image div,
.support-image div,
.price-image div,
.wow-image div {
  position: absolute;
  z-index: 3;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section-show .steam-image div, .section-show
.features-image div, .section-show
.build-image div, .section-show
.app-image div, .section-show
.dev-image div, .section-show
.sport-image div, .section-show
.sport-image2 div, .section-show
.expect-image div, .section-show
.dream-image div, .section-show
.get-image div, .section-show
.support-image div, .section-show
.price-image div, .section-show
.wow-image div {
  -webkit-animation: fadein 0.3s ease-out both;
  animation: fadein 0.3s ease-out both;
}

.section-show .steam-image .holder, .section-show
.features-image .holder, .section-show
.build-image .holder, .section-show
.app-image .holder, .section-show
.dev-image .holder, .section-show
.sport-image .holder, .section-show
.sport-image2 .holder, .section-show
.expect-image .holder, .section-show
.dream-image .holder, .section-show
.get-image .holder, .section-show
.support-image .holder, .section-show
.price-image .holder, .section-show
.wow-image .holder {
  -webkit-animation: none;
  animation: none;
}

div.expect-image {
  top: 0;
  left: 0;
  width: 448px;
  height: 578px;
  position: relative;
  margin: 0 0 0 60px;
}

div.expect-image:before {
  content: none;
}

div.expect-image .blue-cloud {
  top: 55px;
  left: 50px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate-on div.expect-image .blue-cloud img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.expect-image .pink-question {
  top: 45px;
  left: 20px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animate-on div.expect-image .pink-question img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
}

div.expect-image .blue-question {
  top: -50px;
  right: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate-on div.expect-image .blue-question img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.expect-image .giraffe-small {
  top: 30px;
  left: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

div.dream-image {
  top: 0;
  left: 0;
  width: 540px;
  height: 450px;
  position: relative;
  margin: 0 0 0 -40px;
}

div.dream-image:before {
  content: none;
}

div.dream-image > div:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

div.dream-image > div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

div.dream-image > div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

div.dream-image > div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

div.dream-image > div:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

div.dream-image > div:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

div.dream-image > div:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

div.dream-image > div:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

div.dream-image > div:nth-child(9) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

div.dream-image > div:nth-child(10) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

div.dream-image .blue-cloud {
  top: 0;
  left: 0;
}

div.dream-image .blue-cloud img {
  width: 395px;
}

div.dream-image .pc2 {
  bottom: 70px;
  left: 25px;
}

div.dream-image .pc2 img {
  width: 250px;
}

.visual:hover div.dream-image .pc2 img {
  -webkit-animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
  animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
}

div.dream-image .circle {
  right: 260px;
  top: 189px;
}

div.dream-image .circle img {
  width: 60px;
}

.visual:hover div.dream-image .circle img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

div.dream-image .football {
  right: 207px;
  top: 123px;
}

div.dream-image .football img {
  width: 100px;
}

.visual:hover div.dream-image .football img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.dream-image .basketball {
  left: 124px;
  top: 58px;
}

div.dream-image .basketball img {
  width: 100px;
}

.visual:hover div.dream-image .basketball img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

div.dream-image .soccer {
  top: 136px;
  left: 108px;
}

div.dream-image .soccer img {
  width: 135px;
}

.visual:hover div.dream-image .soccer img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

div.dream-image .volleyball {
  left: 45px;
  top: 140px;
}

div.dream-image .volleyball img {
  width: 90px;
}

.visual:hover div.dream-image .volleyball img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.dream-image .tennis {
  left: 185px;
  top: 110px;
}

div.dream-image .tennis img {
  width: 83px;
}

.visual:hover div.dream-image .tennis img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.dream-image .puck {
  top: 15px;
  left: 210px;
}

div.dream-image .puck img {
  width: 80px;
}

.visual:hover div.dream-image .puck img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

div.dream-image .giraffe-small {
  bottom: 0;
  right: 0;
}

div.dream-image .giraffe-small img {
  width: 310px;
}

div.sport-image {
  top: 0;
  left: 0;
  width: 447px;
  height: 436px;
  position: relative;
  margin: 0 0 0 75px;
}

div.sport-image .cloud {
  left: 0;
  top: 210px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.visual:hover div.sport-image .cloud img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.15s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.15s infinite;
}

div.sport-image .fig1 {
  right: 34px;
  top: 179px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.visual:hover div.sport-image .fig1 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
}

div.sport-image .circle {
  right: 78px;
  top: 246px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.visual:hover div.sport-image .circle img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

div.sport-image .football {
  right: 0;
  top: 152px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.visual:hover div.sport-image .football img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.sport-image .basketball {
  left: 152px;
  top: 58px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.visual:hover div.sport-image .basketball img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

div.sport-image .baseball {
  top: 73px;
  left: 69px;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.visual:hover div.sport-image .baseball img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.sport-image .soccer {
  top: 167px;
  left: 124px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.visual:hover div.sport-image .soccer img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

div.sport-image .volleyball {
  left: 37px;
  top: 174px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.visual:hover div.sport-image .volleyball img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.sport-image .tennis {
  left: 236px;
  top: 133px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.visual:hover div.sport-image .tennis img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.sport-image .puck {
  top: 0;
  left: 280px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.visual:hover div.sport-image .puck img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

div.sport-image .sport-text {
  font-size: 18px;
  line-height: 1;
  right: 152px;
  top: 8px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

div.sport-image .soccer-text {
  font-size: 45px;
  line-height: 1;
  top: 35px;
  left: -70px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

div.sport-image .basketball-text {
  font-size: 28px;
  line-height: 1;
  left: -125px;
  top: 205px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

div.sport-image .baseball-text {
  font-size: 25px;
  line-height: 1;
  left: 388px;
  top: 95px;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

div.sport-image .football-text {
  font-size: 30px;
  line-height: 1;
  top: 100%;
  left: 150px;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.sport-image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
}

div.sport-image2 {
  top: 0;
  left: 0;
  width: 526px;
  height: 512px;
  position: relative;
  margin: 0 0 0 86px;
}

div.sport-image2 .cloud {
  left: 0;
  top: 253px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

div.sport-image2 .cloud img {
  width: 280px;
}

.animate-on div.sport-image2 .cloud img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.15s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.15s infinite;
}

div.sport-image2 .fig1 {
  right: 45px;
  bottom: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

div.sport-image2 .fig1 img {
  width: 276px;
}

.animate-on div.sport-image2 .fig1 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
}

div.sport-image2 .circle {
  right: 95px;
  bottom: 124px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

div.sport-image2 .circle img {
  width: 93px;
}

.animate-on div.sport-image2 .circle img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

div.sport-image2 .football {
  right: 0;
  top: 180px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

div.sport-image2 .football img {
  width: 165px;
}

.animate-on div.sport-image2 .football img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.sport-image2 .basketball {
  left: 175px;
  top: 70px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

div.sport-image2 .basketball img {
  width: 170px;
}

.animate-on div.sport-image2 .basketball img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

div.sport-image2 .soccer {
  left: 140px;
  bottom: 95px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

div.sport-image2 .soccer img {
  width: 237px;
}

.animate-on div.sport-image2 .soccer img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

div.sport-image2 .volleyball {
  left: 42px;
  top: 206px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  width: 150px;
}

.animate-on div.sport-image2 .volleyball img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.sport-image2 .tennis {
  left: 276px;
  top: 157px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

div.sport-image2 .tennis img {
  width: 138px;
}

.animate-on div.sport-image2 .tennis img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.sport-image2 .puck {
  top: 0;
  right: 70px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

div.sport-image2 .puck img {
  width: 130px;
}

.animate-on div.sport-image2 .puck img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

div.dev-image {
  width: 583px;
  height: 426px;
}

div.dev-image .fig1 {
  left: 3px;
  top: 148px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.visual:hover div.dev-image .fig1 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.dev-image .fig2 {
  left: 512px;
  top: 122px;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.visual:hover div.dev-image .fig2 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.dev-image .fig3 {
  left: 381px;
  top: 231px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.visual:hover div.dev-image .fig3 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.dev-image .fig4 {
  left: 282px;
  top: 166px;
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.visual:hover div.dev-image .fig4 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.dev-image .fig5 {
  left: 182px;
  top: 181px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.visual:hover div.dev-image .fig5 img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.dev-image .fig6 {
  left: 383px;
  top: 148px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.visual:hover div.dev-image .fig6 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.dev-image .fig7 {
  left: 121px;
  top: 27px;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.visual:hover div.dev-image .fig7 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.dev-image .fig8 {
  left: 54px;
  top: 46px;
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.visual:hover div.dev-image .fig8 .clock-arrows,
.visual:hover div.dev-image .fig8 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.dev-image .fig8 .clock-arrows {
  position: absolute;
  left: 41px;
  top: 53px;
  width: 63px;
  height: 63px;
}

div.dev-image .fig8 .clock-arrows img {
  position: absolute;
}

.visual:hover div.dev-image .fig8 .clock-arrows .clock-arrow1 {
  -webkit-animation: rotate-animate 0.6s infinite linear;
  animation: rotate-animate 0.6s infinite linear;
}

.visual:hover div.dev-image .fig8 .clock-arrows .clock-arrow2 {
  -webkit-animation: rotate-animate 7.2s infinite linear;
  animation: rotate-animate 7.2s infinite linear;
}

div.dev-image .fig9 {
  left: 249px;
  top: 10px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.visual:hover div.dev-image .fig9 img {
  -webkit-animation: sport-animate3 3s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 3s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.dev-image .fig10 {
  left: 435px;
  top: 0;
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.visual:hover div.dev-image .fig10 img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.dev-image .fig11 {
  left: 0;
  top: 93px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.visual:hover div.dev-image .fig11 img {
  -webkit-animation: sport-animate2 3s cubic-bezier(0.25, 0, 0.75, 1) 0.5s infinite;
  animation: sport-animate2 3s cubic-bezier(0.25, 0, 0.75, 1) 0.5s infinite;
}

div.app-image {
  width: 550px;
  height: 436px;
  margin: 0 0 0 77px;
}

div.app-image .fig1 {
  left: 27px;
  top: 268px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate-on div.app-image .fig1 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.app-image .fig2 {
  left: 127px;
  top: 137px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate-on div.app-image .fig2 img {
  -webkit-animation: sport-animate2 3s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 3s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.app-image .fig3 {
  left: 350px;
  top: 232px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animate-on div.app-image .fig3 img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.app-image .fig4 {
  left: 0;
  top: 0;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.animate-on div.app-image .fig4 img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.app-image .fig5 {
  left: 135px;
  top: 32px;
  z-index: 2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate-on div.app-image .fig5 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.animate-on div.app-image .fig6 img, .animate-on
div.app-image .fig7 img, .animate-on
div.app-image .fig8 img, .animate-on
div.app-image .fig9 img, .animate-on
div.app-image .fig10 img {
  -webkit-animation: sport-animate5 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate5 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.app-image .fig6 {
  left: 408px;
  top: 50px;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

div.app-image .fig7 {
  left: 475px;
  top: 88px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animate-on div.app-image .fig7 img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

div.app-image .fig8 {
  left: 160px;
  top: 41px;
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.animate-on div.app-image .fig8 img {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

div.app-image .fig9 {
  left: 269px;
  top: 20px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animate-on div.app-image .fig9 img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

div.app-image .fig10 {
  left: 216px;
  top: 2px;
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.animate-on div.app-image .fig10 img {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

div.build-image {
  width: 432px;
  height: 509px;
  display: inline-block;
  vertical-align: top;
  margin: 0 44px 0 0;
}

div.build-image .fig1 {
  left: 189px;
  top: 279px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.visual:hover div.build-image .fig1 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.build-image .fig2 {
  left: 39px;
  top: 240px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.visual:hover div.build-image .fig2 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
}

div.build-image .bicycle {
  left: 58px;
  top: 312px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.visual:hover div.build-image .bicycle img {
  -webkit-animation: bicycle 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: bicycle 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.build-image .wheel-left {
  left: 0;
  top: 376px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.visual:hover div.build-image .wheel-left img {
  -webkit-animation: wheel-left 1s linear 0.1s infinite;
  animation: wheel-left 1s linear 0.1s infinite;
}

div.build-image .wheel-right {
  left: 201px;
  top: 388px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.visual:hover div.build-image .wheel-right img {
  -webkit-animation: wheel-right 1s linear 0.1s infinite;
  animation: wheel-right 1s linear 0.1s infinite;
}

div.build-image .crutch-left {
  left: 5px;
  top: 153px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.visual:hover div.build-image .crutch-left img {
  -webkit-animation: crutch-left 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: crutch-left 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.build-image .crutch-right {
  left: 183px;
  top: 153px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.visual:hover div.build-image .crutch-right img {
  -webkit-animation: crutch-right 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: crutch-right 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.build-image .propeller {
  left: 269px;
  top: 100px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.visual:hover div.build-image .propeller img {
  -webkit-animation: propeller-rotate 0.7s linear infinite;
  animation: propeller-rotate 0.7s linear infinite;
}

.visual:hover div.build-image .propeller span {
  display: block;
  -webkit-animation: propeller-position 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: propeller-position 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.build-image .bulb {
  left: 95px;
  top: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.visual:hover div.build-image .bulb img {
  -webkit-animation: sport-animate2 3s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate2 3s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.build-image .cog1 {
  left: 111px;
  top: 30px;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.visual:hover div.build-image .cog1 img {
  -webkit-animation: cog1 1.4s linear infinite;
  animation: cog1 1.4s linear infinite;
}

div.build-image .cog2 {
  left: 180px;
  top: 61px;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.visual:hover div.build-image .cog2 img {
  -webkit-animation: cog2 0.8s linear infinite;
  animation: cog2 0.8s linear infinite;
}

div.build-image .cog3 {
  left: 127px;
  top: 109px;
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.visual:hover div.build-image .cog3 img {
  -webkit-animation: cog3 1s linear infinite;
  animation: cog3 1s linear infinite;
}

div.build-image .cog4 {
  left: 188px;
  top: 104px;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.visual:hover div.build-image .cog4 img {
  -webkit-animation: cog4 1.2s linear infinite;
  animation: cog4 1.2s linear infinite;
}

div.features-image {
  width: 575px;
  height: 638px;
  margin: -100px 0 0;
}

div.features-image .fig1 {
  top: 319px;
  left: 85px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.visual:hover div.features-image .fig1 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .fig2 {
  top: 423px;
  left: 46px;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.visual:hover div.features-image .fig2 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .fig3 {
  top: 438px;
  left: 122px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.visual:hover div.features-image .fig3 img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .fig4 {
  top: 396px;
  left: 286px;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.visual:hover div.features-image .fig4 img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .fig5 {
  top: 368px;
  left: 63px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.visual:hover div.features-image .fig5 img {
  -webkit-animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .fig6 {
  top: 340px;
  left: 0;
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.visual:hover div.features-image .fig6 img {
  -webkit-animation: cog1 1.4s linear infinite;
  animation: cog1 1.4s linear infinite;
}

div.features-image .fig7 {
  top: 309px;
  left: 53px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.visual:hover div.features-image .fig7 img {
  -webkit-animation: cog3 1s linear infinite;
  animation: cog3 1s linear infinite;
}

div.features-image .fig8 {
  top: 465px;
  left: 304px;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.visual:hover div.features-image .fig8 img {
  -webkit-animation: rotate-animate 1s infinite linear;
  animation: rotate-animate 1s infinite linear;
}

div.features-image .chain2 {
  top: 222px;
  left: 218px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

div.features-image .chain2 .holder {
  -webkit-transform: scale(1);
  transform: scale(1);
}

div.features-image .chain2 .chain2-1 {
  top: -3px;
  left: -2px;
}

div.features-image .chain2 .chain2-2 {
  top: 39px;
  right: -4px;
}

div.features-image .chain2 .chain2-3 {
  top: 82px;
  left: 18px;
}

div.features-image .chain3 {
  top: 101px;
  left: 157px;
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

div.features-image .chain3 .holder {
  -webkit-transform: scale(1);
  transform: scale(1);
}

div.features-image .chain3 .chain3-1 {
  top: 41px;
  left: -16px;
}

div.features-image .chain3 .chain3-2 {
  top: 0;
  right: -7px;
}

.visual:hover div.features-image .chain-main .holder {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.visual:hover div.features-image .chain1 .holder {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.visual:hover div.features-image .chain2 .holder {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.visual:hover div.features-image .chain2-1 {
  -webkit-animation: cog2 0.7s linear infinite;
  animation: cog2 0.7s linear infinite;
}

.visual:hover div.features-image .chain2-2 {
  -webkit-animation: cog1 0.6s linear infinite;
  animation: cog1 0.6s linear infinite;
}

.visual:hover div.features-image .chain2-3 {
  -webkit-animation: cog2 1.3s linear infinite;
  animation: cog2 1.3s linear infinite;
}

.visual:hover div.features-image .chain3 .holder {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.visual:hover div.features-image .chain3-1 {
  -webkit-animation: cog1 0.7s linear infinite;
  animation: cog1 0.7s linear infinite;
}

.visual:hover div.features-image .chain3-2 {
  -webkit-animation: cog2 0.8s linear infinite;
  animation: cog2 0.8s linear infinite;
}

div.features-image .fig9 {
  top: 278px;
  left: 208px;
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.visual:hover div.features-image .fig9 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .fig10 {
  top: 373px;
  left: 370px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.visual:hover div.features-image .fig10 img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

div.features-image .fig11 {
  top: 234px;
  left: 392px;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.visual:hover div.features-image .fig11 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .bulb1,
div.features-image .bulb2 {
  top: 141px;
  left: 381px;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

div.features-image .bulb1 img,
div.features-image .bulb2 img {
  position: relative;
  z-index: 3;
}

.visual:hover div.features-image .bulb1 img, .visual:hover
div.features-image .bulb2 img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .bulb1 .bulb-bg1,
div.features-image .bulb1 .bulb-bg2,
div.features-image .bulb2 .bulb-bg1,
div.features-image .bulb2 .bulb-bg2 {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
}

.visual:hover div.features-image .bulb1 .bulb-bg2, .visual:hover
div.features-image .bulb2 .bulb-bg2 {
  -webkit-animation: bulb2 1.2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: bulb2 1.2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .bulb2 {
  top: 175px;
  left: 445px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.visual:hover div.features-image .bulb2 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.features-image .bulb2 .bulb-bg1,
div.features-image .bulb2 .bulb-bg2 {
  left: auto;
  right: 2px;
}

div.steam-image {
  width: 573px;
  height: 530px;
  display: inline-block;
  vertical-align: top;
  margin: 0 -100px 0 0;
}

div.steam-image .img {
  position: absolute;
  top: -67px;
  left: 0;
  z-index: 2;
  display: none;
}

div.steam-image .fig1 {
  top: -67px;
  left: 35px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  z-index: 4;
}

.animate-on div.steam-image .fig1 img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.steam-image .fig2 {
  top: 210px;
  left: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate-on div.steam-image .fig2 img {
  -webkit-animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate4 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

div.steam-image .fig3 {
  top: 163px;
  right: 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animate-on div.steam-image .fig3 img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
}

div.steam-image .fig4 {
  top: 178px;
  left: 66px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animate-on div.steam-image .fig4 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
}

div.steam-image .fig5 {
  top: 115px;
  right: 79px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animate-on div.steam-image .fig5 img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

div.steam-image .fig6 {
  top: 237px;
  right: 68px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animate-on div.steam-image .fig6 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

div.steam-image .fig7 {
  top: -22px;
  left: 276px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate-on div.steam-image .fig7 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.wow-image {
  width: 642px;
  height: 388px;
  margin: 0 0 0 15px;
}

div.wow-image:before {
  content: none;
}

div.wow-image .plane {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

div.wow-image .plane-fig {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

div.wow-image .wow-text {
  left: 25px;
  bottom: 60px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate-on div.wow-image .wow-text img {
  -webkit-animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.get-image {
  width: 626px;
  height: 664px;
}

div.get-image .giraffe-on-bicycle {
  left: 67px;
  top: 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.visual:hover div.get-image .giraffe-on-bicycle img {
  -webkit-animation: bicycle 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: bicycle 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.get-image .wheel-left {
  left: 75px;
  bottom: 25px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

div.get-image .wheel-left img {
  width: 165px;
}

.visual:hover div.get-image .wheel-left img {
  -webkit-animation: wheel-left 1s linear 0.1s infinite;
  animation: wheel-left 1s linear 0.1s infinite;
}

div.get-image .wheel-right {
  left: 335px;
  bottom: 40px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

div.get-image .wheel-right img {
  width: 155px;
}

.visual:hover div.get-image .wheel-right img {
  -webkit-animation: wheel-right 1s linear 0.1s infinite;
  animation: wheel-right 1s linear 0.1s infinite;
}

div.get-image .crutch {
  right: 50px;
  bottom: 12px;
}

div.get-image .crutch img {
  width: 254px;
  transform: rotate(-191deg);
}

div.support-image {
  width: 660px;
  height: 624px;
  margin: 0 auto;
}

div.support-image .star2 {
  bottom: 195px;
  right: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

div.support-image .star2 img {
  width: 145px;
}

div.support-image .circle {
  right: 220px;
  bottom: 130px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

div.support-image .pc2 {
  bottom: 50px;
  right: 45px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

div.support-image .pc2 img {
  width: 240px;
}

div.support-image .giraffe-group {
  top: 0;
  right: 95px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

div.support-image:hover .star2 img {
  -webkit-animation: sport-animate1 1.8s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 1.8s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

div.support-image:hover .circle img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

div.support-image:hover .pc2 img {
  -webkit-animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
  animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
}

div.price-image {
  position: absolute;
  top: 80px;
  left: 50%;
  margin: 0 0 0 -115px;
  width: 210px;
  height: 292px;
}

div.price-image:before {
  content: none;
}

div.price-image .giraffe-right {
  right: 0;
  top: 44px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

div.price-image .giraffe-left {
  left: 0;
  top: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

div.price-image .fig {
  bottom: 5px;
  left: 25px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animate-on div.price-image .fig img {
  -webkit-animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.expect-section {
  margin: 0 0 70px;
}

.expect-section .visual {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  width: 30%;
}

.expect-section h2 {
  margin: 0 0 50px;
}

.expect-section .list-holder {
  display: -ms-flex;
  display: flex;
}

.expect-section .list {
  padding: 0 10px 15px 0;
  min-width: 355px;
}

.process-section {
  margin: 0 0 30px;
}

.process-section .text-center {
  margin-bottom: 55px;
}

.process-section h2 {
  margin: 0 0 20px;
}

.process-section .list li {
  margin: 0 0 17px;
}

.steam-section .visual {
  text-align: right;
}

span[class*='chain'] {
  position: absolute;
}

.chain-main {
  top: 10px;
  left: 171px;
}

div.features-image .chain-main {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.team-img .chain-main {
  left: 646px;
  top: 47px;
}

.team-img .chain-main .holder {
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

.support-image .chain-main {
  left: 370px;
  top: 150px;
}

.support-image .chain-main .holder {
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  position: relative;
}

.features-image .chain-main .holder {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.chain-main .chain4-1 {
  top: -4px;
  left: -1px;
}

.chain-main .chain4-2 {
  top: 40px;
  right: -3px;
}

.chain-main .chain4-3 {
  top: 31px;
  left: 88px;
}

.chain-main .chain4-4 {
  top: 28px;
  left: 62px;
}

.chain-main .chain4-5 {
  top: 100px;
  left: 108px;
}

.chain-main .chain {
  top: 71px;
  left: -10px;
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
}

.chain1 {
  position: absolute;
  top: 0;
  right: 0;
}

div.features-image .chain1 {
  top: 493px;
  left: 148px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.features-image .chain1 .holder {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.chain1 .chain1-1 {
  left: -7px;
  bottom: 21px;
}

.chain1 .chain1-2 {
  right: -14px;
  bottom: 0;
}

.chain1 .chain1-3 {
  left: 20px;
  top: -42px;
}

.skills-cell .chain1 {
  position: absolute;
  top: 62px;
  right: 14px;
}

.skills-cell .chain1 .chain1-1 {
  left: -5px;
  bottom: 95px;
}

.skills-cell .chain1 .chain1-2 {
  right: -13px;
  bottom: 71px;
}

.skills-cell .chain1 .chain1-31,
.skills-cell .chain1 .chain1-3 {
  left: 69px;
  top: -62px;
  width: 165px;
}

.skills-cell .chain1 .chain1-31 img,
.skills-cell .chain1 .chain1-3 img {
  width: 100%;
}

.skills-cell .chain1 .chain1-4 {
  left: 94px;
  top: 222px;
  width: 76px;
}

.skills-table:hover .chain1 .chain1-1,
.visual:hover .chain1 .chain1-1 {
  -webkit-animation: cog1 0.7s linear infinite;
  animation: cog1 0.7s linear infinite;
}

.skills-table:hover .chain1 .chain1-2,
.visual:hover .chain1 .chain1-2 {
  -webkit-animation: cog2 1s linear infinite;
  animation: cog2 1s linear infinite;
}

.skills-table:hover .chain1 .chain1-3,
.visual:hover .chain1 .chain1-3 {
  -webkit-animation: cog1 1s linear infinite;
  animation: cog1 1s linear infinite;
}

.skills-table:hover .chain1 .chain1-31,
.visual:hover .chain1 .chain1-31 {
  -webkit-animation: cog2 2s linear infinite;
  animation: cog2 2s linear infinite;
}

.skills-table:hover .chain1 .chain1-4,
.visual:hover .chain1 .chain1-4 {
  -webkit-animation: cog4 0.7s linear infinite;
  animation: cog4 0.7s linear infinite;
}

.visual:hover .chain4-1 {
  -webkit-animation: cog1 0.7s linear infinite;
  animation: cog1 0.7s linear infinite;
}

.visual:hover .chain4-2 {
  -webkit-animation: cog2 0.8s linear infinite;
  animation: cog2 0.8s linear infinite;
}

.visual:hover .chain4-3 {
  -webkit-animation: cog2 1s linear infinite;
  animation: cog2 1s linear infinite;
}

.visual:hover .chain4-4 {
  -webkit-animation: cog3 0.9s linear infinite;
  animation: cog3 0.9s linear infinite;
}

.visual:hover .chain4-5 {
  -webkit-animation: cog3 0.9s linear infinite;
  animation: cog3 0.9s linear infinite;
}

.list {
  line-height: 30px;
}

.list li {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 20px;
  transition: all 0.2s ease;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.section-show .list li {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.list li:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 2px;
  width: 24px;
  height: 27px;
  background: url("../images/list1-bul1.svg") no-repeat 50% 50%;
}

.list .no-style {
  padding: 0;
}

.list .no-style:before {
  display: none;
}

.list li:nth-child(1) {
  transition-delay: 0.3s;
}

.list li:nth-child(2) {
  transition-delay: 0.4s;
}

.list li:nth-child(3) {
  transition-delay: 0.5s;
}

.list li:nth-child(4) {
  transition-delay: 0.6s;
}

.list li:nth-child(5) {
  transition-delay: 0.7s;
}

.list li:nth-child(6) {
  transition-delay: 0.8s;
}

.list li:nth-child(7) {
  transition-delay: 0.9s;
}

.list li:nth-child(8) {
  transition-delay: 1s;
}

.list li:nth-child(9) {
  transition-delay: 1.1s;
}

.list li:nth-child(10) {
  transition-delay: 1.2s;
}

.style1 li:nth-child(4n+2):before {
  background-image: url("../images/list1-bul2.svg");
  width: 36px;
  height: 36px;
  top: -2px;
  left: 6px;
}

.style1 li:nth-child(4n+3):before {
  background-image: url("../images/list1-bul3.svg");
  width: 27px;
  height: 30px;
}

.style1 li:nth-child(4n+4):before {
  background-image: url("../images/list1-bul4.svg");
  width: 29px;
  height: 29px;
}

.style2 li:before {
  background-image: url("../images/list2-bul1.svg");
  width: 38px;
  height: 37px;
  top: -2px;
  left: 0;
}

.style2 li:nth-child(5n+2):before {
  background-image: url("../images/list2-bul2.svg");
  width: 37px;
  height: 38px;
}

.style2 li:nth-child(5n+3):before {
  background-image: url("../images/list2-bul3.svg");
}

.style2 li:nth-child(5n+4):before {
  background-image: url("../images/list2-bul4.svg");
  width: 36px;
  height: 37px;
}

.style2 li:nth-child(5n+5):before {
  background-image: url("../images/list2-bul5.svg");
  width: 34px;
  height: 33px;
}

.style3 li:before {
  background-image: url("../images/list3-bul1.svg");
  width: 36px;
  height: 36px;
  top: -2px;
  left: 0;
}

.style3 li:nth-child(3n+2):before {
  background-image: url("../images/list3-bul2.svg");
}

.style3 li:nth-child(3n+3):before {
  background-image: url("../images/list3-bul3.svg");
}

.style4 li {
  padding: 0 0 0 60px;
}

.style4 li:before {
  background-image: url("../images/list4-bul1.svg");
  width: 53px;
  height: 44px;
  top: -6px;
  left: 0;
}

.style4 li:nth-child(4n+2):before {
  background-image: url("../images/list4-bul2.svg");
}

.style4 li:nth-child(4n+3):before {
  background-image: url("../images/list4-bul3.svg");
}

.style4 li:nth-child(4n+4):before {
  background-image: url("../images/list4-bul4.svg");
}

.style-mix1 li {
  margin: 0 0 30px;
}

.style-mix1 li:before {
  background-image: url("../images/list2-bul1.svg");
  width: 38px;
  height: 37px;
  top: -2px;
  left: 0;
}

.style-mix1 li:nth-child(5n+2):before {
  background-image: url(../images/list3-bul1.svg);
  width: 36px;
  height: 36px;
}

.style-mix1 li:nth-child(5n+3):before {
  background-image: url(../images/list2-bul3.svg);
  width: 38px;
  height: 37px;
}

.style-mix1 li:nth-child(5n+4):before {
  background-image: url(../images/list3-bul2.svg);
  width: 36px;
  height: 36px;
}

.style-mix1 li:nth-child(5n+5):before {
  background-image: url(../images/list2-bul5.svg);
  width: 34px;
  height: 33px;
}

.style-mix2 li:before {
  background-image: url(../images/list3-bul3.svg);
  width: 36px;
  height: 36px;
  top: -2px;
  left: 0;
}

.style-mix2 li:nth-child(4n+2):before {
  background-image: url(../images/list2-bul4.svg);
  width: 36px;
  height: 37px;
}

.style-mix2 li:nth-child(4n+3):before {
  background-image: url(../images/list3-bul1.svg);
  width: 36px;
  height: 36px;
}

.style-mix2 li:nth-child(4n+4):before {
  background-image: url(../images/list2-bul2.svg);
  width: 37px;
  height: 38px;
}

.style-arrow {
  padding: 30px 0 20px 25px;
  line-height: 24px;
}

.style-arrow li {
  margin: 0 0 26px;
  padding: 0 0 0 45px;
}

.style-arrow li:before {
  background-image: url("../images/list-arrow.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 29px;
  height: 40px;
  left: 0;
  top: 100%;
}

.style-arrow li:last-child:before {
  content: none;
}

.style-arrow li strong {
  display: block;
}

.team-img {
  position: relative;
  width: 1450px;
  padding: 29px 0 0 11px;
  margin: 50px -40px 85px -47px;
}

.team-img-box:hover .team-img {
  animation: wave 4s 0.1s infinite linear;
}

.team-img img {
  width: 100%;
}

.section-show .team-img > div {
  -webkit-animation: fadein 0.3s ease-out 0.3s both;
  animation: fadein 0.3s ease-out 0.3s both;
}

.show-box .team-img > div {
  position: absolute;
  z-index: 3;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.show-box .team-img > div:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.show-box .team-img > div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.show-box .team-img > div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.show-box .team-img > div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.show-box .team-img > div:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.show-box .team-img > div:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.show-box .team-img > div:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.show-box .team-img > div:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.show-box .team-img > div:nth-child(9) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.show-box .team-img > div:nth-child(10) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.team-img > .bg-img {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0.25s;
}

.section-show .team-img > .bg-img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-img .leaf {
  top: 239px;
  left: 10px;
}

.team-img-box:hover .team-img .leaf img {
  -webkit-animation: ball-animate 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: ball-animate 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.team-img .leaf2 {
  top: 124px;
  left: 98px;
}

.team-img-box:hover .team-img .leaf2 img {
  -webkit-animation: ball-animate 1.8s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
  animation: ball-animate 1.8s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
}

.team-img .umbrella {
  top: 0;
  left: 247px;
}

.team-img .tablet {
  top: 281px;
  left: 409px;
}

.team-img-box:hover .team-img .tablet img {
  -webkit-animation: sport-animate5 1.8s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate5 1.8s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

.team-img .pc {
  top: 269px;
  left: 814px;
}

.team-img-box:hover .team-img .pc img {
  -webkit-animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.team-img .pc2 {
  top: 353px;
  left: 1188px;
}

.team-img-box:hover .team-img .pc2 img {
  -webkit-animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
  animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) 0.2s infinite;
}

.team-img .star {
  top: 335px;
  left: 733px;
}

.team-img-box:hover .team-img .star img {
  -webkit-animation: sport-animate4 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate4 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.team-img .star2 {
  top: 270px;
  left: 1307px;
}

.team-img-box:hover .team-img .star2 img {
  -webkit-animation: sport-animate1 1.8s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 1.8s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.team-img .circle {
  top: 307px;
  left: 1083px;
  z-index: 1 !important;
}

.team-img-box:hover .team-img .circle img {
  -webkit-animation: ball-animate 1s infinite linear;
  animation: ball-animate 1s infinite linear;
}

.team-img .bg-img {
  position: relative;
  z-index: 2;
}

.process-img-box {
  margin: 0 0 150px;
}

.process-img {
  position: relative;
  width: 1230px;
  margin: 0 auto;
}

.section-show .process-img > div {
  -webkit-animation: fadein 0.3s ease-out 0.3s both;
  animation: fadein 0.3s ease-out 0.3s both;
}

.show-box .process-img > div {
  position: absolute;
  z-index: 3;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.show-box .process-img > div:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.show-box .process-img > div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.show-box .process-img > div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.show-box .process-img > div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.show-box .process-img > div:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.show-box .process-img > div:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.show-box .process-img > div:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.show-box .process-img > div:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.show-box .process-img > div:nth-child(9) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.show-box .process-img > div:nth-child(10) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.process-img > .bg-img {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0.25s;
}

.section-show .process-img > .bg-img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.process-img .check {
  top: 170px;
  left: 8px;
}

.process-img-box:hover .process-img .check img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  display: block;
}

.process-img .play {
  top: 63px;
  left: 188px;
}

.process-img-box:hover .process-img .play img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
}

.process-img .privacy {
  top: 150px;
  right: 0;
}

.process-img-box:hover .process-img .privacy img {
  -webkit-animation: bicycle 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: bicycle 1.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.process-img .fun-bulb-bg {
  top: 14px;
  left: 50%;
  width: 317px;
  height: 317px;
  background: #f56635;
  border-radius: 50%;
  margin: 0 0 0 -133px;
}

.process-img-box:hover .process-img .fun-bulb-bg img {
  -webkit-animation: wheel-right 1s linear 0.1s infinite;
  animation: wheel-right 1s linear 0.1s infinite;
}

.process-img .fun-bulb {
  top: 0;
  left: 50%;
  margin: 0 0 0 -140px;
}

.process-img .fun-bulb-legs {
  bottom: 4px;
  left: 50%;
  margin: 0 0 0 -130px;
  padding: 0 106px 85px;
}

.process-img .fun-bulb-legs > span {
  position: absolute;
}

.process-img-box:hover .process-img .fun-bulb-legs > span img {
  -webkit-animation: leg 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: leg 2s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

.process-img .fun-bulb-legs .left {
  top: -2px;
  left: 11px;
}

.process-img .fun-bulb-legs .left img {
  transform-origin: 100% 0;
}

.process-img .fun-bulb-legs .right {
  top: 4px;
  right: 107px;
}

.process-img .fun-bulb-legs .right img {
  transform-origin: 50% 0;
}

.process-img .bg-img {
  position: relative;
  z-index: 2;
}

.img-skills1 {
  width: 273px;
  height: 450px;
  position: relative;
  margin: 0 -15px 0 30px;
}

.img-skills1 > div {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section-show .img-skills1 > div {
  -webkit-animation: fadein 0.3s ease-out 0.2s both;
  animation: fadein 0.3s ease-out 0.2s both;
}

.img-skills1 div.skills-battery {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.img-skills2 {
  width: 335px;
  height: 475px;
  position: relative;
  margin: 0 -10px 0 45px;
}

.img-skills2 .bg-img {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.img-skills2 > div {
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  z-index: 3;
}

.section-show .img-skills2 .bg-img,
.section-show .img-skills2 > div {
  -webkit-animation: fadein 0.3s ease-out both;
  animation: fadein 0.3s ease-out both;
}

.img-skills2 div.cog1 {
  right: 69px;
  bottom: 12px;
  z-index: 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.skills-table:hover .img-skills2 div.cog1 img {
  -webkit-animation: cog1 1.2s linear infinite;
  animation: cog1 1.2s linear infinite;
}

.img-skills2 div.cog2 {
  right: 16px;
  bottom: 21px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  z-index: 1;
}

.skills-table:hover .img-skills2 div.cog2 img {
  -webkit-animation: propeller-rotate-alt 0.7s linear infinite;
  animation: propeller-rotate-alt 0.7s linear infinite;
}

.img-skills2 div.propeller1 {
  top: 77px;
  left: 61px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.skills-table:hover .img-skills2 div.propeller1 img {
  -webkit-animation: propeller-rotate-alt 0.8s linear infinite;
  animation: propeller-rotate-alt 0.8s linear infinite;
}

.img-skills2 div.propeller2 {
  position: absolute;
  top: 51px;
  left: 42px;
  width: 56px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.skills-table:hover .img-skills2 div.propeller2 img {
  -webkit-animation: propeller-rotate-alt 0.6s linear infinite;
  animation: propeller-rotate-alt 0.6s linear infinite;
}

.img-skills2 div.phone {
  top: 133px;
  left: 128px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.skills-table:hover .img-skills2 div.phone .holder {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.section .ball {
  position: absolute;
  right: -10px;
  top: 50%;
  margin: -32px 0 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section.section-show .ball {
  -webkit-animation: fadein 0.3s ease-out 0.5s both;
  animation: fadein 0.3s ease-out 0.5s both;
}

.sport-section .section-text {
  max-width: 515px;
}

.app-section .section-text {
  max-width: 550px;
}

.features-section .section-text {
  max-width: 635px;
}

.process-section .section-text {
  max-width: 1040px;
  margin: 0 auto;
  line-height: 30px;
}

.build-section .visual {
  text-align: right;
  padding-bottom: 110px;
}

.build-crutch {
  position: relative;
  margin: 0 0 60px;
  display: inline-block;
  vertical-align: top;
}

.build-crutch > span {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section-show .build-crutch .crutch {
  -webkit-animation: fadein 0.3s ease-out 0.2s both;
  animation: fadein 0.3s ease-out 0.2s both;
}

.build-crutch .propeller-big {
  position: absolute;
  right: -50px;
  top: -38px;
}

.section-show .build-crutch .propeller-big {
  -webkit-animation: fadein 0.3s ease-out 0.7s both;
  animation: fadein 0.3s ease-out 0.7s both;
}

.animate-on .build-crutch .propeller-big img {
  -webkit-animation: propeller-rotate 0.7s linear infinite;
  animation: propeller-rotate 0.7s linear infinite;
}

.build-crutch .propeller-small {
  position: absolute;
  left: -37px;
  top: -2px;
}

.section-show .build-crutch .propeller-small {
  -webkit-animation: fadein 0.3s ease-out 0.5s both;
  animation: fadein 0.3s ease-out 0.5s both;
}

.animate-on .build-crutch .propeller-small img {
  -webkit-animation: propeller-rotate-alt 0.4s linear infinite;
  animation: propeller-rotate-alt 0.4s linear infinite;
}

.contact-title {
  margin: 0 0 15px;
}

.contact-box {
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 0 50px;
}

.contact-box .fantasy-content h2 {
  display: none;
}

.contact-holder {
  float: left;
  width: 460px;
  margin: 0 120px 0 0;
}

.contact-holder form > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.3s;
}

.contact-holder form > *:nth-child(1) {
  transition-delay: 0.3s;
}

.contact-holder form > *:nth-child(2) {
  transition-delay: 0.35s;
}

.contact-holder form > *:nth-child(3) {
  transition-delay: 0.4s;
}

.contact-holder form > *:nth-child(4) {
  transition-delay: 0.45s;
}

.contact-holder form > *:nth-child(5) {
  transition-delay: 0.5s;
}

.contact-holder form > *:nth-child(6) {
  transition-delay: 0.55s;
}

.contact-holder form > *:nth-child(7) {
  transition-delay: 0.6s;
}

.contact-holder form > *:nth-child(8) {
  transition-delay: 0.65s;
}

.contact-holder form > *:nth-child(9) {
  transition-delay: 0.7s;
}

.contact-holder form > *:nth-child(10) {
  transition-delay: 0.75s;
}

.section-show .contact-holder form > * {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-holder .btn span:after,
.contact-holder .btn span:before {
  background: #f31098;
}

.contact-holder label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.show-box > h2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.2s;
}

.show-box.section-show > h2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-info {
  padding: 15px 0 0;
  overflow: hidden;
}

.contact-info h3 {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.5s;
}

.section-show .contact-info h3 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-info-list {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.contact-info-list li {
  margin: 0 0 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.6s;
}

.contact-info-list li:nth-child(1) {
  transition-delay: 0.6s;
}

.contact-info-list li:nth-child(2) {
  transition-delay: 0.65s;
}

.contact-info-list li:nth-child(3) {
  transition-delay: 0.7s;
}

.contact-info-list li:nth-child(4) {
  transition-delay: 0.75s;
}

.contact-info-list li:nth-child(5) {
  transition-delay: 0.8s;
}

.contact-info-list li:nth-child(6) {
  transition-delay: 0.85s;
}

.contact-info-list li:nth-child(7) {
  transition-delay: 0.9s;
}

.contact-info-list li:nth-child(8) {
  transition-delay: 0.95s;
}

.contact-info-list li:nth-child(9) {
  transition-delay: 1s;
}

.contact-info-list li:nth-child(10) {
  transition-delay: 1.05s;
}

.section-show .contact-info-list li {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-info-list strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.contact-info-list a {
  text-decoration: none;
}

.contact-socials {
  padding: 10px 0 0;
}

.contact-socials a {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}

.contact-socials a:hover {
  color: #0ba4f1;
}

.contact-socials i {
  vertical-align: top;
}

.contact-socials .clutch {
  width: 22px;
  height: 25px;
  background: url("../images/icon-clutch.svg") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.contact-socials .clutch:hover {
  background-image: url("../images/icon-clutch-hover.svg");
}

.main {
  padding: 50px 0;
  background: url("../images/bg-page.jpg") repeat-y 50% 0;
}

.portfolio-slider {
  margin: 55px 0 130px;
}

.portfolio-slider .slick-list {
  overflow: visible;
}

.portfolio-slider .slick-slide {
  padding: 0 30px;
  outline: none !important;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0.3s;
}

.section-show .portfolio-slider .slick-slide {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-slider .slick-center {
  transition-delay: 0.4s;
}

.portfolio-slider .slick-center + div {
  transition-delay: 0.5s;
}

.portfolio-slider .portfolio-visual {
  padding: 65% 0 0;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.portfolio-slider .slick-center .portfolio-visual {
  padding: 70% 0 0;
  margin: -2.5% 0;
  opacity: 1;
}

.portfolio-slider .slick-arrow {
  position: absolute;
  border: none;
  padding: 2px 0;
  width: 60px;
  font-size: 56px;
  line-height: 1;
  color: #221f20;
  cursor: pointer;
  text-align: center;
  left: -30px;
  top: 50%;
  margin: -30px 0 0;
  background: none;
  z-index: 10;
  transition: all 0.3s ease 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section-show .portfolio-slider .slick-arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-slider .slick-arrow .fa {
  vertical-align: top;
}

.portfolio-slider .slick-arrow:hover {
  opacity: 0.8;
}

.portfolio-slider .slick-next {
  left: auto;
  right: -30px;
}

.instagram-list {
  margin: 20px -15px 0;
  font-size: 0;
}

.instagram-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 50%;
  padding: 0 15px 30px;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease;
}

.show .instagram-item {
  -webkit-animation: team-animate 0.4s ease-out 0.15s both;
  animation: team-animate 0.4s ease-out 0.15s both;
}

.show .instagram-item:first-child {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.instagram-media {
  margin: 0 auto !important;
  width: 100%;
  border: 1px solid #dbdbdb;
  max-width: 500px !important;
}

.team-list {
  font-size: 0;
  margin: 0 -10px;
  text-align: center;
}

.team-item {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  padding: 0 10px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease;
}

.show .team-item {
  -webkit-animation: team-animate 0.4s ease-out 0.1s both;
  animation: team-animate 0.4s ease-out 0.1s both;
}

.show .team-item:nth-child(5), .show .team-item:nth-child(8) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.show .team-item:nth-child(3), .show .team-item:nth-child(10) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.show .team-item:nth-child(6), .show .team-item:nth-child(7) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.show .team-item:nth-child(2), .show .team-item:nth-child(11) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.show .team-item:nth-child(4), .show .team-item:nth-child(9) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.team-item .team-name {
  display: block;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 2px;
}

.team-item .visual {
  margin: 125px auto 7px;
  max-width: 225px;
}

.team-item .visual .holder {
  padding: 100% 0 0;
  position: relative;
}

.team-item .visual img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-wrapper h1 {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.2s;
}

.page-wrapper.show h1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-wrapper .main {
  padding: 0 0 20px;
}

.way-box {
  text-align: center;
  margin: 0 0 50px;
}

.way-box .heading {
  margin: 0 0 110px;
}

.way-box h2 {
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
  margin: 0 0 15px;
}

.way-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.way-holder .giraffe-right {
  position: absolute;
  left: 100%;
  top: 75px;
  margin: 0 0 0 -30px;
  width: 280px;
}

.section-show .way-holder .giraffe-right img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.way-holder .giraffe-left {
  position: absolute;
  margin: 0 30px 0 0;
  right: 100%;
  top: 195px;
  width: 216px;
}

.section-show .way-holder .giraffe-left img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.way-holder > * {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section-show .way-holder > * {
  -webkit-animation: fadein 0.3s ease-out 0.1s both;
  animation: fadein 0.3s ease-out 0.1s both;
}

.way-holder > *:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.way-holder > *:nth-child(2) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.way-holder > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.way-holder > *:nth-child(4) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.way-holder > *:nth-child(5) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.way-holder > *:nth-child(6) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.way-holder > *:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.way-holder > *:nth-child(8) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.way-holder > *:nth-child(9) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.way-holder > *:nth-child(10) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}

.year-list {
  font-size: 0;
  margin: 0 -36px 80px;
  padding-top: 25px;
}

.year-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  padding: 0 36px;
  position: relative;
}

.year-list li:before {
  content: '';
  left: -20px;
  top: 15px;
  position: absolute;
  background: url("../images/year-bul2.svg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.year-list li:nth-child(even):before {
  background-image: url("../images/year-bul1.svg");
}

.year-list li:first-child:before {
  display: none;
}

.year-list li strong {
  font-weight: 900;
  font-size: 72px;
  display: block;
}

.skills-section h2 {
  margin: 0;
}

.skills-table {
  width: 100%;
  display: table;
  margin: 75px 0 100px;
}

.skills-cell {
  display: table-cell;
  vertical-align: bottom;
}

.skills-holder {
  height: 56px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  padding: 0 10px;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section-show .skills-holder {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.skills-title {
  display: block;
  font-size: 125px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section-show .skills-title {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-page {
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  min-height: 100vh;
}

.home-page.load {
  position: static;
}

/*blog*/
.blog-page .main {
  padding-bottom: 50px;
}

.blog-page .container {
  max-width: 1110px;
}

.blog-page h1 {
  margin: 0 0 40px;
}

.post-list {
  margin: 0 -15px;
}

.post-list .post {
  width: 370px;
  padding: 15px;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.post-list .post a {
  color: #666;
}

.post-list .post-date {
  color: #999;
}

.post-list .entry-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.post-list .entry-title a {
  color: #000;
  text-decoration: none;
}

.post-list .entry-title a:hover {
  color: #d23394;
}

.post-list .read-more {
  text-align: right;
}

.post-list .read-more a {
  color: #2685f5;
}

.post-list .read-more a:hover {
  color: #d23394;
}

.post-content {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px 0;
  -ms-transform-origin: 50% 50% -300px 0;
  transform-origin: 50% 50% -300px 0;
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.show .animate .post-content {
  -webkit-animation: fly 0.5s ease-in-out forwards;
  animation: fly 0.5s ease-in-out forwards;
}

.show .post.animate:nth-child(even) .post-content {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.show .post.animate:nth-child(5) .post-content {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.post-thumbnail {
  margin: -15px -15px 15px;
  text-align: center;
  overflow: hidden;
}

.post-thumbnail.indent {
  padding: 10px 0;
}

.post-thumbnail img {
  max-height: 300px;
  transition: all 0.5s ease;
}

.post-thumbnail img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*single post*/
.blog {
  background: url("../images/bg-page.jpg") repeat-y 50% 0;
}

.blog #wrapper {
  padding: 300px 0 50px;
}

.top-image-static {
  top: -120px;
}

.post-single {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.post-single .entry-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
}

.post-single h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}

.post-single a {
  color: #0096ff;
  text-decoration: none;
}

.post-single a:hover {
  text-decoration: underline;
}

.post-single .post-date {
  margin: 0 0 10px;
}

.post-single ol li {
  margin: 0 0 10px;
}

.post-single ul {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 18px;
}

.post-single ul li {
  margin: 0 0 10px;
}

.post-single ul.list-style li {
  position: relative;
  padding: 0 0 0 14px;
}

.post-single ul.list-style li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.sub-title {
  display: block;
  color: #000;
  margin: 0 0 5px;
}

.post-img-left {
  float: left;
  max-width: 45%;
  margin: 0 15px 10px 0;
}

.post-img-right {
  float: right;
  max-width: 45%;
  margin: 0 0 10px 15px;
}

.post-img-center {
  text-align: center;
  margin: 0 0 20px;
}

.figure-center {
  margin: 0 auto 20px;
  max-width: 500px;
}

.video-holder {
  max-width: 500px;
  margin: 0 auto;
}

.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-frame {
  position: relative;
  padding: 56% 0 0;
}

.interested-text {
  font-size: 18px;
  line-height: 24px;
  margin: 30px 0 0;
}

.post-navigation {
  display: none !important;
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #d23394;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.post-navigation a {
  color: #d23394;
  text-decoration: none;
}

.post-navigation a:hover {
  text-decoration: underline;
}

.fancybox-slide .fantasy-content {
  max-width: 500px;
  width: 100%;
  line-height: 22px;
}

.fantasy-content .title {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 20px;
  text-align: center;
}

.sweet-overlay {
  z-index: 99997;
}

.sweet-alert {
  z-index: 99998;
}

/**/
.logo-clutch {
  max-width: 30%;
}

/*case-studies*/
.case-studies-list {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 15px 0 50px;
  margin: 0 -25px;
}

.case-studies-list .item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 10px 45px;
}

.case-studies-list .item-content {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px 0;
  -ms-transform-origin: 50% 50% -300px 0;
  transform-origin: 50% 50% -300px 0;
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.show .case-studies-list .item.animate .item-content {
  -webkit-animation: fly 0.5s ease-in-out forwards;
  animation: fly 0.5s ease-in-out forwards;
}

.show .case-studies-list .item.animate:nth-child(even) .item-content {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.case-studies-list .thumbnail {
  padding: 0 15px 16px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
}

.case-studies-list .thumbnail:hover {
  bottom: -4px;
}

.case-studies-list .thumbnail a {
  display: block;
  position: relative;
  transition: all 0.2s ease;
}

.case-studies-list .thumbnail a span {
  display: block;
  padding: 2px;
  background: #fef102;
  border: 3px solid #0f010a;
  position: relative;
  z-index: 1;
}

.case-studies-list .thumbnail a:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: -2px 0 -5px -3px;
  width: 18px;
  background: #e50f8f;
  border: 3px solid #000;
  transform: skew(-0.5deg, 35deg);
  transform-origin: 0 0;
}

.case-studies-list .thumbnail a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: -3px -5px 0 5px;
  width: auto;
  height: 19px;
  background: #e50f8f;
  border: 3px solid #000;
  -webkit-transform: skew(35deg);
  -ms-transform: skew(35deg);
  transform: skew(35deg);
  z-index: 2;
}

.case-studies-list .title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 0;
}

.case-studies-list .title a {
  text-decoration: none;
}

.case-studies-list .title a:hover {
  color: #0ba4f1;
}

.project-page .main {
  padding-bottom: 50px;
}

.project-page .container {
  width: 1520px;
}

.project-description {
  max-width: 950px;
  margin: 0 auto 42px;
  padding: 30px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.project-description .btn-help {
  margin: 0 0 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.2s;
}

.show .project-description .btn-help {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.project-description h1 {
  margin: 0 0 30px;
  transition-delay: 0.3s;
}

.project-description ul {
  text-align: left;
}

.project-description ul li {
  transition: all 0.2s ease;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.project-description ul li + li {
  padding: 12px 0 0;
}

.show .project-description ul li {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.project-description li:nth-child(1) {
  transition-delay: 0.4s;
}

.project-description li:nth-child(2) {
  transition-delay: 0.5s;
}

.project-description li:nth-child(3) {
  transition-delay: 0.6s;
}

.project-description li:nth-child(4) {
  transition-delay: 0.7s;
}

.project-description li:nth-child(5) {
  transition-delay: 0.8s;
}

.project-description li:nth-child(6) {
  transition-delay: 0.9s;
}

.project-description li:nth-child(7) {
  transition-delay: 1s;
}

.project-description li:nth-child(8) {
  transition-delay: 1.1s;
}

.project-description li:nth-child(9) {
  transition-delay: 1.2s;
}

.project-description li:nth-child(10) {
  transition-delay: 1.3s;
}

.project-list {
  overflow: hidden;
  margin: 0 -15px;
}

.project-list .item {
  width: 50%;
  padding: 15px;
  float: left;
  overflow: hidden;
  text-align: center;
}

.project-list .item img {
  max-width: 730px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px 0;
  -ms-transform-origin: 50% 50% -300px 0;
  transform-origin: 50% 50% -300px 0;
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.show .project-list .item.animate img {
  -webkit-animation: fly 0.5s ease-in-out forwards;
  animation: fly 0.5s ease-in-out forwards;
}

.show .project-list .item.animate:nth-child(even) img {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.project-list .item img + img {
  margin-top: 30px;
}

.project-list.one-column .item {
  width: 100%;
}

.project-mobile-list {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  padding: 50px 0 0;
}

.project-mobile-list .item {
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  padding: 15px 15px 35px;
  text-align: center;
}

.project-mobile-list .item img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px 0;
  -ms-transform-origin: 50% 50% -300px 0;
  transform-origin: 50% 50% -300px 0;
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.show .project-mobile-list .item.animate img {
  -webkit-animation: fly 0.5s ease-in-out forwards;
  animation: fly 0.5s ease-in-out forwards;
}

.show .project-mobile-list .item.animate:nth-child(even) img {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.project-mobile-list .item img + img {
  margin-top: 60px;
}

.project-mobile-list.draft11 .item,
.project-mobile-list.koorakings .item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.project-mobile-list.picking-duck {
  margin: 0 auto;
  max-width: 1050px;
}

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mouse {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.scroll-down {
  width: 120px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 30px auto 0;
  color: #bbb;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  transition: all 0.2s ease;
  cursor: pointer;
}

.scroll-down:hover {
  color: #aaa;
}

.scroll-down.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mouse {
  display: block;
  width: 30px;
  height: 50px;
  border: 2px solid #bbb;
  border-radius: 50px;
  margin: 0 auto 10px;
}

.mouse:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #bbb;
  border-radius: 100%;
  -webkit-animation: mouse 2s infinite;
  animation: mouse 2s infinite;
}

/**/
.technologies-page .main {
  padding-bottom: 120px;
}

.technologies-page .container {
  max-width: 1020px;
  font-size: 16px;
  line-height: 24px;
}

.technologies-description {
  padding: 55px 0 0;
  margin: 0 auto 80px;
}

.technologies-description h1 {
  font-size: 42px;
  line-height: 50px;
  margin: 0 0 30px;
  transition-delay: 0.3s;
}

.technologies-description .btn-help {
  margin: 0 auto 35px;
}

.technologies-description > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.2s;
}

.show .technologies-description > * {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tech-image {
  position: relative;
  width: 1090px;
  height: 817px;
  margin: 0 -50px 75px;
  transition-delay: 0.5s;
  background: url("../images/technologies/tech-giraffe.svg") no-repeat 45% 100%;
  -webkit-background-size: 287px 655px;
  background-size: 287px 655px;
  overflow: hidden;
}

.tech-image > div {
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.show .tech-image > div {
  -webkit-animation: fadein 0.3s ease-out 0.3s both;
  animation: fadein 0.3s ease-out 0.3s both;
}

.show .tech-image > div:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.show .tech-image > div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.show .tech-image > div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.show .tech-image > div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.show .tech-image > div:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.show .tech-image > div:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.show .tech-image > div:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.show .tech-image > div:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.show .tech-image > div:nth-child(9) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.show .tech-image > div:nth-child(10) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.tech-image .fig1 {
  bottom: 195px;
  right: 195px;
}

.animate-on .tech-image .fig1 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.tech-image .fig2 {
  top: 70px;
  right: 120px;
}

.tech-image .fig3 {
  top: 160px;
  right: 0;
}

.animate-on .tech-image .fig3 img {
  -webkit-animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
  animation: sport-animate2 2s cubic-bezier(0.25, 0, 0.75, 1) 0.1s infinite;
}

.tech-image .fig4 {
  top: 0;
  right: 250px;
}

.animate-on .tech-image .fig4 img {
  -webkit-animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
  animation: sport-animate3 2s cubic-bezier(0.25, 0, 0.75, 1) 0.4s infinite;
}

.tech-image .fig5 {
  top: 160px;
  right: 260px;
}

.animate-on .tech-image .fig5 img {
  -webkit-animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate5 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.tech-image .fig6 {
  top: 10px;
  left: 330px;
}

.animate-on .tech-image .fig6 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.tech-image .fig7 {
  top: 195px;
  left: 195px;
}

.animate-on .tech-image .fig7 img {
  -webkit-animation: sport-animate5 1.8s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate5 1.8s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

.tech-image .fig8 {
  bottom: 300px;
  left: 0;
}

.animate-on .tech-image .fig8 img {
  -webkit-animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
  animation: sport-animate1 2s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}

.tech-image .fig9 {
  bottom: 260px;
  left: 175px;
}

.animate-on .tech-image .fig9 img {
  -webkit-animation: sport-animate5 1.8s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
  animation: sport-animate5 1.8s cubic-bezier(0.25, 0, 0.75, 1) 0.3s infinite;
}

.technologies {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -150px 35px 0;
  padding: 45px 0 0;
}

.technologies .item {
  padding: 0 40px 50px;
  transition: all 0.5s ease 0.2s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.technologies .item.animate {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.technologies h3 {
  font-size: 42px;
  line-height: 48px;
  font-weight: bold;
  margin: 0 0 5px;
}

.technologies h4 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin: 0 0 10px;
}

.technologies .web {
  padding: 0 0 0 30px;
}

.technologies .web .item {
  padding: 0 0 40px 60px;
}

.technologies .web h3 {
  margin: 0 0 40px;
  transition: all 0.5s ease 0.2s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.technologies-block {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 11px 0;
  margin: 0 0 40px;
  overflow: hidden;
}

.technologies-block:last-child {
  margin: 0;
}

.technologies-block .holder {
  position: relative;
  padding: 5px 0;
  background: #fff;
  border: 3px solid #000;
  min-width: 450px;
}

.technologies-block .holder:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -5px;
  bottom: -29px;
  left: 100%;
  width: 13px;
  background: #02bce7;
  border: 3px solid #000;
  transform: skew(-1deg, 35deg);
  transform-origin: 0 0;
}

.technologies-block .holder:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: -5px;
  width: auto;
  height: 14px;
  background: #02bce7;
  border: 3px solid #000;
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  z-index: 2;
}

.technologies-block ul {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  min-height: 110px;
}

.technologies-block ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 20px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.technologies-block .css-html {
  background-image: url(../images/technologies/html-css.png);
  width: 136px;
  height: 89px;
}

.technologies-block .react {
  background-image: url(../images/technologies/react.png);
  width: 196px;
  height: 65px;
}

.technologies-block .angular {
  background-image: url(../images/technologies/angular.png);
  width: 186px;
  height: 51px;
}

.technologies-block .vue-js {
  background-image: url(../images/technologies/vue-js.png);
  width: 73px;
  height: 86px;
}

.technologies-block .yii {
  background-image: url(../images/technologies/yii.png);
  width: 240px;
  height: 50px;
}

.technologies-block .laravel {
  background-image: url(../images/technologies/laravel.png);
  width: 157px;
  height: 65px;
}

.technologies-block .slim {
  background-image: url(../images/technologies/slim-framework.png);
  width: 237px;
  height: 54px;
}

.technologies-block .node {
  background-image: url(../images/technologies/node-js.png);
  width: 196px;
  height: 54px;
}

.technologies-block .rails {
  background-image: url(../images/technologies/rails.png);
  width: 120px;
  height: 42px;
}

.technologies-block .ruby {
  background-image: url(../images/technologies/ruby.png);
  width: 117px;
  height: 41px;
}

.technologies-block .my-sql {
  background-image: url(../images/technologies/my-sql.png);
  width: 121px;
  height: 63px;
}

.technologies-block .mongo-db {
  background-image: url(../images/technologies/mongo-db.png);
  width: 169px;
  height: 48px;
}

.technologies-block .postgre-sql {
  background-image: url(../images/technologies/postgre-sql.png);
  width: 79px;
  height: 79px;
}

.technologies-block .microsoft-sql {
  background-image: url(../images/technologies/microsoft-sql.png);
  width: 98px;
  height: 80px;
}

.technologies-block .redis {
  background-image: url(../images/technologies/redis.png);
  width: 148px;
  height: 47px;
}

.technologies-block .rabbit-mq {
  background-image: url(../images/technologies/rabbit-mq.png);
  width: 177px;
  height: 30px;
}

.technologies-block .swift {
  background-image: url(../images/technologies/swift.png);
  width: 142px;
  height: 44px;
}

.technologies-block .objective-c {
  background-image: url(../images/technologies/objective-c.png);
  width: 172px;
  height: 58px;
}

.technologies-block .java {
  background-image: url(../images/technologies/java.png);
  width: 119px;
  height: 69px;
}

.technologies-block .kotlin {
  background-image: url(../images/technologies/kotlin.png);
  width: 146px;
  height: 33px;
}

.technologies-block .jenkins {
  background-image: url(../images/technologies/jenkins.png);
  width: 196px;
  height: 60px;
}

.technologies-block .gitlab {
  background-image: url(../images/technologies/gitlab.png);
  width: 193px;
  height: 69px;
}

.animate .web h3 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/*product-page*/
.product-page {
  font-size: 18px;
  line-height: 24px;
}

.product-page .main {
  padding: 0 0 80px;
}

.product-page h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

.product-page h2 strong {
  display: block;
  font-weight: 800;
}

.dream-section {
  padding: 110px 0 25px;
}

.dream-section .section-text {
  padding: 75px 0 0;
  margin: 0 0 0 -20px;
}

.dream-section .section-text > * {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.dream-section .section-text > *:nth-child(1) {
  transition-delay: 1s;
}

.dream-section .section-text > *:nth-child(2) {
  transition-delay: 1.15s;
}

.dream-section .section-text > *:nth-child(3) {
  transition-delay: 1.3s;
}

.dream-section .section-text > *:nth-child(4) {
  transition-delay: 1.45s;
}

.dream-section .section-text > *:nth-child(5) {
  transition-delay: 1.6s;
}

.dream-section .section-text > *:nth-child(6) {
  transition-delay: 1.75s;
}

.dream-section .section-text > *:nth-child(7) {
  transition-delay: 1.9s;
}

.dream-section .section-text > *:nth-child(8) {
  transition-delay: 2.05s;
}

.dream-section .section-text > *:nth-child(9) {
  transition-delay: 2.2s;
}

.dream-section .section-text > *:nth-child(10) {
  transition-delay: 2.35s;
}

.dream-section.section-show .section-text > * {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.dream-section h1 {
  font-weight: 700;
  margin: 0 0 30px;
}

.dream-section h1 strong {
  font-weight: 800;
  display: block;
}

.question-section {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 150px;
}

.question-section .text {
  margin: 0 0 7px;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.question-section .text-lg {
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-weight: 800;
  text-transform: none;
  margin: 0 0 7px;
}

.question-section .text:nth-child(1) {
  transition-delay: 0.2s;
}

.question-section .text:nth-child(2) {
  transition-delay: 0.35s;
}

.question-section .text:nth-child(3) {
  transition-delay: 0.5s;
}

.question-section .text:nth-child(4) {
  transition-delay: 0.65s;
}

.question-section .text:nth-child(5) {
  transition-delay: 0.8s;
}

.question-section .text:nth-child(6) {
  transition-delay: 0.95s;
}

.question-section .text:nth-child(7) {
  transition-delay: 1.1s;
}

.question-section .text:nth-child(8) {
  transition-delay: 1.25s;
}

.question-section .text:nth-child(9) {
  transition-delay: 1.4s;
}

.question-section .text:nth-child(10) {
  transition-delay: 1.55s;
}

.question-section.section-show .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.wow-section {
  margin: 0 0 130px;
}

.wow-section .section-text {
  padding: 110px 15px 0 0;
  margin: 0 0 0 -40px;
  text-align: right;
}

.wow-section h2 {
  margin: 0 0 20px;
}

.wow-section .text-lg {
  line-height: 1;
}

.get-section {
  margin: 0 -120px 100px -30px;
}

.get-section .section-text {
  padding: 50px 0 0 20px;
}

.get-section h2 {
  margin: 0 0 70px;
}

.price-section {
  margin: 0 0 100px;
  position: relative;
  text-align: center;
  line-height: 30px;
  min-height: 350px;
}

.price-section .price-items {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.price-section .item {
  -ms-flex: 1;
  flex: 1;
  max-width: 460px;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.price-section .item:nth-child(2) {
  transition-delay: 0.4s;
}

.price-section.section-show .item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.price-section h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  margin: 0 0 5px;
}

.price-section h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 25px;
}

.price-section .desc-text {
  font-size: 16px;
  margin: 0 auto 35px;
  max-width: 440px;
  text-align: left;
}

.price-section .desc-text:last-child {
  margin: 0 auto;
}

.price-section .plus-text {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 410px;
}

.price-section .plus-text .plus {
  font-size: 60px;
  margin: 0 5px 0 0;
}

.price-section .plus-text .price {
  display: inline-block;
  vertical-align: top;
  font-size: 48px;
}

.price-section .plus-text span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.price-section .price-list {
  font-size: 0;
  line-height: 0;
  margin: 0 -70px;
  padding: 0 0 180px;
  position: relative;
}

.price-section .price-list li {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 250px;
  background: #ffff26;
  border-radius: 50%;
  margin: 0 25px;
  overflow: hidden;
  line-height: 1;
  font-weight: 700;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.6s;
}

.price-section .price-list li:nth-child(1) {
  transition-delay: 0.6s;
}

.price-section .price-list li:nth-child(2) {
  transition-delay: 0.7s;
}

.price-section .price-list li:nth-child(3) {
  transition-delay: 0.8s;
}

.price-section .price-list li:nth-child(4) {
  transition-delay: 0.9s;
}

.price-section .price-list li:nth-child(5) {
  transition-delay: 1s;
}

.price-section .price-list li:nth-child(6) {
  transition-delay: 1.1s;
}

.price-section .price-list li:nth-child(7) {
  transition-delay: 1.2s;
}

.price-section .price-list li:nth-child(8) {
  transition-delay: 1.3s;
}

.price-section .price-list li:nth-child(9) {
  transition-delay: 1.4s;
}

.price-section .price-list li:nth-child(10) {
  transition-delay: 1.5s;
}

.price-section .price-list .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 43px 0;
}

.price-section .price-list .title-alt {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 8px;
}

.price-section .price-list .title {
  font-size: 36px;
}

.price-section .price-list .title strong {
  font-weight: 800;
}

.price-section .price-list .title .text-sm {
  font-size: 18px;
  font-weight: 400;
}

.price-section .price-list .title .text-sm strong {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.price-section .price-list .old-price {
  font-size: 30px;
  opacity: 0.4;
}

.price-section .price-list .old-price span {
  position: relative;
}

.price-section .price-list .old-price span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background: rgba(0, 0, 0, 0.8);
}

.price-section .price-list .price {
  font-size: 48px;
  color: #fff;
  background: #0ba4f1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 2px 30px 6px;
}

.price-section .price-list-blue li {
  background: #0ba4f1;
}

.price-section .price-list-blue .price {
  color: #000;
  background: #ffff26;
}

.price-section.section-show .price-list li {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.price-section li.add-info-holder {
  position: absolute;
  bottom: 15px;
  right: -155px;
  margin: 0;
  width: 210px;
  height: 210px;
  background: #f3d5ff;
}

.price-section .add-info {
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
}

.price-section .add-info .plus {
  display: block;
  font-size: 80px;
  line-height: 1;
  margin: -20px 0 -11px;
}

.price-section .add-info .add-price {
  font-size: 48px;
  line-height: 60px;
}

.price-section .note-text {
  padding: 30px 0 0;
}

.price-section .note-text strong {
  color: #f00;
  font-weight: 800;
  padding: 0 5px 0 0;
}

.partner-section {
  margin: 0 -90px 120px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.partner-section .item {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #ffff26;
  margin: 0 20px;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.partner-section .item-pink {
  background: #f31098;
}

.partner-section .item-blue {
  background: #0ba4f1;
}

.partner-section .item .holder {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.partner-section .item:nth-child(1) {
  transition-delay: 0.25s;
}

.partner-section .item:nth-child(2) {
  transition-delay: 0.4s;
}

.partner-section .item:nth-child(3) {
  transition-delay: 0.55s;
}

.partner-section .item:nth-child(4) {
  transition-delay: 0.7s;
}

.partner-section .item:nth-child(5) {
  transition-delay: 0.85s;
}

.partner-section .item:nth-child(6) {
  transition-delay: 1s;
}

.partner-section .item:nth-child(7) {
  transition-delay: 1.15s;
}

.partner-section .item:nth-child(8) {
  transition-delay: 1.3s;
}

.partner-section .item:nth-child(9) {
  transition-delay: 1.45s;
}

.partner-section .item:nth-child(10) {
  transition-delay: 1.6s;
}

.partner-section.section-show .item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.partner-section h2 {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  font-size: 42px;
  line-height: 44px;
  font-weight: 800;
}

.partner-section .partner-logo {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-section .partner-logo img {
  max-height: 100px;
}

.support-section {
  text-align: center;
}

.support-section .section-text {
  margin: 0 0 55px;
}

.support-section h2 {
  font-size: 60px;
  line-height: 70px;
  margin: 0 0 20px;
}

.product-description {
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 0 0;
  font-size: 16px;
  line-height: 36px;
}

.product-description .btn-help {
  margin: 0 0 35px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease 0.2s;
}

.show .product-description .btn-help {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-description h1 {
  font-weight: 900;
  margin: 0 0 10px;
  transition-delay: 0.3s;
}

.product-description p {
  margin: 0 0 35px;
  transition: all 0.2s ease;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.show .product-description p {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.product-description p:nth-child(1) {
  transition-delay: 0.4s;
}

.product-description p:nth-child(2) {
  transition-delay: 0.5s;
}

.product-description p:nth-child(3) {
  transition-delay: 0.6s;
}

.product-description p:nth-child(4) {
  transition-delay: 0.7s;
}

.product-description p:nth-child(5) {
  transition-delay: 0.8s;
}

.product-description p:nth-child(6) {
  transition-delay: 0.9s;
}

.product-description p:nth-child(7) {
  transition-delay: 1s;
}

.product-description p:nth-child(8) {
  transition-delay: 1.1s;
}

.product-description p:nth-child(9) {
  transition-delay: 1.2s;
}

.product-description p:nth-child(10) {
  transition-delay: 1.3s;
}

.screenshorts-section {
  position: relative;
  padding: 159px 0 126px;
  margin: -50px 0 10px;
}

.screenshorts-section > div {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease 0.2s;
}

.screenshorts-section .mobile {
  position: absolute;
  top: 0;
  right: 211px;
  transition-delay: 0.6s;
}

.screenshorts-section.section-show > div {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.screenshorts-section.screenshorts2 {
  padding: 0 0 145px;
  margin: 0 0 40px;
}

.screenshorts-section.screenshorts2 .mobile {
  top: 117px;
  right: 80px;
}

.sport-section2 {
  margin: 0 0 50px;
}

.sport-section2 .section-text {
  padding: 133px 0 0 95px;
}

.sport-section2 h2 {
  font-size: 60px;
  line-height: 71px;
  margin: 0 0 20px;
}

.points-list {
  text-align: center;
  font-size: 0;
  margin: 0 0 60px;
}

.points-list .item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 36px;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.2s ease 0.2s;
}

.points-list .img-holder {
  width: 226px;
  height: 226px;
  margin: 0 auto 25px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.points-list .title {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 10px;
}

.points-list .title:last-child {
  margin: 0;
}

.section-show .points-list .item {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.points-list .item:nth-child(1) {
  transition-delay: 0.5s;
}

.points-list .item:nth-child(2) {
  transition-delay: 0.7s;
}

.points-list .item:nth-child(3) {
  transition-delay: 0.9s;
}

.points-list .item:nth-child(4) {
  transition-delay: 1.1s;
}

.points-list .item:nth-child(5) {
  transition-delay: 1.3s;
}

.points-list .item:nth-child(6) {
  transition-delay: 1.5s;
}

.points-list .item:nth-child(7) {
  transition-delay: 1.7s;
}

.points-list .item:nth-child(8) {
  transition-delay: 1.9s;
}

.points-list .item:nth-child(9) {
  transition-delay: 2.1s;
}

.points-list .item:nth-child(10) {
  transition-delay: 2.3s;
}

.compatible-section {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 70px 0 90px;
  margin: 0 -60px;
}

.compatible-section h2 {
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0 8px 0 0;
}

.compatible-section .img-mobile {
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.4s ease 0.2s;
}

.compatible-section.section-show .img-mobile {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/**/
.mobile-show {
  display: none !important;
}

@media (max-width: 1519px) {
  /*main*/
  .section .ball {
    right: 0;
  }
  div.sport-image {
    margin: 0 0 0 125px;
  }
  /*case-studies*/
  .project-page .container {
    width: 1170px;
  }
  .project-list .item {
    width: 100%;
  }
}

@media (max-width: 1423px) {
  .wide-container .container {
    width: auto;
  }
  .expect-section .visual {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
  }
  .expect-section .list {
    min-width: 275px;
  }
  div.app-image {
    margin: 0 0 0 -15px;
  }
  div.build-image {
    margin: 0;
  }
  div.features-image {
    margin-right: -20px;
  }
  .team-img {
    margin-left: -150px;
  }
  div.steam-image {
    margin: 0 -40px 0 0;
  }
  .process-img {
    margin: 0 0 0 -50px;
  }
  /*main*/
  .section .ball {
    right: -60px;
  }
  div.sport-image {
    margin: 0 0 0 60px;
  }
  div.sport-image .basketball-text {
    left: -85px;
    top: 165px;
  }
  /*product*/
  div.dream-image {
    margin: 0 0 0 -20px;
  }
  div.wow-image {
    margin: 0 0 0 -100px;
  }
  .dream-section .section-text {
    margin: 0 -10px;
  }
  .wow-section {
    align-items: flex-start;
    margin: 0 0 100px;
  }
  .wow-section .section-text {
    margin: 0 -100px 0 0;
    padding: 0 15px 0 0;
  }
  .price-section .price-items {
    justify-content: space-between;
  }
  .price-section .price-list {
    margin: 0 -50px;
  }
  .price-section .price-list li {
    margin: 0 15px;
  }
  .price-section li.add-info-holder {
    margin: 0;
    right: -180px;
  }
  .price-section .note-text {
    padding: 30px 0 0;
  }
  .compatible-section {
    margin: 0;
  }
}

@media (max-width: 1399px) {
  #nav li {
    margin: 0 20px;
  }
}

@media (max-width: 1299px) {
  /*main*/
  .section .ball {
    right: -40px;
  }
  .section .ball img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  /**/
  .technologies {
    margin: 0 -50px 35px 0;
  }
  .technologies .item {
    padding: 0 30px 50px;
  }
  /**/
  .partner-section {
    margin: 0 -20px 90px;
  }
  .partner-section .item {
    width: 350px;
    height: 350px;
  }
  .partner-section h2 {
    margin: 0 -20px 10px;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 20px;
    line-height: 36px;
  }
  h1,
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
  #nav li {
    margin: 0 10px;
  }
  .socials {
    font-size: 24px;
    padding: 1px 10px 0 0;
  }
  .section {
    margin: 0 0 50px;
  }
  .expect-section .visual {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    width: 40%;
  }
  .expect-section .list {
    min-width: 240px;
  }
  .build-crutch,
  .section .ball {
    display: none;
  }
  div.expect-image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0;
  }
  div.sport-image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 0 0 25px;
  }
  div.dev-image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 0 0 -70px;
  }
  div.app-image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 0 0 -60px;
  }
  div.build-image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 0 0 50px;
  }
  div.features-image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: -70px 0 0 -80px;
  }
  .team-img-box {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .team-img {
    margin: 0 0 30px -270px;
  }
  .process-img-box {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 0 80px;
  }
  .process-img {
    margin: 0 0 0 -140px;
  }
  .build-section .visual {
    padding-bottom: 30px;
  }
  .skills-table {
    margin: -45px 0 30px;
  }
  .skills-cell {
    vertical-align: middle;
  }
  .img-skills1,
  .img-skills2 {
    margin: 0;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .img-skills2 {
    margin: 0 -50px 0 0;
  }
  .skills-title {
    font-size: 90px;
  }
  .skills-holder {
    font-size: 18px;
    line-height: 24px;
  }
  .way-box .heading {
    margin: 0 0 70px;
  }
  .way-box h2 {
    font-size: 50px;
  }
  .way-holder .giraffe-left {
    top: 135px;
    width: 175px;
    margin: 0;
  }
  .way-holder .giraffe-right {
    top: 80px;
    width: 200px;
    margin: 0 0 0 -50px;
  }
  .year-list {
    margin: 0 -35px 70px;
  }
  .year-list li {
    font-size: 22px;
  }
  .year-list li strong {
    font-size: 60px;
  }
  .contact-holder {
    margin: 0 60px 0 0;
  }
  div.steam-image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 0 0 -30px;
  }
  .text-md {
    font-size: 30px;
  }
  .list {
    font-size: 18px;
    line-height: 26px;
  }
  .list li {
    margin: 0 0 10px;
  }
  .list li:before {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }
  .team-item {
    width: 25%;
  }
  .team-item .visual {
    padding: 0 10px;
  }
  .team-item .team-name {
    font-size: 22px;
  }
  /*blog*/
  .blog-page .main {
    padding-bottom: 20px;
  }
  .post-list .post {
    width: 33.33%;
  }
  /*single post*/
  .blog #wrapper {
    padding: 310px 0 30px;
  }
  /*case-studies*/
  .project-page .container {
    width: 970px;
  }
  /**/
  .technologies-description h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .tech-image {
    height: 655px;
    background-image: url("../images/technologies/tech-giraffe-small.svg");
    -webkit-background-size: 287px 492px;
    background-size: 287px 492px;
  }
  .tech-image .fig1 {
    bottom: 85px;
  }
  .tech-image .fig9 {
    bottom: 130px;
  }
  .technologies {
    padding: 15px 0 0;
    margin: 0 -20px 35px 0;
  }
  .technologies .item {
    padding: 0 30px 50px;
  }
  .technologies h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .technologies h4 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 5px;
  }
  .technologies .web .item {
    padding: 0 0 40px 40px;
  }
  .technologies .web h3 {
    margin: 0 0 20px;
  }
  .technologies-block .holder {
    min-width: 400px;
  }
  .style-arrow {
    font-size: 16px;
    line-height: 24px;
  }
  .style-arrow li {
    margin: 0 0 26px;
  }
  .style-arrow li:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /*product*/
  .product-page .main {
    padding: 0 0 20px;
  }
  div.dream-image {
    margin: -30px 0 0 -40px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  div.wow-image {
    margin: 0 0 -80px -100px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  div.get-image {
    margin: -40px 0 0 -70px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  div.price-image {
    display: none;
  }
  div.support-image {
    margin: 0 auto -50px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  div.sport-image2 {
    margin: -50px 0 -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .dream-section {
    padding: 50px 0 25px;
  }
  .dream-section .section-text {
    margin: 0;
    padding: 0;
  }
  .dream-section h1 strong {
    display: inline;
  }
  .question-section {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 120px;
  }
  .question-section .text-lg {
    font-size: 62px;
    line-height: 70px;
  }
  .wow-section .section-text {
    margin: 0 -160px 0 0;
  }
  .get-section .section-text {
    padding: 60px 0 0 30px;
  }
  .get-section h2 {
    margin: 0 0 40px;
  }
  .price-section .item {
    padding: 0 15px 0 0;
  }
  .price-section .item + .item {
    padding: 0 0 0 15px;
  }
  .price-section .price-list {
    margin: 0 -5px;
  }
  .price-section .price-list li {
    width: 210px;
    height: 210px;
    margin: 0 5px;
  }
  .price-section .price-list .holder {
    padding: 32px 0;
  }
  .price-section .price-list .title {
    font-size: 30px;
  }
  .price-section .price-list .old-price {
    font-size: 26px;
  }
  .price-section .price-list .price {
    font-size: 42px;
  }
  .price-section li.add-info-holder {
    margin: 0;
    width: 180px;
    height: 180px;
    right: -100px;
  }
  .price-section .add-info {
    font-size: 20px;
    line-height: 26px;
  }
  .price-section .add-info .plus {
    font-size: 62px;
    margin: -20px 0 -5px;
  }
  .price-section .add-info .add-price {
    font-size: 36px;
    line-height: 50px;
  }
  .partner-section {
    margin: 0 -20px 70px;
  }
  .partner-section .item {
    margin: 0 10px;
    width: 300px;
    height: 300px;
  }
  .partner-section .item .holder {
    padding: 50px 40px;
  }
  .partner-section h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .partner-section .partner-logo img {
    max-height: 70px;
  }
  .support-section .section-text {
    margin: 0;
  }
  .screenshorts-section {
    padding: 130px 0 70px;
    margin: -40px 0 0;
  }
  .screenshorts-section .mobile {
    right: 180px;
    width: 270px;
  }
  .screenshorts-section.screenshorts2 {
    padding: 0 0 115px;
  }
  .sport-section2 .section-text {
    padding: 40px 0 0 35px;
  }
  .sport-section2 h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 10px;
  }
  .compatible-section {
    padding: 40px 0 70px;
  }
  .price-section {
    min-height: 0;
    padding: 0 0 50px;
  }
}

@media (max-width: 991px) {
  .mobile-br {
    display: block;
  }
  .btn-menu {
    display: block;
    float: none;
  }
  .btn-menu i {
    background: #000;
  }
  .btn-menu i:before, .btn-menu i:after {
    background: #000;
  }
  .nav-wrap {
    top: 10px;
    left: 10px;
    right: auto;
    width: auto;
  }
  .nav-holder {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border-radius: 36px;
    border: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  .nav-holder:after {
    display: none;
  }
  #nav {
    font-size: 0;
    text-align: left;
    float: none;
  }
  .show #nav {
    opacity: 0;
    visibility: hidden;
  }
  .show #nav li {
    display: block;
    margin: 0;
    opacity: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
  }
  .show #nav li.active > a {
    padding: 0;
    border-bottom: none;
    background: none;
    color: #0fa5f1;
  }
  .show #nav li a {
    padding: 0;
  }
  .menu-open .show #nav {
    opacity: 1;
    visibility: visible;
    padding: 0 0 15px;
  }
  .menu-open .show #nav li {
    opacity: 1;
    overflow: hidden;
    width: auto;
    min-width: 260px;
    font-size: 16px;
    line-height: 20px;
  }
  .menu-open .show #nav li.active > a {
    padding: 10px 30px;
  }
  .menu-open .show #nav a {
    padding: 10px 30px;
  }
  .menu-open .show #nav .drop {
    position: static;
    opacity: 1;
    visibility: visible;
    width: auto;
    padding: 0;
  }
  .menu-open .show #nav .drop ul {
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: none;
  }
  .menu-open .show #nav .drop li:nth-child(1) {
    transition-delay: 0.35s;
  }
  .menu-open .show #nav .drop li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .menu-open .show #nav .drop li:nth-child(3) {
    transition-delay: 0.45s;
  }
  .menu-open .show #nav .drop li:nth-child(4) {
    transition-delay: 0.5s;
  }
  .menu-open .show #nav .drop li:nth-child(5) {
    transition-delay: 0.55s;
  }
  .menu-open .show #nav .drop li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .menu-open .show #nav .drop li:nth-child(7) {
    transition-delay: 0.65s;
  }
  .menu-open .show #nav .drop li:nth-child(8) {
    transition-delay: 0.7s;
  }
  .menu-open .show #nav .drop li:nth-child(9) {
    transition-delay: 0.75s;
  }
  .menu-open .show #nav .drop li:nth-child(10) {
    transition-delay: 0.8s;
  }
  .menu-open .show #nav .drop li.active a {
    padding: 10px 50px;
  }
  .menu-open .show #nav .drop a {
    padding: 10px 50px;
  }
  .socials {
    float: none;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .show .socials {
    opacity: 0;
    visibility: hidden;
    padding: 0;
  }
  .show .socials li {
    opacity: 0;
    font-size: 0;
    line-height: 0;
  }
  .menu-open .show .socials {
    opacity: 1;
    visibility: visible;
  }
  .menu-open .show .socials li {
    opacity: 1;
    font-size: 26px;
    line-height: 1;
    margin: 0;
  }
  .menu-open .show .socials a {
    display: block;
    padding: 7px 10px;
  }
  .menu-open .show .socials .clutch a {
    width: 40px;
    padding: 8px 10px;
  }
  .center-block {
    margin: 0 auto 40px;
  }
  .section {
    display: block;
  }
  .section:nth-child(even) .visual,
  .section .visual {
    width: 100%;
    text-align: center;
    padding: 0 0 30px !important;
  }
  .section .anim-image {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .section .expect-image {
    margin: 0 0 -80px;
  }
  .section .dev-image {
    margin: 0 0 0 -60px;
  }
  .section .build-image {
    margin: -20px -80px 20px 0;
  }
  .section .sport-image {
    margin: 0 -100px 0 0;
  }
  .section .sport-image2 {
    margin: -60px 0;
  }
  .sport-section .section-text {
    max-width: none;
  }
  .process-section .section-text br {
    display: none;
  }
  /*process-img-box*/
  .process-img-box {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    margin: 0 0 20px;
  }
  .process-img {
    margin: -80px 0 0 -260px;
  }
  /*team-img-box*/
  .team-img-box {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .team-img {
    margin: 0 0 -60px -50%;
  }
  /*skills-section*/
  .skills-table {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 60px;
  }
  .skills-cell {
    display: block;
    text-align: center;
    width: 50%;
  }
  .skills-cell:nth-child(2) {
    order: 1;
  }
  .skills-cell:nth-child(4) {
    order: 2;
  }
  .skills-holder {
    font-size: 22px;
    line-height: 26px;
    height: auto;
  }
  .skills-title {
    font-size: 85px;
  }
  .img-skills2,
  .img-skills1 {
    margin: 0 auto -160px;
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .way-box .heading {
    margin: 0 0 40px;
  }
  .way-holder .year-list + .text-md {
    max-width: 230px;
    margin: 0 auto;
    padding: 10px 0 60px;
  }
  .way-holder .giraffe-left {
    top: 265px;
    width: 140px;
    margin: 0 -160px 0 0;
  }
  .way-holder .giraffe-right {
    top: 255px;
    width: 140px;
    margin: 0 0 0 -175px;
  }
  .contact-holder {
    width: 50%;
    margin: 0 30px 0 0;
  }
  .team-item {
    width: 33.33%;
  }
  /**/
  html:not(.home-page) #wrapper {
    padding: 225px 0 0;
  }
  body.blog #wrapper {
    padding-bottom: 30px;
  }
  .section-show .top-image-static,
  .top-image-static,
  html:not(.home-page) .top-image {
    top: -192px;
  }
  /*blog*/
  .post-list {
    margin: 0 -10px;
  }
  .post-list .post {
    width: 50%;
    padding: 0 10px 20px;
  }
  .post-list .post:last-child {
    padding-bottom: 0;
  }
  /*single post*/
  /*case-studies*/
  .project-page .container {
    width: 760px;
  }
  .project-mobile-list.draft11 .item,
  .project-mobile-list.koorakings .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .project-mobile-list .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  /**/
  .technologies-description {
    margin: 0 auto 50px;
  }
  .show .tech-image-block {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .tech-image {
    margin: -80px 0 -30px -170px;
    height: 817px;
    background-image: url("../images/technologies/tech-giraffe.svg");
    -webkit-background-size: 287px 492px;
    background-size: 287px 492px;
  }
  .tech-image .fig1 {
    bottom: 195px;
  }
  .tech-image .fig9 {
    bottom: 260px;
  }
  /*product*/
  .section div.wow-image {
    margin: -40px 0;
  }
  .section div.get-image {
    margin: -40px 0;
  }
  div.price-image {
    bottom: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .dream-section {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
  }
  .dream-section .section-text {
    text-align: center;
  }
  .question-section {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 50px;
  }
  .question-section .text-lg {
    font-size: 52px;
    line-height: 60px;
  }
  .wow-section {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wow-section .text-holder {
    width: 100%;
  }
  .wow-section .section-text {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .get-section .section-text {
    padding: 0;
  }
  .price-section {
    line-height: 27px;
    margin: 0;
  }
  .price-section h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .price-section .price-list {
    padding: 0 0 140px;
  }
  .price-section .price-list li {
    width: 160px;
    height: 160px;
  }
  .price-section .price-list .holder {
    padding: 23px 0;
  }
  .price-section .price-list .title {
    font-size: 22px;
  }
  .price-section .price-list .title .text-sm {
    font-size: 14px;
  }
  .price-section .price-list .title .text-sm strong {
    font-size: 20px;
    line-height: 20px;
  }
  .price-section .price-list .old-price {
    font-size: 20px;
  }
  .price-section .price-list .price {
    font-size: 26px;
  }
  .price-section li.add-info-holder {
    width: 140px;
    height: 140px;
    right: -80px;
  }
  .price-section .add-info {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 13px;
  }
  .price-section .add-info .plus {
    font-size: 52px;
    margin: -15px 0 -5px;
  }
  .price-section .add-info .add-price {
    font-size: 28px;
    line-height: 46px;
  }
  .price-section .plus-text {
    font-size: 20px;
    line-height: 22px;
  }
  .price-section .plus-text .plus {
    font-size: 40px;
  }
  .price-section .plus-text .price {
    font-size: 32px;
  }
  .price-section .note-text {
    padding: 30px 0 0;
  }
  .partner-section {
    margin: 0 0 50px;
  }
  .partner-section .item {
    width: 340px;
    height: 340px;
    margin: 0 10px;
  }
  .partner-section .item .holder {
    padding: 50px 30px;
  }
  .partner-section h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .partner-section .partner-logo img {
    max-height: 90px;
  }
  .support-section h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .screenshorts-section {
    padding: 80px 0 70px;
    margin: -20px 0 0;
  }
  .screenshorts-section .mobile {
    width: 200px;
    right: 140px;
  }
  .points-list .item {
    width: 240px;
    line-height: 27px;
  }
  .points-list .img-holder {
    width: 180px;
    height: 180px;
  }
  .points-list .title {
    font-size: 22px;
  }
  .sport-section2 {
    margin: 0 0 80px;
  }
  .sport-section2 .section-text {
    padding: 0;
    text-align: center;
  }
  .compatible-section {
    padding: 0 0 70px;
  }
  .compatible-section h2 {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    font-size: 26px;
  }
}

@media (max-width: 767px), (max-width: 991px) and (orientation: landscape) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .text-md {
    font-size: 24px;
  }
  body {
    font-size: 16px;
    line-height: 27px;
  }
  .center-block {
    line-height: 27px;
  }
  .home-page h1, .home-page h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .list {
    font-size: 16px;
    line-height: 22px;
  }
  .list li {
    padding: 0 0 0 35px;
  }
  .list li:before {
    -webkit-transform: scale(0.59);
    transform: scale(0.59);
    left: 0;
    top: -3px;
  }
  .top-image {
    -webkit-transform: scale(0.7) translateX(-87%);
    -ms-transform: scale(0.7) translateX(-87%);
    transform: scale(0.7) translateX(-87%);
    margin: 0;
  }
  .section-show .top-image {
    top: -182px;
  }
  html:not(.home-page) #wrapper,
  .home-page #wrapper {
    padding: 150px 0 0;
  }
  body.blog #wrapper {
    padding-bottom: 30px;
  }
  .logo {
    -webkit-transform: scale(0.67);
    transform: scale(0.67);
    margin: 0;
    left: 50%;
    -webkit-transform: scale(0.67) translateX(-77%);
    -ms-transform: scale(0.67) translateX(-77%);
    transform: scale(0.67) translateX(-77%);
  }
  .center-block {
    margin: 0;
  }
  .center-block h1 {
    margin: 0 0 15px;
  }
  .style1 li:nth-child(4n+2):before {
    top: -5px;
    left: -6px;
  }
  .style2 li:before {
    left: -4px;
  }
  .style3 li:before {
    top: -7px;
    left: -4px;
  }
  .style4 li:before {
    top: -10px;
    left: -10px;
  }
  .main {
    padding: 70px 0 20px;
  }
  .section {
    margin: 0 0 50px;
  }
  .section .visual {
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .section .anim-image {
    display: block;
    margin: 0;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
  .section .expect-image {
    margin: 0 0 -300px;
  }
  .section .dev-image {
    margin: 0 0 -215px -40px;
  }
  .section .build-image {
    margin: 0 0 -220px 50px;
  }
  .section .features-image {
    margin: 0 0 -320px -17px;
  }
  .section .sport-image {
    margin: 0 0 -210px 50px;
  }
  .section .sport-image .sport-text {
    font-size: 24px;
  }
  .section .sport-image .football-text {
    font-size: 34px;
  }
  .section .sport-image .basketball-text {
    top: 150px;
    left: -85px;
    font-size: 30px;
  }
  .section .sport-image .baseball-text {
    font-size: 30px;
  }
  .section .sport-image2 {
    margin: -20px 0 -170px;
  }
  .expect-section {
    text-align: center;
  }
  .expect-section .text-holder {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .expect-section h2 {
    margin: 0 0 10px;
  }
  .expect-section .list-holder {
    display: block;
    padding: 0 0 15px;
  }
  .expect-section .list {
    padding: 0;
  }
  .process-section {
    margin: 0 0 100px;
  }
  .process-section .section-text {
    line-height: 27px;
  }
  .process-section .text-center {
    margin: 0 0 30px;
  }
  .sport-section {
    padding: 35px 0 0;
  }
  /*process-img-box*/
  .process-img-box {
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .process-img {
    margin: 0 0 -230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /*team-img-box*/
  .section-show .team-img-box {
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .team-img {
    padding: 0;
    margin: 0 0 -270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .animate-on .team-img {
    animation: none;
  }
  .way-box {
    margin: 0 0 30px;
  }
  .way-box .heading {
    height: 93px;
    margin: 0 0 30px;
  }
  .way-box h2 {
    font-size: 32px;
  }
  .year-list {
    margin: 0 -25px 40px;
  }
  .year-list li {
    font-size: 18px;
    padding: 5px 25px;
  }
  .year-list li:before {
    display: none;
    left: 50%;
    top: -7px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .year-list li strong {
    font-size: 40px;
  }
  .way-holder .year-list + .text-md {
    max-width: 190px;
    padding: 40px 0 60px;
  }
  .way-holder .giraffe-left {
    top: 245px;
    width: 120px;
    margin: 0 -150px 0 0;
  }
  .way-holder .giraffe-right {
    top: 225px;
    width: 130px;
    margin: 0 0 0 -165px;
  }
  .portfolio-slider {
    margin: 20px 0 50px;
  }
  .portfolio-slider .slick-list {
    overflow: hidden;
  }
  .portfolio-slider .slick-slide {
    padding: 0;
  }
  .portfolio-slider .slick-center .portfolio-visual {
    margin: 0;
  }
  .portfolio-slider .portfolio-visual {
    padding: 70% 0 0;
  }
  .portfolio-slider .slick-arrow {
    display: none !important;
  }
  .contact-holder {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .form-control {
    height: 36px;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 10px;
  }
  label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .skills-section {
    padding: 50px 0 0;
  }
  .skills-table {
    margin: 20px 0 50px;
  }
  .skills-cell:nth-child(1), .skills-cell:nth-child(3) {
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .img-skills2,
  .img-skills1 {
    margin: 0 0 -210px;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
  .skills-holder {
    font-size: 18px;
    line-height: 24px;
  }
  .skills-title {
    font-size: 70px;
  }
  .contact-info-list {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }
  .contact-info-list strong {
    font-size: 16px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .instagram-list {
    margin: 20px 0 0;
  }
  .instagram-item {
    width: 100%;
    padding: 0 0 20px;
  }
  .team-list {
    margin: 30px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .team-item {
    width: 60%;
    padding: 0;
    float: left;
    text-align: left;
    margin: 0 0 -25px;
  }
  .team-item .visual {
    margin: 0 0 7px;
    padding: 0 40px 0 0;
  }
  .team-item:nth-child(even) {
    float: right;
    text-align: right;
  }
  .team-item:nth-child(even) .visual {
    padding: 0 0 0 40px;
  }
  .team-item .team-name {
    font-size: 21px;
  }
  .nav-holder {
    padding: 9px;
    left: 10px;
    top: 10px;
  }
  .btn-menu {
    width: 52px;
    height: 51px;
    padding: 14px;
    margin: -3px;
    float: none;
  }
  .btn-menu i {
    width: 24px;
    height: 3px;
    margin: 10px 0 0;
  }
  .btn-menu i:after, .btn-menu i:before {
    height: 3px;
    width: 100%;
    top: -9px;
  }
  .btn-menu i:after {
    top: 9px;
  }
  #nav {
    margin: 0 -9px;
    font-size: 0;
  }
  #nav li {
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 0;
  }
  #nav a {
    padding: 0;
  }
  .menu-open #nav li {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  .menu-open #nav a {
    padding: 8px 40px 8px 16px;
  }
  .team-page h1 {
    font-size: 36px;
    line-height: 40px;
  }
  /*single post*/
  .blog #wrapper {
    padding: 165px 0 15px;
  }
  .top-image-static {
    -webkit-transform: scale(0.5) translateX(-100%);
    -ms-transform: scale(0.5) translateX(-100%);
    transform: scale(0.5) translateX(-100%);
    margin: 0;
    top: -182px;
  }
  .post-single {
    font-size: 14px;
    line-height: 20px;
  }
  .post-single h3,
  .post-single .entry-title {
    font-size: 18px;
    line-height: 22px;
  }
  .post-img-right,
  .post-img-left {
    float: none;
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
  }
  .interested-text {
    font-size: 16px;
    line-height: 22px;
  }
  .post-navigation {
    margin: 30px 0 0;
  }
  /**/
  .technologies-page .container {
    line-height: 27px;
  }
  .technologies-description {
    padding: 15px 0 0;
  }
  .technologies-description h1 {
    margin: 0;
  }
  .show .tech-image-block {
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .tech-image {
    height: 655px;
    background-image: url("../images/technologies/tech-giraffe-small.svg");
    -webkit-background-size: 287px 492px;
    background-size: 287px 492px;
    margin: 0 0 -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tech-image .fig1 {
    bottom: 85px;
  }
  .tech-image .fig9 {
    bottom: 130px;
  }
  .technologies .item {
    padding: 0 30px 30px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .technologies-block .holder {
    min-width: auto;
  }
  .technologies-block ul {
    min-height: auto;
  }
  .technologies-block ul li {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin: 0;
  }
  .style-arrow {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .style-arrow li {
    padding: 0 0 0 35px;
  }
  .style-arrow li:before {
    -webkit-transform: scale(0.59);
    transform: scale(0.59);
    left: 0;
    top: 100%;
  }
  .disable-anim-mobile .web h3 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .disable-anim-mobile.show-box > h2 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /*product*/
  .product-page {
    font-size: 16px;
    line-height: 27px;
  }
  .product-page h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .product-page h2 strong {
    display: inline;
  }
  .product-page .section .visual {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .product-description {
    line-height: 27px;
  }
  .product-description p {
    margin: 0 0 20px;
  }
  .section div.dream-image {
    margin: 60px 0 -180px;
  }
  .section div.dream-image .giraffe-small {
    right: 15px;
  }
  .section div.wow-image {
    margin: -40px 0 -120px;
  }
  .section div.wow-image .plane {
    right: 60px;
  }
  .section div.wow-image .plane-fig {
    bottom: 30px;
    left: 40px;
  }
  .section div.wow-image .wow-text {
    left: 65px;
    bottom: 80px;
  }
  .section div.get-image {
    margin: 0 0 -190px;
  }
  div.support-image {
    margin: 30px 0 -150px;
    position: relative;
    left: 50%;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(0.7) translateX(-50%);
    -ms-transform: scale(0.7) translateX(-50%);
    transform: scale(0.7) translateX(-50%);
  }
  .question-section {
    font-size: 22px;
    line-height: 30px;
  }
  .question-section .text-lg {
    font-size: 42px;
    line-height: 50px;
  }
  .wow-section p br {
    display: none;
  }
  .get-section h2 {
    margin: 0 0 20px;
  }
  .price-section .price-items {
    display: block;
  }
  .price-section .item {
    max-width: none;
    padding: 0 0 50px;
  }
  .price-section .item:last-child {
    padding: 0;
  }
  .price-section:last-child .item {
    padding: 0 0 30px;
  }
  .price-section .desc-text {
    max-width: none;
    margin: 0 0 20px;
  }
  .price-section li.add-info-holder {
    right: 50%;
    margin: 0 -70px 0 0;
  }
  .price-section .plus-text {
    max-width: none;
  }
  .price-section .note-text {
    padding: 0;
  }
  .partner-section .item {
    width: 290px;
    height: 290px;
  }
  .partner-section .item .holder {
    padding: 40px;
  }
  .screenshorts-section {
    padding: 0;
    margin: 0;
  }
  .screenshorts-section .desktop {
    position: absolute;
    left: 50%;
    top: 120px;
    width: 720px;
    margin: 0 0 0 -360px;
  }
  .screenshorts-section .mobile {
    width: 290px;
    margin: 0 auto;
    position: static;
  }
  .screenshorts-section.screenshorts2 {
    padding: 0;
  }
  .compatible-section {
    display: block;
    position: relative;
    padding: 220px 0 70px;
  }
  .compatible-section h2 {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 220px;
    margin: 0 0 0 -110px;
    padding: 0;
    text-align: left;
    line-height: 1;
    -webkit-transform: scale(0) rotate(-90deg);
    -ms-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg);
  }
  .compatible-section.show-box.section-show > h2 {
    -webkit-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }
  .compatible-section .img-mobile {
    padding: 160px 0;
    width: 290px;
    margin: 0 auto;
  }
  .compatible-section .img-mobile img {
    -webkit-transform: scale(1.6) rotate(-90deg);
    -ms-transform: scale(1.6) rotate(-90deg);
    transform: scale(1.6) rotate(-90deg);
  }
  .points-list .item {
    display: block;
    width: auto;
    padding: 15px 0;
  }
  .points-list.mobile-list-item .item + .item {
    padding-top: 36px;
  }
  .points-list.mobile-list-item .item + .item:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -11px;
    width: 22px;
    height: 21px;
    background: url(../images/list2-bul1.svg) no-repeat 50% 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .scroll-down {
    display: none;
  }
  .btn-help-holder {
    width: 100%;
    max-width: 470px;
  }
  .btn {
    font-size: 18px;
    line-height: 24px;
    min-width: 290px;
  }
  .btn span {
    padding: 10px 10px 9px;
  }
  /*blog*/
  .post-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
  }
  /*case-studies*/
  .case-studies-list {
    display: block;
    margin: 0 auto;
    max-width: 577px;
  }
  .case-studies-list .item {
    padding: 0 0 30px;
  }
  .case-studies-list .item-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
  }
  .project-page .container {
    width: auto;
  }
  .project-description {
    padding: 15px 0 0;
  }
  .project-description h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .project-list .item img {
    max-width: 100%;
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
  }
  .project-mobile-list .item img {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
  }
  .project-mobile-list.picking-duck {
    margin: 0 -15px;
  }
  /**/
  .technologies-page .main {
    padding-bottom: 40px;
  }
  .technologies {
    display: block;
    padding: 0 0 20px;
    margin: 0;
  }
  .technologies .item {
    padding: 0 0 20px;
  }
  .technologies h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .technologies h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .technologies .web {
    padding: 0;
  }
  .technologies .web .item {
    padding: 0 0 20px 20px;
  }
  .technologies .web h3 {
    margin: 0 0 10px;
  }
  .technologies-block .holder {
    min-width: auto;
  }
  .technologies-block .holder:before {
    transform: skew(0, 35deg);
  }
  .technologies-block .holder:after {
    left: 1px;
    right: -8px;
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
  }
  .technologies-block ul {
    min-height: auto;
  }
}

@media (max-width: 649px) {
  .partner-section .item {
    display: block;
    margin: 0 auto 20px;
  }
}

@media (max-width: 479px) {
  .process-img-box,
  .section-show .team-img-box {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  .process-img {
    margin: 0 0 -340px;
  }
  .team-img {
    margin: 0 0 -400px;
  }
  .skills-cell:nth-child(1), .skills-cell:nth-child(3) {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .img-skills2,
  .img-skills1 {
    margin: 0 0 -250px;
  }
  .year-list {
    padding: 0;
    margin: 0 -10px 40px;
  }
  .year-list li {
    font-size: 15px;
    padding: 5px 10px;
  }
  .year-list li strong {
    font-size: 35px;
  }
  .way-box .heading {
    height: auto;
  }
  .way-holder {
    max-width: 300px;
    margin: 0 auto;
  }
  .way-holder .year-list + .text-md {
    max-width: 150px;
    padding: 0 0 40px;
  }
  .way-holder .giraffe-left {
    top: auto;
    bottom: 100px;
    width: 90px;
    margin: 0 -80px 0 0;
  }
  .way-holder .giraffe-right {
    top: auto;
    bottom: 100px;
    width: 100px;
    margin: 0 0 0 -110px;
  }
  /*blog*/
  .post-list .post {
    width: 100%;
  }
  /*case-studies*/
  .project-mobile-list {
    display: block;
  }
  .project-mobile-list .item img {
    width: 100%;
  }
  .project-mobile-list.picking-duck {
    margin: 0 -15px;
  }
  /*product*/
  .price-section .price-list {
    margin: 0 -15px;
  }
  .price-section .price-list li {
    width: 150px;
    height: 150px;
  }
  .price-section li.add-info-holder {
    width: 140px;
    height: 140px;
  }
  .price-section .plus-text {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 374px) {
  /*product*/
  .product-page .section .visual {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .section div.dream-image {
    margin: 60px 0 -280px;
  }
  .section div.wow-image {
    margin: -60px 0 -160px;
  }
  .section div.wow-image .plane {
    right: 20px;
  }
  .section div.get-image {
    margin: 0 0 -310px;
  }
  .section .sport-image2 {
    margin: 0 0 -250px;
  }
  div.support-image {
    margin: 30px 0 -280px;
    -webkit-transform: scale(0.5) translateX(-50%);
    -ms-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%);
  }
}

@media (max-width: 340px) {
  .team-item {
    font-size: 16px;
    line-height: 20px;
  }
  .team-item .team-name {
    font-size: 18px;
  }
}

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