@charset "UTF-8";
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;
  vertical-align: baseline; }

body, html {
  height: 100%; }

img, fieldset, a img {
  border: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

input, button {
  margin: 0;
  padding: 0;
  border: 0; }

input[type="submit"], button {
  cursor: pointer; }

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

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

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

html {
  box-sizing: border-box; }

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

.icon {
  fill: currentColor; }

.icon-altolabs {
  width: 10em;
  height: 1em; }

.icon-arrow-down {
  width: 1.7em;
  height: 1em; }

.icon-badge {
  width: 0.7em;
  height: 1em; }

.icon-burger {
  width: 1.3em;
  height: 1em; }

.icon-close {
  width: 1em;
  height: 1em; }

.icon-figure {
  width: 1.8em;
  height: 1em; }

.icon-how-buy {
  width: 1em;
  height: 1em; }

.icon-how-instagram {
  width: 0.9em;
  height: 1em; }

.icon-how-search {
  width: 1em;
  height: 1em; }

.icon-next {
  width: 0.7em;
  height: 1em; }

.icon-prev {
  width: 0.7em;
  height: 1em; }

.icon-s {
  width: 0.7em;
  height: 1em; }

.icon-snappic {
  width: 6.3em;
  height: 1em; }

.icon-star {
  width: 1em;
  height: 1em; }

.icon-tick {
  width: 1.3em;
  height: 1em; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 22px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      padding: 3px;
      background: none;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: red;
      cursor: pointer; }
      .slick-dots li button:before {
        content: "";
        display: block;
        height: 10px;
        width: 10px;
        box-sizing: border-box;
        border-radius: 50%;
        background: #979795;
        transition: all 0.1s ease; }
      .slick-dots li button:hover:before {
        background: #4E4E4E; }
    .slick-dots li.slick-active button:before {
      background: #4E4E4E; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden */
.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.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }

@-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: none;
    transform: none; }
  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: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; } }

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; }
  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 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-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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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-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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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-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-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);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@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);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge; }

