@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 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);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 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);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

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

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
  transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-handle-touch-area {
  position: relative;
  width: 44px;
  height: 44px;
  left: -15px;
  top: -15px;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-target {
  background: #cdcdcd;
  border-radius: 4px;
  border: 1px solid transparent;
}

.noUi-connect {
  background: #26A69A;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-target {
  border: 0;
  border-radius: 0;
}

.noUi-horizontal {
  height: 3px;
}

.noUi-vertical {
  height: 100%;
  width: 3px;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #26A69A;
  border: none;
  left: -5px;
  top: -6px;
  -webkit-transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.noUi-handle:before {
  content: none;
}

.noUi-handle:after {
  content: none;
}

.noUi-tooltip span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  position: absolute;
  top: 6px;
  left: -1px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.noUi-horizontal .noUi-tooltip span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.noUi-vertical .noUi-tooltip span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.noUi-target.noUi-vertical .noUi-tooltip {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  background-color: #26A69A;
  border-radius: 50%;
  -webkit-transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0.5) rotate(-45deg);
          transform: scale(0.5) rotate(-45deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.noUi-target.noUi-vertical .noUi-active .noUi-tooltip {
  border-radius: 15px 15px 15px 0;
  -webkit-transform: rotate(-135deg) translate(35px, -10px);
          transform: rotate(-135deg) translate(35px, -10px);
}

.noUi-vertical .noUi-tooltip span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
  position: absolute;
  top: 7px;
  left: -1px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.noUi-horizontal .noUi-active .noUi-tooltip span,
.noUi-vertical .noUi-active .noUi-tooltip span {
  opacity: 1;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.debug_dump {
  background: #f5f2f0;
  border: solid 1px rgba(51, 51, 51, 0.12);
  clear: both;
  float: left;
  margin-top: 45px;
  overflow: auto;
  padding: 12px 7px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.main-nav {
  background-color: #2d2d2d;
  color: #666;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.main-nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #2ecc71;
}

.brand-logo {
  height: 56px;
}

.brand-logo img {
  margin-left: 3px;
  margin-top: 7px;
  width: 130px;
}

.message-item {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.message-item .collapsible-icon {
  margin-top: 8px;
}

.message-item span {
  font-size: 0.8rem;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  padding: 0;
}

.message-item a {
  padding: 0;
}

.message-item a:hover {
  background: transparent;
}

.message-item a i {
  margin-top: 12px;
  height: 20px;
}

.message-item a i:hover {
  color: #00C853;
  font-weight: bolder;
}

.message-item p {
  margin: 0;
}

.default {
  border: 1px solid #cccccc;
}

.success {
  background-color: #00C853;
}

.danger {
  background-color: #F44336;
}

.danger:hover {
  background-color: #FC6665;
}

.delete {
  position: absolute;
  top: -19px;
  right: -9px;
}

.delete:hover {
  background-color: #ddd;
}

.row-reset {
  margin-bottom: 0px;
}

.separator.up {
  margin-top: 30px;
}

.separator.down {
  margin-bottom: 30px;
}

.center-pading {
  padding: 5px;
}

.input-field .select-wrapper.invalid {
  border-bottom: 0;
}

.input-field .select-wrapper.invalid input.select-dropdown {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
          box-shadow: 0 1px 0 0 #F44336;
}

.input-field .invalid[type="checkbox"] + label:before {
  border: 3px solid #F44336;
  background: transparent;
}

.input-field .invalid[type="checkbox"]:checked + label:before {
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}

.modal {
  padding: 0px;
}

.modal-header {
  background-color: #484848;
  border-bottom: solid 1px #ecf0f1;
  color: #fff;
  float: left;
  margin-bottom: 20px;
  padding: 20px 35px;
  width: 100%;
}

.modal-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-header .title span {
  margin-left: 10px;
}

#footer-match {
  background-color: #333;
  color: #999999;
  margin-top: 0px;
}

#footer-match .footer-match-copyright {
  background-color: #202020;
  color: #999999;
}

footer div a {
  color: #999999;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

footer div a:hover {
  color: #2ecc71;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 600px) {
  .card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 100px;
  }
  .brand-logo img {
    margin-left: 0px;
    margin-top: 5px;
    width: 115px;
  }
}

.btn.disabled,
.disabled.btn-large,
.btn-flat.disabled,
.btn[disabled],
[disabled].btn-large {
  background-color: #E6E6E6;
  background-image: none;
  border: none;
  color: #333;
  cursor: not-allowed;
  filter: alpha(opacity=40);
  opacity: .4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.collapsible-body {
  padding: 0;
}

.collapsible-body fieldset {
  margin: 2px 2px;
}

.noUi-connect {
  background: #2ecc71;
}

.noUi-horizontal .noUi-handle {
  background: #2ecc71;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
  background-color: #2ecc71;
}

.img-button {
  float: left;
  padding: 0 20px;
}

.img-button:hover i {
  color: #4CAF50;
}

.img-button i {
  font-size: 2rem;
}

@-webkit-keyframes progrex-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progrex-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progrex {
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progrex-bar {
  background-color: #337ab7;
  color: #fff;
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  width: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progrex-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progrex-bar.active {
  -webkit-animation: progrex-bar-stripes 2s linear infinite;
  animation: progrex-bar-stripes 2s linear infinite;
}

.progrex-bar-success {
  background-color: #5cb85c;
}

.progrex-bar-info {
  background-color: #5bc0de;
}

.progrex-bar-warning {
  background-color: #f0ad4e;
}

.progrex-bar-danger {
  background-color: #d9534f;
}

nav ul li {
  position: relative;
}

nav .dropdown-content {
  top: 64px !important;
  right: 0;
  min-width: 180px;
  left: auto !important;
  border: 0;
}

nav .dropdown-content.messages {
  width: 250px !important;
}

nav .dropdown-content li > span {
  padding: 0;
}

nav.main-nav {
  text-transform: uppercase;
}

nav.main-nav ul a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #2ecc71;
}

nav.main-nav ul a:hover .counts {
  color: #fff;
}

.card {
  overflow: hidden;
}

#card-alert .card .card-content {
  padding: 20px 40px 20px 20px;
}

#card-alert i {
  font-size: 20px;
  position: relative;
  top: 2px;
}

#card-alert button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.row .flex-grid .flex-item {
  margin-left: 0;
}

#flash-messages {
  left: 0;
  margin-top: 64px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.counts {
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 5;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  top: 10px;
  right: 10px;
  background: #ff0057;
  display: block;
  border-radius: 10px;
  padding: 0;
}

.errors_block {
  background-color: #F2DEDE;
  border: 2px solid #EED3D7;
  border-radius: 2px;
  color: #F44336;
  margin: 0 0 15px;
  padding: 8px 20px 8px 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.errors_block ul {
  font-size: 16px;
}

.errors_block span {
  font-weight: bold;
}

p {
  color: #222222;
  font-size: 14px;
  line-height: 20px;
}

.no-padding {
  padding: 0px;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.actions {
  text-align: right;
}

label abbr {
  border-bottom: 0 !important;
  color: #f00;
  text-decoration: none;
}

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
swiper-pagination-bullet
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

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

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

.swiper-container-horizontal > .s, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

.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: -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;
  text-align: center;
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: auto;
  right: 0%;
  -webkit-transform: none;
          transform: none;
}

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

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

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/general/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/general/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/general/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/general/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/general/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/general/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.nice-select {
  position: relative;
  padding-left: 15px;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.starability-result {
  position: relative;
  width: 150px;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  font-size: 0.1em;
  color: transparent;
}

.starability-result:after {
  content: ' ';
  position: absolute;
  left: 0;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  background-position: 0 -13px;
}

.starability-result[data-rating="5"]::after {
  width: 65px;
  background-size: 13px auto;
}

.starability-result[data-rating="4"]::after {
  width: 52px;
  background-size: 13px auto;
}

.starability-result[data-rating="3"]::after {
  width: 39px;
  background-size: 13px auto;
}

.starability-result[data-rating="2"]::after {
  width: 26px;
  background-size: 13px auto;
}

.starability-result[data-rating="1"]::after {
  width: 13px;
  background-size: 13px auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .starability-result {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==");
    background-size: 13px auto;
  }
  .starability-result:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==");
    background-size: 13px auto;
  }
}

.starability-basic {
  display: block;
  position: relative;
  width: 77px;
  min-height: 13px;
  padding: 0;
  border: none;
  background-size: 13px auto;
}

.starability-basic input {
  position: absolute !important;
  margin-right: -100% !important;
  opacity: 0 !important;
  background-size: 13px auto;
}

.starability-basic > label {
  position: relative;
  z-index: 1111;
  margin-right: 3px;
}

.starability-basic > input:checked ~ label,
.starability-basic > input:focus ~ label {
  background-position: 0 0;
  background-size: 13px auto;
}

.starability-basic > input:checked + label,
.starability-basic > input:focus + label {
  background-position: 0 -13px;
  background-size: 13px auto;
  background-size: 13px auto;
}

.starability-basic > input[disabled]:hover + label {
  cursor: default;
  background-size: 13px auto;
}

.starability-basic > input:not([disabled]):hover ~ label {
  background-position: 0 0;
  background-size: 13px auto;
}

.starability-basic > input:not([disabled]):hover + label {
  background-position: 0 -13px;
  background-size: 13px auto;
}

.starability-basic > input:not([disabled]):hover + label::before {
  opacity: 0;
  background-size: 13px auto;
}

.starability-basic > input:focus + label {
  background-size: 13px auto;
}

.starability-basic .starability-focus-ring {
  position: absolute;
  left: 0;
  width: 100%;
  height: 13px;
  pointer-events: none;
  opacity: 0;
  background-size: 13px auto;
}

.starability-basic > .input-no-rate:focus ~ .starability-focus-ring {
  opacity: 1;
  background-size: 13px auto;
}

.starability-basic > label {
  position: relative;
  display: inline-block;
  float: left;
  width: 13px;
  height: 13px;
  font-size: 0.1em;
  color: transparent;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 0 -13px;
  background-size: 13px auto;
}

.starability-basic > label::before {
  content: '';
  position: absolute;
  display: block;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  background-position: 0 13px;
  pointer-events: none;
  opacity: 0;
  background-size: 13px auto;
}

.starability-basic > label:nth-of-type(5)::before {
  width: 52px;
  left: -52px;
  background-size: 13px auto;
}

.starability-basic > label:nth-of-type(4)::before {
  width: 39px;
  left: -39px;
  background-size: 13px auto;
}

.starability-basic > label:nth-of-type(3)::before {
  width: 26px;
  left: -26px;
  background-size: 13px auto;
}

.starability-basic > label:nth-of-type(2)::before {
  width: 13px;
  left: -13px;
}

.starability-basic > label:nth-of-type(1)::before {
  width: 0px;
  left: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .starability-basic > label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==");
    background-size: 13px auto;
  }
}

@media screen and (-ms-high-contrast: active) {
  .starability-basic {
    width: auto;
  }
  .starability-basic > input {
    position: static;
    margin-right: 0;
    opacity: 1;
  }
  .starability-basic .input-no-rate {
    display: none;
  }
  .starability-basic > label {
    display: inline;
    float: none;
    width: auto;
    height: auto;
    font-size: 1em;
    color: inherit;
    background: none;
  }
  .starability-basic > label::before, .starability-basic > label::after {
    display: none;
  }
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-lightitalic.eot");
  src: url("../fonts/inter/inter-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-lightitalic.woff") format("woff"), url("../fonts/inter/inter-lightitalic.ttf") format("truetype"), url("../fonts/inter/inter-lightitalic.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: italic;
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-regularitalic.eot");
  src: url("../fonts/inter/inter-regularitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-regularitalic.woff") format("woff"), url("../fonts/inter/inter-regularitalic.ttf") format("truetype"), url("../fonts/inter/inter-regularitalic.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: italic;
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-mediumitalic.eot");
  src: url("../fonts/inter/inter-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-mediumitalic.woff") format("woff"), url("../fonts/inter/inter-mediumitalic.ttf") format("truetype"), url("../fonts/inter/inter-mediumitalic.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: italic;
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-semibolditalic.eot");
  src: url("../fonts/inter/inter-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-semibolditalic.woff") format("woff"), url("../fonts/inter/inter-semibolditalic.ttf") format("truetype"), url("../fonts/inter/inter-semibolditalic.svg?#webfont") format("svg");
  font-weight: 600;
  font-style: italic;
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-bolditalic.eot");
  src: url("../fonts/inter/inter-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-bolditalic.woff") format("woff"), url("../fonts/inter/inter-bolditalic.ttf") format("truetype"), url("../fonts/inter/inter-bolditalic.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-bolditalic.eot");
  src: url("../fonts/inter/inter-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-bolditalic.woff") format("woff"), url("../fonts/inter/inter-bolditalic.ttf") format("truetype"), url("../fonts/inter/inter-bolditalic.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-extrabolditalic.eot");
  src: url("../fonts/inter/inter-extrabolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-extrabolditalic.woff") format("woff"), url("../fonts/inter/inter-extrabolditalic.ttf") format("truetype"), url("../fonts/inter/inter-extrabolditalic.svg?#webfont") format("svg");
  font-weight: 800;
  font-style: italic;
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-blackitalic.eot");
  src: url("../fonts/inter/inter-blackitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-blackitalic.woff") format("woff"), url("../fonts/inter/inter-blackitalic.ttf") format("truetype"), url("../fonts/inter/inter-blackitalic.svg?#webfont") format("svg");
  font-weight: 900;
  font-style: italic;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

html.no-scroll, body.no-scroll {
  overflow: hidden;
}

body {
  font-family: 'inter', sans-serif;
  color: #353535;
  margin: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.collapsible-body {
  overflow: hidden;
}

.footer {
  margin-top: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none;
}

.number-input-button {
  border: none;
  border: 2px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  font-weight: bold;
  color: green;
}

.number-result {
  width: 40px;
  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;
  text-align: center;
}

.number-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.number-input {
  -webkit-box-shadow: inset 0 0 0 rgba(64, 150, 255, 0.1);
          box-shadow: inset 0 0 0 rgba(64, 150, 255, 0.1);
  margin: 1rem 0;
  pointer-events: none;
  text-align: center;
  border: none;
  width: 30px;
  display: none;
  text-align: center;
}

#scene {
  position: relative;
  width: 100%;
}

.block-1 {
  position: absolute;
  left: 50% !important;
}

.block-2 {
  position: absolute;
  left: 50% !important;
}

.swiper-container {
  overflow: visible !important;
}

.m-bg-cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.m-bg-cont img:nth-child(1) {
  display: none;
}

.m-select {
  background: #FFFFFF;
  border: 1px solid #E2E2E2 !important;
  height: 50px !important;
  border-radius: 0 !important;
  max-width: 270px;
  width: 100%;
  height: 50px;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #323232 !important;
}

.m-select:after {
  border-color: #2B7EE0 !important;
}

.m-select .list {
  width: calc(100% + 2px) !important;
  left: -1px !important;
  max-height: 270px;
  overflow-y: auto;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.m-select .list .option {
  height: 45px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 128%;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D7DEE9 !important;
}

.m-select .list .option:hover {
  background-color: #F6F9FE;
}

.m-select .list .option:last-child {
  border-bottom: 0;
}

.m-select .list .option.focus {
  background-color: #F6F9FE !important;
  font-weight: 300 !important;
}

.m-select.open {
  border-color: #2B7EE0 !important;
  border-bottom: none !important;
}

.m-select.open .list {
  min-width: 100% !important;
  -webkit-transform: translateY(-4px) !important;
          transform: translateY(-4px) !important;
  z-index: 12 !important;
  border-left: 1px solid #2B7EE0 !important;
  border-right: 1px solid #2B7EE0 !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #2B7EE0 !important;
}

#slider {
  width: 100%;
}

.noUi-base {
  background-color: #e2e2e2;
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
  top: -4.5px;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
  background: #2062B0;
}

.noUi-connect {
  background: #2062B0;
}

.noUi-horizontal .noUi-handle {
  background: #2062B0;
  width: 10px;
  height: 11px;
  border-radius: 3px !important;
  background-color: #2062B0 !important;
}

.noUi-target {
  background: #2062B0;
}

.noUi-active {
  border-radius: 40px 40px 40px 40px !important;
}

a {
  text-decoration: none;
  color: #323232;
  font-weight: 400;
}

.noUi-tooltip span {
  display: none;
}

.noUi-tooltip {
  width: 100px;
  -webkit-transform: rotate(0) translatex(-50%) !important;
          transform: rotate(0) translatex(-50%) !important;
  background-color: transparent !important;
  opacity: 1 !important;
  color: black !important;
}

.noUi-tooltip span {
  -webkit-transform: none !important;
          transform: none !important;
  color: black !important;
  opacity: 1 !important;
  top: calc(100% + 23px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-align: center !important;
  color: #4F4F4F !important;
}

.collapsible-body {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 85px;
  text-align: center;
  color: #1E1700;
}

h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #1E1700;
}

h2 span {
  display: inline;
  --underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
  padding: 0 calc(var(--underline-padding-x) + calc(var(--underline-cap-width) * var(--underline-width-scale)));
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--underline-color)), to(var(--underline-color)));
  background-image: -webkit-linear-gradient(top, var(--underline-color), var(--underline-color));
  background-image: linear-gradient(180deg, var(--underline-color), var(--underline-color));
  background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
  background-position-y: calc(100% - var(--underline-offset-y) * -1);
  background-size: calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px);
}

h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #1E1700;
}

.btn1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 24px 52px;
  background: #FFC600;
  -webkit-box-shadow: 0px 4px 35px rgba(255, 198, 0, 0.5);
          box-shadow: 0px 4px 35px rgba(255, 198, 0, 0.5);
  border-radius: 67px;
}

.btn1:hover {
  cursor: pointer;
  background: #FFC600;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn1:active {
  cursor: pointer;
  background: #FFC600;
  -webkit-box-shadow: inset 0px 6px 4px rgba(214, 166, 0, 0.5);
          box-shadow: inset 0px 6px 4px rgba(214, 166, 0, 0.5);
  border-radius: 67px;
}

.wrapper {
  width: 1384px;
  margin: 0px auto;
}

.wrapper2 {
  width: 1256px;
  margin: 0px auto;
}

.header {
  background: rgba(255, 255, 255, 0.69);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  padding-top: 18px;
  padding-bottom: 27px;
  z-index: 10;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__container-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 24px;
}

.header__container-menu-cont {
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 16px;
  padding: 33px;
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  width: 268px;
  top: 50px;
}

.header__container-menu-cont a {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}

.header__container-menu-cont a:not(:last-child) {
  margin-bottom: 22px;
}

.header__container-menu-cont a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0148FF;
}

