/* Slider */

.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  color: transparent;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  text-align: center;
  content: '';
  border-radius: 50%;
  opacity: 0.25;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  line-height: 1;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

blockquote {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-align: left;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.img--center {
  margin: 0 auto;
}

.sprite {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #7b592a;
}

.wrapper {
  overflow: hidden;
}

.container {
  position: relative;
  width: 320px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  display: inline-block;
  padding: 5px 20px;
  font-family: "Pacifico", cursive;
  font-size: 20px;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
}

.logo__accent {
  color: #e67615;
}

.logo>img{
  display: block;
  width: 100px;
}

.title {
  font-family: "Amatic SC", serif;
  font-weight: 700;
  color: #4d351b;
}

.button {
  position: relative;
  display: block;
  width: 240px;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #ae202e;
  background: -moz-linear-gradient(top, #ae202e 0%, #f13e58 100%);
  background: -webkit-linear-gradient(top, #ae202e 0%,#f13e58 100%);
  background: linear-gradient(to bottom, #ae202e 0%,#f13e58 100%);
  border-radius: 10px;
  -webkit-box-shadow: 0 24px 48px 0 rgba(224, 79, 49, 0.3);
  box-shadow: 0 24px 48px 0 rgba(224, 79, 49, 0.3);
}

.button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #f13e58;
  background: -moz-linear-gradient(top, #f13e58 0%, #ae202e 100%);
  background: -webkit-linear-gradient(top, #f13e58 0%,#ae202e 100%);
  background: linear-gradient(to bottom, #f13e58 0%,#ae202e 100%);
  opacity: 1;
  -webkit-transition: opacity .7s;
  -o-transition: opacity .7s;
  transition: opacity .7s;
}

.button:hover::before {
  opacity: 0;
}

.button__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  vertical-align: middle;
}

.button__icon-svg {
  fill: url(#gradient-03);
}

.button__inner {
  position: relative;
  z-index: 2;
}

.next-button {
  position: relative;
  z-index: 10;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 40px 0 rgba(224, 79, 49, 0.25);
  box-shadow: 0 20px 40px 0 rgba(224, 79, 49, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffaf51), to(#ffe259));
  background: -o-linear-gradient(bottom, #ffaf51 0%, #ffe259 100%);
  background: linear-gradient(to top, #ffaf51 0%, #ffe259 100%);
}

.next-button:hover .next-button__arrow--1 {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.next-button:hover .next-button__arrow--2 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.next-button:hover .next-button__arrow--3 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.next-button:hover .next-button__arrow--4 {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.next-button__arrow {
  width: 20px;
  height: 3px;
  margin: 1px;
  background: #fff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.next-button__arrow--1 {
  position: absolute;
  bottom: 35%;
  left: 25%;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next-button__arrow--2 {
  position: absolute;
  bottom: 35%;
  left: 45%;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.next-button__arrow--3 {
  position: absolute;
  bottom: 54%;
  left: 25%;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next-button__arrow--4 {
  position: absolute;
  bottom: 54%;
  left: 45%;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.discount {
  position: relative;
  display: inline-block;
  text-align: center;
}

.discount::before {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  content: '';
  background: #ffc054;
  border-radius: 50%;
}

.discount__buble {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 131px;
  height: 160px;
  margin-top: -8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.discount__buble img {
  -webkit-transform: rotate(-100deg);
  -ms-transform: rotate(-100deg);
  transform: rotate(-100deg);
}

.discount__title {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: .9;
  color: #4d351b;
  text-transform: uppercase;
}

.discount__value {
  position: relative;
  z-index: 2;
  font-size: 44px;
  font-weight: 600;
  line-height: .9;
  color: #fff;
}

.discount__value-accent {
  font-size: 17px;
  font-weight: 700;
}

.price {
  display: table;
  width: 100%;
  text-align: center;
}

.price__item {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.price__new {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #ffc054;
}

.price__old {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #34363a;
}

.price__old::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #34363a;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form {
  max-width: 290px;
}

.form__inner {
  position: relative;
  padding: 135px 15px 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 77px 81px 0 rgba(224, 79, 49, 0.15);
  box-shadow: 0 77px 81px 0 rgba(224, 79, 49, 0.15);
}

.form__discount {
  position: absolute;
  top: 10px;
  right: 80px;
  z-index: 2;
}

.form__title {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #4d351b;
  text-transform: uppercase;
}

.form__list {
  margin-bottom: 30px;
}

.form__item {
  margin-bottom: 15px;
}

.form__item:last-child {
  margin-bottom: 0;
}

.form__item--select {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#f3f3f3));
  background: -o-linear-gradient(left, #f0f0f0 0%, #f3f3f3 100%);
  background: linear-gradient(90deg, #f0f0f0 0%, #f3f3f3 100%);
}

.form__item--select::after {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 10px;
  height: 10px;
  content: '';
  border: solid #373737;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form__select {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 60px;
  color: #373737;
  text-transform: uppercase;
  background: transparent;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form__input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#f3f3f3));
  background: -o-linear-gradient(left, #f0f0f0 0%, #f3f3f3 100%);
  background: linear-gradient(90deg, #f0f0f0 0%, #f3f3f3 100%);
  border-radius: 5px;
}

.form__input::-webkit-input-placeholder {
  color: #373737;
}

.form__input::-moz-placeholder {
  color: #373737;
}

.form__input:-ms-input-placeholder {
  color: #373737;
}

.form__input::-ms-input-placeholder {
  color: #373737;
}

.form__input::placeholder {
  color: #373737;
}

.form__price {
  margin-bottom: 20px;
}

.form__button {
  width: 100%;
  padding: 20px 10px;
  margin-right: auto;
  margin-left: auto;
}

.form__target {
  position: relative;
  display: inline-block;
  padding-right: 45px;
  margin-bottom: 20px;
  font-family: "Amatic SC", serif;
  font-size: 48px;
  font-weight: 700;
  color: #4d351b;
  text-align: center;
}

.form__target-wrapper {
  text-align: center;
}

.form__target-arrow {
  position: absolute;
  top: -35px;
  right: -20px;
  display: block;
  width: 60px;
  height: 70px;
  border: solid #ffc054;
  border-width: 0 4px 4px 0;
  border-bottom-right-radius: 90%;
}

.form__target-arrow::after {
  position: absolute;
  top: 0;
  right: -10px;
  width: 16px;
  height: 16px;
  content: '';
  border: solid #ffc054;
  border-width: 4px 0 0 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaf51), to(#ffe259));
  background: -o-linear-gradient(top, #ffaf51 0%, #ffe259 100%);
  background: linear-gradient(to bottom, #ffaf51 0%, #ffe259 100%);
}

.header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffc054;
  background-image: -o-linear-gradient(top, transparent 50%, #fff 50%), -o-linear-gradient(264deg, transparent 50%, #ffc054 50%), -o-linear-gradient(258deg, transparent 50%, #fff 50%), -o-linear-gradient(252deg, transparent 50%, #ffc054 50%), -o-linear-gradient(246deg, transparent 50%, #fff 50%), -o-linear-gradient(240deg, transparent 50%, #ffc054 50%), -o-linear-gradient(234deg, transparent 50%, #fff 50%), -o-linear-gradient(228deg, transparent 50%, #ffc054 50%), -o-linear-gradient(222deg, transparent 50%, #fff 50%), -o-linear-gradient(216deg, transparent 50%, #ffc054 50%), -o-linear-gradient(210deg, transparent 50%, #fff 50%), -o-linear-gradient(204deg, transparent 50%, #ffc054 50%), -o-linear-gradient(198deg, transparent 50%, #fff 50%), -o-linear-gradient(192deg, transparent 50%, #ffc054 50%), -o-linear-gradient(186deg, transparent 50%, #fff 50%), -o-linear-gradient(right, transparent 50%, #ffc054 50%), -o-linear-gradient(174deg, transparent 50%, #fff 50%), -o-linear-gradient(168deg, transparent 50%, #ffc054 50%), -o-linear-gradient(162deg, transparent 50%, #fff 50%), -o-linear-gradient(156deg, transparent 50%, #ffc054 50%), -o-linear-gradient(150deg, transparent 50%, #fff 50%), -o-linear-gradient(144deg, transparent 50%, #ffc054 50%), -o-linear-gradient(138deg, transparent 50%, #fff 50%), -o-linear-gradient(132deg, transparent 50%, #ffc054 50%), -o-linear-gradient(126deg, transparent 50%, #fff 50%), -o-linear-gradient(120deg, transparent 50%, #ffc054 50%), -o-linear-gradient(114deg, transparent 50%, #fff 50%), -o-linear-gradient(108deg, transparent 50%, #ffc054 50%), -o-linear-gradient(102deg, transparent 50%, #fff 50%), -o-linear-gradient(96deg, transparent 50%, #ffc054 50%), -o-linear-gradient(bottom, transparent 50%, #fff 50%);
  background-image: linear-gradient(180deg, transparent 50%, #fff 50%), linear-gradient(186deg, transparent 50%, #ffc054 50%), linear-gradient(192deg, transparent 50%, #fff 50%), linear-gradient(198deg, transparent 50%, #ffc054 50%), linear-gradient(204deg, transparent 50%, #fff 50%), linear-gradient(210deg, transparent 50%, #ffc054 50%), linear-gradient(216deg, transparent 50%, #fff 50%), linear-gradient(222deg, transparent 50%, #ffc054 50%), linear-gradient(228deg, transparent 50%, #fff 50%), linear-gradient(234deg, transparent 50%, #ffc054 50%), linear-gradient(240deg, transparent 50%, #fff 50%), linear-gradient(246deg, transparent 50%, #ffc054 50%), linear-gradient(252deg, transparent 50%, #fff 50%), linear-gradient(258deg, transparent 50%, #ffc054 50%), linear-gradient(264deg, transparent 50%, #fff 50%), linear-gradient(270deg, transparent 50%, #ffc054 50%), linear-gradient(276deg, transparent 50%, #fff 50%), linear-gradient(282deg, transparent 50%, #ffc054 50%), linear-gradient(288deg, transparent 50%, #fff 50%), linear-gradient(294deg, transparent 50%, #ffc054 50%), linear-gradient(300deg, transparent 50%, #fff 50%), linear-gradient(306deg, transparent 50%, #ffc054 50%), linear-gradient(312deg, transparent 50%, #fff 50%), linear-gradient(318deg, transparent 50%, #ffc054 50%), linear-gradient(324deg, transparent 50%, #fff 50%), linear-gradient(330deg, transparent 50%, #ffc054 50%), linear-gradient(336deg, transparent 50%, #fff 50%), linear-gradient(342deg, transparent 50%, #ffc054 50%), linear-gradient(348deg, transparent 50%, #fff 50%), linear-gradient(354deg, transparent 50%, #ffc054 50%), linear-gradient(360deg, transparent 50%, #fff 50%);
  background-size: 100% 200%;
  opacity: .05;
}

.header__logo {
  position: relative;
  z-index: 4;
  padding-top: 30px;
  text-align: center;
}

.header__inner {
  position: relative;
  z-index: 3;
  padding: 30px 0;
}

.header__section {
  position: relative;
}

.header__product {
  position: absolute;
  right: 0;
  bottom: 0;
}

.header__product--1 {
  right: -45px;
  bottom: 90px;
  z-index: 3;
  display: block;
  width: 120px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.header__product--2 {
  display: none;
}

.header__slogan {
  padding-right: 60px;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.1;
}

.header__title {
  padding-right: 85px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.header__button {
  margin-right: auto;
  margin-left: auto;
}

.header__list {
  display: none;
}

.header__wave {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
}

.header__wave--desktop {
  display: none;
}

.header__wave-svg {
  fill: url("#gradient-03");
}

.header__next-button {
  display: none;
}

.header-decor__orange {
  position: absolute;
}

.header-decor__orange--1 {
  top: -115px;
  left: -75px;
  z-index: 1;
  width: 120px;
}

.header-decor__orange--2 {
  display: none;
}

.header-decor__orange-02 {
  position: absolute;
  display: none;
}

.header-decor__buble {
  position: absolute;
}

.header-decor__buble--1 {
  top: -135px;
  right: -30px;
  width: 170px;
}

.header-decor__buble--1 img {
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.header-decor__buble--2 {
  display: none;
}

.header-decor__buble--3 {
  display: none;
}

.header-decor__buble--4 {
  display: none;
}

.header-decor__buble--5 {
  display: none;
}

.header-decor__buble--6 {
  display: none;
}

.header-decor__buble--6 img {
  -webkit-transform: rotate(-170deg);
  -ms-transform: rotate(-170deg);
  transform: rotate(-170deg);
}

.header-decor__buble--7 {
  display: none;
}

.header-decor__buble--7 img {
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.header-decor__buble--8 {
  display: none;
}

.header-decor__coffee-01 {
  position: absolute;
}

.header-decor__coffee-01--1 {
  right: 70px;
  bottom: 120px;
  width: 30px;
}

.header-decor__coffee-01--1 img {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.header-decor__coffee-01--2 {
  display: none;
}

.header-decor__coffee-02 {
  position: absolute;
  
}

.header-decor__coffee-02--1 {
  display: none;
}

.header-decor__coffee-02--2 {
  display: none;
}

.header-decor__asai {
  position: absolute;
}

.header-decor__asai--1 {
  top: -100px;
  right: -10px;
  z-index: 3;
  width: 30px;
}

.header-decor__asai--1 img {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.header-decor__asai--2 {
  z-index: 3;
  display: none;
}

.header-decor__asai--3 {
  display: none;
}

.header-decor__asai--4 {
  display: none;
}

.header-decor__asai--5 {
  display: none;
}

.header-decor__asai--6 {
  display: none;
}

.header-decor__leaf-01 {
  position: absolute;
}

.header-decor__leaf-01--1 {
  top: 10px;
  right: 50px;
  z-index: 3;
  width: 80px;
}

.header-decor__leaf-01--1 img {
  -webkit-transform: scale(1, -1) rotate(70deg);
  -ms-transform: scale(1, -1) rotate(70deg);
  transform: scale(1, -1) rotate(70deg);
}

.header-decor__leaf-01--2 {
  display: none;
}

.header-decor__leaf-01--3 {
  display: none;
}

.header-decor__leaf-02 {
  position: absolute;
}

.header-decor__leaf-02--1 {
  display: none;
}

.header-decor__leaf-02--2 {
  display: none;
}

.header-decor__circle {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaf51), to(#ffe259));
  background: -o-linear-gradient(top, #ffaf51 0%, #ffe259 100%);
  background: linear-gradient(to bottom, #ffaf51 0%, #ffe259 100%);
}

.header-decor__circle--1 {
  display: none;
}

.header-decor__circle--2 {
  display: none;
}

.header-decor__circle--3 {
  display: none;
}

.header-decor__circle--4 {
  display: none;
}

.header-decor__circle--5 {
  display: none;
}

.header-decor__garcinia {
  position: absolute;
  display: none;
}

.benefits {
  position: relative;
  z-index: 1;
}

.benefits__inner {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}

.benefits__slogan {
  margin-bottom: 20px;
  font-size: 60px;
  text-align: center;
}

.benefits__slogan-accent {
  font-size: 40px;
  color: #ffc054;
}

.benefits__title {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.benefits__list {
  width: 170px;
  margin-right: auto;
  margin-left: auto;
}

.benefits__item {
  width: 170px;
  margin-bottom: 40px;
}

.benefits__item:last-child {
  margin-bottom: 0;
}

.benefits__icon {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.benefits__icon-svg {
  fill: url(#gradient-01);
}

.benefits__text {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.benefits__product {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 2;
  width: 80px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.benefits-decor__woman {
  display: none;
}

.benefits-decor__spot {
  position: absolute;
  width: 109px;
  height: 201px;
}

.benefits-decor__spot--1 {
  top: 60%;
  left: -30px;
}

.benefits-decor__spot--2 {
  top: 40%;
  right: -40px;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.benefits-decor__spot-svg {
  fill: url(#gradient-01);
}

.benefits-decor__asai {
  position: absolute;
}

.benefits-decor__asai--1 {
  display: none;
}

.benefits-decor__asai--1 img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.benefits-decor__asai--2 {
  display: none;
}

.benefits-decor__circle {
  position: absolute;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaf51), to(#ffe259));
  background: -o-linear-gradient(top, #ffaf51 0%, #ffe259 100%);
  background: linear-gradient(to bottom, #ffaf51 0%, #ffe259 100%);
}

.benefits-decor__circle--1 {
  display: none;
}

.benefits-decor__circle--2 {
  top: 78%;
  left: 30px;
  width: 12px;
  height: 12px;
}

.benefits-decor__circle--3 {
  top: 80%;
  left: 25px;
  width: 6px;
  height: 6px;
}

.benefits-decor__buble {
  position: absolute;
  
}

.benefits-decor__buble--1 {
  display: none;
}

.benefits-decor__orange {
  position: absolute;
 
}

.benefits-decor__orange--1 {
  display: none;
}

.benefits-decor__leaf-02 {
  position: absolute;
}

.benefits-decor__leaf-02--1 {
  top: 34%;
  right: -30px;
  width: 90px;
}

.benefits-decor__leaf-02--1 img {
  -webkit-transform: rotate(-115deg);
  -ms-transform: rotate(-115deg);
  transform: rotate(-115deg);
}

.benefits-decor__coffee-01 {
  position: absolute;
 
}

.benefits-decor__coffee-01--1 {
  display: none;
}

.benefits-decor__leaf-01 {
  position: absolute;
}

.benefits-decor__leaf-01--1 {
  display: none;
}

.composition {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe259), color-stop(30%, #ffaf51), color-stop(70%, #ffaf51), to(#ffe259));
  background: -o-linear-gradient(top, #ffe259 0%, #ffaf51 30%, #ffaf51 70%, #ffe259 100%);
  background: linear-gradient(to bottom, #ffe259 0%, #ffaf51 30%, #ffaf51 70%, #ffe259 100%);
  position: relative;
  z-index: 2;
}

.composition .slick-list {
  overflow: visible;
}

.composition .slick-dots button {
  background: #fff;
}

.composition .slick-dots li.slick-active button:before {
  background: #ffc054;
}

.composition__inner {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}

.composition__product {
  display: none;
}

.composition__product--1 {
  z-index: 3;
}

.composition__product--2 {
  z-index: 2;
}

.composition__title {
  margin-bottom: 20px;
  font-family: "Amatic SC", serif;
  font-size: 36px;
  color: #fff;
}

.composition__slogan {
  margin-bottom: 30px;
  font-size: 60px;
}

.composition__list {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
}

.composition__item {
  position: relative;
  width: 220px;
  padding: 30px 20px 20px;
  margin-top: 60px;
  margin-right: 10px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: 0 16px 32px 0 rgba(224, 79, 49, 0.2);
  box-shadow: 0 16px 32px 0 rgba(224, 79, 49, 0.2);
  text-align: center;
}

.composition__item:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.composition__icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 84px;
  height: 84px;
  padding: 10px;
  margin-top: -60px;
  margin-left: -42px;
  overflow: hidden;
  line-height: 56px;
  background: #e5e5e5;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 24px 48px 0 rgba(224, 79, 49, 0.2);
  box-shadow: 0 24px 48px 0 rgba(224, 79, 49, 0.2);
}

.composition__icon-img {
  display: inline-block !important;
  max-height: 100%;
  vertical-align: middle;
}

.composition__name {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.composition__wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
}

.composition__wave--1 {
  bottom: 100%;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.composition__wave--2 {
  top: 100%;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.composition__wave--desktop {
  display: none;
}

.composition__wave-svg {
  fill: #ffe259;
}

.composition-decor__orange {
  display: none;
}

.composition-decor__orange-02 {
  position: absolute;
  display: none;
}

.composition-decor__orange-02 img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.composition-decor__garcinia {
  position: absolute;
  right: 60px;
  bottom: -60px;
  z-index: 2;
  width: 70px;
}

.composition-decor__line {
  display: none;
}

.composition-decor__asai {
  position: absolute;
}

.composition-decor__asai--1 {
  top: -55px;
  right: 60px;
  width: 50px;
}

.composition-decor__asai--1 img {
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.composition-decor__asai--2 {
  bottom: -30px;
  left: 90px;
  z-index: 2;
  width: 20px;
}

.composition-decor__asai--3 {
  display: none;
}

.composition-decor__leaf-01 {
  position: absolute;
}

.composition-decor__leaf-01--1 {
  display: none;
}

.composition-decor__leaf-01--1 img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.composition-decor__leaf-01--2 {
  top: 50%;
  right: -25px;
  width: 90px;
}

.composition-decor__leaf-01--2 img {
  -webkit-transform: rotate(-190deg);
  -ms-transform: rotate(-190deg);
  transform: rotate(-190deg);
}

.composition-decor__leaf-01--3 {
  top: -30px;
  left: -25px;
  width: 70px;
}

.composition-decor__leaf-02 {
  position: absolute;
}

.composition-decor__leaf-02--1 {
  display: none;
}

.composition-decor__coffee-01 {
  position: absolute;
  
}

.composition-decor__coffee-01--1 {
  top: -65px;
  left: 60px;
  width: 26px;
}

.composition-decor__coffee-01--1 img {
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

.composition-decor__coffee-01--2 {
  display: none;
}

.composition-decor__coffee-02 {
  position: absolute;
  
}

.composition-decor__coffee-02--1 {
  display: none;
}

.composition-decor__circle {
  position: absolute;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaf51), to(#ffe259));
  background: -o-linear-gradient(top, #ffaf51 0%, #ffe259 100%);
  background: linear-gradient(to bottom, #ffaf51 0%, #ffe259 100%);
}

.composition-decor__circle--1 {
  display: none;
}

.composition-decor__buble {
  position: absolute;
  z-index: 1;
  
}

.composition-decor__buble--1 {
  right: 0;
  bottom: 15px;
  width: 120px;
}

.composition-decor__buble--1 img {
  -webkit-transform: rotate(-175deg);
  -ms-transform: rotate(-175deg);
  transform: rotate(-175deg);
}

.composition-decor__buble--2 {
  bottom: 0;
  left: -30px;
  width: 120px;
}

.composition-decor__buble--2 img {
  -webkit-transform: rotate(-160deg);
  -ms-transform: rotate(-160deg);
  transform: rotate(-160deg);
}

.reviews {
  position: relative;
  z-index: 3;
}

.reviews--1 .reviews__inner {
  padding-top: 90px;
}

.reviews--1 .reviews__slogan br {
  display: none;
}

.reviews--2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe259), color-stop(30%, #ffaf51), color-stop(70%, #ffaf51), to(#ffe259));
  background: -o-linear-gradient(top, #ffe259 0%, #ffaf51 30%, #ffaf51 70%, #ffe259 100%);
  background: linear-gradient(to bottom, #ffe259 0%, #ffaf51 30%, #ffaf51 70%, #ffe259 100%);
}

.reviews--2 .reviews__inner {
  padding-top: 20px;
}

.reviews--2 .reviews__list {
  position: relative;
  top: 260px;
  margin-top: -260px;
}

.reviews--2 .reviews__item {
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
}

.reviews--2 .reviews__ava {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  overflow: hidden;
  border: 4px solid #e1e1e1;
  border-radius: 50%;
  -webkit-box-shadow: 0 16px 32px 0 rgba(216, 115, 153, 0.3);
  box-shadow: 0 16px 32px 0 rgba(216, 115, 153, 0.3);
}

.reviews--2 .reviews__product {
  position: absolute;
}

.reviews--2 .reviews__product--1 {
  top: -130px;
  right: 130px;
  width: 60px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.reviews--2 .reviews__product--2 {
  display: none;
}

.reviews--2 .reviews-decor__orange {
  position: absolute;
  bottom: 95px;
  left: -55px;
  z-index: 1;
  width: 120px;
 
}

.reviews--2 .reviews-decor__leaf-02 {
  position: absolute;
  display: none;
}

.reviews--2 .reviews-decor__leaf-02 img {
  -webkit-transform: rotate(-190deg);
  -ms-transform: rotate(-190deg);
  transform: rotate(-190deg);
}

.reviews--2 .reviews-decor__cake {
  position: absolute;
}

.reviews--2 .reviews-decor__cake--1 {
  top: -20px;
  right: -30px;
  width: 130px;
  
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.reviews--2 .reviews-decor__cake--2 {
  right: -20px;
  bottom: 170px;
  width: 100px;
  
}

.reviews--2 .reviews-decor__cake--3 {
  display: none;
}

.reviews--2 .reviews-decor__cake--4 {
  display: none;
 
}

.reviews .slick-list {
  overflow: visible;
}

.reviews .slick-dots button {
  background: #c7c7c7;
}

.reviews .slick-dots li.slick-active button:before {
  background: #ffc054;
}

.reviews__inner {
  position: relative;
  z-index: 2;
}

.reviews__slogan {
  margin-bottom: 30px;
  font-size: 50px;
}

.reviews__caption {
  margin-bottom: 20px;
  font-family: "Amatic SC", serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.reviews__list {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
}

.reviews__item {
  width: 260px;
  padding: 30px 15px;
  margin-right: 10px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 24px 72px 0 rgba(224, 79, 49, 0.2);
  box-shadow: 0 24px 72px 0 rgba(224, 79, 49, 0.2);
}

.reviews__name {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #2e2e2e;
  text-transform: uppercase;
}

.reviews__age {
  float: right;
  font-size: 12px;
  font-style: italic;
  color: #2e2e2e;
}

.reviews__text {
  margin-bottom: 20px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.4;
  color: #383b41;
}

.reviews__wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
}

.reviews__wave--1 {
  bottom: 100%;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.reviews__wave--2 {
  top: 100%;
}

.reviews__wave--desktop {
  display: none;
}

.reviews__wave-svg {
  fill: #ffe259;
}

.instruction {
  position: relative;
  z-index: 1;
}

.instruction__inner {
  position: relative;
  z-index: 2;
  padding: 30px 0 135px;
}

.instruction__slogan {
  margin-bottom: 20px;
  font-size: 54px;
  text-align: center;
}

.instruction__slogan-accent {
  color: #ffc054;
}

.instruction__title {
  margin-bottom: 40px;
  font-size: 15px;
  color: #7b592a;
  text-align: center;
}

.instruction__list {
  width: 170px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.instruction__list-wrapper {
  text-align: center;
}

.instruction__item {
  width: 170px;
  margin-bottom: 70px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.instruction__item--2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.instruction__item--3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.instruction__item--4 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.instruction__item--5 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.instruction__item-inner {
  position: relative;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
}

.instruction__item:last-child {
  margin-bottom: 0;
}

.instruction__icon {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  color: #4d351b;
  text-align: center;
  background: #ffc054;
  border-radius: 50%;
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

.instruction__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #4d351b;
  text-align: center;
}

.instruction__line {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 50px;
  margin-top: 10px;
  border: dotted #ffc054;
  border-width: 0 2px 0 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.instruction__line--4::after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 0;
  height: 0;
  content: '';
  border: 4px solid transparent;
  border-top-color: #529b0b;
}

.instruction__button {
  margin-right: auto;
  margin-left: auto;
}

.instruction__product {
  position: absolute;
}

.instruction__product--1 {
  top: 32%;
  right: -20px;
  width: 70px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.instruction__product--2 {
  top: 60%;
  left: -20px;
  width: 80px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.instruction-decor__woman {
  display: none;
}

.instruction-decor__spot {
  position: absolute;
  width: 109px;
  height: 201px;
}

.instruction-decor__spot--1 {
  top: 35%;
  left: -30px;
}

.instruction-decor__spot--2 {
  top: 15%;
  right: -40px;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.instruction-decor__spot--3 {
  top: 55%;
  right: -40px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.instruction-decor__spot-svg {
  fill: url(#gradient-01);
}

.instruction-decor__buble {
  position: absolute;
 
}

.instruction-decor__buble--1 {
  display: none;
}

.instruction-decor__buble img {
  -webkit-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  transform: rotate(145deg);
}

.instruction-decor__orange {
  position: absolute;
  
}

.instruction-decor__orange--1 {
  display: none;
}

.instruction-decor__circle {
  position: absolute;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaf51), to(#ffe259));
  background: -o-linear-gradient(top, #ffaf51 0%, #ffe259 100%);
  background: linear-gradient(to bottom, #ffaf51 0%, #ffe259 100%);
}

.instruction-decor__circle--1 {
  top: 47.5%;
  left: 30px;
  width: 12px;
  height: 12px;
}

.instruction-decor__circle--2 {
  top: 49%;
  left: 25px;
  width: 6px;
  height: 6px;
}

.instruction-decor__leaf-02 {
  position: absolute;
}

.instruction-decor__leaf-02--1 {
  top: 25%;
  left: -55px;
  width: 120px;
}

.instruction-decor__leaf-02--2 {
  right: -50px;
  bottom: 42%;
  width: 120px;
}

.instruction-decor__leaf-02--2 img {
  -webkit-transform: rotate(-110deg);
  -ms-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

.instruction-decor__asai {
  position: absolute;
}

.instruction-decor__asai--1 {
  display: none;
}

.instruction-decor__asai--2 {
  display: none;
}

.footer {
  position: relative;
  z-index: 1;
}

.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffc054;
  background-image: -o-linear-gradient(top, transparent 50%, #fff 50%), -o-linear-gradient(264deg, transparent 50%, #ffc054 50%), -o-linear-gradient(258deg, transparent 50%, #fff 50%), -o-linear-gradient(252deg, transparent 50%, #ffc054 50%), -o-linear-gradient(246deg, transparent 50%, #fff 50%), -o-linear-gradient(240deg, transparent 50%, #ffc054 50%), -o-linear-gradient(234deg, transparent 50%, #fff 50%), -o-linear-gradient(228deg, transparent 50%, #ffc054 50%), -o-linear-gradient(222deg, transparent 50%, #fff 50%), -o-linear-gradient(216deg, transparent 50%, #ffc054 50%), -o-linear-gradient(210deg, transparent 50%, #fff 50%), -o-linear-gradient(204deg, transparent 50%, #ffc054 50%), -o-linear-gradient(198deg, transparent 50%, #fff 50%), -o-linear-gradient(192deg, transparent 50%, #ffc054 50%), -o-linear-gradient(186deg, transparent 50%, #fff 50%), -o-linear-gradient(right, transparent 50%, #ffc054 50%), -o-linear-gradient(174deg, transparent 50%, #fff 50%), -o-linear-gradient(168deg, transparent 50%, #ffc054 50%), -o-linear-gradient(162deg, transparent 50%, #fff 50%), -o-linear-gradient(156deg, transparent 50%, #ffc054 50%), -o-linear-gradient(150deg, transparent 50%, #fff 50%), -o-linear-gradient(144deg, transparent 50%, #ffc054 50%), -o-linear-gradient(138deg, transparent 50%, #fff 50%), -o-linear-gradient(132deg, transparent 50%, #ffc054 50%), -o-linear-gradient(126deg, transparent 50%, #fff 50%), -o-linear-gradient(120deg, transparent 50%, #ffc054 50%), -o-linear-gradient(114deg, transparent 50%, #fff 50%), -o-linear-gradient(108deg, transparent 50%, #ffc054 50%), -o-linear-gradient(102deg, transparent 50%, #fff 50%), -o-linear-gradient(96deg, transparent 50%, #ffc054 50%), -o-linear-gradient(bottom, transparent 50%, #fff 50%);
  background-image: linear-gradient(180deg, transparent 50%, #fff 50%), linear-gradient(186deg, transparent 50%, #ffc054 50%), linear-gradient(192deg, transparent 50%, #fff 50%), linear-gradient(198deg, transparent 50%, #ffc054 50%), linear-gradient(204deg, transparent 50%, #fff 50%), linear-gradient(210deg, transparent 50%, #ffc054 50%), linear-gradient(216deg, transparent 50%, #fff 50%), linear-gradient(222deg, transparent 50%, #ffc054 50%), linear-gradient(228deg, transparent 50%, #fff 50%), linear-gradient(234deg, transparent 50%, #ffc054 50%), linear-gradient(240deg, transparent 50%, #fff 50%), linear-gradient(246deg, transparent 50%, #ffc054 50%), linear-gradient(252deg, transparent 50%, #fff 50%), linear-gradient(258deg, transparent 50%, #ffc054 50%), linear-gradient(264deg, transparent 50%, #fff 50%), linear-gradient(270deg, transparent 50%, #ffc054 50%), linear-gradient(276deg, transparent 50%, #fff 50%), linear-gradient(282deg, transparent 50%, #ffc054 50%), linear-gradient(288deg, transparent 50%, #fff 50%), linear-gradient(294deg, transparent 50%, #ffc054 50%), linear-gradient(300deg, transparent 50%, #fff 50%), linear-gradient(306deg, transparent 50%, #ffc054 50%), linear-gradient(312deg, transparent 50%, #fff 50%), linear-gradient(318deg, transparent 50%, #ffc054 50%), linear-gradient(324deg, transparent 50%, #fff 50%), linear-gradient(330deg, transparent 50%, #ffc054 50%), linear-gradient(336deg, transparent 50%, #fff 50%), linear-gradient(342deg, transparent 50%, #ffc054 50%), linear-gradient(348deg, transparent 50%, #fff 50%), linear-gradient(354deg, transparent 50%, #ffc054 50%), linear-gradient(360deg, transparent 50%, #fff 50%);
  background-size: 100% 200%;
  opacity: .1;
}

.footer__inner {
  position: relative;
  z-index: 2;
  padding: 300px 0 30px;
}

.footer__section {
  position: relative;
}

.footer__product {
  position: absolute;
}

.footer__product--1 {
  top: -60px;
  left: 50px;
  z-index: 1;
  width: 56px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.footer__product--2 {
  top: 10px;
  right: 15px;
  z-index: 3;
  width: 60px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.footer__title {
  margin-bottom: 50px;
  font-family: "Amatic SC", serif;
  font-size: 54px;
  font-weight: 700;
  text-align: center;
}

.footer__title-accent {
  color: #ffc054;
}

.footer__form {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.footer__logo {
  position: relative;
  z-index: 2;
  padding: 20px 0 40px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffaf51), to(#ffe259));
  background: -o-linear-gradient(bottom, #ffaf51 0%, #ffe259 100%);
  background: linear-gradient(to top, #ffaf51 0%, #ffe259 100%);
}

.footer__wave {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.footer__wave-svg {
  fill: #ffe259;
}

.footer-decor__orange {
  display: none;
  
}

.footer-decor__leaf-02 {
  position: absolute;
}

.footer-decor__leaf-02--1 {
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
}

.footer-decor__leaf-02--2 {
  display: none;
}

.footer-decor__leaf-02--3 {
  display: none;
}

.footer-decor__coffee-01 {
  position: absolute;
 
}

.footer-decor__coffee-01--1 {
  display: none;
}

.footer-decor__coffee-01--1 img {
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

.footer-decor__asai {
  position: absolute;
}

.footer-decor__asai--1 {
  display: none;
}

.footer-decor__asai--2 {
  display: none;
}

.footer-decor__garcinia {
  position: absolute;
  display: none;
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 192, 84, 0.7), 0 0 0 0 rgba(255, 192, 84, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 192, 84, 0.7), 0 0 0 0 rgba(255, 192, 84, 0.7);
  }

  40% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 192, 84, 0), 0 0 0 0 rgba(255, 192, 84, 0.7);
    box-shadow: 0 0 0 15px rgba(255, 192, 84, 0), 0 0 0 0 rgba(255, 192, 84, 0.7);
  }

  80% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 192, 84, 0), 0 0 0 10px rgba(255, 192, 84, 0);
    box-shadow: 0 0 0 15px rgba(255, 192, 84, 0), 0 0 0 10px rgba(255, 192, 84, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 192, 84, 0), 0 0 0 10px rgba(255, 192, 84, 0);
    box-shadow: 0 0 0 0 rgba(255, 192, 84, 0), 0 0 0 10px rgba(255, 192, 84, 0);
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(-25deg);
    transform: translateY(-10px) rotate(-25deg);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(-25deg);
    transform: translateY(-10px) rotate(-25deg);
  }
}

@-webkit-keyframes next-button {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(40px, 40px);
    transform: rotate(45deg) translate(40px, 40px);
  }
}

@keyframes next-button {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(40px, 40px);
    transform: rotate(45deg) translate(40px, 40px);
  }
}

@media (min-width: 768px) {
  .container {
    width: 768px;
    max-width: none;
    padding: 0 14px;
  }

  .form {
    max-width: 380px;
  }

  .form__inner {
    padding: 60px 50px;
  }

  .form__discount {
    top: -10px;
    right: 80px;
  }

  .form__target-arrow {
    top: -45px;
  }

  .header__logo {
    padding-left: 14px;
    text-align: left;
  }

  .header__inner {
    padding: 80px 0;
  }

  .header__section {
    padding-left: 50%;
  }

  .header__product {
    right: 50%;
  }

  .header__product--1 {
    bottom: 0;
    width: 106px;
    margin-right: 40px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .header__product--2 {
    bottom: 45px;
    z-index: 2;
    display: block;
    width: 140px;
    margin-right: 190px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .header__slogan {
    padding-right: 0;
  }

  .header__title {
    padding-right: 0;
  }

  .header__button {
    margin-left: 0;
  }

  .header__wave {
    height: 90px;
  }

  .header__next-button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-decor__orange--1 {
    top: 145px;
    left: -30px;
  }

  .header-decor__orange-02 {
    bottom: -90px;
    left: 110px;
    z-index: 2;
    display: block;
    width: 120px;
  }

  .header-decor__orange-02 img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-decor__buble--1 {
    top: -50px;
    right: auto;
    left: 105px;
    width: 100px;
  }

  .header-decor__buble--1 img {
    -webkit-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    transform: rotate(145deg);
  }

  .header-decor__buble--2 {
    bottom: 0;
    left: 40px;
    display: block;
    width: 100px;
  }

  .header-decor__buble--2 img {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  .header-decor__buble--3 {
    top: 90px;
    left: 240px;
    display: block;
    width: 60px;
  }

  .header-decor__buble--3 img {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .header-decor__buble--4 {
    top: -160px;
    right: -70px;
    z-index: 2;
    display: block;
    width: 160px;
  }

  .header-decor__buble--4 img {
    -webkit-transform: rotate(-125deg);
    -ms-transform: rotate(-125deg);
    transform: rotate(-125deg);
  }

  .header-decor__buble--5 {
    top: -30px;
    right: 160px;
    z-index: 2;
    display: block;
    width: 80px;
  }

  .header-decor__buble--5 img {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  .header-decor__coffee-01--1 {
    right: auto;
    bottom: 5px;
    left: 50px;
    z-index: 3;
    width: 22px;
  }

  .header-decor__coffee-01--1 img {
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
  }

  .header-decor__coffee-02--1 {
    top: 20px;
    left: 190px;
    z-index: 3;
    display: block;
    width: 32px;
  }

  .header-decor__asai--1 {
    top: 130px;
    right: auto;
    left: 170px;
    width: 32px;
  }

  .header-decor__asai--1 img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .header-decor__asai--2 {
    bottom: 25px;
    left: 138px;
    display: block;
    width: 22px;
  }

  .header-decor__asai--2 img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-decor__asai--3 {
    top: -80px;
    right: 280px;
    display: block;
    width: 22px;
  }

  .header-decor__asai--3 img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-decor__leaf-01--1 {
    top: 150px;
    right: auto;
    left: -45px;
    width: 60px;
  }

  .header-decor__leaf-01--1 img {
    -webkit-transform: scale(1, -1) rotate(-180deg);
    -ms-transform: scale(1, -1) rotate(-180deg);
    transform: scale(1, -1) rotate(-180deg);
  }

  .header-decor__leaf-02--1 {
    top: 200px;
    left: 34px;
    z-index: 3;
    display: block;
    width: 82px;
  }

  .header-decor__leaf-02--2 {
    top: 5px;
    left: 150px;
    z-index: 3;
    display: block;
    width: 40px;
  }

  .header-decor__leaf-02--2 img {
    -webkit-transform: rotate(-110deg);
    -ms-transform: rotate(-110deg);
    transform: rotate(-110deg);
  }

  .header-decor__circle--1 {
    top: 20px;
    left: 250px;
    display: block;
    width: 10px;
    height: 10px;
  }

  .benefits__inner {
    padding: 130px 0 160px;
  }

  .benefits__list {
    width: auto;
    font-size: 0;
  }

  .benefits__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: top;
  }

  .benefits__item:last-child {
    margin-right: 0;
  }

  .benefits__product {
    display: none;
  }

  .benefits-decor__spot {
    display: none;
  }

  .benefits-decor__asai--1 {
    top: 130px;
    right: 130px;
    display: block;
    width: 40px;
  }

  .benefits-decor__asai--2 {
    bottom: 80px;
    left: 230px;
    display: block;
    width: 26px;
  }

  .benefits-decor__circle--2 {
    display: none;
  }

  .benefits-decor__circle--3 {
    display: none;
  }

  .benefits-decor__leaf-02--1 {
    display: none;
  }

  .benefits-decor__leaf-01--1 img {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  .composition__inner {
    padding: 60px 0;
  }

  .composition__section {
    position: relative;
    padding-left: 50%;
  }

  .composition__product {
    position: absolute;
    right: 50%;
    bottom: 0;
    display: block;
  }

  .composition__product--1 {
    width: 120px;
    margin-right: 30px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .composition__product--2 {
    width: 150px;
    margin-right: 160px;
    margin-bottom: 40px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .composition__list {
    width: auto;
    text-align: center;
  }

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

  .composition__item:nth-child(3n+3) {
    margin-right: 0;
  }

  .composition__item:first-child {
    margin-bottom: 20px;
  }

  .composition__wave {
    height: 90px;
  }

  .composition-decor__orange {
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 1;
    display: block;
    width: 120px;
    
  }

  .composition-decor__garcinia {
    bottom: -100px;
    width: 120px;
  }

  .composition-decor__line {
    position: absolute;
    top: 40px;
    left: 360px;
    z-index: 3;
    display: block;
    width: 270px;
    height: 100px;
    border: dashed #fff;
    border-width: 1px 0 0 1px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .composition-decor__asai--1 {
    top: 140px;
    right: auto;
    left: 290px;
    z-index: 3;
  }

  .composition-decor__asai--1 img {
    -webkit-transform: scale(1, -1) rotate(-180deg);
    -ms-transform: scale(1, -1) rotate(-180deg);
    transform: scale(1, -1) rotate(-180deg);
  }

  .composition-decor__asai--2 {
    bottom: -55px;
    left: 230px;
    width: 40px;
  }

  .composition-decor__leaf-01--1 {
    top: 90px;
    left: -30px;
    z-index: 3;
    display: block;
    width: 60px;
  }

  .composition-decor__leaf-01--2 {
    top: 35%;
  }

  .composition-decor__leaf-01--3 {
    top: 95%;
  }

  .composition-decor__leaf-02--1 {
    top: -25px;
    left: 275px;
    display: block;
    width: 100px;
  }

  .composition-decor__coffee-01--1 {
    top: 190px;
    left: 60px;
  }

  .composition-decor__coffee-01--1 img {
    -webkit-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    transform: rotate(105deg);
  }

  .composition-decor__circle--1 {
    top: 70px;
    left: 290px;
    display: block;
    width: 10px;
    height: 10px;
  }

  .composition-decor__buble--1 {
    display: none;
  }

  .composition-decor__buble--2 {
    display: none;
  }

  .reviews--1 .reviews__inner {
    padding: 130px 0 20px;
  }

  .reviews--1 .reviews__slogan br {
    display: block;
  }

  .reviews--2 .reviews__inner {
    padding: 20px 0 0;
  }

  .reviews--2 .reviews__slogan {
    padding-right: 160px;
  }

  .reviews--2 .reviews__slogan br {
    display: none;
  }

  .reviews--2 .reviews__product--1 {
    top: -110px;
    right: 60px;
    width: 90px;
  }

  .reviews--2 .reviews-decor__orange {
    top: 145px;
  }

  .reviews--2 .reviews-decor__cake--1 {
    display: none;
  }

  .reviews--2 .reviews-decor__cake--2 {
    display: none;
  }

  .reviews__list {
    width: 410px;
  }

  .reviews__item {
    width: 410px;
    padding: 50px 30px 30px;
    margin-right: 30px;
  }

  .reviews__wave {
    height: 90px;
  }

  .instruction__inner {
    padding: 20px 0 130px;
  }

  .instruction__list {
    display: inline;
    width: auto;
  }

  .instruction__list-wrapper {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0;
  }

  .instruction__item {
    display: inline-block;
    width: 240px;
    margin-right: 70px;
    vertical-align: top;
  }

  .instruction__item:nth-child(even) {
    margin-right: 0;
  }

  .instruction__line {
    position: absolute;
    left: auto;
    margin-top: 0;
    border: dotted #ffc054;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
  }

  .instruction__line::before {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 4px solid transparent;
  }

  .instruction__line--1 {
    top: 30px;
    left: 100%;
    width: 220px;
    height: 1px;
    margin-left: -40px;
    border-width: 2px 0 0 0;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }

  .instruction__line--1::before {
    top: -5px;
    left: 50%;
    border-left-color: #529b0b;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .instruction__line--2 {
    top: 30px;
    left: 100%;
    width: 50px;
    height: 188px;
    margin-left: -40px;
    border-width: 2px 2px 2px 0;
    border-radius: 0 10px 10px 0;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

  .instruction__line--3 {
    top: 30px;
    right: 100%;
    width: 220px;
    height: 1px;
    margin-right: -40px;
    border-width: 2px 0 0 0;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }

  .instruction__line--3::before {
    top: -5px;
    left: 50%;
    border-right-color: #529b0b;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .instruction__line--4 {
    top: 100%;
    left: 50%;
    width: 20px;
    height: 90px;
    margin-top: 10px;
    border-width: 0 0 2px 2px;
    border-radius: 0 10px 0 0;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }

  .instruction__line--4::after {
    border-left-color: #529b0b;
    border-top-color: transparent;
  }

  .instruction__button {
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }

  .instruction__product--1 {
    display: none;
  }

  .instruction__product--2 {
    display: none;
  }

  .instruction-decor__spot {
    display: none;
  }

  .instruction-decor__circle--1 {
    display: none;
  }

  .instruction-decor__circle--2 {
    display: none;
  }

  .footer__inner {
    padding: 290px 0 60px;
  }

  .footer__section {
    padding-left: 50%;
  }

  .footer__product {
    position: absolute;
    top: 50%;
    right: 50%;
  }

  .footer__product--1 {
    left: auto;
    z-index: 2;
    width: 140px;
    margin-right: 180px;
    -webkit-transform: translateY(-50%) rotate(-15deg);
    -ms-transform: translateY(-50%) rotate(-15deg);
    transform: translateY(-50%) rotate(-15deg);
  }

  .footer__product--2 {
    z-index: 1;
    width: 130px;
    margin-top: -60px;
    margin-right: 70px;
    -webkit-transform: translateY(-50%) rotate(15deg);
    -ms-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
  }

  .footer__title br {
    display: none;
  }

  .footer__wave {
    height: 90px;
  }

  .footer-decor__leaf-02--1 {
    top: 350px;
    right: auto;
    left: 27px;
    width: 60px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .instruction__line--2::before {
    top: 50%;
    right: -5px;
    border-top-color: #529b0b;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .container {
    width: 992px;
    padding: 0 16px;
  }

  .discount::before {
    top: 90px;
  }

  .discount__buble {
    width: 180px;
    margin-top: -36px;
  }

  .discount__title {
    font-size: 20px;
  }

  .discount__value {
    font-size: 60px;
  }

  .discount__value-accent {
    font-size: 24px;
  }

  .form__discount {
    top: -35px;
    right: 0;
  }

  .header__product--1 {
    width: 124px;
    margin-right: 60px;
  }

  .header__product--2 {
    bottom: 50px;
    width: 170px;
    margin-right: 240px;
  }

  .header__slogan {
    font-size: 82px;
  }

  .header__title {
    font-size: 24px;
    font-weight: 400;
  }

  .header__wave {
    left: 50%;
    min-width: 1920px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header__wave--mobile {
    display: none;
  }

  .header__wave--desktop {
    display: block;
  }

  .header-decor__orange--1 {
    top: 160px;
    left: -10px;
    width: 140px;
  }

  .header-decor__orange-02 {
    bottom: -100px;
    left: 160px;
    width: 140px;
  }

  .header-decor__buble--1 {
    left: 145px;
    width: 130px;
  }

  .header-decor__buble--2 {
    bottom: -10px;
    width: 130px;
  }

  .header-decor__buble--3 {
    top: 130px;
    left: 310px;
  }

  .header-decor__buble--5 {
    right: 260px;
  }

  .header-decor__coffee-01--1 {
    width: 30px;
  }

  .header-decor__coffee-02--1 {
    top: 45px;
    left: 258px;
    width: 40px;
  }

  .header-decor__asai--1 {
    top: 155px;
    left: 225px;
    width: 40px;
  }

  .header-decor__asai--2 {
    bottom: 10px;
    left: 145px;
    width: 30px;
  }

  .header-decor__asai--3 {
    right: 380px;
  }

  .header-decor__leaf-01--1 {
    top: 175px;
    left: -20px;
  }

  .header-decor__leaf-02--1 {
    top: 242px;
    left: 74px;
  }

  .header-decor__leaf-02--2 {
    top: 20px;
    left: 200px;
    width: 55px;
  }

  .header-decor__circle--1 {
    left: 320px;
  }

  .benefits__section {
    padding-left: 260px;
  }

  .benefits__slogan {
    font-size: 94px;
    text-align: left;
  }

  .benefits__slogan-accent {
    font-size: 72px;
  }

  .benefits__title {
    font-size: 22px;
    text-align: left;
  }

  .benefits__item {
    width: 160px;
    margin-right: 10px;
  }

  .benefits-decor__woman {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 2;
    display: block;
    width: 360px;
    
  }

  .benefits-decor__asai--2 {
    left: 490px;
  }

  .benefits-decor__circle--1 {
    top: 310px;
    left: 200px;
    display: block;
    width: 12px;
    height: 12px;
  }

  .benefits-decor__buble--1 {
    top: 350px;
    left: -60px;
    display: block;
    width: 150px;
  }

  .benefits-decor__buble--1 img {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }

  .composition__inner {
    padding: 30px 0 350px;
  }

  .composition__product--1 {
    width: 124px;
    margin-right: 60px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .composition__product--2 {
    width: 170px;
    margin-right: 240px;
    margin-bottom: 50px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .composition__slogan {
    font-size: 72px;
  }

  .composition__item {
    margin-right: 40px;
  }

  .composition__item:nth-child(3n+3) {
    margin-right: 10px;
  }

  .composition__wave {
    left: 50%;
    min-width: 1920px;
  }

  .composition__wave--1 {
    -webkit-transform: translateX(-50%) scale(-1, -1);
    -ms-transform: translateX(-50%) scale(-1, -1);
    transform: translateX(-50%) scale(-1, -1);
  }

  .composition__wave--2 {
    -webkit-transform: translateX(-50%) scale(-1, 1);
    -ms-transform: translateX(-50%) scale(-1, 1);
    transform: translateX(-50%) scale(-1, 1);
  }

  .composition__wave--mobile {
    display: none;
  }

  .composition__wave--desktop {
    display: block;
  }

  .composition-decor__orange {
    top: 10px;
    left: -10px;
    width: 140px;
  }

  .composition-decor__garcinia {
    display: none;
  }

  .composition-decor__line {
    top: 45px;
    left: 470px;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
  }

  .composition-decor__asai--1 {
    top: 170px;
    left: 360px;
  }

  .composition-decor__asai--2 {
    display: none;
  }

  .composition-decor__leaf-01--1 {
    top: 110px;
    left: -20px;
    width: 80px;
  }

  .composition-decor__leaf-01--2 {
    top: 10%;
    width: 120px;
  }

  .composition-decor__leaf-01--3 {
    top: 88%;
    width: 90px;
  }

  .composition-decor__leaf-02--1 {
    top: 0;
    left: 360px;
  }

  .composition-decor__coffee-01--1 {
    top: 226px;
    left: 130px;
    width: 32px;
  }

  .reviews--1 {
    margin-top: -270px;
  }

  .reviews--1 .reviews__inner {
    padding: 0;
  }

  .reviews--1 .reviews__slogan {
    padding-right: 40%;
    text-align: left;
  }

  .reviews--1 .reviews__list {
    margin-top: -70px;
  }

  .reviews--1 .reviews__item--1 {
    margin-top: 140px;
  }

  .reviews--1 .reviews__item--2 {
    margin-top: 70px;
  }

  .reviews--2 .reviews__inner {
    padding: 0 0 40px;
  }

  .reviews--2 .reviews__slogan {
    padding-right: 0;
    text-align: center;
  }

  .reviews--2 .reviews__list {
    top: 0;
    margin-top: 0;
  }

  .reviews--2 .reviews__product--1 {
    display: none;
  }

  .reviews--2 .reviews__product--2 {
    top: -120px;
    left: -40px;
    display: block;
    width: 120px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .reviews--2 .reviews-decor__orange {
    top: auto;
    right: -70px;
    bottom: -40px;
    left: auto;
    width: 140px;
  }

  .reviews--2 .reviews-decor__cake--3 {
    top: 260px;
    left: -60px;
    width: 100px;
  }

  .reviews__slogan {
    font-size: 64px;
  }

  .reviews__caption {
    font-size: 48px;
    text-align: center;
  }

  .reviews__list {
    width: auto;
    text-align: center;
  }

  .reviews__item {
    display: inline-block;
    width: 310px;
    margin-right: 15px;
    margin-bottom: 0;
    vertical-align: top;
  }

  .reviews__item:last-child {
    margin-right: 0;
  }

  .reviews__text {
    font-size: 14px;
  }

  .reviews__wave {
    left: 50%;
    min-width: 1920px;
  }

  .reviews__wave--1 {
    -webkit-transform: translateX(-50%) scale(-1, -1);
    -ms-transform: translateX(-50%) scale(-1, -1);
    transform: translateX(-50%) scale(-1, -1);
  }

  .reviews__wave--2 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .reviews__wave--mobile {
    display: none;
  }

  .reviews__wave--desktop {
    display: block;
  }

  .instruction__inner {
    padding: 45px 0 130px;
  }

  .instruction__slogan {
    font-size: 64px;
  }

  .instruction__list-wrapper {
    margin-left: 270px;
  }

  .instruction-decor__woman {
    position: absolute;
    bottom: 0;
    left: -170px;
    z-index: 2;
    display: block;
    width: 500px;
   
  }

  .instruction-decor__buble--1 {
    top: 440px;
    left: 145px;
    display: block;
    width: 150px;
  }

  .instruction-decor__leaf-02--1 {
    top: 10%;
  }

  .footer__inner {
    padding: 120px 0 50px;
  }

  .footer__product--1 {
    width: 170px;
    margin-right: 240px;
  }

  .footer__product--2 {
    width: 190px;
    margin-top: -60px;
  }

  .footer__title {
    font-size: 82px;
  }

  .footer__logo {
    padding-bottom: 60px;
  }

  .footer-decor__leaf-02--1 {
    left: 10px;
    width: 110px;
  }

  .footer-decor__coffee-01--1 {
    bottom: 40px;
    left: 0;
    display: block;
    width: 40px;
  }

  .footer-decor__coffee-01--1 {
    left: 120px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0 15px;
  }

  .header__inner {
    padding: 120px 0;
  }

  .header__product--1 {
    bottom: -30px;
    width: 160px;
  }

  .header__product--2 {
    width: 200px;
    margin-right: 290px;
  }

  .header__slogan {
    font-size: 96px;
  }

  .header__title {
    margin-bottom: 50px;
  }

  .header__wave {
    height: 140px;
  }

  .header-decor__orange--1 {
    top: 190px;
    width: 160px;
  }

  .header-decor__orange-02 {
    bottom: -120px;
    left: 210px;
    width: 160px;
  }

  .header-decor__buble--1 {
    top: -70px;
    left: 190px;
    width: 180px;
  }

  .header-decor__buble--2 {
    width: 180px;
  }

  .header-decor__buble--3 {
    top: 155px;
    left: 390px;
  }

  .header-decor__buble--4 {
    width: 180px;
  }

  .header-decor__buble--5 {
    right: 320px;
    width: 100px;
  }

  .header-decor__coffee-01--1 {
    width: 45px;
  }

  .header-decor__coffee-02--1 {
    left: 340px;
    width: 55px;
  }

  .header-decor__asai--1 {
    top: 190px;
    left: 280px;
  }

  .header-decor__asai--2 {
    left: 170px;
  }

  .header-decor__asai--3 {
    right: 480px;
    width: 30px;
  }

  .header-decor__leaf-01--1 {
    top: 190px;
    width: 80px;
  }

  .header-decor__leaf-02--1 {
    top: 265px;
    left: 80px;
    width: 120px;
  }

  .header-decor__leaf-02--2 {
    top: 10px;
    left: 260px;
    width: 80px;
  }

  .header-decor__circle--1 {
    left: 420px;
    width: 20px;
    height: 20px;
  }

  .benefits__inner {
    padding: 220px 0 270px;
  }

  .benefits__section {
    padding-left: 360px;
  }

  .benefits__slogan {
    font-size: 108px;
  }

  .benefits__item {
    width: 170px;
    margin-right: 20px;
  }

  .benefits-decor__woman {
    left: -150px;
    width: 492px;
  }

  .benefits-decor__asai--1 {
    top: 250px;
  }

  .benefits-decor__asai--2 {
    bottom: 140px;
    left: 600px;
  }

  .benefits-decor__circle--1 {
    top: 410px;
    left: 280px;
    width: 16px;
    height: 16px;
  }

  .benefits-decor__buble--1 {
    top: 450px;
    left: -90px;
    width: 200px;
  }

  .composition__inner {
    padding: 60px 0 350px;
  }

  .composition__product--1 {
    width: 160px;
    margin-bottom: -30px;
  }

  .composition__product--2 {
    width: 200px;
    margin-right: 290px;
  }

  .composition__title {
    font-size: 48px;
  }

  .composition__slogan {
    margin-bottom: 70px;
    font-size: 84px;
  }

  .composition__item {
    width: 180px;
    margin-right: 18px;
  }

  .composition__item:nth-child(3n+3) {
    margin-right: 18px;
  }

  .composition__item:last-child {
    margin-right: 0;
  }

  .composition__wave {
    height: 140px;
  }

  .composition-decor__orange {
    top: 10px;
    width: 160px;
  }

  .composition-decor__line {
    top: 55px;
    left: 580px;
    width: 350px;
  }

  .composition-decor__asai--1 {
    top: 210px;
    left: 460px;
  }

  .composition-decor__leaf-01--1 {
    top: 125px;
    left: -10px;
  }

  .composition-decor__leaf-02--1 {
    top: 25px;
    left: 460px;
  }

  .composition-decor__coffee-01--1 {
    top: 270px;
  }

  .reviews--1 {
    margin-top: -260px;
  }

  .reviews--1 .reviews__slogan {
    padding-left: 100px;
  }

  .reviews--2 .reviews__product--2 {
    top: -220px;
    width: 160px;
  }

  .reviews--2 .reviews-decor__orange {
    width: 160px;
  }

  .reviews--2 .reviews-decor__cake--3 {
    left: -30px;
  }

  .reviews__slogan {
    font-size: 72px;
  }

  .reviews__item {
    margin-right: 30px;
  }

  .reviews__wave {
    height: 140px;
  }

  .instruction__inner {
    padding: 45px 0 160px;
  }

  .instruction__slogan {
    font-size: 72px;
  }

  .instruction__title {
    font-size: 22px;
  }

  .instruction__list-wrapper {
    margin-left: 400px;
  }

  .instruction-decor__woman {
    left: -200px;
    width: 600px;
  }

  .instruction-decor__buble--1 {
    top: 410px;
    left: 180px;
    width: 180px;
  }

  .footer__inner {
    padding: 145px 0 50px;
  }

  .footer__title {
    font-size: 96px;
    text-align: left;
  }

  .footer-decor__leaf-02--1 {
    left: 120px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }

  .header__logo {
    padding-top: 50px;
    padding-left: 70px;
  }

  .header__inner {
    padding: 280px 0 90px;
  }

  .header__product--1 {
    width: 200px;
  }

  .header__product--2 {
    width: 260px;
    margin-right: 335px;
  }

  .header__button {
    margin-bottom: 65px;
  }

  .header__list {
    display: block;
    font-size: 0;
  }

  .header__item {
    display: inline-block;
    max-width: 33.3333%;
    vertical-align: top;
  }

  .header__item-table {
    display: table;
    width: 100%;
  }

  .header__item-cell {
    display: table-cell;
    vertical-align: top;
  }

  .header__item-cell:first-child {
    width: 32px;
  }

  .header__icon {
    position: relative;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
  }

  .header__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 14px;
    margin-top: -8px;
    margin-left: -3px;
    content: '';
    border: solid #ffc054;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__text {
    display: inline-block;
    padding: 0 50px 0 10px;
    font-size: 16px;
  }

  .header__wave {
    height: 220px;
  }

  .header__next-button {
    bottom: -80px;
  }

  .header-decor__orange--1 {
    top: 80px;
    width: 180px;
  }

  .header-decor__orange--2 {
    right: -270px;
    bottom: 20px;
    z-index: 1;
    display: block;
    width: 240px;
  }

  .header-decor__orange-02 {
    bottom: -130px;
    width: 180px;
  }

  .header-decor__buble--1 {
    top: -280px;
    left: 220px;
    width: 210px;
  }

  .header-decor__buble--2 {
    width: 210px;
  }

  .header-decor__buble--3 {
    top: 34px;
    left: 470px;
    width: 80px;
  }

  .header-decor__buble--4 {
    top: -200px;
    width: 220px;
  }

  .header-decor__buble--5 {
    top: 20px;
    right: 380px;
    width: 120px;
  }

  .header-decor__buble--6 {
    top: 70px;
    left: -310px;
    z-index: 2;
    display: block;
    width: 210px;
  }

  .header-decor__buble--7 {
    top: 220px;
    right: 60px;
    z-index: 2;
    display: block;
    width: 210px;
    opacity: .5;
  }

  .header-decor__buble--8 {
    right: 100px;
    bottom: -275px;
    z-index: 2;
    display: block;
    width: 120px;
  }

  .header-decor__buble--8 img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header-decor__coffee-01--2 {
    right: -140px;
    bottom: 215px;
    z-index: 3;
    display: block;
    width: 45px;
  }

  .header-decor__coffee-02--1 {
    top: -120px;
    left: 400px;
  }

  .header-decor__coffee-02--2 {
    top: -10px;
    right: 0;
    z-index: 3;
    display: block;
    width: 55px;
  }

  .header-decor__coffee-02--2 img {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .header-decor__asai--1 {
    top: 80px;
    left: 350px;
    width: 55px;
  }

  .header-decor__asai--2 {
    left: 190px;
  }

  .header-decor__asai--3 {
    top: -100px;
    right: 556px;
    width: 40px;
  }

  .header-decor__asai--4 {
    top: 100px;
    right: -160px;
    display: block;
    width: 60px;
  }

  .header-decor__asai--4 img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header-decor__asai--5 {
    bottom: 100px;
    left: -260px;
    display: block;
    width: 80px;
  }

  .header-decor__asai--5 img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .header-decor__asai--6 {
    right: 394px;
    bottom: -108px;
    z-index: 2;
    display: block;
    width: 30px;
  }

  .header-decor__leaf-01--1 {
    top: 80px;
  }

  .header-decor__leaf-01--2 {
    top: -40px;
    right: 120px;
    z-index: 3;
    display: block;
    width: 120px;
  }

  .header-decor__leaf-01--2 img {
    -webkit-transform: scale(1, -1) rotate(80deg);
    -ms-transform: scale(1, -1) rotate(80deg);
    transform: scale(1, -1) rotate(80deg);
  }

  .header-decor__leaf-01--3 {
    right: 300px;
    bottom: -160px;
    z-index: 2;
    display: block;
  }

  .header-decor__leaf-02--1 {
    top: 180px;
    left: 130px;
  }

  .header-decor__leaf-02--2 {
    top: -170px;
    left: 310px;
    width: 90px;
  }

  .header-decor__circle--1 {
    top: -150px;
    left: 500px;
    width: 22px;
    height: 22px;
  }

  .header-decor__circle--2 {
    top: 215px;
    left: -40px;
    display: block;
    width: 50px;
    height: 50px;
  }

  .header-decor__circle--3 {
    top: 215px;
    right: -50px;
    display: block;
    width: 40px;
    height: 40px;
  }

  .header-decor__circle--4 {
    top: 280px;
    right: -20px;
    display: block;
    width: 16px;
    height: 16px;
  }

  .header-decor__circle--5 {
    top: 315px;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
  }

  .header-decor__garcinia {
    right: -145px;
    bottom: -210px;
    z-index: 2;
    display: block;
    width: 120px;
  }

  .benefits__inner {
    padding: 400px 0 370px;
  }

  .benefits__section {
    padding-left: 480px;
  }

  .benefits__title {
    margin-bottom: 80px;
  }

  .benefits__item {
    margin-right: 30px;
  }

  .benefits__item:last-child {
    margin-right: 0;
  }

  .benefits-decor__woman {
    width: 570px;
  }

  .benefits-decor__asai--1 {
    top: 430px;
    right: 180px;
    width: 60px;
  }

  .benefits-decor__asai--2 {
    bottom: 200px;
    left: 720px;
    width: 32px;
  }

  .benefits-decor__circle--1 {
    top: 690px;
    left: 320px;
  }

  .benefits-decor__buble--1 {
    top: 640px;
    width: 220px;
  }

  .benefits-decor__coffee-01--1 {
    top: 390px;
    left: -100px;
    display: block;
    width: 45px;
  }

  .benefits-decor__coffee-01--1 img {
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
  }

  .benefits-decor__leaf-01--1 {
    bottom: 210px;
    left: -210px;
    z-index: 2;
    display: block;
  }

  .composition__inner {
    padding: 60px 0 350px;
  }

  .composition__product--1 {
    width: 200px;
    margin-bottom: -30px;
  }

  .composition__product--2 {
    width: 260px;
    margin-right: 335px;
    margin-bottom: 50px;
  }

  .composition__slogan {
    margin-bottom: 140px;
  }

  .composition__item {
    width: 220px;
    margin-right: 10px;
  }

  .composition__item:last-child {
    margin-right: 0;
  }

  .composition__wave {
    height: 220px;
  }

  .composition-decor__orange {
    top: -50px;
    width: 180px;
  }

  .composition-decor__orange-02 {
    top: 0;
    right: -90px;
    display: block;
    width: 180px;
   
  }

  .composition-decor__garcinia {
    top: 45%;
    right: -280px;
    bottom: auto;
    display: block;
    width: 180px;
  }

  .composition-decor__line {
    left: 700px;
    height: 160px;
  }

  .composition-decor__asai--1 {
    left: 550px;
    width: 60px;
  }

  .composition-decor__asai--2 {
    top: 10%;
    left: -150px;
    display: block;
    width: 50px;
  }

  .composition-decor__asai--3 {
    top: 30%;
    right: -200px;
    display: block;
    width: 50px;
  }

  .composition-decor__leaf-01--1 {
    top: 90px;
    width: 100px;
  }

  .composition-decor__leaf-01--2 {
    width: 140px;
  }

  .composition-decor__leaf-02--1 {
    top: -70px;
    left: 570px;
    width: 130px;
  }

  .composition-decor__coffee-01--1 {
    width: 42px;
  }

  .composition-decor__coffee-01--2 {
    top: -145px;
    right: 0;
    display: block;
    width: 40px;
  }

  .composition-decor__coffee-02--1 {
    top: -70px;
    right: 150px;
    display: block;
    width: 50px;
  }

  .composition-decor__buble--1 {
    top: -170px;
    right: 300px;
    bottom: auto;
    display: block;
    width: 120px;
  }

  .reviews--1 {
    margin-top: -220px;
  }

  .reviews--1 .reviews__slogan {
    padding-left: 120px;
  }

  .reviews--2 .reviews__product--2 {
    top: -380px;
  }

  .reviews--2 .reviews-decor__orange {
    right: -300px;
    width: 180px;
  }

  .reviews--2 .reviews-decor__leaf-02 {
    right: 300px;
    bottom: -160px;
    z-index: 2;
    display: block;
  }

  .reviews--2 .reviews-decor__cake--1 {
    right: -270px;
    display: block;
    width: 220px;
  }

  .reviews--2 .reviews-decor__cake--2 {
    right: -120px;
    display: block;
    width: 154px;
  }

  .reviews--2 .reviews-decor__cake--3 {
    left: -220px;
    display: block;
    width: 170px;
  }

  .reviews--2 .reviews-decor__cake--4 {
    bottom: -145px;
    left: 0;
    z-index: 2;
    display: block;
  }

  .reviews__section {
    padding-left: 120px;
  }

  .reviews__item {
    width: 410px;
  }

  .reviews__wave {
    height: 220px;
  }

  .instruction__inner {
    padding: 90px 0 320px;
  }

  .instruction__list-wrapper {
    margin-left: 570px;
  }

  .instruction-decor__woman {
    width: 738px;
  }

  .instruction-decor__buble--1 {
    top: 500px;
    left: 275px;
    width: 220px;
  }

  .footer__inner {
    padding-top: 290px;
  }

  .footer__product--1 {
    width: 210px;
    margin-right: 260px;
  }

  .footer__product--2 {
    width: 210px;
    margin-right: 30px;
  }

  .footer__title {
    padding-left: 120px;
  }

  .footer__form {
    margin-right: 120px;
    margin-bottom: 130px;
    margin-left: auto;
  }

  .footer-decor__orange {
    position: absolute;
    top: 240px;
    left: -270px;
    display: block;
    width: 180px;
  }

  .footer-decor__leaf-02--1 {
    left: 200px;
  }

  .footer-decor__leaf-02--2 {
    top: 50%;
    left: -160px;
    display: block;
    width: 140px;
  }

  .footer-decor__leaf-02--2 img {
    -webkit-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  .footer-decor__leaf-02--3 {
    top: 60%;
    right: -140px;
    display: block;
    width: 120px;
  }

  .footer-decor__leaf-02--3 img {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
  }

  .footer-decor__asai--1 {
    top: 40%;
    left: 0;
    display: block;
    width: 40px;
  }

  .footer-decor__asai--2 {
    top: 40%;
    right: -90px;
    display: block;
    width: 30px;
  }

  .footer-decor__garcinia {
    right: -290px;
    bottom: -40px;
    z-index: 3;
    display: block;
    width: 180px;
  }
}

@media (min-width: 1900px) {
  .benefits-decor__spot--2 {
    top: 30%;
    display: block;
    width: 280px;
    height: 520px;
  }

  .benefits-decor__circle--2 {
    top: 60%;
    right: 220px;
    left: auto;
    display: block;
    width: 16px;
    height: 16px;
  }

  .benefits-decor__circle--3 {
    top: 58%;
    right: 210px;
    left: auto;
    display: block;
    width: 8px;
    height: 8px;
  }

  .benefits-decor__orange--1 {
    top: 30%;
    right: -60px;
    display: block;
    width: 180px;
  }

  .benefits-decor__leaf-02--1 {
    top: 65%;
    right: 90px;
    display: block;
    width: 160px;
  }

  .benefits-decor__leaf-02--1 img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .instruction__product--1 {
    top: 10%;
    right: 150px;
    z-index: 2;
    display: block;
    width: 160px;
  }

  .instruction-decor__spot--1 {
    top: 10%;
    left: -120px;
    display: block;
    width: 280px;
    height: 520px;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }

  .instruction-decor__spot--2 {
    top: 10%;
    right: -60px;
    display: block;
    width: 360px;
    height: 690px;
  }

  .instruction-decor__orange--1 {
    top: 50%;
    left: -105px;
    display: block;
    width: 180px;
  }

  .instruction-decor__leaf-02--1 {
    top: 15%;
    width: 160px;
  }

  .instruction-decor__leaf-02--2 {
    right: 10px;
    bottom: 70%;
    width: 160px;
  }

  .instruction-decor__asai--1 {
    top: 70%;
    right: 60px;
    display: block;
    width: 50px;
  }

  .instruction-decor__asai--1 img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .instruction-decor__asai--2 {
    top: 40%;
    left: 85px;
    display: block;
    width: 30px;
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


.cpu{
  padding: 10px 0;
  text-align: center;
  background: #ffaf51;
}
.cpu img{
  display: block;
  margin: 0 auto;
}
.cpu a{
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  color: #333;
  font-size: 14px;
  line-height: 1.1em;
}