html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
  outline: none;
}

body {
  font-size: 16px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif, Tahoma, Verdana;
  font-weight: 400;
  font-style: normal;
  color: #171717;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
  border: 0;
}

button {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/*!
 * 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;
}

@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;
  }
}
.advantages {
  width: 270px;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dde0ea;
  border-radius: 8px;
  padding: 10px 15px;
}

.advantages__item + .advantages__item {
  margin-top: 20px;
}

.advantages__media {
  margin-right: 20px;
}

.advantages__title {
  color: #43a8c5;
  font-weight: 700;
}

.advantages__title span {
  display: block;
  color: #171717;
  font-weight: 600;
}

@media (max-width: 768px) {
  .advantages {
    width: 100%;
  }
}
.cause {
  position: relative;
}

.cause__title {
  margin-bottom: 10px;
  font-size: 62px;
  line-height: 57px;
  font-weight: 800;
  color: #ef265a;
  text-transform: uppercase;
}

.cause__title span {
  display: block;
  font-size: 62px;
}

.cause__subTitle {
  margin-bottom: 40px;
  font-size: 43px;
  font-weight: 600;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
}

.cause__subTitle span {
  display: block;
  font-size: 43px;
}

.cause__description {
  max-width: 500px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.cause__description span {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}

.cause__info {
  position: absolute;
  bottom: -190px;
  padding: 20px 20px 20px 215px;
  border: 3px solid #ef265a;
  border-radius: 7px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  background-image: url("../media/cause/bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #641315;
}

.cause__info span {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .cause__title {
    font-size: 48px;
    line-height: 1;
  }

  .cause__title span {
    font-size: 48px;
  }

  .cause__subTitle {
    font-size: 28px;
    line-height: 1.2;
  }

  .cause__subTitle span {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .cause__title {
    font-size: 38px;
  }

  .cause__title span {
    font-size: 38px;
  }

  .cause__subTitle {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .cause__subTitle span {
    font-size: 18px;
  }

  .cause__description {
    font-size: 16px;
  }

  .cause__description span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cause__info {
    padding: 15px 15px 15px 45px;
    background-position: -160px;
    font-size: 16px;
    bottom: -160px;
  }

  .cause__info span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cause__title {
    font-size: 28px;
  }

  .cause__title span {
    font-size: 28px;
  }

  .cause__subTitle {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .cause__subTitle span {
    font-size: 16px;
  }

  .cause__description {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .cause__description span {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .cause__info {
    position: static;
    font-size: 14px;
  }

  .cause__info span {
    font-size: 14px;
  }
}
.container {
  width: calc(100% - 700px);
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 1280px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  .container {
    width: 100%;
  }
}
.effects {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.effects__box {
  position: relative;
  z-index: 1;
  max-width: 480px;
}

.effects__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.2;
}

.effects__title > span {
  font-size: 26px;
  display: block;
}

.effects__title > span span {
  border-bottom: 2px solid #f46b8c;
  font-size: 26px;
}

.effects__subtitle {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.effects__description {
  margin-bottom: 70px;
  font-size: 86px;
  color: #ef265a;
  font-weight: 800;
  line-height: 80px;
  text-transform: uppercase;
}

.effects__events {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 100px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.effects__events::before {
  position: absolute;
  width: calc(100% + 120px);
  height: 45px;
  margin-left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(-15deg);
  -ms-transform: translateY(-50%) skewX(-15deg);
  transform: translateY(-50%) skewX(-15deg);
  background-color: rgba(0, 0, 0, 0.06);
  content: '';
}

.effects__media {
  position: absolute;
  bottom: -210px;
  right: -320px;
  width: 1071px;
  height: 917px;
}

.effects__hover {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  width: 400px;
  height: 100%;
  margin-left: -200px;
}

.effects__hover:hover + .effects__fadeLine {
  -webkit-transform: translateY(800px);
  -ms-transform: translateY(800px);
  transform: translateY(800px);
}

.effects__face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.effects__face_before {
  background-image: url("../media/effects/man1.png");
}

.effects__face_after {
  display: none;
  background-image: url("../media/effects/man2.png");
}

.effects__fadeLine {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s -webkit-transform;
  transition: 1s -webkit-transform;
  -o-transition: 1s transform;
  transition: 1s transform;
  transition: 1s transform, 1s -webkit-transform;
  text-align: center;
}

.effects__fadeLine img {
  display: inline-block;
}

@media (max-width: 1280px) {
  .effects__media {
    right: 0;
    width: 500px;
    height: 430px;
  }

  .effects__media:hover .effects__fadeLine {
    -webkit-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px);
  }

  .effects__hover {
    width: 240px;
    margin-left: -120px;
  }

  .effects__face {
    position: absolute;
    height: 100%;
  }

  .effects__face_before {
    background-image: url("../media/effects/man1-1280.png");
  }

  .effects__face_after {
    background-image: url("../media/effects/man2-1280.png");
  }

  .effects__title {
    font-size: 24px;
  }

  .effects__title span {
    font-size: 24px;
  }

  .effects__subtitle {
    font-size: 34px;
    line-height: 1.2;
  }

  .effects__description {
    font-size: 48px;
    line-height: 1.2;
  }

  .effects__box {
    max-width: 340px;
  }

  .effects__events {
    margin-left: 40px;
    font-size: 14px;
  }

  .effects__events::before {
    width: calc(100% + 60px);
  }

  .effects__events img {
    margin-left: -5px;
  }
}

@media (max-width: 768px) {
  .effects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .effects__box {
    max-width: 100%;
  }

  .effects__title {
    font-size: 22px;
  }

  .effects__title span {
    font-size: 22px;
  }

  .effects__title span span {
    font-size: 22px;
  }

  .effects__subtitle {
    font-size: 30px;
  }

  .effects__description {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .effects__events {
    display: none;
  }

  .effects__fadeLine {
    left: 12px;
  }

  .effects__media {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 300px;
    width: auto;
  }

  .effects__media:hover .effects__fadeLine {
    -webkit-transform: translateY(260px);
    -ms-transform: translateY(260px);
    transform: translateY(260px);
  }

  .effects__face {
    position: static;
    background-position: center bottom;
  }

  .effects__face_before {
    background-image: url("../media/effects/man1-768.png");
  }

  .effects__face_after {
    background-image: url("../media/effects/man2-768.png");
  }
}

@media (max-width: 480px) {
  .effects__title {
    font-size: 18px;
  }

  .effects__title span {
    font-size: 18px;
  }

  .effects__title span span {
    font-size: 18px;
  }

  .effects__subtitle {
    font-size: 23px;
  }

  .effects__description {
    font-size: 34px;
  }

  .effects__media {
    display: none;
  }
}
.eggs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .eggs {
    display: none;
  }
}

@media (max-width: 768px) {
  .eggs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .eggs__item {
    width: 96px;
  }

  .eggs__item + .eggs__item {
    margin-left: 15px;
  }
}
.face {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 28px;
}

.face__head {
  width: 100%;
}

.face__title {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 55px;
  line-height: 1;
  color: #171717;
  font-weight: 600;
  text-transform: uppercase;
}

.face__title span {
  display: block;
  font-size: 77px;
}

.face__title span:last-child {
  font-weight: 800;
  display: table;
  background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
}

.face__order {
  margin-bottom: 30px;
}

.face__product {
  position: absolute;
  left: -15px;
  width: calc(100% + 30px);
  height: 770px;
  z-index: -1;
  bottom: -215px;
  background-image: url("../media/face/product.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.face__product img {
  margin-right: auto;
  margin-left: auto;
}

.face__box_eggs {
  margin-left: auto;
}

.face__arrow {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

@media (max-width: 1280px) {
  .face__head {
    margin-bottom: 30px;
  }

  .face__title {
    margin-top: 0;
    font-size: 40px;
  }

  .face__title span {
    font-size: 50px;
  }

  .face__product {
    background-image: url("../media/face/product-1280.png");
    bottom: -120px;
    background-position: center bottom;
  }
}

@media (max-width: 768px) {
  .face {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .face__title {
    font-size: 40px;
    margin-bottom: 25px;
    margin-bottom: 450px;
  }

  .face__title span {
    display: inline;
    font-size: 40px;
  }

  .face__box_eggs {
    margin-top: 25px;
    margin-left: 0;
  }

  .face__product {
    top: 180px;
    bottom: auto;
    height: 370px;
    background-position: center bottom;
    background-image: url("../media/face/product-768.png");
  }

  .face__arrow {
    bottom: -40px;
    width: 65%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .face__title {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 386px;
    line-height: 1.2;
  }

  .face__title span {
    display: inline;
    text-align: center;
    font-size: 24px;
  }

  .face__title span:last-child {
    display: inline;
  }

  .face__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .face__product {
    top: 170px;
    height: 300px;
    background-position-x: center;
    background-image: url("../media/face/product-480.png");
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .face__title,
  .order__price,
  .question__subTitle,
  .step__subTitle,
  .product__title,
  .step__subTitle,
  .product__title,
  .professional__title,
  .reviews__title,
  .support__title,
  .step__name,
  .product__name,
  .support__subTitle {
    background: transparent !important;
    color: #171717 !important;
  }

  .face__title span,
  .order__price span,
  .question__subTitle span,
  .step__subTitle span,
  .product__title span,
  .step__subTitle span,
  .product__title span,
  .professional__title span,
  .reviews__title span,
  .support__title span,
  .step__name span,
  .product__name span,
  .support__subTitle span {
    background: transparent !important;
    color: #171717 !important;
  }

  .face__title span:last-child,
  .order__price span:last-child,
  .question__subTitle span:last-child,
  .step__subTitle span:last-child,
  .product__title span:last-child,
  .step__subTitle span:last-child,
  .product__title span:last-child,
  .professional__title span:last-child,
  .reviews__title span:last-child,
  .support__title span:last-child,
  .step__name span:last-child,
  .product__name span:last-child,
  .support__subTitle span:last-child {
    color: #171717 !important;
    background: transparent !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    .face__title,
    .order__price,
    .question__subTitle,
    .step__subTitle,
    .product__title,
    .step__subTitle,
    .product__title,
    .professional__title,
    .reviews__title,
    .support__title,
    .step__name,
    .product__name,
    .support__subTitle {
      background: transparent !important;
      color: #171717 !important;
      -webkit-text-fill-color: #171717 !important;
    }

    .face__title span,
    .order__price span,
    .question__subTitle span,
    .step__subTitle span,
    .product__title span,
    .step__subTitle span,
    .product__title span,
    .professional__title span,
    .reviews__title span,
    .support__title span,
    .step__name span,
    .product__name span,
    .support__subTitle span {
      background: transparent !important;
      color: #171717 !important;
      -webkit-text-fill-color: #171717 !important;
    }

    .face__title span:last-child,
    .order__price span:last-child,
    .question__subTitle span:last-child,
    .step__subTitle span:last-child,
    .product__title span:last-child,
    .step__subTitle span:last-child,
    .product__title span:last-child,
    .professional__title span:last-child,
    .reviews__title span:last-child,
    .support__title span:last-child,
    .step__name span:last-child,
    .product__name span:last-child,
    .support__subTitle span:last-child {
      color: #171717 !important;
      background: transparent !important;
      -webkit-text-fill-color: #171717 !important;
    }
}
}
.facts__item {
  position: relative;
  margin-left: -110px;
  background-color: #fff;
  border: 3px solid #ef265a;
  border-radius: 7px;
  font-weight: 500;
  -webkit-box-shadow: 15px 16px 13px 0px #e2e2e2;
  box-shadow: 15px 16px 13px 0px #e2e2e2;
}

.facts__item + .facts__item {
  margin-top: 50px;
}

.facts__item_right {
  margin-left: 0;
  margin-right: -110px;
}

.facts__item_right .facts__media {
  right: auto;
  left: 0;
}

.facts__item_right .facts__content {
  padding: 45px 82px 45px 606px;
}

.facts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 527px 45px 150px;
  height: 365px;
}

.facts__nomber {
  position: absolute;
  top: 5px;
  left: -113px;
  width: 90px;
  font-size: 112px;
  color: #e6e6e6;
  line-height: .75;
  text-align: right;
}

.facts__subTitle {
  position: relative;
  font-size: 26px;
  line-height: 32px;
  color: #ef265a;
}

.facts__subTitle span {
  margin-top: 25px;
  color: #000;
  display: block;
  font-size: 20px;
  line-height: 28px;
}

.facts__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 429px;
}

@media (max-width: 1280px) {
  .facts__item {
    margin-left: 0;
    min-height: 304px;
  }

  .facts__item_right {
    margin-right: 0;
  }

  .facts__item_right .facts__content {
    padding: 15px 15px 15px 365px;
  }

  .facts__content {
    height: 298px;
    padding: 15px 365px 15px 15px;
  }

  .facts__nomber {
    top: -50px;
    left: 0;
    width: auto;
    font-size: 60px;
    text-align: left;
  }

  .facts__subTitle {
    font-size: 20px;
    line-height: 1.2;
  }

  .facts__subTitle span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .facts__media {
    min-width: 300px;
    width: 350px;
  }
}

@media (max-width: 768px) {
  .facts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    min-height: none;
    max-height: none;
  }

  .facts__item + .facts__item {
    margin-top: 15px;
  }

  .facts__item_right .facts__content {
    padding: 15px;
  }

  .facts__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    padding: 15px;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .facts__nomber {
    top: 0;
    left: 0;
  }

  .facts__subTitle {
    font-size: 18px;
    padding-left: 64px;
  }

  .facts__subTitle span {
    margin-top: 5px;
    font-weight: 400;
  }

  .facts__media {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    min-width: 100%;
    overflow: hidden;
  }

  .facts__media img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .facts__nomber {
    margin-right: 15px;
    font-size: 50px;
  }

  .facts__subTitle {
    font-size: 16px;
    line-height: 1;
  }

  .facts__subTitle span {
    font-size: 14px;
  }

  .facts__media {
    height: auto;
    width: 100%;
  }

  .facts__media img {
    width: auto;
    min-width: 100%;
  }
}
.fake {
  position: relative;
  padding-right: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 366px;
  border-radius: 7px;
  border: 3px solid #e12355;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("../media/fake/bg.png");
  background-position: right center;
}

.fake__box {
  width: 100%;
  padding: 70px 0 70px 60px;
}

.fake__title {
  font-size: 50px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ef265a;
  text-transform: uppercase;
}

.fake__description {
  font-size: 19px;
  line-height: 1.2;
}

.fake__media {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 400px;
  height: 528px;
  background-repeat: no-repeat;
  background-image: url("../media/fake/product.png");
}

@media (max-width: 1280px) {
  .fake__title {
    font-size: 48px;
    line-height: 1;
  }

  .fake__description {
    font-size: 18px;
  }

  .fake {
    padding-right: 0;
    background: #fff;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
  }

  .fake__box {
    padding: 0;
    text-align: center;
  }

  .fake__media {
    margin-top: 25px;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 321px;
    background-image: url("../media/fake/product-1280.png");
    background-position-x: center;
  }
}

@media (max-width: 768px) {
  .fake__title {
    font-size: 38px;
  }

  .fake__description {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .fake__title {
    font-size: 28px;
  }

  .fake__description {
    font-size: 14px;
  }

  .fake__media {
    height: 222px;
    background-image: url("../media/fake/product-480.png");
  }
}
.footer {
  text-align: center;
  font-size: 13px;
  color: #b0b0b0;
}

.footer_leadbit {
  display: block;
  line-height: 1.6;
}

.footer_leadbit a {
  text-decoration: underline;
  color: #b0b0b0;
}

@media (max-width: 480px) {
  .footer_leadbit {
    font-size: 14px;
  }

  .footer_leadbit a {
    font-size: inherit;
  }
}
.gradient {
  text-align: center;
}
.memories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.memories_subTitle {
  margin-bottom: 10px;
  max-width: 330px;
  font-size: 43px;
  font-weight: 600;
  color: #171717;
  line-height: 43px;
  text-transform: uppercase;
  text-align: right;
}

.memories_title {
  max-width: 330px;
  font-size: 62px;
  line-height: 57px;
  font-weight: 800;
  color: #ef265a;
  text-transform: uppercase;
  text-align: right;
}

.memories__box {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 376px;
}

.memories__item {
  max-width: 148px;
  margin-bottom: 40px;
}

.memories__media {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #ffd3c3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd3c3), to(#fbafac));
  background-image: -o-linear-gradient(bottom, #ffd3c3 0%, #fbafac 100%);
  background-image: linear-gradient(to top, #ffd3c3 0%, #fbafac 100%);
}

.memories__name {
  position: relative;
  font-weight: 800;
  color: #ef265a;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .memories_subTitle {
    font-size: 28px;
    line-height: 1.2;
    max-width: 220px;
  }

  .memories_title {
    font-size: 48px;
    line-height: 1;
  }

  .memories__box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: none;
  }

  .memories__item {
    max-width: 120px;
    margin-bottom: 0;
  }

  .memories__item + .memories__item {
    margin-left: 20px;
  }

  .memories__media {
    width: 120px;
    height: 120px;
    padding: 30px;
  }

  .memories__name {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .memories_subTitle {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .memories_title {
    font-size: 38px;
    line-height: 1;
    max-width: 100%;
    text-align: center;
  }

  .memories__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .memories__item {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36%;
    margin-bottom: 25px;
  }

  .memories__item + .memories__item {
    margin-left: 0;
  }

  .memories__media {
    width: 100px;
    height: 100px;
    padding: 20px;
  }

  .memories__name {
    width: 125px;
    font-weight: 600;
  }
}

@media (max-width: 480px) {
  .memories_subTitle {
    font-size: 16px;
  }

  .memories_title {
    font-size: 28px;
  }

  .memories__item {
    width: 50%;
  }

  .memories__item + .memories__item {
    margin-left: 0;
  }

  .memories__media {
    width: 100px;
    height: 100px;
    padding: 20px;
  }

  .memories__name {
    width: 125px;
  }
}
.order {
  width: 305px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}

.order__title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.order__title span {
  display: block;
  font-size: 25px;
}

.order__price {
  margin-bottom: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order__price span {
  font-size: 22px;

}

.order__price span:last-child {

/*  display: table;*/
  background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
/*
  -webkit-text-fill-color: transparent;
  color: #171717;
  font-weight: 700;
  font-size: 21px;
*/
    margin-right: 10px;
}