.header__container-menu-cont.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__container-menu p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-left: 32px;
}

.header__container-menu p:hover {
  cursor: pointer;
}

.header__container-menu svg:hover {
  cursor: pointer;
}

.header__container-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 305px;
  margin-left: auto;
  margin-right: 24px;
}

.header__container-add-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.header__container-add a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0148FF;
  margin-top: 3px;
}

.header__container-add a:hover {
  cursor: pointer;
  color: #5887ff;
}

.header__container-add a:active {
  cursor: pointer;
  color: #0031ad;
}

.header__container-phone-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__container-phone-title svg {
  margin-right: 16px;
}

.header__container-phone-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0148FF;
  padding-left: 21px;
  margin-top: 11px;
}

.header__container-phone-btn:hover {
  cursor: pointer;
  color: #5887ff;
}

.header__container-phone-btn:active {
  cursor: pointer;
  color: #0031ad;
}

.first {
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
  padding-bottom: 105px;
}

.first-cir {
  z-index: -1;
  position: absolute;
  top: -335px;
  right: 90px;
}

.first__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
}

.first__container-text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-top: 33px;
}

.first__container-text span {
  font-weight: bold;
  display: inline;
  --underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
  padding: 0 calc(var(--underline-padding-x) + calc(var(--underline-cap-width) * var(--underline-width-scale)));
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--underline-color)), to(var(--underline-color)));
  background-image: -webkit-linear-gradient(top, var(--underline-color), var(--underline-color));
  background-image: linear-gradient(180deg, var(--underline-color), var(--underline-color));
  background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
  background-position-y: calc(100% - var(--underline-offset-y) * -1);
  background-size: calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px);
}

.first__container-cont {
  margin-top: 93px;
  position: relative;
}

.first__container-cont-video {
  margin-right: 270px;
  height: 575px;
  width: 824px;
  border-radius: 60px;
  position: relative;
}

.first__container-cont-video .lightgallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.first__container-cont-video .lightgallery a {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.first__container-cont-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  border-radius: 60px;
}

.first__container-cont-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 2;
}

.first__container-cont-video-play svg {
  fill: none;
}

.first__container-cont-video:hover .first__container-cont-video-play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.first__container-cont-right {
  position: absolute;
  top: 0;
  right: 25px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 4;
}

.first__container-cont-right-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 17px 26px;
  max-width: 305px;
  position: relative;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.54);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 17px;
  margin-top: 44px;
}

.first__container-cont-right-item svg {
  position: absolute;
  bottom: -15px;
  right: -10px;
}

.first__container-cont-right-btn {
  margin-top: 47px;
}

.first__container-cont .icon__ar {
  position: absolute;
  right: 32px;
  top: -78px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.spec {
  margin-top: 177px;
  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;
}

.spec__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1203px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.spec__top svg {
  position: absolute;
  top: -73px;
  left: -88px;
  fill: none;
}

.spec__top h2 {
  max-width: 920px;
}

.spec__top-text {
  margin-top: 28px;
  max-width: 1011px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

.spec__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 218px;
  margin-right: -51px;
}

.spec__container-item {
  width: calc(33.333% - 51px);
  margin-right: 51px;
  min-height: 427px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 18px 45px;
  padding-bottom: 59px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 57px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spec__container-item:hover {
  background: rgba(255, 198, 0, 0.02);
  border: 1px dashed rgba(255, 198, 0, 0.69);
  border-radius: 15px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.spec__container-item:hover .spec__container-item-img::before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.spec__container-item-img {
  position: absolute;
  left: 12px;
  top: -14px;
  background: #FFC600;
  border-radius: 15px;
  padding: 13px 20px;
  z-index: 1;
}

.spec__container-item-img::before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border-radius: 15px;
  -webkit-transform: rotate(-10.07deg);
          transform: rotate(-10.07deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.spec__container-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #1E1700;
  padding-left: 91px;
}

.spec__container-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 40px;
}

.spec__container-item-btn {
  border: 2px solid #FFC600;
  border-radius: 42px;
  padding: 25px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: center;
}

.spec__container-item-btn:hover {
  cursor: pointer;
  background: #FFC600;
  font-style: normal;
  font-weight: 600;
  color: #000000;
}

.spec__container-item-btn:active {
  cursor: pointer;
  background: #d6a800;
  border: 2px solid #d6a800;
  font-style: normal;
  font-weight: 600;
  color: #000000;
}

.spec__bot {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #1E1700;
  position: relative;
  max-width: 748px;
  margin-top: 100px;
}

.spec__bot .icon__specb {
  fill: none;
  position: absolute;
  left: -87px;
  top: -40px;
}

.spec__bot .icon__vos {
  position: absolute;
  top: -41px;
  left: -86px;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
}

.plus {
  margin-top: 295px;
  background: -webkit-linear-gradient(269.93deg, #F7F7F7 32.06%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(180.07deg, #F7F7F7 32.06%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  z-index: 1;
}

.plus::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 500px;
  position: absolute;
  top: -200px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: #F7F7F7;
}

.plus__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plus h2 {
  max-width: 1046px;
}

.plus-text {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  background-color: #FFC600;
  padding: 3px 11px;
  padding-bottom: 7px;
  margin-top: 21px;
}

.plus__container {
  background: #FCFCFC;
  border: 1px dashed #FFC600;
  border-radius: 54px;
  width: 843px;
  margin-left: 220px;
  position: relative;
  margin-top: 76px;
  padding: 54px 70px;
  padding-left: 198px;
  padding-bottom: 61px;
}

.plus__container-c {
  position: absolute;
  top: 506px;
  right: -171px;
}

.plus__container-h {
  position: absolute;
  top: -54px;
  left: -144px;
}

.plus__container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plus__container-item:not(:last-child) {
  margin-bottom: 40px;
}

.plus__container-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1E1700;
  margin-left: 27px;
}

.plus-textb {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  max-width: 417px;
  margin-top: 33px;
  margin-left: 290px;
}

.plus-zak {
  width: 100%;
  padding: 56px 0px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.plus-zak-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.plus-zak-items img {
  margin-right: 64px;
}

.vor {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vor h2 {
  max-width: 900px;
}

.vor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 119px;
  max-width: 1063px;
}

.vor__container svg {
  z-index: -1;
  position: absolute;
  top: -385px;
  left: -79px;
  fill: none;
}

.vor__container-sh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 374px;
  margin-right: 60px;
}

.vor__container-sh-item {
  width: 100%;
  margin-bottom: 9px;
  height: 177px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.vor__container-sh-item:nth-child(1) {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55px 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55px 100%);
  height: 177px;
  padding-right: 141px;
  background-color: #006837;
}

.vor__container-sh-item:nth-child(2) {
  -webkit-clip-path: polygon(55px 0%, 100% 0%, 100% 100%, 114px 100%);
          clip-path: polygon(55px 0%, 100% 0%, 100% 100%, 114px 100%);
  height: 177px;
  padding-right: 122px;
  background-color: #1A9850;
}

.vor__container-sh-item:nth-child(3) {
  -webkit-clip-path: polygon(114px 0%, 100% 0%, 100% 100%, 167px 100%);
          clip-path: polygon(114px 0%, 100% 0%, 100% 100%, 167px 100%);
  height: 158px;
  padding-right: 91px;
  background-color: #66BD63;
}

.vor__container-sh-item:nth-child(4) {
  -webkit-clip-path: polygon(167px 0%, 100% 0%, 100% 100%, 205px 100%);
          clip-path: polygon(167px 0%, 100% 0%, 100% 100%, 205px 100%);
  height: 104px;
  color: black;
  padding-right: 72px;
  background-color: #A6D96A;
  font-size: 22px;
}

.vor__container-sh-item:nth-child(5) {
  -webkit-clip-path: polygon(205px 0%, 100% 0%, 100% 100%, 250px 100%);
          clip-path: polygon(205px 0%, 100% 0%, 100% 100%, 250px 100%);
  height: 133px;
  color: black;
  padding-right: 55px;
  background-color: #D9EF8B;
  font-size: 22px;
}

.vor__container-sh-item:nth-child(6) {
  -webkit-clip-path: polygon(250px 0%, 100% 0%, 100% 100%, 275px 100%);
          clip-path: polygon(250px 0%, 100% 0%, 100% 100%, 275px 100%);
  height: 56px;
  color: black;
  padding-right: 50px;
  background-color: #FEE08B;
  font-size: 22px;
}

.vor__container-sh-item:nth-child(7) {
  -webkit-clip-path: polygon(275px 0%, 100% 0%, 100% 100%, 285px 100%);
          clip-path: polygon(275px 0%, 100% 0%, 100% 100%, 285px 100%);
  height: 26px;
  color: black;
  font-size: 16px;
  border-radius: 5px;
  padding-right: 44px;
  background-color: #F3CA55;
}

.vor__container-sh-item.grey {
  background-color: #CACACA;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.vor__container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 629px;
}

.vor__container-right-text {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-top: 28px;
}

.vor__container-right-items {
  margin-top: 40px;
}

.vor__container-right-items-item {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  margin-top: 28px;
  position: relative;
  padding-left: 32px;
}

.vor__container-right-items-item:hover {
  cursor: pointer;
  color: #096BFD;
}

.vor__container-right-items-item:hover .vor__container-right-items-item::before {
  color: #096BFD;
}

.vor__container-right-items-item::before {
  content: '—';
  position: absolute;
  top: 4;
  left: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

:root {
  --underline-intrinsic-width: 8;
  --underline-width: 12;
  --underline-color: #FFC600;
  --underline-cap-width: 4px;
  --underline-offset-y: 2px;
  --underline-padding-x: 0.12em;
}

.min {
  margin-top: 263px;
  background: -webkit-linear-gradient(269.93deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(180.07deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  z-index: 1;
}

.min::before {
  z-index: -1;
  content: '';
  background-color: white;
  width: 3000px;
  height: 400px;
  position: absolute;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  top: -135px;
  left: -80px;
}

.min-top {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.min-title {
  font-style: normal;
  font-weight: 900;
  font-size: 90px;
  line-height: 109px;
  text-align: center;
  color: #1E1700;
}

.min-text {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #1E1700;
  margin-top: 3px;
}

.min-img {
  width: 830px;
  height: 512px;
  border-radius: 0px 81px 81px 81px;
  position: relative;
  margin-top: 87px;
}

.min-img-btn {
  position: absolute;
  top: 472px;
  left: 285px;
}

.min-mid {
  margin-top: 159px;
  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;
}

.min-mid h2 {
  max-width: 823px;
}

.min-mid-text {
  max-width: 912px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-top: 39px;
}

.min-swiper {
  margin-top: 57px;
}

.min-swiper .swiper-slide {
  margin-bottom: 52px;
  width: 490px;
  position: relative;
  margin-top: 78px;
  z-index: 1;
}

.min-swiper .swiper-slide-num {
  z-index: -1;
  position: absolute;
  top: -77px;
  left: 25px;
  font-style: normal;
  font-weight: 900;
  font-size: 90px;
  line-height: 109px;
  color: #FFC600;
}

.min-swiper .swiper-slide-img {
  height: 273px;
  width: 100%;
  border-radius: 10px;
}

.min-swiper .swiper-slide-cont {
  padding: 32px 25px;
  padding-right: 48px;
}

.min-swiper .swiper-slide-title {
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  color: #1E1700;
  position: relative;
  display: inline-block;
  display: inline;
  --underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
  padding: 0 calc(var(--underline-padding-x) + calc(var(--underline-cap-width) * var(--underline-width-scale)));
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--underline-color)), to(var(--underline-color)));
  background-image: -webkit-linear-gradient(top, var(--underline-color), var(--underline-color));
  background-image: linear-gradient(180deg, var(--underline-color), var(--underline-color));
  background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
  background-position-y: calc(100% - var(--underline-offset-y) * -1);
  background-size: calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px);
}

.min-swiper .swiper-slide-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 29px;
}

.min-swiper .swiper-scrollbar {
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
}

