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

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

@font-face {
  src: url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

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

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

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

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

/*! 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;
     -moz-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;
     -moz-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;
     -moz-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;
     -moz-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; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
     -moz-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
     -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
     -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  -moz-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -moz-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
     -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
       -o-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
     -moz-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
     -moz-transform-origin: 0;
       -o-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: -moz-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
     -moz-animation: fancybox-rotate 1s linear infinite;
       -o-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

@-moz-keyframes fancybox-rotate {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes fancybox-rotate {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
     -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
     -moz-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
     -moz-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
     -moz-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
     -moz-transform: rotate(-360deg);
       -o-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
     -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
     -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
     -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
     -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
     -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
     -moz-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: -moz-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: -moz-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px); } }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
     -moz-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
     -moz-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
     -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: -moz-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: -moz-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: -moz-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: -moz-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
       animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
       animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
         transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
         transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
       transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
       transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
      -o-transform: translateY(-30px);
         transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
      -o-transform: translateY(-15px);
         transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
    -o-animation-name: bounce;
       animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); } }

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@-moz-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
         transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
         transform: translateX(10px); } }

@-o-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
       transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
       transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
      -o-transform: translateX(-10px);
         transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
      -o-transform: translateX(10px);
         transform: translateX(10px); } }

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
         transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
         transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
         transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
         transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
       transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
       transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
      -o-transform: rotate(15deg);
         transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
         transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
      -o-transform: rotate(5deg);
         transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
         transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); } }

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
         transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
         transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
         transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
         transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
       transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
       transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
       transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
       transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
      -o-transform: scale(0.9) rotate(-3deg);
         transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
      -o-transform: scale(1.1) rotate(3deg);
         transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
      -o-transform: scale(1.1) rotate(-3deg);
         transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
      -o-transform: scale(1) rotate(0);
         transform: scale(1) rotate(0); } }

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

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

@-moz-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
         transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
         transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
         transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
         transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
         transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
         transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
         transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
       transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
       transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
       transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
       transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
       transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
       transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
       transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
      -o-transform: translateX(0%);
         transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
      -o-transform: translateX(-25%) rotate(-5deg);
         transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
      -o-transform: translateX(20%) rotate(3deg);
         transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
      -o-transform: translateX(-15%) rotate(-3deg);
         transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
      -o-transform: translateX(10%) rotate(2deg);
         transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
      -o-transform: translateX(-5%) rotate(-1deg);
         transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
      -o-transform: translateX(0%);
         transform: translateX(0%); } }

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -moz-transform: scale(0.3);
         transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
         transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
         transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
       transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
       transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
       transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -moz-transform: scale(0.3);
      -o-transform: scale(0.3);
         transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
         transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
      -o-transform: scale(0.9);
         transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
       animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
         transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
         transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
         transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
       transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
       transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
       transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
      -o-transform: translateY(-2000px);
         transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
      -o-transform: translateY(30px);
         transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
      -o-transform: translateY(-10px);
         transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); } }

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
         transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -moz-transform: translateX(30px);
         transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
         transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
       transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
       transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
       transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
      -o-transform: translateX(-2000px);
         transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -moz-transform: translateX(30px);
      -o-transform: translateX(30px);
         transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
      -o-transform: translateX(-10px);
         transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
         transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
         transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
         transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
       transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
       transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
       transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
      -o-transform: translateX(2000px);
         transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
      -o-transform: translateX(-30px);
         transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
      -o-transform: translateX(10px);
         transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
         transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
         transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
         transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
       transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
       transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
       transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
      -o-transform: translateY(2000px);
         transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
      -o-transform: translateY(-30px);
         transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
      -o-transform: translateY(10px);
         transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); } }

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
         transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -moz-transform: scale(0.3);
         transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
       transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
       transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
      -o-transform: scale(0.95);
         transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -moz-transform: scale(0.3);
      -o-transform: scale(0.3);
         transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
       animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
         transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
         transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
       transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
      -o-transform: translateY(-20px);
         transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
      -o-transform: translateY(2000px);
         transform: translateY(2000px); } }

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
         transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
         transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
       transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
       transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
      -o-transform: translateX(20px);
         transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
      -o-transform: translateX(-2000px);
         transform: translateX(-2000px); } }

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
         transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
         transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
       transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
       transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
      -o-transform: translateX(-20px);
         transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
      -o-transform: translateX(2000px);
         transform: translateX(2000px); } }

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
         transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
         transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
       transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
         transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
      -o-transform: translateY(-2000px);
         transform: translateY(-2000px); } }

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

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

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
         transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
      -o-transform: translateY(-20px);
         transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); } }

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
         transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
       transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
      -o-transform: translateY(-2000px);
         transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); } }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
         transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
       transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
      -o-transform: translateX(-20px);
         transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
         transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
       transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
      -o-transform: translateX(-2000px);
         transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
         transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
       transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
      -o-transform: translateX(20px);
         transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
         transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
       transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
      -o-transform: translateX(2000px);
         transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
         transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
         transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); } }

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
         transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
       transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
      -o-transform: translateY(2000px);
         transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); } }

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

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

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
         transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
         transform: translateY(20px); } }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
         transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
       transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
      -o-transform: translateY(2000px);
         transform: translateY(2000px); } }

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
         transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
       transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
      -o-transform: translateX(-20px);
         transform: translateX(-20px); } }

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
         transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
       transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
      -o-transform: translateX(-2000px);
         transform: translateX(-2000px); } }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
         transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
       transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
      -o-transform: translateX(20px);
         transform: translateX(20px); } }

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
         transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
       transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
      -o-transform: translateX(2000px);
         transform: translateX(2000px); } }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
         transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
      -o-transform: translateY(-20px);
         transform: translateY(-20px); } }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
         transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
       transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
      -o-transform: translateY(-2000px);
         transform: translateY(-2000px); } }

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
         transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
         transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
         transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
         transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
         transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
         transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
         animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
         transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
         animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
         transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
      -o-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
         transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
      -o-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
         transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
      -o-animation-timing-function: ease-in;
         animation-timing-function: ease-in; } }

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
         transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
         transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
         transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
         transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
         transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
         transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
         transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
         transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
         transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
         transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
         transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
         transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
         transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
         transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
    -o-animation-name: flipOutX;
       animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
         transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
         transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
    -o-animation-name: flipOutY;
       animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
         transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
         transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
         transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
         transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
       transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
       transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
       transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
       transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
      -o-transform: translateX(100%) skewX(-30deg);
         transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
      -o-transform: translateX(-20%) skewX(30deg);
         transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
      -o-transform: translateX(0%) skewX(-15deg);
         transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
      -o-transform: translateX(0%) skewX(0deg);
         transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

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

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
         transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
         transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
       transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
       transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
      -o-transform: translateX(0%) skewX(0deg);
         transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
      -o-transform: translateX(100%) skewX(-30deg);
         transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
         transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
       transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
       transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
       transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
      -o-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
      -o-transform: rotate(-200deg);
         transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
      -o-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
      -o-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
      -o-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
      -o-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
      -o-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
      -o-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
      -o-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
      -o-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
      -o-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
         transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
       transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
       transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
       transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
      -o-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
      -o-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
      -o-transform: rotate(200deg);
         transform: rotate(200deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
      -o-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
      -o-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
      -o-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
      -o-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
      -o-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
      -o-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
      -o-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
      -o-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; } }

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
         transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
       transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
      -o-transform: translateY(-2000px);
         transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); } }

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
         transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
       transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
      -o-transform: translateX(-2000px);
         transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
         transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
       transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
      -o-transform: translateX(2000px);
         transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
         transform: translateX(-2000px); } }

@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
       transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
      -o-transform: translateX(-2000px);
         transform: translateX(-2000px); } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
         transform: translateX(2000px); } }

@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
       transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
      -o-transform: translateX(2000px);
         transform: translateX(2000px); } }

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
         transform: translateY(-2000px); } }

@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
       transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
      -o-transform: translateY(-2000px);
         transform: translateY(-2000px); } }

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
         transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
         transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
         transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -moz-transform: translateY(700px);
         transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
       transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
       transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
       transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
       transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
      -o-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
      -o-transform: rotate(80deg);
         transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
      -o-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
      -o-transform: rotate(60deg);
         transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
      -o-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
      -o-transform: rotate(60deg) translateY(0);
         transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
      -o-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -moz-transform: translateY(700px);
      -o-transform: translateY(700px);
         transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
    -o-animation-name: hinge;
       animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
         transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
         transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
       transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
       transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
      -o-transform: translateX(-100%) rotate(-120deg);
         transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
      -o-transform: translateX(0px) rotate(0deg);
         transform: translateX(0px) rotate(0deg); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
         transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
         transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
       transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    -o-transform: translateX(100%) rotate(120deg);
       transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
      -o-transform: translateX(0px) rotate(0deg);
         transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
      -o-transform: translateX(100%) rotate(120deg);
         transform: translateX(100%) rotate(120deg); } }

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

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

html {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 300;
  color: #2f1f06;
  cursor: none;
  scroll-behavior: smooth; }
  html *:hover,
  html *:focus {
    cursor: none !important; }
  html.state-custom-cursor * {
    cursor: none !important; }
  html.is-browser-ie::before {
    position: absolute; }
  html.is-lock-scroll,
  html.is-lock-scroll body {
    overflow: hidden; }
    @media (max-width: 1023px) {
      html.is-lock-scroll,
      html.is-lock-scroll body {
        position: fixed;
        width: 100%;
        height: auto; } }

body {
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }
  body::-webkit-scrollbar {
    width: 8px; }
  body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); }
  body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: rgba(0, 0, 0, 0.4); }
  body.fancybox-active {
    overflow: hidden !important; }
  .is-show-burger body {
    overflow: hidden; }
  .is-active-burger body {
    overflow: auto; }
  @media (min-width: 768px) {
    body {
      font-size: 17px;
      line-height: 20px;
      min-width: 1340px; } }


button:not([disabled]),
a[role="button"]:not([disabled]) {
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }


a {
  position: relative;
  text-decoration: none;
  color: currentColor;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }
  a:hover {
    text-decoration: underline; }
  a.line {
    font-weight: 400;
    text-transform: uppercase; }
    a.line::before, a.line::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 17px;
      height: 1px;
      background: rgba(47, 31, 6, 0.5);
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
    a.line::before {
      left: -25px; }
    a.line::after {
      right: -25px; }
    @media (min-width: 768px) {
      a.line {
        font-size: 15px; } }
  a.line--left::after {
    display: none; }
  a.line--right::before {
    display: none; }

a.line--font-12 {
  font-size: 13px; }

.main__itemLink:hover {
  color: #2f1f06; }

svg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 100%;
  fill: currentColor; }

figure,
picture {
  display: inline-block;
  margin: 0; }

img {
  max-width: 100%; }

button * {
  position: relative; }

button:visited *,
button:active *,
button:focus * {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.header-hover .nav__link:hover {
  text-decoration: underline;
  color: #2f1f06; }

.bg {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/main/bg.jpg");
  background-position: top left;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .bg {
      background-image: url("../images/main/bg@2x.jpg"); } }

.content {
  padding: 80px 0 50px; }
  @media (min-width: 768px) {
    .content {
      padding: 170px 0 140px; } }

.content--padding-260 {
  padding: 150px 0 100px; }
  @media (min-width: 768px) {
    .content--padding-260 {
      padding-top: 260px; } }

.content--product {
  padding: 80px 0 150px; }
  @media (min-width: 768px) {
    .content--product {
      padding: 165px 0 180px; } }

.content--instruction {
  padding: 80px 0 120px; }
  @media (min-width: 768px) {
    .content--instruction {
      padding: 110px 0 150px; } }

.content--inst-collagen {
  padding: 80px 0 120px; }
  @media (min-width: 768px) {
    .content--inst-collagen {
      padding: 130px 0 160px; } }

.content--inst-hyaluronic {
  padding: 60px 0 120px; }
  @media (min-width: 768px) {
    .content--inst-hyaluronic {
      padding: 187px 0 160px; } }

.content--buy {
  padding: 80px 0 0; }
  @media (min-width: 768px) {
    .content--buy {
      padding: 180px 0 0; } }

.content--buy-all {
  padding: 80px 0 60px; }
  @media (min-width: 768px) {
    .content--buy-all {
      padding: 178px 0 0; } }

.content--terms {
  padding: 80px 0 185px; }
  @media (min-width: 768px) {
    .content--terms {
      padding: 150px 0 190px; } }

.content--hyaluronic {
  padding: 80px 0 160px; }
  @media (min-width: 768px) {
    .content--hyaluronic {
      padding: 208px 0 170px; } }

.content--collagen {
  padding: 80px 0 150px; }
  @media (min-width: 768px) {
    .content--collagen {
      padding: 208px 0 170px; } }

.content--sitemap {
  padding: 80px 0 40px; }
  @media (min-width: 768px) {
    .content--sitemap {
      padding: 170px 0; } }

.content--padding-bottom {
  padding-bottom: 0; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      padding: 0 15px;
      max-width: 1164px; } }

@media (min-width: 768px) {
  .wrapper {
    max-width: 878px; } }

h1,
.h1 {
  margin: 0 0 24px;
  font-family: "Lovelace", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 33px;
  text-align: center; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      margin: 0 0 40px;
      font-size: 63px;
      line-height: 60px;
      text-align: left; } }

h2,
.h2 {
  margin: 0 0 24px;
  font-family: "Lovelace", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      margin: 0 0 40px;
      font-size: 49px;
      line-height: 60px;
      text-align: left; } }

h3,
.h3 {
  margin: 0 0 16px;
  font-family: "Lovelace", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px; }
  h3 sup,
  .h3 sup {
    top: -7px;
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #ac7200; }
    @media (min-width: 768px) {
      h3 sup,
      .h3 sup {
        left: -7px;
        top: -17px;
        font-size: 13px; } }
  @media (min-width: 768px) {
    h3,
    .h3 {
      margin: 0 0 16px;
      font-size: 26px;
      line-height: 35px; } }

h4,
.h4 {
  margin: 0 0 16px;
  font-family: "Lovelace", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      margin: 0 0 16px;
      font-size: 23px;
      line-height: 31px; } }

.h4--margin-75 {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .h4--margin-75 {
      margin-bottom: 75px; } }

.site-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%; }
  .site-container--buy .footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 212px;
    z-index: -1;
    width: 100%;
    height: 205px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(57.65%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 57.65%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 57.65%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 57.65%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 57.65%); }
    @media (min-width: 768px) {
      .site-container--buy .footer::before {
        bottom: 85px; } }

.bg-404 {
  background: url("../images/404-mobile.jpg") 50% 50% no-repeat;
  -moz-background-size: cover;
       background-size: cover; }
  .bg-404 .header {
    background: transparent; }
  .bg-404 .nav__link:hover {
    text-decoration: underline;
    color: #2f1f06; }
  .bg-404 .content {
    padding: 30px 0; }
    @media (min-width: 768px) {
      .bg-404 .content {
        padding: 130px 0; } }
  .bg-404 .bio::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 197, 190, 0)), color-stop(57.65%, #E0C5BE));
    background: -webkit-linear-gradient(top, rgba(224, 197, 190, 0) 0%, #E0C5BE 57.65%);
    background: -moz-linear-gradient(top, rgba(224, 197, 190, 0) 0%, #E0C5BE 57.65%);
    background: -o-linear-gradient(top, rgba(224, 197, 190, 0) 0%, #E0C5BE 57.65%);
    background: linear-gradient(180deg, rgba(224, 197, 190, 0) 0%, #E0C5BE 57.65%); }
  @media (min-width: 768px) {
    .bg-404 {
      height: 100vh;
      background: url("../images/404.jpg") 50% 50% no-repeat;
      -moz-background-size: cover;
           background-size: cover; } }

.btn {
  position: relative;
  display: inline-block;
  border: 1px solid #2f1f06;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  padding: 15px 40px;
  z-index: 10;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: #2f1f06;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }
  .btn:hover {
    color: #cdb485;
    background: #2f1f06; }
  @media (min-width: 768px) {
    .btn {
      -webkit-border-radius: 24px;
         -moz-border-radius: 24px;
              border-radius: 24px; } }

.btn--buy {
  vertical-align: middle;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 32px;
     -moz-border-radius: 32px;
          border-radius: 32px;
  letter-spacing: .7px;
  font-weight: 600;
  background-image: url('/images/fixer.png');
  background-repeat: no-repeat;
  background-size: 100%; }

  .btn--buy.active {
    vertical-align: middle;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 32px;
     -moz-border-radius: 32px;
          border-radius: 32px;
  letter-spacing: .7px;
  font-weight: 600;
  background-image: url('/images/fixer.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  min-width: 167px;
  }
  .btn--buy.active:hover {
    background-size: cover;
  }
  /*
  .btn--buy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 32px;
       -moz-border-radius: 32px;
            border-radius: 32px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 13.4118px #864c3b;
       -moz-box-shadow: inset 0 0 13.4118px #864c3b;
            box-shadow: inset 0 0 13.4118px #864c3b;
    background: -webkit-radial-gradient(50% 77.08%, 84.52% 22.92%, rgba(252, 211, 199, 0.01) 0%, rgba(201, 148, 133, 0.01) 100%);
    background: -moz-radial-gradient(50% 77.08%, 84.52% 22.92%, rgba(252, 211, 199, 0.01) 0%, rgba(201, 148, 133, 0.01) 100%);
    background: -o-radial-gradient(50% 77.08%, 84.52% 22.92%, rgba(252, 211, 199, 0.01) 0%, rgba(201, 148, 133, 0.01) 100%);
    background: radial-gradient(84.52% 22.92% at 50% 77.08%, rgba(252, 211, 199, 0.01) 0%, rgba(201, 148, 133, 0.01) 100%);
    }
    
  .btn--buy::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 32px;
       -moz-border-radius: 32px;
            border-radius: 32px;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 77.08%, 84.52% 22.92%, #f1c3b6 0%, #c99485 100%);
    background: -moz-radial-gradient(50% 77.08%, 84.52% 22.92%, #f1c3b6 0%, #c99485 100%);
    background: -o-radial-gradient(50% 77.08%, 84.52% 22.92%, #f1c3b6 0%, #c99485 100%);
    background: radial-gradient(84.52% 22.92% at 50% 77.08%, #f1c3b6 0%, #c99485 100%); }
  .btn--buy__bg {
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    z-index: 1;
    -webkit-border-radius: 27px;
       -moz-border-radius: 27px;
            border-radius: 27px;
    width: 88%;
    height: 63%;
    background-image: url('/images/fixer.png');
    background-repeat: no-repeat;
    background-position: top;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
            */

 .buy__choose__more .btn--buy__bg {
  display: none;
 }
  .btn--buy__text {
    position: relative;
    z-index: 10; }
  .btn--buy:hover {
    color: #2f1f06;
    text-decoration: none;
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
            background-image: url('/images/fixer.png');
            background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
     }

.lozad:not(.is-loaded) {
  max-height: 500px; }

canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

.foreground {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  pointer-events: none; }
  .foreground img {
    margin-top: 105px;
    margin-left: 103px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 1024px) and (max-width: 1599px) {
      .foreground img {
        margin-top: 7.29167vw;
        margin-left: 7.15278vw; } }

.is-flake-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-mask-image: -webkit-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 140px);
          mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 140px);
  width: 100%;
  height: 100%;
  background: url("../images/flake.png") repeat;
  -moz-background-size: 94px 125px;
       background-size: 94px 125px;
  opacity: 0.6;
  will-change: opacity, mask-image, -webkit-mask-image;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .is-browser-ie .is-flake-overlay,
  .is-browser-ie-11 .is-flake-overlay {
    display: none; }
  .is-flake-overlay--2 {
    background: url("../images/flake-2.png") repeat; }

.hidden {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important; } }

.is-hidden {
  display: none !important; }