.order__price span:first-child {
/*  position: relative;*/
}

.order__price span:first-child::before {
/*  position: absolute;*/
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
  width: 120%;
  height: 1px;
  background-color: #000;
  content: '';
}

.order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order__item + .order__item {
  margin-top: 10px;
}

.order__item + .order__item_btn {
  margin-top: 20px;
}

.order__item span {
  margin-left: 15px;
  margin-bottom: 3px;
  font-weight: 500;
}

.order__field {
  height: 60px;
  background-color: #eff1f7;
  border-radius: 50px;
  padding: 12px;
  font-size: 16px;
}

.order__btn {
  padding: 19.5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: #43a8c5;
  background-image: -webkit-gradient(linear, left top, right top, from(#43a8c5), to(#53b44e));
  background-image: -o-linear-gradient(left, #43a8c5 0%, #53b44e 100%);
  background-image: linear-gradient(to right, #43a8c5 0%, #53b44e 100%);
  -webkit-transition: .3s background;
  -o-transition: .3s background;
  transition: .3s background;
}

.order__btn:hover {
  background: #53b44e;
  background-image: -webkit-gradient(linear, left top, right top, from(#53b44e), to(#43a8c5));
  background-image: -o-linear-gradient(left, #53b44e 0%, #43a8c5 100%);
  background-image: linear-gradient(to right, #53b44e 0%, #43a8c5 100%);
}

@media (max-width: 1280px) {
  .order {
    width: 250px;
  }

  .order__title {
    font-size: 22px;
  }

  .order__title span {
    font-size: 22px;
  }

  .order__field {
    height: 45px;
  }

  .order__item + .order__item {
    margin-top: 10px;
  }

  .order__btn {
    margin-top: 10px;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .order {
    width: 100%;
    padding-top: 40px;
  }

  .order__title span {
    display: inline;
  }
}

@media (max-width: 768px) {
  .order__title {
    font-size: 20px;
  }

  .order__title span {
    font-size: 20px;
  }
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  background-color: transparent;
  z-index: 10;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffe6dc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe6dc), to(white));
  background-image: -o-linear-gradient(bottom, #ffe6dc 0%, white 100%);
  background-image: linear-gradient(to top, #ffe6dc 0%, white 100%);
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  top: 0;
}

#loader-wrapper .loader-section.section-right {
  bottom: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.product {
  background-image: url("../media/product/product.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
  margin-bottom: -70px;
}

.product__title {
  display: inline;
  background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
  font-size: 61px;
  line-height: 57px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.product__subTitle {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.product__subTitle span {
  display: block;
  font-size: 30px;
}

.product__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -100px;
}

.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 50px;
}

.product__item:nth-of-type(2n) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.product__media {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 142px;
  height: 142px;
  border-radius: 30px;
  overflow: hidden;
}

.product__media img {
  max-width: none;
}

.product__name {
  background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 28px;
}

.product__name span {
  display: block;
  font-size: 27px;
}

.product__description {
  max-width: 233px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .product {
    background-image: url("../media/product/product-1280.png");
  }

  .product__title {
    font-size: 48px;
  }

  .product__subTitle {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .product__subTitle span {
    font-size: 28px;
  }

  .product__box {
    margin-top: 0;
  }

  .product__name {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1;
  }

  .product__name span {
    font-size: 22px;
  }

  .product__description {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .product {
    background-image: url("../media/product/product-768.png");
  }

  .product__title {
    font-size: 38px;
    line-height: 1;
  }

  .product__subTitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1;
  }

  .product__subTitle span {
    font-size: 18px;
  }

  .product__media {
    width: 100px;
    height: 100px;
  }

  .product__name {
    font-size: 18px;
  }

  .product__name span {
    font-size: 18px;
  }

  .product__description {
    font-size: 14px;
    max-width: 167px;
  }
}

@media (max-width: 480px) {
  .product {
    background-image: none;
  }

  .product__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .product__subTitle {
    font-size: 16px;
    line-height: 1.2;
  }

  .product__subTitle span {
    font-size: 16px;
  }

  .product__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__item {
    min-height: 100px;
    position: relative;
    padding-left: 115px;
    width: 100%;
    margin-bottom: 25px;
  }

  .product__item:nth-of-type(2n) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

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

  .product__media {
    position: absolute;
    left: 0;
    top: 0;
  }

  .product__description {
    max-width: 100%;
  }

  .product__name span {
    display: inline;
  }
}
.professional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.professional__box_doc {
  padding-bottom: 50px;
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 130px;
  margin-top: -100px;
  max-width: 650px;
  background-color: #f6f6f9;
}

.professional__box_human {
  position: relative;
}

.professional__title {
  margin-bottom: 20px;
  display: inline-block;
  background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
  font-size: 61px;
  line-height: 57px;
  font-weight: 800;
  text-transform: uppercase;
}

.professional__subTitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #43a8c5;
}

.professional__description {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.professional__footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.professional__identifier {
  margin-right: 30px;
}

.professional__name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.professional__position {
  max-width: 200px;
  color: #43a8c5;
  font-weight: 500;
  font-style: italic;
}

.professional__media {
  position: absolute;
  background-image: url("../media/professional/human.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 372px;
  height: 774px;
}

@media (max-width: 1280px) {
  .professional__title {
    font-size: 48px;
    line-height: 1;
  }

  .professional__description {
    font-size: 16px;
  }

  .professional__description span {
    font-size: 16px;
  }

  .professional__box_doc {
    max-width: 485px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .professional__media {
    width: 250px;
    height: 760px;
    background-image: url("../media/professional/human-1280.png");
  }
}

@media (max-width: 768px) {
  .professional__title {
    font-size: 38px;
  }

  .professional__subTitle {
    font-size: 18px;
  }

  .professional__description {
    font-size: 14px;
    line-height: 20px;
  }

  .professional__description span {
    font-size: 14px;
  }

  .professional__box_doc {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .professional__box_human {
    display: none;
  }

  .professional__media {
    background-image: none;
  }
}

@media (max-width: 480px) {
  .professional__title {
    font-size: 28px;
  }

  .professional__subTitle {
    font-size: 16px;
    line-height: 1.2;
  }

  .professional__box_doc {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .professional__name {
    font-size: 18px;
  }

  .professional__position {
    font-size: 14px;
  }
}
.question__head {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  position: relative;
  padding: 30px;
  border-radius: 7px;
  border: 2px solid #b5dddf;
  border-top: 0;
  max-width: 800px;
}

.question__head::before {
  position: absolute;
  top: 0;
  right: -2px;
  height: 20px;
  width: 120px;
  border: 2px solid #b5dddf;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 7px 0 0;
  content: '';
}

.question__head::after {
  position: absolute;
  top: 0;
  left: -2px;
  height: 20px;
  width: 120px;
  border: 2px solid #b5dddf;
  border-right: 0;
  border-bottom: 0;
  border-radius: 7px 0 0 0;
  content: '';
}

.question__title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 14px;
  color: #89ca86;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
}

.question__title span {
  font-size: 14px;
  color: #43a8c5;
}

.question__description {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.question__subTitle {
  font-weight: 840;
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
}

.question__subTitle span {
  font-weight: 800;
  display: inline;
  background-image: -o-linear-gradient(45deg, #43a8c5, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
  font-size: 56px;
}

@media (max-width: 1280px) {
  .question__head {
    padding: 20px;
  }

  .question__description {
    font-size: 18px;
    line-height: 1.2;
  }

  .question__subTitle {
    font-size: 48px;
  }

  .question__subTitle span {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .question__head::before {
    width: 80px;
  }

  .question__head::after {
    width: 80px;
  }

  .question__description {
    font-size: 16px;
    font-weight: 500;
  }

  .question__title {
    font-weight: 600;
    letter-spacing: 0;
  }

  .question__subTitle {
    font-size: 38px;
  }

  .question__subTitle span {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .question__head {
    padding: 10px;
    border-width: 1px;
  }

  .question__head::before {
    width: 20px;
    border-width: 1px;
    right: -1px;
  }

  .question__head::after {
    left: -1px;
    width: 20px;
    border-width: 1px;
  }

  .question__description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .question__title {
    font-weight: 400;
  }

  .question__subTitle {
    font-size: 28px;
  }

  .question__subTitle span {
    font-size: 28px;
  }
}
.reviews__title {
  margin-bottom: 20px;
  display: inline-block;
  background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
  font-size: 61px;
  line-height: 57px;
  font-weight: 800;
  text-transform: uppercase;
}

.reviews__title span {
  display: block;
  font-size: 61px;
}

.reviews__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews__item {
  max-width: 315px;
  margin: 0 13px;
  border: 2px solid #f3f3f3;
  border-radius: 7px;
  padding: 18px;
}

.reviews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.reviews__media {
  border-radius: 5px;
  background-color: #000;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 10px;
}

.reviews__name {
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  color: #43a8c5;
}

.reviews__age {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.reviews__description {
  font-size: 18px;
  color: #43a8c5;
  line-height: 1.2;
}

.reviews__description span {
  display: block;
  margin-top: 20px;
  font-size: 17px;
  color: #202020;
}

.reviews__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}

.reviews__stars {
  width: 26px;
  height: 26px;
  background-image: url("../media/reviews/star.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.reviews__stars + .reviews__stars {
  margin-left: 5px;
}

@media (max-width: 1280px) {
  .reviews__title {
    font-size: 48px;
    line-height: 1;
  }

  .reviews__title span {
    font-size: 48px;
  }

  .reviews__item {
    max-width: 100%;
  }

  .reviews__item + .reviews__item {
    margin-top: 15px;
  }

  .reviews__head {
    margin-bottom: 10px;
  }

  .reviews__description {
    font-size: 16px;
  }

  .reviews__description span {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
  }

  .reviews__name {
    font-size: 16px;
  }

  .reviews__age {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .reviews__title {
    font-size: 38px;
  }

  .reviews__title span {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .reviews__title {
    font-size: 28px;
  }

  .reviews__title span {
    font-size: 28px;
  }
}
.section {
  position: relative;
  width: calc(100% + 700px);
  left: -350px;
}

.section_face {
  padding-bottom: 100px;
  background-color: #eff1f7;
  background-image: url("../media/section/circle.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 0 0 50% 50%;
}

.section_effects {
  overflow: hidden;
  background: #ffd6c6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd6c6), to(white));
  background-image: -o-linear-gradient(bottom, #ffd6c6 0%, white 100%);
  background-image: linear-gradient(to top, #ffd6c6 0%, white 100%);
  border-radius: 0 0 50% 50%;
  padding-top: 400px;
  padding-bottom: 210px;
}

.section_effects:before {
  position: absolute;
  bottom: 0;
  left: 450px;
  content: '?';
  color: #ffeee8;
  font-size: 800px;
  font-weight: 800;
  line-height: .7;
}

.section_warning {
  margin-top: -50px;
  padding-bottom: 260px;
  background-image: url("../media/section/warning.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.section_cause {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 140px;
  background: #050708;
  background-image: url("../media/section/cause.jpg");
  background-repeat: no-repeat;
  background-position: calc(100% - 350px) top;
  background-color: #000;
}

.section_memories {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../media/section/memories.jpg");
  background-repeat: no-repeat;
  background-position: 350px top;
  background-color: #fff;
}

.section_question {
  min-height: 1500px;
  padding-top: 60px;
  padding-bottom: 120px;
  background-image: url("../media/section/question.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
}

.section_step {
  margin-top: -170px;
  padding-top: 80px;
  padding-bottom: 240px;
  background-color: #ebeef5;
  border-radius: 50% 50% 0 0;
}

.section_product {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 150px;
  margin-top: -200px;
  background-image: url("../media/section/product.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% - 27px) bottom;
  background-color: #fff;
  border-radius: 50%;
}

.section_professional {
  overflow: hidden;
  padding-top: 250px;
  margin-top: -250px;
  background-image: url("../media/section/professional.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 0 0 50% 50%;
}

.section_reviews {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_fake {
  background-image: url("../media/section/fake.png");
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_support {
  z-index: 2;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
  padding-top: 60px;
  background: #ffe6dc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe6dc), to(white));
  background-image: -o-linear-gradient(bottom, #ffe6dc 0%, white 100%);
  background-image: linear-gradient(to top, #ffe6dc 0%, white 100%);
}

.section_footer-face {
  z-index: 1;
  margin-top: -250px;
  padding-top: 250px;
}

.section_footer {
  margin-top: -250px;
  padding-top: 400px;
  padding-bottom: 25px;
  background-color: #fff;
}

.section__warning {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media (min-width: 1921px) {
  .section_professional {
    background-size: cover;
  }
}

@media (max-width: 1280px) {
  .section_effects {
    padding-top: 120px;
  }

  .section::before {
    left: 350px;
    color: #fff9f6;
    font-size: 700px;
  }

  .section_warning {
    padding-bottom: 160px;
    background-image: url("../media/section/warning-1280.png");
    margin-top: 25px;
  }

  .section_cause {
    background-image: url("../media/section/cause-1280.jpg");
    background-size: cover;
    background-position-x: 200px;
  }

  .section_memories {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url("../media/section/memories-1280.png");
  }

  .section_question {
    min-height: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../media/section/question-1280.jpg");
  }

  .section_product {
    padding-top: 50px;
    background-image: url("../media/section/product-1280.png");
    background-position: calc(50% - -10px) center;
  }

  .section_footer {
    padding-top: 300px;
  }

  .section__warning {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .section_effects {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section_effects::before {
    display: none;
  }

  .section_warning {
    padding-bottom: 120px;
    background-image: url("../media/section/warning-768.png");
  }

  .section_cause {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section_memories {
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url("../media/section/memories-768.jpg");
  }

  .section_question {
    min-height: 750px;
    background-image: url("../media/section/question-768.jpg");
  }

  .section_step {
    padding-top: 50px;
  }

  .section_product {
    background-image: none;
  }

  .section_fake {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section_footer {
    padding-top: 270px;
  }

  .section__warning {
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .section {
    position: static;
    width: 100%;
    left: 0;
    border-radius: 0;
  }

  .section_warning {
    padding-bottom: 50px;
    background-image: url("../media/section/warning-480.png");
  }

  .section_cause {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section_memories {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: none;
    background-color: #fff;
  }

  .section_question {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 520px;
    background-image: url("../media/section/question-480.jpg");
  }

  .section_step {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section_product {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
  }

  .section_professional {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
  }

  .section_reviews {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
  }

  .section_fake {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
  }

  .section_support {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
  }

  .section_footer-face {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
  }

  .section_footer {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
  }

  .section__warning {
    margin-bottom: 25px;
  }
}
.step__title {
  margin-bottom: 20px;
  font-size: 43px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.step__subTitle {
  background-image: -o-linear-gradient(45deg, #43a8c5, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
  font-size: 61px;
  line-height: 57px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.step__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step__item {
  position: relative;
  z-index: 1;
  padding-top: 92px;
  width: calc(25% - 10px);
}

.step__count {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-size: 165px;
  font-weight: 700;
  color: #fff;
  line-height: .8;
  cursor: default;
}

.step__name {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  background-image: -o-linear-gradient(45deg, #43a8c5, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
}

.step__line {
  margin-bottom: 20px;
  height: 10px;
  border-radius: 25px;
  background-color: #fff;
  background: #46aab3;
  background-image: -webkit-gradient(linear, left top, right top, from(#46aab3), color-stop(31%, #94d8de), to(white));
  background-image: -o-linear-gradient(left, #46aab3 0%, #94d8de 31%, white 100%);
  background-image: linear-gradient(to right, #46aab3 0%, #94d8de 31%, white 100%);
}

.step__description {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .step__title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .step__subTitle {
    font-size: 48px;
    line-height: 1;
  }

  .step__item {
    padding-top: 80px;
  }

  .step__count {
    font-size: 100px;
  }

  .step__name {
    height: 40px;
    font-size: 18px;
  }

  .step__description {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 768px) {
  .step__title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .step__subTitle {
    font-size: 38px;
  }

  .step__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .step__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .step__name {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .step__title {
    font-size: 16px;
  }

  .step__subTitle {
    font-size: 28px;
  }

  .step__item {
    width: 100%;
  }

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

  .step__name {
    height: auto;
    margin-bottom: 10px;
  }
}
.support {
  position: relative;
  padding-bottom: 200px;
}

.support__title {
  margin-bottom: 20px;
  display: inline-block;
  background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
  font-size: 61px;
  line-height: 57px;
  font-weight: 800;
  text-transform: uppercase;
}

.support__item {
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.support__item + .support__item {
  margin-top: 30px;
}

.support__name {
  width: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background: #45a9b6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45a9b6), to(#51b25e));
  background-image: -o-linear-gradient(#45a9b6 0%, #51b25e 100%);
  background-image: linear-gradient(#45a9b6 0%, #51b25e 100%);
  cursor: pointer;
}

.support__name > span {
  display: inline-block;
  width: calc(100% - 35px);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

.support__indikator {
  margin-bottom: auto;
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 15px;
}

.support__indikator span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .3s transform;
  -o-transition: .3s transform;
  transition: .3s transform;
}

.support__indikator span:first-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.support__indikator_active span:first-child {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.support__description {
  display: none;
  padding: 15px;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #f3f2f1;
  line-height: 1.3;
  background-color: #fff;
}

.support__callback {
  margin-top: 140px;
  max-width: 390px;
  margin-left: 75px;
}

.support__subTitle {
  margin-bottom: 20px;
  display: inline-block;
  background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
  background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
  color: #0B2349;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #171717;
  font-size: 61px;
  line-height: 57px;
  font-weight: 800;
  text-transform: uppercase;
}

.support__info {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.support__btn {
  display: inline-block;
  padding: 21px 59px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #45a9b6;
  background-image: -webkit-gradient(linear, left top, right top, from(#43a8c5), to(#53b44e));
  background-image: -o-linear-gradient(left, #43a8c5 0%, #53b44e 100%);
  background-image: linear-gradient(to right, #43a8c5 0%, #53b44e 100%);
  -webkit-transition: .3s background;
  -o-transition: .3s background;
  transition: .3s background;
  cursor: pointer;
}

.support__btn:hover {
  background: #53b44e;
  background-image: -webkit-gradient(linear, left top, right top, from(#53b44e), to(#43a8c5));
  background-image: -o-linear-gradient(left, #53b44e 0%, #43a8c5 100%);
  background-image: linear-gradient(to right, #53b44e 0%, #43a8c5 100%);
}

.support__media {
  position: absolute;
  bottom: 0;
  right: 75px;
  width: 455px;
  height: 636px;
  background-image: url("../media/support/human.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (max-width: 1280px) {
  .support__title {
    font-size: 48px;
    line-height: 1;
  }

  .support__info {
    font-size: 28px;
    line-height: 1.2;
  }

  .support__subTitle {
    font-size: 48px;
    line-height: 1;
  }

  .support__description {
    font-size: 16px;
  }

  .support__media {
    width: 321px;
    height: 448px;
    background-image: url("../media/support/human-1280.png");
  }

  .support__callback {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .support {
    padding-bottom: 100px;
  }

  .support__title {
    font-size: 38px;
  }

  .support__info {
    font-size: 18px;
  }

  .support__subTitle {
    font-size: 38px;
  }

  .support__name > span {
    font-size: 16px;
  }

  .support__item + .support__item {
    margin-top: 15px;
  }

  .support__callback {
    max-width: 100%;
    margin-right: 0;
  }

  .support__media {
    display: none;
    background-image: none;
  }

  .support__btn {
    font-size: 16px;
    padding: 15px 30px;
  }

  .support__info {
    max-width: 350px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .support {
    padding-bottom: 0;
  }

  .support__title {
    font-size: 28px;
  }

  .support__info {
    font-size: 16px;
  }

  .support__subTitle {
    font-size: 28px;
  }

  .support__name > span {
    font-size: 14px;
  }

  .support__item + .support__item {
    margin-top: 15px;
  }
}
.wraning__title {
  margin-bottom: 10px;
  font-size: 62px;
  line-height: 57px;
  font-weight: 800;
  color: #ef265a;
  text-transform: uppercase;
}

.wraning__title span {
  display: block;
  font-size: 62px;
}

.wraning__subTitle {
  font-size: 43px;
  font-weight: 600;
  color: #171717;
  line-height: 43px;
  text-transform: uppercase;
}

.wraning__subTitle span {
  display: block;
  font-size: 43px;
}

@media (max-width: 1280px) {
  .wraning__title {
    font-size: 48px;
    line-height: 1;
  }

  .wraning__title span {
    font-size: 48px;
  }

  .wraning__subTitle {
    font-size: 28px;
    line-height: 1;
  }

  .wraning__subTitle span {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .wraning__title {
    font-size: 38px;
  }

  .wraning__title span {
    font-size: 38px;
  }

  .wraning__subTitle {
    font-size: 18px;
    line-height: 1.2;
  }

  .wraning__subTitle span {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .wraning__title {
    font-size: 28px;
  }

  .wraning__title span {
    font-size: 28px;
  }

  .wraning__subTitle {
    font-size: 16px;
  }

  .wraning__subTitle span {
    font-size: 16px;
  }
}
.wrap {
  overflow: hidden;
}

.price_main{
    display: table;
    background-image: -o-linear-gradient(45deg, #43a8c5 33%, #53b44e);
    background-image: linear-gradient(45deg, #43a8c5 33%, #53b44e);
    color: #0B2349;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #171717;
    font-weight: 700;
    font-size: 34px;
    margin-right: 10px;
}
.price_old{
  
    text-decoration: line-through;
}
