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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 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;
}

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

@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: "russoone";
  src: url("../fonts/russoone/russoone-regular.eot");
  src: url("../fonts/russoone/russoone-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/russoone/russoone-regular.woff") format("woff"), url("../fonts/russoone/russoone-regular.ttf") format("truetype"), url("../fonts/russoone/russoone-regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-regular.eot");
  src: url("../fonts/inter/inter-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-regular.woff") format("woff"), url("../fonts/inter/inter-regular.ttf") format("truetype"), url("../fonts/inter/inter-regular.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-italic.eot");
  src: url("../fonts/inter/inter-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-italic.woff") format("woff"), url("../fonts/inter/inter-italic.ttf") format("truetype"), url("../fonts/inter/inter-italic.svg?#webfont") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-bold.eot");
  src: url("../fonts/inter/inter-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-bold.woff") format("woff"), url("../fonts/inter/inter-bold.ttf") format("truetype"), url("../fonts/inter/inter-bold.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-bolditalic.eot");
  src: url("../fonts/inter/inter-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-bolditalic.woff") format("woff"), url("../fonts/inter/inter-bolditalic.ttf") format("truetype"), url("../fonts/inter/inter-bolditalic.svg?#webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-black.eot");
  src: url("../fonts/inter/inter-black.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-black.woff") format("woff"), url("../fonts/inter/inter-black.ttf") format("truetype"), url("../fonts/inter/inter-black.svg?#webfont") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-blackitalic.eot");
  src: url("../fonts/inter/inter-blackitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-blackitalic.woff") format("woff"), url("../fonts/inter/inter-blackitalic.ttf") format("truetype"), url("../fonts/inter/inter-blackitalic.svg?#webfont") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-thin.eot");
  src: url("../fonts/inter/inter-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-thin.woff") format("woff"), url("../fonts/inter/inter-thin.ttf") format("truetype"), url("../fonts/inter/inter-thin.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-thinitalic.eot");
  src: url("../fonts/inter/inter-thinitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-thinitalic.woff") format("woff"), url("../fonts/inter/inter-thinitalic.ttf") format("truetype"), url("../fonts/inter/inter-thinitalic.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-medium.eot");
  src: url("../fonts/inter/inter-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-medium.woff") format("woff"), url("../fonts/inter/inter-medium.ttf") format("truetype"), url("../fonts/inter/inter-medium.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-mediumitalic.eot");
  src: url("../fonts/inter/inter-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-mediumitalic.woff") format("woff"), url("../fonts/inter/inter-mediumitalic.ttf") format("truetype"), url("../fonts/inter/inter-mediumitalic.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-semibold.eot");
  src: url("../fonts/inter/inter-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-semibold.woff") format("woff"), url("../fonts/inter/inter-semibold.ttf") format("truetype"), url("../fonts/inter/inter-semibold.svg?#webfont") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-semibolditalic.eot");
  src: url("../fonts/inter/inter-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-semibolditalic.woff") format("woff"), url("../fonts/inter/inter-semibolditalic.ttf") format("truetype"), url("../fonts/inter/inter-semibolditalic.svg?#webfont") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-extrabold.eot");
  src: url("../fonts/inter/inter-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-extrabold.woff") format("woff"), url("../fonts/inter/inter-extrabold.ttf") format("truetype"), url("../fonts/inter/inter-extrabold.svg?#webfont") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter/inter-extrabolditalic.eot");
  src: url("../fonts/inter/inter-extrabolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-extrabolditalic.woff") format("woff"), url("../fonts/inter/inter-extrabolditalic.ttf") format("truetype"), url("../fonts/inter/inter-extrabolditalic.svg?#webfont") format("svg");
  font-weight: 800;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

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

body {
  font-family: inter, sans-serif;
  font-size: 20px;
  color: #353535;
  margin: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  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;
  background-color: #f4f4f4;
}
body p {
  font-family: inter;
}

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

.main-title {
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 72px;
  color: #FFFFFF;
}

h1 {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

h2 {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

h3 {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #139859;
}

h4 {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

h5 {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

h6 {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.wrapper-header {
  max-width: 1790px;
  margin: 0 auto;
}

.wrapper-map {
  max-width: 1655px;
  margin: 0 auto;
}

.header-container-middle-theme {
  width: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container-middle-theme svg {
  margin-right: 8px;
}

.moon {
  background-color: transparent;
  border: none;
}
.moon span {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: rgba(31, 34, 38, 0.4);
  background-color: transparent;
  border: none;
}

.sun {
  background-color: transparent;
  border: none;
}
.sun span {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border: none;
}

.hide {
  display: none !important;
}

.button-g {
  background-color: #139859;
  -webkit-box-shadow: 2px 2px 0px #10804B, 4px 4px 0px #10804B;
          box-shadow: 2px 2px 0px #10804B, 4px 4px 0px #10804B;
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #FFFFFF;
  padding: 20px 32px;
}
.button-g:hover {
  color: rgba(255, 255, 255, 0.64);
  -webkit-box-shadow: 1px 1px 0px #10804B, 2px 2px 0px #10804B;
          box-shadow: 1px 1px 0px #10804B, 2px 2px 0px #10804B;
}
.button-g:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-g-big {
  background-color: #139859;
  -webkit-box-shadow: 2px 2px 0px #10804B, 4px 4px 0px #10804B;
          box-shadow: 2px 2px 0px #10804B, 4px 4px 0px #10804B;
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #FFFFFF;
  padding: 16px;
  width: 100%;
}
.button-g-big:hover {
  color: rgba(255, 255, 255, 0.64);
  -webkit-box-shadow: 1px 1px 0px #10804B, 2px 2px 0px #10804B;
          box-shadow: 1px 1px 0px #10804B, 2px 2px 0px #10804B;
}
.button-g-big:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-small-grey {
  padding: 14px 20px;
  background-color: #E5E9EB;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  color: #7D8999;
  border: none;
  height: 48px;
}
.button-small-grey:hover {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #1F2226;
}
.button-small-grey:active {
  color: #7D8999;
}

.button-small-green {
  background-color: #139859;
  -webkit-box-shadow: 2px 2px 0px #10804B, 4px 4px 0px #10804B;
          box-shadow: 2px 2px 0px #10804B, 4px 4px 0px #10804B;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  color: #FFFFFF;
  padding: 14px 20px;
  height: 48px;
}
.button-small-green:hover {
  color: rgba(255, 255, 255, 0.64);
  -webkit-box-shadow: 1px 1px 0px #10804B, 2px 2px 0px #10804B;
          box-shadow: 1px 1px 0px #10804B, 2px 2px 0px #10804B;
}
.button-small-green:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search {
  position: relative;
  cursor: pointer;
}
.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
}
.search-container label {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-container label input {
  width: 100%;
  padding: 27px 32px;
  padding-left: 81px;
  background-color: transparent;
  border: none;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #000000;
}
.search-container label input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.5);
}
.search-container label input::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.5);
}
.search-container label input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.5);
}
.search-container label input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.5);
}
.search-container label input::placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.5);
}
.search-container label button {
  position: absolute;
  right: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #139859;
  background-color: transparent;
  border: none;
}
.search-container label img {
  position: absolute;
  left: 32px;
}

.s1 .search-container {
  top: -40px;
}

.spec {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spec:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.1), 0px 25px 48px -20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.1), 0px 25px 48px -20px rgba(0, 0, 0, 0.1);
}

svg {
  fill: transparent !important;
}

.que {
  background-color: #343D45;
  padding: 72px 359px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.que h4 {
  color: white;
  width: 100%;
  text-align: center;
}
.que-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 24px;
  width: 100%;
}
.que button {
  margin-top: 48px;
}

.way {
  margin-top: 64px;
}
.way-back {
  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;
  width: 100%;
}
.way-back a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 365px;
}
.way-back a p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.way h2 {
  margin-top: 24px;
}
.way .icon__arrow1 {
  margin: 0 16px;
}

.s2 {
  margin-top: 64px;
}
.s2 .search-container {
  position: relative;
}

.more {
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #107F4B;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(31, 34, 38, 0.1);
  padding: 24px 0;
  margin-top: 56px;
}
.more:hover {
  color: rgba(16, 127, 75, 0.64);
}
.more:active {
  color: rgba(16, 127, 75, 0.5);
}

.more-n {
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #107F4B;
  margin-left: 32px;
}
.more-n:hover {
  color: rgba(16, 127, 75, 0.64);
}
.more-n:active {
  color: rgba(16, 127, 75, 0.5);
}
@media screen and (max-width: 525px) {
  .more-n {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .more-n {
    font-size: 11px;
  }
}

.more-news {
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #107F4B;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(31, 34, 38, 0.1);
  padding: 24px 0;
  margin-top: 56px;
}
.more-news:hover {
  color: rgba(16, 127, 75, 0.64);
}
.more-news:active {
  color: rgba(16, 127, 75, 0.5);
}

.more-down {
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #107F4B;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(31, 34, 38, 0.1);
  padding: 24px 0;
  margin-top: 56px;
}
.more-down:hover {
  color: rgba(16, 127, 75, 0.64);
}
.more-down:active {
  color: rgba(16, 127, 75, 0.5);
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
label div {
  width: 18px;
  height: 18px;
  border: 2px solid #7D8999;
  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;
}
label div svg {
  display: none;
}
label input[type=checkbox] {
  display: none;
}
label input[type=checkbox]:checked ~ div {
  background-color: #139859;
  border-color: #139859;
}
label input[type=checkbox]:checked ~ div svg {
  display: block;
}
label span {
  margin-left: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  color: #1F2226;
  max-width: 220px;
}
label:hover {
  cursor: pointer;
}
label:hover div {
  border-color: #1F2226;
}

ul {
  list-style: none;
}
ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #1F2226;
  padding-left: 40px;
  position: relative;
}
ul li::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 10px;
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 140%;
  text-align: center;
  color: #139859;
}

