/*! 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: 0.75s;
  animation-duration: 0.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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  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;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

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

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 0%, 0)), color-stop(8.1%, hsla(0, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0, 0%, 0%, 0.046)), color-stop(29%, hsla(0, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0, 0%, 0%, 0.326)), color-stop(71%, hsla(0, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0, 0%, 0%, 0.434)), to(hsla(0, 0%, 0%, 0.44)));
  background: -webkit-linear-gradient(bottom, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
} /*! 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: 0.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 0.6s ease;
  transition: width 0.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;
  -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;
}

.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: 0.3s opacity;
  transition: 0.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: 0.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: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.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: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.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: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

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

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

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

.swiper-container-flip .swiper-slide-shadow-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: 0.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 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.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 0.2s linear;
  transition: color 0.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 0.25s ease;
    transition: border-color 0.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 0.25s ease;
  transition: bottom 0.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: 0.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: 0.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 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.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 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.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 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.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 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.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 0.15s ease 0s;
  transition: opacity 0.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 0.15s ease 0s;
  transition: opacity 0.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 0.15s ease 0s;
  transition: opacity 0.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 0.1s ease 0s;
  transition: opacity 0.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: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-light.eot");
  src: url("../fonts/ubuntu/ubuntu-light.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-light.woff") format("woff"), url("../fonts/ubuntu/ubuntu-light.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-light.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-lightitalic.eot");
  src: url("../fonts/ubuntu/ubuntu-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-lightitalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-lightitalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-lightitalic.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-regular.eot");
  src: url("../fonts/ubuntu/ubuntu-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-regular.woff") format("woff"), url("../fonts/ubuntu/ubuntu-regular.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-italic.eot");
  src: url("../fonts/ubuntu/ubuntu-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-italic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-italic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-italic.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-medium.eot");
  src: url("../fonts/ubuntu/ubuntu-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-medium.woff") format("woff"), url("../fonts/ubuntu/ubuntu-medium.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-medium.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-mediumitalic.eot");
  src: url("../fonts/ubuntu/ubuntu-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-mediumitalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-mediumitalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-mediumitalic.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-bold.eot");
  src: url("../fonts/ubuntu/ubuntu-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-bold.woff") format("woff"), url("../fonts/ubuntu/ubuntu-bold.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-bold.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu/ubuntu-bolditalic.eot");
  src: url("../fonts/ubuntu/ubuntu-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/ubuntu-bolditalic.woff") format("woff"), url("../fonts/ubuntu/ubuntu-bolditalic.ttf") format("truetype"), url("../fonts/ubuntu/ubuntu-bolditalic.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "ubuntu", 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;
}

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

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

.wrapper3 {
  width: 1300px;
  margin: 0 auto;
}

.green-btn {
  background: #0E9540;
  border-radius: 9px;
  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;
  min-height: 52px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.green-btn svg {
  margin-left: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.green-btn:hover {
  background-color: #0d7a35;
  color: #eeeeee;
  cursor: pointer;
}
.green-btn:hover svg {
  margin-left: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.green-btn:active {
  background-color: #0a682d;
  color: #eeeeee;
  cursor: pointer;
}
.green-btn:active svg {
  margin-left: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.green-btn-cir {
  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;
  padding-left: 31px;
  position: relative;
  background: #0E9540;
  -webkit-box-shadow: 0px 11px 26px rgba(6, 70, 30, 0.31);
          box-shadow: 0px 11px 26px rgba(6, 70, 30, 0.31);
  border-radius: 50%;
  width: 182px;
  height: 182px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.green-btn-cir svg {
  position: absolute;
  top: 96px;
  left: 118px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.green-btn-cir:hover {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #0d7a35;
}
.green-btn-cir:hover svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.green-btn-cir:active {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #0a682d;
}
.green-btn-cir:active svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 78px;
  line-height: 90px;
  color: #FFFFFF;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #000000;
}
h2 span {
  font-weight: 400;
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  color: #000000;
}

p {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  color: #000000;
}
p span {
  font-weight: 700;
}

.header {
  background: rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 9px;
  width: 1292px;
  position: absolute;
  left: 50%;
  top: 71px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0px 47px;
}
.header__top {
  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;
  padding-top: 22px;
  padding-bottom: 22px;
}
.header__top-call {
  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__top-call-text {
  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;
}
.header__top-call-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
}
.header__top-call-text span {
  margin-top: 4px;
}
.header__top-call-text span a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__top-call-text span a:first-child {
  margin-right: 20px;
}
.header__top-call-text span a:hover {
  color: #eeeeee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__top-call-text span a:active {
  color: #dddddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__top-call-btn {
  width: 207px;
  margin-left: 36px;
}
.header__top-menu {
  display: none;
}
.header__bottom {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.53);
  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__bottom a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin-right: 35px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom a::before {
  width: 0;
  content: "";
  position: absolute;
  bottom: -3px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom a:hover::before {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom a:active {
  color: #eeeeee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom a:active::before {
  width: 100%;
  background-color: #eeeeee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #222222;
  z-index: 49;
  height: 87px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__scroll-a {
  margin: 0px 26px;
}
.header__scroll .header__top {
  padding: 0px;
}
.header__scroll .header__top-call-btn {
  width: 192px;
  min-height: 37px;
  margin-left: 0px;
}
.header__scroll.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.first {
  width: 100%;
  padding-top: 343px;
  padding-bottom: 704px;
}
.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.first__container::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -12px;
  left: -79px;
  background: rgba(7, 7, 7, 0.5);
  -webkit-filter: blur(46px);
          filter: blur(46px);
  width: 870px;
  height: 485px;
  border-radius: 50%;
}
.first__container h1 {
  z-index: 2;
}
.first__container p {
  z-index: 2;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  color: #FFFFFF;
  margin-top: 33px;
}
.first__container-btn {
  z-index: 2;
  position: absolute;
  left: 529px;
  top: 151px;
}

.work {
  position: relative;
  margin-top: -190px;
  background-color: #F9F8F6;
}
.work__w1-1 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.work__w1-2 {
  position: absolute;
  bottom: -190px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.work__container {
  position: relative;
  z-index: 2;
  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;
}
.work__container h2 {
  max-width: 460px;
  position: relative;
}
.work__container h2 svg {
  position: absolute;
  bottom: -22px;
  right: 0;
  fill: transparent;
}
.work__container p {
  margin-top: 37px;
  max-width: 460px;
}
.work__container-img {
  border-radius: 13px;
  position: absolute;
  width: 327px;
}
.work__container-img:nth-of-type(1) {
  left: 501px;
  top: 80px;
}
.work__container-img:nth-of-type(2) {
  right: 0;
  top: 23px;
}
.work__container-img:nth-of-type(3) {
  left: 0;
  top: 499px;
  width: 585px;
}
.work__container-img:nth-of-type(4) {
  width: 608px;
  right: 30px;
  top: 415px;
  border-radius: 163px;
}
.work__container-swipertop {
  margin-top: 559px;
  position: relative;
  width: 100%;
  padding-left: 223px;
}
.work__container-swipertop p {
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 38px;
  color: #000000;
  max-width: 100%;
  margin-top: 0px;
}
.work__container-swipertop .swiper-button-next {
  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;
  height: 54px;
  top: 50%;
  width: 54px;
  left: 119px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 31px;
  background-color: #2F2F2F;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work__container-swipertop .swiper-button-next:hover {
  -webkit-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0E9540;
}
.work__container-swipertop .swiper-button-next:active {
  -webkit-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0b6e2f;
}
.work__container-swipertop .swiper-button-prev {
  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;
  height: 54px;
  width: 54px;
  top: 50%;
  left: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 31px;
  background-color: #2F2F2F;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work__container-swipertop .swiper-button-prev:hover {
  -webkit-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0E9540;
}
.work__container-swipertop .swiper-button-prev:active {
  -webkit-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0b6e2f;
}
.work__container-swipertop .swiper-button-next.swiper-button-disabled, .work__container-swipertop .swiper-button-prev.swiper-button-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.work__container-swiper {
  margin-top: 54px;
  width: 100%;
  position: relative;
}
.work__container-swiper .swiper-slide {
  height: 463px;
  width: auto;
  border-radius: 13px;
}
.work__container-swiper .swiper-slide img {
  width: auto;
  height: 100%;
  border-radius: 13px;
}
.work__container-swiper-btn {
  position: absolute;
  width: 287px;
  height: 62px;
  left: 51px;
  bottom: 41px;
  z-index: 3;
}

.ind {
  background-color: #F4F2EB;
  position: relative;
  padding-top: 244px;
}
.ind__w1-1 {
  position: absolute;
  bottom: -443px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ind .icon__cir {
  position: absolute;
  top: 228px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ind__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  position: relative;
  padding-bottom: 687px;
}
.ind__container h2 {
  max-width: 662px;
  margin-left: 452px;
  position: relative;
}
.ind__container h2 svg {
  position: absolute;
  top: 76px;
  left: -10px;
  fill: none;
}
.ind__container p {
  margin-left: 452px;
  margin-top: 34px;
  width: 458px;
}
.ind__container-img {
  border-radius: 13px;
  position: absolute;
}
.ind__container-img:nth-of-type(1) {
  -webkit-transform: rotate(4.07deg);
          transform: rotate(4.07deg);
  left: 0;
  top: -60px;
}
.ind__container-img:nth-of-type(2) {
  -webkit-transform: rotate(-3.1deg);
          transform: rotate(-3.1deg);
  left: 100px;
  top: 381px;
}
.ind__container-img:nth-of-type(3) {
  -webkit-transform: rotate(3.64deg);
          transform: rotate(3.64deg);
  left: 500px;
  top: 415px;
}
.ind__container-img:nth-of-type(4) {
  border-radius: 64px;
  -webkit-transform: rotate(-3.59deg);
          transform: rotate(-3.59deg);
  left: 907px;
  top: 300px;
}
.ind__container-img:nth-of-type(5) {
  border-radius: 64px;
  -webkit-transform: rotate(-15.72deg);
          transform: rotate(-15.72deg);
  left: 36px;
  top: 719px;
}
.ind__dop {
  position: relative;
  z-index: 2;
  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;
}
.ind__dop h2 {
  text-align: center;
  position: relative;
  max-width: 732px;
}
.ind__dop h2 svg {
  position: absolute;
  left: -96px;
  top: 115px;
  fill: none;
}
.ind__dop p {
  margin-top: 40px;
  max-width: 511px;
  text-align: center;
}
.ind__dop-btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.ind__dop-cont {
  margin-top: -45px;
  border-radius: 217px;
  width: 100%;
  height: 298px;
  position: relative;
}
.ind__dop-cont::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  content: "";
  width: 110%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 217px;
  height: 320px;
}
.ind__dop-img {
  position: absolute;
  border-radius: 13px;
}
.ind__dop-img:nth-of-type(1) {
  top: 96px;
  right: 21px;
  -webkit-transform: rotate(8.3deg);
          transform: rotate(8.3deg);
}
.ind__dop-img:nth-of-type(2) {
  bottom: -180px;
  left: 75px;
  -webkit-transform: rotate(-10.07deg);
          transform: rotate(-10.07deg);
}
.ind__dop-img:nth-of-type(3) {
  bottom: -245px;
  right: 46px;
  -webkit-transform: rotate(8.02deg);
          transform: rotate(8.02deg);
}

.dis {
  margin-top: 189px;
  background-color: #F9F8F6;
  position: relative;
  z-index: 1;
}
.dis__w1-2 {
  position: absolute;
  bottom: -210px;
  left: 0;
  width: 100%;
}
.dis__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;
  position: relative;
}
.dis__container h2 {
  text-align: center;
  max-width: 769px;
  position: relative;
}
.dis__container h2 svg {
  position: absolute;
  top: 160px;
  left: -76px;
  fill: none;
}
.dis__container-items {
  position: relative;
  width: 100%;
  margin-top: 122px;
}
.dis__container-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dis__container-items-item svg {
  margin-right: 15px;
}
.dis__container-items-item p {
  max-width: 511px;
}
.dis__container-items-item:nth-child(1) {
  margin-left: 285px;
}
.dis__container-items-item:nth-child(2) {
  margin-left: 407px;
  margin-top: 36px;
}
.dis__container-items-item:nth-child(3) {
  margin-left: 467px;
  margin-top: 52px;
}
.dis__container-items-item:nth-child(4) {
  margin-top: 52px;
  margin-left: 407px;
}
.dis__container-img {
  position: absolute;
  border-radius: 13px;
}
.dis__container-img:nth-of-type(1) {
  -webkit-transform: rotate(-13.79deg);
          transform: rotate(-13.79deg);
  border-radius: 64px;
  top: 475px;
  left: 81px;
}
.dis__container-img:nth-of-type(2) {
  -webkit-transform: rotate(14.94deg);
          transform: rotate(14.94deg);
  top: 648px;
  right: 41px;
}
.dis__swiper {
  width: 100%;
  margin-top: 155px;
  position: relative;
}
.dis__swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 697px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dis__swiper .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dis__swiper .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dis__swiper .dis__swiper-next {
  position: absolute;
  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;
  height: 54px;
  top: 110px;
  width: 54px;
  left: 85px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 31px;
  background-color: #2F2F2F;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.dis__swiper .dis__swiper-next:hover {
  -webkit-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0E9540;
  cursor: pointer;
}
.dis__swiper .dis__swiper-next:active {
  -webkit-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0b6e2f;
  cursor: pointer;
}
.dis__swiper .dis__swiper-prev {
  position: absolute;
  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;
  height: 54px;
  width: 54px;
  top: 110px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 31px;
  background-color: #2F2F2F;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.dis__swiper .dis__swiper-prev:hover {
  -webkit-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0E9540;
  cursor: pointer;
}
.dis__swiper .dis__swiper-prev:active {
  -webkit-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90px;
  background-color: #0b6e2f;
  cursor: pointer;
}
.dis__swiper-text {
  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;
  margin-top: 199px;
}
.dis__swiper-text h3 {
  max-width: 458px;
}
.dis__swiper-text p {
  max-width: 458px;
  margin-top: 34px;
}
.dis__swiper-text-btn {
  width: 287px;
  margin-top: 34px;
}
.dis__swiper-img {
  border-radius: 13px;
}

.que {
  position: relative;
  background-color: #F4F2EB;
}
.que__container {
  margin-top: 251px;
}
.que__container-quest {
  width: 100%;
}
.que__container-quest-item {
  background: #F9F8F5;
  -webkit-box-shadow: inset 6px 6px 23px rgba(255, 255, 255, 0.88);
          box-shadow: inset 6px 6px 23px rgba(255, 255, 255, 0.88);
  border-radius: 13px;
  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;
  padding: 43px 69px;
  padding-bottom: 60px;
}
.que__container-quest-item.hide {
  display: none;
}
.que__container-quest-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #000000;
  max-width: 530px;
}
.que__container-quest-item-road {
  margin-top: 41px;
  fill: none;
}
.que__container-quest-item-form {
  width: 100%;
  margin-top: 49px;
  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;
}
.que__container-quest-item-form-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -53px;
}
.que__container-quest-item-form-cont label {
  margin-bottom: 16px;
  margin-right: 53px;
  width: calc(25% - 53px);
  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;
  position: relative;
}
.que__container-quest-item-form-cont label:hover {
  cursor: pointer;
}
.que__container-quest-item-form-cont label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.que__container-quest-item-form-cont label img {
  border-radius: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid transparent;
}
.que__container-quest-item-form-cont label p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-top: 15px;
}
.que__container-quest-item-form-cont label svg {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: -34px;
  right: -29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.que__container-quest-item-form-cont label.active img {
  border: 4px solid #0E9540;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.que__container-quest-item-form-cont label.active svg {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.que__container-quest-item-form-btns {
  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;
  margin-top: 57px;
}
.que__container-quest-item-form-btns-back {
  width: 189px;
  background: #F4F2EB;
  border-radius: 9px;
  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;
  min-height: 52px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #868686;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
}
.que__container-quest-item-form-btns-back svg {
  margin-right: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.que__container-quest-item-form-btns-back:hover {
  background-color: #e7e7e5;
  color: #868686;
  cursor: pointer;
}
.que__container-quest-item-form-btns-back:hover svg {
  margin-right: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.que__container-quest-item-form-btns-back:active {
  background-color: #d4d4d1;
  color: #868686;
  cursor: pointer;
}
.que__container-quest-item-form-btns-back:active svg {
  margin-right: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.que__container-quest-item-form-btns button {
  width: 189px;
  border: none;
}
.que__container-quest-sec .que__container-quest-item-form-cont {
  -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;
}
.que__container-quest-sec .que__container-quest-item-form-cont label {
  width: auto;
  margin-right: 0px;
  margin-bottom: 30px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.que__container-quest-sec .que__container-quest-item-form-cont label p {
  margin-top: 0;
}
.que__container-quest-sec .que__container-quest-item-form-cont label input[type=text] {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #EDEDEC;
  border-radius: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
  width: 258px;
  height: 62px;
  padding: 20px 30px;
  margin-top: 30px;
}
.que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]:focus {
  border-color: #0E9540;
}
.que__container-quest-sec .que__container-quest-item-form-cont label div {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 13px;
}
.que__container-quest-sec .que__container-quest-item-form-cont label div svg {
  position: absolute;
  top: 0;
  left: 0;
}
.que__container-quest-sec .que__container-quest-item-form-cont .inp-with-inp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.que__container-quest-sec .que__container-quest-item-form-cont .inp-with-inp-c {
  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;
  background-color: transparent;
  width: auto;
  border-radius: none;
  border: none;
  margin-right: 0px;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text] {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #EDEDEC;
  border-radius: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
  width: 258px;
  height: 62px;
  padding: 20px 30px;
  margin-top: 30px;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text]:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #A4A4A4;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text]:focus {
  border-color: #0E9540;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text].error {
  color: red;
  border-color: red;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text].error::-webkit-input-placeholder {
  color: red;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text].error::-moz-placeholder {
  color: red;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text].error:-ms-input-placeholder {
  color: red;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text].error::-ms-input-placeholder {
  color: red;
}
.que__container-quest-sec .que__container-quest-item-form-cont input[type=text].error::placeholder {
  color: red;
}
.que__container-quest-sec .lgb {
  width: 380px;
}
.que__container-quest-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.que__container-quest-last .que__container-quest-item-title {
  font-weight: 400;
}
.que__container-quest-last svg {
  margin-bottom: 34px;
}
.que__container-quest-last .green-btn {
  width: 278px;
  margin-top: 73px;
}
.que__container-bot {
  padding-bottom: 410px;
  margin-top: 161px;
  width: 100%;
  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;
  position: relative;
}
.que__container-bot h3 {
  max-width: 469px;
  position: relative;
  text-align: center;
}
.que__container-bot h3 svg {
  position: absolute;
  bottom: -46px;
  left: 32px;
  fill: none;
}
.que__container-bot p {
  max-width: 458px;
  text-align: center;
  margin-top: 104px;
}
.que__container-bot-img {
  position: absolute;
  border-radius: 13px;
}
.que__container-bot-img:nth-of-type(1) {
  left: 58px;
  top: -91px;
  -webkit-transform: rotate(-8.6deg);
          transform: rotate(-8.6deg);
}
.que__container-bot-img:nth-of-type(2) {
  left: 47px;
  top: 188px;
  border-radius: 163.5px;
  -webkit-transform: rotate(-6.16deg);
          transform: rotate(-6.16deg);
}
.que__container-bot-img:nth-of-type(3) {
  top: -93px;
  right: 137px;
  -webkit-transform: rotate(8.02deg);
          transform: rotate(8.02deg);
}
.que__container-bot-img:nth-of-type(4) {
  top: 109px;
  right: 8px;
  -webkit-transform: rotate(4.87deg);
          transform: rotate(4.87deg);
}
.que__container-bot-img:nth-of-type(5) {
  top: 329px;
  right: 124px;
  -webkit-transform: rotate(-8.6deg);
          transform: rotate(-8.6deg);
}

.header__menu {
  display: none;
}

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

@keyframes slide {
  0% {
    -webkit-transform: translateY(-50%) translateX(0px);
            transform: translateY(-50%) translateX(0px);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-1422px);
            transform: translateY(-50%) translateX(-1422px);
  }
}
.zak {
  background-color: #F9F8F5;
  position: relative;
}
.zak__w1-1 {
  position: absolute;
  top: -193px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zak__container {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 218px;
}
.zak__container h3 {
  max-width: 585px;
  margin-left: 550px;
}
.zak__container p {
  margin-top: 29px;
  max-width: 458px;
  margin-left: 550px;
}
.zak__container p:nth-of-type(2) {
  margin-left: 0px;
  margin-top: 169px;
}
.zak__container-img {
  border-radius: 13px;
  position: absolute;
}
.zak__container-img:nth-of-type(1) {
  top: -30px;
  left: 0;
}
.zak__container-img:nth-of-type(2) {
  top: 432px;
  right: 0;
}
.zak__prod {
  background: rgba(244, 242, 235, 0.58);
  width: 100%;
  height: 146px;
  position: relative;
}
.zak__prod-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: slide 30s infinite linear;
          animation: slide 30s infinite linear;
}
.zak__prod-items img {
  margin-right: 69px;
  width: auto;
}
.zak__zam {
  margin-top: 125px;
  position: relative;
  padding-bottom: 678px;
}
.zak__zam h3 {
  max-width: 488px;
  margin-left: 510px;
}
.zak__zam p {
  margin-top: 41px;
  max-width: 488px;
  margin-left: 510px;
}
.zak__zam-os {
  font-style: normal;
  width: 406px;
  margin-left: 510px;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
.zak__zam-os::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  height: 42px;
  background: #0E9540;
  border-radius: 36px;
  content: "";
}
.zak__zam-img {
  position: absolute;
  border-radius: 13px;
}
.zak__zam-img:nth-of-type(1) {
  top: 10px;
  left: 0px;
}
.zak__zam-img:nth-of-type(2) {
  top: 350px;
  right: 150px;
  border-radius: 161px;
  -webkit-transform: rotate(97.87deg);
          transform: rotate(97.87deg);
}

.bud {
  background-color: #F4F2EB;
  position: relative;
}
.bud__w1-2 {
  position: absolute;
  top: -198px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bud__container {
  position: relative;
  padding-bottom: 700px;
}
.bud__container h2 {
  max-width: 662px;
  margin-left: 468px;
  position: relative;
}
.bud__container h2 svg {
  position: absolute;
  bottom: -46px;
  left: -10px;
  fill: none;
}
.bud__container p {
  max-width: 458px;
  margin-left: 468px;
  margin-top: 72px;
}
.bud__container .green-btn-cir {
  position: absolute;
  left: 302px;
  top: 724px;
  z-index: 2;
}
.bud__container .green-btn-cir svg {
  top: 129px;
  left: 32px;
}
.bud__container-img {
  position: absolute;
  border-radius: 13px;
}
.bud__container-img:nth-of-type(5) {
  top: 325px;
  right: 0px;
  border-radius: 64px;
  -webkit-transform: rotate(-15.72deg);
          transform: rotate(-15.72deg);
}
.bud__container-img:nth-of-type(4) {
  top: -194px;
  left: 0px;
  border-radius: 13px;
  -webkit-transform: rotate(-3.1deg);
          transform: rotate(-3.1deg);
}
.bud__container-img:nth-of-type(3) {
  top: 93px;
  left: 76px;
  -webkit-transform: rotate(4.07deg);
          transform: rotate(4.07deg);
}
.bud__container-img:nth-of-type(2) {
  top: 433px;
  left: 288px;
  border-radius: 64px;
  -webkit-transform: rotate(-3.59deg);
          transform: rotate(-3.59deg);
}
.bud__container-img:nth-of-type(1) {
  top: 425px;
  left: 615px;
  -webkit-transform: rotate(3.64deg);
          transform: rotate(3.64deg);
}

.stage {
  position: relative;
  background-color: #F9F8F5;
  z-index: 4;
}
.stage__w1-1 {
  position: absolute;
  top: -164px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.stage__container {
  position: relative;
  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;
}
.stage__container h2 {
  max-width: 501px;
  position: relative;
  text-align: center;
}
.stage__container h2 svg {
  position: absolute;
  fill: none;
}
.stage__container h2 svg:nth-of-type(1) {
  top: 13px;
  left: -290px;
}
.stage__container h2 svg:nth-of-type(2) {
  bottom: -32px;
  right: -72px;
}
.stage__container p {
  text-align: center;
  margin-top: 77px;
  max-width: 765px;
}
.stage__container-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.stage__container-items-item {
  position: relative;
  padding: 42px 48px;
  padding-bottom: 50px;
  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;
  width: 88%;
  margin-top: 92px;
}
.stage__container-items-item::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 25px;
  background-color: #F9F8F5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.stage__container-items-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F4F2EB;
  border-radius: 13px;
  width: 100%;
  height: 100%;
}
.stage__container-items-item.dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EDEADF;
  border-radius: 13px;
  width: 100%;
  height: 100%;
}
.stage__container-items-item-num {
  z-index: 1;
  position: absolute;
  background: #0E9540;
  -webkit-box-shadow: 0px 7px 17px rgba(14, 149, 64, 0.48);
          box-shadow: 0px 7px 17px rgba(14, 149, 64, 0.48);
  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;
  width: 74px;
  height: 74px;
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 49px;
  color: #FFFFFF;
  top: -35px;
  left: -25px;
  border-radius: 50%;
}
.stage__container-items-item-title {
  z-index: 1;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  margin-right: auto;
}
.stage__container-items-item-title svg {
  position: absolute;
  right: -84px;
  bottom: 10px;
}
.stage__container-items-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
  margin-top: 20px;
  position: relative;
}
.stage__container-items-item-text.black {
  font-weight: 700;
  margin-top: 30px;
}
.stage__container-items-left {
  width: 50%;
  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;
}
.stage__container-items-left .stage__container-items-item:nth-child(1)::before {
  -webkit-transform: rotate(0.93deg);
          transform: rotate(0.93deg);
}
.stage__container-items-left .stage__container-items-item:nth-child(2)::before {
  -webkit-transform: rotate(0.93deg);
          transform: rotate(0.93deg);
}
.stage__container-items-right {
  margin-top: 50px;
  width: 50%;
  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;
}
.stage__container-items-right .stage__container-items-item-num {
  left: unset;
  right: -25px;
}
.stage__container-items-right .stage__container-items-item::after {
  right: unset;
  left: 25px;
}
.stage__container-items-right .stage__container-items-item:nth-child(1)::before {
  -webkit-transform: rotate(-1.68deg);
          transform: rotate(-1.68deg);
}
.stage__container-items-right .stage__container-items-item:nth-child(2)::before {
  -webkit-transform: rotate(-1.98deg);
          transform: rotate(-1.98deg);
}

.com {
  background-color: #F4F2EB;
  position: relative;
  z-index: 3;
}
.com__w1-1 {
  position: absolute;
  top: -264px;
  left: 0;
  width: 100%;
}
.com__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;
}
.com__container h3 {
  margin-top: 104px;
  text-align: center;
  position: relative;
  max-width: 724px;
}
.com__container h3 svg {
  position: absolute;
  bottom: -13px;
  right: -10px;
  fill: none;
}
.com__container p {
  text-align: center;
  max-width: 666px;
  margin-top: 73px;
}
.com__container-swiper {
  margin-top: 48px;
  width: 100%;
}
.com__container-swiper-slide {
  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: 336px;
}
.com__container-swiper-slide-img {
  border-radius: 90px 90px 90px 0px;
  width: 100%;
  height: 311px;
  position: relative;
}
.com__container-swiper-slide-img-soc {
  position: absolute;
  bottom: 15px;
  left: 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;
}
.com__container-swiper-slide-img-soc a {
  margin-right: 20px;
}
.com__container-swiper-slide-dol {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #7A7A7A;
  margin-top: 19px;
}
.com__container-swiper-slide-name {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  margin-top: 9px;
}
.com__container-swiper-slide-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-top: 9px;
  max-width: 295px;
}
.com .ind__dop-cont {
  margin-top: 169px;
  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;
  padding-left: 116px;
  padding-right: 60px;
}
.com .ind__dop-cont-text h3 {
  font-size: 55px;
  color: white;
  max-width: 550px;
  text-align: left;
  margin-top: 0px;
}
.com .ind__dop-cont-text p {
  max-width: 699px;
  color: white;
  margin-top: 13px;
  text-align: left;
}
.com .ind__dop-cont .green-btn-cir {
  margin-left: auto;
}

.of {
  z-index: 2;
  padding-top: 168px;
  position: relative;
  background-color: #F9F8F5;
}
.of__w1-1 {
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%;
}
.of__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.of__container h3 {
  max-width: 585px;
  margin-left: 557px;
}
.of__container p {
  margin-left: 557px;
  margin-top: 34px;
  max-width: 458px;
}
.of__container p:nth-of-type(2) {
  margin-left: 60px;
  margin-top: 236px;
}
.of__container p:nth-of-type(3) {
  margin-top: 115px;
}
.of__container-img {
  position: absolute;
  border-radius: 13px;
}
.of__container-img:nth-of-type(1) {
  left: 0px;
  top: -100px;
}
.of__container-img:nth-of-type(2) {
  right: 0px;
  top: 272px;
  border-radius: 144px;
}
.of__container-img:nth-of-type(3) {
  left: 0px;
  top: 580px;
  border-radius: 78px 0px 78px 78px;
}

.adr {
  z-index: 1;
  position: relative;
  background-color: #F9F8F5;
  padding-top: 191px;
  padding-bottom: 215px;
}
.adr__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.adr__container-block {
  background: #F4F2EB;
  border-radius: 0px 217px 217px 217px;
  padding: 81px 102px;
  padding-top: 15px;
  position: relative;
}
.adr__container-block-dop {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}
.adr__container-block-ad {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #000000;
  margin-top: 10px;
}
.adr__container-block-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.adr__container-block-tel a {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0075FF;
}
.adr__container-block-tel a:hover {
  color: #0D6EFF;
}
.adr__container-block-tel a:active {
  color: #1f61c5;
}
.adr__container-block-tel a:nth-child(1) {
  margin-right: 20px;
}
.adr__container-block-mail {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #0075FF;
  margin-top: 10px;
}
.adr__container-block-time {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  margin-top: 10px;
}
.adr__container-map {
  height: 100%;
  width: 730px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 217px 217px 217px;
  overflow: hidden;
}
.adr__container-map .ymap {
  width: 100%;
  height: 100%;
}
.adr .ind__dop-cont {
  border-radius: 217px 217px 0px 217px;
  padding-left: 116px;
  padding-right: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -60px;
}
.adr .ind__dop-cont::before {
  display: none;
}
.adr .ind__dop-cont h3 {
  color: white;
  text-align: left;
  font-size: 42px;
  max-width: 688px;
}
.adr .ind__dop-cont p {
  color: white;
  text-align: left;
  max-width: 553px;
  margin-top: 23px;
}

.pro {
  z-index: 2;
  background-color: #F4F2EB;
  position: relative;
  padding-bottom: 133px;
}
.pro__w1-1 {
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pro__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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.pro__container h2 {
  text-align: center;
  position: relative;
  max-width: 501px;
}
.pro__container h2 svg {
  position: absolute;
  bottom: -60px;
  right: -35px;
  fill: none;
}
.pro__container p {
  max-width: 471px;
  text-align: center;
  margin-top: 53px;
}
.pro__container-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro__container-lr-item {
  width: 48%;
  margin-top: 77px;
}
.pro__container-lr-item img {
  border-radius: 13px;
  margin-bottom: 60px;
  width: 100%;
}
.pro__container-lr-item p {
  max-width: 438px;
  margin-top: auto;
}
.pro .ind__dop-cont {
  margin-top: 10px;
  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;
  padding-left: 78px;
  padding-right: 78px;
}
.pro .ind__dop-cont-text h3 {
  font-size: 55px;
  color: white;
  max-width: 550px;
  text-align: left;
  margin-top: 0px;
}
.pro .ind__dop-cont-text p {
  max-width: 634px;
  color: white;
  margin-top: 11px;
  text-align: left;
}
.pro .ind__dop-cont .green-btn-cir {
  margin-right: 68px;
}

.otz {
  background-color: #F9F8F5;
  position: relative;
  z-index: 3;
  padding-bottom: 117px;
}
.otz__w1-1 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
}
.otz__container {
  position: relative;
  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;
}
.otz__container h2 {
  position: relative;
}
.otz__container h2 svg {
  position: absolute;
  bottom: -20px;
  right: -25px;
  fill: none;
}
.otz__container-swiper {
  margin-top: 84px;
  width: 100%;
}
.otz__container-swiper-slide {
  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: 336px;
  background: #F2EEE1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 90px 90px 90px 0px;
  padding: 56px 43px;
  padding-bottom: 24px;
}
.otz__container-swiper-slide-text {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  color: #000000;
}
.otz__container-swiper-slide-name {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  margin-top: 13px;
  color: #000000;
}
.otz__container-swiper-slide a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0D6EFF;
  margin-top: 34px;
}
.otz__container-swiper-slide a:hover {
  color: #3e8bff;
}
.otz__container-swiper-slide a:active {
  color: #1f61c5;
}
.otz__container-vid {
  width: 100%;
  margin-top: 64px;
}
.otz__container-vid .swiper-slide {
  width: 527px;
}
.otz__container-vid .swiper-slide-vid {
  margin-right: 270px;
  width: 100%;
  height: 345px;
  border-radius: 60px;
  position: relative;
}
.otz__container-vid .swiper-slide-vid .lightgallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.otz__container-vid .swiper-slide-vid .lightgallery a {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.otz__container-vid .swiper-slide-vid-bg {
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.otz__container-vid .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;
}
.otz__container-vid .swiper-slide-vid-play svg {
  fill: none;
}
.otz__container-vid .swiper-slide-vid:hover .swiper-slide-vid-play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateY(20px) translateX(-300px);
            transform: translateY(20px) translateX(-300px);
  }
  100% {
    -webkit-transform: translateY(20px) translateX(-1980px);
            transform: translateY(20px) translateX(-1980px);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateY(20px) translateX(-300px);
            transform: translateY(20px) translateX(-300px);
  }
  100% {
    -webkit-transform: translateY(20px) translateX(-1980px);
            transform: translateY(20px) translateX(-1980px);
  }
}
.footer {
  position: relative;
}
.footer__container {
  position: relative;
  padding-top: 44px;
  padding-bottom: 44px;
}
.footer__container .header__top {
  padding: 0;
}
.footer__container-items {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: slide2 60s infinite linear;
          animation: slide2 60s infinite linear;
}
.footer__container-items img {
  display: block !important;
}
.footer__container-cop {
  margin-top: 369px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  position: relative;
}

.icon__dis-line2 {
  display: none;
}

.dis__swiper-mob {
  display: none;
}

.erd {
  display: none;
}

.stage__container-items-oss {
  display: none;
}

.skiz {
  display: none !important;
}

.footer__call {
  display: none;
}

.galtop {
  margin-top: 559px;
}

.galler {
  position: relative;
  z-index: 2;
}
.galler h2 {
  text-align: center;
  margin-top: 100px;
}
.galler__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-top: 48px;
}
.galler__container-item {
  width: calc(20% - 24px);
  margin-right: 24px;
  height: 200px;
  margin-bottom: 24px;
  cursor: pointer;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.galler__container-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-image: url("../img/content/play.webp");
  background-position: center;
  background-size: contain;
}
.galler__container-item.hide {
  display: none;
}
.galler__container-item.hide1 {
  display: none;
}
.galler__container-item:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.galler__container-more {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  width: 100%;
  padding: 24px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
.galler__container-more:hover {
  background-color: rgba(126, 126, 126, 0.062745098);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #2b2b2b;
}
.galler__container-more:active {
  background-color: rgba(182, 182, 182, 0.062745098);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #575757;
}
.galler__container-more.hide {
  display: none;
}

@media screen and (max-width: 1440px) {
  .galtop {
    margin-top: 38.819vw;
  }
  .wrapper {
    width: 82.986vw;
  }
  .wrapper2 {
    width: 69.444vw;
  }
  .wrapper3 {
    width: 82.986vw;
  }
  .green-btn {
    border-radius: 0.625vw;
    min-height: 3.611vw;
    font-size: 1.25vw;
    line-height: 1.458vw;
  }
  .green-btn svg {
    margin-left: 1.597vw;
    width: 2.3611111111vw;
  }
  .green-btn:hover svg {
    margin-left: 1.597vw;
    -webkit-transform: translateX(0.347vw);
            transform: translateX(0.347vw);
  }
  .green-btn:active svg {
    margin-left: 1.597vw;
    -webkit-transform: translateX(0.347vw);
            transform: translateX(0.347vw);
  }
  .green-btn-cir {
    padding-left: 2.153vw;
    -webkit-box-shadow: 0vw 0.764vw 1.806vw rgba(6, 70, 30, 0.31);
            box-shadow: 0vw 0.764vw 1.806vw rgba(6, 70, 30, 0.31);
    width: 12.639vw;
    height: 12.639vw;
    font-size: 1.25vw;
    line-height: 1.458vw;
  }
  .green-btn-cir svg {
    top: 6.667vw;
    left: 8.194vw;
    width: 2.3611111111vw;
  }
  .green-btn-cir:hover svg {
    -webkit-transform: translateX(0.347vw);
            transform: translateX(0.347vw);
  }
  .green-btn-cir:active svg {
    -webkit-transform: translateX(0.347vw);
            transform: translateX(0.347vw);
  }
  h1 {
    font-size: 5.417vw;
    line-height: 6.25vw;
  }
  h2 {
    font-size: 4.861vw;
    line-height: 5.556vw;
  }
  h3 {
    font-size: 3.472vw;
    line-height: 3.958vw;
  }
  p {
    font-size: 1.458vw;
    line-height: 1.667vw;
  }
  .header {
    width: 89.722vw;
    top: 4.931vw;
    padding: 0vw 3.264vw;
  }
  .header__top {
    padding-top: 1.528vw;
    padding-bottom: 1.528vw;
  }
  .header__top-logo svg {
    width: 13.4027777778vw;
    height: 4.1666666667vw;
  }
  .header__top-call-text p {
    font-size: 1.111vw;
    line-height: 1.25vw;
  }
  .header__top-call-text span {
    margin-top: 0.278vw;
  }
  .header__top-call-text span a {
    font-size: 1.25vw;
    line-height: 1.458vw;
  }
  .header__top-call-text span a:first-child {
    margin-right: 1.389vw;
  }
  .header__top-call-btn {
    width: 14.375vw;
    margin-left: 2.5vw;
  }
  .header__bottom {
    padding: 1.389vw 0vw;
    border-top: 0.069vw solid rgba(255, 255, 255, 0.53);
  }
  .header__bottom a {
    font-size: 1.111vw;
    line-height: 1.25vw;
    margin-right: 2.431vw;
  }
  .header__bottom a::before {
    bottom: -0.208vw;
    height: 0.139vw;
  }
  .header__scroll {
    height: 6.042vw;
  }
  .header__scroll-a {
    margin: 0vw 1.806vw;
  }
  .header__scroll-a svg {
    width: 2.7777777778vw;
  }
  .header__scroll .header__top {
    padding: 0vw;
  }
  .header__scroll .header__top-call-btn {
    width: 13.333vw;
    min-height: 2.569vw;
    margin-left: 0vw;
  }
  .first {
    padding-top: 23.819vw;
    padding-bottom: 48.889vw;
  }
  .first__container::before {
    top: -0.833vw;
    left: -5.486vw;
    -webkit-filter: blur(3.194vw);
            filter: blur(3.194vw);
    width: 60.417vw;
    height: 33.681vw;
  }
  .first__container p {
    font-size: 1.528vw;
    line-height: 1.736vw;
    margin-top: 2.292vw;
  }
  .first__container-btn {
    left: 36.736vw;
    top: 10.486vw;
  }
  .work {
    margin-top: -13.194vw;
  }
  .work__w1-1 {
    top: -13.194vw;
  }
  .work__w1-2 {
    bottom: -13.194vw;
  }
  .work__container h2 {
    max-width: 31.944vw;
  }
  .work__container h2 svg {
    bottom: -2.028vw;
    width: 15.2777777778vw;
  }
  .work__container p {
    margin-top: 2.569vw;
    max-width: 31.944vw;
  }
  .work__container-img {
    border-radius: 0.903vw;
    width: 22.708vw;
  }
  .work__container-img:nth-of-type(1) {
    left: 34.792vw;
    top: 5.556vw;
  }
  .work__container-img:nth-of-type(2) {
    top: 1.597vw;
  }
  .work__container-img:nth-of-type(3) {
    top: 34.653vw;
    width: 40.625vw;
  }
  .work__container-img:nth-of-type(4) {
    width: 42.222vw;
    right: 2.083vw;
    top: 28.819vw;
    border-radius: 11.319vw;
  }
  .work__container-swipertop {
    margin-top: 38.819vw;
    padding-left: 15.486vw;
  }
  .work__container-swipertop p {
    font-size: 2.292vw;
    line-height: 2.639vw;
    margin-top: 0vw;
    max-width: 100%;
  }
  .work__container-swipertop .swiper-button-next {
    height: 3.75vw;
    width: 3.75vw;
    left: 8.264vw;
    border-radius: 2.153vw;
  }
  .work__container-swipertop .swiper-button-next svg {
    width: 0.9027777778vw;
  }
  .work__container-swipertop .swiper-button-next:hover {
    -webkit-transform: translateY(-50%) translateX(-1.25vw);
            transform: translateY(-50%) translateX(-1.25vw);
    width: 6.25vw;
  }
  .work__container-swipertop .swiper-button-next:active {
    -webkit-transform: translateY(-50%) translateX(-1.25vw);
            transform: translateY(-50%) translateX(-1.25vw);
    width: 6.25vw;
  }
  .work__container-swipertop .swiper-button-prev {
    height: 3.75vw;
    width: 3.75vw;
    left: 2.361vw;
    border-radius: 2.153vw;
  }
  .work__container-swipertop .swiper-button-prev svg {
    width: 0.9027777778vw;
  }
  .work__container-swipertop .swiper-button-prev:hover {
    -webkit-transform: translateY(-50%) translateX(-1.25vw);
            transform: translateY(-50%) translateX(-1.25vw);
    width: 6.25vw;
  }
  .work__container-swipertop .swiper-button-prev:active {
    -webkit-transform: translateY(-50%) translateX(-1.25vw);
            transform: translateY(-50%) translateX(-1.25vw);
    width: 6.25vw;
  }
  .work__container-swiper {
    margin-top: 3.75vw;
  }
  .work__container-swiper .swiper-slide {
    height: 32.153vw;
    border-radius: 0.903vw;
  }
  .work__container-swiper .swiper-slide img {
    border-radius: 0.903vw;
  }
  .work__container-swiper-btn {
    width: 19.931vw;
    height: 4.306vw;
    left: 3.542vw;
    bottom: 2.847vw;
  }
  .ind {
    padding-top: 16.944vw;
  }
  .ind__w1-1 {
    bottom: -30.764vw;
  }
  .ind .icon__cir {
    top: 15.833vw;
  }
  .ind__container {
    padding-bottom: 47.708vw;
  }
  .ind__container h2 {
    max-width: 45.972vw;
    margin-left: 31.389vw;
  }
  .ind__container h2 svg {
    top: 5.278vw;
    left: -0.694vw;
    width: 45.9722222222vw;
  }
  .ind__container p {
    margin-left: 31.389vw;
    margin-top: 2.361vw;
    width: 31.806vw;
  }
  .ind__container-img {
    border-radius: 0.903vw;
  }
  .ind__container-img:nth-of-type(1) {
    top: -4.167vw;
    width: 22.7777777778vw;
  }
  .ind__container-img:nth-of-type(2) {
    left: 6.944vw;
    top: 26.458vw;
    width: 22.7777777778vw;
  }
  .ind__container-img:nth-of-type(3) {
    left: 34.722vw;
    top: 28.819vw;
    width: 22.7777777778vw;
  }
  .ind__container-img:nth-of-type(4) {
    border-radius: 4.444vw;
    left: 62.986vw;
    top: 20.833vw;
    width: 22.7777777778vw;
  }
  .ind__container-img:nth-of-type(5) {
    border-radius: 4.444vw;
    left: 2.5vw;
    top: 49.931vw;
    width: 20.625vw;
  }
  .ind__dop h2 {
    max-width: 50.833vw;
  }
  .ind__dop h2 svg {
    left: -6.667vw;
    top: 7.986vw;
    width: 50.4861111111vw;
    height: 25vw;
  }
  .ind__dop p {
    margin-top: 2.778vw;
    max-width: 35.486vw;
  }
  .ind__dop-btn {
    margin-top: 2.778vw;
  }
  .ind__dop-cont {
    margin-top: -3.125vw;
    border-radius: 15.069vw;
    height: 20.694vw;
  }
  .ind__dop-cont::before {
    border: 0.139vw solid rgba(0, 0, 0, 0.05);
    border-radius: 15.069vw;
    height: 22.222vw;
  }
  .ind__dop-img {
    border-radius: 0.903vw;
  }
  .ind__dop-img:nth-of-type(1) {
    top: 6.667vw;
    right: 1.458vw;
    width: 16.4583333333vw;
  }
  .ind__dop-img:nth-of-type(2) {
    bottom: -12.5vw;
    left: 5.208vw;
    width: 16.4583333333vw;
  }
  .ind__dop-img:nth-of-type(3) {
    bottom: -17.014vw;
    right: 3.194vw;
    width: 14.1666666667vw;
  }
  .dis {
    margin-top: 13.125vw;
  }
  .dis__w1-2 {
    bottom: -14.583vw;
  }
  .dis__container h2 {
    max-width: 53.403vw;
  }
  .dis__container h2 svg {
    top: 10.111vw;
    left: -5.278vw;
    width: 53.2638888889vw;
    height: 37.7083333333vw;
  }
  .dis__container-items {
    margin-top: 8.472vw;
  }
  .dis__container-items-item svg {
    margin-right: 1.042vw;
  }
  .dis__container-items-item p {
    max-width: 35.486vw;
  }
  .dis__container-items-item:nth-child(1) {
    margin-left: 19.792vw;
  }
  .dis__container-items-item:nth-child(2) {
    margin-left: 28.264vw;
    margin-top: 2.5vw;
  }
  .dis__container-items-item:nth-child(3) {
    margin-left: 32.431vw;
    margin-top: 3.611vw;
  }
  .dis__container-items-item:nth-child(4) {
    margin-top: 3.611vw;
    margin-left: 28.264vw;
  }
  .dis__container-img {
    border-radius: 0.903vw;
  }
  .dis__container-img:nth-of-type(1) {
    border-radius: 4.444vw;
    top: 32.986vw;
    left: 5.625vw;
    width: 16.875vw;
  }
  .dis__container-img:nth-of-type(2) {
    top: 45vw;
    right: 2.847vw;
    width: 15.2083333333vw;
  }
  .dis__swiper {
    margin-top: 10.764vw;
  }
  .dis__swiper .swiper-slide {
    height: 48.403vw;
  }
  .dis__swiper .dis__swiper-next {
    height: 3.75vw;
    top: 7.639vw;
    width: 3.75vw;
    left: 5.903vw;
    border-radius: 2.153vw;
  }
  .dis__swiper .dis__swiper-next svg {
    width: 0.9027777778vw;
  }
  .dis__swiper .dis__swiper-next:hover {
    -webkit-transform: translateY(-50%) translateX(-1.25vw);
            transform: translateY(-50%) translateX(-1.25vw);
    width: 6.25vw;
    cursor: pointer;
  }
  .dis__swiper .dis__swiper-next:active {
    -webkit-transform: translateY(-50%) translateX(-1.25vw);
            transform: translateY(-50%) translateX(-1.25vw);
    width: 6.25vw;
    cursor: pointer;
  }
  .dis__swiper .dis__swiper-prev {
    height: 3.75vw;
    width: 3.75vw;
    top: 7.639vw;
    left: 0vw;
    border-radius: 2.153vw;
  }
  .dis__swiper .dis__swiper-prev svg {
    width: 0.9027777778vw;
  }
  .dis__swiper .dis__swiper-prev:hover {
    -webkit-transform: translateY(-50%) translateX(-1.25vw);
            transform: translateY(-50%) translateX(-1.25vw);
    width: 6.25vw;
    cursor: pointer;
  }
  .dis__swiper .dis__swiper-prev:active {
    -webkit-transform: translateY(-50%) translateX(-1.25vw);
            transform: translateY(-50%) translateX(-1.25vw);
    width: 6.25vw;
    cursor: pointer;
  }
  .dis__swiper-text {
    margin-top: 13.819vw;
  }
  .dis__swiper-text h3 {
    max-width: 31.806vw;
  }
  .dis__swiper-text p {
    max-width: 31.806vw;
    margin-top: 2.361vw;
  }
  .dis__swiper-text-btn {
    width: 19.931vw;
    margin-top: 2.361vw;
  }
  .dis__swiper-img {
    border-radius: 0.903vw;
  }
  .que__container {
    margin-top: 17.431vw;
  }
  .que__container-quest-item {
    -webkit-box-shadow: inset 0.417vw 0.417vw 1.597vw rgba(255, 255, 255, 0.88);
            box-shadow: inset 0.417vw 0.417vw 1.597vw rgba(255, 255, 255, 0.88);
    border-radius: 0.903vw;
    padding: 2.986vw 4.792vw;
    padding-bottom: 4.167vw;
  }
  .que__container-quest-item-title {
    font-size: 2.778vw;
    line-height: 3.194vw;
    max-width: 36.806vw;
  }
  .que__container-quest-item-road {
    margin-top: 2.847vw;
  }
  .que__container-quest-item-road svg {
    width: 29.5833333333vw;
    height: 1.1111111111vw;
  }
  .que__container-quest-item-form {
    margin-top: 3.403vw;
  }
  .que__container-quest-item-form-cont {
    margin-right: -3.681vw;
  }
  .que__container-quest-item-form-cont label {
    margin-bottom: 1.111vw;
    margin-right: 3.681vw;
    width: calc(25% - 3.681vw);
  }
  .que__container-quest-item-form-cont label img {
    border-radius: 0.903vw;
    border: 0.278vw solid transparent;
    width: 100%;
  }
  .que__container-quest-item-form-cont label p {
    font-size: 1.389vw;
    line-height: 1.597vw;
    margin-top: 1.042vw;
  }
  .que__container-quest-item-form-cont label svg {
    top: -2.361vw;
    right: -2.014vw;
    width: 5.6944444444vw;
    height: 5.6944444444vw;
  }
  .que__container-quest-item-form-btns {
    margin-top: 3.958vw;
  }
  .que__container-quest-item-form-btns-back {
    width: 13.125vw;
    border-radius: 0.625vw;
    min-height: 3.611vw;
    font-size: 1.25vw;
    line-height: 1.458vw;
    margin-right: 1.389vw;
  }
  .que__container-quest-item-form-btns-back svg {
    margin-right: 1.597vw;
  }
  .que__container-quest-item-form-btns-back:hover {
    cursor: pointer;
  }
  .que__container-quest-item-form-btns-back:hover svg {
    margin-right: 1.597vw;
    -webkit-transform: translateX(-0.347vw);
            transform: translateX(-0.347vw);
  }
  .que__container-quest-item-form-btns-back:active svg {
    margin-right: 1.597vw;
    -webkit-transform: translateX(-0.347vw);
            transform: translateX(-0.347vw);
  }
  .que__container-quest-item-form-btns button {
    width: 13.125vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label {
    margin-right: 0vw;
    margin-bottom: 2.083vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text] {
    border: 0.069vw solid #EDEDEC;
    border-radius: 0.625vw;
    font-size: 1.389vw;
    line-height: 1.597vw;
    width: 17.917vw;
    height: 4.306vw;
    padding: 1.389vw 2.083vw;
    margin-top: 2.083vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-webkit-input-placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-moz-placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]:-ms-input-placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-ms-input-placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label div {
    width: 1.944vw;
    height: 1.944vw;
    border: 0.069vw solid rgba(0, 0, 0, 0.08);
    margin-right: 0.903vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label div svg {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont .inp-with-inp-c {
    margin-right: 0vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text] {
    border: 0.069vw solid #EDEDEC;
    border-radius: 0.625vw;
    font-size: 1.389vw;
    line-height: 1.597vw;
    width: 17.917vw;
    height: 4.306vw;
    padding: 1.389vw 2.083vw;
    margin-top: 2.083vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-webkit-input-placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-moz-placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]:-ms-input-placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-ms-input-placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::placeholder {
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .que__container-quest-sec .lgb {
    width: 26.389vw;
  }
  .que__container-quest-last svg {
    margin-bottom: 2.361vw;
    width: 11.4583333333vw;
    height: 11.4583333333vw;
  }
  .que__container-quest-last .green-btn {
    width: 19.306vw;
    margin-top: 5.069vw;
  }
  .que__container-bot {
    padding-bottom: 28.472vw;
    margin-top: 11.181vw;
  }
  .que__container-bot h3 {
    max-width: 32.569vw;
  }
  .que__container-bot h3 svg {
    bottom: -3.194vw;
    left: 2.222vw;
    width: 27.6388888889vw;
    height: 2.9861111111vw;
  }
  .que__container-bot p {
    max-width: 31.806vw;
    margin-top: 7.222vw;
  }
  .que__container-bot-img {
    border-radius: 0.903vw;
  }
  .que__container-bot-img:nth-of-type(1) {
    left: 4.028vw;
    top: -6.319vw;
    width: 14.1666666667vw;
  }
  .que__container-bot-img:nth-of-type(2) {
    left: 3.264vw;
    top: 13.056vw;
    border-radius: 163 0.347vw;
    height: 20vw;
  }
  .que__container-bot-img:nth-of-type(3) {
    top: -6.458vw;
    right: 9.514vw;
    width: 14.1666666667vw;
  }
  .que__container-bot-img:nth-of-type(4) {
    top: 7.569vw;
    right: 0.556vw;
    width: 14.1666666667vw;
  }
  .que__container-bot-img:nth-of-type(5) {
    top: 22.847vw;
    right: 8.611vw;
    width: 14.1666666667vw;
  }
  @-webkit-keyframes slide {
    0% {
      -webkit-transform: translateY(-50%) translateX(0vw);
              transform: translateY(-50%) translateX(0vw);
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(-98.75vw);
              transform: translateY(-50%) translateX(-98.75vw);
    }
  }
  @keyframes slide {
    0% {
      -webkit-transform: translateY(-50%) translateX(0vw);
              transform: translateY(-50%) translateX(0vw);
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(-98.75vw);
              transform: translateY(-50%) translateX(-98.75vw);
    }
  }
  .zak__w1-1 {
    top: -13.403vw;
  }
  .zak__container {
    padding-bottom: 15.139vw;
  }
  .zak__container h3 {
    max-width: 40.625vw;
    margin-left: 38.194vw;
  }
  .zak__container p {
    margin-top: 2.014vw;
    max-width: 31.806vw;
    margin-left: 38.194vw;
  }
  .zak__container p:nth-of-type(2) {
    margin-left: 0vw;
    margin-top: 11.736vw;
  }
  .zak__container-img {
    border-radius: 0.903vw;
  }
  .zak__container-img:nth-of-type(1) {
    top: -2.083vw;
    width: 35.0694444444vw;
  }
  .zak__container-img:nth-of-type(2) {
    top: 30vw;
    width: 44.7916666667vw;
  }
  .zak__prod {
    height: 10.139vw;
  }
  .zak__prod-items img {
    margin-right: 4.792vw;
  }
  .zak__prod-items img#zi1 {
    width: 15.3472222222vw;
  }
  .zak__prod-items img#zi2 {
    width: 15.3472222222vw;
  }
  .zak__prod-items img#zi3 {
    width: 17.6388888889vw;
  }
  .zak__prod-items img#zi4 {
    width: 8.3333333333vw;
  }
  .zak__prod-items img#zi5 {
    width: 18.125vw;
  }
  .zak__zam {
    margin-top: 8.681vw;
    padding-bottom: 47.083vw;
  }
  .zak__zam h3 {
    max-width: 33.889vw;
    margin-left: 35.417vw;
  }
  .zak__zam p {
    margin-top: 2.847vw;
    max-width: 33.889vw;
    margin-left: 35.417vw;
  }
  .zak__zam-os {
    width: 28.194vw;
    margin-left: 35.417vw;
    font-size: 1.458vw;
    line-height: 1.667vw;
    margin-top: 2.222vw;
  }
  .zak__zam-os::before {
    height: 2.917vw;
    border-radius: 2.5vw;
  }
  .zak__zam-img {
    border-radius: 0.903vw;
  }
  .zak__zam-img:nth-of-type(1) {
    top: 0.694vw;
    left: 0vw;
    width: 31.7361111111vw;
  }
  .zak__zam-img:nth-of-type(2) {
    top: 24.306vw;
    right: 10.417vw;
    border-radius: 11.181vw;
    width: 31.7361111111vw;
  }
  .bud__w1-2 {
    top: -13.75vw;
  }
  .bud__container {
    padding-bottom: 48.611vw;
  }
  .bud__container h2 {
    max-width: 45.972vw;
    margin-left: 32.5vw;
  }
  .bud__container h2 svg {
    bottom: -3.194vw;
    left: -0.694vw;
    width: 45.9722222222vw;
    height: 2.7777777778vw;
  }
  .bud__container p {
    max-width: 31.806vw;
    margin-left: 32.5vw;
    margin-top: 5vw;
  }
  .bud__container .green-btn-cir {
    left: 20.972vw;
    top: 50.278vw;
  }
  .bud__container .green-btn-cir svg {
    top: 8.958vw;
    left: 2.222vw;
  }
  .bud__container-img {
    border-radius: 0.903vw;
  }
  .bud__container-img:nth-of-type(5) {
    top: 22.569vw;
    right: 0vw;
    border-radius: 4.444vw;
    width: 20.625vw;
  }
  .bud__container-img:nth-of-type(4) {
    top: -13.472vw;
    left: 0vw;
    border-radius: 0.903vw;
    width: 22.7777777778vw;
  }
  .bud__container-img:nth-of-type(3) {
    top: 6.458vw;
    left: 5.278vw;
    width: 22.7777777778vw;
  }
  .bud__container-img:nth-of-type(2) {
    top: 30.069vw;
    left: 20vw;
    border-radius: 4.444vw;
    width: 22.7777777778vw;
  }
  .bud__container-img:nth-of-type(1) {
    top: 29.514vw;
    left: 42.708vw;
    width: 22.7777777778vw;
  }
  .stage__w1-1 {
    top: -11.389vw;
  }
  .stage__container h2 {
    max-width: 34.792vw;
  }
  .stage__container h2 svg:nth-of-type(1) {
    top: 0.903vw;
    left: -20.139vw;
    width: 43.8888888889vw;
    height: 13.6111111111vw;
  }
  .stage__container h2 svg:nth-of-type(2) {
    bottom: -2.222vw;
    right: -5vw;
    width: 15.5555555556vw;
    height: 2.5vw;
  }
  .stage__container p {
    margin-top: 5.347vw;
    max-width: 53.125vw;
  }
  .stage__container-items-item {
    padding: 2.917vw 3.333vw;
    padding-bottom: 3.472vw;
    margin-top: 6.389vw;
  }
  .stage__container-items-item::after {
    bottom: 1.042vw;
    right: 1.736vw;
    width: 1.389vw;
    height: 1.389vw;
  }
  .stage__container-items-item::before {
    border-radius: 0.903vw;
  }
  .stage__container-items-item.dark::before {
    border-radius: 0.903vw;
  }
  .stage__container-items-item-num {
    -webkit-box-shadow: 0vw 0.486vw 1.181vw rgba(14, 149, 64, 0.48);
            box-shadow: 0vw 0.486vw 1.181vw rgba(14, 149, 64, 0.48);
    width: 5.139vw;
    height: 5.139vw;
    font-size: 2.986vw;
    line-height: 3.403vw;
    top: -2.431vw;
    left: -1.736vw;
  }
  .stage__container-items-item-title {
    font-size: 2.083vw;
    line-height: 2.361vw;
  }
  .stage__container-items-item-title svg {
    right: -5.833vw;
    bottom: 0.694vw;
    width: 3.4722222222vw;
  }
  .stage__container-items-item-text {
    font-size: 1.319vw;
    line-height: 1.528vw;
    margin-top: 1.389vw;
  }
  .stage__container-items-item-text.black {
    margin-top: 2.083vw;
  }
  .stage__container-items-right {
    margin-top: 3.472vw;
  }
  .stage__container-items-right .stage__container-items-item-num {
    right: -1.736vw;
  }
  .stage__container-items-right .stage__container-items-item::after {
    left: 1.736vw;
  }
  .com__w1-1 {
    top: -18.333vw;
  }
  .com__container h3 {
    margin-top: 7.222vw;
    max-width: 50.278vw;
  }
  .com__container h3 svg {
    bottom: -0.903vw;
    right: -0.694vw;
    width: 39.9305555556vw;
    height: 1.1805555556vw;
  }
  .com__container p {
    max-width: 46.25vw;
    margin-top: 5.069vw;
  }
  .com__container-swiper {
    margin-top: 3.333vw;
  }
  .com__container-swiper-slide {
    width: 23.333vw;
  }
  .com__container-swiper-slide-img {
    border-radius: 6.25vw 6.25vw 6.25vw 0vw;
    height: 21.597vw;
  }
  .com__container-swiper-slide-img-soc {
    bottom: 1.042vw;
    left: 1.25vw;
  }
  .com__container-swiper-slide-img-soc a {
    margin-right: 1.389vw;
  }
  .com__container-swiper-slide-dol {
    font-size: 1.111vw;
    line-height: 1.25vw;
    margin-top: 1.319vw;
  }
  .com__container-swiper-slide-name {
    font-size: 2.083vw;
    line-height: 2.361vw;
    margin-top: 0.625vw;
  }
  .com__container-swiper-slide-text {
    font-size: 1.25vw;
    line-height: 1.458vw;
    margin-top: 0.625vw;
    max-width: 20.486vw;
  }
  .com .ind__dop-cont {
    margin-top: 11.736vw;
    padding-left: 8.056vw;
    padding-right: 4.167vw;
  }
  .com .ind__dop-cont-text h3 {
    font-size: 3.819vw;
    max-width: 38.194vw;
    margin-top: 0vw;
  }
  .com .ind__dop-cont-text p {
    max-width: 48.542vw;
    margin-top: 0.903vw;
  }
  .of {
    padding-top: 11.667vw;
  }
  .of__w1-1 {
    top: -13.194vw;
  }
  .of__container h3 {
    max-width: 40.625vw;
    margin-left: 38.681vw;
  }
  .of__container p {
    margin-left: 38.681vw;
    margin-top: 2.361vw;
    max-width: 31.806vw;
  }
  .of__container p:nth-of-type(2) {
    margin-left: 4.167vw;
    margin-top: 16.389vw;
  }
  .of__container p:nth-of-type(3) {
    margin-top: 7.986vw;
  }
  .of__container-img {
    border-radius: 0.903vw;
  }
  .of__container-img:nth-of-type(1) {
    left: 0vw;
    top: -6.944vw;
    width: 35.5555555556vw;
  }
  .of__container-img:nth-of-type(2) {
    right: 0vw;
    top: 18.889vw;
    border-radius: 10vw;
    width: 44.375vw;
  }
  .of__container-img:nth-of-type(3) {
    left: 0vw;
    top: 40.278vw;
    border-radius: 5.417vw 0vw 5.417vw 5.417vw;
    width: 35.5555555556vw;
  }
  .adr {
    padding-top: 13.264vw;
    padding-bottom: 14.931vw;
  }
  .adr__container-block {
    border-radius: 0vw 15.069vw 15.069vw 15.069vw;
    padding: 5.625vw 7.083vw;
    padding-top: 1.042vw;
  }
  .adr__container-block-dop {
    margin-top: 1.389vw;
    font-size: 1.389vw;
    line-height: 1.597vw;
  }
  .adr__container-block-ad {
    font-size: 2.431vw;
    line-height: 2.778vw;
    margin-top: 0.694vw;
  }
  .adr__container-block-tel {
    margin-top: 0.694vw;
  }
  .adr__container-block-tel a {
    font-size: 1.944vw;
    line-height: 2.222vw;
  }
  .adr__container-block-mail {
    font-size: 1.944vw;
    line-height: 2.222vw;
    margin-top: 0.694vw;
  }
  .adr__container-block-time {
    font-size: 1.944vw;
    line-height: 2.222vw;
    margin-top: 0.694vw;
  }
  .adr__container-map {
    width: 50.694vw;
    border-radius: 0vw 15.069vw 15.069vw 15.069vw;
  }
  .adr .ind__dop-cont {
    border-radius: 15.069vw 15.069vw 0vw 15.069vw;
    padding-left: 8.056vw;
    padding-right: 4.167vw;
    margin-top: -4.167vw;
  }
  .adr .ind__dop-cont h3 {
    font-size: 2.917vw;
    max-width: 47.778vw;
  }
  .adr .ind__dop-cont p {
    max-width: 38.403vw;
    margin-top: 1.597vw;
  }
  .pro {
    padding-bottom: 9.236vw;
  }
  .pro__w1-1 {
    top: -13.194vw;
  }
  .pro__container h2 {
    max-width: 34.792vw;
  }
  .pro__container h2 svg {
    bottom: -4.167vw;
    right: -2.431vw;
    width: 27.7083333333vw;
    height: 5.0694444444vw;
  }
  .pro__container p {
    max-width: 32.708vw;
    margin-top: 3.681vw;
  }
  .pro__container-lr-item {
    margin-top: 5.347vw;
  }
  .pro__container-lr-item img {
    border-radius: 0.903vw;
    margin-bottom: 4.167vw;
  }
  .pro__container-lr-item p {
    max-width: 30.417vw;
    margin-top: auto;
  }
  .pro .ind__dop-cont {
    margin-top: 0.694vw;
    padding-left: 5.417vw;
    padding-right: 5.417vw;
  }
  .pro .ind__dop-cont-text h3 {
    font-size: 3.819vw;
    max-width: 38.194vw;
    margin-top: 0vw;
  }
  .pro .ind__dop-cont-text p {
    max-width: 44.028vw;
    margin-top: 0.764vw;
  }
  .pro .ind__dop-cont .green-btn-cir {
    margin-right: 4.722vw;
  }
  .otz {
    padding-bottom: 8.125vw;
  }
  .otz__w1-1 {
    top: -9.028vw;
  }
  .otz__container h2 svg {
    bottom: -1.389vw;
    right: -1.736vw;
    width: 26.3194444444vw;
    height: 1.1805555556vw;
  }
  .otz__container-swiper {
    margin-top: 5.833vw;
  }
  .otz__container-swiper-slide {
    width: 23.333vw;
    border: 0.069vw solid rgba(0, 0, 0, 0.1);
    border-radius: 6.25vw 6.25vw 6.25vw 0vw;
    padding: 3.889vw 2.986vw;
    padding-bottom: 1.667vw;
  }
  .otz__container-swiper-slide-text {
    font-size: 1.458vw;
    line-height: 1.667vw;
  }
  .otz__container-swiper-slide-name {
    font-size: 1.458vw;
    line-height: 1.667vw;
    margin-top: 0.903vw;
  }
  .otz__container-swiper-slide a {
    font-size: 0.972vw;
    line-height: 1.111vw;
    margin-top: 2.361vw;
  }
  .otz__container-vid {
    margin-top: 4.444vw;
  }
  .otz__container-vid .swiper-slide {
    width: 36.597vw;
  }
  .otz__container-vid .swiper-slide-vid {
    margin-right: 18.75vw;
    height: 23.958vw;
    border-radius: 4.167vw;
  }
  .otz__container-vid .swiper-slide-vid-bg {
    border-radius: 0.903vw;
  }
  @-webkit-keyframes slide2 {
    0% {
      -webkit-transform: translateY(1.389vw) translateX(-20.833vw);
              transform: translateY(1.389vw) translateX(-20.833vw);
    }
    100% {
      -webkit-transform: translateY(1.389vw) translateX(-137.5vw);
              transform: translateY(1.389vw) translateX(-137.5vw);
    }
  }
  @keyframes slide2 {
    0% {
      -webkit-transform: translateY(1.389vw) translateX(-20.833vw);
              transform: translateY(1.389vw) translateX(-20.833vw);
    }
    100% {
      -webkit-transform: translateY(1.389vw) translateX(-137.5vw);
              transform: translateY(1.389vw) translateX(-137.5vw);
    }
  }
  .footer__container {
    padding-top: 3.056vw;
    padding-bottom: 3.056vw;
  }
  .footer__container-items img {
    width: 116.6666666667vw;
  }
  .footer__container-cop {
    margin-top: 25.625vw;
    font-size: 1.111vw;
    line-height: 1.25vw;
  }
  .galler__container-item {
    width: calc(33.333% - 24px);
  }
}
@media screen and (max-width: 860px) {
  .wrapper {
    width: auto;
    margin: 0px 28px;
  }
  .wrapper3 {
    width: auto;
    margin: 0px 28px;
  }
  .galtop {
    margin-top: 113.8666666667vw;
  }
  h3 {
    font-size: 12.267vw;
    line-height: 14.133vw;
  }
  .header__top-logo svg {
    width: 193px;
    height: 60px;
  }
  .header__top-call {
    display: none;
  }
  .header__top-menu {
    display: block;
    cursor: pointer;
    margin-left: auto;
  }
  .header__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .header {
    width: 93.6vw;
    top: 7.7333333333vw;
  }
  .header__bottom {
    display: none;
  }
  .header__scroll {
    height: 87px;
  }
  h1 {
    font-size: 46px;
    line-height: 53px;
  }
  .first__container p {
    font-size: 19px;
    line-height: 22px;
  }
  h1 {
    font-size: 12.267vw;
    line-height: 14.133vw;
  }
  .first__container p {
    font-size: 5.067vw;
    line-height: 5.867vw;
  }
  .first__container-btn {
    position: relative;
    margin-top: 31px;
    left: unset;
    top: unset;
  }
  .green-btn {
    height: 16vw;
    border-radius: 2.4vw;
    font-size: 5.867vw;
    line-height: 6.667vw;
  }
  .green-btn svg {
    width: 8.8vw;
    height: 4.2666666667vw;
  }
  .green-btn-cir {
    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;
    padding-left: 31px;
    position: relative;
    background: #0E9540;
    -webkit-box-shadow: 0px 11px 26px rgba(6, 70, 30, 0.31);
            box-shadow: 0px 11px 26px rgba(6, 70, 30, 0.31);
    border-radius: 50%;
    width: 182px;
    height: 182px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .green-btn-cir svg {
    position: absolute;
    top: 96px;
    left: 118px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .green-btn-cir:hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #0d7a35;
  }
  .green-btn-cir:hover svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .green-btn-cir:active {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #0a682d;
  }
  .green-btn-cir:active svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .green-btn-cir svg {
    width: 34px;
  }
  .first__container::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: -12px;
    left: -79px;
    -webkit-filter: blur(46px);
            filter: blur(46px);
    width: 870px;
    height: 485px;
  }
  .first {
    padding-top: 161px;
    padding-bottom: 40vw;
  }
  h2 {
    font-size: 46px;
    line-height: 53px;
    max-width: 100% !important;
  }
  p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
  }
  h2 {
    font-size: 12.267vw;
    line-height: 14.133vw;
    max-width: 100% !important;
  }
  p {
    font-style: normal;
    font-weight: 300;
    font-size: 4.8vw;
    line-height: 5.6vw;
    color: #000000;
    max-width: 100% !important;
  }
  .work__container-img:nth-of-type(3) {
    width: 110.6666666667vw;
    top: 178.653vw;
    left: -8vw;
    border-radius: 13px;
  }
  .work__container-img:nth-of-type(4) {
    width: 92.8vw;
    right: -0.917vw;
    top: 225.819vw;
    border-radius: 163px;
  }
  .work__container p {
    margin-top: 98.6666666667vw;
  }
  .work__container-img:nth-of-type(1) {
    width: 56.5333333333vw;
    left: -6.208vw;
    top: 47.556vw;
    border-radius: 13px;
  }
  .work__container-img:nth-of-type(2) {
    width: 64.5333333333vw;
    top: 33.597vw;
    right: -10vw;
    border-radius: 13px;
  }
  .work__container h2 svg {
    width: 58.6666666667vw;
    height: 9.6vw;
    bottom: -5.028vw;
    right: -4vw;
  }
  .work__container-swipertop p {
    margin-top: 0px;
    font-size: 6.667vw;
    line-height: 7.733vw;
  }
  .work__container-swipertop {
    margin-top: 113.8666666667vw;
    padding-left: 0px;
  }
  .work__container-swiper {
    margin-top: 28vw;
  }
  .work__container-swipertop .swiper-button-prev {
    width: 14.4vw;
    height: 14.4vw;
    border-radius: 8.2666666667vw;
    top: 50vw;
  }
  .work__container-swipertop .swiper-button-prev svg {
    width: 3.4666666667vw;
    height: 5.6vw;
  }
  .work__container-swipertop .swiper-button-prev:hover {
    width: 24vw;
    -webkit-transform: translateY(-50%) translateX(-4.8vw);
            transform: translateY(-50%) translateX(-4.8vw);
  }
  .work__container-swipertop .swiper-button-prev:active {
    width: 24vw;
    -webkit-transform: translateY(-50%) translateX(-4.8vw);
            transform: translateY(-50%) translateX(-4.8vw);
  }
  .work__container-swipertop .swiper-button-next {
    width: 14.4vw;
    height: 14.4vw;
    border-radius: 8.2666666667vw;
    left: 24.264vw;
    top: 50vw;
  }
  .work__container-swipertop .swiper-button-next svg {
    width: 3.4666666667vw;
    height: 5.6vw;
  }
  .work__container-swipertop .swiper-button-next:hover {
    width: 24vw;
    -webkit-transform: translateY(-50%) translateX(-4.8vw);
            transform: translateY(-50%) translateX(-4.8vw);
  }
  .work__container-swipertop .swiper-button-next:active {
    width: 24vw;
    -webkit-transform: translateY(-50%) translateX(-4.8vw);
            transform: translateY(-50%) translateX(-4.8vw);
  }
  .work__container-swiper .swiper-slide {
    height: 112vw;
  }
  .work__container-swiper-btn {
    width: 76.5333333333vw;
  }
  .ind__container h2 {
    width: 100%;
    margin-left: 0px;
    font-size: 8.8vw;
    line-height: 13.067vw;
  }
  .ind__container h2 svg {
    width: 61.8666666667vw;
    height: 3.2vw;
    top: 13.278vw;
    left: 16.306vw;
  }
  .ind__container p {
    width: 100%;
    margin-left: 0px;
  }
  .ind__container {
    padding-top: 133.3333333333vw;
  }
  .ind .icon__cir {
    display: none;
  }
  .ind__container-img:nth-of-type(1) {
    z-index: 2;
    width: 86.4vw;
    left: -20vw;
    border-radius: 13px;
  }
  .ind__container-img:nth-of-type(2) {
    width: 93.6vw;
    border-radius: 13px;
    left: 26.944vw;
    top: 13.458vw;
  }
  .ind__container-img:nth-of-type(3) {
    width: 87.2vw;
    border-radius: 13px;
    bottom: 0;
    left: -17.278vw;
    top: 208.819vw;
  }
  .ind__container-img:nth-of-type(4) {
    width: 87.733vw;
    border-radius: 64px;
    bottom: 0;
    left: 3.986vw;
    top: 314.833vw;
    z-index: 2;
  }
  .ind__container-img:nth-of-type(5) {
    width: 76.8vw;
    border-radius: 64px;
    bottom: 0;
    left: 37.5vw;
    top: 252.931vw;
  }
  .work__container-swiper .swiper-slide img {
    border-radius: 13px;
  }
  .ind__container {
    padding-bottom: 228vw;
  }
  .ind__dop h2 svg {
    width: 193.8666666667vw;
    height: 96vw;
    left: -106.667vw;
    top: 11.586vw;
  }
  .ind__dop p {
    margin-top: 7.778vw;
  }
  .ind__dop-btn {
    margin-top: 75.7333333333vw;
  }
  .ind__dop-img:nth-of-type(1) {
    top: 79.667vw;
    right: 10.458vw;
    border-radius: 13px;
    width: 62.9333333333vw;
  }
  .ind__dop-cont {
    width: 100vw;
    height: 56.2666666667vw;
    border-radius: 0;
    margin-top: -7.125vw;
  }
  .ind__dop-img:nth-of-type(2) {
    bottom: 23.5vw;
    left: -7.792vw;
    width: 62.9333333333vw;
    border-radius: 13px;
  }
  .ind__dop-img:nth-of-type(3) {
    bottom: 48.986vw;
    right: -13.806vw;
    width: 54.1333333333vw;
    border-radius: 13px;
  }
  .ind__dop {
    padding-bottom: 101.8666666667vw;
  }
  .ind__w1-1 {
    bottom: -15.764vw;
  }
  .dis {
    margin-top: -7.875vw;
  }
  .icon__dis-line2 {
    display: block;
  }
  .icon__dis-line {
    display: none;
  }
  .dis__container h2 svg {
    top: 39.111vw;
    left: -0.278vw;
    width: 92.2666666667vw;
    height: 10.1333333333vw;
  }
  .dis__container-items-item {
    margin-left: 0px !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dis__container-items-item svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 15px;
  }
  .dis__container-items-item p {
    max-width: 79.6vw !important;
  }
  .dis__swiper {
    margin-top: 112.8vw;
  }
  .dis__container-img:nth-of-type(1) {
    border-radius: 64px;
    top: 181.986vw;
    left: -11.375vw;
    width: 64.2666666667vw;
  }
  .dis__container-img:nth-of-type(2) {
    top: 197vw;
    right: -9.153vw;
    width: 58.1333333333vw;
    border-radius: 13px;
  }
  .dis__swiper {
    display: none;
  }
  .dis__swiper-mob {
    display: block;
    position: relative;
    width: 100vw;
    margin-top: 105vw;
  }
  .dis__swiper-mob .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 15.733vw 10.133vw;
    position: relative;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 149.0666666667vw;
  }
  .dis__swiper-mob .swiper-slide h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 11.733vw;
    line-height: 13.6vw;
    color: #FFFFFF;
    position: relative;
  }
  .dis__swiper-mob .swiper-slide p {
    font-style: normal;
    font-weight: 300;
    font-size: 4.267vw;
    line-height: 4.8vw;
    color: #FFFFFF;
    margin-top: 8vw;
    position: relative;
  }
  .dis__swiper-mob .swiper-slide::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.21);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    top: 27.733vw;
    left: 6.4vw;
    width: 86.933vw;
    height: 110.667vw;
    border-radius: 13px;
  }
  .dis__swiper-mob-next {
    position: absolute;
    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;
    height: 14.4vw;
    width: 14.4vw;
    border-radius: 8.267vw;
    background-color: #2F2F2F;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    top: 9.667vw;
    left: 32.8vw;
  }
  .dis__swiper-mob-next svg {
    width: 3.467vw;
    height: 5.6vw;
  }
  .dis__swiper-mob-next:hover {
    -webkit-transform: translateX(-4.8vw);
            transform: translateX(-4.8vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 24vw;
    background-color: #0E9540;
    cursor: pointer;
  }
  .dis__swiper-mob-next:active {
    -webkit-transform: translateX(-4.8vw);
            transform: translateX(-4.8vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 24vw;
    background-color: #0b6e2f;
    cursor: pointer;
  }
  .dis__swiper-mob-prev {
    position: absolute;
    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;
    height: 14.4vw;
    width: 14.4vw;
    top: 9.667vw;
    left: 10.133vw;
    border-radius: 8.267vw;
    background-color: #2F2F2F;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
  }
  .dis__swiper-mob-prev svg {
    width: 3.467vw;
    height: 5.6vw;
  }
  .dis__swiper-mob-prev:hover {
    -webkit-transform: translateX(-4.8vw);
            transform: translateX(-4.8vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 24vw;
    background-color: #0E9540;
    cursor: pointer;
  }
  .dis__swiper-mob-prev:active {
    -webkit-transform: translateX(-4.8vw);
            transform: translateX(-4.8vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 24vw;
    background-color: #0b6e2f;
    cursor: pointer;
  }
  .dis__swiper-mob-btn {
    width: 79.7333333333vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .que {
    padding-top: 21vw;
  }
  .que__container-quest-item-title {
    font-size: 7.733vw;
    line-height: 8.8vw;
    max-width: 100%;
  }
  .que__container-quest-item {
    padding: 14.6666666667vw 2.666667vw;
    border-radius: 13px;
  }
  .que__container-quest-item-road {
    display: none;
  }
  .que__container-quest-item-form-cont {
    width: 74.4vw;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
  }
  .que__container-quest-item-form-cont label {
    margin-bottom: 4.2666666667vw;
    margin-right: 4.2666666667vw;
    width: 46.9333333333vw;
    margin-top: 14.6666666667vw;
  }
  .que__container-quest-item-form {
    margin-top: 0px;
  }
  .que__container-quest-item-form-cont label svg {
    width: 11.867vw;
    height: 11.867vw;
    top: -4.361vw;
    right: -4.014vw;
  }
  .que__container-quest-item-form-cont label p {
    margin-top: 2.4vw;
    font-size: 4.8vw;
    line-height: 6.133vw;
  }
  .que__container-quest-item-form-btns button {
    width: 45.0666666667vw;
  }
  .que__container-quest-item-form-btns {
    margin-top: 27.7333333333vw;
  }
  .que__container-quest-item-form-btns-back {
    width: 34.6666666667vw;
    height: 16vw;
    border-radius: 0.625vw;
    font-size: 1.25vw;
    line-height: 1.458vw;
    border-radius: 2.4vw;
    font-size: 5.867vw;
    line-height: 6.667vw;
  }
  .que__container-quest-item-form-btns-back .icon__arrb {
    display: none;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label div {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    margin-right: 3.4666666667vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label div svg {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label {
    margin-top: 0;
    margin-bottom: 6.1333333333vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont {
    margin-top: 6.1333333333vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text] {
    border: 0.069vw solid #EDEDEC;
    border-radius: 9px;
    font-size: 5.333vw;
    line-height: 6.133vw;
    width: 68.8vw;
    height: 16.5333333333vw;
    padding: 5.3333333333vw 8.2666666667vw;
    margin-top: 5.6vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-webkit-input-placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-moz-placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]:-ms-input-placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::-ms-input-placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont label input[type=text]::placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .lgb {
    display: none;
  }
  .erd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text] {
    border: 0.069vw solid #EDEDEC;
    border-radius: 9px;
    font-size: 5.333vw;
    line-height: 6.133vw;
    width: 68.8vw;
    height: 16.5333333333vw;
    padding: 5.3333333333vw 8.2666666667vw;
    margin-top: 5.6vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-webkit-input-placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-moz-placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]:-ms-input-placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::-ms-input-placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-sec .que__container-quest-item-form-cont input[type=text]::placeholder {
    font-size: 5.333vw;
    line-height: 6.133vw;
  }
  .que__container-quest-last svg {
    width: 44vw;
    height: 44vw;
  }
  .que__container-quest-last .green-btn {
    width: 100%;
    margin-top: 25.069vw;
  }
  .que__container-quest-last .que__container-quest-item-title {
    margin-top: 5vw;
  }
  .que__container-bot h3 {
    max-width: 100%;
  }
  .que__container-bot h3 svg {
    bottom: -11.194vw;
    left: 10.222vw;
    width: 74.4vw;
    height: 11.4666666667vw;
  }
  .que__container-bot p {
    margin-top: 20.222vw;
  }
  .que__container-bot {
    margin-top: 115.4666666667vw;
  }
  .que__container-bot-img:nth-of-type(1) {
    left: -10.972vw;
    top: -70.319vw;
    width: 54.1333333333vw;
    border-radius: 13px;
  }
  .que__container-bot-img:nth-of-type(2) {
    left: 36.264vw;
    top: -108.944vw;
    border-radius: 17.0666666667vw;
    height: 92vw;
  }
  .que__container-bot {
    padding-bottom: 138.9333333333vw;
  }
  .que__container-bot-img:nth-of-type(3) {
    top: 132.542vw;
    right: 46.514vw;
    width: 54.1333333333vw;
    border-radius: 13px;
  }
  .que__container-bot-img:nth-of-type(4) {
    top: 130.542vw;
    right: -8.486vw;
    width: 54.1333333333vw;
    border-radius: 13px;
  }
  .que__container-bot-img:nth-of-type(5) {
    top: 167.542vw;
    right: 16.514vw;
    width: 54.1333333333vw;
    border-radius: 13px;
  }
  .zak__container h3 {
    max-width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .zak__container p {
    margin-top: 137.8666666667vw;
    margin-left: 0;
  }
  .zak__container-img:nth-of-type(1) {
    top: 79.917vw;
    width: 113.3333333333vw;
    left: unset;
    right: 0;
  }
  .zak__container p:nth-of-type(2) {
    margin-left: 0vw;
    margin-top: 114.1333333333vw;
  }
  .zak__container-img:nth-of-type(2) {
    top: 251vw;
    width: 177.0666666667vw;
    right: unset;
    left: 0;
  }
  .zak__prod-items img {
    width: auto !important;
  }
  .zak__prod {
    height: 38.9333333333vw;
  }
  .zak__zam h3 {
    max-width: 100%;
    margin-left: 0;
  }
  .zak__zam p {
    margin-top: 217.6vw;
    margin-left: 0;
  }
  .zak__zam-img:nth-of-type(1) {
    top: 63.694vw;
    left: -12vw;
    width: 93.6vw;
    border-radius: 13px;
  }
  .zak__zam-img:nth-of-type(2) {
    top: 171.306vw;
    right: -15.583vw;
    border-radius: 17.0666666667vw;
    width: 104.2666666667vw;
  }
  .zak__zam-os {
    font-size: 4.267vw;
    line-height: 4.8vw;
    margin-left: 0px;
    width: 68vw;
    margin-top: 4.222vw;
    text-align: center;
  }
  .zak__zam-os::before {
    height: 14.9333333333vw;
    border-radius: 9.6vw;
  }
  .zak__zam {
    padding-bottom: 23.083vw;
  }
  .bud__container h2 {
    margin-left: 0;
    padding-top: 173.3333333333vw;
    font-size: 9.067vw;
    line-height: 10.4vw;
    text-align: center;
  }
  .bud__container-img:nth-of-type(4) {
    width: 87.2vw;
    border-radius: 13px;
    top: 5.528vw;
    left: -3vw;
  }
  .bud__container-img:nth-of-type(3) {
    width: 87.2vw;
    border-radius: 13px;
    top: 59.528vw;
    left: 11vw;
  }
  .bud__container h2 svg {
    bottom: -6.194vw;
    left: 0.306vw;
    width: 176.5333333333vw;
    height: 10.6666666667vw;
  }
  .bud__container p {
    max-width: 31.806vw;
    margin-left: 0;
    margin-top: 10vw;
  }
  .bud__container {
    padding-bottom: 305.266667vw;
  }
  .bud__container-img:nth-of-type(2) {
    top: 250.069vw;
    left: 3vw;
    border-radius: 17.0666666667vw;
    width: 87.2vw;
  }
  .bud__container-img:nth-of-type(1) {
    top: 311.514vw;
    left: 3.708vw;
    width: 87.2vw;
    z-index: 1;
    border-radius: 13px;
  }
  .bud__container-img:nth-of-type(5) {
    top: 436.569vw;
    right: 2vw;
    border-radius: 4.444vw;
    width: 78.9333333333vw;
  }
  .bud__container .green-btn-cir {
    left: 9.972vw;
    top: 400.278vw;
    width: 63.4666666667vw;
    height: 63.4666666667vw;
    font-size: 6.4vw;
    line-height: 7.467vw;
    padding-left: 13.8666666667vw;
  }
  .bud__container .green-btn-cir svg {
    width: 9.0666666667vw;
    height: 4.2666666667vw;
    top: 45.958vw;
    left: 14.222vw;
  }
  .stage__container h2 {
    text-align: left;
  }
  .stage__container h2 svg:nth-of-type(1) {
    display: none;
  }
  .stage__container h2 svg:nth-of-type(2) {
    width: 58.6666666667vw;
    height: 9.6vw;
    bottom: -10.222vw;
    right: 0vw;
  }
  .stage__container p {
    margin-top: 16.347vw;
    text-align: left;
  }
  .stage__container-items-oss {
    display: block;
    width: 100%;
  }
  .stage__container-items-left {
    display: none;
  }
  .stage__container-items-right {
    display: none;
  }
  .stage__container-items-item {
    width: 100%;
    padding: 28.267vw 6.2vw;
    padding-bottom: 8.5333333333vw;
    margin-top: 16.389vw;
  }
  .stage__container-items-item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 7vw;
    line-height: 9.067vw;
    color: #000000;
  }
  .stage__container-items-item-title svg {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: unset;
    left: 0px;
    bottom: unset;
    top: -16vw;
  }
  .stage__container-items-item-num {
    width: 16.8vw;
    height: 16.8vw;
    font-size: 9.8666666667vw;
    line-height: 11.4666666667vw;
    top: -6.431vw;
    left: -4.736vw;
  }
  .stage__container-items-item-text {
    font-style: normal;
    font-weight: 300;
    font-size: 4.267vw;
    line-height: 4.8vw;
    color: #000000;
    margin-top: 3.7333333333vw;
  }
  .stage__container-items-item:nth-child(even) .stage__container-items-item-num {
    left: unset;
    right: -4.736vw;
  }
  .stage__container-items-item.dark::before {
    border-radius: 13px;
  }
  .stage__container-items-item-text.black {
    margin-top: 6.083vw;
  }
  .stage__container-items-item::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    bottom: 3.042vw;
    right: 3.736vw;
  }
  .com .ind__dop-cont {
    margin-top: 17.736vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 118.4vw;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .com .ind__dop-cont::before {
    display: none;
  }
  .com .ind__dop-cont-text h3 {
    font-size: 9.867vw;
    line-height: 11.467vw;
    max-width: 100%;
    margin-top: 8.8vw;
  }
  .com .ind__dop-cont-text p {
    margin-top: 4.5333333333vw;
  }
  .com .ind__dop-cont .green-btn-cir {
    margin-left: 0;
    margin-top: 7.2vw;
  }
  .com__container h3 {
    max-width: 100%;
    font-size: 9.067vw;
    line-height: 10.4vw;
    text-align: left;
  }
  .com__container h3 svg {
    bottom: -6.903vw;
    right: -0.694vw;
    width: 91.7333333333vw;
    height: 3.7333333333vw;
  }
  .com__container p {
    margin-top: 21.6vw;
    text-align: left;
  }
  .com__container-swiper-slide {
    width: 74.9333333333vw;
  }
  .com__container-swiper-slide-img {
    border-radius: 24vw 24vw 24vw 0vw;
    height: 82.9333333333vw;
  }
  .com__container-swiper-slide-img-soc a {
    margin-right: 5.3333333333vw;
  }
  .com__container-swiper-slide-img-soc a svg {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .com__container-swiper-slide-dol {
    font-size: 4.267vw;
    line-height: 4.8vw;
    margin-top: 5.067vw;
  }
  .com__container-swiper-slide-name {
    font-size: 8vw;
    line-height: 9.067vw;
    margin-top: 2.4vw;
  }
  .com__container-swiper-slide-text {
    font-size: 4.267vw;
    line-height: 4.8vw;
    margin-top: 2.4vw;
    max-width: 100%;
  }
  .of__w1-1 {
    top: -6.194vw;
  }
  .of__container h3 {
    max-width: 100%;
    margin-left: 0;
  }
  .of__container-img:nth-of-type(1) {
    left: -7vw;
    top: -1.944vw;
    width: 104.5333333333vw;
  }
  .of__container h3 {
    max-width: 100%;
    margin-left: 0;
    margin-top: 114vw;
  }
  .que__container-quest {
    width: 100vw;
    -webkit-transform: translateX(-38px);
            transform: translateX(-38px);
  }
  .header__scroll .header__top {
    margin: 0px 16px;
  }
  .header__scroll .header__top-logo svg {
    width: 120px;
    height: 44px;
  }
  .header__scroll {
    height: 55px;
  }
  .of__container p {
    margin-left: 0;
    margin-top: 9.0666666667vw;
    max-width: 31.806vw;
  }
  .of__container-img:nth-of-type(2) {
    right: unset;
    top: 208.889vw;
    border-radius: 17.0666666667vw;
    width: 170.4vw;
  }
  .of__container p:nth-of-type(2) {
    margin-left: 0;
    margin-top: 197.8666666667vw;
  }
  .of__container-img:nth-of-type(3) {
    left: unset;
    top: 278.278vw;
    right: 0;
    border-radius: 5.417vw 0vw 5.417vw 5.417vw;
    width: 136.5333333333vw;
  }
  .adr__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adr__container-map {
    width: 100%;
    height: 130.6666666667vw;
    position: relative;
    left: unset;
    bottom: unset;
    border-radius: 0vw 26.667vw 26.667vw 26.667vw;
  }
  .adr__container-block {
    padding: 13.333vw 6.4vw;
    margin-top: -37vw;
  }
  .adr__container-block-dop {
    margin-top: 3.467vw;
    font-size: 4.267vw;
    line-height: 4.8vw;
  }
  .adr__container-block-ad {
    font-size: 7.733vw;
    line-height: 8.8vw;
    margin-top: 2.133vw;
  }
  .adr__container-block-tel {
    margin-top: 1.333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adr__container-block-tel a {
    font-size: 7.467vw;
    line-height: 8.533vw;
    margin-bottom: 5.6vw;
  }
  .adr__container-block-mail {
    font-size: 7.467vw;
    line-height: 8.533vw;
    margin-top: 1.333vw;
  }
  .adr__container-block-time {
    font-size: 6.933vw;
    line-height: 8vw;
    margin-top: 2.667vw;
  }
  .adr .ind__dop-cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 26.667vw;
    height: 154.4vw;
    padding: 16vw 6.4vw;
  }
  .adr .ind__dop-cont-text h3 {
    font-size: 9.867vw;
    line-height: 11.467vw;
    max-width: 100%;
    margin-top: 8.8vw;
    text-align: center;
  }
  .adr .ind__dop-cont-text p {
    margin-top: 4.5333333333vw;
    text-align: center;
  }
  .adr .ind__dop-cont .green-btn-cir {
    margin-left: 0;
    margin-top: 7.2vw;
  }
  .pro__container h2 svg {
    bottom: -14.167vw;
    right: 16.569vw;
    width: 105.0666666667vw;
    height: 19.4666666667vw;
  }
  .pro__container p {
    margin-top: 13.681vw;
  }
  .pro__container-lr-item {
    position: relative;
  }
  .pro__container-lr-item img:first-child {
    width: 115.7333333333vw !important;
    position: absolute;
    top: 86vw;
    left: 2.333333vw;
  }
  .pro__container-lr-item p {
    margin-top: 10vw;
  }
  .pro__container-lr-item {
    width: 100%;
  }
  .pro__container-lr-item:first-child {
    width: 0%;
  }
  .pro__container-lr-item p {
    margin-top: 153vw;
    text-align: left;
  }
  .pro__container-lr-item .pclip {
    position: absolute;
    width: 128.2666666667vw !important;
    top: 0 !important;
    left: -26.666667vw !important;
  }
  .pro__container-lr-item p {
    margin-top: 236vw;
    text-align: left;
    margin-bottom: 84vw;
  }
  .pro__container-lr-item img:nth-child(2) {
    width: 152vw !important;
    position: absolute;
    top: 282vw;
    left: -61.666667vw;
  }
  .pro .ind__dop-cont {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
    height: 136.2666666667vw;
    padding: 16vw 6.4vw;
  }
  .pro .ind__dop-cont-text h3 {
    font-size: 9.867vw;
    line-height: 11.467vw;
    max-width: 100%;
    margin-top: 8.8vw;
    text-align: center;
  }
  .pro .ind__dop-cont-text p {
    margin-top: 4.5333333333vw;
    text-align: center;
  }
  .pro .ind__dop-cont .green-btn-cir {
    margin-left: 0;
    margin-top: 7.2vw;
  }
  .ertd {
    display: none !important;
  }
  .skiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .otz__container h2 svg {
    bottom: -3.389vw;
    right: -1.736vw;
    width: 100.2666666667vw;
    height: 3.533333vw;
  }
  .otz__container-swiper-slide {
    width: 70.9333333333vw;
    border-radius: 24vw 24vw 24vw 0vw;
    padding: 14.933vw 9.867vw;
    padding-bottom: 10.667vw;
  }
  .otz__container-swiper-slide-text {
    font-size: 4.267vw;
    line-height: 4.8vw;
  }
  .otz__container-swiper-slide-name {
    font-size: 5.6vw;
    line-height: 6.4vw;
    margin-top: 6.9333333333vw;
  }
  .otz__container-swiper-slide a {
    margin-top: 2.4vw;
    font-size: 3.733vw;
    line-height: 4.267vw;
  }
  .otz__container-vid .swiper-slide {
    width: 78.9333333333vw;
  }
  .otz__container-vid .swiper-slide-vid {
    margin-right: 18.75vw;
    height: 51.7333333333vw;
    border-radius: 4.167vw;
  }
  .footer__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.133vw;
  }
  .footer__call-title {
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 4.8vw;
    color: #FFFFFF;
  }
  .footer__call-nums {
    margin-top: 2.667vw;
    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;
  }
  .footer__call-nums a {
    font-style: normal;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 5.6vw;
    color: #FFFFFF;
    margin-top: 2.133vw;
  }
  .footer__call-btn {
    width: 55.2vw;
    margin-top: 10.1333333333vw;
  }
  .footer .header__top-logo svg {
    width: 51.467vw;
    height: 16vw;
  }
  @-webkit-keyframes slide2 {
    0% {
      -webkit-transform: translateY(20px) translateX(-300px);
              transform: translateY(20px) translateX(-300px);
    }
    100% {
      -webkit-transform: translateY(20px) translateX(-1980px);
              transform: translateY(20px) translateX(-1980px);
    }
  }
  @keyframes slide2 {
    0% {
      -webkit-transform: translateY(20px) translateX(-300px);
              transform: translateY(20px) translateX(-300px);
    }
    100% {
      -webkit-transform: translateY(20px) translateX(-1980px);
              transform: translateY(20px) translateX(-1980px);
    }
  }
  .footer__container-items img {
    width: auto;
  }
  .footer__container-cop {
    font-size: 3.733vw;
    line-height: 4.267vw;
    margin-top: 57.625vw;
    text-align: center;
  }
  .dis__swiper-mob-btn {
    z-index: 1;
    bottom: -8vw;
  }
  .que__container-quest {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
  }
  .skiz {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 78.6666666667vw;
    height: 100vh;
    background-color: white;
    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;
    padding: 5.867vw 11.2vw;
    z-index: 300;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: scroll;
    display: none;
  }
  .header__menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 4.8vw;
    color: #0066FF;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.9333333333vw;
  }
  .header__menu-close svg {
    margin-right: 2.667vw;
    width: 2.667vw;
    height: 2.667vw;
  }
  .header__menu-close::before {
    content: "";
    width: 100%;
    height: 0.267vw;
    background-color: #0066FF;
    position: absolute;
    left: 0;
    bottom: -0.8vw;
  }
  .header__menu-close:hover {
    opacity: 0.8;
  }
  .header__menu-close:active {
    opacity: 0.6;
  }
  .header__menu-cont {
    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;
    padding-top: 6.933vw;
    padding-bottom: 6.933vw;
    border-top: 0.267vw solid #ECECEC;
    border-bottom: 0.267vw solid #ECECEC;
    width: 100%;
  }
  .header__menu-cont a {
    font-style: normal;
    font-weight: 500;
    font-size: 4.267vw;
    line-height: 8.8vw;
    color: #000000;
  }
  .header__menu-time {
    padding-top: 4.267vw;
    padding-bottom: 4.267vw;
    border-bottom: 0.267vw solid #ECECEC;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 4.8vw;
    color: #000000;
  }
  .header__menu-nums {
    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;
    padding-top: 4.267vw;
  }
  .header__menu-nums a {
    margin-bottom: 2.4vw;
    font-style: normal;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 5.6vw;
    color: #000000;
  }
  .header__menu-call {
    margin-top: 2.4vw;
    width: 100%;
    min-height: 13.8666666667vw;
    font-style: normal;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 5.6vw;
    color: #FFFFFF;
  }
  .header__menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adr__container-block-time {
    font-size: 5.933vw;
    line-height: 8vw;
    margin-top: 2.667vw;
  }
  .adr__container-block-ad {
    font-size: 6.733vw;
    line-height: 8.8vw;
    margin-top: 2.133vw;
  }
  .adr__container-block-tel a {
    font-size: 6.467vw;
    line-height: 8.533vw;
    margin-bottom: 5.6vw;
  }
  .galler__container-item {
    width: calc(50% - 24px);
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .dis__container-items-item p {
    max-width: 66.6vw !important;
  }
  .dis__container-img:nth-of-type(1) {
    border-radius: 64px;
    top: 209.986vw;
    left: -11.375vw;
    width: 64.2666666667vw;
  }
  .dis__container-img:nth-of-type(2) {
    top: 220vw;
    right: -9.153vw;
    width: 58.1333333333vw;
    border-radius: 13px;
  }
  .que__container-quest-item-form-btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .zak__container h3 {
    font-size: 11.267vw;
    line-height: 14.133vw;
  }
  .zak__zam h3 {
    font-size: 11.267vw;
    line-height: 14.133vw;
  }
  .zak__zam-img:nth-of-type(1) {
    top: 53.694vw;
    left: -12vw;
    width: 93.6vw;
    border-radius: 13px;
  }
  .zak__zam-img:nth-of-type(2) {
    top: 156.306vw;
    right: -15.583vw;
    border-radius: 17.0666666667vw;
    width: 104.2666666667vw;
  }
  .bud__container-img:nth-of-type(2) {
    top: 258.069vw;
    left: -3vw;
    border-radius: 17.0666666667vw;
    width: 87.2vw;
  }
  .bud__container-img:nth-of-type(1) {
    top: 328.514vw;
    left: -2.292vw;
    width: 87.2vw;
    z-index: 1;
    border-radius: 13px;
  }
  .bud__container-img:nth-of-type(5) {
    top: 436.569vw;
    right: -2vw;
    border-radius: 4.444vw;
    width: 78.9333333333vw;
  }
  .com .ind__dop-cont {
    height: 127vw;
  }
  .adr .ind__dop-cont-text h3 {
    font-size: 6.867vw;
    line-height: 7.467vw;
    max-width: 100%;
    margin-top: 8.8vw;
    text-align: center;
  }
  .pro__container-lr-item .pclip {
    left: 31vw;
  }
  .pro__container-lr-item img:nth-child(2) {
    width: 152vw !important;
    position: absolute;
    top: 286vw;
    left: -61.666667vw;
  }
  .pro .ind__dop-cont-text h3 {
    font-size: 8.867vw;
    line-height: 8.467vw;
    max-width: 100%;
    margin-top: 8.8vw;
    text-align: center;
  }
  .otz__container h2 {
    text-align: center;
  }
  .footer__container-cop {
    font-size: 3.733vw;
    line-height: 4.267vw;
    margin-top: 100.625vw;
    text-align: center;
  }
  .footer__container {
    padding-top: 16px;
  }
  .galler__container {
    margin-right: 0px;
  }
  .galler__container-item {
    width: 100%;
    height: 250px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 375px) {
  .ind__container {
    padding-top: 117.3333333333vw;
  }
  .dis__container-img:nth-of-type(2) {
    top: 215vw;
    right: -9.153vw;
    width: 58.1333333333vw;
    border-radius: 13px;
  }
  .dis__container-img:nth-of-type(1) {
    border-radius: 64px;
    top: 201.986vw;
    left: -11.375vw;
    width: 64.2666666667vw;
  }
  .work__container-img:nth-of-type(4) {
    width: 92.8vw;
    right: -3.917vw;
    top: 225.819vw;
    border-radius: 163px;
  }
  .adr .ind__dop-cont {
    height: 165.4vw;
  }
  .footer__container-cop {
    margin-top: 122.625vw;
  }
  .pro .ind__dop-cont {
    height: 145.266667vw;
  }
}
.blur {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.24);
  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.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.modal__close {
  cursor: pointer;
  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;
  width: 59px;
  height: 59px;
  background-color: white;
  border: 1px solid #1E1700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: -28px;
  right: -30px;
  border-radius: 50%;
}
.modal__close svg {
  fill: none;
}
.modal__close:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #eee;
}
.modal__close:active {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #ddd;
}

.modal {
  height: 631px;
  position: fixed;
  background: #FFFFFF;
  max-width: 529px;
  border-radius: 24px;
  padding: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__title {
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 115.2%;
  text-align: center;
  color: #000000;
}
.modal__form {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 41px;
}
.modal__form input {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 25px;
  width: 100%;
  margin-bottom: 20px;
}
.modal__form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484;
}
.modal__form input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484;
}
.modal__form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484;
}
.modal__form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484;
}
.modal__form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #848484;
}
.modal__form input.error {
  color: red;
}
.modal__form input.error::-webkit-input-placeholder {
  color: red;
}
.modal__form input.error::-moz-placeholder {
  color: red;
}
.modal__form input.error:-ms-input-placeholder {
  color: red;
}
.modal__form input.error::-ms-input-placeholder {
  color: red;
}
.modal__form input.error::placeholder {
  color: red;
}
.modal__form button {
  width: 100%;
  margin-top: 9px;
  border: none;
}

.modal1 {
  height: 631px;
  position: fixed;
  background: #FFFFFF;
  max-width: 529px;
  border-radius: 24px;
  padding: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 115.2%;
  text-align: center;
  color: #000000;
}
.modal1__bot {
  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;
  margin-top: 55px;
}
.modal1__bot p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  max-width: 345px;
}
.modal1__bot-num {
  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;
  margin-top: 18px;
}
.modal1__bot-num svg {
  margin-right: 16px;
}
.modal1__bot-num p {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  color: #000000;
}

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

.ppg {
  max-width: 860px;
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
}
.ppg__left {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ppg__left .ppg-swiper {
  width: 100%;
  height: 80%;
  overflow: hidden;
}
.ppg__left .ppg-swiper .swiper-slide {
  position: relative;
}
.ppg__left .ppg-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ppg__left .ppg-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
}
.ppg__left .ppg-swiper .swiper-slide.videobtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-image: url("../img/content/play.webp");
  background-position: center;
  background-size: contain;
}
.ppg__left .ppg-swiper-th {
  width: 100%;
  height: 18%;
  overflow: hidden;
}
.ppg__left .ppg-swiper-th .swiper-slide {
  opacity: 0.8;
}
.ppg__left .ppg-swiper-th .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ppg__left .ppg-swiper-th .swiper-slide video {
  width: 100%;
  height: 100%;
}
.ppg__left .ppg-swiper-th .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.ppg__right {
  width: 38%;
  height: 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;
}
.ppg__right-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.ppg__right-price {
  font-weight: bold;
  margin-top: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 32px;
}

.thanxp {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  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;
}
.thanxp .green-btn {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 32px;
}

@media screen and (max-width: 1440px) {
  .modal {
    height: 465px;
    max-width: 400px;
  }
  .modal1 {
    height: 465px;
    max-width: 400px;
  }
  .modal__form input {
    padding: 15px;
  }
  .modal__title {
    font-size: 19px;
  }
  .modal1__title {
    font-size: 19px;
  }
  .modal__form button {
    height: 46px;
    font-size: 18px;
  }
  .modal1__bot-num p {
    font-size: 25px;
  }
  .modal1__bot-num svg {
    width: 30px;
    height: 30px;
  }
  .modal1__bot p {
    font-size: 15px;
  }
  .ppg {
    max-width: 860px;
    width: 860px;
    height: 631px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px;
  }
  .ppg__left {
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ppg__left .ppg-swiper {
    width: 100%;
    height: 80%;
    overflow: hidden;
  }
  .ppg__left .ppg-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .ppg__left .ppg-swiper .swiper-slide video {
    width: 100%;
    height: 100%;
  }
  .ppg__left .ppg-swiper-th {
    width: 100%;
    height: 18%;
    overflow: hidden;
  }
  .ppg__left .ppg-swiper-th .swiper-slide {
    opacity: 0.8;
  }
  .ppg__left .ppg-swiper-th .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .ppg__left .ppg-swiper-th .swiper-slide video {
    width: 100%;
    height: 100%;
  }
  .ppg__left .ppg-swiper-th .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  .ppg__right {
    width: 38%;
    height: 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;
  }
  .ppg__right-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
  }
  .ppg__right-price {
    font-weight: bold;
    margin-top: auto;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 860px) {
  .modal {
    width: 320px;
    height: 411px;
    padding: 42px 14px;
  }
  .modal__title {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 115.2%;
    text-align: center;
    color: #000000;
  }
  .modal__form {
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 41px;
  }
  .modal__form input {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 9px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding: 25px;
    width: 100%;
    margin-bottom: 20px;
  }
  .modal__form input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #848484;
  }
  .modal__form input::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #848484;
  }
  .modal__form input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #848484;
  }
  .modal__form input::-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #848484;
  }
  .modal__form input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #848484;
  }
  .modal__form input.error {
    color: red;
  }
  .modal__form input.error::-webkit-input-placeholder {
    color: red;
  }
  .modal__form input.error::-moz-placeholder {
    color: red;
  }
  .modal__form input.error:-ms-input-placeholder {
    color: red;
  }
  .modal__form input.error::-ms-input-placeholder {
    color: red;
  }
  .modal__form input.error::placeholder {
    color: red;
  }
  .modal__form button {
    width: 100%;
    margin-top: 9px;
    border: none;
  }
  .modal1 {
    width: 320px;
    height: 411px;
    padding: 42px 14px;
  }
  .modal1__title {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 115.2%;
    text-align: center;
    color: #000000;
  }
  .modal1__bot {
    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;
    margin-top: 55px;
  }
  .modal1__bot p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    max-width: 345px;
  }
  .modal1__bot-num {
    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;
    margin-top: 18px;
  }
  .modal1__bot-num svg {
    margin-right: 16px;
  }
  .modal1__bot-num p {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 115.2%;
    text-align: center;
    color: #000000;
  }
  .ppg {
    max-width: 100%;
    width: 100%;
    height: 450px;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
  }
  .ppg .modal__close {
    right: 50%;
    top: -45px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .ppg__left {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ppg__left .ppg-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ppg__left .ppg-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .ppg__left .ppg-swiper .swiper-slide video {
    width: 100%;
    height: 100%;
  }
  .ppg__left .ppg-swiper-th {
    display: none;
  }
  .ppg__right {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    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;
  }
  .ppg__right-text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-top: 24px;
  }
  .ppg__right-price {
    font-weight: bold;
    margin-top: 32px;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 32px;
  }
  .ppg__right .green-btn {
    padding: 24px;
  }
}
@media screen and (max-width: 375px) {
  .modal__close {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}