/* 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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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; }

@font-face {
  font-family: ACaslonPro-Regular;
  src: url("../fonts/ACaslonPro-Regular.eot");
  src: url("../fonts/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonPro-Regular.woff2") format("woff2"), url("../fonts/ACaslonPro-Regular.woff") format("woff"), url("../fonts/ACaslonPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Avenir Black;
  src: url("../fonts/avenir-black.eot");
  src: url("../fonts/avenir-black.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-black.woff2") format("woff2"), url("../fonts/avenir-black.woff") format("woff"), url("../fonts/avenir-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Avenir Heavy;
  src: url("../fonts/avenir-heavy.eot");
  src: url("../fonts/avenir-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-heavy.woff2") format("woff2"), url("../fonts/avenir-heavy.woff") format("woff"), url("../fonts/avenir-heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Avenir Medium;
  src: url("../fonts/avenir-medium.eot");
  src: url("../fonts/avenir-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-medium.woff2") format("woff2"), url("../fonts/avenir-medium.woff") format("woff"), url("../fonts/avenir-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Avenir Light;
  src: url("../fonts/avenir-light.eot");
  src: url("../fonts/avenir-light.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-light.woff2") format("woff2"), url("../fonts/avenir-light.woff") format("woff"), url("../fonts/avenir-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Montserrat Bold;
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: eurofurence-light;
  src: url("../fonts/eurofurence-light.eot");
  src: url("../fonts/eurofurence-light.eot?#iefix") format("embedded-opentype"), url("../fonts/eurofurence-light.woff2") format("woff2"), url("../fonts/eurofurence-light.woff") format("woff"), url("../fonts/eurofurence-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Avenir";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3; }

button {
  background: none;
  font-family: "Avenir";
  font-weight: 500; }

a {
  text-decoration: none; }

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto; }

.title {
  font-size: 46px; }
  .title i {
    font-style: normal; }

.comment {
  font-size: 46px; }

.list-title {
  font-size: 19px; }

.desc {
  font-size: 19px;
  line-height: 29px; }

.case-blue-dark .section_case:before {
  background-image: url(../img/cases/bg-2-1.jpg); }

.case-blue-dark .section_solution:before {
  background-image: url(../img/cases/bg-2-2.jpg); }

.case-blue-dark .head__figure_blue:after {
  background: #265BD7; }

.case-blue-dark .case__comment:before {
  color: #265BD7; }

.case-blue-dark .next {
  background: #265BD7; }

.case-orange .section_case:before {
  background-image: url(../img/cases/bg-3-1.jpg); }

.case-orange .section_solution:before {
  background-image: url(../img/cases/bg-3-2.jpg); }

.case-orange .head__figure_blue:after {
  background: #F6A300; }

.case-orange .case__comment:before {
  color: #F6A300; }

.case-orange .next {
  background: #F6A300; }

.slick-dots {
  position: relative;
  text-align: center;
  z-index: 4; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top; }
  .slick-dots button {
    padding: 7px;
    font-size: 0; }
    .slick-dots button:before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background: #ECECEC;
      transition: background .2s; }
  .slick-dots .slick-active button:before {
    background: #000; }

.wrapper {
  overflow: hidden; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.center {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px; }

.btn {
  font-family: "Avenir Black", sans-serif;
  position: relative;
  min-width: 228px;
  height: 59px;
  padding: 0 60px;
  border: 1px solid #C6C3C3;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: .6px;
  transition: color .4s, border-color .2s;
  overflow: hidden;
  z-index: 4; }
  .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-110%) skew(-45deg);
    -ms-transform: translateX(-110%) skew(-45deg);
    transform: translateX(-110%) skew(-45deg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    background: #26C8D4;
    z-index: -2; }
  .btn:hover {
    border-color: #26C8D4;
    color: #FFF;
    transition-delay: .0s, .4s; }
    .btn:hover:before {
      -webkit-transform: translateX(0) skew(0);
      -ms-transform: translateX(0) skew(0);
      transform: translateX(0) skew(0); }
  .btn_blue {
    background: #26C8D4;
    border-color: #26C8D4;
    color: #fff; }
    .btn_blue:hover {
      border-color: #C6C3C3;
      color: #000; }
    .btn_blue:before {
      background: #FFF; }
  .btn_sm {
    min-width: 125px;
    height: 50px;
    padding: 0 30px;
    font-size: 12px; }
  .btn_black {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .btn_black:before {
      background: #000; }
    .btn_black:hover {
      color: #fff; }
  .btn_instagram {
    border-radius: 29px;
    border: 1px solid #f61b69;
    background-color: #f61b69;
    color: #ffffff;
    padding: 0 65px 0 94px; }
    .btn_instagram:before {
      top: 16px;
      left: 57px;
      width: 30px;
      height: 30px;
      background-color: transparent;
      background-image: url("../img/galleries-page/instagram-logo-white.svg");
      background-repeat: no-repeat;
      background-size: 75%;
      -webkit-transform: translateX(0) skew(0);
      -ms-transform: translateX(0) skew(0);
      transform: translateX(0) skew(0); }
    .btn_instagram:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #f8f8f8;
      transition: 0.3s ease;
      content: '';
      z-index: -1;
      -webkit-transform: translateX(-110%) skew(-45deg);
      -ms-transform: translateX(-110%) skew(-45deg);
      transform: translateX(-110%) skew(-45deg); }
    .btn_instagram:hover {
      color: #f61b69;
      border: 1px solid #f61b69; }
      .btn_instagram:hover:before {
        background-image: url("../img/galleries-page/instagram-logo.svg");
        z-index: 1;
        background-size: 75%; }
      .btn_instagram:hover:after {
        -webkit-transform: translateX(0) skew(0);
        -ms-transform: translateX(0) skew(0);
        transform: translateX(0) skew(0); }

a.btn {
  display: inline-block;
  text-align: center;
  line-height: 57px; }
  a.btn_blue {
    line-height: 59px; }
  a.btn_sm {
    line-height: 48px; }

.header {
  position: relative;
  padding: 24px 0;
  overflow: hidden;
  z-index: 20; }
  .header__center {
    *zoom: 1; }
    .header__center:after {
      content: " ";
      display: table;
      clear: both; }
  .header__logo {
    float: left;
    margin-right: 45px;
    padding: 15px 0;
    font-size: 0;
    color: #000; }
    .header__logo .icon {
      font-size: 20px; }
  .header__nav {
    overflow: hidden; }
    .header__nav-left {
      float: left; }
    .header__nav-right {
      float: right; }
    .header__nav-link {
      position: relative;
      display: inline-block;
      height: 50px;
      padding: 0 30px;
      border: 1px solid transparent;
      border-radius: 25px;
      font-size: 12px;
      font-family: "Avenir Black", sans-serif;
      font-weight: 900;
      color: #000;
      letter-spacing: .4px;
      text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
      line-height: 50px;
      transition: color .2s; }
      .header__nav-link.is-desctop-hidden {
        display: none; }
      .header__nav-link:hover:before, .header__nav-link.active:before {
        width: calc(100% - 60px);
        background: #000;
        transition: width .5s ease; }
      .header__nav-link:hover:after, .header__nav-link.active:after {
        width: calc(100% - 60px);
        background: 0 0;
        transition: all 0s ease; }
      .header__nav-link:before, .header__nav-link:after {
        display: block;
        bottom: 16px;
        height: 1px;
        width: 0;
        content: ""; }
      .header__nav-link:before {
        position: absolute;
        left: 30px;
        transition: width 0s ease,background .5s ease; }
      .header__nav-link:after {
        position: absolute;
        right: 30px;
        background: #000;
        transition: width .5s ease; }
      .header__nav-link_border {
        border-color: #C6C3C3; }
      .header__nav-link.active {
        color: #26C8D4; }
        .header__nav-link.active:before, .header__nav-link.active:after {
          display: none; }
    .header__nav-btn i {
      font-style: normal; }
  .header__burger {
    display: none;
    position: relative;
    float: right;
    height: 52px;
    padding: 3px 20px;
    font-size: 0; }
    .header__burger .icon {
      font-size: 16px;
      transition: opacity .2s, -webkit-transform .2s;
      transition: transform .2s, opacity .2s;
      transition: transform .2s, opacity .2s, -webkit-transform .2s; }
    .header__burger .icon-close {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -6px;
      font-size: 16px;
      opacity: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    .header__burger.active .icon-burger {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .header__burger.active .icon-close {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .header_inside {
    padding: 0; }
    .header_inside .header__center {
      padding: 0; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
  z-index: 18; }

.main {
  position: relative;
  min-height: 700px;
  margin-top: -100px; }
  .main__center {
    height: 100vh;
    min-height: 100vh;
    font-size: 0; }
    .main__center:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100%; }
  .main__wrap {
    display: inline-block;
    max-width: 520px;
    padding: 152px 0 126px;
    vertical-align: middle; }
  .main__logo {
    display: none;
    margin-bottom: 46px;
    font-size: 0; }
    .main__logo .icon {
      font-size: 16px; }
  .main__title {
    margin-bottom: 26px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    line-height: 1.14;
    letter-spacing: -0.69px; }
  .main__text {
    margin-bottom: 44px;
    font-size: 16px;
    color: #999;
    letter-spacing: 1.83px;
    text-transform: uppercase; }
  .main__arrow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -9px;
    font-size: 0; }
    .main__arrow .icon {
      font-size: 11px; }

.promo {
  position: absolute;
  top: 0;
  left: 38.6%;
  width: 60%;
  height: 100%;
  overflow: hidden; }
  .promo__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 10; }
  .promo__touch {
    position: absolute;
    top: 44%;
    left: -52%;
    width: 170%;
    z-index: 12; }
    .promo__touch-pic {
      display: block;
      width: 100%; }
  .promo__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vh;
    min-width: 700px;
    height: 100vh;
    min-height: 700px; }
  .promo__details {
    position: absolute;
    top: 39.9%;
    left: 33.3%;
    width: 22.7%;
    height: 39.9%;
    transition: box-shadow .2s; }
    .promo__details-pic, .promo__details-video {
      display: block;
      width: 100%; }
    .promo__details.shadow {
      box-shadow: 0 2px 29px rgba(183, 183, 183, 0.5); }
  .promo__time {
    position: absolute;
    top: 7.2%;
    right: 100%;
    width: 165px;
    height: 40px; }
    .promo__time-line {
      float: right;
      width: 0;
      height: 1px;
      margin-top: 20px;
      background: #000; }
    .promo__time-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(246, 163, 0, 0.7);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .promo__time-value {
      position: absolute;
      top: 0;
      left: 13px;
      height: 40px;
      font-weight: 500;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.50px;
      line-height: 40px;
      opacity: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      z-index: 2; }

.logos {
  padding: 33px 0;
  background: #F8F8F8;
  font-size: 0; }
  .logos__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .logos__item {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle; }
    .logos__item--special {
      position: relative;
      top: -12px; }
  .logos__pic {
    opacity: .5; }

.section_how {
  padding: 115px 0 100px; }

.section_why, .section_res, .section_price {
  position: relative; }

.section_why {
  padding: 75px 0; }

.section_res {
  padding: 120px 0 70px; }

.section_say {
  padding: 90px 0 98px; }

.section_support {
  padding-top: 145px;
  background: #F7F7F7; }

.section_brands {
  padding: 22px;
  background: url(../img/bg-brands.jpg) no-repeat 0 0/cover; }

.section_brands .section__container {
  padding: 125px 0 140px;
  background: #FFF; }

.section_touch {
  padding: 100px 0; }

.section_price {
  padding: 90px 0 145px; }

.section_results {
  position: relative;
  padding: 60px 0 70px; }
  .section_results:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    width: 1167px;
    height: 700px;
    margin-left: -115px;
    background: url(../img/cases/result-bg.jpg) no-repeat 0 0/contain; }

.section_results .section__center {
  position: relative;
  z-index: 2; }

.section_gray {
  padding: 70px 0;
  background: #F8F8F8; }

.section_case {
  position: relative;
  padding: 130px 0 0; }
  .section_case:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    width: 1167px;
    height: 700px;
    margin-left: -490px;
    background: url(../img/cases/bg-1-1.jpg) no-repeat 0 0/contain; }

.section_case .section__center {
  position: relative;
  z-index: 2; }

.section_solution {
  position: relative;
  padding: 80px 0; }
  .section_solution:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1167px;
    height: 700px;
    margin-left: -670px;
    background: url(../img/cases/bg-1-2.jpg) no-repeat 0 0/contain; }

.section_solution .section__center {
  position: relative;
  z-index: 2; }

.section_start {
  padding-bottom: 80px; }

.section_tabs {
  padding-top: 60px; }

.head__theme {
  margin-bottom: 25px;
  font-size: 14px;
  color: #999;
  letter-spacing: 2.45px; }

.head__title {
  font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
  font-size: 46px;
  letter-spacing: -0.69px;
  line-height: 1.22; }
  .head__title_lg {
    font-size: 51px;
    letter-spacing: -0.76px;
    line-height: .9; }
  .head__title_sm {
    font-size: 31px; }

.head__logo {
  font-size: 0; }

.head__figure {
  position: relative;
  height: 15px;
  margin-top: 25px; }
  .head__figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 8px;
    margin-left: -13px;
    background: #F6A300;
    -webkit-transform: skewY(-16deg) scaleX(1);
    -ms-transform: skewY(-16deg) scaleX(1);
    transform: skewY(-16deg) scaleX(1);
    transition: width .4s .4s; }
  .head__figure.animated:after {
    width: 26px; }
  .head__figure_blue:after {
    background: #26C8D4; }

.head_white {
  color: #fff; }

.head_white .head__theme {
  color: #fff; }

.how {
  text-align: center; }
  .how__head {
    margin-bottom: 77px; }
  .how__list {
    font-size: 0; }
  .how__item {
    display: inline-block;
    width: 26%;
    vertical-align: top; }
    .how__item:nth-child(2) {
      width: 48%;
      padding: 0 8%; }
  .how__icon {
    margin-bottom: 55px; }
    .how__icon .icon {
      font-size: 97px; }
  .how__number {
    width: 61px;
    height: 61px;
    margin: 0 auto 34px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 23px;
    font-style: italic;
    line-height: 65px; }
  .how__text {
    font-size: 18px;
    font-weight: 300;
    color: #999;
    line-height: 1.52;
    letter-spacing: .65px; }
  .how__prev, .how__next {
    position: absolute;
    top: 80px;
    padding: 15px;
    font-size: 0;
    color: #C6C3C3;
    transition: opacity .2s;
    z-index: 4; }
    .how__prev .icon, .how__next .icon {
      font-size: 21px; }
    .how__prev.slick-disabled, .how__next.slick-disabled {
      opacity: 0;
      cursor: default; }
  .how__prev {
    left: 0; }
  .how__next {
    right: 0; }

.content {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  letter-spacing: .65px;
  line-height: 1.53; }
  .content p {
    margin-bottom: 29px;
    margin-bottom: 26px; }

.why {
  position: relative;
  *zoom: 1; }
  .why:after {
    content: " ";
    display: table;
    clear: both; }
  .why:before {
    position: absolute;
    top: -100px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/bg-why.png) no-repeat 100% 0;
    background-size: 80% auto; }
  .why__wrap, .why__promo, .why__phone {
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s; }
  .why__wrap {
    position: relative;
    float: left;
    width: 80%;
    padding: 110px 34% 120px 0;
    box-shadow: -120px 0 0 #F8F8F8;
    background: #F8F8F8; }
  .why__head {
    max-width: 320px;
    margin-bottom: 36px; }
  .why__container {
    margin-bottom: 58px; }
  .why__review {
    padding-right: 15%; }
  .why__preview {
    position: relative;
    float: left;
    width: 20%;
    z-index: 2; }
  .why__promo {
    width: 270%;
    margin: 370px 0 0 -120%;
    box-shadow: 0 0 24px rgba(214, 211, 211, 0.5); }
    .why__promo-pic {
      display: block;
      width: 100%; }
  .why__phone {
    width: 104%;
    margin: -400px 0 0 -172%; }
    .why__phone-pic {
      display: block;
      width: 100%; }
  .why__iphone {
    display: none;
    width: 175px;
    height: 180px;
    margin: 50px auto 230px; }
    .why__iphone-pic {
      display: block;
      width: 100%; }

.review {
  font-size: 17px;
  font-weight: 300;
  font-style: italic;
  color: #6A7074;
  letter-spacing: .26px; }
  .review__logo {
    margin-bottom: 26px; }
    .review__logo--marg-top {
      margin-top: 26px;
      margin-bottom: 0; }
  .review__comment {
    margin-bottom: 28px;
    line-height: 1.59; }
  .review__user {
    display: table; }
    .review__user-preview, .review__user-name {
      display: table-cell;
      vertical-align: middle; }
    .review__user-preview {
      padding-right: 15px; }
    .review__user-ava {
      width: 37px;
      height: 37px;
      border-radius: 50%; }

.info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #999;
  text-transform: uppercase; }

.res__wrap {
  margin-bottom: 100px;
  *zoom: 1; }
  .res__wrap:after {
    content: " ";
    display: table;
    clear: both; }

.res__col {
  float: left;
  width: 58%; }
  .res__col:last-child {
    width: 42%; }

.res__list {
  *zoom: 1; }
  .res__list:after {
    content: " ";
    display: table;
    clear: both; }

.res__head {
  float: left;
  width: 50%; }

.res__foot {
  text-align: center; }

.res__title {
  margin-bottom: 41px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3.51px; }

.res__review {
  margin-top: -36px; }

.say__head {
  margin-bottom: 55px;
  text-align: center; }

.say__list {
  padding: 0 12%; }
  .say__list:before, .say__list:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    z-index: 2; }
  .say__list:before {
    left: 12%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white); }
  .say__list:after {
    right: 12%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }

.say__col {
  padding: 45px 0;
  -webkit-perspective: 1000;
  perspective: 1000; }

.say__col.flip .say__item {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.say__item {
  position: relative;
  width: 270px;
  margin: 0 auto;
  box-shadow: 0 11px 34px rgba(210, 210, 210, 0.5);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all .4s linear; }

.say__front, .say__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.say__front {
  position: relative;
  height: 387px;
  background-size: cover;
  border-radius: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer; }
  .say__front:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); }

.say__wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 30px;
  z-index: 2; }

.say__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  background: #FFF;
  border-radius: 3px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 2; }

.say__back .say__wrap {
  padding: 23px 30px; }

.say__back .say__logo {
  float: left;
  margin: 0 15px 0 0;
  box-shadow: 0 2px 4px rgba(199, 195, 195, 0.6); }

.say__back .say__brand {
  margin: 0;
  color: #000; }

.say__group {
  *zoom: 1; }
  .say__group:after {
    content: " ";
    display: table;
    clear: both; }

.say__details {
  padding-top: 8px;
  overflow: hidden; }

.say__link {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  color: #26C8D4;
  text-decoration: underline;
  vertical-align: top; }
  .say__link:hover {
    text-decoration: none; }

.say__logo {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  padding: 5px;
  background: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  overflow: hidden; }
  .say__logo:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .say__logo_full {
    padding: 0; }
  .say__logo-pic {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }

.say__brand {
  margin-bottom: 3px;
  font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: -0.25px;
  color: #FFF; }

.say__more {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.41px;
  color: #FFF;
  text-decoration: underline; }

.say__content {
  min-height: 223px;
  margin-bottom: 14px;
  font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: -0.24px;
  color: #636262;
  line-height: 1.84; }

.say__user {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.11px; }

.say__prev, .say__next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -37px;
  background: #ECECEC;
  border-radius: 50%;
  font-size: 0;
  transition: all .2s;
  z-index: 4; }
  .say__prev.slick-disabled, .say__next.slick-disabled {
    opacity: 0;
    visibility: hidden;
    cursor: default; }
  .say__prev:hover, .say__next:hover {
    background: #000;
    color: #fff; }
  .say__prev .icon, .say__next .icon {
    font-size: 14px; }

.say__prev {
  left: 0;
  padding-right: 2px; }

.say__next {
  right: 0;
  padding-left: 2px; }

.say__foot {
  padding-top: 86px;
  text-align: center; }

.say__info {
  padding-top: 30px; }

.say .slick-dots {
  margin-top: -15px; }

.support {
  display: table;
  width: 100%; }
  .support__col {
    display: table-cell;
    width: 50%; }
    .support__col:first-child {
      padding: 0 12% 100px 0;
      vertical-align: top; }
    .support__col:last-child {
      vertical-align: bottom; }
  .support__head {
    margin-bottom: 35px; }
  .support__bg {
    font-size: 0; }
    .support__bg-pic {
      max-width: 100%; }
  .support_talk {
    margin: -50px 0 35px; }
  .support_talk .support__col:first-child {
    padding-top: 65px; }
  .support_talk .support__head {
    max-width: 400px; }

.brands__head {
  margin-bottom: 80px;
  text-align: center; }

.brands__list {
  margin-bottom: 60px;
  padding: 0 10%;
  font-size: 0; }

.brands__item {
  display: inline-block;
  width: 20%;
  height: 110px;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 0; }
  .brands__item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }

.brands__pic {
  max-width: 100%;
  vertical-align: middle; }

.brands__foot {
  text-align: center; }

.brands__info {
  padding-top: 30px; }

.touch {
  *zoom: 1; }
  .touch:after {
    content: " ";
    display: table;
    clear: both; }
  .touch__col {
    float: left;
    width: 50%; }
  .touch__btn {
    float: right;
    margin-top: 20px; }

.footer {
  padding: 60px 0 80px;
  background: #000;
  color: #FFF; }
  .footer__wrap {
    margin-bottom: 30px;
    *zoom: 1; }
    .footer__wrap:after {
      content: " ";
      display: table;
      clear: both; }
  .footer__logo {
    float: left;
    margin-right: 30px;
    font-size: 0;
    color: #FFF; }
    .footer__logo-pic {
      display: block;
      width: auto;
      max-height: 30px; }
  .footer__nav {
    float: left;
    margin-top: 7px; }
    .footer__nav-link {
      display: inline-block;
      margin-right: 20px;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFF;
      letter-spacing: 1.5px;
      vertical-align: top; }
  .footer__copyright {
    margin-bottom: 20px;
    font-size: 10px;
    color: #FFF;
    letter-spacing: 1.11px; }
  .footer__created {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFF;
    opacity: .8; }
    .footer__created-cell {
      display: inline; }
    .footer__created .icon {
      margin: 0 10px;
      font-size: 10px; }

.price {
  margin-bottom: 110px;
  text-align: center; }
  .price__head {
    margin-bottom: 90px; }
  .price__container {
    position: relative; }
  .price__group {
    font-size: 0; }
  .price__item {
    display: inline-block;
    width: 100%;
    max-width: 476px;
    margin: 0 -7px;
    padding: 0 85px 73px;
    font-size: 14px;
    vertical-align: top; }
    .price__item.active {
      box-shadow: 0 1px 34px rgba(210, 210, 210, 0.5); }
  .price__item_growth .price__badge {
    visibility: visible; }
  .price__item_growth .price__title,
  .price__item_growth .price__figure,
  .price__item_growth .price__badge,
  .price__item_growth .price__list-title a,
  .price__item_growth .price__content {
    color: #26C8D4; }
  .price__item_growth .price__list-icon,
  .price__item_growth .price__list-new {
    background: #26C8D4; }
  .price__badge {
    margin-bottom: 35px;
    font-size: 0;
    visibility: hidden; }
    .price__badge .icon {
      font-size: 76px; }
  .price__type {
    margin-bottom: 20px;
    pointer-events: none;
    *zoom: 1; }
    .price__type:after {
      content: " ";
      display: table;
      clear: both; }
  .price__title {
    margin-bottom: 8px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 38px;
    color: #787575;
    letter-spacing: -0.57px; }
  .price__value {
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.55px; }
  .price__figure {
    margin-bottom: 36px;
    font-size: 0;
    color: #F6A300; }
    .price__figure .icon {
      font-size: 15px; }
  .price__list {
    margin-bottom: 30px;
    padding: 0 32px; }
    .price__list:after {
      content: '';
      display: block;
      width: 140px;
      height: 1px;
      margin: 40px auto 0;
      background: #C6C3C3; }
    .price__list-item {
      position: relative;
      margin-bottom: 14px;
      padding-left: 30px;
      text-align: left;
      color: #999;
      letter-spacing: 0.2px; }
      .price__list-item a {
        margin-left: 5px;
        color: #F6A300;
        text-decoration: underline; }
    .price__list-item.disable .price__list-icon {
      display: none; }
    .price__list-item.disable .price__list-title {
      color: #C6C3C3; }
    .price__list-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 17px;
      height: 17px;
      padding: 4px 0 0 3px;
      border-radius: 50%;
      background: #F6A300;
      font-size: 0;
      color: #FFF; }
      .price__list-icon .icon {
        font-size: 9px; }
    .price__list-new {
      position: absolute;
      top: 0;
      left: -47px;
      min-width: 37px;
      height: 17px;
      padding: 0 5px;
      background: #F6A300;
      font-size: 7px;
      font-weight: 700;
      border-radius: 17px;
      color: #FFF;
      letter-spacing: 0.68px;
      line-height: 18px;
      text-align: center; }
  .price__content {
    margin-bottom: 25px;
    font-size: 15px;
    letter-spacing: 0.51px;
    color: #F6A300;
    line-height: 1.47; }
  .price__popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
    z-index: 99; }
  .price__types {
    position: relative;
    padding: 87px 0 75px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 34px rgba(210, 210, 210, 0.5);
    font-size: 0; }
    .price__types-item {
      display: inline-block;
      width: 100%;
      max-width: 40%;
      padding: 0 20px;
      font-size: 14px;
      vertical-align: top; }
    .price__types-item_growth .price__types-title {
      color: #26C8D4; }
    .price__types-title {
      margin-bottom: 6px;
      font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
      font-size: 38px;
      color: #787575;
      letter-spacing: -.57px; }
    .price__types-text {
      margin-bottom: 25px;
      font-size: 13px;
      font-weight: 700;
      color: #999;
      letter-spacing: 2.28px; }
    .price__types-pic {
      max-width: 100%; }
  .price__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid rgba(210, 210, 210, 0.5);
    font-size: 0; }
    .price__close .icon {
      font-size: 12px; }
  .price__btn {
    min-width: 258px;
    padding: 0 20px; }

.enterprise {
  padding: 65px 70px 60px;
  border: 1px solid #C6C3C3;
  *zoom: 1; }
  .enterprise:after {
    content: " ";
    display: table;
    clear: both; }
  .enterprise__col {
    float: left;
    width: 62%; }
    .enterprise__col:last-child {
      padding-left: 50px;
      width: 38%; }
  .enterprise__btn {
    float: right;
    min-width: 258px;
    margin-top: 22px; }

.calendly-badge-widget .calendly-badge-content {
  display: none !important; }

.m-show {
  display: none; }

.results {
  *zoom: 1; }
  .results:after {
    content: " ";
    display: table;
    clear: both; }
  .results__col {
    float: left;
    width: 50%; }
    .results__col:first-child {
      padding-right: 60px; }
    .results__col:nth-child(2n) {
      float: right;
      padding-left: 60px; }
    .results__col:last-child {
      clear: both; }
  .results__head {
    margin-bottom: 30px;
    padding-top: 180px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    line-height: 1.2; }
  .results__brand {
    color: #26C8D4; }
  .results__preview {
    margin-right: -120px; }
  .results__pic {
    display: block;
    max-width: 100%;
    box-shadow: 0 0 25px rgba(214, 211, 211, 0.5); }
  .results__gray {
    height: 340px;
    margin: -220px 0 0 -120px;
    background: #F8F8F8; }
  .results__content {
    position: relative;
    margin: -70px 0 0 -60px;
    padding: 190px 0 0 20px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    line-height: 1.2; }
    .results__content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      bottom: 15px;
      background: #E0E0E0; }

.cases {
  margin: 0 -30px;
  padding-bottom: 100px;
  *zoom: 1;
  overflow: hidden; }
  .cases:after {
    content: " ";
    display: table;
    clear: both; }
  .cases__col {
    float: left;
    width: 50%;
    margin-bottom: 170px;
    padding: 0 35px;
    vertical-align: top; }
    .cases__col:nth-child(2) {
      margin-top: 330px; }
    .cases__col:nth-child(2n) {
      float: right; }
    .cases__col:last-child {
      margin-bottom: 0; }
  .cases__item, .cases__pic {
    display: block; }
  .cases__item {
    text-align: center;
    color: #000;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: -webkit-transform 1s .4s;
    transition: transform 1s .4s;
    transition: transform 1s .4s, -webkit-transform 1s .4s; }
    .cases__item.animated {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .cases__item.animated .cases__pic {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .cases__item.hover .cases__pic {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .cases__item.hover:hover .cases__preview {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }
  .cases__item.hover:hover .cases__pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .cases__preview {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    overflow: hidden; }
  .cases__pic {
    display: block;
    width: 100%;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: -webkit-transform 1s .4s;
    transition: transform 1s .4s;
    transition: transform 1s .4s, -webkit-transform 1s .4s; }
  .cases__title {
    padding-top: 20px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 32px;
    letter-spacing: -0.48px; }
  .cases__text {
    padding: 7px 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 2.45px; }

.start {
  text-align: center; }
  .start__info {
    padding-top: 30px; }

.case__row {
  margin: 0 -30px 90px;
  *zoom: 1; }
  .case__row:after {
    content: " ";
    display: table;
    clear: both; }

.case__col {
  position: relative;
  float: left; }
  .case__col:first-child {
    width: 65%;
    padding: 110px 20% 90px 30px;
    background: #F8F8F8;
    box-shadow: -100px 0 0 0 #F8F8F8; }
  .case__col:last-child {
    width: 45%;
    margin-left: -10%;
    padding-top: 105px; }

.case__head {
  margin-bottom: 35px; }

.case__preview {
  box-shadow: 0 0 24px rgba(214, 211, 211, 0.5); }

.case__pic {
  display: block;
  max-width: 100%; }

.case__center {
  max-width: 955px;
  margin: 0 auto; }

.case__stats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .case__stats-head {
    text-align: left;
    vertical-align: top; }
    .case__stats-head:not(:last-child) {
      padding-right: 10%; }

.case__comment {
  position: relative;
  max-width: 955px;
  margin-bottom: 80px;
  padding-left: 65px; }
  .case__comment:before {
    content: '“';
    position: absolute;
    top: -40px;
    left: 0;
    font-family: 'Times New Roman';
    font-size: 110px;
    color: #26C8D4; }
  .case__comment-text {
    margin-bottom: 35px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 32px;
    color: #787575;
    line-height: 1.5;
    letter-spacing: -0.48px; }
  .case__comment-author {
    font-size: 16px;
    letter-spacing: 2.8px; }

.case__grid {
  padding: 0 10px;
  *zoom: 1; }
  .case__grid:after {
    content: " ";
    display: table;
    clear: both; }
  .case__grid-item {
    float: left; }
    .case__grid-item:first-child {
      width: 56%;
      padding-top: 6%; }
    .case__grid-item:nth-child(2) {
      width: 38%;
      margin-left: 6%; }
    .case__grid-item:nth-child(3) {
      width: 49%;
      margin: -16% 0 0 25%; }
  .case__grid-pic {
    display: block;
    max-width: 100%; }

.case_solution .case__row {
  margin-bottom: 0; }

.case_solution .case__col:first-child {
  width: 66%;
  padding: 80px 20% 80px 30px; }

.case_solution .case__col:last-child {
  width: 48%;
  margin-left: -14%;
  padding: 150px 0 0 0; }

.case_solution .case__preview {
  box-shadow: none; }

.case_solution .case__pic {
  max-width: none; }

.solution__row {
  margin: 0 -30px;
  *zoom: 1; }
  .solution__row:after {
    content: " ";
    display: table;
    clear: both; }

.solution__col {
  position: relative;
  float: left; }
  .solution__col:first-child {
    width: 66%;
    min-height: 555px;
    padding: 80px 20% 55px 30px;
    background: #F8F8F8;
    box-shadow: -100px 0 0 0 #F8F8F8; }
  .solution__col:last-child {
    width: 48%;
    margin-left: -14%;
    padding: 150px 0 0 0; }

.solution__head {
  margin-bottom: 35px; }

.solution__pic {
  display: block; }

.solution__center {
  max-width: 955px;
  margin: 0 auto; }

.next {
  display: block;
  padding: 70px 0;
  background: #26C8D4; }
  .next__head {
    position: relative;
    padding-left: 190px; }
    .next__head:before {
      content: '';
      position: absolute;
      top: 65px;
      left: 0;
      width: 110px;
      height: 1px;
      background-size: 200% 100%;
      background-image: linear-gradient(to left, transparent 50%, #fff 50%); }
    .next__head:hover:before {
      -webkit-animation: line 1s linear infinite;
      animation: line 1s linear infinite; }

@-webkit-keyframes line {
  0% {
    background-position: 0 0; }
  50% {
    background-position: -100% 0; }
  100% {
    background-position: -200% 0; } }

@keyframes line {
  0% {
    background-position: 0 0; }
  50% {
    background-position: -100% 0; }
  100% {
    background-position: -200% 0; } }

.tabs {
  *zoom: 1; }
  .tabs:after {
    content: " ";
    display: table;
    clear: both; }
  .tabs__nav {
    float: left;
    width: 260px;
    padding-right: 50px;
    text-align: right; }
  .tabs__link {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    color: #999;
    letter-spacing: 2.63px;
    text-transform: uppercase; }
    .tabs__link.active {
      color: #26C8D4; }
  .tabs__container {
    padding-left: 50px;
    border: solid #C8C4C4;
    border-width: 0 0 0 1px;
    overflow: hidden; }
  .tabs__head {
    margin-bottom: 40px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    line-height: 1.13; }
  .tabs__brand {
    color: #26C8D4; }
  .tabs__content {
    padding-bottom: 80px;
    font-size: 19px;
    font-weight: 400;
    color: #999;
    line-height: 1.52; }
    .tabs__content p,
    .tabs__content ol,
    .tabs__content table,
    .tabs__content ul {
      margin-bottom: 28px; }
    .tabs__content ol {
      counter-reset: heading; }
      .tabs__content ol > li {
        margin-top: 40px; }
        .tabs__content ol > li:before {
          font-weight: bold;
          counter-increment: heading;
          content: counter(heading) ". "; }
      .tabs__content ol p,
      .tabs__content ol ul,
      .tabs__content ol ol {
        margin-top: 28px; }
    .tabs__content ul li {
      margin-left: 20px; }
      .tabs__content ul li:before {
        content: '• ';
        margin-right: 10px; }
    .tabs__content table td, .tabs__content table th {
      border: 1px solid #999;
      padding: 5px;
      vertical-align: middle; }
    .tabs__content table th {
      white-space: nowrap; }
    .tabs__content a {
      color: #26C8D4; }

#intercom-container {
  z-index: 1000 !important;
  pointer-events: none; }
  .is-active-banner #intercom-container {
    opacity: 1; }

.banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(38, 91, 215, 0.9);
  z-index: 2147483648;
  padding: 25px 50px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  transition: transform .4s ease-in-out,opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  opacity: 0; }
  .is-active-banner .banner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .is-hidden-banner .banner {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0; }
  .banner__close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    fill: #fff;
    cursor: pointer; }
    .banner__close .icon {
      font-size: 20px; }
  .banner__in {
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1px; }
  .banner__text {
    font-size: 25px;
    color: #fff;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    letter-spacing: -0.69px;
    float: left;
    padding-top: 12px; }
  .banner__button {
    text-align: center;
    line-height: 59px;
    float: right;
    cursor: pointer;
    transition: all .2s linear;
    background: #fff;
    color: #3956d5;
    border-color: #c2c2c5; }
    .banner__button:before, .banner__button:after {
      display: none; }
    .banner__button:hover {
      background: #26c8d4;
      color: #fff;
      border-color: #26c8d4; }

.cookie-compliance {
  opacity: 0;
  z-index: 2000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 45px;
  background-color: #265bd7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .cookie-compliance__txt {
    color: white;
    margin-right: 50px; }
    .cookie-compliance__txt_info {
      color: white;
      font-family: "Avenir", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.3;
      text-decoration: underline; }
  .cookie-compliance__action button {
    cursor: pointer;
    color: white;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 18px; }
  .cookie-compliance a, .cookie-compliance button {
    transition: opacity .3s ease-in-out; }
    .cookie-compliance a:hover, .cookie-compliance button:hover {
      opacity: .7; }

.section_banner {
  position: relative;
  padding-top: 37px;
  padding-bottom: 36px;
  overflow: hidden;
  width: 100%; }
  .section_banner .banner-logo {
    display: none;
    text-align: center;
    padding-top: 17px; }
    .section_banner .banner-logo img {
      width: 99px; }

.bg-cont {
  position: relative; }
  .bg-cont:before {
    position: absolute;
    content: '';
    width: 1241px;
    height: 883px;
    top: -9%;
    left: 39.5%;
    background-image: url("../img/galleries-page/gradient-bg.png");
    background-repeat: no-repeat;
    background-origin: border-box; }

.hero-info {
  padding-top: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .hero-info__img {
    position: relative;
    padding-left: 120px;
    width: 60%; }
    .hero-info__img img {
      width: 100%; }
    .hero-info__img img:last-child {
      display: none; }

.text {
  padding-top: 121px;
  padding-left: 11px; }
  .text__title {
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    max-width: 470px;
    font-size: 46px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.69px; }
    .text__title--bold {
      font-weight: 700; }
  .text__btn {
    margin-top: 34px; }

.section_brands-minimized {
  background-color: #f8f8f8;
  padding-top: 38px;
  padding-bottom: 30px; }

.brand-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px; }

.section_galleries {
  padding-top: 131px;
  padding-bottom: 142px; }

.info-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .info-block__text {
    width: 50%; }
  .info-block__examples {
    text-align: center;
    width: 50%;
    padding-top: 12px;
    padding-left: 80px;
    padding-right: 5px; }
  .info-block__btn {
    margin-bottom: 21px; }

.description {
  padding-left: 10px; }
  .description.is-desctop-hidden {
    display: none; }
  .description__comment {
    color: #999999;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.45px; }
  .description__title {
    padding-top: 27px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.69px; }
  .description__desc {
    padding-right: 32px;
    padding-top: 24px;
    color: #999999;
    font-family: "Avenir Medium", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.65px; }

.list {
  padding-top: 33px;
  padding-left: 100px;
  position: relative; }
  .list__title {
    color: #F6A300;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.35px; }
  .list__desc {
    padding-right: 21px;
    padding-top: 9px;
    color: #999999;
    font-family: "Avenir Medium", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.65px; }
  .list__icon {
    position: absolute;
    width: 62px;
    top: 30px;
    left: 0;
    height: 62px;
    border-radius: 50%; }
    .list__icon img {
      width: 100%; }

.example1__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 18px; }

.example1__col {
  position: relative;
  font-size: 0; }
  .example1__col:last-child {
    padding-right: 0; }
  .example1__col:hover .example1__mask {
    visibility: visible;
    opacity: 1; }

.example1__mask {
  position: absolute;
  width: 80%;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  text-align: center;
  font-size: 0; }
  .example1__mask:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }

.example1__link {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-family: "Montserrat Bold", sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: default; }

.example2 {
  text-align: center; }
  .example2__btn {
    background-color: transparent; }
  .example2__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.photos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.3%; }
  .photos__item {
    position: relative;
    width: 50%;
    padding: 1px;
    box-sizing: border-box; }
    .photos__item:hover .photos__mask {
      visibility: visible;
      opacity: 1; }
    .photos__item.single {
      width: 100%; }
    .photos__item img {
      height: 100%;
      width: 100%; }
  .photos__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out; }
  .photos__link {
    display: inline-block;
    background-color: #000000;
    padding: 10px 5px;
    margin-top: 40%;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    line-height: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.32px; }
    .photos__link:hover {
      text-decoration: none; }

.slider {
  padding-top: 19px; }

.section_sign {
  background-color: #f8f8f8;
  padding-top: 82px;
  padding-bottom: 53px;
  position: relative; }
  .section_sign:before {
    position: absolute;
    content: '';
    width: 130px;
    height: 124px;
    background-image: url("../img/galleries-page/Stamp.png");
    background-size: 100%;
    bottom: -39px;
    right: 196px; }

.sign-up {
  text-align: center; }
  .sign-up__title {
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.69px; }
  .sign-up__comment {
    padding-top: 17px;
    display: block;
    color: #999999;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .sign-up__btn {
    margin-top: 28px; }
  .sign-up__available {
    padding-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sign-up__available span {
      color: #787575;
      font-family: "Avenir Medium", sans-serif;
      font-size: 19px;
      font-weight: 500;
      line-height: 29px;
      letter-spacing: 0.65px; }
    .sign-up__available div {
      margin-left: 20px; }
      .sign-up__available div:nth-child(odd) {
        margin-top: 5px; }

.white {
  padding-top: 116px;
  background-color: #ffffff;
  padding-bottom: 104px; }
  .white:after {
    display: none; }
  .white:before {
    position: absolute;
    content: '';
    width: 130px;
    height: 124px;
    background-image: url("../img/galleries-page/stamp-1.png");
    bottom: 18px;
    right: 195px; }
  .white .sign-up__btn:after {
    background-color: #fff; }

.section_shop {
  padding-top: 138px;
  overflow: hidden; }
  .section_shop .bg-info-block {
    position: relative; }
    .section_shop .bg-info-block:before {
      position: absolute;
      content: '';
      width: 1241px;
      height: 883px;
      top: 10%;
      left: 43%;
      background-image: url("../img/galleries-page/gradient-bg2.png");
      background-repeat: no-repeat;
      background-origin: border-box;
      z-index: -1; }
  .section_shop .info-block__text {
    padding-left: 40px;
    padding-top: 100px; }
    .section_shop .info-block__text .description__desc {
      padding-right: 122px; }
    .section_shop .info-block__text .list__desc {
      padding-right: 49px; }
  .section_shop .info-block__img {
    width: 63%;
    margin-left: -62px; }
    .section_shop .info-block__img img {
      width: 100%; }

.info-block-mob {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .info-block-mob__img {
    margin-left: -62px; }

.description-mob {
  padding-left: 10px; }
  .description-mob__comment {
    color: #999999;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.45px; }
  .description-mob__title {
    padding-top: 27px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.69px; }
  .description-mob__desc {
    padding-top: 24px;
    color: #999999;
    font-family: "Avenir Medium", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.65px; }

.section_customize {
  padding-bottom: 687px;
  padding-top: 249px;
  position: relative;
  overflow: hidden; }
  .section_customize:before {
    position: absolute;
    content: '';
    width: 1147px;
    height: 1104px;
    top: -17.7%;
    left: -16.5%;
    background-image: url("../img/galleries-page/gradient-bg3.png");
    background-repeat: no-repeat;
    background-origin: border-box; }

.txt {
  padding-left: 100px; }
  .txt__comment {
    color: #999999;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.45px; }
  .txt__title {
    padding-top: 26px;
    color: #000000;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.69px; }

.custom-wrap {
  position: relative; }

.custom.black .hover__mask {
  background-color: rgba(0, 0, 0, 0.5); }
  .custom.black .hover__mask .in {
    background-image: url("../img/galleries-page/instagram-logo-black-transparent.png"); }
  .custom.black .hover__mask .link-bg {
    color: #000000;
    background-color: #ffffff; }

.custom.black .hover__link {
  color: white;
  border-color: white; }

.custom.black .radio-custom:checked + .radio-custom-label:before {
  background-image: url("../img/galleries-page/white-arrow.png");
  border-color: #000000; }

.custom .insta {
  position: absolute;
  top: 49px;
  left: -65px; }

.custom .stl {
  position: absolute;
  top: -125px;
  left: 593px; }

.custom .stl-black-border {
  position: absolute;
  top: 155px;
  left: 250px; }

.custom .stl-black-bg {
  position: absolute;
  top: 95px;
  right: -65px; }

.hover__img {
  font-size: 0; }
  .hover__img img {
    box-shadow: 0 0 67px rgba(130, 130, 130, 0.5);
    border-radius: 8px; }

.hover__toggle {
  padding-left: 10px;
  padding-top: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.hover__mask {
  display: block;
  position: absolute;
  border-radius: 7px;
  width: 100%;
  height: calc(100% - 41px);
  background-color: rgba(255, 255, 255, 0.5);
  top: 0px;
  left: 0px;
  text-align: center;
  transition: all .3s ease-in-out; }

.hover__link {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: 45%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 0.4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: default; }
  .hover__link:hover {
    text-decoration: underline; }

.in {
  background-image: url("../img/galleries-page/instagram-logo.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px; }

.border {
  left: 25%;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.51px;
  border: 2px solid #000000;
  padding: 20px 16px; }
  .border:hover {
    text-decoration: none; }

.bold {
  left: 26%;
  font-family: "Montserrat Bold", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2.14px; }
  .bold:hover {
    text-decoration: none; }

.mask-bold {
  top: 5%;
  left: 5%;
  width: 90%;
  height: 73%; }

.mask-border {
  height: calc(100% - 50px); }

.mask-bg {
  height: calc(100% - 41px); }

.bg {
  left: 27%;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  background-color: #000000;
  padding: 18px 15px;
  color: #ffffff; }
  .bg:hover {
    text-decoration: none; }

.radio-custom {
  opacity: 0;
  position: absolute; }

.radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.radio-custom-label {
  position: relative; }

.radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  border-radius: 50%; }

.radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%; }

.radio-custom + .radio-custom-label.black:before {
  background: #000; }

.radio-custom:checked + .radio-custom-label:before {
  content: '';
  background-image: url("../img/galleries-page/black-arrow.png");
  background-repeat: no-repeat;
  background-position: 50%;
  color: #bbb; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 222; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -7%;
  top: 40%; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../img/galleries-page/arrow-left.png");
    background-repeat: no-repeat; }

.slick-next {
  right: -9%;
  top: 40%; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../img/galleries-page/arrow-right.png");
    background-repeat: no-repeat; }

.arrow-prev,
.arrow-next {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px; }

.arrow-prev {
  left: -48px;
  top: 50%; }

.arrow-next {
  right: -49px;
  top: 50%; }

.slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.slick-slide {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.slider-custom {
  max-width: 267px;
  padding-top: 42px;
  margin: 0 auto;
  display: none; }
  .slider-custom .slick-prev,
  .slider-custom .slick-next {
    top: calc(50% - 21px); }
  .slider-custom .slick-prev {
    left: -13%; }
  .slider-custom .slick-next {
    right: -14%; }

.section_examples {
  padding-top: 60px;
  padding-bottom: 105px; }

.ex-description {
  text-align: center; }
  .ex-description__comment {
    color: #999999;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.45px; }
  .ex-description__title {
    padding-top: 25px;
    color: #000000;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.69px; }

.layout-control {
  padding-top: 33px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .layout-control__btn {
    background-image: url("../img/galleries-page/layout1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 20%;
    width: 50px;
    height: 50px;
    background-color: transparent;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom: 6px solid transparent; }
    .layout-control__btn:hover {
      background-image: url("../img/galleries-page/layout1-blue.png"); }
    .layout-control__btn.active {
      background-image: url("../img/galleries-page/layout1-blue.png");
      border-color: #265BD7; }
    .layout-control__btn:nth-child(2) {
      background-image: url("../img/galleries-page/layout2.png"); }
      .layout-control__btn:nth-child(2):hover {
        background-image: url("../img/galleries-page/layout2-blue.png"); }
      .layout-control__btn:nth-child(2).active {
        background-image: url("../img/galleries-page/layout2-blue.png"); }
    .layout-control__btn:nth-child(3) {
      background-image: url("../img/galleries-page/layout3.png"); }
      .layout-control__btn:nth-child(3):hover {
        background-image: url("../img/galleries-page/layout3-blue.png"); }
      .layout-control__btn:nth-child(3).active {
        background-image: url("../img/galleries-page/layout3-blue.png"); }
    .layout-control__btn:nth-child(4) {
      background-image: url("../img/galleries-page/layout4.png"); }
      .layout-control__btn:nth-child(4):hover {
        background-image: url("../img/galleries-page/layout4-blue.png"); }
      .layout-control__btn:nth-child(4).active {
        background-image: url("../img/galleries-page/layout4-blue.png");
        border-color: #265BD7; }

#layout {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  transition: height .5s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  #layout .img {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease; }
    #layout .img.show {
      opacity: 1;
      visibility: visible; }
    #layout .img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }

.section_mobile {
  padding-top: 165px;
  padding-bottom: 124px;
  overflow: hidden; }

.bg-mob {
  position: relative; }
  .bg-mob:before {
    position: absolute;
    content: '';
    width: 1241px;
    height: 883px;
    top: 16%;
    left: 37.3%;
    background-image: url("../img/galleries-page/gradient-bg4.png");
    background-repeat: no-repeat;
    background-origin: border-box;
    z-index: -1; }

.info-block-mob {
  background-repeat: no-repeat;
  background-position-x: 292%; }
  .info-block-mob__text {
    padding-top: 269px;
    padding-left: 130px; }
  .info-block-mob__img {
    padding-left: 92px;
    padding-top: 71px; }

.description-mob__desc {
  letter-spacing: .9px; }

.section_brands-new {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: linear-gradient(78deg, rgba(166, 188, 240, 0.6) 0%, rgba(194, 212, 253, 0.6) 20%, rgba(255, 255, 255, 0.6) 130%);
  text-align: center; }

.information {
  padding-top: 100px;
  padding-bottom: 64px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #ffffff; }
  .information__comment {
    color: #999999;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.45px; }
  .information__title {
    padding-top: 22px;
    font-family: "Adobe Caslon Pro", "ACaslonPro-Regular", Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.69px; }
  .information__line {
    margin-top: 42px;
    display: inline-block;
    content: '';
    width: 26px;
    height: 7px;
    background-color: #f9c77e;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg); }
  .information .brand-img {
    padding: 70px 237px 70px 253px; }
    .information .brand-img__row {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      vertival-align: baseline; }
    .information .brand-img__col {
      width: 20%;
      padding-bottom: 21px; }
      .information .brand-img__col img {
        max-width: 100%;
        position: relative; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px){
  *{
    -webkit-text-size-adjust: none; } }
      @media only screen and (max-width: 1220px){
  .header_inside .header__center{
    padding-left: 20px;
    padding-right: 20px; } }
      @media only screen and (max-width: 1150px){
  .title{
    font-size: 44px; }
  .comment{
    font-size: 14px; }
  .list-title{
    font-size: 17px; }
  .desc{
    font-size: 17px; }
  .btn_instagram{
    font-size: 12px; }
  .why__phone{
    margin: -300px 0 0 -152%; }
  .say__list{
    padding: 0; }
  .say__list:before{
    left: 0; }
  .say__list:after{
    right: 0; }
  .brands__list{
    padding: 0; }
  .hero-info__img{
    padding-left: 0; }
  .hero-info__img img{
    width: 100%; }
  .text{
    width: 60%; }
  .brand-images{
    padding: 0 17px; }
  .info-block__examples{
    width: 46%;
    padding-top: 120px; }
  .description__comment{
    font-size: 12px; }
  .description__title{
    font-size: 44px; }
  .description__desc{
    font-size: 15px;
    padding-top: 10px; }
  .list{
    padding-top: 14px; }
  .list__title{
    font-size: 17px; }
  .list__desc{
    font-size: 15px; }
  .list__icon{
    top: 5px; }
  .example1__col{
    height: 100%; }
  .example1__col img{
    width: 100%; }
  .example1__link{
    margin-top: 50px; }
  .photos__item.single .photos__link{
    font-size: 8px; }
  .photos__link{
    font-size: 5px; }
  .section_sign:before{
    bottom: -36px;
    right: 43px; }
  .sign-up__title{
    font-size: 44px; }
  .sign-up__comment{
    font-size: 12px; }
  .sign-up__available span{
    font-size: 17px; }
  .white:before{
    right: 52px; }
  .section_shop .info-block__text{
    padding-left: 0;
    padding-top: 50px; }
  .section_shop .info-block__img img{
    width: 100%; }
  .section_customize{
    padding-bottom: 765px;
    padding-top: 172px; }
  .custom .insta{
    top: 49px;
    left: 42px; }
  .custom .stl{
    top: -75px;
    left: 519px; }
  .custom .stl-black-border{
    top: 354px;
    left: 143px; }
  .custom .stl-black-bg{
    top: 420px;
    right: 22px; }
  .section_mobile{
    padding-top: 64px;
    padding-bottom: 0; }
  .info-block-mob{
    background-position-x: 0;
    padding-bottom: 140px; }
  .info-block-mob__text{
    padding-top: 0;
    width: 50%; }
  .info-block-mob__img{
    padding-top: 0;
    width: 50%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .info-block-mob__img img{
    width: 100%; }
  .description-mob__comment{
    font-size: 12px; }
  .description-mob__title{
    font-size: 44px; }
  .description-mob__desc{
    font-size: 15px;
    padding-top: 0; }
  .information__comment{
    font-size: 12px; }
  .information__title{
    font-size: 44px; }
  .information .brand-img{
    padding: 78px 30px; } }
      @media only screen and (max-width: 1023px){
  .title i{
    display: none; }
  .title{
    font-size: 35px;
    line-height: 1.4; }
  .comment{
    font-size: 11px; }
  .list-title{
    font-size: 14px; }
  .desc{
    font-size: 14px;
    line-height: 24px; }
  .btn_instagram{
    padding: 20px 34px 17px 72px; }
  .btn_instagram:before{
    top: 17px;
    left: 38px;
    width: 27px;
    height: 27px; }
  .main__wrap{
    max-width: 360px; }
  .main__arrow{
    display: block; }
  .promo{
    left: 53%; }
  .logos{
    display: none; }
  .why__wrap{
    padding-right: 150px; }
  .why__promo{
    display: none; }
  .why__phone{
    float: right;
    width: 250px;
    margin: 350px 0 0 0; }
  .review__logo--marg-top{
    text-align: center; }
  .review__user{
    margin: 0 auto; }
  .res{
    text-align: center; }
  .res__col{
    float: none;
    width: 100%; }
  .res__col:last-child{
    width: 100%; }
  .res__review{
    margin-top: 70px; }
  .say__list{
    padding: 0 7%; }
  .say__list:before{
    left: 7%; }
  .say__list:after{
    right: 7%; }
  .support{
    text-align: center; }
  .support__col{
    display: block;
    width: auto; }
  .support__col:first-child{
    padding-right: 0; }
  .support__col:last-child{
    text-align: center; }
  .support_talk{
    margin-top: -80px; }
  .support_talk .support__head{
    max-width: 100%; }
  .brands__item{
    width: 25%; }
  .price__item{
    max-width: 360px;
    padding: 0 30px 73px; }
  .price__types-item{
    max-width: 50%; }
  .enterprise{
    text-align: center; }
  .enterprise__col{
    float: none;
    width: auto; }
  .enterprise__col:last-child{
    padding: 0;
    width: auto; }
  .enterprise__btn{
    float: none;
    margin-top: 40px; }
  .case__head br{
    display: none; }
  .case__stats{
    display: block; }
  .case__stats-head{
    display: block;
    text-align: center; }
  .case__stats-head:not(:last-child){
    margin-bottom: 50px;
    padding-right: 0%; }
  .solution__head br{
    display: none; }
  .tabs__nav{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .tabs__link{
    margin: 0;
    padding: 10px; }
  .tabs__container{
    padding: 20px 0 0;
    border-width: 1px 0 0 0; }
  .hero-info__img img{
    width: 90%; }
  .text{
    padding-top: 10px; }
  .text__btn{
    margin-top: 50px; }
  .brand-images div{
    padding-right: 20px; }
  .brand-images div:last-child{
    padding-right: 0; }
  .brand-images div img{
    width: 80%; }
  .section_galleries{
    padding-top: 35px; }
  .info-block{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .info-block__text{
    width: 100%; }
  .info-block__examples{
    width: 90%;
    padding-top: 30px; }
  .description__title{
    padding-top: 17px; }
  .list{
    padding-top: 20px; }
  .list__icon{
    top: 9px; }
  .example1{
    margin: 0 auto;
    width: 80%; }
  .example1{
    margin: 0 auto;
    width: 100%; }
  .example1__row{
    padding-top: 11px; }
  .example1__link{
    margin-top: 70px; }
  .section_sign{
    padding-top: 49px;
    padding-bottom: 37px; }
  .white{
    padding-bottom: 93px; }
  .white:before{
    bottom: 17px; }
  .section_shop{
    padding-top: 44px; }
  .section_shop .info-block{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .section_shop .info-block__text{
    width: 50%;
    padding-left: 28px; }
  .section_shop .info-block__img{
    width: 50%; }
  .section_customize{
    padding-bottom: 50px;
    padding-top: 70px; }
  .custom-wrap{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px; }
  .custom{
    padding-bottom: 40px; }
  .custom__variant{
    width: 100%; }
  .custom .insta{
    position: relative;
    top: 0;
    left: 0; }
  .custom .stl{
    position: relative;
    top: 0;
    left: 0; }
  .custom .stl-black-border{
    position: relative;
    top: 0;
    left: 0; }
  .custom .stl-black-bg{
    position: relative;
    top: 0;
    left: 0; }
  .hover__img img{
    width: 100%; }
  .bold{
    left: 25%; }
  .layout-control{
    width: 40%; }
  .info-block-mob{
    padding-bottom: 55px; }
  .info-block-mob__text{
    padding-left: 0;
    max-width: 337px;
    margin-left: auto;
    margin-right: auto; }
  .information{
    padding-top: 60px; }
  .information__line{
    margin-top: 30px; }
  .information .brand-img{
    padding: 26px 0; }
  .information .brand-img__col{
    width: 20%; } }
      @media only screen and (max-width: 900px){
  .banner{
    padding: 25px 30px; }
  .banner__in{
    text-align: center; }
  .banner__text{
    float: none;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3; }
  .banner__button{
    text-align: center;
    float: none;
    display: inline-block; } }
      @media only screen and (min-width: 768px){
  .header__nav{
    display: block !important; }
  .head__figure_left:after{
    left: 0;
    margin: 0; }
  .price__wrap{
    display: block !important; }
  .information .brand-img__col.is-desctop-hidden{
    display: none; } }
      @media only screen and (max-width: 767px){
  .title{
    font-size: 35px;
    max-width: none; }
  .comment{
    font-size: 12px; }
  .list-title{
    font-size: 12px; }
  .desc{
    font-size: 12px; }
  .wrapper{
    padding-top: 53px; }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0; }
  .header__center{
    padding: 0; }
  .header__logo{
    width: 15px;
    margin-left: 30px;
    overflow: hidden; }
  .header__logo .icon{
    font-size: 22px; }
  .header__nav{
    display: none;
    float: none;
    padding: 10px 0;
    clear: both; }
  .header__nav-left{
    float: none; }
  .header__nav-right{
    float: none; }
  .header__nav-link.is-desctop-hidden{
    display: table; }
  .header__nav-link{
    display: table;
    margin: 0 auto 20px; }
  .header__nav-btn i{
    display: none; }
  .header__burger{
    display: block; }
  .header_inside .header__center{
    padding: 0; }
  a.header__nav-btn{
    display: table;
    margin: 0 auto 20px;
    vertical-align: top; }
  .overlay.visible{
    opacity: 1;
    pointer-events: all; }
  .main{
    margin-top: -58px; }
  .main__center{
    height: auto;
    min-height: 0; }
  .main__wrap{
    display: block;
    position: relative;
    max-width: 100%;
    padding: 137px 0 162px;
    text-align: center; }
  .main__logo{
    display: inline-block; }
  .main__title{
    margin-bottom: 33px;
    font-size: 34px;
    line-height: 1.36;
    letter-spacing: -.11px; }
  .main__text{
    max-width: 200px;
    margin: 0 auto 44px;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 1.6px; }
  .promo{
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 20px;
    background: #F8F8F8; }
  .promo__bg{
    display: block;
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: -15%; }
  .promo__wrap{
    display: none; }
  .section_how{
    padding: 80px 0; }
  .section_why:after, .section_res:after, .section_price:after{
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 1px;
    background: #D7D2D2; }
  .section_why{
    padding: 0 0 80px; }
  .section_res{
    padding: 80px 0; }
  .section_say{
    padding: 80px 0 35px; }
  .section_support{
    padding-top: 30px;
    background: none; }
  .section_brands{
    padding: 12px; }
  .section_brands .section__container{
    padding: 70px 0 20px; }
  .section_brands .section__center{
    padding: 0 20px; }
  .section_touch{
    padding: 70px 0 80px; }
  .section_price{
    padding: 0 0 80px; }
  .section_results:before{
    top: 140px;
    left: -30px;
    width: 637px;
    height: 382px;
    margin: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg); }
  .section_gray{
    padding: 50px 0; }
  .section_case{
    padding: 40px 0 50px; }
  .section_case:before{
    display: none; }
  .section_solution{
    padding-top: 0; }
  .section_solution:before{
    display: none; }
  .section_start{
    padding-bottom: 30px; }
  .section_tabs{
    padding-top: 20px; }
  .head__theme{
    margin-bottom: 11px;
    font-size: 12px;
    letter-spacing: 2.1px; }
  .head__title{
    font-size: 28px;
    letter-spacing: -0.42px;
    line-height: 1.32; }
  .head__title_lg{
    margin-top: 20px; }
  .head__title_sm{
    margin-top: 30px; }
  .head__title p{
    display: inline; }
  .head__pic{
    max-width: 100%;
    height: auto; }
  .head__figure{
    margin-top: 20px; }
  .how__head{
    margin-bottom: 53px; }
  .how__list{
    margin: 0 -30px; }
  .how__item{
    width: auto;
    padding: 0 0 58px; }
  .how__item:nth-child(2){
    width: 100%;
    padding: 0 0 58px; }
  .how__text{
    padding: 0 30px;
    font-size: 17px; }
  .content{
    font-size: 17px; }
  .why{
    text-align: center; }
  .why__wrap{
    float: none;
    width: 100%;
    padding: 0;
    background: none;
    box-shadow: none; }
  .why__head{
    max-width: 100%;
    margin-bottom: 30px; }
  .why__container{
    margin: 0 -30px;
    padding: 80px 30px 0;
    background: #F8F8F8; }
  .why__review{
    padding: 0; }
  .why__phone{
    display: none; }
  .why__iphone{
    display: block; }
  .res__wrap{
    margin-bottom: 40px; }
  .res__col:last-child{
    display: none; }
  .res__head{
    float: none;
    width: 100%; }
  .res__head:first-child{
    margin-bottom: 50px; }
  .res__title{
    font-size: 14px;
    letter-spacing: 2.45px; }
  .say__head{
    margin-bottom: 20px; }
  .say__list{
    margin: 0 -30px;
    padding: 0; }
  .say__list:before, .say__list:after{
    display: none; }
  .say__item{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .say__back{
    display: block; }
  .say__prev:hover, .say__next:hover{
    background: transparent;
    color: #C6C3C3; }
  .say__prev, .say__next{
    width: auto;
    height: auto;
    margin-top: -42px;
    padding: 15px;
    background: transparent;
    color: #C6C3C3; }
  .say__prev .icon, .say__next .icon{
    font-size: 21px; }
  .say__foot{
    display: none; }
  .support__col:first-child{
    padding: 0; }
  .support__col:last-child{
    margin: 0 -30px;
    padding: 40px 30px 0;
    background: #F8F8F8; }
  .support__head{
    margin-bottom: 40px; }
  .support__content{
    display: none; }
  .support__btn{
    margin-bottom: 50px; }
  .support_talk{
    margin: 0; }
  .brands__head{
    margin-bottom: 40px; }
  .brands__list{
    margin: 0; }
  .brands__item{
    width: 50%; }
  .brands__foot{
    display: none; }
  .touch{
    text-align: center; }
  .touch__col{
    float: none;
    width: auto; }
  .touch__btn{
    float: none; }
  .footer{
    padding: 35px 0 30px;
    text-align: center; }
  .footer__center{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__wrap{
    margin-bottom: 45px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .footer__logo{
    display: table;
    float: none;
    margin: 0 auto 40px; }
  .footer__nav{
    float: none;
    margin: 0; }
  .footer__nav-link{
    margin: 0 10px 20px; }
  .footer__copyright{
    margin: 20px 0 0;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .footer__created{
    display: block;
    max-width: 220px;
    margin: 0 auto;
    line-height: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .price{
    margin-bottom: 65px; }
  .price__head{
    display: none; }
  .price__item{
    display: block;
    width: auto;
    max-width: none;
    margin: 0 -30px -1px;
    padding: 0;
    border: 1px solid #C6C3C3;
    border-width: 1px 0; }
  .price__item.active{
    box-shadow: none; }
  .price__item_growth .price__wrap{
    background: rgba(38, 200, 212, 0.07); }
  .price__item_growth .price__value{
    color: #26C8D4; }
  .price__badge{
    display: none; }
  .price__type{
    margin: 0;
    padding: 16px 20px 10px 20px;
    pointer-events: all; }
  .price__type.active .price__title:before{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .price__title{
    float: left;
    margin: 0;
    font-size: 25px;
    letter-spacing: -0.38px; }
  .price__title:before{
    content: '';
    display: inline-block;
    margin: 8px 10px 0 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #C6C3C3;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    vertical-align: top; }
  .price__value{
    float: right;
    padding-top: 5px; }
  .price__wrap{
    display: none;
    padding-bottom: 35px;
    background: rgba(246, 163, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .price__figure{
    display: none; }
  .price__list{
    padding: 30px 20% 0; }
  .price__list:after{
    margin-top: 30px; }
  .price__list-item.disable{
    display: none; }
  .price__content{
    padding: 0 10%; }
  .price__popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 15px;
    background: rgba(0, 0, 0, 0.25);
    overflow: auto; }
  .price__types{
    padding: 70px 30px 50px; }
  .price__types-item{
    max-width: 100%; }
  .price__types-item_growth{
    margin-top: 60px; }
  .price__types-title{
    font-size: 29px; }
  .price__types-text{
    font-size: 10px; }
  .enterprise{
    padding: 0;
    border: none; }
  .m-hide{
    display: none !important; }
  .m-show{
    display: block !important; }
  .results{
    text-align: center; }
  .results__col{
    float: none;
    width: 100%; }
  .results__col:first-child{
    padding: 0; }
  .results__col:nth-child(2n){
    padding: 0; }
  .results__head{
    margin-bottom: 60px;
    padding: 0;
    font-size: 33px;
    line-height: 1.4;
    text-align: center; }
  .results__btn{
    position: relative;
    top: -110px; }
  .results__preview{
    margin-right: -30px;
    padding-left: 40px; }
  .results__gray{
    height: 280px;
    margin: -120px 0 0 0; }
  .results__content{
    margin: -190px 0 0 0;
    padding: 270px 0 0 0;
    font-size: 27px; }
  .results__content:before{
    top: auto;
    left: 50%;
    bottom: 100px;
    height: 130px; }
  .cases{
    padding-bottom: 50px; }
  .cases__col{
    margin-bottom: 100px;
    padding: 0 5px 0 0; }
  .cases__col:nth-child(2){
    margin-top: 130px; }
  .cases__col:nth-child(2n){
    padding: 0 0 0 5px; }
  .cases__title{
    margin-bottom: 3px;
    padding-top: 10px;
    font-size: 19px; }
  .cases__text{
    padding: 0;
    font-size: 9px; }
  .start__info{
    padding-top: 25px;
    line-height: 2; }
  .case{
    padding: 0 10px;
    text-align: center; }
  .case__row{
    margin: 0; }
  .case__col:first-child{
    width: 100%;
    min-height: 0;
    padding: 0;
    background: #FFF;
    box-shadow: none; }
  .case__col:last-child{
    display: none; }
  .case__stats{
    margin: 40px 0 45px;
    padding: 65px 0;
    border: solid #E0E0E0;
    border-width: 1px 0; }
  .case__comment{
    margin-bottom: 40px;
    padding: 60px 0 0 0; }
  .case__comment:before{
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 80px; }
  .case__comment-text{
    font-size: 19px;
    letter-spacing: -0.3px; }
  .case__comment-author{
    font-size: 12px; }
  .case__grid{
    margin: 0 -40px;
    padding: 0; }
  .solution{
    text-align: center; }
  .solution__col:first-child{
    width: 100%;
    min-height: 0;
    padding: 50px 40px 220px; }
  .solution__col:last-child{
    width: 100%;
    margin: -180px 0 0 0;
    padding: 0; }
  .solution__preview{
    width: 175px;
    height: 360px;
    margin: 0 auto; }
  .solution__pic{
    width: auto;
    max-height: 100%; }
  .next{
    padding: 40px 0;
    text-align: center; }
  .next__head{
    padding: 0; }
  .next__head:before{
    display: none; }
  .tabs__head{
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
    line-height: 1.3; }
  .section_banner .banner-logo{
    display: block; }
  .hero-info{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hero-info__txt{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .hero-info__img{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .hero-info__img img{
    width: 100%; }
  .text{
    text-align: center; }
  .text__btn{
    margin-top: 40px; }
  .text__btn{
    display: none; }
  .brand-images{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .brand-images div{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 20px; }
  .brand-images div:last-child{
    padding-bottom: 0; }
  .brand-images div img{
    width: auto; }
  .section_galleries{
    padding-bottom: 70px; }
  .info-block__examples{
    width: 90%;
    padding-top: 30px;
    padding-left: 45px; }
  .info-block__examples{
    width: 100%;
    padding: 30px 15px 0; }
  .info-block__btn{
    margin-right: 10px; }
  .example1__col{
    padding-right: 11px; }
  .example1__col:hover .example1__mask{
    visibility: hidden; }
  .section_sign:before{
    width: 80px;
    height: 60px;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: -18px;
    right: 0; }
  .section_shop .info-block{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .section_shop .info-block .description.is-desctop-hidden{
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 0; }
  .section_shop .info-block__text{
    width: 100%;
    padding-top: 40px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0; }
  .section_shop .info-block__img{
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px; }
  .section_shop .info-block__img img{
    width: 100%; }
  .section_shop .info-block__img img{
    width: 120%; }
  .section_customize{
    padding-top: 70px; }
  .txt{
    padding-left: 20px; }
  .txt__comment{
    font-size: 12px;
    letter-spacing: 2.1px; }
  .info-block-mob{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 100%;
    text-align: center; }
  .info-block-mob__text{
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; }
  .info-block-mob__img{
    width: 100%;
    margin-left: 0;
    padding-left: 0; }
  .information .brand-img__row{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .information .brand-img__col.is-mob-hidden{
    display: none; }
  .information .brand-img__col{
    width: 33.33333%; } }
      @media only screen and (max-width: 700px){
  .why:before{
    display: none; } }
      @media only screen and (max-width: 600px){
  .banner__close .icon{
    font-size: 15px; }
  .banner__text{
    font-size: 20px; }
  .banner__button{
    display: block;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; } }
      @media only screen and (max-width: 479px){
  .title{
    font-size: 28px;
    padding: 18px 25px 0;
    max-width: 277px;
    margin-left: auto;
    margin-right: auto; }
  .comment{
    font-size: 12px;
    letter-spacing: 2.1px; }
  .list-title{
    font-size: 12px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  .desc{
    font-size: 12px; }
  .btn_instagram{
    font-size: 14px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .section_banner{
    padding-top: 37px;
    background-image: url("../img/galleries-page/gradient-mobile.png");
    background-position: 0% 23%; }
  .bg-cont:before{
    display: none; }
  .hero-info{
    padding-top: 0; }
  .hero-info__img{
    width: 100%; }
  .hero-info__img img:first-child{
    display: none; }
  .hero-info__img img:last-child{
    display: block; }
  .text .title{
    font-size: 34px;
    line-height: 1.4;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  .section_brands-minimized{
    display: none; }
  .section_galleries{
    text-align: center; }
  .info-block__btn{
    display: none; }
  .description.is-desctop-hidden{
    display: block; }
  .description__title{
    margin-bottom: 20px; }
  .description__desc{
    padding: 0 30px;
    font-size: 17px;
    line-height: 26px; }
  .list.is-mobile-hidden{
    display: none; }
  .list{
    padding-left: 0;
    padding-top: 50px; }
  .list__title{
    padding: 0 60px;
    font-size: 19px;
    line-height: 29px; }
  .list__desc{
    padding: 10px 20px 0;
    font-size: 17px;
    line-height: 26px; }
  .list__icon{
    display: none; }
  .example1__mask{
    height: 77%; }
  .example1__link{
    margin-top: 45%;
    font-size: 8px; }
  .section_sign{
    padding-bottom: 70px; }
  .section_sign:before{
    bottom: -26px;
    width: 95px;
    height: 78px; }
  .sign-up{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .sign-up__title{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .sign-up__comment{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 35px; }
  .sign-up__available{
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .sign-up__available span{
    font-size: 16px; }
  .white{
    padding-bottom: 120px; }
  .white:before{
    bottom: 22px; }
  .section_shop .bg-info-block:before{
    top: -28%;
    left: 14%; }
  .section_shop .info-block__text .description__desc{
    padding: 0 30px; }
  .section_shop .info-block__text .list__desc{
    padding: 10px 30px 0; }
  .section_customize{
    text-align: center;
    padding-bottom: 0; }
  .txt__title{
    font-size: 28px;
    padding-top: 18px; }
  .custom-wrap{
    display: none; }
  .hover__img img{
    width: 100%;
    box-shadow: none; }
  .border{
    left: 24%; }
  .bold{
    left: 18%; }
  .mask-bold{
    height: 74.6%; }
  .mask-border{
    width: 100%; }
  .slider-custom{
    display: block; }
  .ex-description__comment{
    font-size: 12px;
    letter-spacing: 2.1px; }
  .ex-description__title{
    font-size: 28px;
    padding-top: 18px; }
  .layout-control{
    width: 90%; }
  .info-block-mob__img img{
    width: 100%;
    margin-left: 19%; }
  .description-mob__desc{
    font-size: 17px;
    line-height: 26px;
    padding: 25px 16px 10px; }
  .section_brands-new{
    padding-top: 12px;
    padding-bottom: 12px; }
  .information{
    margin-left: 12px;
    margin-right: 12px; }
  .information .brand-img__col.is-mt-negative{
    margin-top: -21px; }
  .information .brand-img__col.is-mb{
    margin-bottom: 25px; }
  .information .brand-img__col{
    width: 50%;
    padding-bottom: 27px; }
  .information .brand-img__col.is-padding-left{
    padding-left: 45px; } }