.pop {
  position: relative;
}
.pop::before {
  position: absolute;
  top: -40px;
  right: 11.5%;
  width: 238px;
  height: 60px;
  background-color: #343D45;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(255, 255, 255, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(255, 255, 255, 0.25);
  border-radius: 34px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  content: "Популярный продукт";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 124%;
  color: #FFFFFF;
  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;
}

.error {
  border-color: red !important;
}

.mob {
  display: none;
}

.menu {
  z-index: 100;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px 18px;
  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;
}
.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-middle {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-middle-item {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 148%;
  color: #1F2226;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(31, 34, 38, 0.1);
          text-decoration-color: rgba(31, 34, 38, 0.1);
}
.menu-middle-item:hover {
  text-decoration: none;
}
.menu-middle-item:not(:first-child) {
  margin-top: 25px;
}
.menu-middle button {
  margin-top: 25px;
  width: 100%;
  margin-left: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  color: rgba(31, 34, 38, 0.4);
}
.menu-middle button svg {
  margin-left: 8px;
}
.menu-bottom .header-container-phone {
  width: 210px;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 124%;
  color: #1F2226;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-bottom .header-container-phone a {
  font-weight: 500;
  text-align: left;
  font-size: 24px !important;
  line-height: 124%;
  color: #1F2226;
}
.menu-bottom .header-container-phone span {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 160%;
  color: #7D8999;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0;
}
.header-container-logo .des {
  width: 240px;
  height: 60px;
}
.header-container-middle {
  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;
  width: 1090px;
}
.header-container-middle-item {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
  height: 28px;
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}
.header-container-middle-item:hover {
  border-color: rgba(31, 34, 38, 0.2);
}
.header-container-middle-item:active {
  color: rgba(31, 34, 38, 0.5);
}
.header-container-phone {
  width: 210px;
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  color: #1F2226;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-container-phone a {
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  color: #1F2226;
}
.header-container-phone span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.header-container-menu {
  display: none;
}

.footer {
  margin-top: 180px;
  background-color: #E5E9EB;
}
.footer-container {
  margin-top: 40px;
  margin-bottom: 32px;
}
.footer-container-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;
}
.footer-container-top-left {
  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;
  width: 747px;
}
.footer-container-top-left-item {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
  height: 28px;
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}
.footer-container-top-left-item:hover {
  border-color: rgba(31, 34, 38, 0.2) !important;
}
.footer-container-top-left-item:active {
  color: rgba(31, 34, 38, 0.5) !important;
}
.footer-container-top-phone {
  width: 210px;
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  color: #1F2226;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-container-top-phone a {
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  color: #1F2226;
}
.footer-container-top-phone span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.footer-container-bottom {
  margin-top: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer-container-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 629px;
}
.footer-container-bottom-left a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.footer-container-bottom-make a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}

.left {
  display: none;
}

.n-list-show {
  display: none;
}

.left2 {
  display: none;
}

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