.itog {
  margin-top: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itog-cont {
  max-width: 912px;
  position: relative;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1E1700;
}

.itog .icon__itog {
  fill: none;
  position: absolute;
  top: -41px;
  left: -41px;
}

.itog .icon__vos {
  position: absolute;
  top: -36px;
  left: -39px;
}

.sokr {
  margin-top: 215px;
  background: -webkit-linear-gradient(269.93deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(180.07deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  z-index: 1;
}

.sokr::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 200px;
  position: absolute;
  top: -160px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: white;
}

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

.sokr__container h2 {
  max-width: 1107px;
}

.sokr__container-content {
  margin-top: 150px;
  position: relative;
  width: 869px;
  margin-left: 181px;
  padding: 51px 37px;
  padding-left: 252px;
  background: -webkit-linear-gradient(269.92deg, #F7F7F7 0.07%, rgba(247, 247, 247, 0) 153.77%);
  background: linear-gradient(180.08deg, #F7F7F7 0.07%, rgba(247, 247, 247, 0) 153.77%);
  border: 1px dashed #FFC600;
  border-radius: 34px;
}

.sokr__container-content-img {
  position: absolute;
  top: -100px;
  left: -193px;
}

.sokr__container-content-item {
  padding-left: 35px;
  position: relative;
}

.sokr__container-content-item:not(:last-child) {
  margin-bottom: 28px;
}

.sokr__container-content-item svg {
  position: absolute;
  top: 0;
  left: 0;
}

.sokr__container-bot {
  max-width: 677px;
  margin-left: 447px;
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sokr__container-bot-text {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}

.sokr__container-bot-btn {
  margin-top: 57px;
}

.podb {
  margin-top: 206px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.podb-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 13px;
  left: 0;
  max-width: 702px;
}

.podb-left h2 {
  text-align: left;
}

.podb-left-text {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-top: 50px;
  max-width: 403px;
}

.podb-left-btn {
  margin-top: 40px;
}

.podb-img {
  border-radius: 0px 81px 81px 81px;
  width: 830px;
  height: 512px;
}

.about {
  margin-top: 235px;
  background: -webkit-linear-gradient(269.93deg, #F7F7F7 20.06%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(180.07deg, #F7F7F7 20.06%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  z-index: 1;
}

.about::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 220px;
  position: absolute;
  top: -160px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: #F7F7F7;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__container-img {
  border-radius: 46px 0px 46px 46px;
  width: 776px;
  height: 519px;
}

.about__container-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 563px;
}

.about__container-cont-text {
  margin-top: 52px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}

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

.about__bot {
  margin-top: 162px;
  position: relative;
  max-width: 677px;
  z-index: 1;
}

.about__bot svg {
  z-index: -1;
  fill: none;
  position: absolute;
  left: -155px;
  top: -97px;
  -webkit-box-shadow: 0px 4px 166px rgba(255, 198, 0, 0.04);
          box-shadow: 0px 4px 166px rgba(255, 198, 0, 0.04);
}

.about__bot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__bot-item-num {
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 97px;
  color: #1E1700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about__bot-item-text {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about__bot-item:hover {
  cursor: pointer;
}

.about__bot-item:hover .about__bot-item-num {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFC600;
}

.about__bot-item:hover .about__bot-item-text {
  text-decoration: underline;
  color: #096BFD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.us {
  margin-top: 229px;
  background: -webkit-linear-gradient(269.93deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(180.07deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  z-index: 1;
}

.us::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 200px;
  position: absolute;
  top: -160px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: #ffffff;
}

.us__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
}

.us__container-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.us__container-cont-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 728px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 33px;
}

.us__container-cont-left-img {
  width: 100%;
  height: 519px;
  border-radius: 46px 46px 46px 0px;
}

.us__container-cont-left-bot {
  padding: 59px 61px;
  padding-right: 100px;
  padding-bottom: 0px;
}

.us__container-cont-left-bot-title {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #1E1700;
}

.us__container-cont-left-bot-text {
  margin-top: 51px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}

.us__container-cont-swiper {
  width: 439px;
  overflow: hidden;
  position: relative;
}

.us__container-cont-swiper .swiper-slide {
  width: 100%;
  margin-top: 33px;
}

.us__container-cont-swiper .swiper-slide-img {
  width: 100%;
  height: 361px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 10px;
}

.us__container-cont-swiper .swiper-slide-img-text {
  position: absolute;
  bottom: -11px;
  left: 0px;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.44);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 0px 13px 13px 13px;
}

.us__container-cont-swiper .swiper-slide-img-text p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.us__container-cont-swiper .swiper-slide-img-text span {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.us__container-cont-swiper .swiper-button-next, .us__container-cont-swiper .swiper-button-prev {
  width: auto;
  height: auto;
  margin-top: 0px;
}

.us__container-cont-swiper .swiper-button-next {
  top: 0;
  right: 0;
}

.us__container-cont-swiper .swiper-button-next .icon__arry {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.us__container-cont-swiper .swiper-button-next:hover .icon__arr {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.us__container-cont-swiper .swiper-button-next:hover .icon__arry {
  visibility: visible;
  opacity: 1;
  position: unset;
}

.us__container-cont-swiper .swiper-button-prev {
  top: 0;
  right: 90px;
}

.us__container-cont-swiper .swiper-button-prev .icon__arly {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.us__container-cont-swiper .swiper-button-prev:hover .icon__arl {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.us__container-cont-swiper .swiper-button-prev:hover .icon__arly {
  visibility: visible;
  opacity: 1;
  position: unset;
}

.us__container-cont-swiper .swiper-button-next.swiper-button-disabled, .us__container-cont-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}

.us__container-btn {
  margin-top: 99px;
}

.nol {
  margin-top: 217px;
  background: -webkit-linear-gradient(269.93deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(180.07deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  z-index: 1;
}

.nol::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 200px;
  position: absolute;
  top: -160px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: #ffffff;
}

.nol__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
}

.nol__container h2 {
  max-width: 1163px;
}

.nol__container-text {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-top: 25px;
  max-width: 775 px;
}

.nol__container-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 875px;
  width: 100%;
  margin-right: -20px;
  margin-top: 86px;
}

.nol__container-cont-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  margin-right: 20px;
}

.nol__container-cont-items:nth-child(1) .nol__container-cont-items-item-title {
  text-align: right;
}

.nol__container-cont-items:nth-child(1) .nol__container-cont-items-item-bot {
  text-align: right;
}

.nol__container-cont-items:nth-child(2) {
  padding-top: 80px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 198, 0, 0.13);
}

.nol__container-cont-items-item {
  margin-bottom: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
}

.nol__container-cont-items-item:last-child {
  margin-bottom: 0px;
}

.nol__container-cont-items-item-title {
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #1E1700;
  background: #FFC600;
  position: relative;
  border-radius: 41px 41px 0px 41px;
  padding: 19px 50px;
  z-index: 1;
}

.nol__container-cont-items-item-title::before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border-radius: 41px 41px 0px 41px;
  -webkit-transform: rotate(-3.96deg);
          transform: rotate(-3.96deg);
}

.nol__container-cont-items-item-bot {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 26px;
  max-width: 300px;
}

.isp {
  margin-top: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.isp-cont {
  max-width: 912px;
  position: relative;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1E1700;
}

.isp .icon__isp {
  fill: none;
  position: absolute;
  top: -41px;
  left: -41px;
}

.isp .icon__vos {
  position: absolute;
  top: -36px;
  left: -39px;
}

.cta {
  margin-top: 138px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cta h2 {
  max-width: 645px;
  text-align: left;
  position: absolute;
  left: 65px;
  top: 0;
  z-index: 2;
}

.cta-left {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(30, 23, 0, 0.1);
  border-radius: 0px 81px 81px 81px;
  padding: 20px 64px;
  padding-bottom: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 830px;
  position: absolute;
  left: 0;
  top: 196px;
}

.cta-left-text {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  max-width: 403px;
}

.cta-left-form {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 314px;
}

.cta-left-form input {
  border: 1px solid #FFC600;
  border-radius: 67px;
  width: 100%;
  padding: 24px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 25px;
}

.cta-left-form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.cta-left-form input::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.cta-left-form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.cta-left-form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.cta-left-form input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.cta-left-form input.error {
  border-color: red;
  color: red;
}

.cta-left-form input.error::-webkit-input-placeholder {
  color: red;
}

.cta-left-form input.error::-moz-placeholder {
  color: red;
}

.cta-left-form input.error:-ms-input-placeholder {
  color: red;
}

.cta-left-form input.error::-ms-input-placeholder {
  color: red;
}

.cta-left-form input.error::placeholder {
  color: red;
}

.cta-left-form button {
  border: none;
  padding: 24px 51px;
  width: 100%;
}

.cta-img {
  width: 830px;
  height: 512px;
  border-radius: 0px 81px 81px 81px;
  margin-top: 83px;
  z-index: 1;
  margin-right: 58px;
}

.six {
  margin-top: 179px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.six h2 {
  max-width: 1027px;
}

.six-text {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
  max-width: 775px;
}

.six__container {
  position: relative;
  max-width: 996px;
}

.six__container-cir {
  position: relative;
  width: 996px;
  height: 996px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.six__container-cir-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.six__container-cir-text:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.six__container-cir-text img {
  margin-right: 14px;
}

.six__container-cir-c {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.six__container-item {
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  padding: 34px 37px;
  border: 3px solid transparent;
  max-width: 523px;
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.six__container-item:hover {
  cursor: pointer;
}

.six__container-item.grey {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.six__container-item.act {
  border: 3px solid #FFC600;
  border-radius: 71px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.six__container-item:nth-child(1) {
  top: 77px;
  left: 240px;
}

.six__container-item:nth-child(2) {
  top: 233px;
  right: -179px;
}

.six__container-item:nth-child(3) {
  top: 478px;
  right: -249px;
}

.six__container-item:nth-child(4) {
  bottom: 106px;
  right: 79px;
}

.six__container-item:nth-child(5) {
  bottom: 260px;
  left: -119px;
}

.six__container-item:nth-child(6) {
  top: 290px;
  left: -163px;
}

.pri {
  margin-top: 254px;
  background: -webkit-linear-gradient(269.93deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(180.07deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  z-index: 1;
}

.pri::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 200px;
  position: absolute;
  top: -160px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: #ffffff;
}

.pri__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pri__container h2 {
  max-width: 1136px;
}

.pri__container-text {
  margin-top: 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  max-width: 901px;
}

.pri__container-table {
  margin-top: 108px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
  border-radius: 21px;
  position: relative;
  padding: 62px;
  width: 999px;
}

.pri__container-table-b1 {
  content: '';
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
  border-radius: 21px;
  width: 950px;
  height: 520px;
  top: -10px;
  left: 25px;
  z-index: -1;
}

.pri__container-table-b2 {
  content: '';
  position: absolute;
  background: #FFFFFF;
  border-radius: 21px;
  width: 903px;
  height: 520px;
  top: -20px;
  left: 47px;
  z-index: -2;
}

.pri__container-table-t {
  overflow: auto;
  width: 100%;
}

.pri__container-table table {
  background-color: white;
  width: 100%;
  overflow: auto;
}

.pri__container-table table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.pri__container-table table tr:first-child {
  border-bottom: 0px;
}

.pri__container-table table tr:last-child {
  border-bottom: none;
}

.pri__container-table table tr th {
  padding-bottom: 43px;
  text-align: left;
}

.pri__container-table table tr th:nth-child(2) {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #FD2424;
  max-width: 204px;
}

.pri__container-table table tr th:nth-child(3) {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #397D0F;
  max-width: 204px;
}

.pri__container-table table tr td {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 190.02%;
  color: #000000;
}

.pri__container-table table tr td:first-child {
  width: 400px;
}

.pri__container-table table tr.grey td {
  color: rgba(0, 0, 0, 0.5);
}

.pri__container-table table tr:hover {
  cursor: pointer;
}

.can {
  margin-top: 178px;
  background: -webkit-linear-gradient(269.93deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(180.07deg, #F7F7F7 0.06%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  z-index: 1;
}

.can::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 226px;
  position: absolute;
  top: -129px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: #ffffff;
}

.can__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.can__container h2 {
  max-width: 1144px;
}

.can__container-text {
  max-width: 1002px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-top: 42px;
}

.can__container-swiper {
  margin-top: 91px;
  width: 1208px;
  overflow: hidden;
  position: relative;
}

.can__container-swiper .swiper-slide {
  padding-left: 55px;
  padding-right: 55px;
  margin-bottom: 10px;
}

.can__container-swiper .swiper-slide-cont {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
  border-radius: 21px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 43px 39px;
  padding-bottom: 52px;
  padding-right: 101px;
  height: 797px;
}

.can__container-swiper .swiper-slide-img {
  width: 433px;
  height: 100%;
  border-radius: 16px 0px 16px 16px;
}

.can__container-swiper .swiper-slide-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 470px;
}

.can__container-swiper .swiper-slide-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.can__container-swiper .swiper-slide-right-item:not(:first-child) {
  margin-top: 36px;
}

.can__container-swiper .swiper-slide-right-item-title {
  font-style: italic;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  position: relative;
  border-radius: 23px 23px 23px 0px;
  padding: 0px 19px;
  z-index: 1;
}

.can__container-swiper .swiper-slide-right-item-text {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-top: 12px;
  padding-left: 23px;
}

.can__container-swiper .swiper-button-next1, .can__container-swiper .swiper-button-prev1 {
  background: #FFC600;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.can__container-swiper .swiper-button-next1:hover, .can__container-swiper .swiper-button-prev1:hover {
  background: #FFDF70;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
  cursor: pointer;
}

.can__container-swiper .swiper-button-next1:active, .can__container-swiper .swiper-button-prev1:active {
  background: #e0b000;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
}

.can__container-swiper .swiper-button-next1.swiper-button-disabled, .can__container-swiper .swiper-button-prev1.swiper-button-disabled {
  opacity: 0.6;
}

.can__container-swiper .swiper-button-next1 {
  top: 43px;
  right: 0;
  z-index: 3;
}

.can__container-swiper .swiper-button-prev1 {
  top: 43px;
  right: 62px;
  z-index: 3;
}

.vid-swiper {
  margin-top: 209px;
  padding-bottom: 70px;
  position: relative;
}

.vid-swiper .swiper-slide {
  width: 431px;
}

.vid-swiper .swiper-slide-vid {
  margin-right: 270px;
  width: 100%;
  height: 242px;
  border-radius: 60px;
  position: relative;
}

.vid-swiper .swiper-slide-vid .lightgallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vid-swiper .swiper-slide-vid .lightgallery a {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.vid-swiper .swiper-slide-vid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}

.vid-swiper .swiper-slide-vid-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 2;
}

.vid-swiper .swiper-slide-vid-play svg {
  fill: none;
}

.vid-swiper .swiper-slide-vid:hover .swiper-slide-vid-play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.vid-swiper .swiper-scrollbar {
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-10000px);
            transform: translateX(-10000px);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-10000px);
            transform: translateX(-10000px);
  }
}

.ourc {
  margin-top: 134px;
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
}

.ourc::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 200px;
  position: absolute;
  top: -150px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: #F7F7F7;
}

.ourc-cont {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.ourc-cont img {
  margin-right: 80px;
}

.mb230 {
  margin-bottom: 230px;
}

.mb230 h2 {
  top: 75px;
}

.mb230 .cta-left {
  top: 215px;
}

.cta2 {
  background-color: #F7F7F7;
}

.footer {
  background-color: #1E1700;
}

.footer__container {
  padding-top: 54px;
  padding-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__container-cop {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.footer__container-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__container-soc a:not(:first-child) {
  margin-left: 27px;
}

.footer__container-soc a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__container-soc a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header-popup {
  display: none;
}

.header-popup.act {
  display: block;
}

.header-popup-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.726);
  z-index: 1000;
}

.header-popup-menu {
  background-color: white;
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  height: 100vh;
  z-index: 1001;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-popup-menu-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.header-popup-menu-close svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-popup-menu-close:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-popup-menu-item {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.header-popup-menu-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0148FF;
}

.header-popup-menu .header__container-add {
  margin-top: 16px;
}

.header-popup-menu .mtau {
  margin-top: auto;
}

.header-popup-menu .header__container-phone {
  margin-top: 16px;
}

.hm22 {
  display: none;
}

.six-cont {
  display: none;
}

.header__container-text {
  display: none;
}

.hclm {
  display: none;
}

.plus__container {
  background-color: white;
}

.can__container-swiper .swiper-button-next1 {
  top: 680px;
  right: 0;
  z-index: 3;
  top: 987px;
  right: 506px;
}

.can__container-swiper .swiper-button-prev1 {
  top: 680px;
  top: 987px;
  right: 569px;
}

.six__container-cir-c {
  width: 920px;
  height: 856px;
  top: 68px;
  left: 17px;
}

.wrapper {
  width: 1221px;
  margin: 0px auto;
}

.wrapper2 {
  width: 1221px;
  margin: 0px auto;
}

.header__container-menu p {
  font-size: 22px;
  line-height: 27px;
}

.header__container-menu svg {
  width: 36px;
}

.header__container-logo img {
  width: unset;
}

.header {
  padding-top: 29px;
  padding-bottom: 29px;
}

.header__container-add-title {
  font-size: 18px;
  line-height: 22px;
}

.header__container-add a {
  font-size: 14px;
  line-height: 17px;
}

.header__container-phone-btn {
  font-size: 14px;
  line-height: 17px;
}

.first__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first {
  padding-top: 200px;
}

.first__container-c {
  width: 457px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.first__container-c h1 {
  margin-top: 48px;
  text-align: left;
  font-size: 39px;
  line-height: 47px;
}

.first__container-cont-video {
  margin-right: 0px;
  width: 689px;
  height: 481px;
}

.first__container-cont {
  margin-top: 0px;
}

.first__container-text {
  margin-top: 32px;
  font-size: 22px;
  line-height: 27px;
  max-width: 399px;
}

.first__container-cont-right-btn {
  width: 276px;
  margin-top: 54px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
}

.first__container-cont-right-item {
  margin-top: 0px;
  max-width: 300px;
}

.first__container-cont-right-item:nth-child(1) {
  position: absolute;
  bottom: -392px;
  left: -264px;
}

.first__container-cont-right-item:nth-child(2) {
  position: absolute;
  bottom: -369px;
  left: -774px;
}

.first__container-cont-right-item:nth-child(3) {
  position: absolute;
  bottom: -488px;
  left: -404px;
}

.first__container-cont-right-item:nth-child(4) {
  position: absolute;
  bottom: -451px;
  left: -711px;
}

h2 {
  font-size: 45px;
  line-height: 54px;
}

.spec__top h2 {
  max-width: 920px;
}

.spec__top-text {
  font-size: 22px;
  line-height: 27px;
  max-width: 1011px;
  margin-top: 42px;
}

.spec__top svg {
  -webkit-transform: scale(0.65);
  transform: scale(0.95);
  left: -136px;
  top: -60px;
}

.spec__container {
  margin-right: -43px;
}

.spec__container-item {
  width: calc(33.333% - 51px);
}

.spec {
  margin-top: 120px;
}

.spec__container-item-img {
  padding: 9px 12px;
}

.spec__bot {
  margin-top: 50px;
}

.vor__container-right-text {
  max-width: 1112px;
}

.vor__container-sh {
  width: 327px;
}

.vor__container-sh-item {
  font-size: 18px;
  line-height: 22px;
}

.vor__container-sh-item:nth-child(1) {
  height: 100px;
  font-size: 18px;
  line-height: 22px;
  padding-right: 125px;
}

.vor__container-sh-item:nth-child(2) {
  height: 100px;
  font-size: 18px;
  line-height: 22px;
  padding-right: 100px;
}

.vor__container-sh-item:nth-child(3) {
  height: 89px;
  font-size: 18px;
  line-height: 22px;
  padding-right: 74px;
}

.vor__container-sh-item:nth-child(4) {
  height: 58px;
  font-size: 18px;
  line-height: 22px;
  padding-right: 54px;
}

.vor__container-sh-item:nth-child(5) {
  height: 44px;
  font-size: 18px;
  line-height: 22px;
  padding-right: 43px;
  -webkit-clip-path: polygon(205px 0%, 100% 0%, 100% 100%, 230px 100%);
          clip-path: polygon(205px 0%, 100% 0%, 100% 100%, 230px 100%);
}

.vor__container-sh-item:nth-child(6) {
  height: 36px;
  font-size: 18px;
  line-height: 22px;
  -webkit-clip-path: polygon(230px 0%, 100% 0%, 100% 100%, 250px 100%);
          clip-path: polygon(230px 0%, 100% 0%, 100% 100%, 250px 100%);
  padding-right: 39px;
}

.vor__container-sh-item:nth-child(7) {
  height: 24px;
  font-size: 18px;
  line-height: 22px;
  -webkit-clip-path: polygon(250px 0%, 100% 0%, 100% 100%, 270px 100%);
          clip-path: polygon(250px 0%, 100% 0%, 100% 100%, 270px 100%);
  padding-right: 32px;
}

.vor__container-right-items {
  margin-top: 0px;
}

.vor__container-right-items-item {
  margin-top: 30px;
}

.vor__container-right-items-item:not(:first-child) {
  margin-top: 40px;
}

.vor__container {
  margin-top: 56px;
}

.vcrtpl {
  padding-left: 130px;
}

.vor__container svg {
  z-index: -1;
  position: absolute;
  top: -574px;
  left: -79px;
  -webkit-transform: scaleX(1) scaleY(0.8);
          transform: scaleX(1) scaleY(0.8);
  fill: none;
}

.min::before {
  top: -90px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.vor {
  margin-top: 120px;
}

.min-text {
  margin-top: 16px;
}

.min {
  margin-top: 170px;
}

.itog-cont {
  font-size: 18px;
}

.sokr::before {
  top: -70px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.sokr {
  margin-top: 120px;
}

.sokr__container-content-item {
  font-size: 22px;
  line-height: 27px;
}

.sokr__container-content {
  margin-top: 70px;
}

.sokr__container-content-img {
  top: -50px;
}

.sokr__container-content {
  width: 1000px;
}

.about__container-img {
  width: 568px;
  height: 650px;
}

.about__bot-item-num {
  font-size: 70px;
  line-height: 85px;
}

.about__bot svg {
  -webkit-transform: scaleX(0.9) scaleY(0.85);
          transform: scaleX(0.9) scaleY(0.85);
  top: -130px;
}

.us {
  margin-top: 150px;
}

.us::before {
  top: -90px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  height: 150px;
}

.us__container-cont-left-bot-title {
  font-size: 33px;
  line-height: 40px;
}

.us__container-cont-left-bot {
  padding-top: 50px;
}

.us__container-cont-left-bot-text {
  margin-top: 49px;
}

.us__container-cont-left-img {
  height: 430px;
}

.us__container-btn {
  margin-top: 30px;
}

.nol {
  margin-top: 90px;
}

.nol::before {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  top: -75px;
}

.nol__container-text {
  max-width: 775px;
  margin-top: 44px;
}

.nol__container-cont {
  margin-top: 60px;
}

.isp-cont {
  font-size: 18px;
}

.cta-img {
  width: 688px;
  height: 512px;
}

.cta-left {
  top: 40px;
  height: 598px;
  padding-bottom: 51px;
  padding-top: 201px;
  padding-left: 45px;
}

.cta h2 {
  font-size: 38px;
  line-height: 46px;
  top: 65px;
  max-width: 495px;
}

.cta-img {
  margin-right: 0px;
}

.six-text {
  margin-top: 40px;
}

.six__container-item:nth-child(1) {
  top: 98px;
  left: 185px;
}

.six__container-item:nth-child(6) {
  top: 315px;
  left: -103px;
}

.six__container-item:nth-child(5) {
  bottom: 260px;
  left: -59px;
}

.six__container-item:nth-child(4) {
  bottom: 109px;
  right: 32px;
}

.pri {
  margin-top: 115px;
}

.can {
  margin-top: 95px;
}

.can::before {
  top: -80px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.vid-swiper {
  margin-top: 70px;
}

.mb230 .cta-left {
  top: 45px;
}

.cta {
  margin-top: 70px;
}

.spec {
  margin-top: 106px;
}

.spec__container {
  margin-top: 147px;
}

.spec__container-item {
  margin-bottom: 25px;
}

.plus {
  margin-top: 155px;
}

.plus::before {
  top: -100px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.plus-zak-items img {
  width: 150px;
}

.min-img {
  margin-top: 50px;
}

.min-mid {
  margin-top: 125px;
}

.min-swiper {
  position: relative;
}

.min-swiper .swiper-button-next1, .min-swiper .swiper-button-prev1 {
  background: #FFC600;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.min-swiper .swiper-button-next1:hover, .min-swiper .swiper-button-prev1:hover {
  background: #FFDF70;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
  cursor: pointer;
}

.min-swiper .swiper-button-next1:active, .min-swiper .swiper-button-prev1:active {
  background: #e0b000;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
}

.min-swiper .swiper-button-next1.swiper-button-disabled, .min-swiper .swiper-button-prev1.swiper-button-disabled {
  opacity: 0.6;
}

.min-swiper .swiper-button-next1 {
  top: 614px;
  right: 534px;
  z-index: 3;
}

.min-swiper .swiper-button-prev1 {
  top: 614px;
  right: 593px;
  z-index: 3;
}

.sokr {
  margin-top: 108px;
}

.sokr__container-bot {
  max-width: 677px;
  margin-left: 353px;
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sokr__container-content {
  width: 1047px;
}

.podb {
  margin-top: 117px;
}

.about {
  margin-top: 122px;
}

.about::before {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  top: -77px;
}

.about__bot {
  margin-top: 207px;
}

.us {
  margin-top: 216px;
}

.us__container-cont {
  margin-top: 44px;
}

.nol {
  margin-top: 130px;
}

.nol__container-cont-items-item {
  margin-bottom: 197px;
}

.isp {
  margin-top: 138px;
}

.cta {
  margin-top: 79px;
}

.six {
  margin-top: 124px;
}

.pri {
  margin-top: -10px;
}

.pri::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 200px;
  position: absolute;
  top: -100px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-3deg);
  background: #ffffff;
}

.pri__container-text {
  margin-top: 27px;
}

.pri__container-table {
  margin-top: 40px;
}

.can {
  margin-top: 84px;
}

.can__container-text {
  margin-top: 55px;
}

.spec__container {
  margin-top: 161px;
}

.spec__container-item {
  margin-bottom: 36px;
}

.nol {
  margin-top: 130px;
}

.nol__container-cont-items-item {
  margin-bottom: 197px;
}

.isp {
  margin-top: 138px;
}

.cta {
  margin-top: 79px;
}

.six {
  margin-top: 124px;
}

.pri {
  margin-top: -10px;
}

.pri::before {
  z-index: -1;
  content: '';
  width: 3000px;
  height: 200px;
  position: absolute;
  top: -100px;
  left: -100px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-3deg);
  background: #ffffff;
}

.pri__container-text {
  margin-top: 27px;
}

.pri__container-table {
  margin-top: 40px;
}

.can {
  margin-top: 84px;
}

.can__container-text {
  margin-top: 55px;
}

.spec__container {
  margin-top: 161px;
}

.spec__container-item {
  margin-bottom: 36px;
}

.plus {
  margin-top: 108px;
}

.plus::before {
  top: -55px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.spec__bot {
  margin-top: 30px;
}

.vor {
  margin-top: 60px;
}

.min-mid {
  margin-top: 109px;
}

.ourc-cont img {
  width: 200px;
}

.us {
  margin-top: 147px;
}

.spec__top svg {
  -webkit-transform: scale(0.65);
  transform: scale(0.9);
  left: -86px;
  top: -72px;
}

.min-swiper .swiper-slide {
  width: 380px;
}

.min-swiper .swiper-slide-cont {
  padding: 32px 16px;
}

.min-swiper .swiper-slide-img {
  height: 220px;
}

.swiper-button-next3, .swiper-button-prev3 {
  background: #FFC600;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.swiper-button-next3:hover, .swiper-button-prev3:hover {
  background: #FFDF70;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
  cursor: pointer;
}

.swiper-button-next3:active, .swiper-button-prev3:active {
  background: #e0b000;
  -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
          box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
  border-radius: 7px;
}

.swiper-button-next3.swiper-button-disabled, .swiper-button-prev3.swiper-button-disabled {
  opacity: 0.6;
}

.swiper-button-next3 {
  top: 260px;
  right: calc(50% - 80px);
  z-index: 3;
}

.swiper-button-prev3 {
  top: 260px;
  right: calc(50% - 24px);
  z-index: 3;
}

.vor__container-right-items-item:nth-child(2) {
  margin-top: 63px;
}

.vor__container-right-items-item:nth-child(3) {
  margin-top: 75px;
}

.vor__container-right-items-item:nth-child(4) {
  margin-top: 57px;
}

.vor__container-right-items-item:nth-child(5) {
  margin-top: 33px;
}

.vor__container-right-items-item:nth-child(6) {
  margin-top: 24px;
}

.vor__container-right-items-item:nth-child(7) {
  margin-top: 9px;
}

.podb {
  position: relative;
}

.podb-left-c {
  position: absolute;
  top: -49px;
  left: -53px;
  z-index: -1;
  width: 875px;
  height: calc(100% + 100px);
  padding: 41px 47px;
  padding-bottom: 71px;
  padding-right: 126px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(30, 23, 0, 0.1);
  border-radius: 0px 81px 81px 81px;
}

.can__container-swiper .swiper-button-next1 {
  top: 757px;
}

.can__container-swiper .swiper-button-prev1 {
  top: 757px;
}

.first {
  padding-top: 56px;
}

.wrapper {
  width: 1160px;
  margin: 0px auto;
}

.wrapper2 {
  width: 1160px;
  margin: 0px auto;
}

.header__container-logo img {
  width: 170px;
}

.header__container-menu svg {
  width: 30px;
}

.header__container-add-title {
  font-size: 17px;
  line-height: 22px;
}

.header__container-add a {
  font-size: 13px;
  line-height: 17px;
}

.header__container-phone-title {
  font-size: 17px;
}

.header__container-phone-btn {
  font-size: 13px;
  line-height: 17px;
}

.header__container-phone-title svg {
  width: 28px;
}

.first__container-c h1 {
  font-size: 37px;
}

.first__container-text {
  font-size: 20px;
}

.first__container-cont-right-btn {
  padding-top: 18px;
  padding-bottom: 18px;
}

.first__container-cont-right-item {
  font-size: 15px;
}

.first__container-cont-video {
  margin-right: 0px;
  width: 651px;
  height: 443px;
}

.first__container-cont-right {
  top: -30px;
}

.first {
  padding-top: 40px;
  padding-bottom: 70px;
}

h2 {
  font-size: 39px;
  line-height: 50px;
}

.spec__top-text {
  font-size: 20px;
  line-height: 27px;
  max-width: 1011px;
  margin-top: 24px;
}

.spec__top svg {
  -webkit-transform: scale(0.9);
  transform: scale(0.85);
  left: -92px;
  top: -76px;
}

.spec__container-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 22px;
}

.spec__container-item-btn {
  padding: 18px 30px;
}

.plus-text {
  font-size: 19px;
}

.plus__container-item-title {
  font-size: 18px;
}

.plus__container-item img {
  width: 60px;
}

.plus__container {
  padding: 36px 70px;
  padding-left: 198px;
}

.plus-zak-items .fahh {
  width: 55px;
}

.plus-zak-items .fazp {
  width: 205px;
}

.plus-zak {
  padding: 30px 0px;
}

.plus__container-h {
  width: 256px;
}

.vor__container-right-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  margin-top: 28px;
  max-width: 976px;
}

.vor__container-right {
  max-width: 561px;
}

.vor__container-right-items-item {
  font-size: 20px;
}

.vor__container svg {
  z-index: -1;
  position: absolute;
  top: -574px;
  left: -119px;
  -webkit-transform: scaleX(0.9) scaleY(0.75);
          transform: scaleX(0.9) scaleY(0.75);
  fill: none;
}

.vor h2 {
  max-width: 760px;
}

.plus__container-c {
  position: absolute;
  top: 390px;
  right: -171px;
}

.min {
  margin-top: 100px;
}

.min::before {
  z-index: -1;
  content: '';
  background-color: white;
  width: 3000px;
  height: 331px;
  position: absolute;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  top: -30px;
  left: -80px;
}

.min-text {
  font-size: 22px;
}

.min-img {
  margin-top: 26px;
}

.btn1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 16px 52px;
}

.min-img {
  width: 775px;
  height: 459px;
  border-radius: 0px 81px 81px 81px;
  position: relative;
}

.min-img-btn {
  position: absolute;
  top: 431px;
  left: 242px;
}

.min-mid-text {
  max-width: 912px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  margin-top: 24px;
}

.min-swiper .swiper-slide-num {
  z-index: -1;
  position: absolute;
  top: -77px;
  left: 25px;
  font-style: normal;
  font-weight: 900;
  font-size: 69px;
  line-height: 125px;
  color: #FFC600;
}

.min-swiper .swiper-slide {
  width: 350px;
}

.min-swiper .swiper-slide-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 15px;
}

.min-swiper .swiper-slide-title {
  font-size: 23px;
}

.min-swiper .swiper-slide-cont {
  padding-top: 16px;
}

.min-swiper .swiper-button-prev1 {
  top: 513px;
  right: 593px;
  z-index: 3;
}

.min-swiper .swiper-button-next1 {
  top: 513px;
  z-index: 3;
}

.itog-cont {
  font-size: 16px;
}

.itog {
  margin-top: 80px;
}

.sokr__container-content-item {
  font-size: 18px;
  line-height: 23px;
}

.sokr__container-content {
  width: 901px;
}

.sokr__container-bot-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.sokr__container-content-img {
  top: -50px;
  width: 340px;
}

.podb-left-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-top: 50px;
  max-width: 403px;
}

.podb-img {
  border-radius: 0px 81px 81px 81px;
  width: 714px;
  height: 428px;
}

.about__container-cont-text {
  margin-top: 52px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.about__container-img {
  width: 571px;
  height: 528px;
}

.about__bot {
  margin-top: 140px;
}

.about__bot-item-num {
  font-size: 60px;
  line-height: 85px;
}

.about__bot-item-text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about__bot svg {
  -webkit-transform: scaleX(0.85) scaleY(0.85);
          transform: scaleX(0.85) scaleY(0.85);
  top: -130px;
}

.us__container-cont-left {
  max-width: 650px;
}

.us__container-cont-left-img {
  height: 380px;
}

.first__container-cont-right {
  top: -11px;
}

.us__container-cont-swiper {
  width: 380px;
}

.us__container-cont-left-bot-text {
  margin-top: 23px;
  font-size: 20px;
}

.nol__container-text {
  font-size: 20px;
}

.nol__container-cont-items-item-title {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  color: #1E1700;
  background: #FFC600;
  position: relative;
  border-radius: 41px 41px 0px 41px;
  padding: 14px 50px;
  z-index: 1;
}

.nol__container-cont-items-item {
  margin-bottom: 109px;
}

.cta-left-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  max-width: 403px;
}

.cta-left-form button {
  border: none;
  padding: 16px 51px;
  width: 100%;
}

.cta-left-form input {
  border: 1px solid #FFC600;
  border-radius: 67px;
  width: 100%;
  padding: 16px 24px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 25px;
}

.six-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  max-width: 775px;
}

.six__container-item {
  font-size: 20px;
}

.pri__container-text {
  font-size: 20px;
}

.can__container-text {
  font-size: 20px;
}

.can__container-swiper .swiper-slide-right-item-text {
  font-size: 17px;
  line-height: 20px;
}

.can__container-swiper .swiper-slide-right-item-title {
  font-size: 22px;
  line-height: 22px;
}

.can__container-swiper .swiper-slide-cont {
  height: 620px;
}

.can__container-swiper .swiper-slide-right-item:not(:first-child) {
  margin-top: 24px;
}

.can__container-swiper .swiper-button-next1 {
  top: 580px;
}

.can__container-swiper .swiper-button-prev1 {
  top: 580px;
}

.vid-ссс {
  margin-top: 48px;
}

.vid-swiper {
  margin-top: 24px;
}

.vid-swiper .swiper-slide {
  width: 380px;
}

.vid-swiper .swiper-slide-vid {
  height: 215px;
}

.hcppp {
  display: none;
}

.can__container-swiper {
  margin-top: 25px;
}

@media screen and (max-width: 1461px) {
  .wrapper {
    width: 1221px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 1221px;
    margin: 0px auto;
  }
  .header__container-menu p {
    font-size: 22px;
    line-height: 27px;
  }
  .header__container-menu svg {
    width: 36px;
  }
  .header__container-logo img {
    width: unset;
  }
  .header {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .header__container-add-title {
    font-size: 18px;
    line-height: 22px;
  }
  .header__container-add a {
    font-size: 14px;
    line-height: 17px;
  }
  .header__container-phone-btn {
    font-size: 14px;
    line-height: 17px;
  }
  .first__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first {
    padding-top: 200px;
  }
  .first__container-c {
    width: 457px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first__container-c h1 {
    margin-top: 48px;
    text-align: left;
    font-size: 39px;
    line-height: 47px;
  }
  .first__container-cont-video {
    margin-right: 0px;
    width: 689px;
    height: 481px;
  }
  .first__container-cont {
    margin-top: 0px;
  }
  .first__container-text {
    margin-top: 32px;
    font-size: 22px;
    line-height: 27px;
    max-width: 399px;
  }
  .first__container-cont-right-btn {
    width: 276px;
    margin-top: 54px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .first__container-cont-right-item {
    margin-top: 0px;
    max-width: 300px;
  }
  .first__container-cont-right-item:nth-child(1) {
    position: absolute;
    bottom: -392px;
    left: -264px;
  }
  .first__container-cont-right-item:nth-child(2) {
    position: absolute;
    bottom: -369px;
    left: -774px;
  }
  .first__container-cont-right-item:nth-child(3) {
    position: absolute;
    bottom: -488px;
    left: -404px;
  }
  .first__container-cont-right-item:nth-child(4) {
    position: absolute;
    bottom: -451px;
    left: -711px;
  }
  h2 {
    font-size: 45px;
    line-height: 54px;
  }
  .spec__top h2 {
    max-width: 920px;
  }
  .spec__top-text {
    font-size: 22px;
    line-height: 27px;
    max-width: 1011px;
    margin-top: 42px;
  }
  .spec__top svg {
    -webkit-transform: scale(0.65);
    transform: scale(0.95);
    left: -136px;
    top: -60px;
  }
  .spec__container {
    margin-right: -43px;
  }
  .spec__container-item {
    width: calc(33.333% - 51px);
  }
  .spec {
    margin-top: 120px;
  }
  .spec__container-item-img {
    padding: 9px 12px;
  }
  .spec__bot {
    margin-top: 50px;
  }
  .vor__container-right-text {
    max-width: 1112px;
  }
  .vor__container-sh {
    width: 327px;
  }
  .vor__container-sh-item {
    font-size: 18px;
    line-height: 22px;
  }
  .vor__container-sh-item:nth-child(1) {
    height: 100px;
    font-size: 18px;
    line-height: 22px;
    padding-right: 125px;
  }
  .vor__container-sh-item:nth-child(2) {
    height: 100px;
    font-size: 18px;
    line-height: 22px;
    padding-right: 100px;
  }
  .vor__container-sh-item:nth-child(3) {
    height: 89px;
    font-size: 18px;
    line-height: 22px;
    padding-right: 74px;
  }
  .vor__container-sh-item:nth-child(4) {
    height: 58px;
    font-size: 18px;
    line-height: 22px;
    padding-right: 54px;
  }
  .vor__container-sh-item:nth-child(5) {
    height: 44px;
    font-size: 18px;
    line-height: 22px;
    padding-right: 43px;
    -webkit-clip-path: polygon(205px 0%, 100% 0%, 100% 100%, 230px 100%);
            clip-path: polygon(205px 0%, 100% 0%, 100% 100%, 230px 100%);
  }
  .vor__container-sh-item:nth-child(6) {
    height: 36px;
    font-size: 18px;
    line-height: 22px;
    -webkit-clip-path: polygon(230px 0%, 100% 0%, 100% 100%, 250px 100%);
            clip-path: polygon(230px 0%, 100% 0%, 100% 100%, 250px 100%);
    padding-right: 39px;
  }
  .vor__container-sh-item:nth-child(7) {
    height: 24px;
    font-size: 18px;
    line-height: 22px;
    -webkit-clip-path: polygon(250px 0%, 100% 0%, 100% 100%, 270px 100%);
            clip-path: polygon(250px 0%, 100% 0%, 100% 100%, 270px 100%);
    padding-right: 32px;
  }
  .vor__container-right-items {
    margin-top: 0px;
  }
  .vor__container-right-items-item {
    margin-top: 30px;
  }
  .vor__container-right-items-item:not(:first-child) {
    margin-top: 40px;
  }
  .vor__container {
    margin-top: 56px;
  }
  .vcrtpl {
    padding-left: 130px;
  }
  .vor__container svg {
    z-index: -1;
    position: absolute;
    top: -574px;
    left: -79px;
    -webkit-transform: scaleX(1) scaleY(0.8);
            transform: scaleX(1) scaleY(0.8);
    fill: none;
  }
  .min::before {
    top: -90px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .vor {
    margin-top: 120px;
  }
  .min-text {
    margin-top: 16px;
  }
  .min {
    margin-top: 170px;
  }
  .itog-cont {
    font-size: 18px;
  }
  .sokr::before {
    top: -70px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .sokr {
    margin-top: 120px;
  }
  .sokr__container-content-item {
    font-size: 22px;
    line-height: 27px;
  }
  .sokr__container-content {
    margin-top: 70px;
  }
  .sokr__container-content-img {
    top: -50px;
  }
  .sokr__container-content {
    width: 1000px;
  }
  .about__container-img {
    width: 568px;
    height: 650px;
  }
  .about__bot-item-num {
    font-size: 70px;
    line-height: 85px;
  }
  .about__bot svg {
    -webkit-transform: scaleX(0.9) scaleY(0.85);
            transform: scaleX(0.9) scaleY(0.85);
    top: -130px;
  }
  .us {
    margin-top: 150px;
  }
  .us::before {
    top: -90px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    height: 150px;
  }
  .us__container-cont-left-bot-title {
    font-size: 33px;
    line-height: 40px;
  }
  .us__container-cont-left-bot {
    padding-top: 50px;
  }
  .us__container-cont-left-bot-text {
    margin-top: 49px;
  }
  .us__container-cont-left-img {
    height: 430px;
  }
  .us__container-btn {
    margin-top: 30px;
  }
  .nol {
    margin-top: 90px;
  }
  .nol::before {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    top: -75px;
  }
  .nol__container-text {
    max-width: 775px;
    margin-top: 44px;
  }
  .nol__container-cont {
    margin-top: 60px;
  }
  .isp-cont {
    font-size: 18px;
  }
  .cta-img {
    width: 688px;
    height: 512px;
  }
  .cta-left {
    top: 40px;
    height: 598px;
    padding-bottom: 51px;
    padding-top: 201px;
    padding-left: 45px;
  }
  .cta h2 {
    font-size: 38px;
    line-height: 46px;
    top: 65px;
    max-width: 495px;
  }
  .cta-img {
    margin-right: 0px;
  }
  .six-text {
    margin-top: 40px;
  }
  .six__container-item:nth-child(1) {
    top: 98px;
    left: 185px;
  }
  .six__container-item:nth-child(6) {
    top: 315px;
    left: -103px;
  }
  .six__container-item:nth-child(5) {
    bottom: 260px;
    left: -59px;
  }
  .six__container-item:nth-child(4) {
    bottom: 109px;
    right: 32px;
  }
  .pri {
    margin-top: 115px;
  }
  .can {
    margin-top: 95px;
  }
  .can::before {
    top: -80px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .vid-swiper {
    margin-top: 70px;
  }
  .mb230 .cta-left {
    top: 45px;
  }
  .cta {
    margin-top: 70px;
  }
  .spec {
    margin-top: 106px;
  }
  .spec__container {
    margin-top: 147px;
  }
  .spec__container-item {
    margin-bottom: 25px;
  }
  .plus {
    margin-top: 155px;
  }
  .plus::before {
    top: -100px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .plus-zak-items img {
    width: 150px;
  }
  .min-img {
    margin-top: 50px;
  }
  .min-mid {
    margin-top: 125px;
  }
  .min-swiper {
    position: relative;
  }
  .min-swiper .swiper-button-next1, .min-swiper .swiper-button-prev1 {
    background: #FFC600;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
            box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
    border-radius: 7px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
  }
  .min-swiper .swiper-button-next1:hover, .min-swiper .swiper-button-prev1:hover {
    background: #FFDF70;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
            box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
    border-radius: 7px;
    cursor: pointer;
  }
  .min-swiper .swiper-button-next1:active, .min-swiper .swiper-button-prev1:active {
    background: #e0b000;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
            box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
    border-radius: 7px;
  }
  .min-swiper .swiper-button-next1.swiper-button-disabled, .min-swiper .swiper-button-prev1.swiper-button-disabled {
    opacity: 0.6;
  }
  .min-swiper .swiper-button-next1 {
    top: 614px;
    right: 534px;
    z-index: 3;
  }
  .min-swiper .swiper-button-prev1 {
    top: 614px;
    right: 593px;
    z-index: 3;
  }
  .sokr {
    margin-top: 108px;
  }
  .sokr__container-bot {
    max-width: 677px;
    margin-left: 353px;
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sokr__container-content {
    width: 1047px;
  }
  .podb {
    margin-top: 117px;
  }
  .about {
    margin-top: 122px;
  }
  .about::before {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    top: -77px;
  }
  .about__bot {
    margin-top: 207px;
  }
  .us {
    margin-top: 216px;
  }
  .us__container-cont {
    margin-top: 44px;
  }
  .nol {
    margin-top: 130px;
  }
  .nol__container-cont-items-item {
    margin-bottom: 197px;
  }
  .isp {
    margin-top: 138px;
  }
  .cta {
    margin-top: 79px;
  }
  .six {
    margin-top: 124px;
  }
  .pri {
    margin-top: -10px;
  }
  .pri::before {
    z-index: -1;
    content: '';
    width: 3000px;
    height: 200px;
    position: absolute;
    top: -100px;
    left: -100px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-3deg);
    background: #ffffff;
  }
  .pri__container-text {
    margin-top: 27px;
  }
  .pri__container-table {
    margin-top: 40px;
  }
  .can {
    margin-top: 84px;
  }
  .can__container-text {
    margin-top: 55px;
  }
  .spec__container {
    margin-top: 161px;
  }
  .spec__container-item {
    margin-bottom: 36px;
  }
  .plus {
    margin-top: 108px;
  }
  .plus::before {
    top: -55px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .spec__bot {
    margin-top: 30px;
  }
  .vor {
    margin-top: 60px;
  }
  .min-mid {
    margin-top: 109px;
  }
  .us {
    margin-top: 147px;
  }
  .spec__top svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    left: -86px;
    top: -72px;
  }
  .min-swiper .swiper-slide-cont {
    padding: 32px 16px;
  }
  .min-swiper .swiper-slide-img {
    height: 220px;
  }
  .swiper-button-next3, .swiper-button-prev3 {
    background: #FFC600;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
            box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
    border-radius: 7px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
  }
  .swiper-button-next3:hover, .swiper-button-prev3:hover {
    background: #FFDF70;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
            box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
    border-radius: 7px;
    cursor: pointer;
  }
  .swiper-button-next3:active, .swiper-button-prev3:active {
    background: #e0b000;
    -webkit-box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
            box-shadow: 0px 4px 7px rgba(255, 198, 0, 0.35);
    border-radius: 7px;
  }
  .swiper-button-next3.swiper-button-disabled, .swiper-button-prev3.swiper-button-disabled {
    opacity: 0.6;
  }
  .swiper-button-next3 {
    top: 260px;
    right: calc(50% - 80px);
    z-index: 3;
  }
  .swiper-button-prev3 {
    top: 260px;
    right: calc(50% - 24px);
    z-index: 3;
  }
  .vor__container-right-items-item:nth-child(2) {
    margin-top: 63px;
  }
  .vor__container-right-items-item:nth-child(3) {
    margin-top: 75px;
  }
  .vor__container-right-items-item:nth-child(4) {
    margin-top: 57px;
  }
  .vor__container-right-items-item:nth-child(5) {
    margin-top: 33px;
  }
  .vor__container-right-items-item:nth-child(6) {
    margin-top: 24px;
  }
  .vor__container-right-items-item:nth-child(7) {
    margin-top: 9px;
  }
  .podb {
    position: relative;
  }
  .podb-left-c {
    position: absolute;
    top: -49px;
    left: -53px;
    z-index: -1;
    width: 875px;
    height: calc(100% + 100px);
    padding: 41px 47px;
    padding-bottom: 71px;
    padding-right: 126px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(30, 23, 0, 0.1);
    border-radius: 0px 81px 81px 81px;
  }
  .first {
    padding-top: 56px;
  }
}

@media screen and (max-width: 1461px) {
  .wrapper {
    width: 1160px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 1160px;
    margin: 0px auto;
  }
  .header__container-logo img {
    width: 170px;
  }
  .header__container-menu svg {
    width: 30px;
  }
  .header__container-add-title {
    font-size: 17px;
    line-height: 22px;
  }
  .header__container-add a {
    font-size: 13px;
    line-height: 17px;
  }
  .header__container-phone-title {
    font-size: 17px;
  }
  .header__container-phone-btn {
    font-size: 13px;
    line-height: 17px;
  }
  .header__container-phone-title svg {
    width: 28px;
  }
  .first__container-c h1 {
    font-size: 37px;
  }
  .first__container-text {
    font-size: 20px;
  }
  .first__container-cont-right-btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .first__container-cont-right-item {
    font-size: 15px;
  }
  .first__container-cont-video {
    margin-right: 0px;
    width: 651px;
    height: 443px;
  }
  .first__container-cont-right {
    top: -30px;
  }
  .first {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  h2 {
    font-size: 39px;
    line-height: 50px;
  }
  .spec__top-text {
    font-size: 20px;
    line-height: 27px;
    max-width: 1011px;
    margin-top: 24px;
  }
  .spec__top svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.85);
    left: -92px;
    top: -76px;
  }
  .spec__container-item-text {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 22px;
  }
  .spec__container-item-btn {
    padding: 18px 30px;
  }
  .plus-text {
    font-size: 19px;
  }
  .plus__container-item-title {
    font-size: 18px;
  }
  .plus__container-item img {
    width: 60px;
  }
  .plus__container {
    padding: 36px 70px;
    padding-left: 198px;
  }
  .plus-zak-items .fahh {
    width: 55px;
  }
  .plus-zak-items .fazp {
    width: 205px;
  }
  .plus-zak {
    padding: 30px 0px;
  }
  .plus__container-h {
    width: 256px;
  }
  .vor__container-right-text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-top: 28px;
    max-width: 976px;
  }
  .vor__container-right {
    max-width: 561px;
  }
  .vor__container-right-items-item {
    font-size: 20px;
  }
  .vor__container svg {
    z-index: -1;
    position: absolute;
    top: -574px;
    left: -119px;
    -webkit-transform: scaleX(0.9) scaleY(0.75);
            transform: scaleX(0.9) scaleY(0.75);
    fill: none;
  }
  .vor h2 {
    max-width: 760px;
  }
  .plus__container-c {
    position: absolute;
    top: 390px;
    right: -171px;
  }
  .min {
    margin-top: 100px;
  }
  .min::before {
    z-index: -1;
    content: '';
    background-color: white;
    width: 3000px;
    height: 331px;
    position: absolute;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    top: -30px;
    left: -80px;
  }
  .min-text {
    font-size: 22px;
  }
  .min-img {
    margin-top: 26px;
  }
  .btn1 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 16px 52px;
  }
  .min-img {
    width: 775px;
    height: 459px;
    border-radius: 0px 81px 81px 81px;
    position: relative;
  }
  .min-img-btn {
    position: absolute;
    top: 431px;
    left: 242px;
  }
  .min-mid-text {
    max-width: 912px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-top: 24px;
  }
  .min-swiper .swiper-slide-num {
    z-index: -1;
    position: absolute;
    top: -77px;
    left: 25px;
    font-style: normal;
    font-weight: 900;
    font-size: 69px;
    line-height: 125px;
    color: #FFC600;
  }
  .min-swiper .swiper-slide {
    width: 350px;
  }
  .min-swiper .swiper-slide-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 15px;
  }
  .min-swiper .swiper-slide-title {
    font-size: 23px;
  }
  .min-swiper .swiper-slide-cont {
    padding-top: 16px;
  }
  .min-swiper .swiper-button-prev1 {
    top: 513px;
    right: 593px;
    z-index: 3;
  }
  .min-swiper .swiper-button-next1 {
    top: 513px;
    z-index: 3;
  }
  .itog-cont {
    font-size: 16px;
  }
  .itog {
    margin-top: 80px;
  }
  .sokr__container-content-item {
    font-size: 18px;
    line-height: 23px;
  }
  .sokr__container-content {
    width: 901px;
  }
  .sokr__container-bot-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
  }
  .sokr__container-content-img {
    top: -50px;
    width: 340px;
  }
  .podb-left-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-top: 50px;
    max-width: 403px;
  }
  .podb-img {
    border-radius: 0px 81px 81px 81px;
    width: 714px;
    height: 428px;
  }
  .about__container-cont-text {
    margin-top: 52px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
  }
  .about__container-img {
    width: 571px;
    height: 528px;
  }
  .about__bot {
    margin-top: 140px;
  }
  .about__bot-item-num {
    font-size: 60px;
    line-height: 85px;
  }
  .about__bot-item-text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-left: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .about__bot svg {
    -webkit-transform: scaleX(0.85) scaleY(0.85);
            transform: scaleX(0.85) scaleY(0.85);
    top: -130px;
  }
  .us__container-cont-left {
    max-width: 650px;
  }
  .us__container-cont-left-img {
    height: 380px;
  }
  .first__container-cont-right {
    top: -11px;
  }
  .us__container-cont-swiper {
    width: 380px;
  }
  .us__container-cont-left-bot-text {
    margin-top: 23px;
    font-size: 20px;
  }
  .nol__container-text {
    font-size: 20px;
  }
  .nol__container-cont-items-item-title {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    color: #1E1700;
    background: #FFC600;
    position: relative;
    border-radius: 41px 41px 0px 41px;
    padding: 14px 50px;
    z-index: 1;
  }
  .nol__container-cont-items-item {
    margin-bottom: 109px;
  }
  .cta-left-text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    max-width: 403px;
  }
  .cta-left-form button {
    border: none;
    padding: 16px 51px;
    width: 100%;
  }
  .cta-left-form input {
    border: 1px solid #FFC600;
    border-radius: 67px;
    width: 100%;
    padding: 16px 24px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 25px;
  }
  .six-text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    max-width: 775px;
  }
  .six__container-item {
    font-size: 20px;
  }
  .pri__container-text {
    font-size: 20px;
  }
  .can__container-text {
    font-size: 20px;
  }
  .can__container-swiper .swiper-slide-right-item-text {
    font-size: 17px;
    line-height: 20px;
  }
  .can__container-swiper .swiper-slide-right-item-title {
    font-size: 22px;
    line-height: 22px;
  }
  .can__container-swiper .swiper-slide-cont {
    height: 620px;
  }
  .can__container-swiper .swiper-slide-right-item:not(:first-child) {
    margin-top: 24px;
  }
  .can__container-swiper .swiper-button-next1 {
    top: 580px;
  }
  .can__container-swiper .swiper-button-prev1 {
    top: 580px;
  }
  .vid-ссс {
    margin-top: 48px;
  }
  .vid-swiper {
    margin-top: 24px;
  }
  .vid-swiper .swiper-slide {
    width: 380px;
  }
  .vid-swiper .swiper-slide-vid {
    height: 215px;
  }
}

@media screen and (max-width: 1461px) {
  .can__container-swiper .swiper-slide-right-item-text {
    font-size: 15px;
    line-height: 17px;
    margin-top: 8px;
  }
  .can__container-swiper .swiper-slide-cont {
    height: 530px;
  }
  .can__container-swiper .swiper-button-next1 {
    top: 485px;
  }
  .can__container-swiper .swiper-button-prev1 {
    top: 485px;
  }
  .can__container-swiper {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1260px) {
  .wrapper {
    width: 1000px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 1000px;
    margin: 0px auto;
  }
  .header__container-add-title {
    font-size: 14px;
    line-height: 14px;
  }
  .header__container-phone-title {
    font-size: 14px;
    line-height: 14px;
  }
  .header__container-phone-title svg {
    width: 24px;
    margin-right: 10px;
  }
  .first h1 {
    font-size: 40px;
    line-height: 50px;
    max-width: 800px;
  }
  .first {
    padding-top: 120px;
  }
  .first__container-text {
    font-size: 16px;
    line-height: 16px;
    margin-top: 24px;
  }
  .first-cir {
    top: -180px;
    width: 400px;
  }
  .first__container-cont {
    margin-top: 32px;
  }
  .first__container-cont-video {
    width: 640px;
    height: 400px;
  }
  .first__container-cont-right-item {
    margin-top: 24px;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 16px;
  }
  .first__container-cont .icon__ar {
    top: -108px;
    -webkit-transform: rotate(10deg) scale(0.65);
            transform: rotate(10deg) scale(0.65);
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .spec {
    margin-top: 90px;
  }
  .spec__top h2 {
    max-width: 733px;
  }
  .spec__top-text {
    font-size: 16px;
    line-height: 18px;
    margin-top: 16px;
    width: 730px;
  }
  .spec__top svg {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    left: -234px;
    top: -106px;
  }
  .spec__container-item {
    width: calc(50% - 51px);
  }
  .spec__container-item {
    min-height: 370px;
  }
  .vor__container {
    max-width: 850px;
  }
  .vor__container-right {
    max-width: 500px;
  }
  .vor__container svg {
    left: -175px;
    -webkit-transform: scaleX(0.8) scaleY(0.7);
            transform: scaleX(0.8) scaleY(0.7);
  }
  .min-title {
    font-size: 40px;
    line-height: 50px;
  }
  .min-text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 16px;
  }
  .min-img {
    margin-top: 32px;
    width: 730px;
    height: 440px;
  }
  .min-img-btn {
    position: absolute;
    top: 412px;
    left: 251px;
  }
  .min-mid-text {
    font-size: 16px;
    line-height: 20px;
  }
  .min-swiper .swiper-slide {
    margin-top: 0px;
  }
  .min-swiper .swiper-slide-num {
    font-size: 70px;
    line-height: 80px;
    top: -54px;
  }
  .min-swiper .swiper-slide-text {
    font-size: 16px;
    line-height: 20px;
  }
  .min-swiper .swiper-slide-cont {
    padding: 0px;
    padding-top: 16px;
  }
  .min-swiper {
    margin-top: 80px;
  }
  .min-swiper .swiper-slide-title {
    font-size: 22px;
    line-height: 24px;
  }
  .sokr__container h2 {
    max-width: 760px;
  }
  .podb-img {
    width: 600px;
    height: 360px;
  }
  .podb-left {
    max-width: 570px;
  }
  .podb-left-text {
    font-size: 18px;
    line-height: 22px;
  }
  .about__container-cont {
    max-width: 470px;
  }
  h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    color: #1E1700;
  }
  .about__container-cont-text {
    font-size: 16px;
    line-height: 20px;
  }
  .about__bot-item-num {
    font-size: 48px;
    line-height: 70px;
  }
  .about__bot {
    max-width: 520px;
  }
  .about__bot svg {
    -webkit-transform: scaleX(0.7) scaleY(0.7);
            transform: scaleX(0.7) scaleY(0.7);
    left: -231px;
    top: -170px;
  }
  .us__container-cont-swiper {
    width: 330px;
  }
  .us__container-cont-left {
    width: 620px;
  }
  .us__container-cont-left-img {
    height: 430px;
  }
  .us__container-cont-left-bot {
    padding: 0px;
    padding-top: 16px;
  }
  .us__container-cont-left-bot-title {
    font-size: 24px;
    line-height: 28px;
  }
  .us__container-cont-left-bot-text {
    font-size: 16px;
    line-height: 18px;
    margin-top: 16px;
  }
  .us__container-cont-swiper .swiper-slide-img {
    height: 260px;
  }
  .nol__container h2 {
    max-width: 860px;
  }
  .nol__container-cont {
    max-width: 780px;
  }
  .nol__container-cont-items-item-title {
    padding: 19px 40px;
    font-size: 22px;
    line-height: 26px;
  }
  .isp {
    margin-top: 100px;
  }
  .cta-img {
    width: 540px;
    height: 350px;
  }
  .cta-left-text {
    font-size: 18px;
    line-height: 22px;
    max-width: 340px;
  }
  .cta-left-form input {
    padding: 16px 24px;
  }
  .cta h2 {
    left: 31px;
    top: 58px;
  }
  .cta-left-form button {
    padding: 20px 40px;
  }
  .six h2 {
    max-width: 730px;
  }
  .six-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
  }
  .six__container-cir {
    margin-top: -120px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .six__container-item {
    width: 300px;
    padding: 16px;
    font-size: 16px;
    line-height: 18px;
  }
  .six__container-item.act {
    border-radius: 42px;
  }
  .six__container-item:nth-child(1) {
    top: 104px;
    left: 352px;
  }
  .six__container-item:nth-child(2) {
    top: 237px;
    right: 51px;
  }
  .six__container-item:nth-child(3) {
    top: 427px;
    right: 68px;
  }
  .six__container-item:nth-child(4) {
    bottom: 184px;
    right: 355px;
  }
  .six__container-item:nth-child(5) {
    bottom: 333px;
    left: 78px;
  }
  .six__container-item:nth-child(6) {
    top: 231px;
    left: 106px;
  }
  .six__container {
    margin-bottom: -90px;
  }
  .pri__container-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
  }
  .pri__container-text {
    max-width: 680px;
  }
  .pri__container-table {
    width: 800px;
  }
  .pri__container-table-b1 {
    width: 94%;
  }
  .pri__container-table-b2 {
    width: 88%;
  }
  .can__container h2 {
    max-width: 800px;
  }
  .can__container-text {
    max-width: 700px;
    font-size: 16px;
    line-height: 20px;
  }
  .can__container-swiper {
    margin-top: 55px;
  }
  .can__container-swiper .swiper-slide-cont {
    padding: 30px;
  }
  .can__container-swiper .swiper-slide-img {
    width: 400px;
    height: 460px;
  }
  .can__container-swiper .swiper-slide-right {
    width: 400px;
  }
  .can__container-swiper .swiper-slide-right-item-text {
    font-size: 16px;
    line-height: 18px;
    margin-top: 16px;
    padding-left: 0px;
  }
  .can__container-swiper .swiper-slide-right-item-title {
    font-size: 20px;
    line-height: 22px;
  }
  .vid-swiper .swiper-slide-vid {
    height: 220px;
  }
  .vid-swiper .swiper-slide {
    width: 400px;
  }
  .cta.mb230 {
    margin-top: 14px;
  }
  .mb230 h2 {
    max-width: 386px;
    top: 69px;
  }
  .min-swiper .swiper-button-next1 {
    top: 460px;
    right: 407px;
    z-index: 3;
  }
  .min-swiper .swiper-button-prev1 {
    top: 460px;
    right: 474px;
    z-index: 3;
  }
}

@media screen and (max-width: 1260px) {
  .wrapper {
    width: 1000px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 1000px;
    margin: 0px auto;
  }
  .first__container-cont-video {
    margin-right: 0px;
    width: 549px;
    height: 373px;
  }
  .first__container-cont-right-item:nth-child(2) {
    position: absolute;
    bottom: -370px;
    left: -597px;
  }
  .first__container-cont-right-item:nth-child(1) {
    position: absolute;
    bottom: -370px;
    left: -257px;
  }
  .first__container-cont-right-item:nth-child(4) {
    position: absolute;
    bottom: -446px;
    left: -579px;
  }
  .first__container-cont-right-item:nth-child(3) {
    position: absolute;
    bottom: -452px;
    left: -243px;
  }
  .first {
    padding-top: 140px;
  }
  .first__container-cont-right {
    top: -50px;
  }
  .sokr__container-content {
    width: 830px;
  }
  .vor__container svg {
    display: none;
  }
  .about__container-img {
    width: 484px;
    height: 481px;
  }
  .can__container-swiper .swiper-slide-img {
    width: 600px;
    height: 460px;
  }
  .cta-left {
    height: auto;
    padding-top: 20px;
    top: 200px;
  }
  .mb230 .cta-left {
    top: 175px;
  }
  .can__container-swiper {
    width: 1000px;
  }
  .can__container-swiper .swiper-slide-img {
    width: 404px;
    height: 460px;
  }
  .can__container-swiper .swiper-button-next1 {
    top: 680px;
    right: 0;
    z-index: 3;
    top: 699px;
    right: 429px;
  }
  .can__container-swiper .swiper-button-prev1 {
    top: 680px;
    top: 699px;
    right: 485px;
  }
  .vor__container-right-items-item:nth-child(2) {
    margin-top: 36px;
  }
  .vor__container-right-items-item:nth-child(5) {
    margin-top: 6px;
  }
  .vor__container-right-items-item:nth-child(6) {
    margin-top: 0px;
  }
  .vor__container-sh-item:nth-child(5) {
    padding-right: 27px;
  }
  .vor__container-sh-item:nth-child(6) {
    padding-right: 20px;
  }
  .vor__container-sh-item:nth-child(7) {
    padding-right: 12px;
  }
  .can__container-swiper .swiper-slide-cont {
    height: 635px;
  }
  .can__container-swiper .swiper-button-next1 {
    top: 573px;
  }
  .can__container-swiper .swiper-button-prev1 {
    top: 573px;
  }
  .can__container-swiper .swiper-slide-right-item-title {
    padding: 0px;
  }
  .can__container-swiper .swiper-slide-img {
    height: 92%;
  }
  .first {
    padding-top: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .first__container-cont-video {
    width: 430px;
    height: 300px;
    margin-right: 240px;
  }
  .first__container-cont-right {
    top: 0px;
  }
  .min-swiper .swiper-button-next1 {
    top: 460px;
    right: 248px;
    z-index: 3;
  }
  .min-swiper .swiper-button-prev1 {
    top: 460px;
    right: 312px;
    z-index: 3;
  }
}

@media screen and (max-width: 1024px) {
  .can__container-swiper .swiper-slide-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .can__container-swiper .swiper-slide-img {
    width: 100%;
    height: 270px;
  }
  .can__container-swiper .swiper-slide-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -16px;
  }
  .can__container-swiper .swiper-slide-right-item {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .cta h2 {
    left: 80px;
  }
  .cta-left {
    left: 0px;
  }
  .cta-img {
    width: 400px;
    height: 330px;
  }
  .us__container-cont-left-img {
    height: 280px;
  }
  .us__container-cont-left {
    width: 430px;
  }
  .us__container-cont-swiper {
    width: 240px;
  }
  .sokr__container-content {
    width: 500px;
    padding: 24px;
    padding-left: 100px;
  }
  .min-img {
    margin-top: 32px;
    width: 600px;
    height: 370px;
  }
  .spec__container-item {
    width: calc(50% - 32px);
  }
  .plus__container {
    width: 500px;
    padding-left: 100px;
    margin-left: 135px;
    margin-top: 45px;
  }
  .vor__container-right {
    max-width: 370px;
  }
  .vor__container {
    max-width: 700px;
    margin-top: 32px;
  }
  .vor__container svg {
    top: -509px;
    left: -290px;
    -webkit-transform: scaleX(0.55) scaleY(0.5);
    transform: scaleX(0.55) scaleY(0.5);
  }
  .wrapper {
    width: 700px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 700px;
    margin: 0px auto;
  }
  .hm11 {
    display: none;
  }
  .hm22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hcadn {
    display: none;
  }
  .header__container {
    width: 700px !important;
  }
  .header__container-text {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
  }
  .header__container-logo {
    display: none;
  }
  .hclm {
    display: block;
  }
  .vor__container-sh {
    margin-right: 16px;
  }
  .vor__container-right-items-item {
    font-size: 18px;
    line-height: 24px;
  }
  .spec__container {
    margin-right: -32px;
  }
  .spec__container-item {
    margin-right: 32px;
  }
  .can__container-swiper {
    width: 700px;
  }
  .first__container {
    -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;
  }
  .first__container-cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .first__container-c {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 457px;
  }
  .first__container-cont-video {
    margin-right: 0px !important;
  }
  .first__container-cont-right {
    display: none;
  }
  .first h1 {
    text-align: center;
    margin-top: 24px;
  }
  .first {
    padding-bottom: 48px;
  }
  .plus__container-c {
    display: none;
  }
  .sokr__container-content-img {
    display: none;
  }
  .sokr__container-content {
    margin-left: 0px;
    width: 100%;
  }
  .plus__container-h {
    display: none;
  }
  .plus__container {
    width: 100%;
    margin-left: 0px;
  }
  .spec__bot .icon__specb {
    fill: none;
    position: absolute;
    left: -118px;
    top: -40px;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  .spec__bot .icon__vos {
    position: absolute;
    top: -41px;
    left: -26px;
  }
  .itog .icon__itog {
    fill: none;
    position: absolute;
    top: -41px;
    left: -145px;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  .sokr__container-bot {
    margin-left: 0px;
    width: 100%;
  }
  .podb-img {
    width: 401px;
    height: 360px;
  }
  .about__container-cont {
    max-width: 400px;
  }
  .about__container-img {
    width: 280px;
    height: 481px;
  }
  .isp .icon__isp {
    fill: none;
    position: absolute;
    top: -41px;
    left: -150px;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  .cta-left {
    left: 0px;
    width: 100%;
  }
  .cta-img {
    width: 320px;
    height: 330px;
  }
  .six {
    margin-top: 200px;
  }
  .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .spec__container {
    margin-top: 60px;
  }
  .min-img-btn {
    position: absolute;
    top: 335px;
    left: 173px;
  }
  .can__container-swiper .swiper-button-next1 {
    top: 680px;
    right: 0;
    z-index: 3;
    top: 699px;
    right: 429px;
  }
  .can__container-swiper .swiper-button-prev1 {
    top: 680px;
    top: 699px;
    right: 485px;
  }
  .can__container-swiper .swiper-button-next1 {
    top: 933px;
    right: 290px;
  }
  .can__container-swiper .swiper-button-prev1 {
    top: 933px;
    right: 350px;
  }
  .podb-left-c {
    width: 76%;
  }
  .can__container-swiper .swiper-slide-cont {
    height: 900px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .can__container-swiper .swiper-slide-right-item {
    margin-top: 36px;
  }
  .can__container-swiper .swiper-button-next1 {
    top: 834px;
  }
  .can__container-swiper .swiper-button-prev1 {
    top: 834px;
  }
  .first {
    padding-top: 32px;
  }
  .hcppp {
    display: block;
    margin-left: auto;
    margin-right: 16px;
  }
  .header-popup-menu .mtau {
    margin-top: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 740px) {
  .wrapper {
    width: 520px;
    margin: 0px auto;
  }
  .wrapper2 {
    width: 520px;
    margin: 0px auto;
  }
  .header__container {
    width: 520px !important;
  }
  .first__container-cont-video {
    margin-right: 0px;
  }
  .first__container-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .first__container-cont-right {
    position: unset;
  }
  .first__container-cont-right-item {
    background: rgba(255, 255, 255, 0.849);
  }
  .header__container-menu p {
    font-size: 14px;
  }
  .header__container-menu svg {
    width: 15px;
  }
  .first {
    padding-bottom: 40px;
    padding-top: 90px;
  }
  .header__container-logo img {
    width: 80px;
  }
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .spec__top h2 {
    max-width: calc(100% - 20px);
  }
  .spec__top-text {
    width: calc(100% - 20px);
  }
  .spec__top svg {
    -webkit-transform: scale(0.5) scaleX(0.85);
            transform: scale(0.5) scaleX(0.85);
    left: -349px;
    top: -126px;
  }
  .spec {
    margin-top: 50px;
  }
  .spec__container-item {
    margin-right: 0px;
    width: 100%;
  }
  .spec__container {
    margin-right: 0px;
  }
  .spec__container-item-title {
    padding-left: 50px;
    font-size: 16px;
    line-height: 18px;
  }
  .spec__container-item-text {
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .spec__container-item-img {
    top: -10px;
    left: -10px;
  }
  .spec__container-item-btn {
    padding: 14px;
    max-width: 250px;
  }
  .spec__container-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spec__bot .icon__specb {
    -webkit-transform: scale(0.7) scaleX(0.8);
            transform: scale(0.7) scaleX(0.8);
    left: -226px;
    top: -34px;
  }
  .spec__bot {
    width: calc(100% - 40px);
  }
  .plus::before {
    display: none;
  }
  .plus {
    margin-top: 55px;
    padding-top: 24px;
  }
  .plus h2 {
    width: calc(100% - 20px);
  }
  .plus-text {
    width: calc(100% - 20px);
    margin-top: 16px;
  }
  .plus__container-h {
    display: none;
  }
  .plus__container {
    width: calc(100% - 20px);
    margin-left: 0px;
    padding: 32px;
    margin-top: 24px;
  }
  .plus-textb {
    margin-left: 0px;
  }
  .plus__container-c {
    top: 376px;
    right: -30px;
    width: 130px;
  }
  .vor__container svg {
    display: none;
  }
  .vor h2 {
    width: calc(100% - 20px);
  }
  .vor__container {
    width: calc(100% - 20px);
    margin-top: 24px;
  }
  .vor {
    margin-top: 45px;
  }
  .vor__container-right {
    max-width: 284px;
  }
  .vor__container-sh {
    width: 196px;
    margin-right: 20px;
  }
  .min::before {
    display: none;
  }
  .min {
    margin-top: 40px;
    padding-top: 20px;
  }
  .min-title {
    font-size: 28px;
    line-height: 32px;
  }
  .min-text {
    margin-top: 12px;
  }
  .min-img {
    width: calc(100% - 20px);
    height: 300px;
  }
  .min-img-btn {
    position: absolute;
    top: 279px;
    left: 148px;
  }
  h2 {
    width: calc(100% - 20px) !important;
  }
  .min-mid-text {
    margin-top: 16px;
  }
  .itog .icon__itog {
    fill: none;
    position: absolute;
    top: -43px;
    left: -236px;
    -webkit-transform: scale(0.65);
    transform: scale(0.65) scaleX(0.8);
  }
  .itog .icon__vos {
    position: absolute;
    top: -14px;
    left: 2px;
    width: 20px;
  }
  .sokr::before {
    display: none;
  }
  .sokr {
    padding-top: 20px;
    margin-top: 40px;
  }
  .sokr__container-content-img {
    display: none;
  }
  .sokr__container-content {
    width: calc(100% - 20px);
    margin-left: 0px;
    padding: 32px;
    margin-top: 24px;
  }
  .sokr__container-bot {
    margin-left: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 20px);
  }
  .podb {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% -20px);
    margin-top: 32px;
  }
  .podb-left {
    position: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .podb-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .podb-left h2 {
    text-align: center;
  }
  .podb-left-text {
    text-align: center;
  }
  .podb-left-btn {
    margin-top: 24px;
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 20px);
    margin-right: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__container-img {
    width: 100%;
    height: 310px;
  }
  .about__container-cont {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .about::before {
    display: none;
  }
  .about {
    margin-top: 40px;
    padding-top: 20px;
  }
  .about__bot svg {
    display: none;
  }
  .about__bot {
    width: calc(100% - 20px);
    margin-top: 16px;
    border: 1px dashed rgba(255, 198, 0, 0.69);
    border-radius: 15px;
    background-color: white;
    padding: 24px;
  }
  .us::before {
    display: none;
  }
  .us {
    padding-top: 20px;
    margin-top: 40px;
  }
  .us__container-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 20px);
  }
  .us__container-cont-left {
    width: 100%;
  }
  .us__container-cont {
    margin-top: 24px;
  }
  .us__container-cont-left {
    margin-top: 0px;
  }
  .us__container-cont-swiper {
    width: 100%;
    margin-right: 0px;
  }
  .us__container-cont-swiper .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .us__container-cont-swiper .swiper-slide-img {
    width: 50%;
  }
  .us__container-cont-swiper .swiper-slide-img:first-child {
    margin-right: 16px;
  }
  .us__container-cont-swiper {
    margin-top: 16px;
  }
  .nol::before {
    display: none;
  }
  .nol {
    margin-top: 40px;
    padding-top: 20px;
  }
  .nol__container-cont-items-item-title {
    text-align: center !important;
  }
  .nol__container-cont-items-item-bot {
    text-align: center !important;
  }
  .nol__container-cont-items:nth-child(2) {
    border-left: none;
  }
  .nol__container-cont-items {
    margin-right: 0px;
    width: 100%;
  }
  .nol__container-cont {
    margin-right: 0px;
    width: 100%;
  }
  .nol__container-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
  .nol__container-cont-items-item {
    margin-bottom: 25px;
  }
  .nol__container-cont-items-item-bot {
    margin-top: 16px;
  }
  .nol__container-cont-items:nth-child(2) {
    padding-top: 24px;
  }
  .nol__container-cont-items-item-title::before {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .isp .icon__isp {
    fill: none;
    position: absolute;
    top: -44px;
    left: -238px;
    -webkit-transform: scaleY(0.6) scaleX(0.54);
            transform: scaleY(0.6) scaleX(0.54);
  }
  .isp .icon__vos {
    position: absolute;
    top: -16px;
    left: -11px;
    width: 20px;
  }
  .isp {
    margin-top: 40px;
  }
  .cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  .cta-img {
    width: calc(100% - 20px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
    border-radius: 0px 81px 0px 0px;
    height: 240px;
  }
  .cta h2 {
    position: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cta-left {
    width: calc(100% - 20px);
    position: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-radius: 0px 0px 81px 81px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta-left-form {
    margin-top: 16px;
  }
  .cta-left-form input {
    margin-bottom: 16px;
  }
  .cta {
    margin-top: 45px;
  }
  .six {
    margin-top: 50px;
  }
  .six__container {
    display: none;
  }
  .six-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 40px);
    margin-top: 24px;
  }
  .six-cont-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .six-cont-item-title {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
  }
  .six-cont-item-num {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-right: 16px;
  }
  .pri::before {
    display: none;
  }
  .pri {
    margin-top: 40px;
    padding-top: 20px;
  }
  .pri__container-table table tr td:first-child {
    width: 180px;
  }
  .pri__container-table-b2 {
    display: none;
  }
  .pri__container-table-b1 {
    display: none;
  }
  .pri__container-table {
    margin-top: 24px;
    padding: 32px;
  }
  .can::before {
    display: none;
  }
  .can {
    margin-top: 40px;
    padding-top: 20px;
  }
  .can__container-swiper {
    margin-top: 0;
    padding-top: 50px;
  }
  .can__container-swiper .swiper-button-next1, .can__container-swiper .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
  .can__container-swiper .swiper-button-next1 {
    top: 5px;
  }
  .can__container-swiper .swiper-button-prev1 {
    top: 5px;
  }
  .can__container-swiper .swiper-slide {
    padding-left: 0px;
    padding-right: 0px;
  }
  .can__container-swiper .swiper-slide-right-item-title {
    font-size: 16px;
  }
  .vid-swiper {
    margin-top: 10px;
  }
  .ourc::before {
    display: none;
  }
  .ourc {
    margin-top: 40px;
    padding-top: 20px;
  }
  .can__container-swiper .swiper-slide-right-item {
    width: 100%;
    margin-right: 0px;
  }
  .can__container-swiper .swiper-slide-right {
    margin-right: 0px;
  }
  .mb230 h2 {
    position: unset;
  }
  .cta.mb230 {
    margin-top: 24px;
  }
  .mb230 h2 {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
  .mb230 {
    margin-bottom: 100px;
  }
  .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .footer__container-cop {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
  .footer__container-soc {
    margin-bottom: 24px;
  }
  .spec__container-item-img img {
    width: 48px;
  }
  .spec__bot .icon__specb {
    display: none;
  }
  .vor__container-right-text {
    font-size: 18px;
    line-height: 20px;
  }
  .vor__container-sh {
    width: 300px;
    margin-right: 0px;
  }
  .vor__container-right {
    max-width: 300px;
    position: absolute;
    top: 75px;
  }
  .vor__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vor__container-right-items {
    width: 100%;
  }
  .vor__container-right-items-item {
    font-size: 16px;
    line-height: 18px;
  }
  .vor__container-sh-item {
    margin-bottom: 50px;
  }
  .vor__container-right-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .vor__container-sh-item:nth-child(1) {
    margin-bottom: 70px;
  }
  .vor__container-right-items-item:nth-child(2) {
    margin-top: 125px;
  }
  .vor__container-right-items-item:nth-child(3) {
    margin-top: 120px;
  }
  .vor__container-right-items-item:nth-child(4) {
    margin-top: 85px;
    width: 259px;
  }
  .vor__container-right-items-item:nth-child(5) {
    margin-top: 56px;
    width: 252px;
  }
  .vor__container-right-items-item:nth-child(6) {
    margin-top: 50px;
    width: 159px;
  }
  .vor__container-right-items-item:nth-child(7) {
    margin-top: 35px;
    width: 139px;
  }
  .vcrtpl {
    padding-left: 0px;
  }
  .itog .icon__itog {
    display: none;
  }
  .itog .icon__vos {
    position: absolute;
    top: -14px;
    left: -16px;
    width: 20px;
  }
  .plus-text {
    font-size: 16px;
    line-height: 18px;
  }
  .plus__container-item-title {
    font-size: 16px;
    line-height: 18px;
  }
  .plus__container-item img {
    width: 48px;
  }
  .vor__container-sh-item:nth-child(7) {
    padding-right: 17px;
  }
  .min-img-btn {
    position: absolute;
    top: 279px;
    left: 111px;
  }
  .sokr__container-content-item {
    font-size: 16px;
    line-height: 18px;
  }
  .sokr__container-bot-text {
    font-size: 16px;
    line-height: 18px;
  }
  .about__bot-item-text {
    font-size: 16px;
    line-height: 18px;
  }
  .about__bot-item-num {
    font-size: 24px;
    line-height: 70px;
  }
  .nol__container-text {
    font-size: 16px;
    line-height: 18px;
  }
  .pri__container-table {
    width: 520px;
  }
  .pri__container-table table tr td {
    font-size: 16px;
  }
  .can__container-swiper {
    width: 100%;
    margin-top: 16px;
  }
  .can__container-swiper .swiper-button-next1 {
    right: 0px;
  }
  .can__container-swiper .swiper-button-prev1 {
    right: 62px;
  }
  .min-swiper .swiper-button-next1 {
    top: 460px;
    right: 189px;
    z-index: 3;
  }
  .min-swiper .swiper-button-prev1 {
    top: 460px;
    right: 256px;
    z-index: 3;
  }
  .podb-left-c {
    display: none;
  }
  .vor__container-right-items-item::before {
    content: '';
  }
  .first {
    padding-top: 24px;
  }
}

@media screen and (max-width: 540px) {
  .wrapper {
    width: 310px;
    margin: 0px auto;
  }
  .header__container {
    width: 310px !important;
  }
  .header-popup-menu-close svg {
    width: 30px;
    height: 30px;
  }
  .wrapper2 {
    width: 310px;
    margin: 0px auto;
  }
  .first h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .first__container-cont-video {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }
  .first__container-cont-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 2;
  }
  .spec__top svg {
    display: none;
  }
  .spec__top {
    border: 1px dashed rgba(255, 198, 0, 0.69);
    border-radius: 15px;
    padding: 12px;
  }
  .spec {
    margin-top: 32px;
  }
  .spec__container {
    margin-top: 40px;
  }
  .spec__bot .icon__specb {
    display: none;
  }
  .spec__bot {
    border: 1px dashed rgba(255, 198, 0, 0.69);
    border-radius: 15px;
    padding: 12px;
    width: 100%;
    margin-top: 0px;
  }
  .spec__bot .icon__vos {
    position: absolute;
    top: -15px;
    left: -9px;
    width: 20px;
  }
  .plus {
    margin-top: 32px;
  }
  h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .plus__container-c {
    display: none;
  }
  .vor__container-sh {
    display: none;
  }
  .vor__container-right-items-item:hover {
    color: #000000;
  }
  .vor {
    margin-top: 5px;
  }
  .min {
    margin-top: 32px;
  }
  .min-img {
    margin-top: 24px;
    height: 200px;
    border-radius: 20px;
  }
  .min-img-btn {
    position: absolute;
    top: 174px;
    left: 43px;
  }
  .min-mid {
    margin-top: 50px;
  }
  .itog .icon__itog {
    display: none;
  }
  .itog {
    border: 1px dashed rgba(255, 198, 0, 0.69);
    border-radius: 15px;
    padding: 12px;
    width: 100%;
    margin-top: 32px;
  }
  .itog .icon__vos {
    position: absolute;
    top: -24px;
    left: -19px;
    width: 20px;
  }
  .sokr {
    margin-top: 32px;
  }
  .podb-img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }
  .about__container-img {
    border-radius: 20px;
    height: 200px;
  }
  .about-c {
    width: 100%;
  }
  .about__bot {
    width: 100%;
  }
  .about__bot-item-text {
    font-size: 14px;
    line-height: 16px;
    margin-left: 8px;
  }
  .about__bot-item-num {
    font-size: 26px;
    line-height: 36px;
  }
  .about__bot-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .us__container-cont-left-bot-title {
    font-size: 16px;
    line-height: 22px;
  }
  .us__container-cont-left-img {
    height: 200px;
    border-radius: 20px;
  }
  .us__container-cont-swiper .swiper-button-prev {
    right: unset;
    left: 0px;
  }
  .isp .icon__isp {
    display: none;
  }
  .isp {
    border: 1px dashed rgba(255, 198, 0, 0.69);
    border-radius: 15px;
    padding: 12px;
    width: 100%;
  }
  .isp .icon__vos {
    position: absolute;
    top: -23px;
    left: -19px;
    width: 20px;
  }
  .cta-left {
    border-radius: 0px 0px 40px 40px;
  }
  .six-cont-item-title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
  }
  .pri__container-table table tr td:first-child {
    width: 115px;
  }
  .pri__container-table table {
    width: 280px;
  }
  .pri__container-table {
    padding: 10px;
  }
  .can__container-swiper .swiper-slide-right-item {
    margin-top: 16px;
  }
  .footer__container-soc {
    margin-top: 24px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .spec__container-item-img {
    left: 3px;
  }
  .header {
    position: relative;
  }
  .first {
    padding-top: 10px;
  }
  .header__container-phone-title svg {
    display: none;
  }
  .header__container-phone {
    margin-left: -60px;
  }
  .header__container-text {
    font-weight: 500;
  }
  .header__container-text span {
    color: #7E848C;
  }
  .first__container-cont {
    width: 100%;
  }
  .first__container-c {
    width: 310px;
  }
  .vor__container-sh {
    display: block;
  }
  .vor__container-right-items-item {
    font-size: 14px;
    line-height: 18px;
  }
  .btn1 {
    padding: 10px 32px;
  }
  .min-img-btn {
    position: absolute;
    top: 174px;
    left: 24px;
  }
  .min-swiper .swiper-slide {
    width: 280px;
  }
  .cta-left-form {
    width: 230px;
  }
  .vid-swiper .swiper-slide {
    width: 310px;
  }
  .pri__container-table {
    width: 310px;
  }
  .min-swiper .swiper-button-next1 {
    top: 495px;
    right: 92px;
    z-index: 3;
  }
  .min-swiper .swiper-button-prev1 {
    top: 495px;
    right: 171px;
    z-index: 3;
  }
  .can__container-swiper .swiper-slide-cont {
    height: auto;
  }
  .min-swiper .swiper-button-prev1 {
    top: 444px;
    right: 171px;
    z-index: 3;
  }
  .min-swiper .swiper-button-next1 {
    top: 444px;
    z-index: 3;
  }
  .swiper-button-prev3 {
    top: 260px;
    right: calc(56% - 24px);
    z-index: 3;
  }
  .swiper-button-next3 {
    top: 260px;
    right: calc(55% - 80px);
    z-index: 3;
  }
  .header-popup-menu .mtau {
    margin-top: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .header__container-phone {
    margin-left: 0px;
  }
  .header__container-phone-title svg {
    display: block;
  }
  .hcppp {
    margin-right: 0px;
    margin-left: auto;
  }
  .header__container-menu {
    margin-left: 16px;
  }
  .header {
    position: fixed;
    width: 100%;
  }
  .first {
    padding-top: 68px;
  }
  .can {
    display: none;
  }
  .vid-ссс {
    margin-top: 24px;
  }
}

.pageNavFixed {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  left: -460px;
  width: 460px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 0px 30px 0px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.pageNavFixed:hover {
  left: 0px;
}

.pageNavFixed::after {
  content: 'NAV';
  position: absolute;
  width: 50px;
  height: 30px;
  top: 0;
  right: -50px;
  border-radius: 0px 0px 5px 0px;
  background-color: black;
  color: #7EB325;
  padding: 5px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.pageNavFixed__cont {
  width: 100%;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}

.pageNavFixed__cont a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #7EB325;
  margin-bottom: 10px;
}

.pageNavFixed__cont a:hover {
  text-decoration: underline;
}

.pageNavFixed__cont a.completed {
  color: green;
}

.pageNavFixed__cont b {
  display: block;
  margin-bottom: 15px;
}

.pageNavFixed__cont div {
  margin: 0;
  margin-bottom: 50px;
}

.blur {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.726);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
}

.blur > {
  cursor: pointer !important;
}

.blur.active {
  opacity: 1;
  visibility: visible;
}

.modal__close {
  cursor: pointer;
}

.modal__close svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.modal__close:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-1 {
  position: fixed;
}

.blur {
  padding: 0 50px;
  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: 50;
}

.popup {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  background: #FFFFFF;
  border-radius: 15px;
  width: 529px;
  min-height: 631px;
  position: fixed;
}

.popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.popup__close {
  position: absolute;
  top: -28px;
  right: -30px;
}

.popup-thanx {
  padding: 96px;
  padding-top: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-thanx-title {
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 115.2%;
  text-align: center;
  color: #000000;
}

.popup-thanx-text {
  margin-top: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.popup-thanx-num {
  margin-top: 30px;
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

.popup-thanx-soc {
  margin-top: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-thanx-soc-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.popup-thanx-soc-items {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 205px;
}

.popup-zak {
  padding: 51px 66px;
  padding-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-zak-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 115.2%;
  text-align: center;
  color: #000000;
}

.popup-zak-form {
  margin-top: 42px;
  max-width: 323px;
}

.popup-zak-form input {
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 43px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 20px;
  padding: 25px;
  padding-bottom: 27px;
  width: 100%;
}

.popup-zak-form input.error {
  border-color: red;
  color: red;
}

.popup-zak-form input.error::-webkit-input-placeholder {
  color: red;
}

.popup-zak-form input.error::-moz-placeholder {
  color: red;
}

.popup-zak-form input.error:-ms-input-placeholder {
  color: red;
}

.popup-zak-form input.error::-ms-input-placeholder {
  color: red;
}

.popup-zak-form input.error::placeholder {
  color: red;
}

.popup-zak-form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #848484;
}

.popup-zak-form input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #848484;
}

.popup-zak-form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #848484;
}

.popup-zak-form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #848484;
}

.popup-zak-form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #848484;
}

.popup-zak-form button {
  border: none;
  width: 100%;
}

.popup-map1 {
  width: 1049px;
  height: 631px;
  padding: 31px;
}

.popup-map1-m {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.popup-map1-m .ymap {
  width: 100%;
  height: 100%;
}

.popup-map2 {
  width: 1049px;
  height: 631px;
  padding: 31px;
}

.popup-map2-m {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.popup-map2-m .ymap {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1540px) {
  .popup-map1 {
    width: 700px;
    height: 500px;
    min-height: 500px;
  }
  .popup-map2 {
    width: 700px;
    height: 500px;
    min-height: 500px;
  }
  .popup-zak-title {
    font-size: 24px;
  }
  .popup {
    min-height: 300px;
  }
  .popup-zak-form input {
    padding: 20px 25px;
  }
  .popup-thanx-title {
    font-size: 32px;
  }
  .popup-thanx-soc {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1424px) {
  .popup-thanx {
    padding: 24px;
    height: 80%;
    width: 80%;
    max-height: 400px;
    max-width: 400px;
  }
  .popup-thanx-title {
    font-size: 24px;
  }
  .popup-thanx-text {
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
  }
  .popup-thanx-num {
    margin-top: 20px;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000000;
  }
  .popup-thanx-soc-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
  }
  .popup-zak {
    padding: 24px;
    height: 80%;
    width: 80%;
    max-height: 600px;
    max-width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .popup {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    border-radius: 0px !important;
    overflow: auto;
  }
  .popup-zak-title {
    max-width: 310px;
  }
  .popup-zak-form {
    max-width: 310px;
  }
  .popup__close {
    top: 10px;
    right: 10px;
  }
  .popup__close svg {
    width: 30px;
    height: 30px;
  }
  .popup-thanx-title {
    max-width: 310px;
    margin-top: 16px;
  }
  .popup-map2 {
    padding: 16px;
    padding-top: 48px;
  }
  .popup-map1 {
    padding: 16px;
    padding-top: 48px;
  }
  .popup__close svg {
    width: 30px;
    height: 30px;
  }
}
