@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.page-preview-list {
  margin: 0;
  padding: 50px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.page-preview-list > li {
  width: 100%;
  max-width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.page-preview-list > li a {
  display: block;
}

.page-preview-card {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 50px rgba(213, 223, 240, 0.5);
          box-shadow: 0 20px 50px rgba(213, 223, 240, 0.5);
  background-color: white;
}
.page-preview-card__title {
  margin-bottom: 15px;
  font-size: 24px;
}
.page-preview-card__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.2258064516%;
}
.page-preview-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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;
  margin-left: auto;
  margin-right: auto;
}
.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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* 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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

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

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

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

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

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
#footer .footer-nav, .header .menu-list, .header .menu__main, .header .menu__secondary, .product-text-section__list, .test-nav, .language__list, .product-items, .product-options, .cart-panel__product-list, .media-page .media-photo-list, .media-page .media-list, .gallery-page .masonry, .home-products .product-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post .slider-arrows:after, .media-page .media-photo-list:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.product-list-slider a, .product-items a, .collections-page .collection-item a {
  color: #333 !important;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
}

:root {
  --contentLink: "";
  --color-x: red;
  --scroll-width: 0px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125em;
  line-height: 1.2;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #333;
  background: #f2f2f2;
  font-family: "TTChocolates", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

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

.gm-style img {
  max-width: none;
}

/*@import url("//hello.myfonts.net/count/3b71ce");
@import url("//hello.myfonts.net/count/3b71cf");*/
@font-face {
  font-family: "TTChocolates";
  src: url("../fonts/TTChocolates-Light.woff2") format("woff2"), url("../fonts/TTChocolates-Light.woff") format("woff"), url("../fonts/TTChocolates-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TTChocolates";
  src: url("../fonts/TTChocolates-Regular.woff2") format("woff2"), url("../fonts/TTChocolates-Regular.woff") format("woff"), url("../fonts/TTChocolates-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TTChocolates";
  src: url("../fonts/TTChocolates-DemiBold.woff2") format("woff2"), url("../fonts/TTChocolates-DemiBold.woff") format("woff"), url("../fonts/TTChocolates-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TTChocolates";
  src: url("../fonts/TTChocolates-ExtraBold.woff2") format("woff2"), url("../fonts/TTChocolates-ExtraBold.woff") format("woff"), url("../fonts/TTChocolates-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "IowanOldStyleBT";
  src: url("../fonts/IowanOldStyleBT-Italic.woff2") format("woff2"), url("../fonts/IowanOldStyleBT-Italic.woff") format("woff"), url("../fonts/IowanOldStyleBT-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?uumrfw");
  src: url("../fonts/icomoon.eot?uumrfw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?uumrfw") format("truetype"), url("../fonts/icomoon.woff?uumrfw") format("woff"), url("../fonts/icomoon.svg?uumrfw#font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Component-3:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-right:before {
  content: "\e90a";
}

.icon-Close:before {
  content: "\e908";
}

.icon-back:before {
  content: "\e906";
}

.icon-ctrl:before {
  content: "\ea50";
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 50px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 38px;
}

h4, .h4 {
  font-size: 34px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 1em;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

fieldset {
  margin-bottom: 2.5em;
}

legend {
  font-size: 1rem;
  font-weight: 800;
  color: #333;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 0.15em;
  padding: 0.45em 0.5em;
  width: 100%;
  max-width: 280px;
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=password]:hover,
textarea:hover {
  border-color: #426BD3;
}
input[type=text]:focus, input[type=text]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=password]:focus,
input[type=password]:active,
textarea:focus,
textarea:active {
  border-color: #27AE60;
  outline: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #666;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #666;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.main-page main {
  margin-top: 12em;
}
@media (min-width: 1024px) {
  .main-page main {
    margin-top: 16em;
  }
}

.main-page .header__back-ico {
  display: none;
}

.main-page .logo {
  display: none;
}
.main-page.active-popup .logo {
  display: block !important;
}

.main-page-decor {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 426px;
  height: 726px;
  background-image: url(../img/header_decor.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 90%;
}
.home-products {
  margin-bottom: 8em;
}
.home-products .container {
  max-width: 1595px;
}
.home-products .product-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-products .product-list .product-list-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0;
}
@media (min-width: 768px) {
  .home-products .product-list .product-list-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .home-products .product-list .product-list-item {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
}
.home-products .product-list .product-list-item__inner a {
  display: inline-block;
  width: inherit;
  height: inherit;
  font-weight: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.home-products .product-list .product-list-item__inner a:visited {
  color: #666;
}
.home-products .product-list .product-list-item__inner a:visited:hover {
  color: #0047ff;
}
.home-products .product-list .product-list-item__inner--height-auto {
  height: auto !important;
}
.home-products .product-list .product-list-item__inner .product-preview__img {
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-products .product-list .product-list-item__inner .product-preview__vertical-text {
  letter-spacing: 0.08em;
  color: #333 !important;
}
@media (max-width: 767px) {
  .home-products .product-list .product-list-item__inner .product-preview__vertical-text {
    display: none;
  }
}
.home-products .product-list .product-list-item__inner .product-preview__horizontal-text {
  width: inherit;
}
@media (max-width: 767px) {
  .home-products .product-list .product-list-item__inner .product-preview__horizontal-text {
    font-size: 0.7rem;
  }
}
.home-products .product-list .product-list-item__inner .product-preview--horizontal, .home-products .product-list .product-list-item__inner li:nth-child(9n+9) .product-preview, .home-products .product-list li:nth-child(9n+9) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+7) .product-preview, .home-products .product-list li:nth-child(9n+7) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+4) .product-preview, .home-products .product-list li:nth-child(9n+4) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+3) .product-preview, .home-products .product-list li:nth-child(9n+3) .product-list-item__inner .product-preview {
  width: calc(23.95833vw * 1.8);
}
.home-products .product-list .product-list-item__inner .product-preview--horizontal .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+9) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+9) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+7) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+7) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+4) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+4) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+3) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+3) .product-list-item__inner .product-preview .product-preview__img {
  height: calc(15.8854166vw * 1.8);
}
@media (min-width: 768px) {
  .home-products .product-list .product-list-item__inner .product-preview--horizontal, .home-products .product-list .product-list-item__inner li:nth-child(9n+9) .product-preview, .home-products .product-list li:nth-child(9n+9) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+7) .product-preview, .home-products .product-list li:nth-child(9n+7) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+4) .product-preview, .home-products .product-list li:nth-child(9n+4) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+3) .product-preview, .home-products .product-list li:nth-child(9n+3) .product-list-item__inner .product-preview {
    width: calc(23.95833vw * 1.3);
  }
  .home-products .product-list .product-list-item__inner .product-preview--horizontal .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+9) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+9) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+7) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+7) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+4) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+4) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+3) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+3) .product-list-item__inner .product-preview .product-preview__img {
    height: calc(15.8854166vw * 1.3);
  }
}
@media (min-width: 1024px) {
  .home-products .product-list .product-list-item__inner .product-preview--horizontal, .home-products .product-list .product-list-item__inner li:nth-child(9n+9) .product-preview, .home-products .product-list li:nth-child(9n+9) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+7) .product-preview, .home-products .product-list li:nth-child(9n+7) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+4) .product-preview, .home-products .product-list li:nth-child(9n+4) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+3) .product-preview, .home-products .product-list li:nth-child(9n+3) .product-list-item__inner .product-preview {
    width: 23.95833vw;
  }
  .home-products .product-list .product-list-item__inner .product-preview--horizontal .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+9) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+9) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+7) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+7) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+4) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+4) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+3) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+3) .product-list-item__inner .product-preview .product-preview__img {
    height: 15.8854166vw;
  }
}
.home-products .product-list .product-list-item__inner .product-preview--square, .home-products .product-list .product-list-item__inner li:nth-child(9n+5) .product-preview, .home-products .product-list li:nth-child(9n+5) .product-list-item__inner .product-preview {
  width: calc(23.95833vw * 1.3);
}
.home-products .product-list .product-list-item__inner .product-preview--square .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+5) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+5) .product-list-item__inner .product-preview .product-preview__img {
  height: calc(23.95833vw * 1.3);
}
@media (min-width: 768px) {
  .home-products .product-list .product-list-item__inner .product-preview--square, .home-products .product-list .product-list-item__inner li:nth-child(9n+5) .product-preview, .home-products .product-list li:nth-child(9n+5) .product-list-item__inner .product-preview {
    width: calc(23.95833vw * 1.3);
  }
  .home-products .product-list .product-list-item__inner .product-preview--square .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+5) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+5) .product-list-item__inner .product-preview .product-preview__img {
    height: calc(23.95833vw * 1.3);
  }
}
@media (min-width: 1024px) {
  .home-products .product-list .product-list-item__inner .product-preview--square, .home-products .product-list .product-list-item__inner li:nth-child(9n+5) .product-preview, .home-products .product-list li:nth-child(9n+5) .product-list-item__inner .product-preview {
    width: 23.95833vw;
  }
  .home-products .product-list .product-list-item__inner .product-preview--square .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+5) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+5) .product-list-item__inner .product-preview .product-preview__img {
    height: 23.95833vw;
  }
}
.home-products .product-list .product-list-item__inner .product-preview--vertical, .home-products .product-list .product-list-item__inner li:nth-child(9n+8) .product-preview, .home-products .product-list li:nth-child(9n+8) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+6) .product-preview, .home-products .product-list li:nth-child(9n+6) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+2) .product-preview, .home-products .product-list li:nth-child(9n+2) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+1):not(:first-child) .product-preview, .home-products .product-list li:nth-child(9n+1):not(:first-child) .product-list-item__inner .product-preview {
  width: calc(15.8854166vw * 1.8);
}
.home-products .product-list .product-list-item__inner .product-preview--vertical .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+8) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+8) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+6) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+6) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+2) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+2) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+1):not(:first-child) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+1):not(:first-child) .product-list-item__inner .product-preview .product-preview__img {
  height: calc(23.95833vw * 1.8);
}
@media (min-width: 768px) {
  .home-products .product-list .product-list-item__inner .product-preview--vertical, .home-products .product-list .product-list-item__inner li:nth-child(9n+8) .product-preview, .home-products .product-list li:nth-child(9n+8) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+6) .product-preview, .home-products .product-list li:nth-child(9n+6) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+2) .product-preview, .home-products .product-list li:nth-child(9n+2) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+1):not(:first-child) .product-preview, .home-products .product-list li:nth-child(9n+1):not(:first-child) .product-list-item__inner .product-preview {
    width: calc(15.8854166vw * 1.3);
  }
  .home-products .product-list .product-list-item__inner .product-preview--vertical .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+8) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+8) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+6) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+6) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+2) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+2) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+1):not(:first-child) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+1):not(:first-child) .product-list-item__inner .product-preview .product-preview__img {
    height: calc(23.95833vw * 1.3);
  }
}
@media (min-width: 1024px) {
  .home-products .product-list .product-list-item__inner .product-preview--vertical, .home-products .product-list .product-list-item__inner li:nth-child(9n+8) .product-preview, .home-products .product-list li:nth-child(9n+8) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+6) .product-preview, .home-products .product-list li:nth-child(9n+6) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+2) .product-preview, .home-products .product-list li:nth-child(9n+2) .product-list-item__inner .product-preview, .home-products .product-list .product-list-item__inner li:nth-child(9n+1):not(:first-child) .product-preview, .home-products .product-list li:nth-child(9n+1):not(:first-child) .product-list-item__inner .product-preview {
    width: 15.8854166vw;
  }
  .home-products .product-list .product-list-item__inner .product-preview--vertical .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+8) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+8) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+6) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+6) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+2) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+2) .product-list-item__inner .product-preview .product-preview__img, .home-products .product-list .product-list-item__inner li:nth-child(9n+1):not(:first-child) .product-preview .product-preview__img, .home-products .product-list li:nth-child(9n+1):not(:first-child) .product-list-item__inner .product-preview .product-preview__img {
    height: 23.95833vw;
  }
}
@media (max-width: 767px) {
  .home-products .product-list li:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .home-products .product-list li:first-child .shop-info {
    width: calc(23.95833vw * 1.3);
  }
}
@media (min-width: 1025px) {
  .home-products .product-list li:first-child .shop-info {
    width: 23.95833vw;
  }
}
/* collections page */
/*
слайдер полного экрана включается после laptop
*/
@font-face {
  font-family: "FontName";
  src: url("FileName.eot");
  src: url("FileName.eot?#iefix") format("embedded-opentype"), url("FileName.woff") format("woff"), url("FileName.ttf") format("truetype"), url("FileName.svg#FontName") format("svg");
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 1360px) {
  .collections-page .collections-page-slider {
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
.collections-page .collections-page-slider .collections-page-slick-slider {
  width: inherit;
  height: inherit;
}
.collections-page .collections-page-slider .collections-page-slick-slider > .slick-dots {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: auto;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.collections-page .logo__title {
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 35px;
}
@media (min-width: 1200px) {
  .collections-page .logo__title {
    font-size: 2.5vw;
  }
}
.collections-page .slick-item:first-child .collection-item {
  padding-top: 14.3em;
}
@media (min-width: 768px) {
  .collections-page .slick-item:first-child .collection-item {
    padding-top: 8em;
  }
}
.collections-page .collection-item {
  position: relative;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .collections-page .collection-item {
    height: auto;
    padding: 6em 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1360px) {
  .collections-page .collection-item {
    opacity: 0;
    visibility: hidden;
    height: 100vh;
  }
}
.collections-page .collection-item__container {
  max-width: 1595px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .collections-page .collection-item__container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .collections-page .collection-item__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .collections-page .collection-item__container {
    padding: 0 7em;
  }
}
.collections-page .collection-item__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media (min-width: 768px) {
  .collections-page .collection-item__bg-img {
    display: block;
  }
}
.collections-page .img-side-text {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .collections-page .img-side-text {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.collections-page .img-side-text__text-container {
  max-width: 550px;
  font-size: 35px;
}
@media (max-width: 767px) {
  .collections-page .img-side-text__text-container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .collections-page .img-side-text__text-container {
    margin: 0 0.86em;
  }
}
@media (min-width: 1024px) {
  .collections-page .img-side-text__text-container {
    font-size: 3.75vw;
  }
}
.collections-page .img-side-text__text-title {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.7em;
}
.collections-page .img-side-text__text-description {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.collections-page .img-side-text__img, .collections-page .img-side-text__img img {
  width: 100%;
}
@media (min-width: 768px) {
  .collections-page .img-side-text__img, .collections-page .img-side-text__img img {
    width: 16.6666vw;
    height: 25vw;
    min-width: 200px;
    min-height: 300px;
  }
}
.collections-page .img-side-text__img img, .collections-page .img-side-text__img img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.collections-page .text-section {
  text-align: center;
}
@media (min-width: 768px) {
  .collections-page .text-section {
    padding: 5em 0;
  }
}
@media (min-width: 1360px) {
  .collections-page .text-section {
    height: 100vh;
    padding: 0;
  }
}
.collections-page .text-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
.collections-page .text-section__inner {
  margin: auto;
  max-width: 650px;
}
.collections-page .text-section__title {
  display: inline-block;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 2em;
  text-transform: none;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.collections-page .text-section__title:hover {
  color: #0047ff;
  cursor: pointer;
}
.collections-page .text-section__text {
  font-size: 0.9rem;
  font-family: "IowanOldStyleBT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
}
@media (min-width: 768px) {
  .collections-page #footer {
    margin-top: 0;
  }
}
@media (min-width: 1360px) {
  .collections-page #footer {
    display: none;
  }
}

.collection-item--reverse .container, .collections-page .collections-page-slider .slick-item:nth-child(2n) .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.collection-item--reverse .collection-item__bg-img, .collections-page .collections-page-slider .slick-item:nth-child(2n) .collection-item__bg-img {
  left: auto;
  right: 0;
}

.collection-slug__hero {
  height: 100vh;
  text-align: center;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1359px) {
  .collection-slug__hero {
    height: 60vh;
  }
}
.collection-slug__description {
  max-width: 80%;
  padding: 1.7em 0 1em;
  text-align: right;
  float: right;
}
@media (min-width: 768px) {
  .collection-slug__description {
    max-width: 60%;
  }
}
.collection-slug__photographer {
  font-size: 0.9rem;
}
.collection-slug__photographer .round-img {
  margin-bottom: 10em;
}

.product-items__product-preview .product-preview__img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.product-items__product-preview .product-preview__img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.product-items__product-preview figcaption {
  position: relative;
  z-index: 10;
}

.single-product .hero {
  border-top: 3px solid #000;
  padding-top: 3px;
}
.single-product .hero__bg-img {
  background-position: 30% 50%;
}
@media (max-width: 767px) {
  .single-product .hero__content {
    margin: 0 auto;
  }
}
.single-product .hero--text-white {
  color: #fff;
}
.single-product .hero--text-white small {
  color: #fff;
  opacity: 1;
}
.single-product .product-list-slider .product-preview img {
  margin-bottom: 10px;
  border-radius: 0.3em;
}
@media (max-width: 767px) {
  .single-product .product-list-slider .product-preview__horizontal-text {
    font-size: 0.8rem;
  }
}

.gallery-page .logo {
  margin-bottom: 6.77vw;
}
.gallery-page__container {
  padding: 0;
}
.gallery-page .masonry {
  position: relative;
  margin: 0 -10 4em;
}
.gallery-page .masonry:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../img/load.svg");
  background-position: center center;
  background-size: contain;
}
.gallery-page .masonry__item {
  width: calc(50% - 1px);
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s linear 0.1s;
  -o-transition: all 1.5s linear 0.1s;
  transition: all 1.5s linear 0.1s;
}
.gallery-page .masonry__item a {
  display: block;
}
.gallery-page .masonry__item .masonry__title {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .gallery-page .masonry__item .masonry__title {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .gallery-page .masonry {
    width: calc((17.96875vw * 3 * 1.3) + (1.425vw * 6));
    margin: 0 auto 4em;
  }
  .gallery-page .masonry__item {
    width: calc(17.96875vw * 1.3);
    margin: 0 1.4vw 2.5vw;
    padding: 0;
  }
  .gallery-page .masonry__item img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .gallery-page .masonry {
    width: calc((17.96875vw * 3) + (1.425vw * 6));
  }
  .gallery-page .masonry__item {
    width: 17.96875vw;
  }
  .gallery-page .masonry__item img {
    width: 100%;
  }
}
.gallery-page .masonry--show:before {
  display: none;
}
.gallery-page .masonry--show .masonry__item {
  opacity: 1;
  visibility: visible;
}
.gallery-page .gallery-text {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
  font-family: "IowanOldStyleBT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
}
.gallery-page .gallery-text a {
  font-size: 1rem;
}

.media-page__popup-holder > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .media-page__popup-holder > * {
    display: none;
  }
}
.media-page .header {
  background-color: #fff;
}
.media-page .media-item {
  padding: 2.8em 0;
}
.media-page .media-item:not(:last-child) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.media-page .media-item__header {
  max-width: 735px;
  text-align: center;
  margin: 0 auto;
}
.media-page .media-item__title {
  font-weight: 300;
  font-size: 1.333em;
}
.media-page .media-item__description {
  font-size: 0.9rem;
  margin-bottom: 3.9em;
}
.media-page .media-photo-list li {
  width: 50%;
  margin: 0.55em 0;
  float: right;
}
.media-page .media-photo-list li:nth-child(2n+1) {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  clear: left;
}
.media-page .media-photo-list li:nth-child(2n+1) .img-side-text__img {
  text-align: right;
}
.media-page .media-photo-list .img-side-text__img {
  margin: 0 0.55em;
  max-width: 225px;
}
.media-page .media-photo-list .img-side-text__text {
  padding-top: 3px;
  display: none;
}
@media (min-width: 1024px) {
  .media-page .media-photo-list .img-side-text__text {
    display: block;
  }
}
.media-page .media-photo-list .img-side-text__text-title {
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}
.media-page .media-photo-list .img-side-text__text-description {
  font-family: "IowanOldStyleBT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

.post {
  z-index: 12;
}
.post .post-slick-slider {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .post .post-slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post .photo-slick-slider__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .post .photo-slick-slider__item > div {
    padding: 0 15px;
  }
}
.post .photo-slick-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.post .slider-arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 40px;
  color: #333;
  padding: 0 0.57em;
}
@media (min-width: 768px) {
  .post .slider-arrows {
    font-size: 45px;
  }
}
.post .slider-arrows a {
  font-size: inherit;
  color: #000;
}
.post .slider-arrows a:hover {
  color: #0047ff;
}
.post .slider-arrows .post-slick-next {
  float: right;
}
.post .slider-arrows .post-slick-prev {
  float: left;
}
.post .back {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .post .back {
    display: none;
  }
}

.cart {
  position: fixed;
  text-align: right;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 102;
  background: rgb(242, 242, 242);
  background: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 242, 0)), color-stop(0%, rgba(242, 242, 242, 0)), color-stop(35%, rgba(51, 51, 51, 0.7)));
  background: -o-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 0%, rgba(51, 51, 51, 0.7) 35%);
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 0%, rgba(51, 51, 51, 0.7) 35%);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s linear, visibility 0s linear 0.2s;
  transition: opacity 0.2s linear, visibility 0s linear 0.2s;
}
@media (min-width: 768px) {
  .cart {
    background: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 242, 0)), color-stop(15%, rgba(242, 242, 242, 0)), to(rgba(51, 51, 51, 0.7)));
    background: -o-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 15%, rgba(51, 51, 51, 0.7) 100%);
    background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 15%, rgba(51, 51, 51, 0.7) 100%);
  }
}
@media (min-width: 1024px) {
  .cart {
    background: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 242, 0)), color-stop(45%, rgba(242, 242, 242, 0)), to(rgba(51, 51, 51, 0.7)));
    background: -o-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 45%, rgba(51, 51, 51, 0.7) 100%);
    background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 45%, rgba(51, 51, 51, 0.7) 100%);
  }
}