@keyframes foMap {
  0% {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  100% {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes cam1 {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cam1 {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cam2 {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
@keyframes cam2 {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
@-webkit-keyframes cam3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
}
@keyframes cam3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
}
@-webkit-keyframes cam4 {
  0% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes cam4 {
  0% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@-webkit-keyframes cam5 {
  0% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes cam5 {
  0% {
    opacity: 0;
  }
  78% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@-webkit-keyframes arrow {
  0% {
    top: 25px;
    left: 0;
  }
  20% {
    top: 115px;
    left: 258px;
  }
  21% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    top: 147px;
    left: 813px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  51% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  70% {
    top: 18px;
    left: 1221px;
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  71% {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  90% {
    top: 193px;
    left: 1612px;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  91% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  100% {
    top: 153px;
    left: 1931px;
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}
@keyframes arrow {
  0% {
    top: 25px;
    left: 0;
  }
  20% {
    top: 115px;
    left: 258px;
  }
  21% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  50% {
    top: 147px;
    left: 813px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  51% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  70% {
    top: 18px;
    left: 1221px;
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  71% {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  90% {
    top: 193px;
    left: 1612px;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  91% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  100% {
    top: 153px;
    left: 1931px;
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}
@-webkit-keyframes arrow2 {
  0% {
    top: 245px;
    left: -69px;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
  50% {
    top: 245px;
    left: -69px;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
  75% {
    top: 119px;
    left: 261px;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
  76% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    top: 140px;
    left: 680px;
  }
}
@keyframes arrow2 {
  0% {
    top: 245px;
    left: -69px;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
  50% {
    top: 245px;
    left: -69px;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
  75% {
    top: 119px;
    left: 261px;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
  76% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    top: 140px;
    left: 680px;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.first {
  padding-bottom: 157px;
}
.first-line {
  margin-top: 37px;
  position: relative;
}
.first-line svg path {
  stroke: #E5E9EB;
}
.first-line-cams {
  position: relative;
}
.first-line-cams-cam {
  position: absolute;
  width: 64px;
  height: 64px;
  padding: 16px;
  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;
  background-color: #F4F4F4;
  -webkit-box-shadow: 2px 2px 2px #FFFFFF, inset 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px #FFFFFF, inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 240px;
}
.first-line-cams-cam:nth-child(1) {
  bottom: 142px;
  left: 133px;
  -webkit-animation-name: cam1;
          animation-name: cam1;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.first-line-cams-cam:nth-child(2) {
  bottom: 174px;
  left: 481px;
  -webkit-animation-name: cam2;
          animation-name: cam2;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.first-line-cams-cam:nth-child(3) {
  bottom: 87px;
  left: 993px;
  -webkit-animation-name: cam3;
          animation-name: cam3;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.first-line-cams-cam:nth-child(4) {
  bottom: 284px;
  left: 1230px;
  -webkit-animation-name: cam4;
          animation-name: cam4;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.first-line-cams-cam:nth-child(5) {
  bottom: 109px;
  left: 1635px;
  -webkit-animation-name: cam5;
          animation-name: cam5;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.first-line-arrow {
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.first-line-arrow2 {
  position: absolute;
  top: 245px;
  left: -69px;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
  -webkit-animation-name: arrow2;
          animation-name: arrow2;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.first-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first-container-title {
  max-width: 643px;
  margin-right: 100px;
}
.first-container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first-container-left-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #1F2226;
}
.first-container-left-text a {
  color: #139859;
}
.first-container-left-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #1F2226;
}
.first-container-left button {
  width: 276px;
}

.anim svg {
  z-index: 30;
}
.anim svg path {
  opacity: 0;
}
.anim svg path:nth-child(24) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(23) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(22) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(21) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(20) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(19) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(18) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(17) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(16) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(15) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(14) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(13) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(12) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(11) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(10) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 7.5s;
          animation-duration: 7.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(9) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(8) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 8.5s;
          animation-duration: 8.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(7) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(6) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 9.5s;
          animation-duration: 9.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(5) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(4) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 10.5s;
          animation-duration: 10.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(3) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(2) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 11.5s;
          animation-duration: 11.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anim svg path:nth-child(1) {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.blocks {
  background-color: #E5E9EB;
  padding-top: 160px;
  padding-bottom: 120px;
}
.blocks-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blocks-container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 680px;
}
.blocks-container-top-green {
  width: 816px;
  position: relative;
  background-color: #139859;
  border-radius: 1px;
  padding-top: 72px;
  padding-left: 48px;
  padding-bottom: 42px;
}
.blocks-container-top-green-img {
  position: absolute;
  top: 18px;
  left: 442px;
  width: 582px;
  height: 450px;
}
.blocks-container-top-green-title {
  color: white;
  max-width: 442px;
}
.blocks-container-top-green-text {
  margin-top: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  max-width: 442px;
}
.blocks-container-top-green-text a {
  color: #139859;
}
.blocks-container-top-green-text p {
  margin-top: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  max-width: 442px;
}
.blocks-container-top-green-ul {
  margin-top: 91px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 735px;
}
.blocks-container-top-green-ul-li {
  max-width: 215px;
}
.blocks-container-top-green-ul-li-title {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.32);
}
.blocks-container-top-green-ul-li-text {
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}
.blocks-container-top-green-ul-li-text a {
  color: #139859;
}
.blocks-container-top-green-ul-li-text p {
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}
.blocks-container-top-green-dop {
  margin-top: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.32);
}
.blocks-container-top-item {
  overflow: hidden;
  padding: 0 32px;
  padding-top: 72px;
  position: relative;
  width: 392px;
  background: url("../img/content/road.png") no-repeat;
  background-position: bottom;
  background-color: white;
}
.blocks-container-top-item img {
  position: absolute;
  left: -110.38px;
  top: 319.63px;
  -webkit-transform: rotate(0.88deg);
          transform: rotate(0.88deg);
}
.blocks-container-top-item-text {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #7D8999;
}
.blocks-container-top-item-text a {
  color: #139859;
}
.blocks-container-top-item-text p {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #7D8999;
}
.blocks-container-top-item h5 {
  text-align: center;
}
.blocks-container-top-item-speed {
  position: absolute;
  top: 487px;
  left: 170px;
}
.blocks-container-top-item-speed-container {
  position: relative;
}
.blocks-container-top-item-speed-container-num {
  position: absolute;
  top: 8px;
  left: 18px;
}
.blocks-container-top-item-speed-container-num span {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #15CC76;
}
.blocks-container-top-item-speed-container-text {
  position: absolute;
  top: 35px;
  left: 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  color: #0D804A;
}
.blocks-container-bottom {
  width: 100%;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.blocks-container-bottom-item {
  background-color: white;
  width: 392px;
  height: 400px;
  padding: 48px 32px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blocks-container-bottom-item-top-text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
}
.blocks-container-bottom-item-top-text a {
  color: #139859;
}
.blocks-container-bottom-item-top-text p {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
}
.blocks-container-bottom-item-more a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #139859;
}
.blocks-container-bottom-item-more a:hover {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #107F4B;
}
.blocks-container-bottom-item-more a:active {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(16, 127, 75, 0.5);
}

.numbers {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #E0E4E6;
  margin-bottom: 80px;
}
.numbers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.numbers-container-item-text {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #7D8999;
}
.numbers-container-item-text a {
  color: #139859;
}
.numbers-container-item-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #7D8999;
}

.map {
  position: relative;
  padding-bottom: 80px;
}
.map-title {
  max-width: 954px;
  position: absolute;
  top: 0;
  left: 207px;
  z-index: 11;
}
.map-container svg {
  z-index: 10;
}
.map-container svg path.map-block:hover {
  stroke: red;
  cursor: pointer;
}
.map-container-dots {
  position: relative;
}
.map-container-dots-item {
  z-index: -8;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  position: absolute;
}
.map-container-dots-item:nth-child(1) {
  left: 292px;
  top: 585px;
}
.map-container-dots-item:nth-child(2) {
  left: 270px;
  top: 322px;
}
.map-container-dots-item:nth-child(3) {
  left: 194px;
  top: 326px;
}
.map-container-dots-item:nth-child(4) {
  left: 236px;
  top: 356px;
}
.map-container-dots-item:nth-child(5) {
  left: 158px;
  top: 400px;
}
.map-container-dots-item:nth-child(6) {
  left: 106px;
  top: 413px;
}
.map-container-dots-item:nth-child(7) {
  left: 102px;
  top: 442px;
}
.map-container-dots-item:nth-child(8) {
  left: 512px;
  top: 581px;
}
.map-container-dots-item:nth-child(9) {
  left: 964px;
  top: 658px;
}
.map-container-dots-item:nth-child(10) {
  left: 364px;
  top: 311px;
}
.map-container-dots-item:nth-child(11) {
  left: 1568px;
  top: 414px;
}
.map-container-dots-item:nth-child(12) {
  left: 568px;
  top: 322px;
}
.map-container-dots-item:nth-child(13) {
  left: 1378px;
  top: 376px;
}
.map-container-dots-item:nth-child(13) {
  left: 1378px;
  top: 376px;
}
.map-container-dots-item:nth-child(14) {
  left: 1468px;
  top: 632px;
}
.map-container-dots-item:nth-child(15) {
  left: 1041px;
  top: 743px;
}
.map-container-dots-item:nth-child(16) {
  left: 817px;
  top: 674px;
}
.map-container-dots-item:nth-child(17) {
  left: 754px;
  top: 747px;
}
.map-container-dots-item:nth-child(18) {
  left: 665px;
  top: 747px;
}
.map-container-dots-item:nth-child(19) {
  left: 665px;
  top: 607px;
}
.map-container-dots-item:nth-child(20) {
  left: 568px;
  top: 607px;
}
.map-container-dots-item:nth-child(21) {
  left: 61px;
  top: 211px;
}
.map-container-dots-item:nth-child(22) {
  left: 200px;
  top: 245px;
}
.map-container-dots-item:nth-child(23) {
  left: 142px;
  top: 364px;
}
.map-container-dots-item:nth-child(24) {
  left: 245px;
  top: 424px;
}
.map-container-dots-item:nth-child(25) {
  left: 267px;
  top: 460px;
}
.map-container-dots-item:nth-child(26) {
  left: 252px;
  top: 491px;
}
.map-container-dots-item:nth-child(27) {
  left: 342px;
  top: 484px;
}
.map-container-dots-item .block {
  z-index: 10;
  position: relative;
}
.map-container-dots-item .block-container {
  width: 244px;
  height: auto;
  border-radius: 6px;
  background-color: white;
  padding: 16px 20px;
  position: absolute;
  left: -117px;
  bottom: 2px;
  -webkit-box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.1), 0px 25px 48px -20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.1), 0px 25px 48px -20px rgba(0, 0, 0, 0.1);
}
.map-container-dots-item .block-container-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.map-container-dots-item .block-container h6 {
  margin-top: 20px;
  text-align: center;
}
.map-container-dots-item .block-container P {
  margin-top: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #1F2226;
}
.map-container-dots-item .block-container span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #7D8999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map-container-dots-item .block-container .ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.map-container-dots-item .block-container .ar a {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #139859;
  margin-top: 20px;
  position: relative;
}
.map-container-dots-item .block-container .ar a::after {
  position: absolute;
  bottom: -24px;
  left: 67px;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

.n-list-left .gl-title {
  text-underline-offset: 5px;
}

.n-list-left-item-title {
  text-underline-offset: 5px;
}

.news {
  margin-top: 120px;
}
.news-items {
  height: 538px;
  margin-top: 64px;
  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;
}
.news-items-item {
  width: 392px;
  overflow: hidden;
}
.news-items-item img {
  height: 260px;
}
.news-items-item-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #139859;
  margin-top: 24px;
}
.news-items-item-title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #1F2226;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(31, 34, 38, 0.1);
          text-decoration-color: rgba(31, 34, 38, 0.1);
  text-underline-offset: 5px;
}
.news-items-item-title:hover {
  text-decoration: none;
}
.news-items-item-text {
  margin-top: 12px;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.news-items-item-text a {
  color: #139859;
}
.news-items-item-text p {
  margin-top: 12px;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.news-items-more {
  width: 392px;
  background-color: #E5E9EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.news-items-more-text {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
}
.news-items-more-text a {
  color: #139859;
}
.news-items-more-text p {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
}

.as {
  margin-top: 40px;
  background-color: #139859;
  width: 100%;
  padding: 56px 0;
  padding-left: 74px;
  position: relative;
  overflow: hidden;
}
.as-title {
  max-width: 683px;
  color: white;
}
.as-title span {
  opacity: 0.4;
}
.as-text {
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  max-width: 624px;
}
.as-text a {
  color: #139859;
}
.as-text p {
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  max-width: 624px;
}
.as img {
  position: absolute;
  left: 693px;
  top: -11px;
}
.as .blocks-container-top-item-speed {
  position: absolute;
  top: 156px;
  left: 974px;
}

.filt {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filt-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 566px;
}
.filt-left-cat {
  width: 209px;
}
.filt-left-sfe {
  width: 242px;
}
.filt-right {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nice-select {
  padding: 14px 16px;
  border: 1px solid black;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
  background-color: #f4f4f4;
}
.nice-select:hover {
  cursor: pointer;
  border: 1px solid black;
}

.nice-select .list {
  margin-top: 5px;
  width: 100%;
  border: 1px solid black;
}

.nice-select:after {
  content: "↓";
  border-bottom: none;
  border-right: none;
  display: block;
  height: 20px;
  width: 16px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

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

.nice-select .option {
  padding: 10px 16px;
}
.nice-select .option:hover {
  background-color: #F4F4F4;
}
.nice-select .option::before {
  display: none;
}

.nice-select .option.selected {
  font-weight: normal;
  background-color: #F4F4F4;
}

.prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prod-item {
  margin-top: 64px;
  width: 392px;
  height: 466px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prod-item-name {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.prod-item-container {
  padding: 48px 32px;
  background-color: white;
  height: 400px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prod-item-container-top-text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
}
.prod-item-container-top-text a {
  color: #139859;
}
.prod-item-container-top-text p {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
}
.prod-item-container-more a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #139859;
}
.prod-item-container-more a:hover {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #107F4B;
}
.prod-item-container-more a:active {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(16, 127, 75, 0.5);
}

.kom {
  margin-top: 80px;
  margin-bottom: 80px;
}
.kom .blocks-container-top-green {
  width: 100%;
}
.kom .blocks-container-top-green-title {
  max-width: 710px;
}
.kom .blocks-container-top-green-text {
  max-width: 645px;
}
.kom img {
  position: absolute;
  left: 708px;
  top: 0px;
}

.projects {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 98px;
}
.projects-container {
  width: 816px;
}
.projects-container-item {
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
}
.projects-container-item:not(:first-child):after {
  content: "";
  position: absolute;
  width: 494px;
  height: 1px;
  border-top: 1px solid #E0E4E6;
}
.projects-container-item-left {
  max-width: 494px;
  padding-top: 32px;
}
.projects-container-item-left-date {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #139859;
}
.projects-container-item-left-title {
  margin-top: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
  -webkit-text-decoration: underline rgba(31, 34, 38, 0.1);
          text-decoration: underline rgba(31, 34, 38, 0.1);
}
.projects-container-item-left-text {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.projects-container-item-left-text a {
  color: #139859;
}
.projects-container-item-left-text p {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.projects-container-item-img {
  padding-top: 32px;
  max-width: 286px;
}
.projects-set {
  margin-top: 32px;
}
.projects-set-sfe h6 {
  margin-bottom: 24px;
}
.projects-set-sfe-check {
  margin-bottom: 18px;
}
.projects-set-reg {
  margin-top: 64px;
}
.projects-set-reg h6 {
  margin-bottom: 24px;
}
.projects-set-reg-check {
  margin-bottom: 18px;
}

.container {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.container-swiper {
  max-width: 604px;
}
.container-swiper .gallery-top {
  width: 604px;
  height: 604px;
  overflow: hidden !important;
}
.container-swiper .gallery-top .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.container-swiper .gallery-thumbs {
  margin-top: 48px;
  width: 604px;
  height: 110px;
  overflow: hidden !important;
}
.container-swiper .gallery-thumbs .swiper-slide {
  width: 180px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.container-swiper .swiper-slide-thumb-active {
  border: 2px solid #139859;
  opacity: 0.6;
}
.container-right {
  margin-left: 32px;
}
.container-right h1 {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 124%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.container-right button {
  margin-top: 32px;
}
.container-right-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #1F2226;
}
.container-right-text a {
  color: #139859;
}
.container-right-text p {
  margin-top: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #1F2226;
}
.container-right ul {
  margin-top: 48px;
}
.container-right ul li:not(:first-child) {
  margin-top: 32px;
}
.container-right-for {
  margin-top: 48px;
}
.container-right-for-text {
  margin-top: 24px;
  background-color: #E5E9EB;
  padding: 24px 12px 24px 72px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #1F2226;
  position: relative;
}
.container-right-for-text svg {
  position: absolute;
  top: 24px;
  left: 12px;
}
.container-right-for-text a {
  color: #139859;
}
.container-right-for-text p {
  margin-top: 24px;
  background-color: #E5E9EB;
  padding: 24px 12px 24px 72px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #1F2226;
  position: relative;
}
.container-right-for-text p svg {
  position: absolute;
  top: 24px;
  left: 12px;
}

.dr {
  margin-top: 120px;
}
.dr-items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
.dr-items-item {
  padding: 0 32px;
  padding-top: 48px;
  min-height: 400px;
  background-color: white;
  max-width: 392px;
  margin-top: 32px;
  margin-left: 32px;
}
.dr-items-item:nth-child(3n+1) {
  margin-left: 0px;
}
.dr-items-item:nth-child(1) {
  margin-left: 0px;
}
.dr-items-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
  margin-top: 16px;
}
.dr-items-item-text a {
  color: #139859;
}
.dr-items-item-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
  margin-top: 16px;
}

.tab {
  margin-top: 80px;
}
.tab h4 {
  max-width: 954px;
}
.tab table {
  width: 100%;
  margin-top: 32px;
}
.tab table tr {
  width: 100%;
}
.tab table tr:nth-child(1) {
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}
.tab table tr th {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
  text-align: left;
}
.tab table tr th:not(:first-child) {
  padding-left: 32px;
}
.tab table tr th:nth-child(1) {
  padding: 32px 0;
  width: 321px;
}
.tab table tr th:nth-child(2) {
  width: 280px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
}
.tab table tr th:nth-child(3) {
  width: 280px;
}
.tab table tr th:nth-child(4) {
  width: 280px;
}
.tab table tr td {
  padding: 32px 0;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
}
.tab table tr td:not(:first-child) {
  padding-left: 32px;
}
.tab table tr td:nth-child(1) {
  width: 392px;
}
.tab table tr td:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
  width: 280px;
}
.tab table tr td:nth-child(3) {
  width: 280px;
}
.tab table tr td:nth-child(4) {
  width: 280px;
}

.part-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
  margin-top: 48px;
  max-width: 922px;
}
.part-text a {
  color: #139859;
}
.part-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
  margin-top: 48px;
}
.part-container {
  margin-top: 80px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 413px;
  border: 1px solid #E0E4E5;
  border-collapse: collapse;
}
.part-container-left {
  width: 392px;
  padding-top: 32px;
  padding-left: 40px;
}
.part-container-left h6 {
  max-width: 275px;
}
.part-container-right {
  width: 846px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.part-container-right-item {
  height: 137px;
  width: 282px;
  border: 1px solid #E0E4E5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  color: #139859;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.part-container-right-item:hover {
  color: rgba(16, 127, 75, 0.64);
}
.part-container-right-item:active {
  color: rgba(16, 127, 75, 0.5);
}

.your {
  margin-top: 100px;
  margin-bottom: 100px;
}
.your-title {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.your-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
  max-width: 922px;
}
.your-text a {
  color: #139859;
}
.your-text p {
  margin-top: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}

.proj {
  margin-top: 24px;
}
.proj-date {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #139859;
  margin-top: 24px;
  margin-bottom: 48px;
}
.proj-swiper .gallery-top1 {
  width: 100%;
  height: 604px;
  overflow: hidden !important;
}
.proj-swiper .gallery-top1 .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.proj-swiper .gallery-thumbs1 {
  margin-top: 48px;
  width: 100%;
  height: 110px;
  overflow: hidden !important;
}
.proj-swiper .gallery-thumbs1 .swiper-slide {
  width: 180px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.proj-swiper .swiper-slide-thumb-active {
  border: 2px solid #139859;
  opacity: 0.6;
}
.proj-container {
  width: 922px;
}
.proj-container p {
  margin-top: 64px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}
.proj-container p a {
  color: #139859;
}
.proj-container a {
  color: #139859;
}
.proj-container h6 {
  margin-top: 64px;
}
.proj-container h5 {
  margin-top: 64px;
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.proj-container h4 {
  margin-top: 64px;
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.proj-container h3 {
  margin-top: 64px;
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.proj-container h2 {
  margin-top: 64px;
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.proj-container h1 {
  margin-top: 64px;
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.proj-container ul {
  margin-top: 32px;
}
.proj-container ul li:not(:first-child) {
  margin-top: 24px;
}
.proj-container-back {
  margin-top: 64px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #139859;
  position: relative;
  padding-left: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.proj-container-back::before {
  content: "← ";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #139859;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.proj-container-back:hover::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: -10px;
}

.about {
  margin-top: 48px;
  margin-bottom: 20px;
}
.about p {
  max-width: 922px !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 156% !important;
  color: #1F2226 !important;
}
.about p a {
  color: #139859;
}
.about p p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}

.que-part {
  background-color: #343D45;
  padding: 72px 359px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.que-part h4 {
  color: white;
  width: 100%;
  text-align: center;
}
.que-part-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 24px;
  max-width: 364px;
}
.que-part button {
  margin-top: 48px;
}

.new h1 {
  margin-top: 24px !important;
  font-family: russoone;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 64px !important;
  line-height: 110% !important;
  letter-spacing: 0.02em !important;
  color: #1F2226 !important;
}
.new-date {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #139859;
  margin-top: 24px;
}
.new-img {
  margin-top: 48px;
  width: 100%;
}
.new-img img {
  width: 100%;
}
.new-container {
  max-width: 922px;
  margin-top: 64px;
}
.new-container p {
  margin-top: 32px !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 156% !important;
  color: #1F2226 !important;
}
.new-container p a {
  color: #139859;
}
.new-container p p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}
.new-container h2 {
  margin-top: 64px !important;
  font-family: russoone;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 40px !important;
  line-height: 110% !important;
  letter-spacing: 0.02em !important;
  color: #1F2226 !important;
}

.er {
  max-width: 522px;
  text-align: center;
  margin-top: 148px;
}
.er-title {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 160px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #139859;
}
.er-text {
  margin-top: 32px;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  text-align: center;
  color: #1F2226;
}
.er-back {
  margin-top: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #139859;
  position: relative;
  padding-left: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.er-back::before {
  content: "← ";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #139859;
  position: absolute;
  left: 130px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.er-back:hover::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 120px;
}

.filt2 {
  margin-top: 32px;
}
.filt2-container {
  width: 644px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.filt2-container-sort {
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  color: #7D8999;
}
.filt2-container-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  color: #1F2226;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}
.filt2-container-item:hover {
  border-color: rgba(31, 34, 38, 0.2);
}
.filt2-container-item:active {
  color: rgba(31, 34, 38, 0.5);
}

.n-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.n-list-left {
  width: 816px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-list-left-not {
  width: 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;
  margin-top: 64px;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
  height: 200px;
}
.n-list-left-item {
  width: 392px;
  margin-top: 56px;
  margin-right: 32px;
}
.n-list-left-item:nth-child(1n+2) {
  margin-right: 0px;
}
.n-list-left-item-date {
  margin-top: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #139859;
}
.n-list-left-item-title {
  margin-top: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(31, 34, 38, 0.1);
          text-decoration-color: rgba(31, 34, 38, 0.1);
}
.n-list-left-item-title:hover {
  text-decoration: none;
}
.n-list-left-item-text {
  margin-top: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.n-list-left .gl {
  margin-top: 56px;
  background-color: white;
  padding: 32px 19px;
  width: 100%;
  margin-right: 0px;
}
.n-list-left .gl-date {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #139859;
}
.n-list-left .gl-title {
  margin-top: 24px;
  max-width: 787px;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 124%;
  color: #1F2226;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(31, 34, 38, 0.1);
          text-decoration-color: rgba(31, 34, 38, 0.1);
}
.n-list-left .gl-img {
  margin-top: 32px;
}
.n-list-left .gl-img img {
  width: 100%;
  height: auto;
}
.n-list-right {
  margin-top: 56px;
  width: 344px;
}
.n-list-right-ras {
  background-color: white;
  padding: 0 24px;
  padding-top: 32px;
  padding-bottom: 40px;
}
.n-list-right-ras-title {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.n-list-right-ras input {
  padding: 14px 16px;
  width: 100%;
  border: 1px solid black;
  border-radius: 1px;
  margin-top: 24px;
}
.n-list-right-ras input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.n-list-right-ras input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.n-list-right-ras input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.n-list-right-ras input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.n-list-right-ras input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.n-list-right-ras input:hover {
  border-color: rgba(0, 0, 0, 0.64);
}
.n-list-right-ras input:active {
  border-color: rgba(0, 0, 0, 0.64);
}
.n-list-right-ras label {
  margin-top: 24px;
  margin-bottom: 24px;
}
.n-list-right-ras label span {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 132%;
  color: #1F2226;
}
.n-list-right-ras label span a {
  text-decoration: underline;
}
.n-list-right-ras button {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #FFFFFF;
}
.n-list-right-stat {
  margin-top: 64px;
}
.n-list-right-stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.n-list-right-stat-item:not(:first-child) {
  margin-top: 52px;
}
.n-list-right-stat-item-svg {
  height: 64px;
  width: 64px;
  background-color: #FFFFFF;
  border-radius: 8px;
  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;
}
.n-list-right-stat-item-text {
  margin-left: 24px;
  width: 214px;
}
.n-list-right-stat-item-text-title {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  color: #1F2226;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(31, 34, 38, 0.1);
          text-decoration-color: rgba(31, 34, 38, 0.1);
}
.n-list-right-stat-item-text-st {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #7D8999;
}

.contact {
  margin-bottom: 80px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contact-left {
  width: 451px;
}
.contact-left-number p {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 124%;
  color: #1F2226;
}
.contact-left-number a {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 124%;
  color: #1F2226;
}
.contact-left-number span {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
  margin-top: 8px;
}
.contact-left-email {
  margin-top: 48px;
}
.contact-left-email span {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.contact-left-email p {
  margin-top: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
}
.contact-left-email a {
  margin-top: 8px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
}
.contact-left-loc {
  margin-top: 48px;
}
.contact-left-loc span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.contact-left-loc p {
  margin-top: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
}
.contact-left-mail {
  margin-top: 48px;
}
.contact-left-mail span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.contact-left-mail p {
  margin-top: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
}
.contact-left h6 {
  margin-top: 64px;
}
.contact-left-name {
  margin-top: 40px;
}
.contact-left-name span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.contact-left-name p {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}
.contact-left-id {
  margin-top: 32px;
}
.contact-left-id p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}
.contact-map {
  margin-left: 32px;
  overflow: hidden;
  width: 710px;
  height: 712px;
}
.contact-map .ymap1 {
  width: 710px;
  height: 712px;
}

.type {
  margin-top: 48px;
}
.type p {
  margin-top: 32px;
  max-width: 922px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}
.type p a {
  color: #139859;
}
.type .wp-caption {
  margin-top: 64px;
  margin-bottom: 32px;
}
.type .wp-caption img {
  width: 100%;
  height: auto;
}
.type .wp-caption p {
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #7D8999;
}
.type ul {
  margin-top: 32px;
  max-width: 922px;
}
.type ul li:not(:first-child) {
  margin-top: 24px;
}
.type h6 {
  margin-top: 64px;
}
.type h5 {
  margin-top: 64px;
}
.type h4 {
  margin-top: 64px;
}
.type h3 {
  margin-top: 64px;
}
.type h2 {
  margin-top: 64px;
}
.type h1 {
  margin-top: 64px;
}
.type table {
  max-width: 922px;
  margin-top: 64px;
}
.type table tr:first-child {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}
.type table tr {
  max-width: 922px;
}
.type table tr th {
  width: 165px;
  padding: 24px 0;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}
.type table tr td {
  width: 165px;
  padding-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}
.type ol {
  margin-top: 32px;
  list-style: none;
  counter-reset: section 0;
}
.type ol li {
  padding-left: 40px;
  position: relative;
}
.type ol li::before {
  counter-increment: section;
  position: absolute;
  top: -4px;
  left: 10px;
  content: counter(section) ".";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #7D8999;
}
.type ol li:not(:first-child) {
  margin-top: 24px;
}

.down {
  margin-top: 64px;
  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;
}
.down-left {
  width: 100%;
}
.down-left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 32px;
}
.down-left-item:not(:first-child) {
  padding-top: 32px;
  border-top: 1px solid #E0E4E6;
}
.down-left-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.down-left-item-left-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #1F2226;
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}
.down-left-item-left-text span {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #7D8999;
}
.down-left-item-left svg {
  margin-right: 49px;
}
.down-left-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  text-align: right;
  color: #139859;
}
.down-right {
  margin-left: 80px;
  margin-right: 91px;
}
.down-right-set {
  width: 253px;
}
.down-right-set-prod h6 {
  margin-bottom: 24px;
}
.down-right-set-prod-check {
  margin-bottom: 18px;
}
.down-right-set-cat {
  margin-top: 64px;
}
.down-right-set-cat h6 {
  margin-bottom: 24px;
}
.down-right-set-cat-check {
  margin-bottom: 18px;
}
.down-right-set-form {
  margin-top: 64px;
}
.down-right-set-form h6 {
  margin-bottom: 24px;
}
.down-right-set-form-check {
  margin-bottom: 18px;
}

.popup-form {
  background-color: white !important;
  padding: 64px 72px !important;
  border: none !important;
  border-radius: 0 !important;
  width: 604px !important;
  position: relative;
}
.popup-form-title {
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.popup-form-title-2 {
  text-align: center;
  font-family: russoone;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}
.popup-form .form {
  margin-top: 16px;
}
.popup-form textarea {
  padding: 14px 16px;
  width: 100%;
  border: 1px solid black;
  border-radius: 1px;
  margin-top: 24px;
  resize: none;
  height: 128px;
}
.popup-form textarea::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form textarea::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form textarea::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form textarea:hover {
  border-color: rgba(0, 0, 0, 0.64);
}
.popup-form textarea:active {
  border-color: rgba(0, 0, 0, 0.64);
}
.popup-form input {
  padding: 14px 16px;
  width: 100%;
  border: 1px solid black;
  margin-top: 24px;
}
.popup-form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  color: rgba(125, 137, 153, 0.64);
}
.popup-form input:hover {
  border-color: rgba(0, 0, 0, 0.64);
}
.popup-form input:active {
  border-color: rgba(0, 0, 0, 0.64);
}
.popup-form label {
  margin-top: 24px;
}
.popup-form label span {
  max-width: 426px;
}
.popup-form label span a {
  text-decoration: underline;
}
.popup-form button {
  margin-top: 32px;
}
.popup-form-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}
.popup-form-text {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-form-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #7D8999;
  max-width: 224px;
}
.popup-form .btn-2 {
  margin-top: 114px;
}

.modal__close {
  position: absolute;
  top: 74px;
  right: 74px;
}

.news-items-more-text {
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}

.news-items-more-text:hover {
  border: none;
}

.n-list-right-ras input {
  padding: 11px 16px;
}

.n-list-right-stat-item:not(:first-child) {
  margin-top: 43px;
}

.n-list-right-stat-item-text-title {
  text-underline-offset: 5px;
}

.icon__file_white {
  display: none;
}

.icon__cam_w {
  display: none;
}

body.dark {
  background-color: #222222;
}
body.dark .new h1 {
  color: white !important;
}
body.dark .new-container p {
  color: white !important;
}
body.dark .contact-left-number a {
  color: white !important;
}
body.dark .contact-left-email a {
  color: white !important;
}
body.dark .header-container-menu .icon__menu__close svg path {
  stroke: white;
  fill: white;
}
body.dark .menu {
  background-color: #222222;
}
body.dark div {
  color: white;
}
body.dark .header-container-phone span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .header-container-middle-item {
  color: white;
}
body.dark .header-container-middle-theme {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .header-container-phone {
  color: white;
}
body.dark .first-line svg path {
  stroke: #292929;
}
body.dark .first-line-cams-cam {
  background: #292929;
  -webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.02), inset 0px 1.5px 2px rgba(255, 255, 255, 0.02);
          box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.02), inset 0px 1.5px 2px rgba(255, 255, 255, 0.02);
}
body.dark h1 {
  color: white;
}
body.dark h2 {
  color: white;
}
body.dark h3 {
  color: #139859;
}
body.dark h4 {
  color: white;
}
body.dark h5 {
  color: white;
}
body.dark h6 {
  color: white;
}
body.dark .first-container-left-text {
  color: white;
}
body.dark .search-container {
  background-color: #1A1A1A;
}
body.dark .search-container label {
  background-color: #1A1A1A;
}
body.dark .search-container input {
  background-color: #1A1A1A;
}
body.dark .search-container label input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark .search-container label input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark .search-container label input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark .search-container label input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark .search-container label input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
body.dark .blocks {
  background-color: #000000;
}
body.dark .blocks-container-bottom-item-top-text {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .blocks-container-bottom-item {
  background-color: #222222;
}
body.dark .blocks-container-top-item-text {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .blocks-container-top-item {
  background-color: #222222;
}
body.dark .numbers-container-item-text {
  color: white;
}
body.dark .numbers {
  border-color: rgba(224, 228, 230, 0.1);
}
body.dark .que {
  background-color: #000000;
}
body.dark .news-items-item-title {
  color: white;
}
body.dark .news-items-more {
  background-color: #000000;
}
body.dark .footer {
  background-color: #000000;
}
body.dark .footer-container-top-left-item {
  color: white;
}
body.dark .footer-container-top-phone {
  color: white;
}
body.dark .footer-container-top-phone span {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .footer-container-bottom-left-c {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark .footer-container-bottom-left-pol {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark .footer-container-bottom-make {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark .way-back a {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark .way-back svg path {
  stroke: rgba(255, 255, 255, 0.2);
}
body.dark .nice-select {
  border-color: white;
  background-color: transparent;
}
body.dark .nice-select.open .list {
  background-color: #222222;
  color: white;
}
body.dark .nice-select .option:hover, body.dark .nice-select .option.focus, body.dark .nice-select .option.selected.focus {
  background-color: #292929;
  color: white;
}
body.dark ul li {
  color: white;
}
body.dark .button-small-grey {
  background-color: #353535;
  border: 1px solid #474747;
  color: white;
}
body.dark .button-small-grey:hover {
  color: rgba(255, 255, 255, 0.8);
}
body.dark .button-small-grey:active {
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.8;
}
body.dark .prod-item-container {
  background-color: #292929;
}
body.dark .projects-container-item:not(:first-child):after {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark label span {
  color: white;
}
body.dark .part-container-left h6 {
  color: #1F2226;
}
body.dark .part-container-right-item {
  color: #139859;
}
body.dark p {
  color: white;
}
body.dark .proj-container-back {
  color: #139859;
}
body.dark .news-items-item-date {
  color: #139859;
}
body.dark .er-back {
  color: #139859;
}
body.dark .n-list-left .gl {
  background-color: #292929;
}
body.dark .n-list-left .gl-title {
  color: white;
}
body.dark .filt2-container-sort {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .n-list-right-ras {
  background-color: #292929;
}
body.dark .n-list-right-ras input {
  background-color: transparent;
  border-color: white;
}
body.dark .n-list-right-ras label span a {
  color: white;
}
body.dark .n-list-left-item-date {
  color: #139859;
}
body.dark td {
  color: white !important;
}
body.dark th {
  color: white !important;
}
body.dark .type table tr:first-child {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark .popup-form {
  background-color: black !important;
}
body.dark .popup-form input {
  background-color: black;
  border-color: white;
}
body.dark .popup-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form textarea {
  background-color: black;
  border-color: white;
}
body.dark .popup-form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .popup-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.dark .modal__close svg path {
  stroke: #333333;
}
body.dark label span a {
  color: white;
}
body.dark .header-container-middle-item {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark .header-container-middle-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark .header-container-middle-item:active {
  opacity: 0.8;
}
body.dark .footer-container-top-left-item {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark .footer-container-top-left-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark .footer-container-top-left-item:active {
  opacity: 0.7;
}
body.dark .search-container label:active {
  background-color: white;
}
body.dark .search-container label:focus {
  background-color: white;
}
body.dark .search-container label input:active {
  background-color: white;
}
body.dark .search-container label input:focus {
  background-color: white;
}
body.dark .news-items-more-text {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark .header-container-phone a {
  color: white;
}
body.dark .footer-container-top-phone a {
  color: white;
}
body.dark .about p {
  color: white !important;
}
body.dark .map-container-dots-item .block-container h6 {
  color: #1F2226 !important;
}
body.dark .icon__file {
  display: none;
}
body.dark .icon__file_white {
  display: block;
}
body.dark .new-container h2 {
  color: white !important;
}
body.dark .container-right-for-text {
  background-color: #292929;
}
body.dark .icon__cam {
  display: none;
}
body.dark .icon__cam_w {
  display: block;
}
body.dark .dr-items-item {
  background-color: #292929;
}
body.dark label div {
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark label:hover div {
  border-color: rgba(255, 255, 255, 0.4);
}
body.dark .more-down {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark .more-news {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark .more {
  border-color: rgba(255, 255, 255, 0.1);
}

.n-list-right-ras button {
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  width: 100%;
}

@media screen and (max-width: 1815px) {
  .wrapper-header {
    max-width: 1590px;
  }
}
@media screen and (max-width: 1615px) {
  .wrapper-map {
    max-width: 1240px;
  }
  .header-container-phone a {
    font-size: 19px;
  }
  .footer-container-top-phone a {
    font-size: 19px;
  }
  .map-container {
    -webkit-transform: scale(0.7) translateX(-234px);
            transform: scale(0.7) translateX(-234px);
  }
  .wrapper-header {
    max-width: 1290px;
  }
  .header-container-middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-container-middle-item {
    margin-top: 20px;
  }
  .header-container-middle-item:not(:first-child) {
    margin-left: 50px;
  }
  .header-container-middle-theme {
    margin-left: 50px;
    margin-top: 20px;
  }
  .moon span {
    display: none;
  }
  .sun span {
    display: none;
  }
  .header-container-middle-item:not(:first-child) {
    margin-left: 20px;
  }
  .header-container-middle-item {
    font-size: 16px;
  }
  .header-container-middle-theme {
    width: auto;
  }
  .header-container-middle-theme {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1340px) {
  .wrapper {
    max-width: 1000px;
  }
  h1 {
    font-size: 72px;
  }
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 40px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 18px;
  }
  .header-container-middle-item {
    font-size: 16px;
  }
  .header-container-middle-theme {
    font-size: 16px;
  }
  .blocks-container-top-item {
    margin-left: 20px;
  }
  .first-container-title {
    margin-right: 30px;
  }
  .kom img {
    width: 292px;
    top: 63px;
  }
  .blocks-container-top-green.spec .blocks-container-top-green-img img {
    width: 214px;
  }
  .blocks-container-bottom-item-more {
    margin-top: 65px;
  }
  .blocks-container-bottom-item {
    width: 320px;
  }
  .que {
    padding: 71px 260px;
  }
  .news-items-item {
    width: 320px;
  }
  .news-items-item img {
    height: 215px;
  }
  .news-items-more {
    width: 320px;
  }
  .as .blocks-container-top-item-speed {
    position: absolute;
    top: 156px;
    left: 858px;
  }
  .as img {
    position: absolute;
    left: 576px;
    top: -11px;
  }
  .prod-item {
    width: 320px;
  }
  .projects {
    padding-right: 0;
  }
  .projects-container {
    width: 680px;
  }
  .container-swiper .gallery-top {
    width: 480px;
    height: 480px;
  }
  .container-swiper .gallery-thumbs {
    width: 480px;
  }
  .container-swiper .gallery-thumbs .swiper-slide {
    width: 150px !important;
  }
  .dr-items-item {
    width: 312px;
  }
  .part-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .part-container-left {
    width: 100%;
    height: 100px;
  }
  .part-container-right {
    width: 100%;
  }
  .part-container-right-item {
    width: 332px;
  }
  .er-back::before {
    left: 375px;
  }
  .er-back:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 365px;
  }
  .n-list-left {
    width: 630px;
  }
  .n-list-left-item {
    width: 100%;
  }
  .n-list-left-item-img img {
    width: 400px;
  }
  .part-container-left h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1340px) {
  .part-container-left {
    width: 100%;
    height: 200px;
  }
  .mob {
    display: block;
  }
  .des {
    display: none;
  }
  .header-container-phone {
    width: 170px;
  }
  .header-container-phone a {
    font-size: 17px;
  }
  .header-container-phone span {
    font-size: 15px;
  }
  .header-container-middle {
    width: 800px;
  }
}
@media screen and (max-width: 1315px) {
  .map-container {
    -webkit-transform: scale(0.6) translateX(-318px);
            transform: scale(0.6) translateX(-318px);
  }
}
@media screen and (max-width: 1315px) {
  .wrapper-header {
    max-width: 1024px;
  }
  .header-container-middle {
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 767px;
  }
  .header-container-menu {
    display: block;
  }
  .map {
    display: none;
  }
  .header-container-middle {
    display: none;
  }
  .header-container-phone {
    display: none;
  }
  .wrapper-header {
    max-width: 1024px;
    padding: 20px 18px;
  }
  .first-line {
    display: none;
  }
  .first-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first-container button {
    margin-top: 64px;
  }
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .first-container-title {
    margin-top: 40px;
  }
  .first-container-left-text {
    margin-top: 24px;
    max-width: 600px;
  }
  .blocks-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blocks-container-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 100000px;
  }
  .blocks-container-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blocks-container-top-green.spec .blocks-container-top-green-img img {
    width: 326px;
  }
  .blocks-container-top-item {
    margin-left: 0px;
    width: 100%;
    height: 500px;
  }
  .blocks-container-top-item img {
    position: absolute;
    left: 280.62px;
    top: 120.63px;
    -webkit-transform: rotate(0.88deg);
    transform: rotate(0.88deg);
  }
  .blocks-container-top-item-speed {
    position: absolute;
    top: 287px;
    left: 561px;
  }
  .blocks-container-bottom-item {
    width: 45%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .blocks-container-top {
    width: 100%;
  }
  .blocks-container-bottom {
    margin-top: 0px;
  }
  .blocks-container-bottom-item {
    margin-top: 32px;
  }
  .blocks-container-top-item {
    margin-top: 32px;
  }
  .que {
    padding: 71px 159px;
  }
  .news-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .news-items-more {
    margin-top: 32px;
    width: 100%;
    height: 200px;
  }
  .news-items-item {
    width: 45%;
  }
  .footer-container-top {
    display: none;
  }
  .kom .blocks-container-top-green-text {
    max-width: 345px;
  }
  .kom img {
    width: 275px;
    left: 492px;
  }
  .filt-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filt-left-cat {
    width: 51%;
    margin-top: 20px;
  }
  .filt-left-sfe {
    width: 51%;
    margin-top: 20px;
  }
  .filt-left-text {
    width: 51%;
  }
  .filt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prod-item {
    width: 45%;
  }
  .projects-container-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-swiper .gallery-top {
    width: 680px;
    height: 680px;
  }
  .container-right {
    margin-top: 32px;
  }
  .container-swiper .gallery-thumbs {
    width: 680px;
  }
  .dr-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dr-items-item {
    margin: 0;
    width: 48%;
    margin-top: 32px;
  }
  .part-container-right-item {
    width: 255px;
  }
  .proj-container {
    width: 100%;
  }
  .que-part {
    padding: 72px 159px;
  }
  .new h1 {
    font-size: 48px !important;
  }
  .er-back::before {
    left: 260px;
  }
  .er-back:hover::before {
    left: 250px;
  }
  .n-list-right {
    display: none;
  }
  .n-list-show {
    display: block;
    width: 100%;
  }
  .n-list-show form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .n-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .n-list-right-ras label {
    width: 100%;
  }
  .n-list-right-ras label span {
    max-width: 400px;
  }
  .n-list-right-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
  .n-list-right-stat-item {
    margin-top: 56px !important;
    width: 47%;
  }
  .n-list-left {
    width: 100%;
  }
  .n-list-left-item {
    width: 45%;
  }
  .numbers-container-item {
    width: 23%;
  }
  .down-left-item-left .icon__file {
    margin-right: 0px;
  }
  .down-right {
    display: none;
  }
  .down {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .left2 {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 32px;
  }
  .down-right-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .down-right-set-cat {
    margin-top: 0px;
  }
  .down-right-set-form {
    margin-top: 0px;
  }
}
.projects-container-item-left-title {
  text-underline-offset: 5px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 525px;
  }
  .search-container label input {
    padding: 27px 132px;
    padding-left: 81px;
  }
  .blocks-container-top-green-img {
    display: none;
  }
  .blocks-container-top-green {
    padding-left: 24px;
    padding-right: 24px;
  }
  .blocks-container-top-green-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blocks-container-top-item img {
    left: 58.62px;
    top: 134.63px;
  }
  .blocks-container-top-item-speed {
    top: 301px;
    left: 339px;
  }
  .blocks-container-bottom-item {
    width: 47%;
  }
  .que {
    padding: 71px 60px;
  }
  .news-items-item {
    width: 100%;
  }
  .news-items-item:not(:first-child) {
    margin-top: 32px;
  }
  .as {
    padding: 48px 24px;
  }
  .as img {
    display: none;
  }
  .filt-left-cat {
    width: 80%;
  }
  .filt-left-sfe {
    width: 80%;
  }
  .prod-item-container-top-text {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 200px;
  }
  .prod-item {
    width: 47%;
  }
  .kom img {
    display: none;
  }
  .footer-container-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-container-bottom-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-container-bottom-left-pol {
    margin-top: 12px;
  }
  .footer-container-bottom-make {
    margin-top: 12px;
  }
  .projects-set {
    display: none;
  }
  .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .projects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .projects-set-reg {
    margin-top: 0px;
  }
  .container-swiper .gallery-top {
    width: 525px;
    height: 525px;
  }
  .container-swiper .gallery-thumbs {
    width: 525px;
  }
  .container-right {
    margin-left: 0px;
  }
  .dr-items-item {
    width: 100%;
  }
  .tab table tr td {
    padding: 16px 0;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 124%;
    color: #1F2226;
  }
  .tab table tr td:not(:first-child) {
    padding-left: 16px;
  }
  .tab table tr td:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #1F2226;
    width: 280px;
  }
  .tab table tr th:nth-child(2) {
    width: 280px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #1F2226;
  }
  .tab table tr th {
    width: 280px;
    font-size: 16px;
    line-height: 124%;
    color: #1F2226;
  }
  .part-container-right-item {
    width: 261px;
  }
  .part-container-left h6 {
    font-size: 24px;
  }
  .proj-swiper .gallery-thumbs1 .swiper-slide {
    width: 150px !important;
  }
  .que-part {
    padding: 72px 60px;
  }
  .new h1 {
    font-size: 32px !important;
  }
  .er-back::before {
    left: 135px;
  }
  .er-back:hover::before {
    left: 125px;
  }
  .filt2-container {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filt2-container-item {
    margin-top: 8px;
  }
  .filt2-container-sort {
    margin-top: 8px;
  }
  .n-list-left-item {
    width: 100%;
  }
  .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-map {
    width: 100%;
    height: 500px;
    margin-left: 0px;
    margin-top: 24px;
  }
  .contact {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .contact-left-email {
    margin-top: 24px;
  }
  .contact-left-loc {
    margin-top: 24px;
  }
  .contact-left-mail {
    margin-top: 24px;
  }
  .contact-left h6 {
    margin-top: 32px;
    font-size: 24px;
  }
  .contact-left-name {
    margin-top: 20px;
  }
  .contact-left-id {
    margin-top: 20px;
  }
  .footer {
    margin-top: 100px;
  }
  .type table tr th {
    font-size: 16px;
  }
  .type table tr td {
    font-size: 16px;
  }
  .down-right-set-prod {
    margin-top: 24px;
  }
  .down-right-set-cat {
    margin-top: 24px;
  }
  .down-right-set-form {
    margin-top: 24px;
  }
  .popup-form {
    width: 100vw !important;
    height: 100vh !important;
  }
}
@media screen and (max-width: 525px) {
  .popup-form label span {
    max-width: 200px;
  }
  .wrapper {
    max-width: 320px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .first-container button {
    width: 100%;
  }
  .search {
    max-width: 100%;
  }
  .blocks-container-top-green-ul {
    margin-top: 24px;
  }
  .blocks-container-top-item img {
    left: -80.38px;
    top: 174.63px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .blocks-container-top-item-speed {
    top: 335px;
    left: 204px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .blocks-container-bottom-item {
    width: 100%;
  }
  .numbers-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .numbers {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .numbers-container-item {
    width: 47%;
    margin-top: 12px;
  }
  .que {
    max-width: 100%;
    padding: 40px 12px;
  }
  .filt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filt-left-cat {
    width: 100%;
  }
  .filt-left-sfe {
    width: 100%;
  }
  .filt-right {
    width: 100%;
    margin-top: 24px;
  }
  .prod-item {
    width: 100%;
  }
  .projects-container-item:not(:first-child):after {
    width: 100%;
  }
  .way-back a {
    max-width: 65px;
  }
  .container-swiper .gallery-top {
    width: 320px;
    height: 320px;
  }
  .container-swiper .gallery-thumbs {
    width: 320px;
  }
  .container-swiper .gallery-thumbs .swiper-slide {
    width: 150px !important;
  }
  .container-right h1 {
    font-size: 28px;
  }
  .container-right-text {
    font-size: 16px;
  }
  ul li {
    font-size: 16px;
  }
  .tab table tr td {
    padding: 8px 0;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 124%;
    color: #1F2226;
  }
  .tab table tr td:not(:first-child) {
    padding-left: 8px;
  }
  .tab table tr td:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 124%;
    color: #1F2226;
    width: auto;
  }
  .tab table tr th:nth-child(2) {
    width: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 124%;
    color: #1F2226;
  }
  .tab table tr th {
    width: auto;
    font-size: 12px;
    line-height: 124%;
    color: #1F2226;
  }
  .tab {
    margin-top: 40px;
    max-width: 100%;
    padding: 0 16px;
  }
  .news {
    margin-top: 80px;
  }
  .part-container-right-item {
    width: 319px;
  }
  .part-text {
    font-size: 18px;
  }
  .your-text {
    font-size: 18px;
  }
  .proj-swiper .gallery-top1 {
    width: 100%;
    height: 320px;
    overflow: hidden !important;
  }
  .proj-container p {
    font-size: 18px;
    margin-top: 32px;
  }
  .proj-container h6 {
    margin-top: 32px;
    font-size: 20px;
  }
  .about p {
    font-size: 18px;
  }
  .que-part {
    padding: 40px 12px;
    max-width: 100% !important;
  }
  .new h1 {
    font-size: 24px !important;
  }
  .new-img {
    margin-top: 24px;
    width: 100%;
  }
  .new-container p {
    margin-top: 16px !important;
    font-size: 18px !important;
  }
  .new-date {
    font-size: 18px;
  }
  .new-container h2 {
    margin-top: 32px !important;
    font-size: 24px !important;
  }
  .news {
    margin-top: 40px;
  }
  .news-items {
    margin-top: 40px;
  }
  .er-back::before {
    left: 35px;
  }
  .er-back:hover:before {
    left: 25px;
  }
  .filt2-container-item {
    width: 100%;
    margin-top: 12px;
  }
  .filt2-container-sort {
    width: 100%;
    margin-top: 12px;
  }
  .n-list-right-ras label span {
    max-width: 200px;
  }
  .n-list-right-ras button {
    font-size: 15px;
  }
  .n-list-right-stat-item {
    margin-top: 56px !important;
    width: 100%;
  }
  .n-list-left .gl-title {
    font-size: 24px;
  }
  .n-list-left-item-img img {
    width: 100%;
  }
  .type p {
    font-size: 18px;
  }
  .type h6 {
    font-size: 24px;
    margin-top: 32px;
  }
  table {
    margin-top: 40px !important;
  }
  .type table tr td {
    font-size: 14px;
  }
  .type table tr th {
    font-size: 14px;
  }
  .down-right-set {
    display: block;
  }
  .icon__file {
    display: none;
  }
  .modal-1 {
    padding: 32px 20px !important;
  }
  .modal__close {
    position: absolute;
    top: 17px;
    right: 17px;
  }
}
@media screen and (max-width: 320px) {
  .wrapper {
    max-width: 288px;
  }
  .search-container label input::-webkit-input-placeholder {
    font-size: 0px;
  }
  .search-container label input::-moz-placeholder {
    font-size: 0px;
  }
  .search-container label input:-ms-input-placeholder {
    font-size: 0px;
  }
  .search-container label input::-ms-input-placeholder {
    font-size: 0px;
  }
  .search-container label input::placeholder {
    font-size: 0px;
  }
  .popup-form label span {
    max-width: 100px;
    font-size: 12px;
  }
  label span {
    font-size: 12px;
  }
  .container-swiper .gallery-top {
    width: 284px;
    height: 284px;
  }
  .container-swiper .gallery-thumbs {
    width: 284px;
  }
  .container-right {
    max-width: 284px;
  }
  .container-right h1 {
    font-size: 24px;
  }
  .tab table tr td {
    padding: 0px 0;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 124%;
    color: #1F2226;
  }
  .tab table tr td:not(:first-child) {
    padding-left: 0px;
  }
  .tab table tr td:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 124%;
    color: #1F2226;
    width: auto;
  }
  .tab table tr th:nth-child(2) {
    width: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 124%;
    color: #1F2226;
  }
  .tab table tr th {
    width: auto;
    font-size: 10px;
    line-height: 124%;
    color: #1F2226;
  }
  .tab {
    margin-top: 40px;
    max-width: 100%;
    padding: 0 0px;
  }
  .tab table {
    padding: 0 5px;
    width: 100%;
  }
  .tab h4 {
    max-width: 284px;
    margin-left: 16px;
  }
  .part-container-right-item {
    width: 287px;
  }
  .proj-swiper .gallery-thumbs1 .swiper-slide {
    width: 120px !important;
  }
  .er-title {
    font-size: 140px;
  }
  .er-back::before {
    left: 25px;
  }
  .er-back:hover:before {
    left: 15px;
  }
  .type table tr th {
    font-size: 12px;
  }
  .type table tr td {
    font-size: 12px;
  }
}
@media screen and (max-width: 1615px) {
  .header-container-middle-theme {
    margin-top: 16px;
  }
}
/* новое */
.kl-cont {
  margin-top: 120px;
}

.kl-title {
  font-family: "russoone";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 124%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

.type ol li::before {
  color: #139859;
  font-weight: 800;
}

.table-2 {
  margin-top: 56px;
  width: 100%;
}

.table-2 table {
  width: 100%;
  margin-top: 24px;
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}

.table-2 table tr:first-child {
  border-bottom: 1px solid rgba(31, 34, 38, 0.1);
}

.table-2 table tr th {
  padding-bottom: 24px;
}

.table-2 table tr td {
  padding-bottom: 24px;
  padding-top: 24px;
}

.table-2 table tr th:last-child {
  width: 165px;
}

.table-2 table tr td:last-child {
  width: 165px;
}

.table-2 table tr th:first-child {
  width: 600px;
}

.table-2 table tr td:first-child {
  width: 600px;
}

.table-2 table tr th {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 156%;
  color: #1F2226;
  text-align: left;
}

.table-2 table tr td {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}

.kl-cont {
  width: 920px;
}

.os-t table {
  border-bottom: none;
}

.wp-caption.mt32 {
  margin-top: 32px !important;
}

.vers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vers-item {
  background-color: white;
  padding: 32px;
  min-height: 433px;
  width: 444px;
}

.vers-item-title {
  font-family: "russoone";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

.vers-item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  color: #7D8999;
  margin-top: 18px;
}

@media screen and (max-width: 1024px) {
  .kl-cont {
    width: 100%;
  }
  .vers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vers-item {
    width: 100%;
    min-height: auto;
  }
  .vers-item:not(:first-child) {
    margin-top: 32px;
  }
}
.oplus {
  margin-top: 32px;
}

.oplus-item:not(:first-child) {
  margin-top: 48px;
}

.oplus-item {
  margin-bottom: 48px;
}

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

.oplus-item-title p {
  color: #139859;
  font-size: 36px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.oplus-item-drop {
  margin-top: 32px;
  display: none;
}

.oplus-item-title p:first-child {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

.oplus-item.active {
  background-color: white;
  padding: 32px;
  height: auto;
}

.oplus-item.active .oplus-item-drop {
  display: block;
}

.oplus-item.active .oplus-item-title p:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.oplus-item-drop ul li::before {
  width: 8px;
  height: 8px;
  background-color: #139859;
  border-radius: 50%;
  content: "";
  top: 12px;
  left: 12px;
}

.btn-drop-oplus:hover {
  cursor: pointer;
}

@media screen and (max-width: 425px) {
  .oplus-item.active {
    padding: 24px 12px;
  }
  .oplus-item .oplus-item-title p:first-child {
    font-size: 16px;
  }
  .kl-title {
    font-size: 36px;
  }
}
.wp-caption-text {
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 156% !important;
  color: #000000 !important;
  opacity: 0.6 !important;
}

.kl-cont .type h6 {
  margin-top: 32px;
}

.kl-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 24px;
}

.kl-blocks-item {
  width: 444px;
  padding: 32px;
  background-color: white;
  min-height: 100%;
}

.kl-blocks-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 132%;
  color: #139859;
  margin-top: 12px;
}

.kl-blocks-item-text {
  margin-top: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  color: #1F2226;
}

.osob {
  margin-top: 32px;
}

.os-t2 th {
  padding-top: 24px;
}

.os-t3 tr {
  border-bottom: none !important;
}

.os-t3 {
  margin-top: 0px !important;
}

.part-container-left-text {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 156%;
  color: #1F2226;
  max-width: 300px;
}

.part-container-left h6 {
  max-width: 300px !important;
}

@media screen and (max-width: 1340px) {
  .part-container-left {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 32px !important;
    padding-right: 40px;
  }
  .part-container-left h6 {
    max-width: 100% !important;
  }
  .part-container-left-text {
    max-width: 100% !important;
  }
}
.mb120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .kl-blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kl-blocks-item {
    margin-top: 32px;
    width: 100%;
  }
}
.type-2 h1 {
  font-family: "russoone";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
  margin-top: 32px;
}

.type-2 {
  width: 922px;
}

.type-2-b {
  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: 32px;
}

.type-2-b-text {
  margin-left: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
}

.type-2-b2 {
  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: 32px;
}

.type-2-b2-item {
  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;
}

.type-2-b2-item:not(:first-child) {
  margin-left: 64px;
  width: 30%;
}

.type-2-b2-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 156%;
  text-align: center;
  color: #1F2226;
  margin-top: 14px;
}

@media screen and (max-width: 1024px) {
  .type-2 {
    width: 100%;
  }
}
.tp2 h1 {
  font-family: "russoone";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
}

.tp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}

.tp2-more {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 156%;
  color: #0F4C9C;
}

.type-2-block {
  margin-top: 32px;
}

.type-2-block-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 14px;
}

.type-2-block-item {
  background-color: #EEEFF0;
  width: 201px;
  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;
  padding: 18px;
  margin-right: 32px;
  margin-bottom: 32px;
}

.type-2-block-item:nth-child(4n+4) {
  margin-right: 0px;
}

.type-2-block-item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #0F4C9C;
  margin-top: 8px;
}

.type-2-block img {
  width: 120px;
  height: 128px;
}

.type-2-block-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  color: #0F4C9C;
}

.type-2 .wp-caption-text {
  margin-top: 32px;
  max-width: 816px;
}

.kl-green {
  margin-top: 32px;
}

.kl-green-top {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #139859;
}

.kl-green-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin-top: 12px;
}

.kl-green-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  color: #000000;
  opacity: 0.6;
}

.kl-tt {
  font-family: "russoone";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #1F2226;
  margin-top: 32px;
}

.kl-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.wp-caption-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 32px;
}

.wp-caption-2 img:first-child {
  margin-right: 32px;
}

.wp-caption-2 img {
  width: 445px;
}

.six-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.six-bl-item {
  margin-right: 32px;
  width: 381px;
  height: 253px;
  background-color: #EEEFF0;
  padding: 42px;
  position: relative;
  margin-bottom: 32px;
}

.six-bl-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #1F2226;
}

.six-bl-item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 156%;
  color: #1F2226;
  opacity: 0.6;
  margin-top: 12px;
}

.six-bl-item-n {
  position: absolute;
  right: 32px;
  bottom: 32px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #139859;
}

@media screen and (max-width: 1024px) {
  .type-2-block-item {
    margin-right: 32px !important;
  }
  .type-2-block-item:nth-child(3n+3) {
    margin-right: 0px !important;
  }
  .six-bl-item {
    width: 351px;
  }
  .wp-caption-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-caption-2 img {
    width: 100%;
    margin: 0px !important;
    margin-top: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .six-bl-item {
    width: 100%;
    margin-right: 0px !important;
  }
  .type-2-block-item:nth-child(3n+3) {
    margin-right: 32px !important;
  }
  .type-2-block-item:nth-child(2n+2) {
    margin-right: 0px !important;
  }
  .type-2-b {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .type-2-b-text {
    margin-left: 0px;
  }
  .type-2-b img {
    margin-bottom: 32px;
  }
  .type-2 h1 {
    font-size: 24px;
  }
  .tp2 h1 {
    font-size: 24px;
  }
  .type-2-b2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .type-2-b2-item {
    width: 288px !important;
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 525px) {
  .tp2-more {
    margin-top: 8px;
  }
  .type-2-block-item {
    width: 100%;
  }
  .type-2-block-item:nth-child(1n) {
    margin-right: 0px !important;
  }
  .kl-cont {
    margin-top: 60px;
  }
  .kl-img img {
    width: 100%;
  }
  .table-2 table tr th {
    font-size: 16px;
  }
  .table-2 table tr td {
    font-size: 16px;
  }
}
.more-tr {
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #107F4B;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(31, 34, 38, 0.1);
  padding: 24px 0;
  margin-top: 56px;
}

.pageNavFixed {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  left: -460px;
  width: 460px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 0px 30px 0px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.pageNavFixed:hover {
  left: 0px;
}
.pageNavFixed::after {
  content: "NAV";
  position: absolute;
  width: 50px;
  height: 30px;
  top: 0;
  right: -50px;
  border-radius: 0px 0px 5px 0px;
  background-color: black;
  color: #7EB325;
  padding: 5px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.pageNavFixed__cont {
  width: 100%;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}
.pageNavFixed__cont a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #7EB325;
  margin-bottom: 10px;
}
.pageNavFixed__cont a:hover {
  text-decoration: underline;
}
.pageNavFixed__cont a.completed {
  color: green;
}
.pageNavFixed__cont b {
  display: block;
  margin-bottom: 15px;
}
.pageNavFixed__cont div {
  margin: 0;
  margin-bottom: 50px;
}

.blur {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.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;
}
.modal__close svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modal__close:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-1 {
  position: fixed;
  width: calc(100% - 100px);
  max-width: 822px;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  padding: 66px 130px;
}
@media screen and (max-width: 767px) {
  .modal-1 {
    padding: 20px 40px;
  }
}

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