

/* Start:/local/templates/izmeron/assets/css/style.min.css?1633422269225052*/
/*! 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 {
  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 */
  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 {
  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"] {
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

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

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

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

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

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

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

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

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

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

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

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

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

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

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

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

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

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

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

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

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

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

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

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

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

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

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

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

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

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

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

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

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

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

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

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

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

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

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

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

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

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

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

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

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

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

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

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

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

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

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

/**
 * Swiper 5.4.1
 * 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: May 20, 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 {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  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 {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  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: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: 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;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* 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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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 {
  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);
  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: flex;
  justify-content: 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%;
  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;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  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 {
  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;
          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;
          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;
          backface-visibility: hidden;
}

@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 50px, 0);transform:translate3d(0, 50px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 50px, 0);transform:translate3d(0, 50px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}:root{--font-family: "Roboto", sans-serif;--font-stem: "Stem", sans-serif;--font-road: "RoadRadio", sans-serif;--color-black: #090909;--color-black-default: #000000;--color-black-light: #161616;--color-black-date: #717171;--color-black-cop: #818181;--color-black-plus: #c4c4c4;--color-black-prog: #4C5B5B;--color-black-01: rgba(0, 0, 0, 0.1);--color-black-02: rgba(0, 0, 0, 0.2);--color-black-03: rgba(0, 0, 0, 0.3);--color-black-04: rgba(0, 0, 0, 0.4);--color-black-05: rgba(0, 0, 0, 0.5);--color-gray-dark: #2a2a2a;--color-gray-semi-dark: #f2f2f2;--color-gray-light: #fafafa;--color-gray: #bdbdbd;--color-gray-04: rgba(189, 189, 189, 0.5);--color-gray-07: rgba(189, 189, 189, 0.7);--color-gray-08: #EFEFEF;--color-copper: #daab94;--color-error: #d4d2d5;--color-metall: #f2f4f3;--color-metall-05: rgba(242, 244, 243, 0.5);--color-white: #ffffff;--color-white-02: rgba(255, 255, 255, 0.2);--color-white-03: rgba(255, 255, 255, 0.3);--color-white-04: rgba(255, 255, 255, 0.4);--color-white-05: rgba(255, 255, 255, 0.5);--color-white-06: rgba(255, 255, 255, 0.6);--color-white-07: rgba(255, 255, 255, 0.7);--color-white-08: rgba(255, 255, 255, 0.8);--color-white-09: rgba(255, 255, 255, 0.9);--color-form-error: #FF4B4B;--color-form-error-05: rgba(255, 75, 75, 0.5);--color-card-black: rgba(12, 12, 12, 0.9);--color-card-light: rgba(12, 12, 12, 0.7);--gradient-grad: radial-gradient( 50% 50% at 50% 50%, #f5f5f5 0%, rgba(255, 255, 255, 0) 100% ), #e2e2e2;--gradient-gray: linear-gradient( 40.72deg, #829191 -81.47%, rgba(130, 145, 145, 0) 57.55% ), #d4d2d5;--header-height: 100px}@media screen and (max-width: 767px){:root{--header-height: 60px}}@font-face{font-family:"Stem";font-style:normal;font-weight:400;src:url(/local/templates/izmeron/assets/css/../fonts/Stem-Semilight.ttf) format("truetype"),url(/local/templates/izmeron/assets/css/../fonts/Stem-Semilight.eot) format("eot"),url(/local/templates/izmeron/assets/css/../fonts/Stem-Semilight.woff) format("woff")}@font-face{font-family:"Stem";font-style:normal;font-weight:500;src:url(/local/templates/izmeron/assets/css/../fonts/Stem-Medium.ttf) format("truetype"),url(/local/templates/izmeron/assets/css/../fonts/Stem-Medium.eot) format("eot"),url(/local/templates/izmeron/assets/css/../fonts/Stem-Medium.woff) format("woff")}@font-face{font-family:"Stem";font-style:normal;font-weight:600;src:url(/local/templates/izmeron/assets/css/../fonts/Stem-Regular.ttf) format("truetype"),url(/local/templates/izmeron/assets/css/../fonts/Stem-Regular.eot) format("eot"),url(/local/templates/izmeron/assets/css/../fonts/Stem-Regular.woff) format("woff")}@font-face{font-family:"Stem";font-style:normal;font-weight:700;src:url(/local/templates/izmeron/assets/css/../fonts/Stem-Bold.ttf) format("truetype"),url(/local/templates/izmeron/assets/css/../fonts/Stem-Bold.eot) format("eot"),url(/local/templates/izmeron/assets/css/../fonts/Stem-Bold.woff) format("woff")}@font-face{font-family:"RoadRadio";font-style:normal;font-weight:200;src:url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-Light.ttf) format("truetype"),url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-Light.eot) format("eot"),url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-Light.woff) format("woff")}@font-face{font-family:"RoadRadio";font-style:normal;font-weight:400;src:url(/local/templates/izmeron/assets/css/../fonts/RoadRadio.ttf) format("truetype"),url(/local/templates/izmeron/assets/css/../fonts/RoadRadio.eot) format("eot"),url(/local/templates/izmeron/assets/css/../fonts/RoadRadio.woff) format("woff")}@font-face{font-family:"RoadRadio";font-style:normal;font-weight:700;src:url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-Bold.ttf) format("truetype"),url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-Bold.eot) format("eot"),url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-Bold.woff) format("woff")}@font-face{font-family:"RoadRadio";font-style:normal;font-weight:800;src:url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-black.ttf) format("truetype"),url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-black.eot) format("eot"),url(/local/templates/izmeron/assets/css/../fonts/RoadRadio-black.woff) format("woff")}*{-webkit-box-sizing:border-box;box-sizing:border-box}.wow{visibility:hidden}a{color:var(--color-metall)}body{min-width:320px;overflow-x:hidden;font-family:var(--font-stem);background-color:var(--color-black-default);color:var(--color-white)}img{display:block}h1,h2,h3,h4{font-family:var(--font-road);line-height:1.2;margin:0;font-weight:400}a{text-decoration:none}p,a,li{font-family:var(--font-stem);line-height:1.4;margin:0}h1{font-size:62px}h2{font-size:48px}h3{font-size:24px}h4{font-size:18px;font-weight:bold}.text-1{font-size:40px}.text-2{font-size:24px}.text-3{font-size:18px}.text-4{font-size:16px}input,textarea{outline:none}@media screen and (max-width: 1279px){h1{font-size:52px}h2{font-size:38px}h3{font-size:20px}h4{font-size:16px}.text-1{font-size:30px}.text-2{font-size:22px}.text-4{font-size:16px}}@media screen and (max-width: 767px){h1{font-size:25px}h2{font-size:20px}h3{font-size:14px}h4{font-size:12px;font-weight:bold}.text-1{font-size:22px}.text-2{font-size:18px}.text-3{font-size:14px}.text-4{font-size:12px}.button{font-size:16px}.title{margin-top:50px}}.container{max-width:1180px;padding:0 20px;width:100%;margin:0 auto}.container--big{max-width:1600px;padding:0}.indent{text-indent:195px}@media screen and (max-width: 1279px){.indent{text-indent:0}}@media screen and (max-width: 1600px){.container--big{max-width:1190px;padding:0 25px}}@media screen and (max-width: 1279px){.container{max-width:100%}}@media screen and (max-width: 767px){.container{padding:0 10px}}.visible{pointer-events:auto !important;opacity:1 !important;visibility:visible !important}.hide{display:none !important}.page{padding-top:var(--header-height)}.page_white{background-color:var(--color-white);color:var(--color-black)}.form-error-text{font-size:14px;line-height:21px;color:var(--color-form-error);text-align:right;margin-top:-21px;margin-bottom:30px}.button{color:var(--color-metall);background:transparent;border:none;border-radius:0;cursor:pointer;padding:0;font-size:20px;font-family:var(--font-road);font-weight:300}.button--arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0}.button--arrow:hover::after{-webkit-transform:translateX(10px);transform:translateX(10px)}.button--arrow::after{content:"";width:30px;height:20px;background-image:url(/local/templates/izmeron/assets/css/../images/arrow.svg);-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s;margin-left:20px}.button--arrow-bottom:hover::after{-webkit-transform:rotate(90deg) translateX(10px);transform:rotate(90deg) translateX(10px)}.button--arrow-bottom::after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.button--plus{position:relative;width:60px;height:60px;background:var(--gradient-gray);border-radius:50%;-webkit-transition:background .25s;transition:background .25s}.button--plus::after,.button--plus::before{content:"";width:18px;height:2px;background-color:var(--color-black);position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.button--plus::after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.button--plus:hover{background:var(--color-metall)}.button--plus-light{position:relative;width:53px;height:53px;background:transparent;border-radius:50%;border:1px solid var(--color-white-03);-webkit-transition:background .25s,border .25s;transition:background .25s,border .25s}.button--plus-light::after,.button--plus-light::before{content:"";width:21px;height:1px;background-color:var(--color-black-plus);position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.button--plus-light::after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.button--plus-light:hover{background:var(--color-white-03);border:1px solid transparent}.button--chevron{position:relative;width:30px;height:30px;background:var(--gradient-gray);border-radius:50%;-webkit-transition:background .25s;transition:background .25s}.button--chevron::after,.button--chevron::before{content:"";width:10px;height:2px;background-color:var(--color-black);position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;border-radius:5px}.button--chevron::after{-webkit-transform:translate(0, -140%) rotate(45deg);transform:translate(0, -140%) rotate(45deg)}.button--chevron::before{-webkit-transform:translate(0, 140%) rotate(-45deg);transform:translate(0, 140%) rotate(-45deg)}.button--chevron:hover{background:var(--color-metall)}.button--scroll{padding:30px 0;width:100%;border:none;background:var(--gradient-gray);-webkit-transition:background .15s linear;transition:background .15s linear;font-family:var(--font-road);font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;cursor:pointer}.button--scroll:hover{background:var(--color-metall)}.button--more{padding:30px 0;width:100%;border:none;background:var(--color-black-light);-webkit-transition:background .15s linear;transition:background .15s linear;font-family:var(--font-road);font-size:18px;color:var(--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;cursor:pointer}.button--more:hover{background:var(--color-gray-dark)}.button--rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-black);background:var(--gradient-grad);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.button--rate img{margin-right:25px}.button--rate:hover{background:var(--color-metall)}.button--download{display:grid;grid-template-columns:1fr auto;grid-gap:0 15px;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out}.button--download:hover{opacity:.6}.button--send{color:var(--color-black);padding:30px;width:100%;border:none;background:var(--gradient-grad);-webkit-transition:background .15s linear;transition:background .15s linear;font-family:var(--font-road);font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.button--send:hover{background:var(--color-metall)}@media screen and (max-width: 1279px){.button--rate{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px}}@media screen and (max-width: 767px){.button--more{font-size:16px;padding:25px 0}.button--send{font-size:16px;padding:25px}.button--rate img{margin-right:15px}}.radio{position:relative;overflow:hidden;cursor:pointer;display:inline-block}.radio__elem{display:block;width:50px;height:50px;border:1px solid var(--color-white-05);border-radius:50%;-webkit-transition:border-color .2s;transition:border-color .2s;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.radio__elem:hover{border-color:var(--color-white)}.radio__elem::after{content:"";display:block;width:0;height:0;border-radius:50%;background-color:var(--color-copper);position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;margin:auto;opacity:0;-webkit-transition:height .2s,width .2s;transition:height .2s,width .2s}.radio__input{position:absolute;opacity:0;visibility:hidden;left:-100px}.radio__input:checked+.radio__elem{border-color:var(--color-white)}.radio__input:checked+.radio__elem::after{opacity:1;width:26px;height:26px}.radio__num{font-size:18px;position:absolute;top:50%;left:50%;z-index:5;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}body:not(.page) .header{background-color:transparent}@media screen and (max-width: 1279px){body:not(.page) .header{background-color:var(--color-black-default)}}.header{position:fixed;left:0;top:0;width:100%;background-color:var(--color-black-default);z-index:100}.header_white{background-color:var(--color-white)}.header_white .header__menu-link--invert,.header_white .header__menu-sublink--invert{color:var(--color-black);opacity:1}.header_white .header__menu-link--invert:hover,.header_white .header__menu-sublink--invert:hover{color:var(--color-white);opacity:1}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--header-height)}.header-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:64px}.header-logo__img{display:block;max-width:100%}.header-menu__link,.header-menu__sublink{-webkit-transition:opacity .2s;transition:opacity .2s}.header-menu__link:hover,.header-menu__sublink:hover{opacity:.7}.header-menu__link--invert,.header-menu__sublink--invert{color:var(--color-white);opacity:1}.header-menu__link--invert:hover,.header-menu__sublink--invert:hover{color:var(--color-white);opacity:1}.header-menu__link--hover{opacity:.7}.header-lang{margin-left:6vw}.header-lang--mobile{margin-left:0;display:none}.header-lang__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style-type:none;padding:0;margin:0}.header-lang__item{margin-right:5px}.header-lang__item:last-child{margin-right:0}.header-lang__link{height:53px;width:53px;display:block;border-radius:50%;color:var(--color-white-09);border:1px solid transparent;-webkit-transition:color .2s,border-color .2s,font-weight .2s;transition:color .2s,border-color .2s,font-weight .2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-family:var(--font-stem)}.header-lang__link:hover{color:var(--color-white);font-weight:500}.header-lang__link--active{border:1px solid var(--color-white-03);color:var(--color-error)}.header-lang__link--active:hover{color:var(--color-error);font-weight:400}.header-lang__link--active_black{border-color:var(--color-black)}.header-lang__link_black{color:var(--color-black-default)}.header-lang__link_black:hover{color:var(--color-black)}.header-search{margin-left:4vw}.header-search__button{height:53px;width:53px;display:block;border-radius:50%;border:1px solid var(--color-white-03);background:transparent;padding:0;-webkit-transition:border-color .2s;transition:border-color .2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.header-search__button-icon--tablet{display:none}.header-search__button:hover{border-color:var(--color-white-07)}.header-search__button_black{border-color:var(--color-black-03)}.header-search__button_black:hover{border-color:var(--color-black-cop)}.header-search__form{position:fixed;top:var(--header-height);left:0;width:100%;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translateY(-10%);transform:translateY(-10%);-webkit-transition:opacity .3s,visibility .3s,-webkit-transform .3s;transition:opacity .3s,visibility .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s,visibility .3s;transition:transform .3s,opacity .3s,visibility .3s,-webkit-transform .3s;z-index:20}.header-search__form--border{border-bottom:1px solid var(--color-white-02)}.header-search__form.visible{-webkit-transform:none;transform:none}.header-search__wrap{height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-black-default)}.header-search__wrap::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1;background-color:var(--color-black-default)}.header-search__wrap_white{background-color:var(--color-white)}.header-search__wrap_white::before{background-color:var(--color-white)}.header-search__icon{width:40px}.header-search__submit{display:none;height:60px;border-radius:0;border:none;background-color:var(--color-black-light);color:var(--color-white);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 40px;cursor:pointer;margin-left:30px}.header-search__input{padding-left:40px;font-size:40px;line-height:1.4;border:none;background:none;color:var(--color-white);font-family:var(--font-stem);-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.header-search__input:valid+.header-search__submit{display:-webkit-box;display:-ms-flexbox;display:flex}.header-search__input_white{color:var(--color-black)}.header-burger{display:none}@media screen and (min-width: 1280px){.header_white .header-menu__sublist--grid>.header-menu__subitem{border-right:1px solid rgba(0,0,0,.2)}.header_white .header-menu__sublist--grid>.header-menu__subitem:nth-child(3n){border-right:none;padding-right:0}.header_white .header-menu__sublist--grid>.header-menu__subitem:last-child{border-right:none}.header-menu{margin-left:auto;position:relative}.header-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style-type:none;padding:0;margin:0}.header-menu__item{margin-right:30px;height:var(--header-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-menu__item:last-child{margin-right:0}.header-menu__item>.header-menu__submenu{position:absolute;bottom:0;left:0;width:100%;height:calc(100vh - var(--header-height));overflow:auto;padding:60px 0;-webkit-transform:translateY(95%);transform:translateY(95%);opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity .2s,visibility .2s,-webkit-transform .3s;transition:opacity .2s,visibility .2s,-webkit-transform .3s;transition:opacity .2s,visibility .2s,transform .3s;transition:opacity .2s,visibility .2s,transform .3s,-webkit-transform .3s;-ms-overflow-style:none;scrollbar-width:none}.header-menu__item>.header-menu__submenu::-webkit-scrollbar{display:none}Œ .header-menu__item>.header-menu__submenu.visible{-webkit-transform:translateY(100%);transform:translateY(100%)}.header-menu__item>.header-menu__submenu--fixed{position:fixed;top:var(--header-height);-webkit-transform:translateY(-5%);transform:translateY(-5%)}.header-menu__item>.header-menu__submenu--fixed.visible{-webkit-transform:none;transform:none}.header-menu__link{color:var(--color-white)}.header-menu__link.arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-menu__link.arrow::after{content:"";display:block;margin-left:10px;width:8px;height:5px;background-image:url(/local/templates/izmeron/assets/css/../images/small-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.header-menu__link_black{color:var(--color-black)}.header-menu__link_black:hover{color:var(--color-black)}.header-menu__link_black.arrow::after{background-image:url(/local/templates/izmeron/assets/css/../images/small-arrow-black.svg)}.header-menu__sublist{padding:0;margin:0;list-style-type:none;display:grid;grid-gap:30px}.header-menu__sublist--grid{grid-template-columns:10fr 7fr;grid-gap:0;padding:0 calc(50vw - 800px)}.header-menu__sublist--grid>.header-menu__subitem:nth-child(2n-1){padding-right:6vw;border-right:1px solid var(--color-white-02)}.header-menu__sublist--grid>.header-menu__subitem:nth-child(2n){padding-left:6vw}.header-menu__sublist--column{grid-gap:20px;margin-top:20px}.header-menu__sublist--row{grid-template-columns:1fr 1fr;grid-gap:8vw;margin-top:20px}.header-menu__sublink{font-size:24px;line-height:1.4;color:var(--color-metall);font-family:var(--font-road)}.header-menu__sublink--medium{font-size:18px;line-height:1.3}.header-menu__sublink--small{font-size:16px;font-family:var(--font-stem);line-height:1.2}.header-menu__sublink_black{color:var(--color-black)}}@media screen and (min-width: 1280px)and (max-width: 1600px){.header_white .header-menu__sublist--grid>.header-menu__subitem{border-right:none;border-bottom:1px solid rgba(0,0,0,.2)}.header_white .header-menu__sublist--grid>.header-menu__subitem:nth-last-child(-n+2):nth-child(2n-1),.header_white .header-menu__sublist--grid>.header-menu__subitem:last-child:nth-child(2n){border-bottom:none}.header-menu__sublist--grid{grid-template-columns:1fr;padding:0 calc(50vw - 570px)}.header-menu__sublist--grid>.header-menu__subitem:nth-child(2n-1){padding-right:0;padding-bottom:90px;border-right:none;border-bottom:1px solid var(--color-white-02)}.header-menu__sublist--grid>.header-menu__subitem:nth-child(2n){padding-left:0;padding-top:80px}}@media screen and (max-width: 1279px){.header-menu{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));overflow:auto;visibility:hidden;opacity:0;pointer-events:none;-webkit-transition:visibility .3s,opacity .3s;transition:visibility .3s,opacity .3s;padding-bottom:60px}.header-menu .container{padding:0}.header-menu__submenu:not(.visible){display:none}.header-menu__sublist,.header-menu__list{padding:0;margin:0;list-style-type:none;display:grid}.header-menu__sublist--row{padding-bottom:20px}.header-menu__sublist--column{background-color:var(--color-black-light);padding:10px 0}.header-menu__sublist--white{background-color:var(--color-metall)}.header-menu__item{border-bottom:1px solid var(--color-white-03)}.header-menu__item:last-child{border-bottom:none}.header-menu__link{font-size:25px;color:var(--color-metall);line-height:1.2;padding:20px 10px;display:block;font-family:var(--font-road)}.header-menu__link_black{color:var(--color-black)}.header-menu__sublink{font-family:var(--font-road);color:var(--color-metall);font-size:14px;line-height:1.4;padding:20px 10px;border-top:1px solid var(--color-white-03);display:block}.header-menu__sublink--medium{font-size:12px;border-top:none;padding:10px}.header-menu__sublink--small{font-size:12px;font-family:var(--font-stem);border-top:none;padding:10px 20px}.header-menu__sublink_black{color:var(--color-black)}.header-menu__link,.header-menu__sublink{position:relative;width:100%}.header-menu__link.arrow::after,.header-menu__sublink.arrow::after{content:"";display:block;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px;height:12px;background-image:url(/local/templates/izmeron/assets/css/../images/menu-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.header-menu__link.arrow.active::after,.header-menu__sublink.arrow.active::after{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.header-search{margin-left:auto}.header-search__button{border:none}.header-search__button-icon{width:20px;display:none}.header-search__button-icon--tablet{display:block}.header-burger{display:block;position:relative;height:18px;width:32px;background:none;border-radius:0;border:none;padding:0;margin:0;cursor:pointer;margin-left:30px}.header-burger--active .header-burger__line--first{-webkit-transform:rotate(45deg) translate(5px, 6px);transform:rotate(45deg) translate(5px, 6px)}.header-burger--active .header-burger__line--second{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header-burger--active .header-burger__line--third{width:0}.header-burger__line{width:100%;height:2px;position:absolute;right:0;background:radial-gradient(50% 50% at 50% 50%, #f5f5f5 0%, rgba(255, 255, 255, 0) 100%),#e2e2e2;-webkit-transition:width .15s,-webkit-transform .3s;transition:width .15s,-webkit-transform .3s;transition:transform .3s,width .15s;transition:transform .3s,width .15s,-webkit-transform .3s}.header-burger__line--first{top:0}.header-burger__line--second{top:8px}.header-burger__line--third{top:16px;width:50%}.header-burger__line_black{background:var(--color-black-default)}}@media screen and (max-width: 767px){.header-logo{max-width:38px}.header-lang{display:none}.header-lang--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;margin-top:15px}.header-burger{margin-left:15px}.header-search__icon{display:none}.header-search__wrap{height:60px}.header-search__form--border{border-bottom:none}.header-search__input{font-size:22px;padding-left:0;max-width:calc(100% - 85px)}.header-search__submit{font-size:12px;height:30px;padding:10px}}.input{width:100%;padding:20px;font-size:16px;border:1px solid var(--color-white-04);color:var(--color-white);background:transparent}.input:focus{border:1px solid var(--color-white-07)}.input::-webkit-input-placeholder{color:var(--color-metall-05)}.input::-moz-placeholder{color:var(--color-metall-05)}.input:-ms-input-placeholder{color:var(--color-metall-05)}.input::-ms-input-placeholder{color:var(--color-metall-05)}.input::placeholder{color:var(--color-metall-05)}.input_error{border:1px solid var(--color-form-error-05)}.empty{border-color:var(--color-form-error-05)}@media screen and (max-width: 1279px){.input{font-size:16px}.input::-webkit-input-placeholder{font-size:16px}.input::-moz-placeholder{font-size:16px}.input:-ms-input-placeholder{font-size:16px}.input::-ms-input-placeholder{font-size:16px}.input::placeholder{font-size:16px}}@media screen and (max-width: 767px){.input{font-size:12px}.input::-webkit-input-placeholder{font-size:12px}.input::-moz-placeholder{font-size:12px}.input:-ms-input-placeholder{font-size:12px}.input::-ms-input-placeholder{font-size:12px}.input::placeholder{font-size:12px}}.file{padding:30px 0 30px 15%;width:100%;border-top:1px solid var(--color-white-03);background:var(--color-black);-webkit-transition:background .15s linear;transition:background .15s linear;font-family:var(--font-road);font-size:18px;color:var(--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;cursor:pointer}.file:hover{background:var(--color-gray-dark)}@media screen and (max-width: 1279px){.file{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px}}@media screen and (max-width: 767px){.file{padding:30px 25px}}.rate{padding:30px;width:100%;border:none;background:var(--gradient-grad);-webkit-transition:background .15s linear;transition:background .15s linear;font-family:var(--font-road);font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--color-black)}.rate:hover{background:var(--color-metall)}@media screen and (max-width: 767px){.rate{padding:25px;font-size:16px}}.cards{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}.cards--sm{gap:10px;grid-template-columns:repeat(3, 1fr)}.card{color:var(--color-white);display:block;position:relative}.card__bg{overflow:hidden}.card__bg-img{width:100%}.card__content{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background:var(--color-card-black);-webkit-transition:background .3s linear;transition:background .3s linear;padding:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card__title{width:60%}.card__img{position:absolute;top:-30px;right:5%;z-index:20;-webkit-transition:top .3s linear;transition:top .3s linear;max-width:44%}.card:focus .card__content,.card:hover .card__content{background:var(--color-card-light)}.card:focus .card__img,.card:hover .card__img{top:-60px}.card-small{color:var(--color-metal);display:block;position:relative;cursor:pointer}.card-small__bg{width:100%}.card-small__content{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background:var(--color-black-04);-webkit-transition:background .3s linear;transition:background .3s linear;padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-small__num{font-family:var(--font-road);font-size:62px}.card-small:focus .card-small__content,.card-small:hover .card-small__content{background:var(--color-black-01)}@media screen and (max-width: 767px){.card__img{max-width:120px}}.elem{color:var(--color-metall);cursor:pointer;border:1px solid var(--color-white-05);-webkit-transition:border .3s linear,color .3s linear;transition:border .3s linear,color .3s linear;padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:360px}.elem__num{font-family:var(--font-road);font-size:62px}.elem__title{max-width:90%;line-height:34px}.elem:focus,.elem:hover{border:1px solid var(--color-copper);color:var(--color-copper)}@media screen and (max-width: 767px){.elem{height:300px}.elem__title{max-width:100%;line-height:20px}}.main-page-slider__bottom{position:fixed;bottom:0;left:0;height:100px;width:100%;display:grid;grid-template-columns:repeat(2, 1fr);z-index:10;background-color:var(--color-black)}.main-page-slider__bottom-button button{height:100%}.main-page-slider__bottom-button.button--rate{padding-left:calc(50vw - 570px);background:var(--gradient-gray)}@media screen and (min-width: 1280px){.main-page-slider-pagination{position:absolute;left:calc(50vw - 775px);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:5;display:grid;grid-gap:30px}.main-page-slider-pagination__bullet{width:10px;height:10px;border-radius:50%;border:1px solid var(--color-white);background:transparent;-webkit-transition:background .2s,border-color .2s;transition:background .2s,border-color .2s;cursor:pointer}.main-page-slider-pagination__bullet--active,.main-page-slider-pagination__bullet:hover{border-color:var(--gradient-gray);background:var(--gradient-gray)}.main-page-slider__container{height:100vh}.main-page-slider__slide{height:100vh;padding:var(--header-height) 0;display:grid;grid-template-rows:1fr;grid-template-columns:100%;background-image:url(/local/templates/izmeron/assets/css/../images/slide-bg-1.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.main-page-slider__slide .section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 1280px)and (max-height: 860px){.main-page-slider .card__bg-img{max-height:360px;-o-object-fit:cover;object-fit:cover}.main-page-slider .card__img{max-height:450px}.main-page-slider .service-info__img{max-height:260px;-o-object-fit:cover;object-fit:cover}.main-page-slider .service-list__title{margin-bottom:20px}.main-page-slider .service-list__item{font-size:14px}.main-page-slider .service-list__button{margin-top:30px}.main-page-slider .section__title{margin-bottom:40px;font-size:40px}}@media screen and (min-width: 1440px)and (max-width: 1660px){.main-page-slider-pagination{left:60px}}@media screen and (min-width: 1280px)and (max-width: 1439px){.main-page-slider-pagination{left:30px}}@media screen and (max-width: 1279px){.main-page-slider{padding-top:var(--header-height);position:relative}.main-page-slider__bottom{position:absolute}.main-page-slider__bottom .js-rate{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;padding-left:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-page-slider__bottom .js-scroll-next{display:none !important}.main-page-slider__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 767px){.main-page-slider__bottom{grid-template-columns:1fr;grid-template-rows:70px}.main-page-slider__bottom .js-rate{padding:0 10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-page-slider__bottom .file img{display:none}}@media screen and (max-width: 560px){.main-page-slider__bottom .js-rate{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-page-slider__bottom .file{padding-left:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.dark-background,.white-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:20;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity .2s,visibility .2s;transition:opacity .2s,visibility .2s}.dark-background{background-color:var(--color-black-default)}.white-background{background-color:var(--color-white)}.rect-checkbox{position:relative;overflow:hidden;display:inline-block}.rect-checkbox__input{position:absolute;top:0;left:-100px;opacity:0;visibility:hidden}.rect-checkbox__input:checked+.rect-checkbox__elem{background-color:var(--color-copper);border-color:var(--color-copper);color:var(--color-black)}.rect-checkbox__input:checked+.rect-checkbox__elem .rect-checkbox__close{display:block}.rect-checkbox__elem{padding:15px 20px;border:1px solid var(--color-white-05);color:var(--color-metall);cursor:pointer;-webkit-transition:border-color .2s,background-color .2s,color .2s;transition:border-color .2s,background-color .2s,color .2s;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rect-checkbox__elem:hover{border-color:var(--color-white-07)}.rect-checkbox__close{position:relative;width:12px;height:12px;margin-left:10px;display:none}.rect-checkbox__close::after,.rect-checkbox__close::before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:15px;height:1px;background-color:var(--color-black);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.rect-checkbox__close::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rect-checkbox__close::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (max-width: 767px){.rect-checkbox__text{font-size:14px}}.hero{min-height:550px;width:100%;background-size:cover;background-position:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hero__title{margin-left:195px;margin-bottom:70px}.hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3))}.hero__container{position:relative;z-index:2;min-height:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hero__additional-text{font-family:var(--font-road);font-size:62px;line-height:1;color:var(--color-metall);position:absolute;top:60px;left:calc(195px + 20px)}@media screen and (max-width: 1279px){.hero{min-height:220px}.hero__title{margin-left:0;margin-bottom:24px}.hero__additional-text{top:20px;left:20px;font-size:52px}}@media screen and (max-width: 767px){.hero{min-height:120px}.hero__title{margin-left:0;margin-bottom:16px}.hero__additional-text{top:10px;left:10px;font-size:25px}}.breadcrumbs{padding:40px 0}.breadcrumbs__link{font-family:var(--font-stem);color:var(--color-gray-04);-webkit-transition:color .15s linear;transition:color .15s linear}.breadcrumbs__link_dark{color:var(--color-black-05)}.breadcrumbs__link:not(span):hover{color:var(--color-gray)}.breadcrumbs__link--active{color:var(--color-gray)}.breadcrumbs__link--active_black{color:var(--color-black)}.breadcrumbs__breaker{margin:0 20px;color:var(--color-gray-04)}.breadcrumbs__breaker_dark{color:var(--color-black-05)}@media screen and (max-width: 767px){.breadcrumbs{display:none}}.ticker{overflow:hidden;position:relative;width:100%;height:149px}.ticker__text{white-space:nowrap;display:inline-block;font-size:130px;padding-right:60px;padding-left:60px;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);position:absolute}.ticker__text:last-child{top:0;left:0px;margin-right:30px}.num-list{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:80px;grid-column-gap:46px;list-style-type:none;padding:0;margin:0}@media screen and (max-width: 1279px){.num-list{grid-template-columns:1fr;grid-row-gap:30px}}@media screen and (max-width: 767px){.num-list{grid-row-gap:50px}}.num-list-item{border-top:1px solid rgba(255,255,255,.3);padding-top:20px}.num-list-item__number{font-weight:bold;font-size:18px}.num-list-item__title{font-weight:400;font-size:18px;line-height:1.7;color:var(--color-gray);font-family:var(--font-stem);margin-top:20px}@media screen and (max-width: 767px){.num-list-item__number{font-size:12px}.num-list-item__title{font-size:18px;margin-top:10px}}.content-section{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.6;color:var(--color-gray);position:relative}.content-section__title{margin-top:2px;line-height:1.4;padding-right:15px;text-transform:uppercase;color:var(--color-metall);font-weight:400}.content-section__text,.content-section__sub-text{width:100%;max-width:650px;margin-right:100px;margin-left:auto}.content-section__text p,.content-section__sub-text p{color:inherit;line-height:inherit;z-index:1;position:relative}.content-section__sub-text{line-height:1.7;margin-top:40px}.content-section__out-img{position:absolute;z-index:0;bottom:-5px;right:0;-webkit-transform:translate(0, 100%);transform:translate(0, 100%)}.content-section__out-img--top-right{top:-209px;right:66px;-webkit-transform:translate(0, -100%);transform:translate(0, -100%);max-width:360px}.content-section__out-img--top-left{top:0;right:auto;left:-143px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);max-width:420px}.content-section__num-list{max-width:755px;margin-left:auto}.content-container{max-width:1160px;padding-left:10px;padding-right:10px}.content-container .content-section{margin-top:150px;margin-bottom:150px}.content-container .content-section--big-top-offset{margin-top:400px}.content-container .content-text{margin-top:200px;position:relative;z-index:1;margin-left:auto}.content-container .content-images{margin-left:auto;margin-bottom:200px}.content-container img{max-width:100%;height:auto;display:block;margin-left:auto}.content-container .content-wide-img{width:100%;max-width:100%;height:auto}.content-container .policy-list{margin-top:70px}.content-images{position:relative;max-width:750px}.content-images__out{position:absolute;left:-128px;bottom:0;-webkit-transform:translate(-100%, 50%);transform:translate(-100%, 50%)}.content-back-text{position:relative}.content-back-text__ticker{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:-1;width:100vw}.content-text--min-width{max-width:943px}@media screen and (max-width: 1279px){.content-section__title{font-size:24px}.content-section__title br{display:none}.content-section__text,.content-section__sub-text{margin-right:0;max-width:480px;font-size:22px;max-width:461px}.content-section__sub-text{font-size:18px}.content-section__out-img{right:auto;bottom:-10px;-webkit-transform:translateY(50%);transform:translateY(50%)}.content-section__out-img--top-right{left:287px;right:auto;-webkit-transform:translateY(calc(-110px));transform:translateY(calc(-110px))}.content-section__num-list{grid-template-columns:1fr;grid-gap:50px;max-width:480px}.content-container{padding-left:20px;padding-right:20px}.content-container .content-text+.content-section{margin-top:100px}.content-container .content-text+.content-section--big-top-offset{margin-top:258px}.content-container .content-section{margin-top:60px;margin-bottom:60px}.content-container .content-section__out-img--top-left{display:none}.content-container .content-text{margin-top:100px}.content-container .policy-list{margin-top:60px}.content-container .content-images{margin-bottom:60px}.content-back-text{position:relative}.content-back-text__ticker{display:none}}@media screen and (max-width: 767px){.content-container{padding-left:10px;padding-right:10px}.content-container .content-text+.content-section{margin-top:80px}.content-container .content-text{margin-top:80px;margin-bottom:80px}.content-container .content-section{margin-top:30px;margin-bottom:30px}.content-container .content-section__out-img--top-left{display:block}.content-container .content-images{margin-bottom:30px}.content-container .content-back-text{margin-top:80px}.content-container .policy-list{margin-top:30px}.content-text{text-indent:0}.content-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-section__title{font-size:14px;margin-bottom:30px}.content-section__text{font-size:18px}.content-section__sub-text{font-size:14px;margin-top:30px}.content-section__out-img:not(.content-section__out-img--top-left){display:none}.content-section__out-img--top-left{position:static;-webkit-transform:none;transform:none;margin-bottom:80px}.content-back-text__ticker{display:none}}.news-card{display:grid;grid-template-rows:auto auto 1fr auto}.news-card:hover .news-card__img,.news-card:hover .news-card__link{opacity:.6}.news-card:hover .button--plus-light{background:var(--color-white-03);border:1px solid transparent}.news-card--sm{grid-template-rows:auto 1fr auto}.news-card--sm .news-card__img{margin-bottom:20px}.news-card__img-wrap{width:100%;height:200px;margin-bottom:40px}.news-card__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.news-card__date{margin-bottom:20px;font-family:var(--font-road);color:var(--color-black-date)}.news-card__text{margin-bottom:20px;line-height:24px;font-family:var(--font-road);text-transform:uppercase;font-weight:400}.news-card__link{color:var(--color-metall);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media screen and (max-width: 767px){.news-card__img-wrap{margin-bottom:20px}.news-card__text{font-size:14px;line-height:20px}.news-card__date{font-size:12px}}.video{position:relative}.video-popup{position:fixed;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:201;background-color:rgba(0,0,0,.7);width:100vw;height:100vh;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .3s;transition:all .3s;padding:50px}.video-popup__iframe{max-width:100%;max-height:100%;width:1140px;height:640px}.video-popup__content{position:relative;max-height:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-popup__close{padding:0;margin:0;border:none;background:none;position:absolute;right:-50px;top:-40px;width:30px;height:30px;z-index:2;cursor:pointer}.video-popup__close::after,.video-popup__close::before{content:"";width:30px;height:2px;background:#fff;position:absolute;top:0;right:0;left:0;bottom:0;margin:auto}.video-popup__close::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.video-popup__close::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.video__preview{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:2}.video__button{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background:none;border-radius:0;color:var(--color-metall);font-family:var(--font-road);font-weight:300;font-size:20px;line-height:1;cursor:pointer;-webkit-transition:opacity .2s;transition:opacity .2s}.video__button-icon{margin-bottom:30px}.video__button:hover{opacity:.6}@media screen and (max-width: 767px){.video-popup{padding:0}.video-popup__close{right:10px;top:10px}.video__button{font-size:16px;margin-bottom:20px}.video__button-icon{height:40px;width:40px}}.about-company{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about-company__title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.about-company__grid{display:grid;grid-template-columns:2fr 3fr;grid-template-rows:550px;grid-gap:25px;margin-top:30px}.about-company-card{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about-company-card::before{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;background:#0c0c0c;mix-blend-mode:multiply;opacity:.9;z-index:1}.about-company-card__content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:45px;position:relative;z-index:3}.about-company-card__title{margin:0;color:var(--color-metall);line-height:1.4}.about-company-card__text{margin:20px 0;color:var(--color-gray);font-family:var(--font-stem);line-height:1.7}.about-company-card__button{margin-top:auto}@media screen and (max-width: 1600px){.about-company__grid{grid-template-rows:1fr}}@media screen and (max-width: 767px){.about-company-card__content{padding:30px}.about-company-card__title{font-size:14px}.about-company__grid{grid-template-columns:1fr;grid-template-rows:360px 270px;grid-gap:40px}}@-webkit-keyframes toTop{from{-webkit-transform:translateY(20px);transform:translateY(20px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes toTop{from{-webkit-transform:translateY(20px);transform:translateY(20px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:90%;position:relative}.slider__wrapper{height:auto}.slider__images{position:absolute;width:626px;height:626px;right:-30%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slider__image-wrap{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:407px}.slider__image{max-width:100%;max-height:100%;margin-top:-60px}.slider-main{margin:0;position:relative}.slider-main__ellipse{position:absolute;left:-11%;top:calc(50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:90%}.slider-main__ellipse svg{max-width:100%}.slider-main__ellipse path{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.slider-main-nav{position:relative;display:grid;grid-template-columns:32px 480px 32px;grid-gap:10px;z-index:1}.slider-main-nav__button{background:none;border:none;border-radius:0;height:40px;width:32px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .3s;transition:opacity .3s}.slider-main-nav__button:hover{opacity:.7}.slider-main-nav__button--next img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slider-main-nav__pagination{display:grid;grid-template-columns:-webkit-min-content 1fr -webkit-min-content;grid-template-columns:min-content 1fr min-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:15px}.slider-main-nav__pagination-text{font-size:24px;color:var(--color-metall);font-family:var(--font-road)}.slider-main-nav__pagination-progress{position:relative;height:2px;background:var(--color-metall);overflow:hidden}.slider-main-nav__pagination-progress-inner{background:linear-gradient(23.15deg, #829191 -140.81%, #829191 68.66%);height:100%}.slider-main__slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.slider-main__slide.swiper-slide-active .slider-main__slide-title{-webkit-animation:toTop .25s;animation:toTop .25s}.slider-main__slide-content{width:65%}.slider-main__slide-img{max-width:100%;max-height:calc(100vh - 300px)}.slider-main__slide-img-wrap{width:28%;margin:0 3.5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slider-main__slide-title{-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s;margin-top:45px;font-size:62px;line-height:1.23;color:var(--color-metall);font-family:var(--font-road)}.slider-main__slide-button{margin-top:60px}@media screen and (max-width: 1600px){.slider__thumbs{width:150px}.slider__images{right:-24%}.slider__image-wrap{height:542px;width:350px}.slider-main__ellipse{left:-8%;width:450px}}@media screen and (max-width: 1279px){.slider{width:100%}.slider__images{right:auto;z-index:1;left:30px;margin-top:120px}.slider__image-wrap{height:448px}.slider-main__ellipse{right:auto;left:-10px;bottom:122px;top:auto;-webkit-transform:none;transform:none;width:370px}.slider-main__ellipse svg{height:370px}.slider-main__slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:120px}.slider-main__slide-content{width:100%}.slider-main__slide-button{position:absolute;bottom:0;left:0;width:100%;background-color:var(--color-black-light);height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slider-main__slide-title{font-size:52px;margin-top:30px;margin-bottom:450px}.slider-main__slide-img{max-height:100%}.slider-main__slide-img-wrap{margin:auto 50px 0;width:265px;height:440px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width: 767px){.slider__images{margin-top:60px;left:0px;height:236px}.slider__image-wrap{height:285px;width:170px;margin-left:24px}.slider-main-nav{grid-template-columns:24px 1fr 24px}.slider-main-nav__button{width:24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.slider-main-nav__button--next{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.slider-main-nav__button img{width:10px}.slider-main-nav__pagination-text{font-size:14px}.slider-main__ellipse{left:-19px;width:236px;bottom:17px}.slider-main__ellipse svg{height:236px}.slider-main__slide{padding-bottom:110px}.slider-main__slide-title{font-size:25px;margin-top:20px;margin-bottom:300px}.slider-main__slide-img-wrap{margin:auto 25px 0;width:160px;height:280px}}.timeline-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.timeline-item:before{content:"";position:absolute;left:50%;top:-235px;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1px;background-color:rgba(255,255,255,.2)}.timeline-item:first-child:before{top:0}.timeline-item:last-child:before{display:none}.timeline-item:nth-last-child(2):before{bottom:-235px}.timeline-item--wide{min-height:540px}.timeline-item__point-wrapper{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.timeline-item__point{width:30px;height:30px;background-color:rgba(255,255,255,.6);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.timeline-item__point::after{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;content:"";border-radius:50%;background-color:rgba(255,255,255,.8);width:20px;height:20px}.timeline-item__img-wrap,.timeline-item__info{width:450px;max-width:100%}.timeline-item__img-wrap--wide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:calc(50vw - 120px);height:540px;position:absolute;right:50%;top:0;width:100%;margin-right:120px}.timeline-item__img-wrap--wide .timeline-item__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.timeline-item__img{max-width:100%;max-height:100%}.timeline-item__info{margin-left:auto}.timeline-item__title{font-weight:300;font-size:170px;line-height:.6;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--font-road)}.timeline-item__sub-title{font-size:20px;-ms-flex-item-align:end;align-self:flex-end;margin-left:35px;white-space:nowrap;-webkit-transition:opacity .25s;transition:opacity .25s;opacity:0}.timeline-item__sub-title--visible{opacity:1}.timeline-item__description{color:var(--color-gray);line-height:1.7;font-size:18px;margin-top:50px}.timeline-item__description p{color:inherit;line-height:inherit;font-size:inherit}.timeline-item:nth-child(even) .timeline-item__info{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:auto;margin-left:0}.timeline-item:nth-child(even) .timeline-item__img-wrap--wide{margin-right:0;right:auto;left:50%;margin-left:120px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.timeline-item__progress{position:absolute;left:50%;top:0;bottom:0;width:1px}.timeline-item__progress-inner{position:absolute;top:0;right:0;left:0;bottom:0;height:0;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;background-color:rgba(255,255,255,.5)}.timeline-item--scrolled:not(:last-child) .timeline-item__progress-inner{height:calc(100% + 235px)}.timeline-item--scrolled .timeline-item__point:after{-webkit-transform:scale(2.5);transform:scale(2.5)}@media screen and (max-width: 1279px){.timeline-item{min-height:auto}.timeline-item__info{padding-left:30px;width:50%}.timeline-item__title{font-size:100px}.timeline-item__img-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%;padding-right:30px}.timeline-item__img-wrap--wide{max-width:100%;position:static;margin-right:0;margin-left:0;height:auto}.timeline-item__img-wrap--wide .timeline-item__img{-o-object-fit:none;object-fit:none;width:auto;height:auto}.timeline-item:nth-child(even) .timeline-item__img-wrap{padding-left:30px;padding-right:0;margin-right:0;margin-left:0}.timeline-item:nth-child(even) .timeline-item__info{padding-left:0;padding-right:30px}.timeline-item__point{width:24px;height:24px}.timeline-item__point::after{width:16px;height:16px}}@media screen and (max-width: 767px){.timeline-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.timeline-item__point,.timeline-item__progress{display:none}.timeline-item__info,.timeline-item__img-wrap{width:100%}.timeline-item:nth-child(even) .timeline-item__info,.timeline-item:nth-child(even) .timeline-item__img-wrap,.timeline-item__info,.timeline-item__img-wrap{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial;padding-left:0;padding-right:0}.timeline-item:before{display:none}.timeline-item__title{margin-top:50px;font-size:100px}.timeline-item__sub-title{margin-left:20px;opacity:1}.timeline-item__description{font-size:14px;margin-top:30px}}.timeline{position:relative}.timeline__list{list-style-type:none;margin:0;padding:0}.timeline__item{margin-top:235px}.timeline__item:first-child{margin-top:214px}@media screen and (max-width: 767px){.timeline__item,.timeline__item:first-child{margin-top:80px}}.table-grid{display:grid;grid-template-columns:290px 1fr}.table-grid__item{font-family:var(--font-road);padding-bottom:50px;padding-top:30px;line-height:1;border-bottom:1px solid var(--color-white-05)}.table-grid__item:nth-child(even){padding-left:60px;border-left:1px solid var(--color-white-05)}.table-grid__item--head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;line-height:1.6;font-family:var(--font-stem);padding-bottom:30px;padding-top:0}.table-grid__item:not(.table-grid__item--head){color:var(--color-metall);font-size:60px;font-weight:900}@media screen and (max-width: 1279px){.table-grid{grid-template-columns:200px 1fr}.table-grid__item{padding-bottom:70px}.table-grid__item:nth-child(even){padding-left:30px}.table-grid__item--head{padding-bottom:30px}.table-grid__item:not(.table-grid__item--head){font-size:40px}}@media screen and (max-width: 767px){.table-grid{grid-template-columns:130px 1fr}.table-grid__item{padding-bottom:30px;padding-top:20px;line-height:1}.table-grid__item:nth-child(even){padding-left:40px}.table-grid__item--head{line-height:1.6;padding-top:0;padding-bottom:10px}.table-grid__item:not(.table-grid__item--head){padding-right:30px;font-size:30px}}.textarea{width:100%;padding:20px;font-size:16px;border:1px solid var(--color-white-04);color:var(--color-white);background:transparent;resize:none}.textarea:focus{border:1px solid var(--color-white-07)}.textarea::-webkit-input-placeholder{color:var(--color-metall-05)}.textarea::-moz-placeholder{color:var(--color-metall-05)}.textarea:-ms-input-placeholder{color:var(--color-metall-05)}.textarea::-ms-input-placeholder{color:var(--color-metall-05)}.textarea::placeholder{color:var(--color-metall-05)}@media screen and (max-width: 1279px){.textarea{font-size:16px}.textarea::-webkit-input-placeholder{font-size:16px}.textarea::-moz-placeholder{font-size:16px}.textarea:-ms-input-placeholder{font-size:16px}.textarea::-ms-input-placeholder{font-size:16px}.textarea::placeholder{font-size:16px}}@media screen and (max-width: 767px){.textarea{font-size:12px}.textarea::-webkit-input-placeholder{font-size:12px}.textarea::-moz-placeholder{font-size:12px}.textarea:-ms-input-placeholder{font-size:12px}.textarea::-ms-input-placeholder{font-size:12px}.textarea::placeholder{font-size:12px}}.steps-list{list-style-type:none;display:grid;grid-auto-flow:row dense;grid-gap:70px 0;margin:0;padding:0}.steps-list__item{padding-top:20px;border-top:1px solid var(--color-white-03);color:var(--color-gray);display:grid;grid-template-columns:auto 460px}.steps-list__text{padding-right:30px}@media screen and (max-width: 1279px){.steps-list{grid-gap:50px 0}.steps-list__item{padding-top:20px;grid-template-columns:auto 1fr;grid-gap:0 20px}}@media screen and (max-width: 767px){.steps-list__item{grid-template-columns:auto 1fr}}.num-section{display:grid;grid-template-columns:194px 1fr;grid-column-gap:15px}.num-section__title{line-height:1.4;color:var(--color-metall)}.num-section__num{grid-row:span 2;color:var(--color-metall);font-family:var(--font-road);font-size:24px}.num-section__content{margin-top:90px;color:var(--color-gray)}.num-section__content-paragraph{margin-bottom:40px}.num-section__content-list{margin-top:90px;max-width:750px}@media screen and (max-width: 1279px){.num-section{grid-template-columns:120px 1fr}.num-section__content{margin-top:40px}.num-section__content-list{margin-top:60px}}@media screen and (max-width: 767px){.num-section{grid-template-columns:1fr}.num-section__num{margin-bottom:40px;font-size:14px;grid-row:auto}.num-section__content{margin-top:40px}.num-section__content>p{line-height:1.6}.num-section__content-list{margin-top:40px}}.tabs__items{position:relative}.tabs__items::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--color-white-02)}.tabs__items_black::after{background:#000;opacity:.2}.tabs__items-inner{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;scrollbar-width:none}.tabs__items-inner::-webkit-scrollbar{display:none}.tabs__item{font-size:24px;line-height:24px;padding:20px 0;text-transform:uppercase;font-family:var(--font-road);cursor:pointer;-webkit-transition:border-bottom .15s linear;transition:border-bottom .15s linear;position:relative;white-space:nowrap;margin-right:60px}.tabs__item_black{color:var(--color-black)}.tabs__item::after,.tabs__item--active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--color-copper);opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;z-index:1}.tabs__item:hover::after,.tabs__item--active::after{color:var(--color-white);opacity:1}.tabs__content{display:none}.tabs__content--active{display:block;padding-top:100px}@media screen and (max-width: 1279px){.tabs__item{font-size:18px;margin-right:40px}.tabs__content--active{padding-top:40px}}@media screen and (max-width: 767px){.tabs__items::after{width:100%}.tabs__item{font-size:14px;line-height:20px;color:var(--color-white-05);margin-right:30px}.tabs__item_black{color:var(--color-black);opacity:.3}.tabs__item:hover,.tabs__item--active{color:var(--color-white)}.tabs__item_black:hover,.tabs__item--active.tabs__item_black{color:var(--color-black);opacity:1}}.table-grid{display:grid;grid-template-columns:290px 1fr}.table-grid__item{font-family:var(--font-road);padding-bottom:50px;padding-top:30px;line-height:1;border-bottom:1px solid var(--color-white-05)}.table-grid__item:nth-child(even){padding-left:60px;border-left:1px solid var(--color-white-05)}.table-grid__item--head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;line-height:1.6;font-family:var(--font-stem);padding-bottom:30px;padding-top:0}.table-grid__item:not(.table-grid__item--head){color:var(--color-metall);font-size:60px;font-weight:900}@media screen and (max-width: 1279px){.table-grid{grid-template-columns:200px 1fr}.table-grid__item{padding-bottom:70px}.table-grid__item:nth-child(even){padding-left:30px}.table-grid__item--head{padding-bottom:30px}.table-grid__item:not(.table-grid__item--head){font-size:40px}}@media screen and (max-width: 767px){.table-grid{grid-template-columns:130px 1fr}.table-grid__item{padding-bottom:30px;padding-top:20px;line-height:1}.table-grid__item:nth-child(even){padding-left:40px}.table-grid__item--head{line-height:1.6;padding-top:0;padding-bottom:10px}.table-grid__item:not(.table-grid__item--head){padding-right:30px;font-size:30px}}.footer_black{background-color:var(--color-black)}.footer .contacts-callback__agreement{max-width:100%}.card-slider{overflow:hidden;background-color:var(--color-gray-08);position:relative}.card-slider__item{padding:54px 0}.card-slider__img{display:block;margin:0 auto;max-width:100%;max-height:calc(100vh - var(--header-height))}.card-slider__arrow::after{content:"";background-image:url(/local/templates/izmeron/assets/css/../images/arrow-black.svg);width:25px;height:17px;background-size:contain;background-repeat:no-repeat}.card-slider__prev{left:32px}.card-slider__prev::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.card-slider__next{right:32px}.card-slider__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-slider__pagination.swiper-pagination{bottom:27px}.card-slider__pagination-bullet{width:8px;height:8px;background-color:var(--color-black);opacity:.5;display:inline-block;margin-right:10px;border-radius:100%;cursor:pointer;-webkit-transition:all .1s ease;transition:all .1s ease}.card-slider__pagination-bullet:last-child{margin-right:0}.card-slider__pagination-bullet:hover,.card-slider__pagination-bullet_active{width:10px;height:10px;opacity:1}@media screen and (max-width: 767px){.card-slider__img{max-height:323px}}.section{padding:50px 0;height:100%}.section__title{color:var(--color-metall)}.productions__title{margin-bottom:70px}.productions__items{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:0 30px}.service__title{margin-bottom:50px}.service__items{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:0 60px}.service-info__img{margin-bottom:30px;width:100%}.service-info__text{font-size:18px;font-family:var(--font-road);color:var(--color-metall);line-height:24px}.service-list__title{margin:0 0 30px 30px}.service-list__items{padding:0;margin:0}.service-list__item{margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--color-gray)}.service-list__icon{margin-right:17px;padding-top:7px}.service-list__button{margin:50px 0 0 30px}.numbers__title{margin-bottom:90px}.numbers__inner{display:grid;grid-template-columns:1fr 2fr;grid-gap:0 100px}.numbers-info__count{font-size:280px;line-height:180px;font-family:var(--font-road);font-weight:700;background-image:url(/local/templates/izmeron/assets/css/../images/section_5.jpg);background-repeat:no-repeat;background-position:top right;background-size:600px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:30px}.numbers-info__text{color:var(--color-metall)}.history{padding-right:60px}.history__title{margin:50px 0;color:var(--color-metall)}.history__years{display:grid;grid-template-columns:3fr 3fr 4fr;grid-gap:0 30px;color:var(--color-metall)}.history__timeline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.history__line{width:100%;height:2px;background:var(--gradient-gray)}.history__button{margin-right:-60px}.history__button-ph{margin-right:-30px;display:none}.history__text{display:grid;grid-template-columns:3fr 3fr 4fr;grid-gap:0 30px;color:var(--color-gray);font-family:var(--font-stem);line-height:24px}.news__title{margin-bottom:50px}.news__items{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:30px}.news__items-grid{grid-template-rows:200px 1fr}.news__items--ph{display:none;grid-template-columns:repeat(2, 1fr);grid-gap:0 20px}.news__item--rowspan{grid-row:1/span 2}.news__button{display:none}.map{min-height:680px;background-image:url(/local/templates/izmeron/assets/css/../images/map.png);background-size:contain;background-repeat:no-repeat;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map.section{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.map__header{display:grid;grid-template-columns:5fr 2fr}.map__desc{font-size:16px;font-weight:400;line-height:24px;font-family:var(--font-stem);color:var(--color-metall)}.map__desc-top{margin-bottom:20px}.partners__title{margin-bottom:40px;color:var(--color-metall)}.partners--phone{display:none}.partners__button{display:none}.partners-slider{position:relative}.partners-slider__wrapper{display:grid;grid-template-columns:repeat(4, auto)}.partners-slider__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partners-slider__slide{padding-right:70px}.partners-slider:before,.partners-slider:after{content:"";position:absolute;top:0;z-index:10;width:400px;height:100%}.partners-slider:before{left:50%;-webkit-transform:translateX(-50vw);transform:translateX(-50vw);-webkit-box-shadow:inset 200px 0 50px -100px rgba(12,12,12,.8);box-shadow:inset 200px 0 50px -100px rgba(12,12,12,.8)}.partners-slider:after{right:50%;-webkit-transform:translateX(50vw);transform:translateX(50vw);-webkit-box-shadow:inset -200px 0 50px -100px rgba(12,12,12,.8);box-shadow:inset -200px 0 50px -100px rgba(12,12,12,.8)}.contacts__title{margin-bottom:90px}.contacts__items{display:grid;grid-template-columns:3fr 2fr;grid-gap:0 20px}.contacts-info{color:var(--color-metall)}.contacts-footer{font-size:16px;margin-top:100px;margin-bottom:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:var(--font-stem)}.contacts-info__title{margin-bottom:25px}.contacts-info__nums{font-family:var(--font-road);margin-bottom:20px;font-size:60px}.contacts-info__link{color:var(--color-metal);display:block;font-family:var(--font-road);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.contacts-info__link:hover{opacity:.6}.contacts-info__link:visited{color:var(--color-metal)}.contacts-callback--mw{max-width:400px}.contacts-callback__text{max-width:77%;line-height:1.6}.contacts-callback__title{font-weight:700;line-height:1.5;padding-right:40px;color:var(--color-metall)}.contacts-callback__title,.contacts-callback__input,.contacts-callback__button{margin-bottom:30px}.contacts-callback__agreement{color:var(--color-white-06);font-family:var(--font-stem);line-height:1.5}.contacts-callback__politicy{text-decoration:underline;color:inherit;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.contacts-callback__politicy:hover{color:var(--color-white)}.contacts-footer__title{display:none;margin-bottom:20px}.contacts-footer__cop{color:var(--color-black-cop)}.contacts-footer__link{color:var(--color-metall);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.contacts-footer__link:hover{opacity:.6}.contacts-footer__link:visited{color:var(--color-metall)}.footer{background-color:#0e0e0e;margin-top:240px;padding-top:120px}.footer .footer-actions{display:grid;grid-template-columns:repeat(2, 1fr);position:relative}.footer .footer-actions .button--rate{padding-left:calc(50vw - 580px)}.footer .footer-actions .file{padding-left:120px}.footer .contacts-footer--lg{display:grid;grid-template-columns:3fr 2fr auto;grid-gap:50px}.footer .contacts-footer__coop{justify-self:end}.footer .contacts-footer__policy{margin-left:auto}@media screen and (max-width: 1279px){.section__title{font-size:38px}.productions__items{grid-template-columns:1fr;grid-template-rows:repeat(2, 270px);grid-gap:30px 0}.productions .card__bg{width:100%;height:100%;position:absolute;top:50%;left:0;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.productions .card__content{padding:30px}.productions .card__title{font-size:20px}.productions .card__img{width:140px}.service__title{margin-bottom:40px}.service__items{display:block}.service__info{margin-bottom:80px}.service-info__text{padding-right:70px;margin-bottom:80px;font-size:16px}.service-list__title{font-size:20px;margin:0 0 30px 47px}.service-list__item{padding-right:70px}.service-list__icon{margin-left:17px}.service-list__button{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--color-black-light);margin:50px 0 0;padding:20px 0}.years__desktop,.text__desktop{display:none}.numbers__title{margin-bottom:40px}.numbers__inner{grid-template-columns:2fr 3fr;grid-gap:0 20px}.numbers-info__count{font-size:230px;margin-bottom:50px}.numbers-info__text{font-size:16px}.history__title{visibility:hidden}.history__years{grid-template-columns:repeat(2, 1fr);grid-gap:0 30px}.history__text{grid-template-columns:repeat(2, 1fr);grid-gap:0 30px}.years__title{font-size:40px}.years__subtitle{font-size:24px}.text__item{font-size:16px}.news__items--tablet{display:none}.news__items--ph{display:grid}.news__button{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--color-black-light);margin:50px 0 0;padding:20px 0}.news-card__link{font-size:16px}.map{min-height:780px}.map__header{display:block;max-width:500px}.map__title{margin-bottom:35px}.map__desc{font-size:16px}.partners__title{font-size:20px;margin-bottom:50px}.partners-slider__wrapper{height:60px}.partners-slider__slide{padding-right:60px}.partners__button{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--color-black-light);margin:50px 0 0;padding:20px 0}.partners-slider:before,.partners-slider:after{display:none}.contacts__title{margin-bottom:50px}.contacts__items{display:block}.contacts-info{margin-bottom:100px}.contacts-callback{max-width:400px}.contacts-footer{margin-top:50px;font-size:16px}.contacts-footer--lg{grid-template-columns:1fr;grid-template-rows:repeat(3, auto);grid-gap:20px 0}.footer{margin-top:100px;padding-top:70px}.footer .contacts-info__title{margin-bottom:20px}.footer .contacts-footer{margin-top:80px;margin-bottom:40px}.footer .contacts-footer--lg{grid-template-columns:1fr;grid-template-rows:repeat(3, auto);grid-gap:20px 0}.footer .contacts-footer__cop{margin-top:0}.footer .contacts-footer__policy{margin-left:inherit;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.footer .footer-actions{grid-template-columns:1fr 1fr}.footer .footer-actions .button--rate{padding:0 10px;font-size:16px}.footer .footer-actions .button--rate img{margin-right:10px}.footer .footer-actions .file{padding:30px 25px;font-size:16px}.contacts-info__title{font-size:18px;margin-bottom:40px}.contacts-info__nums{margin-bottom:40px}.contacts-info__adress{font-size:18px}.contacts-callback__title{font-size:18px}.contacts-callback__button{font-size:20px}.contacts-callback__agreement{max-width:100%}}@media screen and (max-width: 767px){.section{padding:40px 0}.section__title{font-size:20px}.productions .card__title{font-size:14px}.service__info{margin-bottom:40px}.service-info__img{margin-bottom:20px}.service-info__text{padding-right:20px;margin-bottom:40px;font-size:12px;line-height:16px}.service-list__title{font-size:14px;margin:0 30px 20px 0}.service-list__item{padding-right:0;font-size:12px}.service-list__icon{margin-left:0;margin-right:10px}.service-list__button{margin:30px 0 0}.numbers__inner{display:block}.numbers-info__count{text-align:center;font-size:220px;margin-bottom:30px}.numbers-info__text{font-size:12px}.history{padding-right:30px}.history__title{font-size:12px;visibility:visible}.history__timeline{margin-bottom:20px}.history__button{display:none}.history__button-ph{display:block}.text__item{font-size:12px}.news__items--ph{display:grid;grid-template-columns:1fr;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:80px 0}.news__button{margin:40px 0 0}.news-card__text{font-weight:400}.news-card__link{font-size:14px}.map{grid-gap:200px 0;background-position:center 30%}.map__desc{font-size:12px}.partners__title{font-size:14px}.partners--desktop{display:none}.partners--phone{display:block}.partners-showcase{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:80px 50px}.partners-showcase__item{height:60px}.contacts__title{display:none}.contacts-info{margin-bottom:80px}.contacts-footer{display:block;margin-top:50px;font-size:12px;line-height:2}.contacts-info__title{font-size:12px}.contacts-info__nums{font-size:25px;margin-bottom:20px}.contacts-info__adress{font-size:12px}.contacts-callback__title{font-size:12px}.contacts-callback__button{font-size:16px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contacts-callback__title,.contacts-callback__input,.contacts-callback__button{margin-bottom:20px}.contacts-callback__agreement{font-size:12px}.contacts-footer__title{display:block}.contacts-footer__cop{margin-top:20px}.footer{padding-top:40px;margin-top:70px}.footer .footer-actions{grid-template-columns:1fr;grid-template-rows:repeat(2, 1fr)}.footer .footer-actions .file img{display:none}}.error{text-align:center;color:var(--color-error);padding-bottom:var(--header-height)}.error__image{margin:0 auto 50px;width:100%;max-width:1060px}.error__image--phone{display:none}.error__text{font-family:var(--font-stem)}.error__text-sub{display:inline}.error__link{color:inherit;position:relative;padding-bottom:3px}.error__link::after{position:absolute;bottom:0;left:0;width:100%;height:2px;content:"";background-color:var(--color-error)}@media screen and (max-width: 1279px){.error__text br{display:none}.error__text-sub{display:block}}@media screen and (max-width: 767px){.error{padding-top:70px}.error__image{margin:0 auto 70px}.error__image--desktop{display:none}.error__image--phone{display:block}}.objects{margin-top:100px;margin-bottom:100px}.objects .news-items--mb{row-gap:70px}@media screen and (max-width: 1279px){.news__items{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.objects{margin-top:40px;margin-bottom:80px}.objects .news__items{grid-template-columns:1fr}.objects .news__items--mb{row-gap:80px}}.detail{margin-top:100px}.detail__image-wrap{margin-bottom:125px}.detail__image{width:100%}.detail .detail-content{max-width:740px;margin:0 auto}.detail .detail-content .detail-text{color:var(--color-gray)}.detail .detail-content .detail-text p{margin-bottom:60px;font-size:18px;line-height:31px}.detail .detail-content .detail-text h2{font:400 40px/56px var(--font-stem),Arial,sans-serif;color:var(--color-white);margin-bottom:60px}.detail .detail-content .detail-text h3{font:400 24px/39px var(--font-stem),Arial,sans-serif;margin-bottom:60px}.detail .detail-desc{margin-bottom:60px}@media screen and (max-width: 1279px){.detail{margin-top:40px}.detail__image-wrap{margin-bottom:40px}.detail .detail-content{max-width:740px;margin:0 auto}.detail .detail-content .detail-text{color:var(--color-gray)}.detail .detail-content .detail-text p{margin-bottom:40px}.detail .detail-desc{margin-bottom:40px}}@media screen and (max-width: 767px){.detail .detail-content .detail-text h2{font-size:22px;line-height:33px}.detail .detail-content .detail-text h3{font-size:18px;line-height:29px}.detail .detail-content .detail-text p{font-size:14px;line-height:24px}}.partners{margin:70px 0}.partners .partners-list{display:grid;grid-template-columns:repeat(4, auto);grid-auto-rows:1fr;grid-gap:120px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.partners__image-wrap{width:140px;height:70px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.partners__image-wrap:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.partners__image{width:100%;-o-object-fit:contain;object-fit:contain;height:100%;-o-object-position:center;object-position:center}.partners__button--sm{display:none}@media screen and (max-width: 1279px){.partners{margin:40px 0}.partners .partners-list{grid-template-columns:repeat(3, auto)}}@media screen and (max-width: 767px){.partners .partners-list{grid-template-columns:repeat(2, auto);grid-gap:60px 0}.partners-showcase{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px 45px}.partners__img{max-width:100%}.partners__image-wrap{width:120px;height:60px}.partners__button--sm{display:block}}.licenses-container{margin-top:70px}.licenses-container .licenses-list{margin:0 0 100px;padding:0;list-style-type:none}.licenses-container .licenses-list__item{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:20px 90px;grid-auto-flow:row;grid-template-areas:"licenses-list__name licenses-list__image-wrap" "licenses-list__desc licenses-list__image-wrap" "licenses-list__action .";margin:0 0 100px;padding:50px 0 0;border-top:1px solid var(--color-white-05)}.licenses-container .licenses-list__item:last-of-type{margin-bottom:0}.licenses-container .licenses-list__desc{grid-area:licenses-list__desc}.licenses-container .licenses-list__name{grid-area:licenses-list__name}.licenses-container .licenses-list__action{grid-area:licenses-list__action;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.licenses-container .licenses-list__image-wrap{grid-area:licenses-list__image-wrap}.pagination{display:grid;grid-template-columns:1fr auto;margin-top:30px}.pagination-list{display:grid;grid-auto-flow:column dense;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:0 20px;margin:0;padding:0;list-style-type:none}.pagination-list__item--dots{color:var(--color-metall-05);cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination-list__link{font-family:var(--font-road);color:var(--color-metall-05);-webkit-transition:color .25s;transition:color .25s}.pagination-list__link--active,.pagination-list__link:hover{color:var(--color-metall)}.pagination-list__link--disable{pointer-events:none}.pagination-info{font-family:var(--font-road);color:var(--color-metall-05)}@media screen and (max-width: 1279px){.licenses-container{margin-bottom:80px}.licenses-container .licenses-list__item{grid-template-columns:1fr;grid-gap:20px 0;padding-top:20px;margin-bottom:60px}.licenses-container .licenses-list__image-wrap{display:none}.licenses-container .licenses-list__desc{line-height:24px}}@media screen and (max-width: 767px){.licenses-container{margin-top:40px}.licenses-container .pagination{display:none}}.content-career{margin-top:155px}.content-career__title{margin-bottom:70px;line-height:56px;color:var(--color-error)}.content-career__sub{max-width:860px;margin-bottom:155px;color:var(--color-error);line-height:38px}.content-career__sub a{color:var(--color-copper);text-decoration:underline}.content-career .career-steps{display:grid;grid-auto-columns:1fr;grid-template-columns:292px 1fr;gap:0px 100px;margin-bottom:150px}.content-career__bottom-text{color:var(--color-error);margin-left:392px;line-height:31px}.steps-list{list-style-type:none;display:grid;grid-auto-flow:row dense;grid-gap:70px 0;margin:0;padding:0}.steps-list__item{padding-top:20px;border-top:1px solid var(--color-white-03);color:var(--color-gray);display:grid;grid-template-columns:auto 430px}@media screen and (max-width: 1279px){.content-career{margin-top:80px}.content-career__title{text-indent:0;margin-bottom:40px}.content-career__sub{margin-bottom:80px}.content-career .career-steps{grid-template-columns:1fr;gap:40px 0;margin-bottom:40px}.content-career__bottom-text{color:var(--color-error);margin-left:auto;max-width:480px}.career-steps__list{max-width:480px;margin-left:auto}}@media screen and (max-width: 767px){.content-career__title{line-height:33px}.content-career__sub{line-height:28px}.steps-list__item{grid-template-columns:auto 1fr}}.supervisor{margin-top:50px}.supervisor-title{text-align:center}.supervisor__hello-text{color:var(--color-error);margin-bottom:100px}.supervisor .supervisor-content{max-width:740px;margin:0 auto}.supervisor .supervisor-content .supervisor-text{color:var(--color-gray)}.supervisor .supervisor-content .supervisor-text p{margin-bottom:100px}.supervisior-info{padding-top:50px;border-top:1px solid rgba(255,255,255,.3);display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:0 100px}.supervisior-info__text{color:var(--color-error)}.supervisior-info__name{margin-bottom:30px}.supervisior-info__status{line-height:38px;margin-bottom:30px}.supervisior-info__imag{width:100%}@media screen and (max-width: 1279px){.supervisor{margin-top:40px}.supervisor__hello-text{margin-bottom:50px}.supervisor .supervisor-content{max-width:none}.supervisor .supervisor-content .supervisor-text p{margin-bottom:50px}.supervisior-info{padding-top:40px;grid-template-columns:3fr 2fr}.supervisior-info__name{margin-bottom:20px}.supervisior-info__status{line-height:38px}}@media screen and (max-width: 767px){.supervisor{margin-top:50px}.supervisor-title{padding-top:50px;text-align:left}.supervisor__hello-text{margin-bottom:30px}.supervisor .supervisor-content .supervisor-text p{margin-bottom:30px}.supervisior-info{padding-top:30px;margin-bottom:80px;display:block}.supervisior-info__name{margin-bottom:30px}.supervisior-info__status{line-height:28px}}.safe-work{margin-top:50px}.safe-work__text{color:var(--color-error);margin-bottom:100px}.safe-work__years{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:180px}.safe-work__years-link{color:var(--color-error);text-decoration:underline;font-size:24px;-webkit-transition:color .15s linear;transition:color .15s linear;margin-bottom:20px;margin-right:70px}.safe-work__years-link:visited{color:var(--color-error)}.safe-work__years-link:hover{color:var(--color-white)}@media screen and (max-width: 1279px){.safe-work__text{margin-bottom:80px}.safe-work__years{margin-bottom:80px}}@media screen and (max-width: 767px){.safe-work{margin-top:40px}.safe-work__text{margin-bottom:40px}.safe-work__years{margin-bottom:40px}.safe-work__years-link{font-size:18px;margin-right:40px;margin-bottom:40px}}.requisites{margin-top:80px}.requisites__item{margin-bottom:200px}.requisites__name{color:var(--color-error);margin-bottom:50px}.requisites-list{max-width:850px;list-style:none;margin:0;padding:0;margin-bottom:80px}.requisites-list__item{display:grid;grid-template-columns:20% 1fr;margin-bottom:30px;line-height:34px}.requisites-list__item-key{color:var(--color-gray)}@media screen and (max-width: 1279px){.requisites{margin-top:60px}.requisites__item{margin-bottom:150px}.requisites-list{margin-bottom:60px}}@media screen and (max-width: 767px){.requisites{margin-top:40px}.requisites__item{margin-bottom:80px}.requisites__name{margin-bottom:40px}.requisites-list{margin-bottom:40px}.requisites-list__item{display:block;margin-bottom:40px;line-height:28px}.requisites-list__item-key{margin-bottom:10px}}.quality-content{margin-top:150px}.quality-content__container{display:grid;grid-template-columns:1fr 750px;grid-gap:0 30px;margin-bottom:150px}.quality-content__info{color:var(--color-gray)}.quality-content__info .text-2--mb{margin-bottom:70px}.quality-content__image-wrap{display:grid;grid-auto-flow:column;grid-gap:0 23px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.quality-content__image{width:120px;height:120px}.quality-content .control-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:40px 26px}.quality-content .control-list__item{padding-top:20px;border-top:1px solid var(--color-white-03);color:var(--color-gray)}.quality-content .control-list__counter{font-weight:bold;margin-bottom:20px}.quality-content .file-list{list-style:none;display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:33px;margin:0;padding:0}.quality-content .file-list__link:hover .file-list__text{opacity:.6}.quality-content .file-list__img{margin-bottom:50px;width:100px;height:120px}.quality-content .file-list__text{color:var(--color-white);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media screen and (max-width: 1279px){.hidden-sm{display:none}.quality-content{margin-top:45px}.quality-content__right{max-width:480px;margin-left:auto}.quality-content .quality-button{display:none}.quality-content__container{grid-template-columns:1fr;grid-auto-flow:row dense;grid-gap:30px 0;margin-bottom:80px}.quality-content__info .text-2--mb{margin-bottom:30px}.quality-content__image-wrap{grid-gap:0 40px}.quality-content__image{width:100px;height:100px}.quality-content .control-list{grid-template-columns:1fr;grid-auto-flow:row dense;grid-gap:50px 0}.quality-content .control-list__item{padding-top:10px}.quality-content .control-list__counter{margin-bottom:10px}.quality-content .file-list{grid-template-columns:1fr;grid-gap:70px 0;grid-auto-flow:row dense;max-width:480px;margin-left:auto}.quality-content .file-list__img{margin-bottom:30px}}.personal-policy{max-width:850px;margin-top:100px}.personal-policy__hello{margin-bottom:110px}.policy-hello__item{color:var(--color-gray);margin-bottom:40px;line-height:38px}.policy-paragraph{margin-bottom:100px;color:var(--color-gray)}.policy-paragraph__title{margin-bottom:30px;line-height:34px}.policy-paragraph__subtitle{font-weight:700;margin-bottom:10px}.policy-paragraph__text{line-height:31px;margin-bottom:40px}.policy-list{padding:0;margin:0;list-style:none}.policy-list__item{display:grid;grid-template-columns:30px 1fr;grid-gap:0 70px;margin-bottom:30px}.policy-list__item-icon{position:relative}.policy-list__item-icon:before{content:"";width:100%;height:1px;background:var(--color-gray);position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}.policy-list__item-text{line-height:31px}.policy-numeric{padding-left:20px}.policy-numeric__item{padding-left:70px}@media screen and (max-width: 1279px){.personal-policy{margin-top:80px}.personal-policy__hello{margin-bottom:100px}.policy-hello__item{line-height:35px}.policy-paragraph{margin-bottom:90px}}@media screen and (max-width: 767px){.personal-policy{margin-top:40px}.personal-policy__hello{margin-bottom:80px}.policy-hello__item{line-height:28px}.policy-paragraph{margin-bottom:80px}.policy-paragraph__title{margin-bottom:20px;line-height:28px}.policy-paragraph__text{line-height:23px}.policy-list__item{grid-template-columns:20px 1fr;grid-gap:0 20px}.policy-list__item-text{line-height:23px}.policy-numeric{padding-left:15px}.policy-numeric__item{padding-left:5px}}.technologies{margin-top:120px}.technologies__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:30px}@media screen and (max-width: 1279px){.technologies{margin-top:80px}}@media screen and (max-width: 767px){.technologies{margin-top:40px}.technologies__grid{grid-template-columns:1fr}}.production-all{margin-top:90px}.production-all__subtitle{margin-bottom:100px}.production-all__block{margin-bottom:200px}.production-all__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:30px}.production-all__more-button{display:none}@media screen and (max-width: 1279px){.production-all{margin-top:60px}.production-all__subtitle{margin-bottom:60px}.production-all__block{margin-bottom:100px}.production-all__grid{grid-template-columns:repeat(2, 1fr);margin-bottom:40px}}@media screen and (max-width: 767px){.production-all{margin-top:40px}.production-all__subtitle{margin-bottom:40px}.production-all__block{margin-bottom:80px}.production-all__grid{grid-template-columns:1fr;margin-bottom:40px}.production-all__phone-hidden{display:none}.production-all__more-button{display:block}}.map-example-page{padding-bottom:120px}.map-example-page .policy-numeric__item{margin-bottom:15px;padding-left:15px}.map-example-page .policy-numeric__item a{color:var(--color-white);-webkit-transition:opacity .2s;transition:opacity .2s}.map-example-page .policy-numeric__item a:hover{opacity:.5}.production-categories{margin-top:40px}.production-categories__list{list-style:none;padding:0;margin:0}.production-categories__list-item{border-top:1px solid var(--color-white-02);padding-top:10px;margin-bottom:60px}.production-categories__list-button{display:grid;grid-template-columns:1fr auto;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;width:100%}.production-categories__link-text{line-height:20px}@media screen and (max-width: 1279px){.production-categories__list-item{margin-bottom:40px}}.press-center{margin-top:100px}.press-center__news{margin-bottom:150px}.press-center__news-title{margin-bottom:60px}.press-center__news-items{margin-bottom:50px}.press-center__materials{margin-bottom:140px}.press-center__materials-title{margin-bottom:60px}.press-center__contacts-title{margin-bottom:50px}.press-center__contacts-items{display:grid;grid-template-columns:5fr 6fr 4fr 6fr;grid-gap:0 60px}.press-center__contacts-key{font-size:16px;color:var(--color-error);margin-bottom:20px}.press-center__contacts-value{font-size:18px;line-height:25px}@media screen and (max-width: 1279px){.press-center{margin-top:80px}.press-center__news{margin-bottom:100px}}@media screen and (max-width: 767px){.press-center{margin-top:40px}.press-center__news{margin-bottom:80px}.press-center__news-title{margin-bottom:40px}.press-center__news-items{margin-bottom:40px;grid-template-columns:1fr;grid-gap:40px 0}.press-center__materials{margin-bottom:80px}.press-center__materials-title{margin-bottom:40px}.press-center__contacts-title{margin-bottom:40px}.press-center__contacts-items{grid-template-columns:1fr;grid-gap:30px 0}.press-center__contacts-key{font-size:12px;margin-bottom:10px}.press-center__contacts-value{font-size:14px;line-height:24px}}.materials{margin-top:100px}.materials__items{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:30px}@media screen and (max-width: 1279px){.materials{margin-top:80px}.materials__items{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.materials{margin-top:40px}.materials__items{grid-template-columns:1fr;grid-gap:30px 0}}.news-all{margin-top:100px}.news-all__items{grid-gap:70px 30px;margin-bottom:100px}.news-all .news-card__img-wrap{margin-bottom:20px}@media screen and (max-width: 1279px){.news-all{margin-top:80px}}@media screen and (max-width: 767px){.news-all{margin-top:40px}.news-all__items{grid-gap:40px 0;margin-bottom:70px;grid-template-columns:1fr}}.news-detail .detail-content .detail-text p{margin-bottom:40px;font-size:18px;line-height:27px}.news-detail .detail-content .detail-text h3{font:400 24px/34px var(--font-stem),Arial,sans-serif;margin-bottom:40px}.news-detail .detail-content .detail-text .detail-list{margin:60px 0}.news-detail .detail-content .detail-text ul{padding:0;margin:0;list-style:none}.news-detail .detail-content .detail-text ul li{margin-bottom:30px;line-height:31px;position:relative;font-size:18px;padding-left:100px}.news-detail .detail-content .detail-text ul li::before{content:"";width:30px;height:1px;background:var(--color-gray);position:absolute;top:0;left:0;bottom:0;margin:auto}@media screen and (max-width: 767px){.news-detail .detail-content .detail-text .detail-list{margin:40px 0}.news-detail .detail-content .detail-text p{font-size:14px;line-height:24px}.news-detail .detail-content .detail-text ul li{line-height:24px;font-size:14px;padding-left:40px}.news-detail .detail-content .detail-text ul li::before{width:20px}.news-detail .detail-content .detail-text h3{font-size:18px;line-height:29px}}.service-detail{margin-top:70px}.service-detail .detail__image-wrap{margin-bottom:100px}.service-detail .detail-content .detail-text p.text-3{margin-bottom:40px}.service-detail .detail-desc{color:var(--color-error)}@media screen and (max-width: 1279px){.service-detail{margin-top:60px}.service-detail .detail__image-wrap{margin-bottom:60px}}@media screen and (max-width: 767px){.service-detail{margin-top:40px}.service-detail .detail__image-wrap{margin-bottom:40px}}.rate-product{margin-top:100px}.rate-product .indent{text-indent:240px}.rate-product .detail-content{max-width:650px}.rate-product .detail-content .detail-text p.text-2{margin-bottom:150px;line-height:38px}.rate-product .detail-desc{color:var(--color-error);margin-bottom:100px}.rate-form__intro{margin-bottom:100px}.rate-form__intro-title{margin-bottom:50px}.rate-form__intro-inputs{display:grid;grid-gap:20px 0}.rate-form__checkbox{margin-bottom:80px}.rate-form__checkbox-title{margin-bottom:50px;color:var(--color-error);line-height:38px;max-width:80%}.rate-form__checkbox-inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:20px}.rate-form__checkbox-inputs>.rect-checkbox{margin-right:20px;margin-bottom:20px}.rate-form__item{margin-bottom:150px}.rate-form__title{color:var(--color-error);margin-bottom:20px;line-height:38px}.rate-form__desc{color:var(--color-gray-07);margin-bottom:20px;line-height:27px}.rate-form__textarea{margin-bottom:50px}.rate-form__radio{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px}.rate-form__radio-item{margin-right:20px}.rate-form__radio-label{font-size:18px;margin-top:20px;text-align:center}@media screen and (max-width: 1279px){.rate-product{margin-top:80px}.rate-product .indent{text-indent:0}.rate-form__intro-title{margin-bottom:30px}.rate-form__item{margin-bottom:120px}.rate-form__textarea{margin-bottom:30px}}@media screen and (max-width: 767px){.rate-product{margin-top:40px}.rate-product .indent{text-indent:0}.rate-product .detail-content .detail-text p.text-2{margin-bottom:80px;line-height:28px}.rate-product .detail-desc{margin-bottom:80px}.rate-form__intro{margin-bottom:80px}.rate-form__intro-title{margin-bottom:20px}.rate-form__checkbox{margin-bottom:80px}.rate-form__checkbox-title{margin-bottom:40px;line-height:28px;max-width:100%}.rate-form__checkbox-inputs{padding-right:0}.rate-form__item{margin-bottom:100px}.rate-form__title{line-height:28px}.rate-form__desc{line-height:24px}.rate-form__textarea{margin-bottom:20px}.rate-form__title--radio{margin-bottom:10px}.rate-form__radio{margin-bottom:40px}.rate-form__radio-item{margin-right:10px}.rate-form__radio-label{font-size:14px;margin-top:10px}.rate-form__button{margin-top:80px}}.num-section{display:grid;grid-template-columns:194px 1fr;grid-column-gap:15px}.num-section__title{line-height:1.4;color:var(--color-metall)}.num-section__num{grid-row:span 2;color:var(--color-metall);font-family:var(--font-road);font-size:24px}.num-section__content{margin-top:90px;color:var(--color-gray)}.num-section__content-paragraph{margin-bottom:40px}.num-section__content-list{margin-top:90px;max-width:750px}@media screen and (max-width: 1279px){.num-section{grid-template-columns:120px 1fr}.num-section__content{margin-top:40px}.num-section__content-list{margin-top:60px}}@media screen and (max-width: 767px){.num-section{grid-template-columns:1fr}.num-section__num{margin-bottom:40px;font-size:14px;grid-row:auto}.num-section__content{margin-top:40px}.num-section__content>p{line-height:1.6}.num-section__content-list{margin-top:40px}}.contacts-page{margin-top:70px}.contacts-page__info{margin-bottom:80px}.contacts-page__map{width:100%;height:500px}.contacts-all__title{margin-bottom:50px}.contacts-all__items{display:grid;grid-template-columns:5fr 6fr 4fr 6fr;grid-gap:0 60px}.contacts-all__key{font-size:16px;color:var(--color-error);margin-bottom:20px}.contacts-all__value{font-size:18px;line-height:25px;color:var(--color-white);text-decoration:none}@media screen and (max-width: 1279px){.contacts-page{margin-top:40px}.contacts-page__info{margin-bottom:60px}.contacts-page__map{height:300px}.contacts-all__key{font-size:14px}.contacts-all__value{font-size:16px}}@media screen and (max-width: 767px){.contacts-page{margin-top:20px}.contacts-page__info{margin-bottom:30px}.contacts-page__map{height:200px}.contacts-all__title{margin-bottom:40px}.contacts-all__items{grid-template-columns:1fr;grid-gap:30px 0}.contacts-all__key{font-size:12px;margin-bottom:10px}.contacts-all__value{font-size:14px;line-height:24px}}.product-card{padding-top:59px}.product-card__preview{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:145px}.product-card__preview-left,.product-card__preview-right{width:50%}.product-card__preview-left{padding-right:80px}.product-card__title{font:48px/58px var(--font-road),Arial,sans-serif;margin-bottom:54px}.product-card__subtitle{font-size:24px;line-height:34px;margin-bottom:30px}.product-card__description{font-size:18px;line-height:33px}.product-card__detail-description>ul,.product-card__detail-description>h2,.product-card__detail-description>h3,.product-card__detail-description>h4,.product-card__detail-description>h5,.product-card__detail-description>ol,.product-card__detail-description>p{max-width:678px}.product-card__detail-description_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-card__detail-description-left{width:55%;max-width:652px}.product-card__detail-description-right{width:45%}.product-card__detail-description>div{margin-bottom:80px;position:relative}.product-card__detail table{border-spacing:0}.product-card__detail table td{padding:18px 30px 42px;line-height:30px}.product-card__detail table tr:first-child td{font-weight:500}.product-card__detail table tr:nth-child(odd) td{background-color:var(--color-gray-semi-dark)}.product-card__detail table tr:nth-child(even) td{background-color:var(--color-gray-light)}.product-card__detail ul{padding-left:20px;margin-bottom:89px}.product-card__detail ul:last-child{margin-bottom:0}.product-card__detail ul li{margin-bottom:20px}.product-card__detail ul li::marker{font-size:20px}.product-card__detail h3{font-family:var(--font-stem);margin-bottom:30px}.product-card__detail h4{font:400 16px/24px var(--font-stem);margin-bottom:42px}.product-card__detail dl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px 0 29px;border-bottom:1px solid var(--color-black-02);margin:0}.product-card__detail dl dt{line-height:24px;max-width:230px}.product-card__detail dl dd{font:900 60px/60px var(--font-road),Arial,sans-serif;color:var(--color-black-prog);margin:0}@media screen and (max-width: 1279px){.product-card{padding-top:0}.product-card__preview-left{padding-right:40px}.product-card__title{font-size:34px;line-height:44px;margin-bottom:40px}.product-card__subtitle{font-size:20px;line-height:30px;margin-bottom:20px}.product-card__description{font-size:16px;line-height:28px}.product-card__detail-description_flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-card__detail-description-left,.product-card__detail-description-right{width:100%}.product-card__detail-description-left{margin-bottom:80px}.product-card__detail-description>div{margin-bottom:70px}.product-card__detail-description>div.shadow-right::after,.product-card__detail-description>div.shadow-left::before{content:"";display:block;position:absolute;top:0;height:100%;width:35px;background:-webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));background:linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);z-index:2}.product-card__detail-description>div.shadow-right::after{right:0}.product-card__detail-description>div.shadow-left::before{left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.product-card__detail table{width:1000px}.product-card__detail table td{font-size:12px;line-height:16px;padding:10px 10px 28px;vertical-align:top}}@media screen and (max-width: 767px){.product-card{padding-top:40px}.product-card__preview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:60px}.product-card__preview-left,.product-card__preview-right{width:100%}.product-card__preview-left{padding-right:0;margin-bottom:40px}.product-card__title{font-size:20px;line-height:24px}.product-card__subtitle{font-size:18px;line-height:29px}.product-card__description{font-size:14px;line-height:24px}.product-card__detail-description-left{margin-bottom:40px}.product-card__detail h3{font-size:18px}.product-card__detail h4{font-size:12px}.product-card__detail ul li{font-size:12px}.product-card__detail table{width:640px}.product-card__detail dl{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:40px 0 12px}.product-card__detail dl dt{font-size:12px;max-width:initial;margin-bottom:12px}.product-card__detail dl dd{font-size:50px;line-height:50px}}.technologies-detail__content-text{color:var(--color-gray)}.technologies-detail__num-section{margin-top:160px;border-top:1px solid var(--color-white-03);padding-top:40px}.technologies-detail__num-section--empty{border-top:none}.technologies-detail__button{background:#fff}.technologies-detail__steps-list{margin-bottom:140px}.technologies-detail__table-grid{margin-bottom:80px}.technologies-detail__advantages{margin-bottom:120px;max-width:775px}.technologies-detail__advantages-title{color:var(--color-metall);margin-bottom:60px}.technologies-detail__button-first{margin-bottom:20px}.technologies-detail__block{margin-top:120px}.technologies-detail__block p{margin-bottom:80px}@media screen and (max-width: 1279px){.technologies-detail__num-section{margin-top:100px}.technologies-detail__steps-list{margin-bottom:80px}.technologies-detail__advantages{margin-bottom:80px}.technologies-detail__advantages-title{margin-bottom:40px}.technologies-detail__block{margin-top:80px}.technologies-detail__block p{margin-bottom:60px}}@media screen and (max-width: 767px){.technologies-detail__num-section{margin-top:80px}.technologies-detail__steps-list{margin-bottom:80px}.technologies-detail__table-grid{margin-bottom:40px}.technologies-detail__advantages{margin-bottom:40px}.technologies-detail__advantages-title{margin-bottom:40px}.technologies-detail__button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--gradient-grad)}.technologies-detail__button img{display:none}.technologies-detail__block{margin-top:60px}.technologies-detail__block p{margin-bottom:40px}}.search-result{padding-top:210px}.search-result__item{position:relative;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}.search-result__item:not(:last-child){margin-bottom:50px}.search-result__link:hover .search-result__content{color:rgba(255,255,255,.9)}.search-result__link:hover .search-result__arrow{-webkit-transform:translateX(10px);transform:translateX(10px)}.search-result__content{display:block;font-size:24px;color:var(--color-error);font-weight:400;line-height:1.4;max-width:985px;padding-right:40px;-webkit-transition:hover .25s;transition:hover .25s}.search-result__content strong{font-weight:700}.search-result__breadcrumbs{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.search-result__breadcrumbs-item{color:rgba(255,255,255,.5);font-size:16px}.search-result__breadcrumbs-item:not(:first-child){margin-left:5px}.search-result__breadcrumbs-item:not(:last-child)::after{content:" / "}.search-result__breadcrumbs-link{color:inherit;-webkit-transition:color .25s;transition:color .25s}.search-result__breadcrumbs-link:hover{color:rgba(255,255,255,.9)}.search-result__arrow{position:absolute;top:20px;right:0;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s}.search-result__more{margin-top:100px}@media screen and (max-width: 767px){.search-result{padding-top:75px}.search-result__content{font-size:18px;padding-right:0}.search-result__breadcrumbs-item{font-size:12px}.search-result__pagination{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.search-result__pagination-list{display:none}.search-result__pagination-info{margin:0 auto;font-size:14px}.search-result__more{margin-top:50px}.search-result__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search-result__arrow{display:none}}

/*# sourceMappingURL=style.min.css.map*/
/* End */


/* Start:/local/templates/izmeron/custom.css?17509400041765*/
.default-text {
	font-size: 18px;
}
.default-text a {
	text-decoration: underline;
	transition: 0.3s all;
}
.production-all__block h2 a {
	transition: 0.3s all;
}

.default-text a:hover,
.production-all__block h2 a:hover {
	opacity: 0.6;
}
.default-text table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}
.default-text table td {
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.default-text p,
.default-text table,
.default-text ul,
.default-text ol {
	margin: 20px 0px;
}
.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5,
.default-text h6 {
	margin: 30px 0px 20px;
}

.default-text p:first-child,
.default-text table:first-child,
.default-text ul:first-child,
.default-text ol:first-child,
.default-text h1:first-child,
.default-text h2:first-child,
.default-text h3:first-child,
.default-text h4:first-child,
.default-text h5:first-child,
.default-text h6:first-child {
	margin-top: 0 !important;
}
.default-text p:last-child,
.default-text table:last-child,
.default-text ul:last-child,
.default-text ol:last-child,
.default-text h1:last-child,
.default-text h2:last-child,
.default-text h3:last-child,
.default-text h4:last-child,
.default-text h5:last-child,
.default-text h6:last-child {
	margin-bottom: 0 !important;
}

.global-file-download {
	width: fit-content;
	margin-top: 30px;
}

@media (max-width: 1200px) {
	.default-text {
        font-size: 14px;
    }
	.default-text table td {
		padding: 5px;
		font-size: 12px;
	}
	.default-text p,
	.default-text table,
	.default-text ul,
	.default-text ol {
		margin: 15px 0px;
	}
	.default-text h1,
	.default-text h2,
	.default-text h3,
	.default-text h4,
	.default-text h5,
	.default-text h6 {
		margin: 20px 0px 15px;
	}
}
/* End */
/* /local/templates/izmeron/assets/css/style.min.css?1633422269225052 */
/* /local/templates/izmeron/custom.css?17509400041765 */