.cart--active {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cart--active #wrapper {
    padding-right: var(--scroll-width);
  }
  .cart--active .main-page-decor {
    left: calc(50% - var(--scroll-width) / 2);
  }
}
.cart--active .cart {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  overflow-y: auto;
}
.cart--active .cart .cart-panel {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.cart-panel {
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  width: 88%;
  max-width: 480px;
  padding: 0 0.277em;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .cart-panel {
    width: 100%;
    margin-left: 50px;
  }
}
.cart-panel > * {
  padding: 0.8333em;
}
@media (min-width: 768px) {
  .cart-panel > * {
    padding: 1.5em;
  }
}
.cart-panel__header {
  position: fixed;
  display: inline;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  padding: 0;
  z-index: 104;
}
.cart-panel__ico {
  display: inline-block;
  font-size: 25px;
  position: fixed;
  margin-top: 4.23333px;
  margin-left: -29.9333px;
}
@media (min-width: 1200px) {
  .cart-panel__ico {
    font-size: 2.08vw;
    margin-top: 0.17em;
    margin-left: -1.2em;
  }
}
.cart-panel__ico .cart-panel__arrow {
  display: none;
}
.cart-panel__ico--back .cart-panel__arrow {
  display: inline-block;
}
.cart-panel__ico--back .cart-panel__close {
  display: none;
}
.cart-panel__product-list {
  border-bottom: 2px solid #000;
}
.cart-panel__product-list li:not(:last-child) {
  margin-bottom: 0.2em;
}
.cart-panel__total-sum {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.5;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.cart-panel__form-cart {
  display: inline-block;
}
.cart-panel__form-cart button {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  display: block;
}
@media (min-width: 768px) {
  .cart-panel__form-cart button {
    display: inline-block;
  }
}
.cart-panel__form-cart a {
  text-transform: none;
  letter-spacing: unset;
}
.cart-panel__info {
  padding-top: 0;
  font-size: 0.9rem;
  opacity: 0.7;
}
.cart-panel__info--thanks .cart-panel__info-title {
  font-size: 1.3rem;
  font-weight: 300;
}
.cart-panel__info--text-green {
  color: #27AE60;
}
.cart-panel__info--text-error {
  color: #EB5757;
  font-weight: 600;
}
.cart-panel__info-title {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.cart-panel__text-close {
  color: #333;
  text-transform: none;
  letter-spacing: unset;
  display: inline-block;
}
@media (max-width: 767px) {
  .cart-panel .cart-panel-instagram__photo {
    max-width: 70px;
  }
}

/*
Forms

Markup:
<label>Label text
  <input type="text" name="text">
</label>

Styleguide Label+input
*/
form legend {
  margin-bottom: 1.5em;
}
form label {
  margin-bottom: 1em;
}

/*
Label+input

Ошибка поля

Markup:
<label>Label text
  <input type="text" name="text">
</label>

Styleguide Label+input
*/
label {
  font-weight: 600;
  color: #000;
  font-size: 0.9rem;
  display: block;
  max-width: 280px;
}
label input[type=text],
label input[type=tel],
label input[type=email],
label input[type=search],
label input[type=password],
label textarea {
  display: block;
  margin-top: 0.5em;
}

/*
Input error

Ошибка поля

Markup:
<input type="text" class="input--error">

Styleguide Input error
*/
.input--error {
  border-color: #EB5757 !important;
}

/*
Buttons

Модуль кнопки для сайта

Markup:
<button class="btn">Кнопка</button>

Styleguide Buttons
*/
.btn {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0.7em 1.1em;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 0.2em;
  color: #fff;
  background-color: black;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.btn:hover {
  background-color: #0047ff;
  color: #fff;
}
.btn:active {
  -webkit-transition: none 0.3s ease-in-out;
  -o-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
  background-color: #0032B5;
}

/*
Links

Ссылки

Markup:
<span class="link">Вся серия</span>

Styleguide Links
*/
.link, a {
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.link:link, a:link {
  color: #333;
}
.link:visited, a:visited {
  color: #333;
}
.link:visited:hover, a:visited:hover {
  color: #0047ff;
}
.link:hover, a:hover {
  color: #0047ff;
}
.link:active, a:active {
  outline: none;
}

.link--black, #footer a, .language__list a, .product-cart__delete, .cart-panel__ico {
  color: #333;
}
.link--black:hover, #footer a:hover, .language__list a:hover, .product-cart__delete:hover, .cart-panel__ico:hover {
  color: #0047ff;
}

.link--white {
  color: #fff;
}
.link--white:hover {
  color: #0047ff;
}

/*
Custom Radio Button

Markup:
<span class="link">Вся серия</span>

Styleguide Custom Radio Button
*/
.nice-form [type=checkbox],
.nice-form [type=radio] {
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.nice-form .fake-input {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #f8f8f8;
  vertical-align: middle;
  position: relative;
  margin-right: 0.5em;
  border: 2px solid #000;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.nice-form .fake-input:hover {
  border: 2px solid #0047ff;
}

.nice-form [type=radio] + .fake-input {
  border-radius: 100%;
}

.nice-form [type=checkbox] + .fake-input:before {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  opacity: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 -5px;
}

.nice-form [type=radio] + .fake-input:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #333;
  border-radius: 100%;
  opacity: 0;
}

.nice-form [type=radio]:checked + .fake-input:before,
.nice-form [type=checkbox]:checked + .fake-input:before {
  opacity: 1;
}

.nice-form input:disabled + .fake-input,
.nice-form input:disabled ~ .fake-label {
  opacity: 0.5;
}

.fake-label {
  font-weight: 600;
  font-size: 0.9rem;
  vertical-align: middle;
}

/*
Burger menu

Markup:
<a href="#" class="opener"><span>Меню</span></a>

Styleguide Burger menu
*/
.opener {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: relative;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .opener {
    display: none;
  }
}
.opener:hover {
  opacity: 0.9;
}
.active .opener span {
  opacity: 0;
}
.active .opener:before, .active .opener:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30%;
  left: 0;
  right: 0;
}
.active .opener:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.opener span, .opener:before, .opener:after {
  background: #333;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -1.5px; /* height/2 */
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.opener:before, .opener:after {
  content: "";
  top: 0;
}
.opener:after {
  top: 60%;
}

/*
Product-preview

Markup:
<div class="product-preview">
  <figure class="product-preview__inner">
    <span class="product-preview__vertical-text">Stars & Pearls</span>
    <img class="product-preview__img" src="img/produc_3.jpg" alt="Макака на дереве">
    <figcaption class="product-preview__horizontal-text">Stars and pearls got a new addition</figcaption>
  </figure>
</div>

.product-preview--new-collection - меняет цвет текста
.product-preview--text-center - выравнивает горизонтальный текст по центру

Styleguide Product-preview
*/
.product-preview {
  display: inline-block;
  vertical-align: middle;
  width: inherit;
  height: inherit;
}
.product-preview__img {
  border-radius: 0.2rem;
  margin-bottom: 10px;
}
.product-preview__inner {
  position: relative;
  margin: 0;
  width: inherit;
  height: inherit;
}
.product-preview__vertical-text {
  text-transform: uppercase;
  font-size: 16px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: -1.3em;
  font-weight: 600;
}
.product-preview__vertical-text--new-collection {
  color: #0047ff;
}
.product-preview__horizontal-text {
  font-size: 16px;
  width: 100%;
}
.product-preview__horizontal-text--text-center {
  text-align: center;
}

.product-text--new-collection {
  color: #0047ff;
}

/*
Menu Item decor

Markup:
<ul>
  <li><a href="#" class="menu-item-decor">Menu</a></li>
</ul>

Styleguide Menu Item decor
*/
.menu-item-decor {
  position: relative;
  margin-right: 8px;
}
.menu-item-decor:after {
  position: absolute;
  content: "";
  top: 45%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  right: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF0000;
}

/*
Shop info

Markup:
<div class="shop-info">
  <div class="shop-info__img">
    <img src="img/logo.svg" alt="Yastreb">
  </div>
  <div class="shop-info__description">
    <p>Fine and experimental jewelry for yourself and not for a special occasion. Handcrafted in Kiev, spotted worldwide</p>
  </div>
  <div class="shop-info__contacts">
    <a href="mailto:my@lenayastreb.com">my@lenayastreb.com</a><br>
    <a href="tel: +380689603019">+38 068 960-30-19</a> (с 13:00 до 19:00),
    <address>Киев, Воздвиженка, Кожемяцкая 12г,
    <br>
    Osobnyak, 2 этаж</address>
  </div>
</div>

Styleguide Shop info
*/
.shop-info {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .shop-info {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .shop-info {
    font-size: 24px;
  }
}
.shop-info__img {
  margin: 0 auto;
  max-width: 180px;
}
@media (min-width: 768px) {
  .shop-info__img {
    max-width: none;
    margin: 0;
  }
}
.shop-info__title {
  position: relative;
  overflow: hidden;
  text-indent: -10em;
  margin: 0;
}
@media (min-width: 768px) {
  .shop-info__title {
    margin-bottom: 0.4em;
    line-height: 1.5;
  }
}
@media (min-width: 1360px) {
  .shop-info__title {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1600px) {
  .shop-info__title {
    line-height: 1.6;
    margin-bottom: 0.6em;
  }
}
.shop-info__title img {
  position: absolute;
  top: 0;
  left: 0;
}
.shop-info__description {
  font-size: 1em;
  margin-bottom: 1.25em;
  text-align: center;
}
@media (min-width: 768px) {
  .shop-info__description {
    text-align: left;
  }
}
.shop-info__contacts {
  font-size: 0.8em;
  text-transform: none;
  color: #333;
  font-style: normal;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
@media (min-width: 768px) {
  .shop-info__contacts {
    display: block !important;
    text-align: left;
    line-height: 1.2;
    max-height: 100%;
  }
}
.shop-info__contacts a {
  font-size: inherit;
  text-transform: inherit;
  color: inherit;
  font-weight: normal;
}
.shop-info__contacts a:hover {
  color: #0047ff;
}
.shop-info__more {
  text-align: center;
}
@media (min-width: 768px) {
  .shop-info__more {
    display: none;
  }
}

/*
Product card

Markup:
<ul>
  <li><a href="#" class="menu-item-decor">Menu</a></li>
</ul>

Styleguide Product card
*/
@media (min-width: 768px) {
  .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .product-card__container {
    padding: 1.3em;
    padding-right: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .product-card .photos-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-card .photos-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .product-card .product-info-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-card .product-info {
  padding: 2.3em 0 1.3em;
}
@media (min-width: 768px) {
  .product-card .product-info {
    padding: 1.3em 0;
    margin-left: -1.3em;
    padding-left: 1.3em;
    border-left: 2px solid #000;
  }
}
.product-card .product-info__collection a {
  color: #000;
  font-size: 0.9rem !important;
  font-weight: bold;
  text-transform: unset;
  opacity: 0.2;
}
.product-card .product-info__title {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 1.35rem;
  max-width: 300px;
}
.product-card .product-info__description {
  margin-bottom: 1.3em;
  max-width: 300px;
}
.product-card .product-info__options {
  margin-bottom: 2.3em;
}
.product-card .product-info__buy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.3em;
}
.product-card .product-info__buy-block > * + * {
  margin-left: 0.8em;
}
.product-card .product-info__product-price > * {
  display: block;
  margin: 0 0.25em;
}
@media (min-width: 480px) {
  .product-card .product-info__product-price > * {
    display: inline-block;
    vertical-align: middle;
  }
}
.product-card .price {
  position: relative;
  font-size: 1.35rem;
  font-weight: 300;
}
.product-card .price--old:after {
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
}
.product-card .price--sale {
  color: #0047ff;
}
.product-card .add-options {
  font-size: 0.9rem;
  opacity: 0.5;
  max-width: 300px;
}
.product-card .add-options ul {
  padding-left: 1rem;
  font-weight: 600;
}

.product-options {
  margin-bottom: 2.3em;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}
.product-options li:not(:last-child) {
  margin-bottom: 0.5em;
}
.product-options .option-name {
  text-transform: uppercase;
  opacity: 0.5;
}

/*
Product list

Markup:
<ul class="product-items">
  <li class="product-items__item product-items__item--col-2">
    content...
  </li>
</ul>

.product-items__item--col-2 - в две колонки (по умолчанию в 4)

Styleguide Product list
*/
.product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product-items a:visited {
  color: #666;
}
.product-items__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 280px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.product-items--col-2 {
  max-width: 610px;
  margin: 0 auto;
}

/*
Product list carousel

Markup:
<div class="product-list-slider">
  <div class="product-list-slider__title">Заголовок</div>

  <!-- slick slider -->
  <div class="photo-list-slider">
    <div>
      <a href="#">
        <div class="photo-list-slider__item">
          <div class="product-preview">
            <figure class="product-preview__inner">
              <img class="product-preview__img" src="img/produc_4.jpg" alt="Макака на дереве">
              <figcaption class="product-preview__horizontal-text">Узкий браслет «Эфир»</figcaption>
            </figure>
          </div>
        </div>
      </a>
    </div>
</div>

Styleguide Product list carousel
*/
.product-list-slider {
  padding: 2em 0;
  margin: 0 auto;
}
.product-list-slider__title {
  font-weight: 300;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .product-list-slider__title {
    font-size: 1.3em;
  }
}

.photo-slider {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
}
.photo-slider img {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .photo-slider {
    max-width: 100%;
    width: calc(19.7183098592vw + 11.4084507042rem);
    height: calc(24.7887323944vw + 14.3896713615rem);
  }
}
@media (min-width: 1900px) {
  .photo-slider {
    width: 580px;
    height: 730px;
  }
}

.photo-list-slider {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.photo-list-slider__item {
  text-align: center;
  margin: 0 7.5px;
  width: calc(9.8214285714vw + 6.8253968254rem);
}
.photo-list-slider__item img {
  width: inherit;
  height: calc(12.2321428571vw + 8.5714285714rem);
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 10px;
}
@media (min-width: 1600px) {
  .photo-list-slider__item img {
    width: 280px;
    height: 350px;
  }
}

.photo-4-slick-slider .slick-dots {
  bottom: -40px;
}

/*
More link

Markup:
<div class="more-link">
    <a class="more-link__link more-link__link--wave" href="#">
    <svg class="more-link__ico" viewBox="0 0 44 40" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M2 25V38H42V25" stroke="#0047FF" stroke-width="3"/>
        <path fill-rule="evenodd" clip-rule="evenodd" d="M8 17.1213L22.0067 31.128L22.072 31.0627L22.1212 31.1119L36.1117 17.1213L33.9904 15L22.0559 26.9346L10.1213 15L8 17.1213Z" fill="#0047FF"/>
        <rect x="20.5" y="28" width="28" height="3" transform="rotate(-90 20.5 28)" fill="#0047FF"/>
      </svg>
    Вся серия</a>
</div>

.more-link__link--wave - волнообразная линия по бокам
.more-link__link--explosion - волнообразная линия по бокам

Styleguide More link
*/
.more-link {
  text-align: center;
  font-size: 1rem;
}
.more-link__ico {
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}
.more-link__link {
  position: relative;
  font-size: inherit;
  display: inline-block;
  max-width: 180px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0047ff !important;
}
.more-link__link:hover {
  color: rgba(0, 71, 255, 0.7) !important;
}
@media (min-width: 768px) {
  .more-link__link {
    max-width: 350px;
  }
}
.more-link__link:after, .more-link__link:before {
  position: absolute;
  content: "";
  background-position: center center;
  background-size: contain;
  opacity: 0.3;
}
.more-link__link--wave:after, .more-link__link--wave:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 12px;
  background-image: url(../img/link-decor-wave.svg);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .more-link__link--wave:after, .more-link__link--wave:before {
    width: 122px;
    height: 15px;
  }
}
.more-link__link--wave:after {
  left: -90px;
}
.more-link__link--wave:before {
  right: -90px;
}
@media (min-width: 768px) {
  .more-link__link--wave:after {
    left: -130px;
  }
  .more-link__link--wave:before {
    right: -130px;
  }
}
.more-link__link--explosion:after, .more-link__link--explosion:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80.54px;
  height: 41.4px;
  background-image: url(../img/link-decor-explosion.svg);
}
.more-link__link--explosion:after {
  top: -50px;
  -webkit-transform: scale(1, -1) translateX(-50%);
      -ms-transform: scale(1, -1) translateX(-50%);
          transform: scale(1, -1) translateX(-50%);
}
.more-link__link--explosion:before {
  bottom: -50px;
}

/*
Round img + text

Markup:
div class="round-img">
    <div class="round-img__bg-img"></div>
    <div class="round-img__info">
      <p><strong>Наталья Ефимова @yefisielle</strong><br>
        стилист, фотограф, Киев</p>
    </div>
    <div class="round-img__text">
      <p>Fine and experimental jewelry for yourself and not for a special occasion. Handcrafted in Kiev, spotted worldwide. Lorem ipsum dolor sit amet, consectetur adipiscing</p>
    </div>
  </div>

Styleguide Round img + text
*/
.round-img {
  text-align: center;
}
@media (min-width: 768px) {
  .round-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.round-img__bg-img {
  background-image: url(../img/round-img.png);
  background-position: center center;
  background-size: cover;
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .round-img__bg-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.round-img__info, .round-img__text {
  max-width: 400px;
  opacity: 0.6;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .round-img__info, .round-img__text {
    width: 400px;
    min-height: 76px;
    margin: 0;
  }
}
.round-img__info {
  text-align: center;
  font-style: italic;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .round-img__info {
    text-align: right;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.round-img__info strong {
  font-style: normal;
  font-weight: 600;
}
.round-img__text {
  font-family: "IowanOldStyleBT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
}
@media (min-width: 768px) {
  .round-img__text {
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.round-img p {
  margin: 0;
}

/*
Image with side text

Изображение с боковым текстом вверху или внизу.


Markup:
<figure class="img-side-text img-side-text--bottom-left">
  <div class="img-side-text__img">
    <img src="img/produc_4.jpg" alt="Продукт">
  </div>
  <figcaption>
    <div class="img-side-text__text-title">Title</div>
    <div class="img-side-text__text-description">Защелкивающиеся впереди акцентные серьги высотой 3,7 см. Ширина широкой части 5 миллиметров. Вес 4,3 грамма</div>
  </figcaption>
</figure>


default - текст сверху справа
.img-side-text--bottom-right - текст внизу справа
.img-side-text--top-left - текст вверху слева
.img-side-text--bottom-left - текст внизу слева

Styleguide Image with side text
*/
.img-side-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}
.img-side-text--bottom-right, .collections-page .collections-page-slider .slick-item:nth-child(2n) .img-side-text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.img-side-text--top-left, .img-side-text--bottom-left, .collections-page .collections-page-slider .slick-item:nth-child(2n+1) .img-side-text, .media-page .media-photo-list li:nth-child(2n+1) .img-side-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.img-side-text--top-left figcaption, .img-side-text--bottom-left figcaption, .collections-page .collections-page-slider .slick-item:nth-child(2n+1) .img-side-text figcaption, .media-page .media-photo-list li:nth-child(2n+1) .img-side-text figcaption {
  text-align: right;
}
.img-side-text--bottom-left, .collections-page .collections-page-slider .slick-item:nth-child(2n+1) .img-side-text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/*
Logo and title

Разное отображение логотипа в зависимости от наличия заголовка.

Markup:
<div class="logo">
  <strong class="logo__img">
    <a href="#">
      <svg viewBox="0 0 147 30" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M129.482 29.4332V0.566793H136.839C139.727 0.566793 141.921 1.16693 143.422 2.36052C144.916 3.54745 145.67 5.28784 145.67 7.55501C145.67 9.20204 145.23 10.5557 144.343 11.6159C143.449 12.6695 142.168 13.3763 140.507 13.7164C142.382 14.2032 143.789 15.07 144.743 16.3103C145.703 17.5439 146.177 19.1309 146.177 21.078C146.177 23.6386 145.356 25.6657 143.709 27.1727C142.068 28.6797 139.827 29.4332 136.992 29.4332H129.482ZM134.992 24.9389C135.072 24.9389 135.178 24.9389 135.332 24.9522C135.485 24.9655 135.592 24.9722 135.652 24.9722C137.199 24.9722 138.38 24.5988 139.214 23.8653C140.047 23.1251 140.467 22.0782 140.467 20.7113C140.467 19.2443 140.054 18.1307 139.227 17.3772C138.4 16.6237 137.179 16.2436 135.572 16.2436H134.992V24.9389ZM134.992 11.9226C135.132 11.9493 135.272 11.9693 135.392 11.9693C135.525 11.976 135.699 11.976 135.912 11.976C137.193 11.976 138.186 11.6626 138.893 11.0425C139.607 10.409 139.961 9.52212 139.961 8.37519C139.961 7.2216 139.587 6.32807 138.847 5.70127C138.106 5.07446 137.059 4.76106 135.678 4.76106C135.612 4.76106 135.492 4.76773 135.332 4.78106C135.178 4.78773 135.065 4.7944 134.985 4.7944V11.9226H134.992ZM109.419 29.4332V0.566793H121.792V5.10113H115.122V12.016H121.792V16.4703H115.122V24.7855H121.792V29.4332H109.419ZM91.2371 12.9229C91.3105 12.9229 91.4172 12.9229 91.564 12.9429C91.7174 12.9562 91.8241 12.9629 91.8975 12.9629C93.3515 12.9629 94.4787 12.6028 95.2791 11.876C96.0795 11.1558 96.4797 10.1423 96.4797 8.84196C96.4797 7.54168 96.0862 6.54812 95.2991 5.88131C94.5054 5.20782 93.3448 4.87442 91.8174 4.87442H91.2371V12.9229ZM85.6478 29.4332V0.566793H92.7445C95.846 0.566793 98.1872 1.24694 99.7746 2.61391C101.362 3.98088 102.149 5.99467 102.149 8.66192C102.149 10.509 101.736 12.056 100.908 13.3096C100.081 14.5699 98.8942 15.4568 97.3668 15.9502L102.689 29.4399H96.7465L91.7841 15.8369H91.2371V29.4399H85.6478V29.4332ZM69.4133 29.4332V5.4012H64.8978V0.566793H79.6583V5.4012H75.1027V29.4332H69.4133ZM44.2546 22.8251L49.3037 21.4981C49.4504 22.705 49.8039 23.6319 50.3575 24.2854C50.9111 24.9522 51.6181 25.2723 52.4652 25.2723C53.2189 25.2723 53.8325 25.0122 54.2994 24.4788C54.7663 23.9453 55.0064 23.2585 55.0064 22.3916C55.0064 21.5781 54.7663 20.8113 54.2861 20.0845C53.8058 19.3576 52.6986 18.2774 50.9711 16.8437C48.5833 14.8566 46.9759 13.1963 46.1355 11.8493C45.2951 10.5023 44.8749 9.05534 44.8749 7.50167C44.8749 5.24116 45.5819 3.4341 46.9892 2.05379C48.3966 0.686819 50.2508 0 52.5386 0C54.733 0 56.5005 0.54012 57.8411 1.61369C59.1684 2.69393 60.0422 4.28095 60.4424 6.38809L55.7735 7.96844C55.6401 6.80151 55.3266 5.92132 54.8463 5.32118C54.3661 4.72105 53.7258 4.42098 52.9388 4.42098C52.1984 4.42098 51.6048 4.66104 51.1512 5.13447C50.691 5.61458 50.4642 6.24805 50.4642 7.0349C50.4642 8.40854 51.7115 10.1089 54.1994 12.1227C54.8063 12.6095 55.2665 12.9829 55.5934 13.2429C57.3876 14.7766 58.6548 16.1969 59.3819 17.4839C60.1155 18.7708 60.4824 20.1978 60.4824 21.7448C60.4824 24.2721 59.742 26.2858 58.268 27.7595C56.7939 29.2398 54.793 29.9867 52.2651 29.9867C50.0507 29.9867 48.2365 29.3599 46.8358 28.0996C45.4352 26.846 44.5814 25.0856 44.2546 22.8251ZM20.5299 29.4332L27.2131 0.566793H33.3694L39.8792 29.4332H33.8763L33.0692 24.7522H27.2131L26.2393 29.4332H20.5299ZM28.0601 20.3645H32.2221L30.8682 11.2625C30.7681 10.529 30.6681 9.60213 30.5747 8.48188C30.4813 7.36164 30.4013 6.11469 30.3412 4.73439H29.9811C29.8543 6.37475 29.7409 7.8084 29.6209 9.03534C29.5142 10.2623 29.4208 11.0425 29.3541 11.3759L28.0601 20.3645ZM6.66987 29.4332V17.6439L0 0.566793H6.21632L8.41738 8.12847C8.76421 9.3154 9.031 10.3756 9.21776 11.3025C9.41119 12.2227 9.55792 13.1696 9.66464 14.1431C9.80471 12.9229 9.97146 11.8026 10.1716 10.7691C10.3716 9.7355 10.6051 8.77528 10.8652 7.90842L13.0863 0.566793H19.1492L12.406 17.8373V29.4332H6.66987Z"/>
      </svg>
    </a>
  </strong>
  <h1 class="h1 logo__title">Заголовок</h1>
</div>

.logo--with-title - логотим с заголовком
.logo--light-text - line-weight: 300

Styleguide Image with side text
*/
.logo {
  position: absolute;
  right: 123px;
  top: 0.9em;
  max-width: 200px;
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  z-index: 8;
}
@media (min-width: 768px) {
  .logo {
    top: 2.14em;
  }
}
@media (min-width: 1200px) {
  .logo {
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.logo__img {
  display: inline-block;
  max-width: 147px;
}
.logo__img svg {
  fill: #333;
  width: 105px;
}
@media (min-width: 1600px) {
  .logo__img svg {
    width: 147px;
  }
}
.logo__title {
  text-transform: uppercase;
  font-size: 45px;
  margin-top: 0.3em;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .logo__title {
    font-size: 3.75vw;
  }
}
.logo__subtitle {
  font-family: "IowanOldStyleBT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  max-width: 735px;
  text-align: center;
  margin: 0 auto 2rem;
  font-size: 0.9rem;
  font-style: italic;
}

.logo--with-title {
  position: static;
  width: 100%;
  max-width: 100%;
  margin-top: 3.5em;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  .logo--with-title {
    margin-top: -2em;
  }
}
@media (min-width: 1200px) {
  .logo--with-title {
    margin-top: -2.4em;
  }
}
@media (min-width: 1600px) {
  .logo--with-title {
    margin-top: -2.6em;
  }
}
@media (max-width: 767px) {
  .active-popup .logo--with-title {
    position: absolute;
    width: auto;
    max-width: 200px;
    margin: 0;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    z-index: 8;
  }
}
@media (max-width: 767px) {
  .active-popup .logo--with-title .logo__title {
    display: none;
  }
}

.logo--light-text .logo__title {
  font-weight: 300;
}

/*
Product in cart

Отображение продукта в корзине.

Markup:

<div class="product-cart">
  <img class="product-cart__img" src="img/produc.jpg" alt="Продукт в корзине">
  <div>
    <span class="product-cart__title">Серьги Mirror</span>
    <span class="product-cart__price">2800 грн</span>
  </div>
  <a class="product-cart__delete" href="#"><i class="icon-Close"></i></a>
</div>

Styleguide Product in cart
*/
.product-cart {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-cart__img {
  max-width: 80px;
  min-width: 54px;
  max-height: 80px;
  margin-right: 0.8em;
}
.product-cart__title {
  display: inline-block;
  font-weight: 600;
}
.product-cart__price {
  display: block;
  font-weight: 400;
}
.product-cart__delete {
  margin-left: 0.8em;
  font-size: 1.1rem;
}

/*
Instagram block

Markup:

Styleguide Instagram block
*/
.cart-panel-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9rem;
}
.cart-panel-instagram__ico {
  font-size: 2rem;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
.cart-panel-instagram__text {
  -ms-flex-preferred-size: calc(90% - 1em);
      flex-basis: calc(90% - 1em);
  padding-left: 1em;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cart-panel-instagram__photos {
  width: 100%;
}
.cart-panel-instagram__photo {
  max-width: 80px;
  max-height: 80px;
  border-radius: 0.5rem;
}

/*
Popup container

Styleguide Popup container
*/
.popup-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s linear, visibility 0s linear 0.3s;
  transition: opacity 0.3s linear, visibility 0s linear 0.3s;
}
.popup-holder__content {
  position: relative;
  opacity: 0;
  visibility: hidden;
  padding: 52px 0;
}
@media (min-width: 768px) {
  .popup-holder__content {
    padding: 1.5em;
  }
}
.popup-holder__header {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  text-align: right;
  background-color: #f2f2f2;
  padding: 10.2px 19.2px 6px;
  z-index: 104;
}
@media (min-width: 768px) {
  .popup-holder__header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }
}
.popup-holder__header-back, .popup-holder__header-close {
  color: #000;
  display: inline-block;
  line-height: 0;
  font-size: 33px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.popup-holder__header-back:hover, .popup-holder__header-close:hover {
  color: #0047ff;
}
@media (min-width: 768px) {
  .popup-holder__header-back, .popup-holder__header-close {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .popup-holder__header-close {
    display: none;
  }
}

.popup-holder--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.popup-holder--active .popup-holder__content {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(252, 252, 252);
  z-index: 100;
  overflow: auto;
}
@media (min-width: 768px) {
  .popup {
    background-color: rgba(252, 252, 252, 0.9);
  }
}
.popup__container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .popup__container {
    padding: 3.3em;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .popup #footer {
    display: none;
  }
}
.popup__product-photo-slider {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 610px;
}
@media (min-width: 768px) {
  .popup__product-photo-slider {
    max-width: 400px;
  }
}
@media (min-width: 1600px) {
  .popup__product-photo-slider {
    max-width: 450px;
  }
}
.popup__product-photo-slider img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup__product-photo-slider iframe {
  --ratio: 360 / 640;
  --container-width: 32.2222em;
  height: calc(100vw * var(--ratio));
  max-height: calc(var(--container-width) * var(--ratio));
  width: 100%;
  max-width: var(--container-width);
}
.popup__info {
  margin-bottom: 2.8em;
}
@media (max-width: 767px) {
  .popup__info {
    padding: 0 15px;
  }
}
.popup__title {
  font-size: 2rem;
  padding-top: 0.8em;
  margin-bottom: 0.5em;
}
.popup__description {
  margin-bottom: 1.4em;
}
.popup__product-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__product-options li {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.popup__order-link {
  font-size: 1rem;
}

/*
Popup small

Небольшые попап для информации

Markup:

Styleguide Popup small
*/
.popup-small {
  width: 100%;
  max-width: 290px;
  font-size: 0.9rem;
  padding: 1.5em;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 8px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 8px 16px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .popup-small {
    max-width: 400px;
  }
}

/*
Popup language

Markup:
<div class="popup-small language">
  <ul class="language__list">
    <li><a href="#">Українська</a></li>
    <li><a href="#">Русский</a></li>
    <li><a href="#">English</a></li>
  </ul>
</div>

Styleguide Popup language
*/
.language__popup {
  max-width: 140px;
}
.language__list li + li {
  margin-top: 1.2em;
}
.language__list a {
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 400;
}

.icon-back--circle {
  position: relative;
  display: inline-block;
  color: #0047ff;
  font-size: 30px;
  margin: 0.5em;
  cursor: pointer;
}
.icon-back--circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #0047ff;
  opacity: 0.7;
  width: 1.8em;
  height: 1.8em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.icon-back--circle:hover:after {
  opacity: 1;
}

/*
Text block

Markup:
<div class="text-block">
  <h2 class="text-block__title">Будет упаковано</h2>
  <div class="text-block__text">
    <p>Каждое украшение будет упаковано в картонную коробку, дополнено открыткой, паспортом украшения  и собрано в подарочный пакет</p>
  </div>
</div>

Styleguide Text block
*/
.text-block {
  font-size: 0.9rem;
}
.text-block__title {
  font-style: normal;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .text-block__title {
    font-size: 1.35rem;
  }
}

.textLink {
  position: relative;
}
.textLink::before {
  content: var(--contentLink);
  font-weight: 600;
}

.test-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.test-nav li {
  margin-right: 10px;
}
.test-nav li a {
  display: inline-block;
  font-size: 18px;
  color: black;
  text-decoration: none;
  text-transform: unset;
  font-weight: normal;
}
.test-nav li a:hover {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .static-page__text-content {
    padding-right: 70px;
  }
}
.static-page .logo {
  margin-bottom: 3em;
}
.static-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .static-page .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .static-page .container > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.static-page .text-block {
  margin-bottom: 3.5em;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

/* product text section */
.product-text-section {
  padding: 2.8em 0;
}
@media (min-width: 768px) {
  .product-text-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-text-section__list > * + * {
    border-left: 2px solid #000;
  }
}
.product-text-section__item {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .product-text-section__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
  }
}
.product-text-section__item:not(:last-child) .product-text-section__item-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-text-section__item-content {
  padding: 19.5px 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .product-text-section__item-content {
    padding: 25px;
    border: 0 !important;
  }
}
@media (min-width: 1200px) {
  .product-text-section__item-content {
    width: 70%;
  }
}

.hero {
  position: relative;
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.hero__bg-img {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 385px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero__bg-img {
    height: 50vh;
  }
}
@media (min-width: 1600px) {
  .hero__bg-img {
    height: 83vh;
  }
}
.hero__container {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__container {
    text-align: right;
    position: absolute;
    top: 2.2em;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hero__content {
  padding-top: 1em;
  display: inline;
  width: 300px;
  font-size: 0.9rem;
}
.hero__content small {
  font-weight: 600;
  font-size: 0.9em;
  opacity: 0.2;
}
.hero__content h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
}

.product-list {
  padding: 1.7em 0;
}
.product-list__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.35rem;
  margin-bottom: 2.5em;
}
.product-list .product-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5em;
}
.product-list__link {
  margin-bottom: 5em;
}

/* popups */
.download-photo {
  z-index: 10;
}
.download-photo__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.download-photo__title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}
.download-photo__text {
  font-family: "IowanOldStyleBT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  margin-bottom: 1.1rem;
  font-style: italic;
}
.download-photo .more-link {
  text-align: center;
}
.download-photo .more-link__ico {
  margin-right: 10px;
}
.download-photo .more-link__link {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.language {
  z-index: 100;
}
.language__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .language__popup {
    top: 2em;
    left: auto;
    right: 1.5em;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 767px) {
  .active-popup .header {
    position: fixed;
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    z-index: 12;
  }
  .active-popup .header__back-ico {
    color: inherit !important;
    display: inline-block;
  }
  .active-popup .popup-holder.post {
    top: 52px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .active-popup .popup-holder.post {
    top: 0;
  }
}
@media (max-width: 767px) {
  .active-popup .popup-holder__content {
    top: 52px;
    padding-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .active-popup .popup-holder__content {
    top: 0;
    padding-top: 1.5em;
  }
}
@media (max-width: 767px) {
  .active-popup .popup-holder__header {
    width: 100px;
    background-color: transparent;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .active-popup .popup-holder__header {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .active-popup .header__back-ico {
    display: none;
  }
}

.popup--active {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .popup--active #wrapper {
    padding-right: var(--scroll-width);
  }
}

@media (max-width: 767px) {
  .toggle__trigger {
    position: relative;
    padding-right: 40px;
  }
  .toggle__trigger::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .toggle__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    padding-right: 20px;
  }
  .toggle--active .toggle__title::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

.header {
  position: static;
  padding: 0.9em 1.4em 0 1.4em;
  color: #333;
  width: 100%;
  display: inline-block;
  min-height: 52px;
}
@media (min-width: 768px) {
  .header {
    padding: 2.2em 2.8em 0 2.8em;
  }
}
.active .header {
  position: fixed;
  top: 0;
}
.header__back-ico {
  color: inherit;
  position: absolute;
  top: -5px;
  left: -10px;
}
@media (min-width: 768px) {
  .header__back-ico {
    top: -10px;
  }
}
@media (min-width: 1200px) {
  .header__back-ico {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart--active .header__back-ico {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.header .drop {
  text-align: right;
  position: static;
}
@media (max-width: 1199px) {
  .header .drop {
    height: calc(100vh + 40px);
    overflow: hidden;
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 6;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
}
.active .header .drop {
  opacity: 1;
  visibility: visible;
  max-height: 4000px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 242, 242, 0)), color-stop(0%, rgba(242, 242, 242, 0)), color-stop(35%, rgba(51, 51, 51, 0.7)));
  background: -o-linear-gradient(bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 0%, rgba(51, 51, 51, 0.7) 35%);
  background: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 0%, rgba(51, 51, 51, 0.7) 35%);
}
@media (min-width: 768px) {
  .active .header .drop {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 242, 242, 0)), color-stop(15%, rgba(242, 242, 242, 0)), to(rgba(51, 51, 51, 0.7)));
    background: -o-linear-gradient(bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 15%, rgba(51, 51, 51, 0.7) 100%);
    background: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 15%, rgba(51, 51, 51, 0.7) 100%);
  }
}
@media (min-width: 1200px) {
  .active .header .drop {
    background: none;
  }
}
.header .drop-list {
  padding: 120px 25px 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media (min-width: 768px) {
  .header .drop-list {
    padding: 120px 50px 0;
  }
}
@media (min-width: 1200px) {
  .header .drop-list {
    padding: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .active .header .drop-list {
    background-color: #f2f2f2;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.header .menu {
  position: relative;
  background-color: transparent;
  display: inline-block;
  width: 100%;
}
.header .menu__cart-mobile-ico {
  position: absolute;
  right: 60px;
  top: -6.5px;
}
@media (min-width: 1200px) {
  .header .menu__cart-mobile-ico {
    display: none;
  }
}
.header .menu__cart-ico {
  margin-top: -3px;
  display: none;
}
@media (min-width: 1200px) {
  .header .menu__cart-ico {
    display: block;
  }
}
.header .menu__opener {
  float: right;
  z-index: 8;
}
@media (min-width: 1200px) {
  .header .menu__main, .header .menu__secondary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .header .menu__main {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-right: 1em;
  }
}
@media (min-width: 1360px) {
  .header .menu__main {
    padding-right: 2em;
  }
}
@media (min-width: 1600px) {
  .header .menu__main {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 6.5em;
  }
}
.header .menu__secondary {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  .header .menu__secondary {
    padding-left: 1em;
  }
}
@media (min-width: 1360px) {
  .header .menu__secondary {
    padding-left: 2em;
  }
}
@media (min-width: 1600px) {
  .header .menu__secondary {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 6.5em;
  }
}
.header .menu__secondary .menu-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu-list > li {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .header .menu-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .header .menu-list > li {
    padding: 0 15px 15px;
  }
}
.header .menu-list a {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  color: inherit;
}
.header .menu-list a:hover {
  color: #0047ff;
}
@media (min-width: 1200px) {
  .header .menu-list a {
    font-size: 0.9rem;
  }
}
.header .menu-list--active {
  font-weight: bold;
}
.header .menu-list--border-bottom {
  position: relative;
}
@media (max-width: 1199px) {
  .header .menu-list--border-bottom {
    padding-bottom: 40px !important;
  }
  .header .menu-list--border-bottom:after {
    position: absolute;
    content: "";
    width: 107px;
    bottom: 20px;
    right: 0;
    height: 2px;
    background-color: #27AE60;
  }
}
.header .icon-ctrl {
  font-size: 0.8rem;
}
.header .cart-ico {
  fill: none;
  width: 21px;
  height: 27px;
  stroke: #333;
  stroke-width: 2px;
  z-index: 8;
  cursor: pointer;
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
.header .cart-ico:hover {
  stroke: #0047ff;
}
.header .cart-ico rect {
  width: 15.2px;
  height: 16.275px;
  stroke-width: 2px;
}

.header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header--text-white {
  color: #fff;
}
.header--text-white .cart-ico {
  stroke: #fff;
}
.header--text-white .logo svg {
  fill: #fff;
}
.header--text-white .header__back-ico {
  color: #fff;
}
@media (max-width: 1199px) {
  .active .header--text-white a {
    color: #333 !important;
  }
  .active .header--text-white a:hover {
    text-shadow: 0.7px 0.7px 0 #000 !important;
  }
  .active .header--text-white .cart-ico {
    stroke: #333;
  }
  .active .header--text-white .opener span, .active .header--text-white .opener:before, .active .header--text-white .opener:after {
    background: #333;
  }
}
.header--text-white .opener span, .header--text-white .opener:before, .header--text-white .opener:after {
  background: #fff;
}

.resize-active * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.active {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .active #wrapper {
    padding-right: var(--scroll-width);
  }
}

#footer {
  margin-top: 8.3em;
  font-size: 0.9rem;
}
#footer a {
  font-size: inherit;
  text-transform: none;
  font-weight: normal;
}
#footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  #footer .footer-nav {
    margin-left: -0.65em;
    margin-right: -0.65em;
  }
}
#footer .footer-nav li {
  padding: 0 0.65em 0.6em;
}
@media (min-width: 768px) {
  #footer .footer-nav li {
    padding: 0 1.05em 1em;
  }
}
#footer .footer-nav a {
  font-weight: 600;
}
#footer .made {
  text-align: center;
  border-color: #000;
  border-bottom: 2px solid;
  padding: 0 1.2em 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer .made {
    padding: 0 1.2em 30px;
  }
}
#footer .made img {
  width: 50px;
}
#footer .made__text {
  margin-top: 0.5em;
  font-size: 0.8rem;
}
#footer .container {
  max-width: 1230px;
  position: relative;
  text-align: center;
  padding-top: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 242, 242)), color-stop(50%, rgba(51, 51, 51, 0.3)), to(rgb(51, 51, 51)));
  background: -o-linear-gradient(top, rgb(242, 242, 242) 0%, rgba(51, 51, 51, 0.3) 50%, rgb(51, 51, 51) 100%);
  background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgba(51, 51, 51, 0.3) 50%, rgb(51, 51, 51) 100%);
}
@media (min-width: 1024px) {
  #footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: none;
  }
  #footer .container > * {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#footer .footer-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  #footer .footer-nav-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer .show-map {
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  #footer .show-map {
    display: none;
  }
}
#footer .show-map img {
  width: 20px;
}
@media (min-width: 1024px) {
  #footer .show-map img {
    width: 35px;
  }
}
#footer .show-map__text {
  display: block;
  margin-top: 0.5em;
  font-weight: 600;
}
#footer address {
  font-style: normal;
  margin-bottom: 1em;
  line-height: 1.6;
}
#footer address .link-map {
  text-decoration: underline;
}
#footer .footer-nav-right {
  font-size: 14px;
  margin-left: -0.65em;
  margin-right: -0.65em;
}
@media (min-width: 768px) {
  #footer .footer-nav-right {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #footer .footer-nav-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  #footer .footer-nav-right li {
    padding-right: 0.65em;
  }
}
@media (max-width: 1023px) {
  #footer .footer-nav-right li + li {
    background-image: url(../img/footer-decor.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 2.3em;
  }
}
#footer .footer-nav-right a {
  color: #fff;
}
#footer .footer-nav-right a:hover {
  color: #0047ff;
}
@media (min-width: 1024px) {
  #footer .footer-nav-right a {
    color: #000;
  }
}
#footer .footer-icons {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0 1.5em;
}
@media (min-width: 1024px) {
  #footer .footer-icons {
    padding: 0.5em 0 1.5em;
  }
}
#footer .footer-icons svg {
  fill: #fff;
}
@media (min-width: 1024px) {
  #footer .footer-icons svg {
    fill: #333;
  }
}
#footer .footer-icons__logo svg {
  width: 100px;
  height: 22px;
}
#footer .footer-icons .payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-icons .payment-icons > * + * {
  margin-left: 1em;
}
#footer .copyright {
  position: absolute;
  bottom: 15px;
  font-size: 0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  #footer .copyright {
    display: block;
  }
}
@media (min-width: 1024px) {
  #footer .copyright {
    display: block;
    color: #333;
    opacity: 0.3;
  }
}
#footer .copyright a {
  color: #fff;
}
@media (min-width: 1024px) {
  #footer .copyright a {
    color: inherit;
  }
}
#footer .copyright a:hover {
  color: #0047ff;
}