@media (max-width: 1023px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1024px) {
  .for-mobile {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

.main__scrollBar {
  position: fixed;
  left: 51px;
  top: 232px;
  z-index: 100;
  padding: 20px 0;
  width: 1px;
  height: 158px;
  background-color: transparent; }
  @media (min-width: 1024px) and (max-width: 1599px) {
    .main__scrollBar {
      left: 51px;
      top: 232px; } }
  @media (max-width: 767px) {
    .main__scrollBar {
      display: none; } }

.main__scrollBarTrack {
  width: 1px;
  height: 20px;
  background-color: #f3d8c2;
  opacity: 0; }

.main__scrollBarTrackTop {
  position: absolute;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: #000; }

.main__scrollBarTrackBottom {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 20px;
  background-color: #000; }

.title {
  position: relative;
  font-family: "Lovelace", helvetica, arial, sans-serif;
  font-size: 50px;
  line-height: 46px; }
  .title svg {
    position: absolute;
    left: -85px;
    top: -75px;
    width: 275px;
    height: 275px;
    -webkit-animation: rotate360 20s infinite linear;
       -moz-animation: rotate360 20s infinite linear;
         -o-animation: rotate360 20s infinite linear;
            animation: rotate360 20s infinite linear;
    z-index: -1; }
  @media (min-width: 768px) {
    .title {
      font-size: 100px;
      line-height: 90px; } }

.subtitle {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .subtitle {
      margin-bottom: 24px;
      font-size: 24px;
      line-height: 29px; } }

.subtext {
  font-size: 18px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .subtext {
      font-size: 20px;
      line-height: 24px; } }

.subtext_width-1029 {
  margin-bottom: 48px;
  max-width: 1029px; }

.text span {
  font-weight: 500; }

.text sup {
  font-size: 10px; }

.text--margin-60 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .text--margin-60 {
      margin-bottom: 60px; } }

.text-list span {
  font-weight: 500; }

.text-list sup {
  font-size: 10px; }
  .text-list sup.sup-r {
    top: -8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px; }

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

.text-list ul li {
  position: relative; }
  .text-list ul li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 7px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #2f1f06; }
    @media (min-width: 768px) {
      .text-list ul li::before {
        left: 0;
        width: 4px;
        height: 4px; } }
  .text-list ul li + li {
    margin-top: 17px; }
    @media (min-width: 768px) {
      .text-list ul li + li {
        margin-top: 20px; } }
  .text-list ul li ul {
    margin-top: 17px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .text-list ul li ul {
        margin-top: 20px; } }
  @media (min-width: 768px) {
    .text-list ul li {
      padding-left: 33px; } }

.text-list ol {
  counter-reset: list; }
  .text-list ol li {
    position: relative; }
    .text-list ol li::before {
      counter-increment: list;
      content: counter(list) ".";
      position: absolute;
      left: -10px;
      top: 0; }
      @media (min-width: 768px) {
        .text-list ol li::before {
          left: 0; } }
    .text-list ol li + li {
      margin-top: 20px; }
    @media (min-width: 768px) {
      .text-list ol li {
        padding-left: 33px; } }
  .text-list ol ol {
    counter-reset: sublist;
    margin-top: 20px; }
    .text-list ol ol li {
      padding-left: 33px; }
      .text-list ol ol li::before {
        counter-increment: sublist;
        content: counter(list) "." counter(sublist) "."; }

.use {
  margin-bottom: 65px; }
  .use .text {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .use .text span {
        font-weight: 300; } }
    @media (min-width: 768px) {
      .use .text {
        margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .use {
      margin-bottom: 75px; } }

.make {
  margin-bottom: 40px; }
  .make__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 768px) {
      .make__row {
        margin: 0 -52px; } }
  .make__col {
    width: 100%; }
    @media (min-width: 768px) {
      .make__col {
        padding: 0 52px;
        width: 50%; } }
  .make__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .make__title {
    margin-bottom: 20px;
    min-height: 40px;
    font-weight: 700; }
  @media (max-width: 767px) {
    .make__col + .make__col {
      margin-top: 34px; } }
  @media (min-width: 768px) {
    .make {
      margin-bottom: 120px; } }

.hidden {
  display: none; }

.fancybox-bg {
  background: #bebfad; }

.fancybox-slide--html {
  padding: 0; }
  .fancybox-slide--html .fancybox-close-small {
    position: absolute;
    right: 32px;
    top: 35px;
    border: 1px solid #2f1f06;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 48px;
    height: 48px;
    background: url("../images/sprites/svg/cross-dark.svg") 50% 50% no-repeat;
    -moz-background-size: 20px 20px;
         background-size: 20px 20px;
    opacity: 1; }
    .fancybox-slide--html .fancybox-close-small svg {
      display: none; }
    @media (min-width: 768px) {
      .fancybox-slide--html .fancybox-close-small {
        right: 50px;
        top: 90px; } }
  @media (min-width: 768px) {
    .fancybox-slide--html {
      padding: 50px 0 63px; } }

.modal {
  position: relative;
  padding: 110px 20px 70px;
  width: 100%;
  max-width: 1238px; }
  .modal .h2 {
    margin-bottom: 40px;
    max-width: 678px; }
    @media (min-width: 768px) {
      .modal .h2 {
        margin-bottom: 23px;
        line-height: 56px; } }
  .modal__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal__item__content--margin .subtext {
      margin-bottom: 20px; }
      .modal__item__content--margin .subtext + .subtext {
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .modal__item__content--margin .subtext + .subtext {
            margin-bottom: 15px; } }
      @media (min-width: 768px) {
        .modal__item__content--margin .subtext {
          margin-bottom: 40px; } }
    .modal__item .subtext span {
      display: block;
      margin: 25px 0 15px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .modal__item .subtext span {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 768px) {
        .modal__item .subtext span {
          margin: 15px 0; } }
    .modal__item .subtext sup {
      left: -5px;
      top: -1em;
      font-size: 12px; }
      @media (max-width: 767px) {
        .modal__item .subtext sup {
          display: none; } }
    @media (max-width: 767px) {
      .modal__item .subtext {
        font-size: 14px;
        line-height: 17px; } }
    .modal__item__image {
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin: 0 auto 40px; }
      .modal__item__image img {
        width: 200px; }
        @media (min-width: 768px) {
          .modal__item__image img {
            width: 308px; } }
      @media (max-width: 767px) {
        .modal__item__image {
          -webkit-box-ordinal-group: 0;
          -webkit-order: -1;
             -moz-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; } }
      @media (min-width: 768px) {
        .modal__item__image {
          margin: 0 0 0 100px; } }
    @media (min-width: 768px) {
      .modal__item__image--left {
        margin-right: 100px;
        margin-left: 0; } }
    .modal__item__image--height img {
      width: 204px; }
      @media (min-width: 768px) {
        .modal__item__image--height img {
          width: 309px; } }
    .modal__item__btn {
      margin: 40px 0;
      text-align: center; }
      @media (min-width: 768px) {
        .modal__item__btn {
          margin: 32px 0;
          text-align: left; } }
    @media (max-width: 767px) {
      .modal__item {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .modal__desc {
    max-width: 473px;
    font-size: 10px;
    line-height: 12px; }
    @media (min-width: 768px) {
      .modal__desc {
        font-size: 12px;
        line-height: 15px; } }
  .modal__item + .modal__item {
    margin-top: 40px;
    border-top: 1px solid rgba(172, 114, 0, 0.2);
    padding-top: 40px; }
    @media (min-width: 768px) {
      .modal__item + .modal__item .modal__item__image {
        margin-bottom: 0; } }
    .modal__item + .modal__item--last {
      padding-top: 20px; }
      .ipad .modal__item + .modal__item--last {
        padding-top: 20px; }
    @media (min-width: 768px) {
      .modal__item + .modal__item {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px; }
        .modal__item + .modal__item--last {
          margin-bottom: 0; } }
  .ipad .modal {
    width: 80%; }
  @media (min-width: 768px) and (max-width: 1280px) {
    .modal {
      width: 80%; } }
  @media (min-width: 768px) {
    .modal {
      padding: 60px 80px 100px; } }

.modal--alert {
  padding: 65px 90px;
  font-size: 20px;
  text-align: center; }
  .modal--alert .fancybox-close-small {
    right: 20px;
    top: 20px; }

.modal--coenzyme .modal__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 768px) {
  .modal--coenzyme .modal__item__image img {
    width: 240px; } }

@media (min-width: 768px) {
  .modal--coenzyme .modal__item__image {
    margin-left: 120px; } }

@media (min-width: 768px) {
  .modal--coenzyme .modal__item__image--left {
    margin-right: 120px;
    margin-left: 0; } }

.modal--coenzyme .modal__desc {
  max-width: 720px; }
  @media (max-width: 767px) {
    .modal--coenzyme .modal__desc {
      margin-top: 25px; } }

.accordion-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .accordion-btn__plus, .accordion-btn__minus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #2f1f06;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 0;
    width: 48px;
    height: 48px;
    background: transparent; }
    .accordion-btn__plus svg, .accordion-btn__minus svg {
      display: block;
      width: 20px;
      height: 20px; }
  .accordion-btn__plus {
    margin-right: 24px; }

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .navigation__prev, .navigation__next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #2f1f06;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 0;
    width: 48px;
    height: 48px;
    background: transparent;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s; }
    .navigation__prev svg, .navigation__next svg {
      display: block;
      width: 13px;
      height: 24px;
      fill: #2f1f06;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
    @media (min-width: 768px) {
      .navigation__prev:hover, .navigation__next:hover {
        border-color: #cdb485; }
        .navigation__prev:hover svg, .navigation__next:hover svg {
          fill: #cdb485; } }
  .navigation__prev {
    margin-right: 24px; }
    .navigation__prev svg {
      margin-left: -3px; }
  .navigation__next svg {
    margin-right: -3px; }

.file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .file__icon {
    margin-right: 15px; }
    .file__icon svg {
      display: block;
      width: 43px;
      height: 48px; }
    .file__icon__active {
      display: none;
      -webkit-animation: file-show 0.5s;
         -moz-animation: file-show 0.5s;
           -o-animation: file-show 0.5s;
              animation: file-show 0.5s; }
  .file__title {
    margin-bottom: 8px;
    max-width: 249px;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase; }
  .file__text {
    font-size: 12px;
    color: rgba(47, 31, 6, 0.5); }
  .file:hover .file__icon__div {
    display: none; }
  .file:hover .file__icon__active {
    display: block; }

.pagination {
  position: relative;
  border-top: 1px solid #2f1f06;
  border-bottom: 1px solid #2f1f06;
  padding: 20px 0; }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px; }
    .pagination ul li + li {
      margin-left: 5px; }
      @media (min-width: 768px) {
        .pagination ul li + li {
          margin-left: 8px; } }
    .pagination ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 20px;
      height: 20px; }
      @media (min-width: 768px) {
        .pagination ul li a {
          width: 30px;
          height: 30px; } }
    @media (min-width: 768px) {
      .pagination ul {
        font-size: 24px;
        line-height: 29px; } }
  .pagination__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 2px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    .pagination__arrow a {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 20px;
      height: 20px; }
      .pagination__arrow a svg {
        display: block;
        width: 10px;
        height: 20px; }
        @media (min-width: 768px) {
          .pagination__arrow a svg {
            width: 13px;
            height: 23px; } }
      @media (min-width: 768px) {
        .pagination__arrow a {
          width: 30px;
          height: 30px; } }
    .pagination__arrow a + a {
      margin-left: 8px; }
      @media (min-width: 768px) {
        .pagination__arrow a + a {
          margin-left: 12px; } }
  @media (min-width: 768px) {
    .pagination {
      padding: 35px 0; } }

.gallery__slider {
  position: relative; }

.gallery__image {
  position: relative;
  padding-bottom: 62.28%; }
  .gallery__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.gallery .navigation__prev,
.gallery .navigation__next {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 767px) {
    .gallery .navigation__prev svg,
    .gallery .navigation__next svg {
      width: 8px;
      height: 18px; } }
  .ipad .gallery .navigation__prev, .ipad
  .gallery .navigation__next {
    left: -60px; }
  @media (max-width: 767px) {
    .gallery .navigation__prev,
    .gallery .navigation__next {
      width: 30px;
      height: 30px; } }
  @media (min-width: 768px) {
    .gallery .navigation__prev,
    .gallery .navigation__next {
      left: -72px; } }

.gallery .navigation__next {
  left: auto;
  right: 0; }
  .ipad .gallery .navigation__next {
    left: auto;
    right: -60px; }
  @media (min-width: 768px) {
    .gallery .navigation__next {
      right: -72px; } }

.gallery__content {
  margin-top: 30px;
  max-width: 617px; }
  @media (min-width: 768px) {
    .gallery__content {
      margin-top: 50px; } }

.breadcrumbs {
  margin-bottom: 30px;
  font-size: 12px; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs ul li {
      position: relative; }
      .breadcrumbs ul li + li {
        padding-left: 20px; }
        .breadcrumbs ul li + li::before {
          content: "/";
          position: absolute;
          left: 8px;
          top: 0; }
  @media (min-width: 768px) {
    .breadcrumbs {
      margin-bottom: 50px; } }

.bio {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 13;
  padding: 0 0 15px;
  width: 100%; }
  .bio::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25.65%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 25.65%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 25.65%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 25.65%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 25.65%);
    pointer-events: none; }
    .ipad .bio::before {
      height: 120px; }
    @media (min-width: 768px) {
      .bio::before {
        height: 205px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(57.65%, #fff));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 57.65%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 57.65%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 57.65%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 57.65%); } }
  .ipad .bio__desktop {
    height: 65px; }
  @media (max-width: 767px) {
    .bio__desktop {
      display: none; } }
  @media (min-width: 768px) {
    .bio__desktop {
      height: 74px; } }
  .bio__mobile {
    padding: 0 20px;
    height: 90px; }
    @media (min-width: 768px) {
      .bio__mobile {
        display: none; } }
  .bio.is-bottom {
    position: absolute; }
  @media (min-width: 768px) {
    .bio {
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (min-width: 1366px) {
    .bio {
      padding: 0 0 30px; } }

sup.sup {
  top: -10px;
  font-size: 11px;
  line-height: 13px; }

sup.sup-tm {
  top: -8px;
  font-size: 10px;
  line-height: 12px; }

span.weight-600 {
  font-weight: 600; }

.margin-32 {
  margin-bottom: 32px; }

.margin-40 {
  margin-bottom: 40px; }

.margin-75 {
  margin-bottom: 65px; }
  @media (min-width: 768px) {
    .margin-75 {
      margin-bottom: 75px; } }

@media (max-width: 767px) {
  .mob-margin-25 {
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .mob-margin-32 {
    margin-bottom: 32px; } }

@media (max-width: 767px) {
  .mob-margin-48 {
    margin-bottom: 48px; } }

@-webkit-keyframes file-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes file-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes file-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes file-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  display: block;
  margin: -7px 0 0 -7px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #e99f36;
  opacity: 0;
  -webkit-transform: translate(var(--mouseX), var(--mouseY));
     -moz-transform: translate(var(--mouseX), var(--mouseY));
      -ms-transform: translate(var(--mouseX), var(--mouseY));
       -o-transform: translate(var(--mouseX), var(--mouseY));
          transform: translate(var(--mouseX), var(--mouseY));
  -webkit-transition: opacity;
  -o-transition: opacity;
  -moz-transition: opacity;
  transition: opacity;
  will-change: opacity, transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .cursor::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -32px 0 0 -32px;
    border: 1px solid #e99f36;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 64px;
    height: 64px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    transition: transform 400ms 400ms, opacity 400ms 400ms, -o-transform 400ms 400ms;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .state-custom-cursor-active .cursor::before {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, -webkit-transform 400ms;
    -o-transition: opacity 400ms, -o-transform 400ms;
    -moz-transition: transform 400ms, opacity 400ms, -moz-transform 400ms;
    transition: transform 400ms, opacity 400ms;
    transition: transform 400ms, opacity 400ms, -webkit-transform 400ms, -moz-transform 400ms, -o-transform 400ms; }
  .state-custom-cursor .cursor {
    opacity: 1; }
  @media (min-width: 1300px) {
    .cursor {
      display: block; } }

.header {
  position: relative;
  background: #fff; }
  @media (max-width: 767px) {
    .header .container {
      padding: 0; } }
  @media (min-width: 768px) {
    .header .container {
      max-width: 1324px; } }
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .header__container {
        position: fixed;
        z-index: 100;
        top: 0;
        width: 100%;
        padding: 20px;
        background: #fff; } }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (min-width: 768px) {
      .header__right {
        margin-left: auto;
        width: auto; } }
  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .header__logo img {
      display: block;
      width: 140px;
      height: 50px; }
  .header__link {
    position: relative;
    display: block;
    margin-top: -3px;
    margin-left: 57px;
    padding: 5px;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase; }
    .header__link::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      border: 1px solid #2f1f06;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 110px;
      height: 39px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
      @media (min-width: 1024px) and (max-width: 1599px) {
        .header__link::before {
          width: 7.63889vw;
          height: 2.70833vw; } }
    .header__link span {
      position: relative; }
    @media (min-width: 1024px) and (max-width: 1599px) {
      .header__link {
        margin-top: -0.20833vw;
        margin-left: 3.95833vw;
        padding: 0.34722vw;
        font-size: 0.83333vw;
        line-height: 1.18056vw; } }
    .has-hover .header__link:hover {
      color: #cdb485; }
      .has-hover .header__link:hover::before {
        background-color: #2f1f06; }
  .header__burger__btn {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    outline: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 20px;
    background: none; }
    .header__burger__btn svg {
      display: block;
      width: 40px;
      height: 2px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .header__burger__btn svg + svg {
        margin-top: 7px; }
    .is-show-burger .header__burger__btn svg {
      -webkit-transform: translateY(9px) rotate(45deg);
         -moz-transform: translateY(9px) rotate(45deg);
          -ms-transform: translateY(9px) rotate(45deg);
           -o-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg); }
      .is-show-burger .header__burger__btn svg + svg {
        opacity: 0;
        -webkit-transform: translateY(-1px);
           -moz-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
             -o-transform: translateY(-1px);
                transform: translateY(-1px); }
        .is-show-burger .header__burger__btn svg + svg + svg {
          opacity: 1;
          -webkit-transform: translateY(-9px) rotate(-45deg);
             -moz-transform: translateY(-9px) rotate(-45deg);
              -ms-transform: translateY(-9px) rotate(-45deg);
               -o-transform: translateY(-9px) rotate(-45deg);
                  transform: translateY(-9px) rotate(-45deg); }
  @media (min-width: 768px) {
    .header__burger {
      display: none; } }
  .header .btn {
    margin-left: auto;
    padding: 14px 17px;
    line-height: 12px; }
    @media (min-width: 768px) {
      .header .btn {
        margin-left: 15px; } }
    @media (min-width: 768px) {
      .header .btn {
        margin-left: 32px; } }
  .header.is-loaded::after, .header.is-loaded::before {
    opacity: 1; }
  .header__drop {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: -50px;
    padding-top: 90px;
    width: 100%;
    text-align: center;
    background: transparent; }
    .header__drop ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .header__drop ul li {
        position: relative;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase; }
        .header__drop ul li + li {
          margin-top: 20px; }
        .header__drop ul li span {
          border-bottom: 1px solid transparent; }
        .header__drop ul li sup {
          position: relative;
          top: -10px;
          font-size: 11px;
          line-height: 11px; }
        .header__drop ul li.is-active {
          color: #cdb485; }
    .header__drop button {
      border: none;
      background: transparent;
      padding: 0;
      position: relative;
      font-weight: 500;
      font-size: 18px;
      line-height: 25px;
      text-transform: uppercase; }
      .header__drop button.is-act {
        color: #cdb485; }
    .is-active-burger .header__drop {
      position: fixed;
      z-index: 1000;
      padding-bottom: 20px;
      top: 0;
      background: #fff; }
    .header__drop .is-instruction-drop {
      display: none;
      margin-top: 20px; }
      .header__drop .is-instruction-drop a,
      .header__drop .is-instruction-drop span {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-transform: none; }
        .header__drop .is-instruction-drop a.is-active,
        .header__drop .is-instruction-drop span.is-active {
          margin: 10px 0;
          color: #cdb485; }
          .header__drop .is-instruction-drop a.is-active:first-child,
          .header__drop .is-instruction-drop span.is-active:first-child {
            margin-top: 0; }
          .header__drop .is-instruction-drop a.is-active:last-child,
          .header__drop .is-instruction-drop span.is-active:last-child {
            margin-bottom: 0; }
        .header__drop .is-instruction-drop a sup,
        .header__drop .is-instruction-drop span sup {
          font-size: 10px; }
      .header__drop .is-instruction-drop a + a {
        margin-top: 16px; }
  @media (min-width: 768px) {
    .header {
      position: fixed;
      z-index: 20;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 35px 73px;
      width: 100%; } }

.nav {
  margin-left: auto; }
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav__item {
    position: relative; }
    .nav__item__drop {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      display: block;
      top: 100%;
      right: 0;
      pointer-events: none;
      opacity: 0;
      padding: 13px 0 0;
      -webkit-transform: translateY(10px);
         -moz-transform: translateY(10px);
          -ms-transform: translateY(10px);
           -o-transform: translateY(10px);
              transform: translateY(10px);
      transition: opacity 200ms, transform 200ms, -o-transform 200ms; }
      .nav__item__drop ul {
        margin: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        height: auto;
        padding: 20px;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
           -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
        .nav__item__drop ul::before {
          pointer-events: none;
          position: absolute;
          display: block;
          content: '';
          top: -5px;
          right: 47px;
          width: 11px;
          height: 11px;
          background: #fff;
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .nav__item__drop ul li {
          white-space: nowrap;
          font-weight: 400;
          font-size: 16px;
          line-height: 16px; }
          .nav__item__drop ul li + li {
            margin-top: 11px; }
          .nav__item__drop ul li.is-active {
            color: #cdb485; }
      .nav__item__drop a {
        display: block; }
        .nav__item__drop a span {
          border-bottom: 1px solid transparent; }
        .nav__item__drop a sup {
          position: relative;
          top: -5px;
          font-size: 11px;
          line-height: 11px; }
        .nav__item__drop a:hover {
          text-decoration: none; }
          .nav__item__drop a:hover span {
            border-color: #2f1f06; }
    .nav__item + .nav__item {
      margin-left: 15px; }
      @media (min-width: 768px) {
        .nav__item + .nav__item {
          margin-left: 32px; } }
    .nav__item:hover .nav__item__drop {
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; }
  .nav__link {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase; }
    .nav__link span {
      border-bottom: 1px solid transparent; }
    .nav__link sup {
      position: relative;
      top: -5px;
      font-size: 11px;
      line-height: 11px; }
    .nav__link.is-active {
      color: #cdb485; }

a.nav__link:hover,
.header__drop ul li a:hover {
  text-decoration: none; }
  a.nav__link:hover span,
  .header__drop ul li a:hover span {
    border-color: #2f1f06; }

.lead {
  position: relative; }
  .lead__title {
    width: 100%;
    padding: 24px 68px 0; }
    @media (min-width: 1024px) {
      .lead__title {
        margin-top: 3.33333vw;
        margin-left: 12.56944vw;
        width: 32.08333vw;
        padding: 0; } }
  .lead__text {
    padding: 0 15px;
    font-family: "Lovelace", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center; }
    @media (min-width: 1024px) {
      .lead__text {
        padding: 0;
        margin-top: 1.18056vw;
        margin-left: 7.15278vw;
        max-width: 34.72222vw;
        font-size: 1.73611vw;
        line-height: 2.08333vw;
        letter-spacing: -0.01389vw; } }

.footer {
  position: relative;
  z-index: 12;
  padding: 0 0 25px;
  font-size: 11px;
  line-height: 12px;
  color: #927649;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767px) {
    .footer .container {
      padding: 0 6.4vmin; } }
  @media (min-width: 768px) {
    .footer .container {
      max-width: 1368px; } }
  .footer__bio {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .footer__bio__desktop {
        display: none; } }
    @media (min-width: 768px) {
      .footer__bio__desktop {
        height: 74px; } }
    .footer__bio__mobile {
      height: 90px; }
      @media (min-width: 768px) {
        .footer__bio__mobile {
          display: none; } }
  .footer__text {
    margin-bottom: 25px; }
    @media (min-width: 1024px) and (max-width: 1599px) {
      .footer__text {
        margin-bottom: 1.73611vw; } }
  .footer__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .footer__container_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer__logo {
    margin-right: 19px;
    width: 89px;
    height: 27px; }
    @media (min-width: 768px) {
      .footer__logo {
        margin-right: 14px;
        width: 89px;
        height: 27px; } }
  .footer__copy {
    margin-right: 16px; }
    @media (min-width: 1024px) and (max-width: 1599px) {
      .footer__copy {
        margin-right: 1.11111vw; } }
  @media (max-width: 767px) {
    .footer__address {
      margin: 14px 0 8px; } }
  .footer__certificate {
    margin-left: auto; }
    .footer__certificate a {
      display: inline-block;
      margin: 8px 0 0;
      text-decoration: underline; }
      @media (min-width: 1024px) and (max-width: 1599px) {
        .footer__certificate a {
          margin-left: 0.97222vw; } }
      .has-hover .footer__certificate a:hover {
        text-decoration: none; }
      @media (min-width: 768px) {
        .footer__certificate a {
          margin: 0 0 0 14px; } }
    @media (max-width: 767px) {
      .footer__certificate a + a {
        margin-left: 61px; } }
    @media (min-width: 768px) {
      .footer__certificate {
        text-align: right; } }
  @media (max-width: 767px) {
    .footer__certificate--mob-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .footer__certificate--mob-flex a + a {
        margin-left: 0; }
      .footer__certificate--mob-flex .btn-letter {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: auto; } }
  .footer__desc {
    margin-top: 20px; }
  .footer__letter__drop {
    display: none; }
    .footer__letter__drop.is-active {
      margin-top: 18px; }
      @media (min-width: 768px) {
        .footer__letter__drop.is-active {
          margin-top: 25px; } }
  .footer__letter__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .footer__letter__row {
        margin-bottom: 8px; } }
  .footer__letter__btn {
    margin-left: 16px; }
    .footer__letter__btn button {
      display: block;
      border: none;
      padding: 0;
      width: 9px;
      height: 9px;
      background: none; }
  .footer__letter__list ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .footer__letter__list ol li + li {
      margin-top: 13px; }
      @media (min-width: 768px) {
        .footer__letter__list ol li + li {
          margin-top: 1px; } }
    @media (min-width: 768px) {
      .footer__letter__list ol li span {
        display: block;
        padding-right: 15px; } }
    @media (min-width: 768px) {
      .footer__letter__list ol li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 1024px) and (max-width: 1599px) {
    .footer {
      padding: 0 3.54167vw 1.875vw;
      font-size: 0.76389vw;
      line-height: 0.83333vw; } }

.styles .topic {
  margin-bottom: 96px; }
  .styles .topic__content {
    max-width: 617px; }
  .styles .topic .title {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .styles .topic .title {
        margin-bottom: 120px; } }
  .styles .topic .subtitle {
    color: rgba(47, 31, 6, 0.5); }
  .styles .topic .subtext {
    font-weight: 300; }
  .styles .topic__image {
    margin: 40px 0 0; }
    .styles .topic__image__jar {
      left: 13%;
      top: -18%; }
      .styles .topic__image__jar img {
        width: 235px; }
        @media (min-width: 768px) {
          .styles .topic__image__jar img {
            width: 435px; } }
      @media (min-width: 768px) {
        .styles .topic__image__jar {
          left: -4%;
          top: -24%; } }
    .styles .topic__image__circle img {
      width: 335px; }
      @media (min-width: 768px) {
        .styles .topic__image__circle img {
          width: 530px; } }
    .styles .topic__image__capsule-1 {
      right: 7%;
      top: 3%; }
      .styles .topic__image__capsule-1 img {
        width: 55px; }
        @media (min-width: 768px) {
          .styles .topic__image__capsule-1 img {
            width: 96px; } }
      @media (min-width: 768px) {
        .styles .topic__image__capsule-1 {
          right: 8%;
          top: -31%; } }
    .styles .topic__image__capsule-2 {
      left: -3%;
      top: 48%; }
      .styles .topic__image__capsule-2 img {
        width: 60px; }
        @media (min-width: 768px) {
          .styles .topic__image__capsule-2 img {
            width: 110px; } }
      @media (min-width: 768px) {
        .styles .topic__image__capsule-2 {
          left: -10%;
          top: 14%; } }
    .styles .topic__image__capsule-3 {
      right: 7%;
      bottom: -4%; }
      .styles .topic__image__capsule-3 img {
        width: 60px; }
        @media (min-width: 768px) {
          .styles .topic__image__capsule-3 img {
            width: 80px; } }
      @media (min-width: 768px) {
        .styles .topic__image__capsule-3 {
          right: 10%;
          bottom: -5%; } }
    @media (min-width: 768px) {
      .styles .topic__image {
        margin: 65px -63px 0 50px; } }

.styles .topic--bottom {
  margin-bottom: 70px; }
  .styles .topic--bottom .topic__content {
    max-width: 542px; }
  .styles .topic--bottom .topic__image__circle img {
    width: 335px; }
    @media (min-width: 768px) {
      .styles .topic--bottom .topic__image__circle img {
        width: 515px; } }
  .styles .topic--bottom .topic__image__box {
    top: -18%;
    -webkit-transform: rotate(-35deg);
       -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
         -o-transform: rotate(-35deg);
            transform: rotate(-35deg); }
    .styles .topic--bottom .topic__image__box img {
      width: 300px; }
      @media (min-width: 768px) {
        .styles .topic--bottom .topic__image__box img {
          width: 462px; } }
    @media (min-width: 768px) {
      .styles .topic--bottom .topic__image__box {
        left: -6%;
        top: -21%; } }
  .styles .topic--bottom .topic__image__capsule-1 {
    right: 3%;
    top: -4%; }
  .styles .topic--bottom .topic__image__capsule-2 {
    left: -1%;
    top: auto;
    bottom: -18%; }
    @media (min-width: 768px) {
      .styles .topic--bottom .topic__image__capsule-2 img {
        width: 90px; } }
    @media (min-width: 768px) {
      .styles .topic--bottom .topic__image__capsule-2 {
        left: -12%; } }
  @media (min-width: 768px) {
    .styles .topic--bottom .topic__image {
      margin: 0 -91px 0 153px; } }
  @media (min-width: 768px) {
    .styles .topic--bottom {
      margin-bottom: 200px; } }

.styles .stuff {
  margin-bottom: 40px; }
  .ipad .styles .stuff__list {
    margin-left: -45px; }
  @media (min-width: 768px) {
    .styles .stuff__list {
      margin-left: -75px; } }
  @media (min-width: 768px) {
    .styles .stuff__item__content {
      margin-right: 74px; } }
  .styles .stuff__item__image {
    margin-top: 0; }
  .styles .stuff__content {
    margin-top: 100px; }
    .styles .stuff__content .subtext {
      margin-bottom: 50px; }
      @media (min-width: 768px) {
        .styles .stuff__content .subtext {
          margin-bottom: 72px; } }
    .styles .stuff__content .text {
      margin-bottom: 50px; }
      .styles .stuff__content .text:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .styles .stuff__content .text {
          margin-bottom: 72px; } }
    @media (min-width: 768px) {
      .styles .stuff__content {
        margin-right: 0;
        margin-left: auto;
        max-width: 618px; } }
  @media (min-width: 768px) {
    .styles .stuff__ball-1 {
      left: 5%;
      top: -21%; } }
  .styles .stuff .stuff__item + .stuff__item .stuff__item__content {
    margin-left: auto; }
    @media (min-width: 768px) {
      .styles .stuff .stuff__item + .stuff__item .stuff__item__content {
        margin-left: 35px; } }
  @media (min-width: 768px) {
    .styles .stuff .stuff__item + .stuff__item {
      margin-top: 120px;
      margin-left: -17px; } }
  @media (min-width: 768px) {
    .styles .stuff {
      margin-bottom: 144px; } }

.styles__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }
  .styles__row .styles__row {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 0; }
  .styles__row--link-more {
    padding-left: 25px; }
    .styles__row--link-more .styles__item a {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .styles__row--link-more .styles__item a {
          margin-bottom: 45px; } }
    @media (max-width: 767px) {
      .styles__row--link-more .styles__item {
        margin-bottom: 0; } }
    .styles__row--link-more .styles__item + .styles__item {
      margin-left: 50px; }
      @media (min-width: 768px) {
        .styles__row--link-more .styles__item + .styles__item {
          margin-left: 70px; } }
  @media (min-width: 768px) {
    .styles__row {
      margin-bottom: 70px; } }

.styles__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .styles__item--link {
    margin-bottom: 32px;
    text-transform: uppercase; }
    .styles__item--link a + a {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .styles__item--link a + a {
          margin-top: 40px; } }
    @media (min-width: 768px) {
      .styles__item--link {
        margin-right: 58px;
        margin-bottom: 62px;
        font-size: 20px; } }
  .styles__item--link-border {
    font-size: 12px; }
    .styles__item--link-border a {
      text-decoration: underline; }
      .styles__item--link-border a:last-child:visited {
        color: rgba(47, 31, 6, 0.5); }
    .styles__item--link-border a + a {
      margin-top: 12px; }
  @media (min-width: 768px) {
    .styles__item--margin {
      margin-right: 17px; } }
  @media (max-width: 767px) {
    .styles__item {
      margin-bottom: 40px; } }

.styles__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .styles__btn .btn + .btn {
    margin-left: 20px; }

.styles .accordion-btn {
  margin-right: 85px; }

.styles .file + .file {
  margin-top: 35px; }

.styles .pagination {
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .styles .pagination {
      margin-bottom: 160px; } }

.styles .accordion .text-list {
  margin-left: 0; }

.styles .h2-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .styles .h2-right .h2 {
      margin-right: 140px;
      margin-bottom: -60px;
      margin-left: auto; } }

.styles .tabs {
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .styles .tabs {
      margin-bottom: 145px; } }

.styles__text-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px 40px; }
  .styles__text-list .styles__item {
    padding: 0 20px;
    width: 100%; }
    .styles__text-list .styles__item .text-list {
      margin-left: 0; }
    @media (min-width: 768px) {
      .styles__text-list .styles__item {
        padding: 0 48px;
        width: 50%; } }
  @media (min-width: 768px) {
    .styles__text-list {
      margin: 0 -48px 80px; } }

.styles .text-list {
  margin-left: -33px; }

.styles .great {
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .styles .great {
      margin-bottom: 145px; } }

.styles__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px; }
  .styles__form .form {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .styles__form .form {
        margin-right: 230px; } }
  @media (min-width: 768px) {
    .styles__form {
      margin-bottom: 250px; } }

.styles__label {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .styles__label {
      margin-bottom: 40px; } }

.styles__checkbox {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .styles__checkbox {
      margin-bottom: 67px; } }

@media (min-width: 768px) {
  .styles__checkbox_font-16 .checkbox label span {
    font-size: 16px; } }

.styles .table {
  margin-bottom: 70px;
  max-width: 875px; }
  @media (min-width: 768px) {
    .styles .table table th {
      padding: 32px; } }
  .styles .table table tbody tr + tr {
    border-top: 1px solid rgba(172, 114, 0, 0.2); }
  @media (min-width: 768px) {
    .styles .table table td {
      padding: 32px; } }
  @media (min-width: 768px) {
    .styles .table {
      margin-bottom: 300px; } }

.styles .gallery {
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .styles .gallery {
      margin-bottom: 145px; } }

.styles__favicons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 70px; }
  .styles__favicons__img {
    margin-bottom: 8px; }
  .styles__favicons__text {
    font-size: 14px; }
  .styles__favicons .styles__item + .styles__item {
    margin-left: 23px; }
  @media (min-width: 768px) {
    .styles__favicons {
      margin-bottom: 145px; } }

.styles__color__circle {
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 154px;
  height: 154px;
  background: #2f1f06; }

.styles__color__text {
  font-size: 14px;
  text-align: center; }

.styles__color:nth-child(2) .styles__color__circle {
  background: #ac7200; }

.styles__color:nth-child(3) .styles__color__circle {
  background: #927649; }

.styles__color:nth-child(4) .styles__color__circle {
  background: #e99f36; }

.styles__color:nth-child(5) .styles__color__circle {
  background: #cdb485; }

.styles__color:nth-child(6) .styles__color__circle {
  background: #bebfad; }

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

.topic {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px; }
  .topic .h1 {
    position: relative; }
    .topic .h1 svg {
      position: absolute;
      left: -80px;
      top: -95px;
      width: 275px;
      height: 275px;
      -webkit-animation: rotate360 20s infinite linear;
         -moz-animation: rotate360 20s infinite linear;
           -o-animation: rotate360 20s infinite linear;
              animation: rotate360 20s infinite linear;
      z-index: -1; }
  .topic__content {
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .topic__content {
        max-width: 520px; } }
  .topic__mark {
    position: relative;
    margin: 0 auto 32px; }
    .topic__mark__mobile {
      margin: 0 auto;
      width: 236px;
      height: 124px; }
      .topic__mark__mobile .logo-en {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .topic__mark__mobile .logo-ru {
        opacity: 0;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .is-active .topic__mark__mobile .logo-en {
        opacity: 0; }
      .is-active .topic__mark__mobile .logo-ru {
        opacity: 1; }
    .topic__mark__desktop {
      position: relative;
      width: 493px;
      height: 243px; }
      .topic__mark__desktop .logo-en {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .topic__mark__desktop .logo-ru {
        opacity: 0;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .topic__mark__desktop:hover .logo-en {
        opacity: 0; }
      .topic__mark__desktop:hover .logo-ru {
        opacity: 1; }
    .topic__mark__circle {
      position: absolute;
      left: -25px;
      top: -45px;
      width: 210px;
      height: 210px;
      -webkit-animation: rotate360 20s infinite linear;
         -moz-animation: rotate360 20s infinite linear;
           -o-animation: rotate360 20s infinite linear;
              animation: rotate360 20s infinite linear;
      z-index: -1; }
    @media (min-width: 768px) {
      .topic__mark {
        margin: 0 0 72px -30px; } }
  .topic .subtitle {
    font-weight: 400; }
    .topic .subtitle span {
      font-weight: 500; }
  .topic .subtext {
    font-weight: 500; }
    @media (max-width: 767px) {
      .topic .subtext {
        font-size: 16px;
        line-height: 20px;
        text-align: center; } }
  .topic .text {
    margin-bottom: 25px; }
    .topic .text sup {
      font-size: 12px;
      color: #ac7200; }
    @media (min-width: 768px) {
      .topic .text {
        margin-bottom: 60px; } }
  .topic__buy {
    margin: 0 auto 25px; }
    @media (min-width: 768px) {
      .topic__buy {
        margin: 0 0 25px;
        padding-left: 50px; } }
  .topic__link {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .topic__link {
        margin: 0;
        padding-left: 26px; } }
  .topic__image {
    position: relative; }
    .topic__image__circle {
      position: relative;
      z-index: -1; }
      .topic__image__circle img {
        display: block; }
    .topic__image__jar img {
      max-width: none; }
    .topic__image__bg img {
      display: block; }
    .topic__image__jar, .topic__image__box {
      position: absolute; }
      .topic__image__jar div, .topic__image__box div {
        position: relative !important; }
      .topic__image__jar img, .topic__image__box img {
        display: block; }
    .topic__image__notice {
      position: absolute;
      left: 0;
      bottom: 31%;
      max-width: 72px;
      font-weight: 400;
      text-align: right; }
      .topic__image__notice::after {
        content: "";
        position: absolute;
        right: -25px;
        top: 10px;
        width: 17px;
        height: 1px;
        background: rgba(47, 31, 6, 0.5); }
      @media (min-width: 768px) {
        .topic__image__notice {
          left: -26%;
          bottom: 26%;
          max-width: 92px; } }
    .topic__image__capsule-1, .topic__image__capsule-2, .topic__image__capsule-3 {
      position: absolute; }
      .topic__image__capsule-1 div, .topic__image__capsule-2 div, .topic__image__capsule-3 div {
        position: relative !important; }
      .topic__image__capsule-1 img, .topic__image__capsule-2 img, .topic__image__capsule-3 img {
        display: block;
        max-width: none; }
  @media (min-width: 768px) {
    .topic {
      margin-bottom: 50px; } }

.topic--instruction {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 767px) {
    .topic--instruction .topic__content {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .topic--instruction .topic__mark {
      margin-top: 86px; } }
  .topic--instruction .topic__image {
    z-index: -1;
    margin: -40px -20px -105px; }
    .topic--instruction .topic__image img {
      width: 375px; }
      @media (min-width: 768px) {
        .topic--instruction .topic__image img {
          width: 745px; } }
    @media (min-width: 768px) {
      .topic--instruction .topic__image {
        margin: 0 -143px 0 65px; } }

@media (min-width: 768px) {
  .topic--product .topic__mark {
    margin: 0 0 79px -30px; } }

.topic--product .topic__image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin: 93px 0 0; }
  .topic--product .topic__image__jar {
    left: 11%;
    top: -28%; }
    .topic--product .topic__image__jar img {
      width: 270px; }
      @media (min-width: 768px) {
        .topic--product .topic__image__jar img {
          width: 438px; } }
    @media (min-width: 768px) {
      .topic--product .topic__image__jar {
        left: -5%;
        top: -33%; } }
  .topic--product .topic__image__circle img {
    width: 337px; }
    @media (min-width: 768px) {
      .topic--product .topic__image__circle img {
        width: 535px; } }
  @media (max-width: 767px) {
    .topic--product .topic__image__circle {
      right: -40px; } }
  .topic--product .topic__image__capsule-1 {
    right: 3%;
    top: -22%; }
    .topic--product .topic__image__capsule-1 img {
      width: 54px; }
      @media (min-width: 768px) {
        .topic--product .topic__image__capsule-1 img {
          width: 77px; } }
    @media (min-width: 768px) {
      .topic--product .topic__image__capsule-1 {
        right: 15%;
        top: -33%; } }
  .topic--product .topic__image__capsule-2 {
    left: 18%;
    bottom: 3%;
    -webkit-transform: rotate(5deg);
       -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg); }
    .topic--product .topic__image__capsule-2 img {
      width: 66px; }
      @media (min-width: 768px) {
        .topic--product .topic__image__capsule-2 img {
          width: 101px; } }
    @media (min-width: 768px) {
      .topic--product .topic__image__capsule-2 {
        left: -7%;
        bottom: 3%;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
  @media (min-width: 768px) {
    .topic--product .topic__image {
      margin: 206px -91px 0 169px; } }

@media (max-width: 767px) {
  .topic--product {
    margin-bottom: 104px; } }

.topic--buy {
  margin-bottom: 63px; }
  .topic--buy .topic__content {
    margin: 0 0 0 20px; }
    @media (min-width: 768px) {
      .topic--buy .topic__content {
        margin: -60px 0 0; } }
  .topic--buy .topic__mark {
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .topic--buy .topic__mark__mobile {
        margin: 0 0 0 -15px;
        width: 255px;
        height: 127px; } }
    @media (min-width: 768px) {
      .topic--buy .topic__mark {
        margin: 0 0 10px -30px; } }
  .topic--buy .topic__image {
    margin: -55px -20px 0; }
    .topic--buy .topic__image__jar {
      left: 7%;
      top: 31%;
      -webkit-transform: rotate(1deg);
         -moz-transform: rotate(1deg);
          -ms-transform: rotate(1deg);
           -o-transform: rotate(1deg);
              transform: rotate(1deg); }
      .topic--buy .topic__image__jar img {
        width: 228px; }
        @media (min-width: 768px) {
          .topic--buy .topic__image__jar img {
            width: 395px; } }
      @media (min-width: 768px) {
        .topic--buy .topic__image__jar {
          left: -3%;
          top: 17%; } }
    .topic--buy .topic__image__box {
      right: 4%;
      top: 10%; }
      .topic--buy .topic__image__box img {
        width: 242px; }
        @media (min-width: 768px) {
          .topic--buy .topic__image__box img {
            width: 398px; } }
      @media (min-width: 768px) {
        .topic--buy .topic__image__box {
          right: 5%;
          top: 0; } }
    .topic--buy .topic__image__capsule-1 {
      left: 17%;
      top: -1%; }
      .topic--buy .topic__image__capsule-1 img {
        width: 65px; }
        @media (min-width: 768px) {
          .topic--buy .topic__image__capsule-1 img {
            width: 103px; } }
      @media (min-width: 768px) {
        .topic--buy .topic__image__capsule-1 {
          left: 18%;
          top: -10%; } }
    .topic--buy .topic__image__capsule-2 {
      right: 23%;
      bottom: 17%; }
      .topic--buy .topic__image__capsule-2 img {
        width: 57px; }
        @media (min-width: 768px) {
          .topic--buy .topic__image__capsule-2 img {
            width: 93px; } }
      @media (min-width: 768px) {
        .topic--buy .topic__image__capsule-2 {
          right: 24%;
          bottom: 17%; } }
    @media (min-width: 768px) {
      .topic--buy .topic__image {
        margin: 0 -21px 0 70px; } }
  @media (min-width: 768px) {
    .topic--buy {
      margin-bottom: 117px; } }

.topic--hyaluronic {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .topic--hyaluronic .topic__content {
    max-width: 636px;
    width: 100%; }
    @media (max-width: 767px) {
      .topic--hyaluronic .topic__content {
        margin-bottom: 86px; } }
  .topic--hyaluronic .topic__mark {
    margin: 0 auto; }
    .topic--hyaluronic .topic__mark__desktop {
      width: 848px;
      height: 344px; }
    .topic--hyaluronic .topic__mark__mobile {
      width: 335px;
      height: 169px; }
    .topic--hyaluronic .topic__mark__circle {
      top: -40px;
      width: 215px;
      height: 215px; }
    @media (min-width: 768px) {
      .topic--hyaluronic .topic__mark {
        margin: 0 0 55px -25px; } }
  .topic--hyaluronic .topic__image {
    margin: 0 0 25px; }
    @media (max-width: 767px) {
      .topic--hyaluronic .topic__image__circle {
        margin: 0 15px 0 50px; } }
    .topic--hyaluronic .topic__image__box {
      right: 1%;
      top: -26%; }
      .topic--hyaluronic .topic__image__box img {
        width: 230px; }
        @media (min-width: 768px) {
          .topic--hyaluronic .topic__image__box img {
            width: 373px; } }
      @media (min-width: 768px) {
        .topic--hyaluronic .topic__image__box {
          top: -27%;
          right: -4%; } }
    .topic--hyaluronic .topic__image__jar {
      left: 9%;
      top: -15%;
      -webkit-transform: rotate(3deg);
         -moz-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
           -o-transform: rotate(3deg);
              transform: rotate(3deg); }
      .topic--hyaluronic .topic__image__jar img {
        width: 210px; }
        @media (min-width: 768px) {
          .topic--hyaluronic .topic__image__jar img {
            width: 334px; } }
      @media (min-width: 768px) {
        .topic--hyaluronic .topic__image__jar {
          left: 4%;
          top: 0;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; } }
    .topic--hyaluronic .topic__image__capsule-1 {
      left: 17%;
      bottom: -10%;
      -webkit-transform: rotate(5deg);
         -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
           -o-transform: rotate(5deg);
              transform: rotate(5deg); }
      .topic--hyaluronic .topic__image__capsule-1 img {
        width: 66px; }
        @media (min-width: 768px) {
          .topic--hyaluronic .topic__image__capsule-1 img {
            width: 101px; } }
      @media (min-width: 768px) {
        .topic--hyaluronic .topic__image__capsule-1 {
          left: -3%;
          bottom: -5%;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; } }
    .topic--hyaluronic .topic__image__notice {
      bottom: 19%; }
      @media (min-width: 768px) {
        .topic--hyaluronic .topic__image__notice {
          bottom: 20%;
          left: -25%; } }
    @media (min-width: 768px) {
      .topic--hyaluronic .topic__image {
        margin: 0 -66px 33px 69px; } }
  .topic--hyaluronic .subtitle {
    margin-bottom: 32px; }
    .topic--hyaluronic .subtitle span {
      font-weight: 600; }
    .topic--hyaluronic .subtitle.margin-16 {
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .topic--hyaluronic .subtitle.margin-16 {
          margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .topic--hyaluronic .subtitle {
        margin-bottom: 0;
        text-align: center; } }
  .topic--hyaluronic .subtext {
    margin-bottom: 64px;
    max-width: 490px;
    font-weight: 300; }
    .topic--hyaluronic .subtext sup {
      top: -10px;
      left: -1px;
      font-weight: 400;
      font-size: 10px;
      line-height: 12px; }
  .topic--hyaluronic .text {
    margin-bottom: 42px; }
    .topic--hyaluronic .text sup {
      top: -9px;
      left: -2px;
      font-weight: 500;
      font-size: 9px;
      color: #2f1f06; }
  @media (min-width: 768px) {
    .topic--hyaluronic {
      margin-bottom: 173px; } }

.topic--collagen {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .topic--collagen .topic__content {
    max-width: 598px;
    width: 100%; }
    @media (max-width: 767px) {
      .topic--collagen .topic__content {
        margin-bottom: 5px; } }
  .topic--collagen .topic__mark {
    margin: 0 0 35px; }
    .topic--collagen .topic__mark__desktop {
      width: 758px;
      height: 260px; }
    .topic--collagen .topic__mark__mobile {
      width: 336px;
      height: 124px; }
    .topic--collagen .topic__mark__circle {
      top: -40px;
      left: -30px;
      width: 220px;
      height: 220px; }
    @media (min-width: 768px) {
      .topic--collagen .topic__mark {
        margin: 0 0 68px -25px; } }
  .topic--collagen .topic__image {
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .topic--collagen .topic__image__circle {
        margin-left: 2px;
        margin-right: -21px; } }
    .topic--collagen .topic__image__box {
      right: -2%;
      top: -5%;
      -webkit-transform: rotate(8deg);
         -moz-transform: rotate(8deg);
          -ms-transform: rotate(8deg);
           -o-transform: rotate(8deg);
              transform: rotate(8deg); }
      .topic--collagen .topic__image__box img {
        width: 305px; }
        @media (min-width: 768px) {
          .topic--collagen .topic__image__box img {
            width: 500px; } }
      @media (min-width: 768px) {
        .topic--collagen .topic__image__box {
          top: -30%;
          right: -4%; } }
    .topic--collagen .topic__image__jar {
      left: -2%;
      top: 29%; }
      .topic--collagen .topic__image__jar img {
        width: 265px; }
        @media (min-width: 768px) {
          .topic--collagen .topic__image__jar img {
            width: 399px; } }
      @media (min-width: 768px) {
        .topic--collagen .topic__image__jar {
          left: -8%;
          top: 18%; } }
    @media (max-width: 767px) {
      .topic--collagen .topic__image__notice {
        left: 32%;
        bottom: 0;
        text-align: left; }
        .topic--collagen .topic__image__notice::after {
          left: -25px;
          right: auto; } }
    @media (min-width: 768px) {
      .topic--collagen .topic__image__notice {
        bottom: 20%; } }
    @media (min-width: 768px) {
      .topic--collagen .topic__image {
        margin: 0 -75px -23px 108px; } }
  .topic--collagen .subtitle {
    margin-bottom: 32px; }
    .topic--collagen .subtitle span {
      font-weight: 600; }
    .topic--collagen .subtitle.margin-16 {
      margin-bottom: 16px; }
    @media (max-width: 767px) {
      .topic--collagen .subtitle {
        text-align: center; } }
  .topic--collagen .subtext {
    margin-bottom: 40px;
    max-width: 490px;
    font-weight: 300; }
    .topic--collagen .subtext sup {
      top: -9px;
      left: -6px;
      font-weight: 500;
      font-size: 11px; }
  .topic--collagen .text {
    margin-bottom: 40px; }
    .topic--collagen .text sup {
      color: #2f1f06; }
  @media (min-width: 768px) {
    .topic--collagen {
      margin-bottom: 155px; } }

.topic--inst-collagen {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 65px; }
  .topic--inst-collagen .topic__content {
    max-width: 576px;
    width: 100%; }
  .topic--inst-collagen .topic__mark {
    margin: 0 0 20px; }
    .topic--inst-collagen .topic__mark__desktop {
      width: 758px;
      height: 260px; }
    .topic--inst-collagen .topic__mark__mobile {
      width: 336px;
      height: 124px; }
    .topic--inst-collagen .topic__mark__circle {
      top: -40px;
      left: -30px;
      width: 220px;
      height: 220px; }
    @media (min-width: 768px) {
      .topic--inst-collagen .topic__mark {
        margin: 0 0 60px -25px; } }
  .topic--inst-collagen .topic__image {
    margin: 0 -39px 0 -7px; }
    @media (min-width: 768px) {
      .topic--inst-collagen .topic__image img {
        width: 669px; } }
    @media (min-width: 768px) {
      .topic--inst-collagen .topic__image {
        margin: 0 -156px -75px 45px; } }
  .topic--inst-collagen .subtext {
    margin-bottom: 0;
    max-width: 430px;
    font-weight: 500; }
    .topic--inst-collagen .subtext span {
      font-weight: 600; }
  @media (min-width: 768px) {
    .topic--inst-collagen {
      margin-bottom: 140px; } }

.topic--inst-hyaluronic {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0; }
  .topic--inst-hyaluronic .topic__content {
    max-width: 664px;
    width: 100%; }
  .topic--inst-hyaluronic .topic__mark {
    margin: 0 0 -15px; }
    .topic--inst-hyaluronic .topic__mark__desktop {
      width: 848px;
      height: 344px; }
    .topic--inst-hyaluronic .topic__mark__mobile {
      width: 337px;
      height: 185px; }
    .topic--inst-hyaluronic .topic__mark__circle {
      top: -40px;
      width: 215px;
      height: 215px; }
    @media (min-width: 768px) {
      .topic--inst-hyaluronic .topic__mark {
        margin: 0 0 60px -35px; } }
  .topic--inst-hyaluronic .topic__image {
    margin: -30px -80px 0 -35px; }
    @media (min-width: 768px) {
      .topic--inst-hyaluronic .topic__image img {
        width: 644px; } }
    @media (min-width: 768px) {
      .topic--inst-hyaluronic .topic__image {
        margin: -21px -239px 0 -15px; } }
  .topic--inst-hyaluronic .subtext {
    margin-bottom: 0;
    max-width: 438px;
    font-weight: 400; }
    .topic--inst-hyaluronic .subtext span {
      font-weight: 500; }

.topic--buy-all {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px; }
  .topic--buy-all h1 {
    margin: 0 0 17px; }
    @media (max-width: 767px) {
      .topic--buy-all h1 {
        font-size: 32px;
        line-height: 40px; } }
    @media (min-width: 768px) {
      .topic--buy-all h1 {
        margin: 0 0 24px; } }
  .topic--buy-all .topic__item {
    display: block;
    text-decoration: none; }
  .topic--buy-all .topic__logo {
    margin-bottom: 30px;
    width: 246px;
    height: 80px; }
    @media (max-width: 767px) {
      .topic--buy-all .topic__logo .logo-en {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .topic--buy-all .topic__logo .logo-ru {
        opacity: 0;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .topic--buy-all .topic__logo.is-active .logo-en {
        opacity: 0; }
      .topic--buy-all .topic__logo.is-active .logo-ru {
        opacity: 1; } }
    @media (min-width: 768px) {
      .topic--buy-all .topic__logo {
        margin-bottom: 100px;
        width: 416px;
        height: 135px; }
        .topic--buy-all .topic__logo .logo-en {
          opacity: 1;
          -webkit-transition: opacity 300ms ease-out;
          -o-transition: opacity 300ms ease-out;
          -moz-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out; }
        .topic--buy-all .topic__logo .logo-ru {
          opacity: 0;
          -webkit-transition: opacity 300ms ease-out;
          -o-transition: opacity 300ms ease-out;
          -moz-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out; }
        .topic--buy-all .topic__logo:hover .logo-en {
          opacity: 0; }
        .topic--buy-all .topic__logo:hover .logo-ru {
          opacity: 1; } }
  @media (min-width: 768px) {
    .topic--buy-all .slant__images {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }
  @media (min-width: 768px) {
    .topic--buy-all .slant__item__hover {
      bottom: 25px;
      left: -26px;
      width: 410px;
      height: 235px; } }
  @media (min-width: 768px) {
    .topic--buy-all .slant__item__name {
      bottom: 25px;
      left: -52px; } }
  @media (min-width: 768px) {
    .topic--buy-all .slant__item__img {
      width: 600px;
      height: 400px;
      margin: -230px 0 0 -305px; } }
  @media (min-width: 768px) {
    .topic--buy-all .slant__item {
      width: 378px;
      height: 350px; } }
  .topic--buy-all .slant__item + .slant__item {
    margin-left: 0; }
  @media (max-width: 767px) {
    .topic--buy-all {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media (min-width: 768px) {
    .topic--buy-all {
      margin-bottom: 114px; } }

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

@-moz-keyframes rotate360 {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes rotate360 {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.stuff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 123px; }
  .stuff__content {
    margin: 0 0 55px;
    max-width: 478px; }
    @media (min-width: 768px) {
      .stuff__content .h1 {
        margin: 0 0 48px; } }
    .stuff__content .subtext span {
      font-weight: 600; }
    @media (min-width: 768px) {
      .stuff__content {
        margin: 0 auto 0 0; } }
  .stuff__list {
    position: relative;
    width: 100%;
    pointer-events: auto !important; }
    @media (min-width: 768px) {
      .stuff__list {
        margin-right: -19px;
        margin-bottom: -67px;
        width: auto; } }
  .stuff__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .stuff__item__content {
      margin-right: auto;
      max-width: 160px; }
      @media (min-width: 768px) {
        .stuff__item__content {
          margin-right: 113px;
          max-width: 182px;
          text-align: right; } }
    .stuff__item .h3 {
      margin: 0 0 8px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .stuff__item .h3 {
          font-size: 20px;
          line-height: 28px; } }
      @media (min-width: 768px) {
        .stuff__item .h3 {
          margin: 0 0 13px; } }
    .stuff__item__text {
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .stuff__item__text {
          margin-bottom: 12px; } }
    .stuff__item__image {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin: 0 -8px 0 0; }
      .stuff__item__image div {
        position: relative !important; }
      .stuff__item__image img {
        display: block;
        width: 117px; }
        @media (min-width: 768px) {
          .stuff__item__image img {
            width: 217px; } }
      @media (min-width: 768px) {
        .stuff__item__image {
          margin: -70px 0 0; } }
  .stuff__ball-1, .stuff__ball-2, .stuff__ball-3, .stuff__ball-4, .stuff__ball-5, .stuff__ball-6 {
    position: absolute;
    z-index: -1; }
    .stuff__ball-1 div, .stuff__ball-2 div, .stuff__ball-3 div, .stuff__ball-4 div, .stuff__ball-5 div, .stuff__ball-6 div {
      position: relative !important; }
    .stuff__ball-1 img, .stuff__ball-2 img, .stuff__ball-3 img, .stuff__ball-4 img, .stuff__ball-5 img, .stuff__ball-6 img {
      display: block;
      max-width: none; }
  .stuff__ball-1 {
    left: 54%;
    top: -15%; }
    .stuff__ball-1 img {
      width: 40px; }
      @media (min-width: 768px) {
        .stuff__ball-1 img {
          width: 63px; } }
    @media (min-width: 768px) {
      .stuff__ball-1 {
        left: 45%;
        top: -25%; } }
  .stuff__ball-2 {
    left: 50%;
    bottom: 43%; }
    .stuff__ball-2 img {
      width: 68px; }
      @media (min-width: 768px) {
        .stuff__ball-2 img {
          width: 69px; } }
    @media (min-width: 768px) {
      .stuff__ball-2 {
        left: 77%;
        bottom: 50%; } }
  .stuff__ball-3 {
    right: -4%;
    bottom: 36%; }
    .stuff__ball-3 img {
      width: 63px; }
      @media (min-width: 768px) {
        .stuff__ball-3 img {
          width: 90px; } }
    .ipad .stuff__ball-3 {
      right: -10%; }
    @media (min-width: 768px) {
      .stuff__ball-3 {
        right: -14%;
        bottom: 39%; } }
  .stuff__ball-4 {
    right: 44%;
    bottom: -20%; }
    .stuff__ball-4 img {
      width: 72px; }
      @media (min-width: 768px) {
        .stuff__ball-4 img {
          width: 97px; } }
    @media (min-width: 768px) {
      .stuff__ball-4 {
        right: 16%;
        bottom: -26%; } }
  .stuff__item + .stuff__item {
    margin-top: 45px; }
    .stuff__item + .stuff__item .stuff__item__image {
      margin-top: 0; }
      @media (max-width: 767px) {
        .stuff__item + .stuff__item .stuff__item__image img {
          width: 136px; } }
      @media (max-width: 767px) {
        .stuff__item + .stuff__item .stuff__item__image {
          margin-left: -8px; } }
    .stuff__item + .stuff__item .stuff__item__content {
      margin: 0 0 0 47px; }
      .stuff__item + .stuff__item .stuff__item__content .h3 {
        margin: 0 0 24px; }
        @media (min-width: 768px) {
          .stuff__item + .stuff__item .stuff__item__content .h3 {
            margin: 0 0 32px; } }
      @media (min-width: 768px) {
        .stuff__item + .stuff__item .stuff__item__content {
          margin: 0 0 0 68px;
          text-align: left; } }
    @media (min-width: 768px) {
      .stuff__item + .stuff__item {
        margin-top: 105px; } }
  @media (min-width: 768px) {
    .stuff {
      margin-bottom: 280px; } }

.stuff--hyaluronic {
  position: relative;
  margin: 0 0 72px; }
  .stuff--hyaluronic .stuff__item__image {
    margin: 0; }
    .stuff--hyaluronic .stuff__item__image img {
      width: 200px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__item__image img {
          width: 393px; } }
    @media (max-width: 767px) {
      .stuff--hyaluronic .stuff__item__image {
        margin: 0 -34px 0 -40px; } }
  @media (max-width: 767px) {
    .stuff--hyaluronic .stuff__item__text {
      margin-bottom: 16px; } }
  .stuff--hyaluronic .stuff__item__link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-size: 12px; }
    .stuff--hyaluronic .stuff__item__link a.is-active .stuff__item__link__plus::after {
      opacity: 0;
      visibility: hidden; }
  .stuff--hyaluronic .stuff__item__link__plus {
    position: relative;
    margin-left: 13px;
    width: 16px;
    height: 16px; }
    .stuff--hyaluronic .stuff__item__link__plus::before, .stuff--hyaluronic .stuff__item__link__plus::after {
      content: "";
      position: absolute;
      right: 50%;
      top: 50%;
      margin-top: -1px;
      margin-right: -8px;
      width: 16px;
      height: 2px;
      background: url("../images/sprites/svg/minus.svg") 50% 50% no-repeat;
      -moz-background-size: cover;
           background-size: cover;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__item__link__plus::before, .stuff--hyaluronic .stuff__item__link__plus::after {
          margin-right: -10px; } }
    .stuff--hyaluronic .stuff__item__link__plus::after {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
  .stuff--hyaluronic .stuff__item__content {
    margin: 0 0 0 19px;
    text-align: left; }
  @media (min-width: 768px) {
    .stuff--hyaluronic .stuff__item {
      margin-left: -90px; } }
  .stuff--hyaluronic .stuff__box {
    display: none; }
    .stuff--hyaluronic .stuff__box.is-active {
      display: block;
      -webkit-animation: stuff-show 0.5s;
         -moz-animation: stuff-show 0.5s;
           -o-animation: stuff-show 0.5s;
              animation: stuff-show 0.5s; }
  .stuff--hyaluronic .stuff__list {
    margin-bottom: 120px; }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__list {
        margin: 0; } }
  .stuff--hyaluronic .stuff__content {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0;
    background: #fff; }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__content {
        margin: 0 -22px 0 100px;
        width: 520px; } }
  .stuff--hyaluronic .stuff__inner {
    padding: 20px 0 24px;
    border-top: 1px solid rgba(172, 114, 0, 0.2);
    border-bottom: 1px solid rgba(172, 114, 0, 0.2); }
    .stuff--hyaluronic .stuff__inner__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__inner__row {
          margin-bottom: 16px; } }
    .stuff--hyaluronic .stuff__inner .h3 {
      margin-bottom: 0;
      max-width: 240px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__inner .h3 {
          max-width: 404px;
          font-size: 25px; } }
    .stuff--hyaluronic .stuff__inner svg {
      display: block;
      margin-left: auto;
      width: 60px;
      height: 65px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__inner svg {
          width: 65px;
          height: 70px; } }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__inner {
        padding: 24px 0 32px; } }
  .stuff--hyaluronic .stuff__ball-1 {
    left: 69%; }
    .stuff--hyaluronic .stuff__ball-1 img {
      width: 87px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__ball-1 img {
          width: 102px; } }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__ball-1 {
        left: 88%;
        top: -3%; } }
  .stuff--hyaluronic .stuff__ball-2 {
    left: 22%;
    bottom: 45%; }
    .stuff--hyaluronic .stuff__ball-2 img {
      width: 65px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__ball-2 img {
          width: 93px; } }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__ball-2 {
        left: 28%; } }
  .stuff--hyaluronic .stuff__ball-3 {
    right: 72%;
    bottom: 24%; }
    .stuff--hyaluronic .stuff__ball-3 img {
      width: 125px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__ball-3 img {
          width: 147px; } }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__ball-3 {
        right: auto;
        bottom: 27%;
        left: -23%; } }
  .stuff--hyaluronic .stuff__ball-4 {
    right: 21%;
    bottom: -22%; }
    .stuff--hyaluronic .stuff__ball-4 img {
      width: 120px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__ball-4 img {
          width: 163px; } }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__ball-4 {
        right: 40%;
        bottom: -15%; } }
  .stuff--hyaluronic .stuff__ball-5 img {
    width: 140px; }
  @media (min-width: 768px) {
    .stuff--hyaluronic .stuff__ball-5 {
      right: -95%;
      top: 3%; } }
  .stuff--hyaluronic .stuff__ball-6 img {
    width: 93px; }
  @media (min-width: 768px) {
    .stuff--hyaluronic .stuff__ball-6 {
      right: -69%;
      bottom: 7%; } }
  .stuff--hyaluronic .stuff__inner + .stuff__inner {
    margin-top: -1px; }
  .stuff--hyaluronic .stuff__item + .stuff__item {
    margin-top: 20px; }
    .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__content {
      margin-left: 0;
      text-align: right; }
      .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__content .h3 {
        margin: 0 0 13px; }
      @media (max-width: 768px) {
        .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__content {
          margin-right: -18px;
          margin-left: 18px; } }
    .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__image img {
      width: 220px; }
      @media (min-width: 768px) {
        .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__image img {
          width: 331px; } }
    @media (max-width: 767px) {
      .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__image {
        margin: 0 -45px 0 0; } }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__image {
        margin-left: -15px; } }
    .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__link a {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .stuff--hyaluronic .stuff__item + .stuff__item .stuff__item__link__plus {
      margin-left: 0;
      margin-right: 13px; }
    @media (min-width: 768px) {
      .stuff--hyaluronic .stuff__item + .stuff__item {
        margin-top: -20px;
        margin-left: 80px; } }
  @media (min-width: 768px) {
    .stuff--hyaluronic {
      margin: 0 0 250px; } }

@media (min-width: 768px) {
  .stuff--padding {
    padding-top: 95px; } }

@-webkit-keyframes stuff-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes stuff-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes stuff-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes stuff-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.instruction {
  margin-bottom: 64px; }
  .instruction .text {
    margin-bottom: 24px; }
    .instruction .text sup {
      top: -10px; }
    @media (min-width: 768px) {
      .instruction .text {
        margin-bottom: 35px; } }
  .instruction__list {
    margin-bottom: 24px;
    border-top: 1px solid rgba(172, 114, 0, 0.2); }
    @media (min-width: 768px) {
      .instruction__list {
        margin-bottom: 48px; } }
  .instruction__item {
    border-bottom: 1px solid rgba(172, 114, 0, 0.2);
    padding: 24px 0; }
    @media (min-width: 768px) {
      .instruction__item {
        padding: 24px 0 40px; } }
  .instruction > .text-list {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .instruction > .text-list {
        margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .instruction {
      margin-bottom: 75px; } }

.table {
  margin-bottom: 40px; }
  .table .text {
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .table .text {
        margin-bottom: 55px; } }
  .table__item {
    position: relative;
    overflow: auto; }
    .table__item::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 2px;
      background-color: transparent; }
    .table__item::-webkit-scrollbar-track {
      background-color: rgba(190, 191, 173, 0.5); }
    .table__item::-webkit-scrollbar-thumb {
      height: 3px;
      background-color: #2f1f06; }
    @media (max-width: 767px) {
      .table__item {
        margin-right: -20px;
        padding-bottom: 32px; } }
  .table table {
    border-bottom: 1px solid rgba(172, 114, 0, 0.2);
    border-collapse: collapse;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .table table thead tr {
      border-bottom: 1px solid rgba(172, 114, 0, 0.4); }
    .table table th {
      padding: 20px;
      font-weight: 700;
      font-size: 12px;
      line-height: 15px;
      text-align: left;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .table table th.width-mobile-229 {
          min-width: 229px; } }
      .table table th.width-255 {
        min-width: 255px; }
        @media (min-width: 768px) {
          .table table th.width-255 {
            width: 255px;
            min-width: auto; } }
      @media (max-width: 767px) {
        .table table th.width-mobile-266 {
          min-width: 266px; } }
      .table table th.width-290 {
        width: 290px; }
      .table table th.width-350 {
        min-width: 241px; }
        @media (min-width: 768px) {
          .table table th.width-350 {
            width: 350px;
            min-width: auto; } }
      @media (min-width: 768px) {
        .table table th {
          padding: 20px;
          font-size: 12px;
          line-height: 15px; } }
    .table table tr.tr-padding-top td {
      padding-top: 24px; }
      @media (min-width: 768px) {
        .table table tr.tr-padding-top td {
          padding-top: 32px; } }
    .table table tr.tr-padding-bottom td {
      padding-bottom: 24px; }
      @media (min-width: 768px) {
        .table table tr.tr-padding-bottom td {
          padding-bottom: 32px; } }
    .table table tr.tr-border {
      border-top: 1px solid rgba(172, 114, 0, 0.2); }
      .table table tr.tr-border td {
        padding-top: 24px;
        padding-bottom: 24px; }
        @media (min-width: 768px) {
          .table table tr.tr-border td {
            padding-top: 32px;
            padding-bottom: 32px; } }
    .table table td {
      padding: 12px; }
      @media (min-width: 768px) {
        .table table td {
          padding: 16px; } }
    .table table th:first-child,
    .table table td:first-child {
      padding-left: 0; }
    .table table th:last-child,
    .table table td:last-child {
      padding-right: 0; }
  .table__desc {
    margin-top: 48px;
    max-width: 409px;
    font-size: 10px;
    line-height: 12px; }
    @media (min-width: 768px) {
      .table__desc {
        margin-top: 8px;
        font-size: 12px;
        line-height: 15px; } }
  @media (max-width: 767px) {
    .table__desc--mob-margin {
      margin-top: 16px; } }
  @media (min-width: 768px) {
    .table {
      margin-bottom: 75px; } }

@media (max-width: 767px) {
  .table--margin-mob {
    margin-bottom: 65px; } }

.output {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .output__content {
    max-width: 567px; }
    @media (max-width: 767px) {
      .output__content {
        margin: 0 auto; } }
  .output__mark {
    margin: 0 0 16px; }
    .output__mark__mobile {
      margin: 0 auto;
      width: 237px;
      height: 125px; }
      .output__mark__mobile .logo-en {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .output__mark__mobile .logo-ru {
        opacity: 0;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .is-active .output__mark__mobile .logo-en {
        opacity: 0; }
      .is-active .output__mark__mobile .logo-ru {
        opacity: 1; }
    .output__mark__desktop {
      width: 355px;
      height: 175px; }
      .output__mark__desktop .logo-en {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .output__mark__desktop .logo-ru {
        opacity: 0;
        -webkit-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
      .output__mark__desktop:hover .logo-en {
        opacity: 0; }
      .output__mark__desktop:hover .logo-ru {
        opacity: 1; }
    @media (min-width: 768px) {
      .output__mark {
        margin: 0 0 29px -16px; } }
  .output__image {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 -20px; }
    .output__image__bg img {
      display: block;
      width: 374px; }
      @media (min-width: 768px) {
        .output__image__bg img {
          width: 480px; } }
    .output__image__box {
      position: absolute;
      right: 4%;
      top: 0; }
      .output__image__box div {
        position: relative !important; }
      .output__image__box img {
        display: block;
        width: 243px;
        max-width: none; }
        @media (min-width: 768px) {
          .output__image__box img {
            width: 313px; } }
      @media (min-width: 768px) {
        .output__image__box {
          right: 6%;
          top: 1%; } }
    .output__image__jar {
      position: absolute;
      left: 4%;
      top: 16%; }
      .output__image__jar div {
        position: relative !important; }
      .output__image__jar img {
        display: block;
        width: 233px;
        max-width: none; }
        @media (min-width: 768px) {
          .output__image__jar img {
            width: 310px; } }
      @media (min-width: 768px) {
        .output__image__jar {
          left: 0;
          top: 15%;
          -webkit-transform: rotate(-2deg);
             -moz-transform: rotate(-2deg);
              -ms-transform: rotate(-2deg);
               -o-transform: rotate(-2deg);
                  transform: rotate(-2deg); } }
    @media (max-width: 767px) {
      .output__image {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    @media (min-width: 768px) {
      .output__image {
        margin: -23px -65px 0 19px; } }
  .output__capsule-1 {
    position: absolute;
    left: 16%;
    top: -28%; }
    .output__capsule-1 div {
      position: relative !important; }
    .output__capsule-1 img {
      display: block;
      width: 70px;
      max-width: none; }
      @media (min-width: 768px) {
        .output__capsule-1 img {
          width: 86px; } }
    @media (min-width: 768px) {
      .output__capsule-1 {
        left: 17%;
        top: -9%; } }
  .output__capsule-2 {
    position: absolute;
    right: 24%;
    bottom: 16%; }
    .output__capsule-2 div {
      position: relative !important; }
    .output__capsule-2 img {
      display: block;
      width: 57px;
      max-width: none; }
      @media (min-width: 768px) {
        .output__capsule-2 img {
          width: 73px; } }
    @media (min-width: 768px) {
      .output__capsule-2 {
        right: 25%;
        bottom: 16%; } }
  .output .h1 {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .output .h1 {
        margin: 0 0 65px; } }
  .output__btn {
    margin-bottom: 30px; }
    .output__btn .btn + .btn {
      margin: 30px 0 0; }
      @media (min-width: 768px) {
        .output__btn .btn + .btn {
          margin: 0 0 0 20px; } }
    @media (max-width: 767px) {
      .output__btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 768px) {
      .output__btn {
        margin-bottom: 35px; } }
  @media (min-width: 768px) {
    .output__btn_padding-left {
      padding-left: 110px; } }
  @media (min-width: 768px) {
    .output__link {
      padding-left: 55px; } }
  @media (max-width: 767px) {
    .output {
      text-align: center; } }

.output--instruction .output__image img {
  display: block;
  width: 375px; }
  @media (min-width: 768px) {
    .output--instruction .output__image img {
      width: 610px; } }

.output--hyaluronic .output__mark__desktop {
  width: 675px;
  height: 280px; }

.output--hyaluronic .output__mark__mobile {
  width: 100%;
  height: 140px; }

@media (min-width: 768px) {
  .output--hyaluronic .output__mark {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .output--collagen .output__image {
    margin-bottom: 20px; } }

.output--collagen .output__mark__desktop {
  width: 600px;
  height: 225px; }

.output--collagen .output__mark__mobile {
  width: 100%;
  height: 125px; }

@media (min-width: 768px) {
  .output--collagen .output__mark {
    margin-bottom: 0; } }

.output--product {
  margin-bottom: 72px; }
  @media (max-width: 767px) {
    .output--product .h1 {
      margin: 0;
      font-size: 50px;
      line-height: 45px; } }
  @media (max-width: 767px) {
    .output--product .output__image {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
         -moz-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  @media (min-width: 768px) {
    .output--product .output__image {
      margin: 0 103px 0 -16px; } }
  @media (min-width: 768px) {
    .output--product {
      margin-bottom: 60px; } }

.output--prod-hyaluronic {
  margin-bottom: 72px; }
  @media (max-width: 767px) {
    .output--prod-hyaluronic .h1 {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
         -moz-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 0 30px;
      font-size: 50px;
      line-height: 45px; } }
  @media (min-width: 768px) {
    .output--prod-hyaluronic .h1 {
      margin: 0 0 60px; } }
  .output--prod-hyaluronic .output__content {
    max-width: 495px; }
  @media (min-width: 768px) {
    .output--prod-hyaluronic .output__image__bg img {
      width: 505px; } }
  .output--prod-hyaluronic .output__image__box {
    right: 11%;
    top: 0;
    -webkit-transform: rotate(-2deg);
       -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
         -o-transform: rotate(-2deg);
            transform: rotate(-2deg); }
    .output--prod-hyaluronic .output__image__box img {
      width: 215px; }
      @media (min-width: 768px) {
        .output--prod-hyaluronic .output__image__box img {
          width: 335px; } }
    @media (min-width: 768px) {
      .output--prod-hyaluronic .output__image__box {
        right: 7%;
        top: -5%; } }
  .output--prod-hyaluronic .output__image__jar {
    left: 11%;
    top: 15%;
    -webkit-transform: rotate(3deg);
       -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
         -o-transform: rotate(3deg);
            transform: rotate(3deg); }
    .output--prod-hyaluronic .output__image__jar img {
      width: 197px; }
      @media (min-width: 768px) {
        .output--prod-hyaluronic .output__image__jar img {
          width: 305px; } }
    @media (min-width: 768px) {
      .output--prod-hyaluronic .output__image__jar {
        left: 3%;
        top: 12%; } }
  @media (min-width: 768px) {
    .output--prod-hyaluronic .output__image {
      margin: -18px 0 0 70px; } }
  @media (min-width: 768px) {
    .output--prod-hyaluronic .output__capsule-1 {
      left: 19%;
      top: -15%; } }
  .output--prod-hyaluronic .output__capsule-2 {
    right: 22%;
    bottom: 9%; }
    @media (min-width: 768px) {
      .output--prod-hyaluronic .output__capsule-2 {
        right: 24%;
        bottom: 5%; } }
  @media (min-width: 768px) {
    .output--prod-hyaluronic {
      margin-bottom: 60px; } }

.output--prod-collagen {
  margin-bottom: 72px; }
  @media (max-width: 767px) {
    .output--prod-collagen .h1 {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
         -moz-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 0 30px;
      font-size: 50px;
      line-height: 45px; } }
  @media (min-width: 768px) {
    .output--prod-collagen .h1 {
      margin: 0 0 60px; } }
  .output--prod-collagen .output__content {
    max-width: 495px; }
  .output--prod-collagen .output__image {
    margin: 0 auto 30px; }
    .output--prod-collagen .output__image__bg img {
      width: 310px; }
      @media (min-width: 768px) {
        .output--prod-collagen .output__image__bg img {
          width: 518px; } }
    .output--prod-collagen .output__image__box {
      right: 0;
      top: 0;
      -webkit-transform: rotate(-11deg);
         -moz-transform: rotate(-11deg);
          -ms-transform: rotate(-11deg);
           -o-transform: rotate(-11deg);
              transform: rotate(-11deg); }
      .output--prod-collagen .output__image__box img {
        width: 260px; }
        @media (min-width: 768px) {
          .output--prod-collagen .output__image__box img {
            width: 428px; } }
      @media (min-width: 768px) {
        .output--prod-collagen .output__image__box {
          right: -1%;
          top: -3%;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; } }
    .output--prod-collagen .output__image__jar {
      left: -6%;
      top: 47%; }
      .output--prod-collagen .output__image__jar img {
        width: 310px; }
        @media (min-width: 768px) {
          .output--prod-collagen .output__image__jar img {
            width: 485px; } }
      @media (min-width: 768px) {
        .output--prod-collagen .output__image__jar {
          left: -7%;
          top: 50%; } }
    @media (min-width: 768px) {
      .output--prod-collagen .output__image {
        margin: -18px 0 0 70px; } }
  @media (min-width: 768px) {
    .output--prod-collagen {
      margin-bottom: 70px; } }

.accordion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px; }
  .accordion__image {
    position: relative;
    margin-left: -142px;
    width: 658px; }
    .accordion__image__item {
      display: none; }
      .accordion__image__item.is-active {
        display: block;
        -webkit-animation: accordion-show 1.25s;
           -moz-animation: accordion-show 1.25s;
             -o-animation: accordion-show 1.25s;
                animation: accordion-show 1.25s; }
    .accordion__image__text {
      position: absolute;
      right: 57px;
      top: 136px;
      max-width: 411px;
      font-weight: 400;
      font-size: 32px;
      line-height: 39px;
      text-transform: uppercase; }
      .accordion__image__text sup {
        top: -10px; }
    .accordion__image__text--font-18 {
      font-size: 18px;
      line-height: 28px; }
  .accordion__image_text-top .accordion__image__text {
    top: 15px; }
  .accordion .subtext {
    margin-bottom: 24px;
    text-transform: uppercase; }
  .accordion__list {
    border-top: 1px solid rgba(172, 114, 0, 0.2);
    width: 100%; }
    @media (min-width: 768px) {
      .accordion__list {
        margin-left: auto;
        width: 618px; } }
  .accordion__item {
    border-bottom: 1px solid rgba(172, 114, 0, 0.2);
    padding: 24px 0; }
    .accordion__item__header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .accordion__item__header .h3 {
        margin: 0;
        max-width: 240px; }
        @media (min-width: 768px) {
          .accordion__item__header .h3 {
            max-width: 350px;
            font-size: 25px; } }
      .accordion__item__header__plus {
        position: relative;
        margin-left: auto;
        border: 1px solid #2f1f06;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 40px;
        height: 40px; }
        .accordion__item__header__plus::before, .accordion__item__header__plus::after {
          content: "";
          position: absolute;
          right: 50%;
          top: 50%;
          margin-top: -1px;
          margin-right: -8px;
          width: 16px;
          height: 2px;
          background: url("../images/sprites/svg/minus.svg") 50% 50% no-repeat;
          -moz-background-size: cover;
               background-size: cover;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          -moz-transition: 0.25s;
          transition: 0.25s; }
          @media (min-width: 768px) {
            .accordion__item__header__plus::before, .accordion__item__header__plus::after {
              margin-right: -10px;
              width: 20px; } }
        .accordion__item__header__plus::after {
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
               -o-transform: rotate(90deg);
                  transform: rotate(90deg); }
        @media (min-width: 768px) {
          .accordion__item__header__plus {
            width: 48px;
            height: 48px; } }
    .accordion__item__content {
      display: none;
      padding: 15px 0 0; }
      .accordion__item__content sup {
        color: #ac7200; }
      @media (max-width: 767px) {
        .accordion__item__content .text-list ul li + li {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .accordion__item__content .text-list ul li {
          font-size: 16px;
          line-height: 20px; }
          .accordion__item__content .text-list ul li::before {
            display: none; } }
      @media (min-width: 768px) {
        .accordion__item__content .text-list ul li {
          padding-left: 24px; } }
      @media (max-width: 767px) {
        .accordion__item__content .text {
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 768px) {
        .accordion__item__content {
          padding: 15px 130px 0 0; } }
    .accordion__item__image {
      margin-top: 35px;
      margin-right: -20px;
      text-align: right; }
    .accordion__item.is-active .accordion__item__content {
      display: block;
      -webkit-animation: accordion-show 1.25s;
         -moz-animation: accordion-show 1.25s;
           -o-animation: accordion-show 1.25s;
              animation: accordion-show 1.25s; }
    .accordion__item.is-active .accordion__item__header__plus::after {
      opacity: 0;
      visibility: hidden; }
  @media (min-width: 768px) {
    .accordion {
      margin-bottom: 53px; } }

@media (min-width: 768px) {
  .accordion_margin-75 {
    margin-bottom: 75px; } }

@-webkit-keyframes accordion-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes accordion-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes accordion-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes accordion-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tall {
  margin-bottom: 65px; }
  .tall .subtext {
    margin-bottom: 40px;
    max-width: 788px; }
    .tall .subtext span {
      font-weight: 600; }
    .tall .subtext sup.sup-number {
      top: -10px;
      font-size: 10px;
      line-height: 12px; }
    @media (min-width: 768px) {
      .tall .subtext {
        margin-bottom: 64px; } }
  .tall__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px; }
    @media (min-width: 768px) {
      .tall__row {
        margin: 0 -35px; } }
  @media (min-width: 768px) {
    .tall__row_font-15 {
      font-size: 15px; } }
  @media (min-width: 768px) {
    .tall__row_width-20 .tall__col {
      width: 20%; } }
  @media (min-width: 768px) {
    .tall__row_width-25 .tall__col {
      width: 25%; } }
  .tall__col {
    margin-bottom: 40px;
    padding: 0 10px;
    width: 50%; }
    @media (max-width: 767px) {
      .tall__col:last-child {
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .tall__col {
        margin-bottom: 0;
        padding: 0 35px;
        width: 20%; } }
  .tall__item__icon {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .tall__item__icon::before {
      content: "";
      position: absolute;
      left: -4px;
      right: -4px;
      top: -4px;
      bottom: -4px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border: 1px solid #cdb485;
      -webkit-animation: animateTall 2s linear infinite;
         -moz-animation: animateTall 2s linear infinite;
           -o-animation: animateTall 2s linear infinite;
              animation: animateTall 2s linear infinite; }
    .tall__item__icon svg {
      position: relative;
      display: block;
      width: 120px;
      height: 120px;
      fill: none; }
      @media (min-width: 768px) {
        .tall__item__icon svg {
          width: 170px;
          height: 170px; } }
    .tall__item__icon--2 {
      position: absolute !important;
      width: 66px !important;
      height: 66px !important;
      top: -15px;
      right: 10px; }
    @media (min-width: 768px) {
      .tall__item__icon {
        margin-bottom: 40px; } }
  .tall__item__text span {
    font-weight: 500; }
  .tall__item__text sup {
    font-size: 9px; }
  .tall__item:hover .tall__item__icon {
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px); }
  @media (min-width: 768px) {
    .tall {
      margin-bottom: 240px; } }

@media (min-width: 768px) {
  .tall--margin-143 {
    margin-bottom: 143px; } }

@media (min-width: 768px) {
  .tall--margin-150 {
    margin-bottom: 150px; } }

@-webkit-keyframes animateTall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@-moz-keyframes animateTall {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1); }
  50% {
    opacity: 0;
    -moz-transform: scale(1.2);
         transform: scale(1.2); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.5);
         transform: scale(1.5); } }

@-o-keyframes animateTall {
  0% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1); }
  50% {
    opacity: 0;
    -o-transform: scale(1.2);
       transform: scale(1.2); }
  100% {
    opacity: 0;
    -o-transform: scale(1.5);
       transform: scale(1.5); } }

@keyframes animateTall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5); } }

.tabs__menu {
  margin-bottom: 40px;
  border-top: 1px solid #2f1f06;
  border-bottom: 1px solid #2f1f06; }
  .tabs__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .tabs__menu ul li {
      position: relative; }
      .tabs__menu ul li a {
        display: block;
        padding: 22px 32px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .tabs__menu ul li a {
            text-align: center; } }
      @media (max-width: 767px) {
        .tabs__menu ul li + li {
          border-top: 1px solid #2f1f06; } }
      @media (min-width: 768px) {
        .tabs__menu ul li + li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 5px;
          width: 1px;
          height: 86%;
          background: #2f1f06; } }
      @media (max-width: 767px) {
        .tabs__menu ul li {
          width: 100%; } }

.tabs__item {
  display: none; }
  .tabs__item .text {
    max-width: 617px; }
  .tabs__item.is-active {
    display: block;
    -webkit-animation: tabs-show 0.5s;
       -moz-animation: tabs-show 0.5s;
         -o-animation: tabs-show 0.5s;
            animation: tabs-show 0.5s; }

@-webkit-keyframes tabs-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes tabs-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes tabs-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tabs-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.great {
  position: relative;
  -webkit-border-radius: 60px;
     -moz-border-radius: 60px;
          border-radius: 60px;
  padding: 40px 20px;
  background: rgba(190, 191, 173, 0.2); }
  .great::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(47, 31, 6, 0.3);
    -webkit-border-radius: 60px;
       -moz-border-radius: 60px;
            border-radius: 60px;
    width: 97%;
    height: 93%;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
    @media (min-width: 768px) {
      .great::before {
        -webkit-border-radius: 160px;
           -moz-border-radius: 160px;
                border-radius: 160px; } }
  .great__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -37px; }
  .great__col {
    padding: 0 37px;
    width: 100%; }
    @media (max-width: 767px) {
      .great__col:last-child {
        margin-top: 10px; } }
    @media (min-width: 768px) {
      .great__col {
        width: 50%; } }
  .great .h3 {
    text-align: center; }
    @media (min-width: 768px) {
      .great .h3 {
        margin: 0 0 48px; } }
  .great .text-list {
    margin-left: 0;
    padding-left: 10px; }
    .great .text-list ul li + li {
      margin-top: 10px; }
      @media (min-width: 768px) {
        .great .text-list ul li + li {
          margin-top: 16px; } }
    @media (min-width: 768px) {
      .great .text-list sup {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .great .text-list {
        padding-left: 33px;
        font-size: 20px;
        line-height: 28px; } }
  @media (min-width: 768px) {
    .great {
      -webkit-border-radius: 160px;
         -moz-border-radius: 160px;
              border-radius: 160px;
      padding: 80px 104px 110px; } }

.form {
  max-width: 384px; }

.input {
  margin-bottom: 40px; }
  .input__label {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase; }
  .input__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .input__field input {
      border: none;
      border-bottom: 1px solid #2f1f06;
      padding: 0 16px;
      width: 100%;
      height: 56px;
      color: #2f1f06;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .input__field input::-webkit-input-placeholder {
        color: rgba(47, 31, 6, 0.4); }
      .input__field input:-moz-placeholder {
        color: rgba(47, 31, 6, 0.4); }
      .input__field input::-moz-placeholder {
        color: rgba(47, 31, 6, 0.4); }
      .input__field input:-ms-input-placeholder {
        color: rgba(47, 31, 6, 0.4); }
      .input__field input::-ms-input-placeholder {
        color: rgba(47, 31, 6, 0.4); }
      .input__field input::placeholder {
        color: rgba(47, 31, 6, 0.4); }
      .input__field input:focus {
        outline: none; }
    .input__field .select2-container {
      display: inline-block;
      vertical-align: middle;
      width: 100% !important; }
      .input__field .select2-container--open.select2-container--default .select2-selection__arrow {
        margin-top: -2px;
        -webkit-transform: rotate(225deg);
           -moz-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
             -o-transform: rotate(225deg);
                transform: rotate(225deg); }
    .input__field .select2-container--default .select2-selection {
      outline: none;
      border: none;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      height: 56px;
      background-color: transparent; }
      .input__field .select2-container--default .select2-selection__rendered {
        border-bottom: 1px solid #2f1f06;
        padding: 0 16px;
        line-height: 56px;
        background: #fff;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
      .input__field .select2-container--default .select2-selection__arrow {
        right: 28px;
        top: 50%;
        margin-top: -5px;
        border-right: solid 2px #000;
        border-bottom: solid 2px #000;
        width: 9px;
        height: 9px;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
        .input__field .select2-container--default .select2-selection__arrow b {
          display: none; }
    .input__field .select2-container--default .select2-dropdown {
      margin-top: 6px;
      border: none;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      padding: 8px 0;
      min-width: 220px;
      background: #f2f2ef; }
    .input__field .select2-container--default .select2-results__options::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      background-color: transparent; }
    .input__field .select2-container--default .select2-results__options::-webkit-scrollbar-track {
      background-color: transparent; }
    .input__field .select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
      border-left: solid 2px #2f1f06;
      background-color: #2f1f06;
      opacity: 0; }
    .input__field .select2-container--default .select2-results__option {
      padding: 8px 16px;
      background: none;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .input__field .select2-container--default .select2-results__option--highlighted, .input__field .select2-container--default .select2-results__option[aria-selected="true"] {
        font-weight: 600;
        color: #2f1f06; }
    .input__field select.error ~ .select2-container--default .select2-selection__rendered {
      border-color: #ec0300; }
    .input__field label.error {
      display: block;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 8px;
      line-height: 16px;
      color: #ec0300; }
    .input__field:last-child {
      margin-bottom: 0; }

.checkbox {
  margin-bottom: 30px; }
  .checkbox label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 41px;
    line-height: 15px;
    cursor: pointer; }
    .checkbox label input {
      position: absolute;
      left: 12px;
      top: 12px;
      z-index: -1;
      width: 1px;
      height: 1px;
      opacity: 0; }
      .checkbox label input:checked ~ i {
        border-color: #cdb485; }
        .checkbox label input:checked ~ i::before {
          opacity: 1;
          visibility: visible; }
      .checkbox label input:disabled ~ i {
        border-color: rgba(47, 31, 6, 0.1); }
        .checkbox label input:disabled ~ i::before {
          border-color: rgba(47, 31, 6, 0.1); }
      .checkbox label input.error ~ span {
        color: #e00000; }
      .checkbox label input.error ~ i {
        border-color: #e00000; }
    .checkbox label label.error {
      display: none !important; }
    .checkbox label i {
      position: absolute;
      left: 0;
      top: -2px;
      border: 1px solid rgba(47, 31, 6, 0.4);
      padding: 4px;
      width: 24px;
      height: 24px;
      background: transparent;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .checkbox label i::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -2px;
        border-right: 1px solid #cdb485;
        border-bottom: 1px solid #cdb485;
        width: 6px;
        height: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
           -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                transform: translate3d(-50%, -50%, 0) rotate(45deg);
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
    .checkbox label span {
      font-size: 12px; }
      .checkbox label span a {
        font-weight: 600; }
    .checkbox label:hover i {
      border-color: #cdb485; }

.radio {
  margin-bottom: 30px; }
  .radio label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer; }
    .radio label input {
      position: absolute;
      left: 12px;
      top: 12px;
      z-index: -1;
      width: 1px;
      height: 1px;
      opacity: 0; }
      .radio label input:checked ~ i {
        border-color: #cdb485; }
        .radio label input:checked ~ i::before {
          background: #cdb485;
          opacity: 1;
          visibility: visible; }
      .radio label input:disabled ~ i {
        border-color: rgba(47, 31, 6, 0.2); }
        .radio label input:disabled ~ i::before {
          background: rgba(47, 31, 6, 0.1); }
    .radio label i {
      position: absolute;
      left: 0;
      top: -2px;
      border: solid 1px rgba(47, 31, 6, 0.4);
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 24px;
      height: 24px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .radio label i::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #cdb485;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
           -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                transform: translate3d(-50%, -50%, 0) rotate(45deg);
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
    .radio label:hover i {
      border-color: #cdb485; }

.buy {
  margin-bottom: 25px; }
  .buy__menu {
    margin-bottom: 40px;
    border-top: 1px solid #2f1f06;
    border-bottom: 1px solid #2f1f06; }
    .buy__menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .buy__menu ul li {
        position: relative;
        width: 100%; }
        .buy__menu ul li a {
          display: block;
          padding: 24px;
          text-align: center;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .buy__menu ul li a {
              font-size: 16px;
              line-height: 20px; } }
          @media (min-width: 768px) {
            .buy__menu ul li a {
              padding: 41px 20px; } }
        @media (max-width: 767px) {
          .buy__menu ul li + li {
            border-top: 1px solid #2f1f06; } }
        @media (min-width: 768px) {
          .buy__menu ul li + li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            width: 1px;
            height: 86%;
            background: #2f1f06; } }
        @media (min-width: 768px) {
          .buy__menu ul li {
            width: 50%; } }
    @media (min-width: 768px) {
      .buy__menu {
        margin-bottom: 94px; } }
  .buy__choose {
    margin-bottom: 80px; }
    .buy__choose__more {
      text-align: center; }
      .buy__choose__more .btn {
        padding: 16px 28px; }
        .buy__choose__more .btn .btn--buy__text_none {
          display: none; }
        .buy__choose__more .btn.is-active .btn--buy__text {
          display: none; }
        .buy__choose__more .btn.is-active .btn--buy__text_none {
          display: block; }
    @media (min-width: 768px) {
      .buy__choose {
        margin-bottom: 145px; } }
  .buy__opt ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .buy__opt ul li + li {
        margin-left: 15px; } }
    .buy__opt ul li button {
      border: 1px solid #bebfad;
      -webkit-border-radius: 150px;
         -moz-border-radius: 150px;
              border-radius: 150px;
      padding: 11px 15px;
      font-weight: 300;
      font-size: 12px;
      line-height: 15px;
      color: #2f1f06;
      background: #fff;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .buy__opt ul li button.is-active, .buy__opt ul li button:hover {
        border: 1px solid rgba(190, 191, 173, 0.1);
        background: rgba(190, 191, 173, 0.2); }
      @media (min-width: 768px) {
        .buy__opt ul li button {
          padding: 15px 32px;
          font-size: 14px;
          line-height: 17px; } }
    .buy__opt ul li label {
      position: relative;
      display: block;
      padding: 12px 15px;
      font-size: 12px;
      line-height: 15px;
      cursor: pointer; }
      .buy__opt ul li label input {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -1;
        width: 1px;
        height: 1px;
        opacity: 0; }
        .buy__opt ul li label input:checked ~ i {
          border: 1px solid rgba(190, 191, 173, 0.1);
          background: rgba(190, 191, 173, 0.2); }
      .buy__opt ul li label i {
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #bebfad;
        -webkit-border-radius: 150px;
           -moz-border-radius: 150px;
                border-radius: 150px;
        width: 100%;
        height: 100%;
        background: transparent;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
      @media (min-width: 768px) {
        .buy__opt ul li label:hover i {
          border: 1px solid rgba(190, 191, 173, 0.1);
          background: rgba(190, 191, 173, 0.2); } }
      @media (min-width: 768px) {
        .buy__opt ul li label {
          padding: 16px 32px;
          font-size: 14px;
          line-height: 17px; } }
    @media (max-width: 767px) {
      .buy__opt ul li {
        margin: 0 8px 8px 0; } }
  @media (min-width: 768px) {
    .buy__opt {
      margin-bottom: 55px; } }
  .buy__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px 15px; }
    @media (min-width: 768px) {
      .buy__row {
        margin: 0 -15px 40px; } }
  .buy__drop {
    display: none; }
    .buy__drop .buy__row {
      margin-top: -40px; }
  .buy__col {
    margin-bottom: 25px;
    padding: 0 30px;
    width: 50%; }
    @media (min-width: 768px) {
      .buy__col {
        margin-bottom: 30px;
        padding: 0 15px;
        width: 25%; } }
  .buy__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 75px;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    background: #fff;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s; }
    .buy__item img {
      max-height: 120px;
      width: 100%; }
    .buy__item:hover {
      opacity: 1;
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      background: transparent; }
    @media (min-width: 768px) {
      .buy__item {
        height: 130px; } }
  @media (min-width: 768px) {
    .buy {
      margin-bottom: 80px; } }

.buy-map {
  position: relative;
  height: 580px; }
  .buy-map .container {
    position: inherit;
  }

  .buy-map__search {
    position: absolute;
    left: 50%;
    top: 26px;
    z-index: 10;
    width: 336px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    .buy-map__search input {
      border: none;
      padding: 0 40px 0 14px;
      width: 100%;
      height: 56px; }
      .buy-map__search input::-webkit-input-placeholder {
        color: #2f1f06; }
      .buy-map__search input:-moz-placeholder {
        color: #2f1f06; }
      .buy-map__search input::-moz-placeholder {
        color: #2f1f06; }
      .buy-map__search input:-ms-input-placeholder {
        color: #2f1f06; }
      .buy-map__search input::-ms-input-placeholder {
        color: #2f1f06; }
      .buy-map__search input::placeholder {
        color: #2f1f06; }
      .buy-map__search input:focus {
        outline: none; }
    .buy-map__search button {
      position: absolute;
      right: 14px;
      top: 50%;
      display: block;
      border: none;
      padding: 0;
      width: 24px;
      height: 24px;
      fill: none;
      background: none;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }

      .eraseQuery {
    position: absolute;
    cursor: pointer;
    display: block;
    line-height: 0;
    right: 15px;
    top: 50%;
    font-weight: 700;
}


      .buy-map__search button svg {
        fill: none; }
    @media (min-width: 768px) {
      .buy-map__search {
        left: 0;
        width: 384px;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
  .buy-map .popover {
    color: #2F1F06;
    position: relative;
    right: 0 !important;
    top: -35px !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px 20px 22px 24px;
    width: 313px;
    height: auto;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    background: #fff;
    -webkit-transform: translate(-50%, -100%);
       -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
         -o-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
    .buy-map .popover .close {
      position: absolute;
    right: 15px;
    top: 15px; 
    }
    .buy-map .popover h3 {
      margin: 0; }
    .buy-map .popover .popover-arr {
      position: absolute;
      left: 50%;
      bottom: -29px;
      width: 23px;
      height: 12px;
      transform: translateX(-50%);
      border: 20px solid transparent;
      border-top: 20px solid #fff; }
    .buy-map .popover .popover-content {
      font-size: 18px;
      line-height: 22px; }
      .buy-map .popover .popover-title {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 18px;
          line-height: 22px;
          margin-bottom: 8px;
       }

       .buy-map .popover .popover-type {
    font-size: 18px;
    line-height: 22px;
    }

    .buy-map .popover .popover-address {
      font-size: 12px;
      line-height: 15px;
      margin-top: 28px;
    }
    .buy-map .popover .popover-phone {
      font-size: 12px;
      line-height: 15px;
      margin-top: 8px;
    }
    .buy-map .popover .popover-phone span {
       font-weight: 700;
    }

    
       .buy-map__tabs {
        position: absolute;
        right: 0;
       top: 25px;
        z-index: 10;
        display: flex;
    }
    .buy-map__tab {
      width: 212px;
      height: 48px;
      background: #FFFFFF;
      border: 1px solid #2F1F06;
      border-radius: 24px;
      color: #2F1F06;
      letter-spacing: 0.06em;
      font-family: 'Montserrat';
      font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 14px;
        transition: .3s;
    }
    .buy-map__tab.active[data-tab="omega"] {
      background: #EFE1CF;
      border-color: #E3B19E;
    }
    .buy-map__tab.active[data-tab="hyaluronic"] {
      background: #C2EAF2;
      border-color: #539EAB;
    }
    .buy-map__tab.active[data-tab="collagen"] {
      background: linear-gradient(0deg, #E9E5FA, #E9E5FA), #C5ABD1;
      border-color: #AC85A8;
    }

    @media (max-width: 1260px) {
      .buy-map__search {
        left: 15px;
        z-index: 999;
      }
      .buy-map__tabs {
        right: initial;
        left: 15px;
       top: 100px;
       width: 212px;
       flex-wrap: wrap;
       z-index: 998;
    }
    .buy-map__tab {
      margin: 0 0 10px 0;
    }
    .buy-map .container {
      position: static;
    }
    }

    @media (max-width: 768px) {
      .buy-map__search {
        width: 186px;
        transform: translateX(0px);
        left: 45px;
        top: 10px;
      }
      .buy-map__search input {
        height: 40px;
        font-size: 12px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
        border-radius: 7px;
      }
      .buy-map__search input::placeholder {
          color: #B3B3B3;
        }
      .buy-map__search button {
        height: 20px;
        width: 20px;
        right: 10px;
      }
      .buy-map__tab {
        margin: 0 2px;
        width: 32%;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
        font-weight: 600;
        font-size: 8px;
        height: 30px;
        letter-spacing: -0.06em;
      }
      .buy-map__tabs {
        width: 100%;
        left: 0;
        padding: 0 10px;
        justify-content: space-between;
        top: initial;
        bottom: 80px;
      }
      .content.content--product .buy-map__tabs,
      .content.content--instruction .buy-map__tabs {
        bottom: 50px;
      }
    }

    .buy-map__search input {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
      border-radius: 7px;
    }

    .buy-map__tab {
        box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
        font-weight: 600;
    }

    @media (max-width: 1200px) {
      @media screen and (orientation:landscape) {
        #buyChoose {
          margin-bottom: 0;
        }
        div.buy {
          margin-bottom: 0;
        }
        .buy-map__search {
          width: 257px;
          top: 10px;
          left: 50px;
          z-index: 999;
  
        }
        .buy-map__search input {
          height: 40px;
          font-size: 12px;
         
        }
        .buy-map__search input::placeholder {
          color: #B3B3B3;
        }
        .buy-map__search button {
          height: 20px;
          width: 20px;
          right: 10px;
        }
        .buy-map__tab {
          margin: 0 0 5px 0;
          width: 100%;
          box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
          font-weight: 600;
          font-size: 10px;
          height: 30px;
          letter-spacing: -0.06em;
          flex-wrap: wrap;
        }
        .buy-map__tabs {
          width: 140px;
          left: 50px;
          top: 55px;
        }
        .buy-map {
          height: 110vh !important;
        }
      }
    }

      
  @media (min-width: 768px) {
    .buy-map {
      height: -webkit-calc(100vh - 155px);
      height: -moz-calc(100vh - 155px);
      height: calc(100vh - 155px); } }

.no-page {
  text-align: center; }
  .no-page__content {
    margin: 0 auto;
    max-width: 533px; }
    @media (max-width: 767px) {
      .no-page__content {
        padding: 0 20px; } }
  .no-page__logo {
    margin: 0 auto 32px;
    width: 265px;
    height: 140px; }
    @media (min-width: 768px) {
      .no-page__logo {
        margin: 0 auto 50px;
        width: 293px;
        height: 155px; } }
  .no-page h1 {
    margin: 0 0 28px;
    font-size: 32px;
    line-height: 35px;
    text-align: center; }
    @media (min-width: 768px) {
      .no-page h1 {
        margin: 0 0 50px;
        font-size: 56px;
        line-height: 64px; } }
  .no-page .subtitle {
    margin-bottom: 34px;
    text-transform: none; }
    @media (min-width: 768px) {
      .no-page .subtitle {
        margin-bottom: 56px; } }
  .no-page .btn {
    padding: 16px 28px; }
    .no-page .btn--buy__bg {
      width: 92%; }

.chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 120px; }
  .chart__col {
    margin-bottom: 24px;
    width: 100%; }
    @media (min-width: 768px) {
      .chart__col {
        margin-bottom: 0;
        padding: 0 24px;
        width: 50%; } }
  .chart__item {
    padding: 22px 33px 40px;
    height: 100%;
    -webkit-box-shadow: 0 0 25px rgba(47, 31, 6, 0.05);
       -moz-box-shadow: 0 0 25px rgba(47, 31, 6, 0.05);
            box-shadow: 0 0 25px rgba(47, 31, 6, 0.05); }
    .chart__item__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 20px; }
      .chart__item__row .subtext {
        margin: 0 10px 0 auto;
        max-width: 180px;
        text-align: center; }
        @media (max-width: 767px) {
          .chart__item__row .subtext {
            font-size: 14px;
            line-height: 17px; } }
        @media (min-width: 768px) {
          .chart__item__row .subtext {
            margin: 0 50px 0 auto;
            max-width: 300px; } }
      @media (min-width: 768px) {
        .chart__item__row {
          margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .chart__item {
        padding: 37px 57px 63px; } }
  .chart__logo {
    margin-bottom: 24px;
    text-align: center; }
    .chart__logo img {
      width: 102px; }
      @media (min-width: 768px) {
        .chart__logo img {
          width: 144px; } }
    @media (min-width: 768px) {
      .chart__logo {
        margin-bottom: 35px; } }
  .chart__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .chart__row--margin {
    margin-left: 20px; }
    @media (min-width: 768px) {
      .chart__row--margin {
        margin-left: 55px; } }
  .chart__title {
    margin-bottom: 10px;
    width: 50%;
    text-align: center; }
    @media (max-width: 767px) {
      .chart__title {
        font-size: 10px;
        line-height: 12px; } }
  .chart__img {
    margin: 0 -20px 20px -35px; }
    .chart__img img {
      width: 100%; }
      @media (min-width: 768px) {
        .chart__img img {
          width: 581px; } }
    @media (min-width: 768px) {
      .chart__img {
        margin: 0 -28px 30px -75px; } }
  .chart__color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 40px; }
    .chart__color__box {
      margin-right: 9px;
      width: 18px;
      height: 14px;
      background: -webkit-linear-gradient(90.26deg, #DCC8A2 0.41%, #F5EFE3 99.96%);
      background: -moz-linear-gradient(90.26deg, #DCC8A2 0.41%, #F5EFE3 99.96%);
      background: -o-linear-gradient(90.26deg, #DCC8A2 0.41%, #F5EFE3 99.96%);
      background: linear-gradient(359.74deg, #DCC8A2 0.41%, #F5EFE3 99.96%); }
      @media (min-width: 768px) {
        .chart__color__box {
          margin-right: 13px;
          width: 32px;
          height: 24px; } }
    .chart__color__box--blue {
      background: -webkit-gradient(linear, left bottom, left top, from(#AFD1DA), color-stop(98.14%, #D7ECF1));
      background: -webkit-linear-gradient(bottom, #AFD1DA 0%, #D7ECF1 98.14%);
      background: -moz-linear-gradient(bottom, #AFD1DA 0%, #D7ECF1 98.14%);
      background: -o-linear-gradient(bottom, #AFD1DA 0%, #D7ECF1 98.14%);
      background: linear-gradient(0deg, #AFD1DA 0%, #D7ECF1 98.14%); }
    .chart__color__text {
      font-size: 10px; }
      .chart__color__text sup {
        top: -7px;
        font-size: 6px;
        line-height: 7px; }
      @media (min-width: 768px) {
        .chart__color__text {
          font-size: 12px; } }
    .chart__color + .chart__color {
      margin-left: 30px; }
      @media (min-width: 768px) {
        .chart__color + .chart__color {
          margin-left: 42px; } }
    @media (min-width: 768px) {
      .chart__color {
        margin: 0 0 40px; } }
  .chart .text-list ul li + li {
    margin-top: 16px; }
  @media (min-width: 768px) {
    .chart {
      margin: 0 -73px 130px; } }

.slant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .slant__content {
    margin: 0 0 40px;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .slant__content {
        margin: 0 40px 0 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
           -moz-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        width: 400px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        text-align: left; } }
    @media (min-width: 1600px) {
      .slant__content {
        margin: 0 125px 0 0; } }
  @media (max-width: 767px) {
    .slant h3,
    .slant .h3 {
      font-size: 20px;
      line-height: 28px; } }
  @media (min-width: 768px) {
    .slant h3,
    .slant .h3 {
      font-size: 24px;
      line-height: 34px; } }
  .slant sup {
    position: relative;
    top: -8px;
    font-size: 11px;
    line-height: 11px; }
  .slant__images {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .slant__images {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        width: 933px; } }
  .slant__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    display: block;
    width: 312px;
    height: 240px; }
    .slant__item__hover {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: absolute;
      display: block;
      bottom: 16px;
      left: 0;
      width: 311px;
      height: 168px;
      fill: #F0DCB7;
      -webkit-transition: -webkit-transform 400ms, -webkit-filter 400ms;
      transition: -webkit-transform 400ms, -webkit-filter 400ms;
      -o-transition: filter 400ms, -o-transform 400ms;
      -moz-transition: transform 400ms, filter 400ms, -moz-transform 400ms;
      transition: transform 400ms, filter 400ms;
      transition: transform 400ms, filter 400ms, -webkit-transform 400ms, -moz-transform 400ms, -o-transform 400ms, -webkit-filter 400ms;
      will-change: transform, filter; }
    .slant__item__name {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: absolute;
      display: block;
      bottom: 10px;
      left: -10px;
      right: -10px;
      text-align: center;
      color: #2f1f06;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
      text-transform: uppercase;
      will-change: opacity; }
      .slant__item__name span {
        display: inline-block;
        color: #2F1F06;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        -webkit-transition: border 200ms;
        -o-transition: border 200ms;
        -moz-transition: border 200ms;
        transition: border 200ms; }
    .slant__item__name_en {
      opacity: 1;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      transition: opacity 400ms 100ms, transform 400ms 100ms, -o-transform 400ms 100ms; }
    .slant__item__name_ru {
      opacity: 0;
      -webkit-transform: translateY(-14px);
         -moz-transform: translateY(-14px);
          -ms-transform: translateY(-14px);
           -o-transform: translateY(-14px);
              transform: translateY(-14px);
      transition: opacity 400ms, transform 400ms, -o-transform 400ms; }
    .slant__item__img {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      max-width: none;
      width: 390px;
      height: 250px;
      margin: -145px 0 0 -195px;
      transition: transform 400ms, filter 400ms, -o-transform 400ms;
      will-change: transform, filter; }
    .slant__item:hover .slant__item__hover {
      -webkit-transform: scale(1.1);
         -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-filter: brightness(1.1);
              filter: brightness(1.1); }
    .slant__item:hover .slant__item__name_en {
      opacity: 0;
      -webkit-transform: translateY(14px);
         -moz-transform: translateY(14px);
          -ms-transform: translateY(14px);
           -o-transform: translateY(14px);
              transform: translateY(14px);
      transition: opacity 400ms, transform 400ms, -o-transform 400ms; }
    .slant__item:hover .slant__item__name_ru {
      opacity: 1;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      transition: opacity 400ms 100ms, transform 400ms 100ms, -o-transform 400ms 100ms; }
    .slant__item:hover .slant__item__img {
      -webkit-transform: translateY(-5px);
         -moz-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
           -o-transform: translateY(-5px);
              transform: translateY(-5px); }
    .slant__item--collagen .slant__item__hover {
      fill: #e1d1df; }
    .slant__item--hyaluronic .slant__item__hover {
      fill: #d8e2e2; }
    .slant__item + .slant__item {
      margin: 30px 0 0; }
      @media (min-width: 768px) {
        .slant__item + .slant__item {
          margin: 0 0 0 95px; } }
  @media (min-width: 768px) {
    .slant {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media (min-width: 1600px) {
    .slant {
      margin: 0 -110px; } }

.study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 64px; }
  .study__content .subtext {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .study__content .subtext {
        margin-bottom: 57px; } }
  @media (min-width: 768px) {
    .study__content {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: auto;
      max-width: 465px; } }
  .study .text-list {
    padding-left: 10px; }
    .study .text-list ul li + li {
      margin-top: 16px; }
      @media (min-width: 768px) {
        .study .text-list ul li + li {
          margin-top: 48px; } }
    @media (min-width: 768px) {
      .study .text-list {
        padding-left: 0;
        font-size: 20px;
        line-height: 24px; } }
  .study .chart__item {
    padding: 27px 15px 30px; }
    @media (min-width: 768px) {
      .study .chart__item {
        width: 665px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-left: 34px;
        padding: 28px 50px 40px; } }
  .study .chart__logo {
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .study .chart__logo img {
      width: 53px; }
      @media (min-width: 768px) {
        .study .chart__logo img {
          width: 97px; } }
  .study .chart__img {
    margin: 0 0 20px -20px; }
    @media (min-width: 768px) {
      .study .chart__img {
        margin: 0 0 35px -16px; } }
  .study .chart__color {
    margin-bottom: 25px; }
    .study .chart__color__box {
      background: -webkit-linear-gradient(90.26deg, #DCC8A2 0.41%, #F5EFE3 99.96%);
      background: -moz-linear-gradient(90.26deg, #DCC8A2 0.41%, #F5EFE3 99.96%);
      background: -o-linear-gradient(90.26deg, #DCC8A2 0.41%, #F5EFE3 99.96%);
      background: linear-gradient(359.74deg, #DCC8A2 0.41%, #F5EFE3 99.96%); }
      .study .chart__color__box--purple {
        background: -webkit-gradient(linear, left bottom, left top, from(#B38AA9), color-stop(98.14%, #E0D8DE));
        background: -webkit-linear-gradient(bottom, #B38AA9 0%, #E0D8DE 98.14%);
        background: -moz-linear-gradient(bottom, #B38AA9 0%, #E0D8DE 98.14%);
        background: -o-linear-gradient(bottom, #B38AA9 0%, #E0D8DE 98.14%);
        background: linear-gradient(0deg, #B38AA9 0%, #E0D8DE 98.14%); }
    @media (min-width: 768px) {
      .study .chart__color {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .study {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      margin-bottom: 200px; } }

/*# sourceMappingURL=main.css.map */

.fixed-turn-screen {
  display: none;
  opacity: 0;
}

@media screen and (orientation:landscape) {
  .fixed-turn-screen {
      width: 100%;
      height: 100%;
      z-index: 999;
      position: fixed;
      top: 0;
      left: 0;
      background-image: url(/frontend/src/page-index/mob_oboi.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
  }

  .turn-dev-text {
      font-weight: 500;
      font-size: 12px;
      line-height: 140%;
      text-align: center;
      text-transform: uppercase;
  }

  .turn-dev-self {
      padding-top: 25px;
  }

  .turn-dev {
      margin: auto;
      display: block;
  }

}

.is-button-b {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 160px;
  height: 40px;
  text-align: center;
  color: #191004;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .7px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAT4AAABQCAMAAAC3b+mcAAABxVBMVEUAAADLfmPRgWfKgWXMgGXLf2TMgGXOgmjRhWvNf2XXknrZk3vQhWvLfmPNgmjMgWXWjnXalHvQhWv80sfJlITKlIXKgWfisaLLf2XltKbot6jLlobdq5zUoJHfrp/quqvPm4vSnY7ZpZfKgmnNmIn5z8PyxLfWopPWo5XbqJnKhGzvwbPSn4/QnI30yLvtva7OmYrMl4ferJ3gr6DKg2vjsqPZp5jmtqjUoZLtvbDboY7hsKH2y7/co5Hjs6TouKnRjnfeqJfXpZbcqZrms6PWl4PXmobaqJrntaXNhW3vv7Han4zsu63eppXquarksKDeqpnYnYr3y7/cpJLcqpvcppXPinLerZ7Ym4jruqzjr5/VlYHTknzKkYHepZPSkHrUlH/QjHbltafhrJvLf2TgrJ3Uk33KinXKhm/WmYXOiHDgqpnKh3LanYrgqZfhrp/Kjnvfq5zOiXLMhGvKkH7doo/KjHjlsqLjrZzbmYHZpJTNh27TkXvPi3T0x7nhrZ3908fXoI/LfWLpt6jcnIbWloHZlX7coIzOk4HksaLQl4XTmonVnYzcnonXknrUjnbwwbTYmYTZmobSi3LNgmnOj3r3yr3IM9cnAAAAE3RSTlMA3xAgue+ggF9QIN+Qz3BA78ffJFmcYQAAF4tJREFUeNrsloGHI0kUxtNJMsmQzOLoyRwcygR9ZKDG2Mvu7CEYY02zQOY4m7vm2l3ujoOENat1nAEIbP7ee6++3KuZMtXTE5semF9Sr+q9+qqq+6W6OrVHqO8f7DWDIM8Tot9PNh8HEwgd30NidWi5hJ5YUk5aasbkoZ5EGkSr19xrv6rXtgOp6wY5Jw4rWZSnXRBVpij1oABxxd/C2ZTY4uWxVuGViPewiO+Xs5gHe/vbpfBVs2V2nF1HK06A0gpoLlpaEtXiAkjwhR4K+IiHyoX70QkjE2kZJQJ4sjhL3GsTDw0g14wRIITdwE/c3v6TN167Rdtus+eULBxFEQrZNAII2Ya1pNeMCF0dahaiQpG+zVAtGtsSvaBlQlHAlYAgC7kXL5eMfCKJvAuDTuNpyePcmT03vY0H6+NvSpKx2RVYoErWl/Ht1DzLQbtWlk7ALwredZ/+WD//vbhk20e3Yhjf8BYMOrUyNJo5Tjz172XpS8qea1NllfxQF1M+BZslnuCDVtJPOHnTyS52S7a7DZjtMtcXN/QEtx7bgPUuvzH4uf35WJZ7rvvNrHGj1R8Tw1t+D3eLH9yeeWUoreMSN1vJXWVP7c5Kjd3ix4xVGPZ7jYLsBXhl6N8HT14z+2qHYFbQ+6xH4+AT7b+g4c8eP7hK6X+Qvaopv7mqR/LXDxq+7GHrRdGg+rdg5rhZ1f98sjJ3MdBhGAYN/97j7MW+0S/EWnn2Xw//lHX6w/ELXt5S/sJevebSzfv85Or0x9X6A3/efCDeEGSowR/hf0fCokMDbeMhdEfFXWzZyAyi5Fp8LlgATchFJxNAAzF03JJVADToY2M9sFFstLKiAbE18Xmqw7DfrTl08hzZSxef7zAckkEZFsPS+64rcFyU4hndJurtx5RdE21Yh3nE+TtwDr6W2XxRlH5ZrVaDAZcXHFaGj5FSYev+8dfME3PupbO/Li3fG/MYxYrdDa9gRs4Am7vEkab8Ne8/unjppul08p45eX9CZsPrk9dkyKISi5j0QYBuNtATIhX/blDaIsJUjMyBDgIWMq6AjESXRNjBMOvY9SBHNyqIIULUgGRwXibELNI67HdqliBPkL3Z2+VyebW8endFX+I7QowwgUVDfMENTSbi+kWeiSYe0cQ3TtwrqWzYdx1OWG4XbYazsQR/ppFWYWDfvm0++Ez2ZovxBTgTviXO8EVVDq/23UNS0Z6hJR4GSJ8IUTkTShSX7SICP2cyG5aTJFwwY/qOF2nK/17a9g8zHl3K3peYmI/nxPhofnR+flTIudMuiSv95agysNx5yavF/Y+ZORMz1zdpFKmwVZeTj7KnePP99tOCuP77mohHo8NDUw6FU/5QRcUYcYA4ZNHnRk55Og+nTm2XYEYbj60zpnAi0p9ygQvLDhuLXCtawog5jEecEM7KYvHrYvFxlkbabr+A06dN+v4jtAo07AaiKKWloD8wHSx0CvACLMEmgOexzya6oLAdaSUSCw8DpADeR/fOPce4ZOhJbnLm3HMns1eyb17XeZ7f32OMOXz0cm7RA5v3jf8BnulWdIkmSw0EeBoVZRKwJmd1IBQFsEsqohoKZVCBMExcBA+JZurM6vPhMomY7aJ781SyzYogEX9DVB63SLzN89u8ruuf3/rf7yO69/nvL2z5lmk6Xy5PgmeBc89ucG4YTs5lcsIpwYuoEhY0kOcjC+p0JzldBYNaLFAA7VBiFJ2wBBkXatejusBU4HZEyel90Kfk69BLQ54EF8HP8yL9k83LF23fJ758i7TvsW1HQRrH7wa9vRm5h2QUhtV7jA4qUBlhAuut1Ncra2pf8XHEQbWwZxCj4iW9tG17XvLXy73fB9nzSff05Zv2fW/3VPCQHuQkOgaBRHUMV32UKir0/6Ernvo0qUMw2VXWkDLrumMCrL4e7QMg7Xncz9dpyZ+v/Hjw2+XLd7td7/c94+s3IIRCAm5FC3JYBCbhoxAOjlC4tYWKOytmYlVwSSxlkvVcZakCVDCPA0UWbmStSsq5iB24X6+v0/KPVivQkCQJor1rds9gd2FyDOXo1s1yuqkC9hfmG05hOfa2QZtpDfsDpXoBO/97ES/qXb/sKG7gXmVlRkZGVGa+iayszt3YPG6ntWtHBVi7p/P5p8M4XG1/V6D2CnxJ1YStltks+9MyY5tMZ40/U6/11I0KqaOVwYk5n8/fvxt9+Pbzgxd89GHbNfrG8exY/TyvHPB6FcR0u2XN8l02S+JWlTu7ta2q1W75yamBzjsU2ezVk1qulmdgHMc/v2H12i8PvPq4dm3xDqOhHTfLdkns7KIkSmkw0aFNEGBiba04Uo9S6xDaKCfNbqoi08e3Uzszu+2SR7VRFRft/NKhGlEVEnNOswVGwzAMQZ+F39vFJ9l3T4ejNTZj03TdxoDM0DJvp7ITtcJUnVaQWk9Qm1S7dTRUtOgARVs/qfJutZAHwg5ySycZPe523lk19OOsOkudc2c4GH2x997i9+76D9J3OPb90BdDM6FDrpVO9V1Wh6AqhRqi6FjviphQKYYE66IpXXdlYfBC7EVWqUh/2k+efynD0PfH4/FwMv5A30fbOe7XTh/W7sH4O/aGO0MpyO0CmjtWiWhnokuRVrqgoo5hikKaS2QK1rKoDy3SLtrcKFBv1dWjkMH1BuPucDoFfbb3vl/cPHDnEProJJ2SmjQoIYhS0fbazpIh8dNwjFVL6rAppBwoNKKkajFiNY1H2mvbomq2TvQh+Hz1+ofzBz9m5s5h7Gn0pWDiONAiKhlcYYUyihyyEh7agly7pZr04xbTmvO6RtLESpmlxVWsNNq3uvUG0Hfiy+/N4p395lj/7dF3CvrMRsY1G/mYRVMrUshlTtTbssxSibI00b0wpm+PBlKhk5JbPahof2qk/RYWMBIi83qLxXt09qaXn325+HkBNl4uXrfisKVPIFOjo1J9WozZnZ7JUZd3XnxVW3pE1XGprYq4paelWaX5O3vTy+/fL5cFj+kr+rQ7ioSKpWRylRgVLC+qpDRHa1JwNnODIOUsDJSUzFLHq8jz/ab59wbSxy+X2ehLE2JdI5+CRjny3CoNohZDpSYbkYqSXmmVDSW1FUN9pE5HlZlEogh9h4q+B6fP2JOXX59jmRBZ9wedmnKc/57JUldKPdG81lVfdAyJHNalK1xpOMpYXg4aFvHqiy+XOHO5X7x5uETfgR8u4irQDXD+M4M9UcpTpaPG6X+sIS2Z550ss69mTe1edJtJjkSt6AHdedfrdzgx4HEVFm/wd1ku1cuEyhQYaemUNHnZFqa7IAstwwOa5q40Mb8G113jDbyjIMJOohklkSOLhKcoFJXMgzzzu0/pu/+wuMF/L5B3H6MvRpmedqlz+pMtKg0KoIk0h66LfNM5UO9eh01WNbgA/dGI3FAi96uYzKEZgsOLxERcz7+/I33feORyYz/a/uJv3kvwmaU8GDnQBCnKhKXr2W+Qbfy25FnruWc8Q0BRo9YsWSKxBOBOSQr0gpwyOvUqhhEj2yT6FcXTZbZFX5p9FX34x8r3i488MtBfHe4byNTYRUxUcPZLTtMvJEOrZ1jM9aTJgBwl6yiAlSdKGXyEeSBDyQ6J1lLrpQOF38GyCfInjlviHPMHrfzR618ujL7fFrfG3vPjj/2T0ffi5A1D8aAKotiDgkOpz+92gtVlwnHouNPTy60nZP8fqrPQHS4ObFXTznM9zChuggwHjMUyDINR9PLiW++Px+fnT4u3v349P+73T19fDINjdO4ZSRo30ZswE6zEaGXkFfSU/Itdk2TiPD7PyUmVwQfG45EEW7sst0KxityvnfF9FdNyeuqkOoPjABhTX5+e9vt/GDUDDseBKI7XYjlwZwFU7S0o9jhKYSFS2SpgqeZISAqh/Qi9LoouXCVO7Pe9+c1/+9K51Ln/zHvvTSqZ5Ddzh32zuBkM7haL7Wr1Gr0XuYeHvntW0MGjEI1/G+eNCu8bfCGR1lWWyHqK4yvXMBuQxmZOXMD9Q0HJiIB6tAEsE9gOLUAVtF2F9Nf9+a/NefEerder7R2ncn9uV6/rqCjyEni+2nEPtA4Wz+/vGthg0vgqHNODtwcCFcHpFOcaKSaR/J90o7qa6yjGaH1dLJYSq8fxHRdYaagjqv8EKHc4fmWZF0URrdtbCpVt20ZNsc+rLBO807fT6fErxGwzGaQQU0wzPlYq/YvD/CPMXQ81w2YzF/HOLWdzZ0TEZXKNlkvcXD9yr7+xL6bRdOH8Ym3qo4VpgJVvd+Y3DwRVaEuysqz2RdO0nyiTf2mbptlXZZklm40qlYdHyFm1Fdm/HiRSUxRgCvnAQjCkIX04VAjPXJBdyA3SlOSqgpMZDDVCzMLDNZsWAifegg1X9U7wxOnjRJPUKshuLx4gQ50ySbLM87vxB3M9vao8JpvnH9CzMvnYUIU7SutrO8h2y5nRmQ4YPIwOhUvTkWtoRBIe9JGTtziRyQfneaQUo9HRSBOyAiRCLAku8nu7YzpVN8ESQztP8Fwkf3b8jseqrm8H6HNT1/Xb2zH57fC9vEDv4Cr5490Och/UNIEErSWdF8FrR0i8Mhqlk3QUaIKesKeJa4jjbzScyVI7U6bAUL8rcBfSAyakPFezIFsS0SX8IdwMPJtJwjDOwdGc8xXEF9EDUAfkRFwqqRAuupdmWdFLsehnAb21qAiI01wiSF32L77neZ+ZvHvQ++3MNPmapDO/eWbzYQbEXHej1x6VmlAhn7cxnuZQOzToD/r+OEPf/uMDa5d8MXvncw17SfLXcKT9LcrcLT7ptxAtVk+WlFl/bOY9PsKGEwYZNfTHcMCfYNxXO0Zpgl2JusZs1QC0n9Pvs4a9e+OoOMA5C6ibWgLSGXzKJeFYcWGPEDRqaZvAYZIkyF99Pv+937fi3lzq22/O9evra5IMhyP48z1WyhqlRWE9pYtYVzTfUZbi0Zcu6UHrcHsn6wvKy4BlgBYNCp8C/Nv9wHHwG8G3EbbAPlEfSvuock2dVhVc4jpjRFHdpi91RZIKww4r7q4aDhNIquvNZrPX5nB+edDepq5pD/JGWYZXm7mUS9RvZPTV832HZg0N0bKiMFaAQahobAPaoh1Hu4e1fdno4EJR9R+O/7M/0eupm1XyieaHTs1lmEcUZb6pMsBQEgzTVraWNdY07IEM+ujvcNrVsNe6umwNhz3o251OSXIYSt9keRu+DKhOYHZstthIXUibtEma1pllgZdiRYIsDTjAHevavs6LD1e8VviJ5nf85BM8WKEI/Vbv4Fts23v4MMC58H3dkimh1MhLodQ0S6IIDlmQwpuLQGjAxkj5e3s7HE6n3Q66vvcj+C34g77d6XA4vI2yHPogcII9ldAveVyuFro7qlP8wx1NRG1UZlXWfPP7ZYjyxAoNcGM4PEihExXCD2CgxHMWTX5CCTwanmV6tJnTSo+rXBql0Nc0uaSQCxnyUFIwmcNfnmWur9U8FsP07aDvBH30t1zOl5N0An1Vt1vBnfQpdrBHXB868pWLFfhNTe4EvfGCN8FABVnAGh1Lefj14X/AS0BU6jJXSi7RQQwPo5JP2DHtrCd9c9iOK7kdA0gg76nqVSBNYQJC5v9JH+58zrX0wR/0ZXmez5dhk3M3xRRUCHNRPGmn+E1ZMnv8e/qai1+gFDg1gzoXwm7fyx55JHK3gjv3J3N08uD8A35GdeyAlAN3AvZcIVe2kq0MXs55sM4G6JgdNcDVpzqiENAe9JWwV5Y3HO1TJXm0x03N+Sjag75rSHOuvjTjh/xBoPyRKkUCCyoECGBZegIXi3Z0OB2Pp/I3+xpP1sxCAl0gHTIpIhhEiSh/n4QQnpvi5A2E8OluCJg7gV5Edy92TMPNBWzZ3nFgJSgKjrZXVCn18cZHe3nD3vmK1pwf9xtw8ZeN8px3v2AQ+qpuBQoTWJTGc2nnHXjwgQaPBBKPOFIj4JEMUIJFnGnqvDfDuHpseJRLVVfq+EuCMlkDdEZr5L1zYUZpxAJH2K77/SPvehK3uMMoMJZfnkvFDlSBxn56Ltxgz5eu88M+3v8OIYDZfLnkEvYMVqBHiaLcbkuxgMWF0ZbFNa5p7C/OMiGPfBDoCIrEAbp7HBaTS2uhQg+1BClHx+KgGpd+Kd4f8X5+CHFnEsbCdRpZrzG56BqUWT/RZ84+U4CBoBZbmSuKtEgF1RF8aeSUF+35cejId9fmr64lcMj/PWd4m76EPYfSiFoEi/iz5RaltDmkRrk84lrIJWQa04CZRHFExxqoYAsUVz6VoJm5eUfrOPxIl8ULHAF7wc7A2OK5jc6ZNUpDoTXyTWGL3v6cGBg7HIxw1xt69Bo3Pueq9QGBMvh6SkwgyDMsYzFxgknXCZvfClzbiPskCwpFFZIppiisPm5npqrWmbGsPVURZj5M27+UnAGH41AURteCxVgzf+dRWrQQoVElJtXOKEOnEgZDEKKoAVpp//Ce++UmMqpr99x7v5eU9r0e0AmGzcAXnaOlNra1G9vr5HMHJnTvLV6u1/QIQvj6ikzexQTxg/mePzCB+vstD5E5FAv7LT1ggkyFmBfzeVEQ870VfHzst/utqLcls63Lsi6fa0JLWT47/lVZ/w97zw21lW3BnjSqtsYHh8EUizEXnHciWw7C4qWzMEYLmYMowofk4cfs3fF3MoPHY9NgMM2TPImMAxKDJCqc5RqWBhkbE82EhqKggdOqHXNK2OKUnhjVhY2h7NmqGYoLxrJHl/6pvoF2ZX8K5ox70jmXVOyulos1JUZurfNG50mSX9LLpWlM3kn27vg7n0ACp81slkJCAxLDgQkHym0OWThreh2bV8vY6dyaWpVRWNH7iX9DgqGAK5dP9xR9d0zUYG4IFt+KMOwgWmERc7zek9IJHgEOB4mDxEjx0MDxiLvTXXvy93Q+y+DLC09P7Qngbje0KCK6g20OTLhh1FbHoi2HL0I5sadCbZAG91pI2l/o3+GXfuOf7JgZn56gCYLFiVQBWxRJQ2rMcLdrpvZ4lAf0PCE9P8neXR6uVz2731Qre3yfZdNsaqARkUbakVBkT6Qx8ug7Ab7aQ2p02/Jpw0+qQJEjevRJA9eMhV7VKyRX7T0VDL35Ft+N7X1E7n6+kwIhZmJnTI0sM3OrU3WGh58//s6vxyucx+ZwVb3BC2TZEZM9uyHuVYuRqokBiaIlz5OcRTNE362/1C30d9zqQmVoSVgsVYmmJ6UdmCn9cA5np91V66tzZtZoM1dVmw06rtfH3//yzzff398x+Pr6Oh6PN5tNVVWr1epthcchfH5mqa3YUHVDI9cNp9rNmumM0JG5IFiUF8l27zR4Nn9KO3vdNIIoCseKjbGUxBLFip6Omgdwuy+wTZCwJRQpUzLl7jaW9gGsbN435ztcTbzYEsH55twfxmbvnQv18OJt/mr0KlLyn8cQqAyOLObx4qgOvCbQMb3j4REz5oemJrqdJvcgnn6J85dvmvmirus2paZp+v5JaIrMMeDT6GD7CpXji4q5+nTSrMJg7+YjHXwevBmG7/hjipyUaM97Bp9+QCSK2p/w+BZ6lIARSdApdh3W7UxMTfQaQ2ratJh/+lduF+OYs2eYDocDY/QgCzzaMtTCn9Bhkj/EbUd/QEZw5046chRBbL1QwTv+F4ucJ5L6VXkqBVVP7NAu/AkPyH3/dowjiR71otHJU2prcXN7yeXhn+dXy+XIDHMtWpHaJA6v6aW+x+yMK+PoYQrtXchOkjn1Ckry3gaFcO/Q05ZjExNy63EYk5Ik2tZzy6NgeBdyN3t+9rXhvmgdcr02Nc+V4doj6ehPaBLN2AyxkYRi85a++SiHYvKJKulv2SnHPqPpuoVykPU6r7FN3qxWY7WquC/3+v6DV/7PypX/VSUFK4StgnJZPJY96Zw3lqntnbEUCuTnae2mGyVAtncGDlhhY4tFn1M4jFXQmX3l/5e7//rVhPvb2fXXmz3fRMZoPM09NahiX+0dK++CcokYMH472YQxdsjMMjzCxtM3nD5kaeHIptssO0sG+zgDOA0ze3N1dT37dnZ0fwANs64AgTDPwAAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  -o-transition: filter 200ms;
  transition: filter 200ms;
  will-change: filter
}

.is-button-b:hover {
  filter: brightness(1.15);
  text-decoration: none;
}

.is-button-b.state-block {
  display: block;
  margin: 0 auto
}


.blackFriday {
	width: 900px;
	height: 485px;
	background-size: 100%;
    background-image: url('/frontend/src/images/newyear/newyear2022.jpg');
    background-repeat: no-repeat;
}

.blackFriday__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 18px 45px 0 25px;
}

.blackFriday__close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.blackFriday__content {
	display: flex;
	justify-content: space-between;
	padding: 0 50px 0 30px;
    position: relative;
}

.blackFriday__item {
	background-repeat: no-repeat;
	background-position: left top 15px;
	height: 250px;
	width: 205px;
	position: relative;
}

.blackFriday__item_about {
	background-position: left top 30px;
    background-image: url('/frontend/src/images/friday/fridayCircle.png');
}

.blackFriday__date {
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-family: Arial;
	padding: 95px 11px 0 0;
         position: absolute;
         top: 115px;
         left: 34px;
         color: #fff;
         font-size: 10px;
         line-height: 15px;      
}

.blackFriday__date span {
    font-size: 13px;
    font-weight: bold;
}

.blackFriday__item_omega .blackFriday__title {
	margin-left: 70px;
}

.blackFriday__item_koll .blackFriday__title {
	margin-left: 55px;
}

.blackFriday__item_hyal .blackFriday__title {
	margin-left: 10px;
}


.blackFriday__item_omega {
	background-image: url('/frontend/src/images/friday/fridayOmega.png');
}
.blackFriday__item_koll {
    background-image: url('/frontend/src/images/friday/fridayColl.png');
}
.blackFriday__item_hyal {
    background-image: url('/frontend/src/images/friday/fridayHyal.png');
}

.blackFriday__title {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 14px;
	color: #F2F2F2;
	text-align: center;
}

.blackFriday__bottom {
	padding: 0 6px;
}

.blackFriday__text-bottom {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.blackFriday__text-bottom span {
	font-weight: bold;
}

.blackFriday__button {
	text-transform: lowercase;
	width: 135px;
	height: 36px;
    line-height: 36px;
	font-size: 11px;
	position: absolute;
    top: 245px;
	box-shadow: 0px 16px 24px -8px rgba(193, 103, 77, 0.5);
}
.blackFriday__button1 {
    left: 290px;
}

.blackFriday__button2 {
    left: 510px;
}

.blackFriday__button3 {
    right: 35px;
}

.BF_parent {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.65);
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobileFriday {
    display: none;
}

@media (max-width: 905px) {
    .blackFriday {
        display: none;
    }
    .mobileFriday {
        display: block;
        width: 300px;
        position: relative;
        margin: auto;
    }
    .BF_parent {
        overflow: scroll;
    }
    .mobileFriday__close {
        position: absolute;
        right: 10px;
        top: 10px;
        
    }

    .mobileFriday__link {
        background-image: url('/frontend/src/images/newyear/mobileButtonYear.png');
        background-repeat: no-repeat;
        position: absolute;
        width: 200px;
        height: 100px;
        display: block;
        background-size: contain;
        bottom: 95px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mobileFriday__main {
        width: 100%;
    }
}


.mobileFriday__date {
    position: absolute;
    top: 200px;
    line-height: 130%;
    left: 27px;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    font-family: Arial;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #fff;
}

.mobileFriday__date span {
    font-weight: 800;
    font-size: 12px;
}

@media (min-width: 768px) {
  .map-search-trans {
    transform: translateY(100%);
  }
  .buy-map__tab-trans {
    transform: translateY(125%);
  }
  .map-search-btn-trans {
    transform: translateY(185%) !important;
  }
}

@media (max-width: 1200px) {
  @media screen and (orientation:landscape) {
    .map-search-trans {
      transform: translateY(100%) !important;
    }
    .buy-map__tab-trans {
      transform: translateY(125%) !important;
    }
    .map-search-btn-trans {
      transform: translateY(150%) !important;
    }
  }
}

#map-search:disabled {
  background-color: #e5e5e5;
}

.ymaps-2-1-79-searchbox {
   display: none;
}

ymaps[style="margin-right: 0px; margin-left: 10px; position: inherit;"] .ymaps-2-1-79-listbox_opened_no .ymaps-2-1-79-listbox__panel {
   margin: 0;  
}

.ymaps-2-1-79-listbox__list .ymaps-2-1-79-listbox__list-item-text {
   width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    left: -1000px;
}

ymaps[style="margin-right: 0px; margin-left: 10px; position: inherit;"] .ymaps-2-1-79-listbox__button {
   display: none;
}

.ymaps-2-1-79-default-cluster ymaps {
  position: relative;
  left: -2px;
  top: -1px;
}

.content--buy-all .container-akcii {
  margin-bottom: 175px;
  display: none;
}

.ymaps-2-1-79-default-cluster {
  font-family: 'Montserrat' !important;
  font-style: italic !important;
 font-weight: 400 !important;
 font-size: 20px !important;
}

[style='line-height: 36px; left: -18px; top: -18px; width: 36px; height: 36px; background-repeat: no-repeat; background-size: 100% 100%; background-image: url("/frontend/build/images/clust-small-s.png");'] {
      font-size: 14px !important;
}


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

.swiper-container.akcii {
  border-radius: 160px;

  transition:opacity .6s ease, transform .3s ease;
}

.swiper-cont {
  filter: drop-shadow(0px 87px 101px rgba(0, 0, 0, 0.11)) drop-shadow(0px 33.5111px 32.1704px rgba(0, 0, 0, 0.0668148)) drop-shadow(0px 7.08889px 8.22963px rgba(0, 0, 0, 0.0431852));
  border-radius: 160px; 
  position: relative;
  margin-top: -30px;
  padding-top: 165px;
  user-select: none;
}

.akcii__slide {
  padding: 90px 120px;
  height: 638px !important;
  box-sizing: border-box;

  overflow: hidden;
}
.akcii__background {
   position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center;
    background-size:cover;
}

.entity-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.akcii__card {
  display: flex;
}

.akcii__img {
  width: auto;
  max-height: 450px;
  z-index: 2;
}

.akcii__info {
  margin-left: 105px;
  color: #2F1F06;
  position: relative;
  height: 470px;
}

.akcii__info * {
  transition: 2s;
  opacity: 0;
}

.akcii__info.akcii__show {
  transition: 2s;
  opacity: 1;
}

.akcii__info.akcii__show * {
  opacity: 1;
}

.akcii__title {
  font-family: 'Lovelace';
  font-size: 3.9rem; 
  line-height: 4rem;
  font-weight: 550;
}

.akcii__descr {
  font-size: 20px;
  line-height: 24px;
  margin: 25px 0 40px 0;
  max-width: 470px;
  font-weight: 400;
}

.akcii__about {
  font-size: 11px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.akcii__about a, .akcii__about-mob a {
  text-decoration: underline;
}
.akcii__button {
   box-shadow: 0px 16px 24px -8px rgba(193, 103, 77, 0.42);
   padding-bottom: 16px;
}

.akcii-pag {
  display: inline-block;
  right: 165px;
  left: initial !important;
  position: absolute;
  bottom: 82px !important;
  width: initial !important;
  z-index: 99;
}

.swiper-pagination-bullet {
   background: #BEBFAD !important;
   margin-left: 20px !important;
   opacity: 1 !important;
   position: relative;
}
.swiper-pagination-bullet:after {
  width: 24px;
  height: 24px;
  content: "";
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination-bullet-active {
   background: #CDB485 !important;
}
.swiper-pagination-bullet-active:after {
   border: 1px solid #CDB485;
}

.swiper-akcii-buttons {
  width: 60px;
    position: absolute;
    bottom: 82px;
    right: 60px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

.swiper-akcii-next {
  transform: scale(-1);
}
.akcii__about-mob {
  display: none;
}



.akcii__procs {
  position: absolute;
  right: 40px;
  top: 280px;
  z-index: 2;
}
.akcii__procs2 {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 2;
}
.akcii__procs-num {
  font-family: 'Lovelace';
 font-weight: 500;
 font-size: 48px; 
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -115%);
 }
 
.akcii__logo {
  position: absolute;
  bottom: 55px;
  left: 290px;
  max-height: 40px;
}
.akcii__procs.akcii__show, .akcii__procs2.akcii__show, .akcii__logo.akcii__show {
  transition: 2.5s;
}

.akcii__caption {
    transition: .5s;
   opacity: 0;
}
.akcii__caption.akcii__show {
  opacity: 1;
}

.chart__title-mod {
  padding-left: 107px;
}

@media (max-width: 1350px) {
  .akcii__slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-akcii {
  max-width: 1150px;
  margin: 0 auto 0 20px;
}
}

@media (max-width: 767px) {
  .chart__title-mod {
    padding-left: 15%;
  }
  .swiper-cont {  
    filter: drop-shadow(0px 87px 101px rgba(0, 0, 0, 0.11)) drop-shadow(0px 33.5111px 32.1704px rgba(0, 0, 0, 0.0668148)) drop-shadow(0px 7.08889px 8.22963px rgba(0, 0, 0, 0.0431852));
    margin-top: -30px;
    padding-top: 120px;
    border-radius: 64px;
    margin-bottom: 120px;
  }
  .swiper-container.akcii {
    border-radius: 64px;
  }
 
  .akcii__slide {
    padding: 60px 0 40px 0;
    height: initial !important;
    border-radius: 64px;
    background-position: left -150px bottom;
  }

  .container-akcii {
  margin: 0 auto;
  padding: 0 20px;
}
.akcii__card {
  flex-wrap: wrap;
}
.akcii__info {
  margin-left: 0;
  width: 100%;
}
.akcii__img {
  order: 2;
  max-width: 95%;
  margin: 30px auto 45px auto;
}
.akcii__title {
  font-size: 2.1rem;
  line-height: 2.4rem;
text-align: center;
padding: 0 5px;
}
.akcii__descr {
  font-size: 14px;
line-height: 20px;
text-align: center;
max-width: 250px;
margin-left: auto;
margin-right: auto;
}
.akcii__button {
      margin: auto;
    display: block;
    max-width: 200px;
    box-sizing: content-box;
}
.akcii__info {
  height: initial;
}
.akcii__about {
  display: none;
}
.akcii__about-mob {
  display: block;
  order: 3;
  text-align: center;
  font-size: 10px;
  width: 100%;
  z-index: 2;
  position: absolute;
    bottom: 20px;
    left: 0;
}
.akcii-pag {
  right: initial !important;
  left: 40px !important;
  bottom: -60px !important;
}
.swiper-akcii-buttons {
  right: 35px;
  bottom: -60px;
}
.akcii__procs, .akcii__procs2 {
     width: 160px;
    bottom: 80px;
    top: initial;
    right: -10px;
}

.akcii__logo {
  max-height: 30px;
  left: initial;
  top: initial;
  bottom: 45px;
  right: 50%;
  transform: translateX(50%);
  z-index: 100;
}
.akcii__procs-num {
 font-size: 25px; 
 transform: translate(-50%, -90%); 
 }

}

.header {
  z-index: 1001;
}

@media (max-width: 1200px) and (orientation: landscape) {
  .buy-map__tabs {
    top: 84px;
  }
}

@media (min-width: 1280px) {
  .buy-map {
    height: calc(100vh - 200px);
  }
}

@media (min-width: 1440px) {
  .buy-map {
    height: calc(100vh - 220px);
  }
}

.content.content--collagen .chart__item__row .subtext {
    margin: 0 auto;
}

.pr-preview__comment {
    font-size: 10px;
    line-height: 140%;
}
   h2.buyChoose-title {
 
    }

  h3.buyChoose-title2 {

    }

  @media (min-width: 768px) {
    h2.buyChoose-title {
          margin: 0 0 20px;
    }
    h3.buyChoose-title2 {
        margin: 0 0 30px;
    }
  }


  .popupcookie {
    background: #C99485;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    color: #FFF4E1;
    height: 76px;
    display: none;
}

.popupcookie__flex {
    display: flex;
    align-items: center;
    position: absolute;
    padding: 15px 80px 15px 80px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    margin: auto;
}

.popupcookie__texts {
    margin-right: 10px;
}

.popupcookie__title {
   font-weight: 500;
   font-size: 16px;
       line-height: 1;
    margin-bottom: 10px;

}

.popupcookie__text {
    font-size: 12px;
line-height: 15px;
line-height: 115%;
}

.popupcookie__text a {
    color: #FFF4E1;
}

.popupcookie__button {
    background: #ffffff;
    border-radius: 19px;
    color: #C99485;
    transition: .3s;
    font-weight: 700;
font-size: 12px;
line-height: 15px;
      padding: 8px 14px;
    margin-left: auto;
    border: 0;
}

.popupcookie__button:hover {
    transform: scale(1.05);
}
.popupcookie__text a {
    text-decoration: underline;
}
.popupcookie__text a:hover {
    color: #fff;
}

@media (max-width: 1110px) {
  .popupcookie__flex {
     padding: 15px 0;
   }
}

@media (max-width: 900px) {
   .popupcookie__title {
    font-size: 13px;
line-height: 13px;
    margin-bottom: 6px;
   }
   .popupcookie__text {
    font-size: 9px;
line-height: 10px;
   }
   .popupcookie__text a {
    display: block;
    margin-top: 4px;
   }
   .popupcookie__button {
      font-size: 10px;
line-height: 10px;
padding: 10px;
   }
}

.bodyMarg, .bodyMarg .header  {
    margin-top: 76px;
}


body.transit, body .header.transit {
    transition: .3s;
}

.header, .header__container {
    transition: .3s;
}

@media (max-width: 767px) {
  .bodyMarg, .bodyMarg .header__container {
    margin-top: 87px;
}
.bodyMarg .header {
    margin-top: 0;
}
.popupcookie {
  height: 87px;
}
}


#bx-panel, #bx-panel-top {
    display: none !important;
    position: absolute;
    left: -5000px;
}

.is-product__h2 {
    position: relative;
}
.is-product__h2 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
    height: 100%;

}



.is-product__h2-ru {
    opacity: 0;
}

@media (min-width: 746px) {
  .is-product__h2:hover .is-product__h2-en  {
    opacity: 0;
}

.is-product__h2:hover .is-product__h2-ru  {
    opacity: 1;
}    
}
    


.is-product__h2 .is-product__h2-carcass {
    opacity: 0;
    visibility: hidden;
    position: static;
      margin: auto;
    display: block;
}

@media (max-width: 745px) {
    .is-page-index__title {
        z-index: 99;
    }
  .is-product__h2 img {
        min-height: initial;
    max-height: initial;
    height: 125px;
    max-width: 310px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

}

.is-product__h2, .pr-logo {
      -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.is-product.state-hyaluronic .pr-logo .is-product__h2 img {
       min-height: initial;
    max-height: initial;
    height: 125px;
    max-width: 310px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
} 

.is-product__h2-en, .is-product__h2-ru {
    opacity: 0;
}
.is-product__h2-en.active, .is-product__h2-ru.active {
    opacity: 1;
}
}


.buy__col[data-types]:not(.default) {
  display: none;
}

.buy__choose__more button.active .btn--buy__text  {
  display: none;
}
.buy__choose__more button.active .btn--buy__text_none  {
  display: block;
}

.buy__choose__more button .btn--buy__text_none  {
  display: none;
}

.buy__choose__more button .btn--buy__text_text  {
  display: block;
}

.buy__row.active .buy__col[data-types]:not(.is-hidden) {
   display: block !important;
}

h2.buyChoose-title.mapOnPage {
  margin: 50px 0 30px 0;   
 }


.buy-pages .buy__choose {
    margin-bottom: 60px;
}

.buy.buy-pages {
  margin-top: 60px;
}