@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
/*!
 * Created by Abaddon (abaddongit@gmail.com)
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,
sub,
sup {
  vertical-align: baseline;
}
button,
hr,
input {
  overflow: visible;
}
[type="checkbox"],
[type="radio"],
legend {
  padding: 0;
  box-sizing: border-box;
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.fa-ul > li,
sub,
sup {
  position: relative;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.fa-pull-left {
  float: left;
}
*,
.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover,
a:active,
a:hover {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
	text-align: center;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * 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%,
  to {
    -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);
  }
}
@keyframes pulse {
  0%,
  to {
    -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);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0%,
  to {
    -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);
  }
}
@keyframes rubberBand {
  0%,
  to {
    -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);
  }
}
.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(0);
    transform: rotate(0);
  }
}
@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(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0%,
  to {
    -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);
  }
}
@keyframes tada {
  0%,
  to {
    -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);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0%,
  to {
    -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);
  }
}
@keyframes wobble {
  0%,
  to {
    -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);
  }
}
.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;
}
.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
}
@-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 {
  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;
  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% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    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% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    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% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    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% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    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% {
    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);
    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% {
    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);
    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;
}

.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: 0.3em;
}
.fa,
.fa-stack {
  display: inline-block;
}
.row:after {
  clear: both;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-8-s {
    width: 57.66666666666666%;
  }
  
  .col-sm-6 {
    width: 50%;
  }
  
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1);
  src: url(font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1)
      format("embedded-opentype"),
    url(font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.1) format("woff2"),
    url(font-awesome/fonts/fontawesome-webfont.woff?v=4.6.1) format("woff"),
    url(font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.1) format("truetype"),
    url(font-awesome/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	position: relative;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-right,
.pull-right {
  float: right;
}
.left,
.pull-left {
  float: left;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
  position: relative;
}
.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../js/venders/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  z-index: 8040;
  position: absolute;
  cursor: pointer;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../js/venders/fancybox/fancybox_loading.gif) center center
    no-repeat;
}
.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(../js/venders/fancybox/blank.gif);
  -webkit-tap-highlight-color: transparent;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  width: auto;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../js/venders/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.flexslider .slides:after,
.slider__block .slides li img,
.wow {
  visibility: hidden;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.flex-direction-nav a,
.flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(../js/venders/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../js/venders/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
@font-face {
  font-family: flexslider-icon;
  src: url(../js/venders/flex/fonts/flexslider-icon.eot);
  src: url(../js/venders/flex/fonts/flexslider-icon.eot?#iefix)
      format("embedded-opentype"),
    url(../js/venders/flex/fonts/flexslider-icon.woff) format("woff"),
    url(../js/venders/flex/fonts/flexslider-icon.ttf) format("truetype"),
    url(../js/venders/flex/fonts/flexslider-icon.svg#flexslider-icon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  padding: 0;
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flex-direction-nav a,
.flex-pauseplay a {
  position: absolute;
  z-index: 10;
  overflow: hidden;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.SansBold,
.SansNarrowRegular,
.SansRegular,
.howItWork__list ul li .hide .body b,
.howItWork__list ul li label,
.map__left,
.monitorSlider__list ul li b,
.newsList__item__body a,
.phonNumber b,
.preFooter__col:nth-child(5) b,
.timeline__row__item__title span,
.timeline__row__item__title:before,
.zakazItem__body b,
h1.style,
h2.style,
h3.style,
html {
  font-family: "PT Sans", sans-serif;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.blog__form__row button,
.calc__list__item label,
.howItWork__list ul li label,
.link,
.vacancy__item__content__title {
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.say .flex-direction-nav li a.flex-next,
.say .flex-direction-nav li.flex-nav-next {
  right: 0;
}
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value,
.tcenter {
  text-align: center;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: 1.1em;
}
.right {
  float: right;
}
.block {
  display: block;
}
.b-inline {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.cross {
  text-decoration: line-through;
}
.d-none,
a,
a:hover {
  text-decoration: none;
}
.clear:after,
.clear:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.res {
  display: block;
  width: 100%;
  height: auto;
}
body {
  font-size: 14px;
}
body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.sprite--message,
.sprite--phone {
  width: 14px;
  background-image: url(../images/sprites.png);
}
.sprite {
  display: inline-block;
}
.sprite--phone {
  background-position: -1257px -336px;
  height: 24px;
}
.sprite--message {
  background-position: -1257px -423px;
  height: 10px;
}
.sprite--skype {
  background-image: url(../images/sprites.png);
  background-position: -1257px -365px;
  width: 16px;
  height: 16px;
}
.sprite--sol3 {
  background-image: url(../images/sprites.png);
  background-position: -849px -612px;
  width: 100px;
  height: 107px;
}
.sprite--sol1,
.sprite--sol2 {
  background-image: url(../images/sprites.png);
  height: 105px;
}
.sprite--sol2 {
  background-position: -470px -441px;
  width: 100px;
}
.sprite--sol1 {
  background-position: -1003px -765px;
  width: 115px;
}
.sprite--h1,
.sprite--h2,
.sprite--h3,
.sprite--h4,
.sprite--h5,
.sprite--h6 {
  width: 149px;
  height: 148px;
  background-image: url(../images/sprites.png);
}
.sprite--h6 {
  background-position: -1003px -612px;
}
.sprite--h5 {
  background-position: 0 -894px;
}
.sprite--h4 {
  background-position: -154px -894px;
}
.sprite--h3 {
  background-position: -308px -894px;
}
.sprite--h2 {
  background-position: -462px -894px;
}
.sprite--h1 {
  background-position: -924px -894px;
}
.sprite--w4 {
  background-image: url(../images/sprites.png);
  background-position: 0 -1047px;
  width: 102px;
  height: 100px;
}
.sprite--w1,
.sprite--w2,
.sprite--w3 {
  background-image: url(../images/sprites.png);
  width: 100px;
  height: 100px;
}
.sprite--w3 {
  background-position: -212px -1047px;
}
.sprite--w2 {
  background-position: -317px -1047px;
}
.sprite--w1 {
  background-position: -107px -1047px;
}
.sprite--baly,
.sprite--home,
.sprite--money {
  background-image: url(../images/sprites.png);
  height: 90px;
}
.sprite--baly {
  background-position: -422px -1047px;
  width: 90px;
}
.sprite--money {
  background-position: -756px -108px;
  width: 82px;
}
.sprite--home {
  background-position: -470px -294px;
  width: 118px;
}
.sprite--s1,
.sprite--s2,
.sprite--s3,
.sprite--s4,
.sprite--s5,
.sprite--s6 {
  background-image: url(../images/sprites.png);
  width: 45px;
  height: 45px;
}
.sprite--s6 {
  background-position: -50px -1217px;
}
.sprite--s5 {
  background-position: -100px -1217px;
}
.sprite--s4 {
  background-position: -150px -1217px;
}
.sprite--s3 {
  background-position: -200px -1217px;
}
.sprite--s2 {
  background-position: -250px -1217px;
}
.sprite--s1 {
  background-position: -300px -1217px;
}
.sprite--p1,
.sprite--p2,
.sprite--p3,
.sprite--p4,
.sprite--p5,
.sprite--p6 {
  width: 149px;
  height: 148px;
  background-image: url(../images/sprites.png);
}
.sprite--p6 {
  background-position: -616px -588px;
}
.sprite--p5 {
  background-position: -849px 0;
}
.sprite--p4 {
  background-position: -849px -153px;
}
.sprite--p3 {
  background-position: -849px -306px;
}
.sprite--p2 {
  background-position: -849px -459px;
}
.sprite--p1 {
  background-position: 0 -741px;
}
.sprite--lock {
  background-image: url(../images/sprites.png);
  background-position: -1282px -311px;
  width: 9px;
  height: 12px;
}
.sprite--logo {
  background-image: url(../images/sprites.png);
  background-position: -602px 0;
  width: 242px;
  height: 103px;
}
.sprite--now1,
.sprite--now2,
.sprite--now3,
.sprite--now4,
.sprite--now5,
.sprite--now6 {
  width: 149px;
  height: 148px;
  background-image: url(../images/sprites.png);
}
.sprite--now6 {
  background-position: -154px -741px;
}
.sprite--now5 {
  background-position: -308px -741px;
}
.sprite--now4 {
  background-position: -462px -741px;
}
.sprite--now3 {
  background-position: -616px -741px;
}
.sprite--now2 {
  background-position: -770px -741px;
}
.sprite--now1 {
  background-position: -1003px 0;
}
.sprite--jpg {
  background-image: url(../images/sprites.png);
  background-position: -1257px -173px;
  width: 27px;
  height: 28px;
}
.sprite--pdf {
  background-image: url(../images/sprites.png);
  background-position: -1257px -206px;
  width: 25px;
  height: 30px;
}
.sprite--cal {
  background-image: url(../images/sprites.png);
  background-position: -1257px -311px;
  width: 20px;
  height: 20px;
}
.sprite--tah1,
.sprite--tah2,
.sprite--tah3,
.sprite--tah4,
.sprite--tah5,
.sprite--tah6 {
  background-image: url(../images/sprites.png);
  width: 149px;
  height: 148px;
}
.sprite--tah6 {
  background-position: -1003px -153px;
}
.sprite--tah5 {
  background-position: -1003px -306px;
}
.sprite--tah4 {
  background-position: -1003px -459px;
}
.sprite--tah3 {
  background-position: -616px -894px;
}
.sprite--tah2 {
  background-position: -770px -894px;
}
.sprite--tah1 {
  background-position: -602px -108px;
}
.sprite--why1,
.sprite--why2,
.sprite--why3,
.sprite--why4,
.sprite--why5,
.sprite--why6 {
  background-image: url(../images/sprites.png);
  width: 69px;
  height: 69px;
}
.sprite--why6 {
  background-position: -770px -588px;
}
.sprite--why5 {
  background-position: -1157px -55px;
}
.sprite--why4 {
  background-position: -1157px -277px;
}
.sprite--why3 {
  background-position: -1157px -795px;
}
.sprite--why2 {
  background-position: -1157px -869px;
}
.sprite--why1 {
  background-position: -1157px -129px;
}
.sprite--cam1,
.sprite--cam2,
.sprite--cam3,
.sprite--cam4,
.sprite--cam5,
.sprite--cam6 {
  background-image: url(../images/sprites.png);
  width: 149px;
  height: 148px;
}
.sprite--cam6 {
  background-position: -462px -588px;
}
.sprite--cam5 {
  background-position: -308px -588px;
}
.sprite--cam4 {
  background-position: -154px -588px;
}
.sprite--cam3 {
  background-position: 0 -588px;
}
.sprite--cam2 {
  background-position: -602px -414px;
}
.sprite--cam1 {
  background-position: -602px -261px;
}
.sprite--st6,
.sprite--st7,
.sprite--st8 {
  height: 60px;
  background-image: url(../images/sprites.png);
}
.sprite--st8 {
  background-position: -1078px -894px;
  width: 61px;
}
.sprite--st7 {
  background-position: 0 -1152px;
  width: 75px;
}
.sprite--st6 {
  background-position: -756px -261px;
  width: 84px;
}
.sprite--st5 {
  background-image: url(../images/sprites.png);
  background-position: -1078px -959px;
  width: 60px;
  height: 60px;
}
.sprite--st2,
.sprite--st3,
.sprite--st4 {
  width: 65px;
  background-image: url(../images/sprites.png);
  height: 60px;
}
.sprite--st4 {
  background-position: -770px -662px;
}
.sprite--st3 {
  background-position: -924px -741px;
}
.sprite--st2 {
  background-position: -924px -806px;
}
.sprite--st1 {
  background-image: url(../images/sprites.png);
  background-position: -80px -1152px;
  width: 60px;
  height: 60px;
}
.sprite--developer,
.sprite--montaj {
  height: 29px;
  background-image: url(../images/sprites.png);
}
.sprite--developer {
  background-position: -954px -683px;
  width: 40px;
}
.sprite--montaj {
  background-position: -1257px -106px;
  width: 29px;
}
.sprite--market {
  background-image: url(../images/sprites.png);
  background-position: -1257px -71px;
  width: 32px;
  height: 30px;
}
.sprite--manager {
  background-image: url(../images/sprites.png);
  background-position: -1257px -140px;
  width: 28px;
  height: 28px;
}
.blue {
  color: #085098;
}
.black {
  color: #313131;
}
.white {
  color: #fff;
}
.test1 .test-1,
.test2 .test-2 {
  color: red;
}
.lazy {
  display: block;
}
.link {
  display: inline-block;
  vertical-align: top;
  padding: 1.3rem 3rem 1rem;
  font-size: 1.4rem;
  background: rgba(205, 29, 27, 0.7);
  transition: background 0.5s;
  text-transform: uppercase;
}
.link:hover {
  background: rgba(205, 29, 27, 0.5);
}
.link--not {
  background: #cd1d1b;
}
.link--not:hover {
  background: #860303;
}
.link--director {
  text-transform: none;
  color: #fff;
  padding: 1rem;
  line-height: 20px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
a,
html body {
  color: #313131;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}
html body {
  font-size: 2.4rem;
  min-height: 100%;
  min-width: 400px;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1170px;
  min-width: 330px;
  width: auto;
}


h1.style.white,
h2.style.white,
h3.style.white {
  color: #fff;
}
h1.style.white:after,
h2.style.white:after,
h3.style.white:after {
  border-color: #fff;
}
.header {
  position: relative;
  z-index: 4;
  background-color: #ffffff;
	padding: 0 30px;
}
.header:before {
  content: "";
  height: 5px;
  left: 0;
  bottom: -5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
}
.header__nav {
  position: relative;
}
.header__nav input {
  position: absolute;
  left: -9999px;
}
.header__nav label {
  display: none;
}
.header__nav ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.header__nav__menu {
  text-align: right;
}
.header__nav__menu > li {
  display: block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
}

.header__nav__menu > li:last-child a {
  background-color: green;
  color: #fff;
}
.header__nav__menu > li:last-child:hover a {
  background-color: #2fce34;
}
.header__nav__menu > li:last-child:hover a:after {
  display: none;
}
.header__nav__menu > li.active > a,
.header__nav__menu > li:hover > a {
  position: relative;
}
.header__nav__menu > li.active > a:after,
.header__nav__menu > li:hover > a:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background: #085098;
  height: 4px;
  position: absolute;
}
.header__nav__menu > li:hover > ul {
  display: block;
}
.header__nav__menu > li > a {
  font-size: 1.3rem;
  padding: 4.6rem 2rem;
  display: block;
}
.header__nav__menu > li > a i {
  margin-right: 1rem;
  vertical-align: -1px;
}
.header__nav__menu > li ul {
  position: absolute;
  display: none;
  left: 0;
  top: 10.6rem;
  min-width: 24rem;
  padding: 10px 1.8rem;
  background: #ebebeb;
  text-align: left;
}
.slider__block,
.slider__block ul .container {
  position: relative;
}
.header__nav__menu > li ul li {
  display: block;
  border-bottom: 1px solid #dadada;
}
.header__nav__menu > li ul li a {
  font-size: 1.4rem;
  text-transform: none;
  padding: 5px 0;
  display: block;
}
.header__nav__menu > li ul li a:hover {
  color: #085098;
}
.header__nav__menu > li ul li:last-child {
  border: none;
}
@media (max-width: 1100px) {
  .header__logo,
  .header__nav {
    text-align: center;
    width: 100%;
    float: none;
  }
  .header__nav__menu {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header__nav input:checked + label {
    color: #085098;
  }
  .header__nav input:checked + label + ul,
  .header__nav input:checked + label + ul > li {
    display: block;
  }
  .header__nav input:checked + label + ul > li a {
    padding: 1rem;
  }
  .header__nav input:checked + label + ul > li ul,
  .header__nav input:checked + label + ul > li:hover ul {
    display: none;
  }
  .header__nav label {
    display: block;
    font-size: 5.2rem;
  }
  .header__nav__menu {
    text-align: center;
    display: none;
  }
}
.slider__block {
  overflow: hidden;
}
.slider__block ul {
  padding: 0;
}
.slider__block ul li {
  text-align: center;
}
.slider__block ul .flex-active-slide .slider__block__content b {
  transform: translateX(0);
}
.slider__block ul .flex-active-slide .slider__block__content p {
  transform: scaleX(1);
}
.slider__block .flex-control-nav {
  bottom: 20px;
  z-index: 2;
}
.slider__block__content {
  color: #fff;
  text-align: left;
  width: 50%;
  top: 170px;
  position: absolute;
}
.calc__list__item,
.calc__welcome,
.problems__item,
.result__item,
.say__slider__item,
.solutions__item {
  text-align: center;
}
.slider__block__content b {
  position: relative;
  display: block;
  font-size: 4.8rem;
  transform: translateX(-1000px);
  transition: transform 0.7s;
}
.slider__block__content p {
  background: rgba(49, 49, 49, 0.5);
  padding: 2rem;
  transform: scaleX(0);
  transition: transform 0.8s;
  transition-delay: 0.5s;
  font-size: 1.6rem;
  display: block;
}
.flex-control-nav {
  position: absolute;
}
.calc__list,
.solutions__item,
.solutions__item i {
  position: relative;
}
.flex-control-nav li a {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid transparent;
}
.flex-control-nav li a.flex-active {
  border-color: #fff;
  background: 0 0;
}
@media (max-width: 1100px) {
  .slider__block__content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  
}
.problems {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}
.problems__item {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.problems__item i {
  display: block;
  margin: 2rem auto;
  transform: translateY(0);
  transition: transform 0.5s;
}
.calc__list__item,
.calc__list__item i {
  display: inline-block;
}
.problems__item:hover i {
  transform: translateY(-10px);
}
.solutions {
  background: url(../images/kamaz.jpg) 50% top no-repeat;
}
.solutions h2 {
  margin: 0;
  padding: 4rem 0 2rem;
}
.solutions__item {
  color: #fff;
  margin: 2rem 0 3rem;
  border-radius: 10px;
  min-height: 150px;
  border: 1px solid #fff;
}
.solutions__item i {
  margin: 0 auto;
  top: -25px;
}
.solutions__item p,
.solutions__item__title {
  position: relative;
  top: -20px;
}
@media (max-width: 768px) {
  .solutions {
    background: rgba(49, 49, 49, 0.7);
  }
}
.calc {
  padding: 3rem 0 4rem;
}
.calc__welcome {
  font-size: 1.3rem;
}
.calc__list__item {
  vertical-align: top;
  margin: 3rem 0.5rem 0;
}
.calc__list__item input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.calc__list__item input[type="radio"]:checked + label + div {
  display: block;
}
.calc__list__item__value {
  position: absolute;
  display: none;
  left: 0;
  top: 150px;
  width: 100%;
  font-size: 1.3rem;
  line-height: 22px;
}
.clients__item:after,
.result:before {
  top: 0;
  content: "";
}
.calc__list__item__value input {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #085098;
  color: #085098;
  padding: 2px 10px;
  vertical-align: top;
  margin: 0 1rem;
  line-height: normal;
}
.calc__list__item__value > div:nth-child(1) input,
.calc__list__item__value > div:nth-child(2) input {
  width: 100px;
}
.calc__list__item:nth-child(1) input:checked + label i {
  background-image: url(../images/sprites.png);
  background-position: 0 -147px;
  width: 362px;
  height: 142px;
}
.calc__list__item:nth-child(1) label i {
  background-image: url(../images/sprites.png);
  background-position: 0 0;
  width: 362px;
  height: 142px;
}
.calc__list__item:nth-child(1) label:hover i {
  background-image: url(../images/sprites.png);
  background-position: 0 -147px;
  width: 362px;
  height: 142px;
}
.calc__list__item:nth-child(2) input:checked + label i,
.calc__list__item:nth-child(2) label i,
.calc__list__item:nth-child(2) label:hover i,
.calc__list__item:nth-child(3) input:checked + label i,
.calc__list__item:nth-child(3) label i,
.calc__list__item:nth-child(3) label:hover i,
.calc__list__item:nth-child(4) input:checked + label i,
.calc__list__item:nth-child(4) label i,
.calc__list__item:nth-child(4) label:hover i {
  background-image: url(../images/sprites.png);
  width: 230px;
  height: 142px;
}
.calc__list__item:nth-child(2) input:checked + label i {
  background-position: 0 -441px;
}
.calc__list__item:nth-child(2) label i {
  background-position: -235px -441px;
}
.calc__list__item:nth-child(2) label:hover i {
  background-position: 0 -441px;
}
.calc__list__item:nth-child(3) input:checked + label i {
  background-position: -367px -147px;
}
.calc__list__item:nth-child(3) label i {
  background-position: 0 -294px;
}
.calc__list__item:nth-child(3) label:hover i {
  background-position: -367px -147px;
}
.calc__list__item:nth-child(4) input:checked + label i {
  background-position: -235px -294px;
}
.calc__list__item:nth-child(4) label i {
  background-position: -367px 0;
}
.calc__list__item:nth-child(4) label:hover i {
  background-position: -235px -294px;
}
@media (max-width: 1100px) {
  .calc {
    display: none;
  }
}
.result {
  color: #fff;
  background: url(../images/result.jpg) 50% 50% no-repeat;
  height: 330px;
  padding: 6rem 0;
  position: relative;
}
.result:before {
  left: 50%;
  margin-left: -30px;
  position: absolute;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  display: inline-block;
}
.result__item i {
  margin: 1rem auto;
}
.result__item b {
  font-size: 6rem;
}
.result__item p {
  font-size: 1.7rem;
  margin-top: 0;
  text-transform: uppercase;
}
.result__item b,
.result__item i,
.result__item p {
  display: block;
}
@media (max-width: 1100px) {
  .result {
    display: none;
  }
}
.clients {
  padding: 3rem 0 6rem;
}
.clients__item {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 1rem 0 0.7rem;
  position: relative;
}
.clients__item img {
  width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
}
.clients__item:hover:after {
  background: rgba(49, 49, 49, 0.2);
}
.clients__item:after {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.5s;
  background: rgba(49, 49, 49, 0.7);
  display: block;
}
.say,
.say__slider {
  position: relative;
  height: 460px;
}
.say {
  overflow: hidden;
  background: url(../images/say.jpg) 50% 50% no-repeat;
}
.say .flex-control-nav {
  bottom: 50px;
  left: 0;
}
.say .flex-direction-nav {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 100%;
}
.say .flex-direction-nav li {
  position: absolute;
}
.say .flex-direction-nav li.flex-nav-prev {
  left: 0;
}
.say .flex-direction-nav li a {
  margin: 0;
  width: 19px;
  height: 30px;
  opacity: 0.2;
}
.say .flex-direction-nav li a:hover {
  opacity: 1;
}
.say .flex-direction-nav li a.flex-next:before {
  content: "";
  background-image: url(../images/sprites.png);
  background-position: -1257px -276px;
  width: 19px;
  height: 30px;
}
.say .flex-direction-nav li a.flex-prev {
  left: 0;
}
.say .flex-direction-nav li a.flex-prev:before {
  content: "";
  background-image: url(../images/sprites.png);
  background-position: -1257px -241px;
  width: 19px;
  height: 30px;
}
.say__slider__item {
  margin: 13rem auto 0;
  width: 550px;
  background-color: #fff;
  padding: 5.5rem 6rem 2.5rem;
  border-radius: 10px;
  position: relative;
}
.say__slider__item__ava {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -95px;
}
.say__slider__item__desc span {
  display: block;
  text-transform: uppercase;
  color: #085098;
  font-size: 1.3rem;
}
.say__slider__item__desc span:nth-child(1) {
  font-size: 1.8rem;
}
.say__slider__item__content p {
  font-size: 1.3rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .say {
    display: none;
  }
}
.map {
  padding: 3rem 0;
}
.map__left {
  text-align: right;
  color: #085098;
  font-size: 3.6rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.map__right img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .map__left {
    text-align: center;
  }
}

.demo h3 span {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}
.demo .form,
.popup .form {
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
}
.demo .form {
  width: 42rem;
}
.demo .form input:not([type="submit"]),
.demo .form label {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.demo .form button {
  border: none;
  color: #fff;
  background: #cd1d1b;
}
.demo .form button:hover {
  background: rgba(205, 29, 27, 0.5);
}
.demo .form input:not([type="submit"]) {
  padding: 7px 30px;
}
.demo .form input:not([type="submit"]):focus {
  color: #cd1d1b;
}
.demo .form input:not([type="submit"]):focus + label[for="name"] i {
  background-image: url(../images/sprites.png);
  background-position: -1257px -386px;
  width: 16px;
  height: 16px;
}
.demo .form input:not([type="submit"]):focus + label[for="email"] i {
  background-image: url(../images/sprites.png);
  background-position: -1257px -407px;
  width: 15px;
  height: 11px;
}
.demo .form input:not([type="submit"]):focus + label[for="company"] i {
  background-image: url(../images/sprites.png);
  background-position: -1278px -386px;
  width: 15px;
  height: 14px;
}
.demo .form input:not([type="submit"]):focus + label[for="phone"] i {
  background-image: url(../images/sprites.png);
  background-position: -1281px -276px;
  width: 9px;
  height: 16px;
}
.demo .form__row {
  padding: 1rem 0;
}
.demo .form__row label {
  position: relative;
}
.demo .form__row label i {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -23px;
}
.demo .form__row label[for="name"] i {
  top: -25px;
  background-image: url(../images/sprites.png);
  background-position: -1276px -336px;
  width: 16px;
  height: 16px;
}
.demo .form__row label[for="email"] i {
  background-image: url(../images/sprites.png);
  background-position: -1277px -407px;
  width: 15px;
  height: 11px;
}
.demo .form__row label[for="company"] i {
  background-image: url(../images/sprites.png);
  background-position: -1278px -365px;
  width: 15px;
  height: 14px;
}
.demo .form__row label[for="phone"] i {
  top: -25px;
  background-image: url(../images/sprites.png);
  background-position: -1281px -241px;
  width: 9px;
  height: 16px;
}
.popup .form {
  width: 42rem;
}
.popup .form input:not([type="submit"]),
.popup .form label {
  display: block;
  width: 100%;
}
.popup .form button {
  border: none;
  color: #fff;
  background: #cd1d1b;
}
.popup .form button:hover {
  background: rgba(205, 29, 27, 0.5);
}
.popup .form input:not([type="submit"]) {
  padding: 7px 30px;
}
.popup .form input:not([type="submit"]):focus {
  color: #cd1d1b;
}
.popup .form input:not([type="submit"]):focus + label[for="name"] i {
  background-image: url(../images/sprites.png);
  background-position: -1257px -386px;
  width: 16px;
  height: 16px;
}
.popup .form input:not([type="submit"]):focus + label[for="email"] i {
  background-image: url(../images/sprites.png);
  background-position: -1257px -407px;
  width: 15px;
  height: 11px;
}
.popup .form input:not([type="submit"]):focus + label[for="company"] i {
  background-image: url(../images/sprites.png);
  background-position: -1278px -386px;
  width: 15px;
  height: 14px;
}
.popup .form input:not([type="submit"]):focus + label[for="phone"] i {
  background-image: url(../images/sprites.png);
  background-position: -1281px -276px;
  width: 9px;
  height: 16px;
}
.popup .form__row {
  padding: 1rem 0;
}
.popup .form__row label {
  position: relative;
}
.popup .form__row label i {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -23px;
}
.popup .form__row label[for="name"] i {
  top: -25px;
  background-image: url(../images/sprites.png);
  background-position: -1276px -336px;
  width: 16px;
  height: 16px;
}
.popup .form__row label[for="email"] i {
  background-image: url(../images/sprites.png);
  background-position: -1277px -407px;
  width: 15px;
  height: 11px;
}
.popup .form__row label[for="company"] i {
  background-image: url(../images/sprites.png);
  background-position: -1278px -365px;
  width: 15px;
  height: 14px;
}
.popup .form__row label[for="phone"] i {
  top: -25px;
  background-image: url(../images/sprites.png);
  background-position: -1281px -241px;
  width: 9px;
  height: 16px;
}
@media (max-width: 768px) {
  .demo .form {
    width: 100%;
  }
}
.interactiveMap {
  height: 570px;
}
main.sertification {
  padding: 2.5rem 0;
}
.sertification__list {
  padding: 0;
  text-align: center;
}
.sertification__list li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.sertification__list li img {
  transition: transform 0.5s;
  transform: scale(1);
}
.sertification__list li a:hover img {
  transform: scale(1.1);
}
.contactItem {
  margin: 3rem 0;
}
.contactItem__gerb {
  float: left;
}
.contactItem__body {
  margin-left: 17rem;
}
.contactItem__body b {
  color: #085098;
  text-transform: uppercase;
}
.contactItem__body ul {
  padding: 0;
}
.contactItem__body ul li {
  display: block;
  margin: 5px 0;
}
.contactItem__body ul li span:first-child {
  font-weight: 700;
  margin-right: 5px;
}
.contactItem__body a {
  color: #085098;
  text-decoration: underline;
}
.contactItem__body a:hover {
  text-decoration: none;
}
.zakaz {
  padding: 2.5rem 0;
}
.phonNumber {
  color: #085098;
}
.phonNumber b {
  font-size: 5.5rem;
  text-transform: uppercase;
}
.phonNumber div {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.zakazItem {
  margin: 2rem 0;
}
.zakazItem__gerb {
  float: left;
  width: 152px;
}
.zakazItem__gerb img {
  width: 100%;
  height: auto;
}
.zakazItem__body {
  margin-left: 165px;
}
.zakazItem__body b {
  display: block;
  color: #085098;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.zakazItem__body b + span {
  font-size: 1.2rem;
  color: #085098;
  text-transform: uppercase;
}
.zakazItem__body ul {
  padding: 0;
}
.zakazItem__body ul li {
  margin: 10px 0;
  display: block;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
}
.zakazItem__body ul li i {
  margin-right: 10px;
  vertical-align: -2px;
}
.slider__block .slides li {
  overflow: hidden;
}
.timeline {
  background: url(../images/time_line.jpg) 50% top repeat-y;
  margin-bottom: 5rem;
  padding-top: 8rem;
  overflow: hidden;
  position: relative;
}
.timeline:before {
  top: 0;
}
.timeline:after,
.timeline:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #085098;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
  display: block;
  position: absolute;
}
.timeline__row:nth-child(odd) .timeline__row__item {
  float: right;
  position: relative;
}
.timeline__row:nth-child(even) .timeline__row__item .content:after,
.timeline__row:nth-child(odd) .timeline__row__item:before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../images/sprites.png);
  width: 112px;
  height: 25px;
  display: inline-block;
}
.timeline__row:nth-child(odd) .timeline__row__item .content {
  float: left;
  margin-left: 95px;
}
.timeline__row:nth-child(odd) .timeline__row__item:before {
  left: -12px;
  background-position: -517px -1102px;
}
.timeline__row:nth-child(odd) .timeline__row__item__title span {
  left: -10px;
}
.timeline__row:nth-child(odd) .timeline__row__item__title:before {
  left: -80px;
}
.timeline__row:nth-child(even) .timeline__row__item .content {
  float: right;
  text-align: right;
  margin-right: 95px;
}
.timeline__row:nth-child(even) .timeline__row__item .content:after {
  right: -12px;
  background-position: -470px -551px;
}
.timeline__row:nth-child(even) .timeline__row__item__title span {
  right: -10px;
}
.timeline__row:nth-child(even) .timeline__row__item__title:before {
  right: -80px;
}
.timeline__row__item .content {
  width: 250px;
}
.timeline__row__item .content p {
  font-size: 1.2rem;
}
.timeline__row__item__title {
  position: relative;
}
.timeline__row__item__title:before {
  content: attr(data-time);
  top: -7px;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  position: absolute;
}
.timeline__row__item__title span {
  position: relative;
  display: inline-block;
  background-color: #085098;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 10px;
}
.odometor {
  background-color: #e6e6e6;
  color: #085098;
  padding: 8rem 0;
}
.development,
.manufacture,
.weWork {
  padding: 2.5rem 0;
}
.odometor__col {
  text-align: center;
  margin-bottom: 2rem;
}
.odometor__col b {
  font-size: 9rem;
  font-weight: 500;
}
.odometor__col b.odometor__col__prefix {
  font-size: 2.4rem;
  vertical-align: -30px;
}
.odometor__col b + i {
  font-size: 10rem;
  font-style: normal;
  vertical-align: -32px;
  line-height: 20px;
  display: inline-block;
}
.odometor__col b + i + span {
  display: block;
  font-size: 1.4rem;
  color: #313131;
}
.odometor__col b + span {
  font-size: 2.4rem;
  vertical-align: -20px;
  display: inline-block;
}
.odometor__col b + span + span {
  display: block;
  font-size: 1.4rem;
  color: #313131;
}
.development p,
.manufacture p {
  font-size: 1.6rem;
}
.development,
.vialon p,
.weWork__item {
  color: #fff;
}
.manufacture img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.development {
  background: url(../images/development.jpg) 50% 50% no-repeat;
  height: 343px;
}
.weWork {
  height: 500px;
  background: url(../images/howToWork.jpg) 50% 50% no-repeat;
}
.weWork__item i {
  display: block;
  margin: 5rem auto 3rem;
}
.weWork__item b {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.weWork__item p {
  font-size: 1.4rem;
  text-align: justify;
}
.weWork__item p:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.weWork .center {
  background: url(../images/weWorkCenter.png) 50% 100px no-repeat;
}
.weWork .rightBg {
  background: url(../images/weWorkRigth.png) 50% 100px no-repeat;
}
.weWork .leftBg {
  background: url(../images/weWorkLeft.png) 50% 100px no-repeat;
}
.vialon {
  background: url(../images/vialon.jpg) 50% 50% no-repeat;
  padding: 2.5rem 0 6rem;
}
.vialon img {
  width: 100%;
  height: auto;
}
.newsList__item {
  border-bottom: 1px solid #e6e6e6;
  margin: 2rem 0;
  padding: 2rem 0;
}
.newsList__item:last-child {
  border-bottom: none;
}
.newsList__item__time {
  border: 1px solid #e6e6e6;
  text-align: center;
}
.newsList__item__time span {
  font-size: 1.8rem;
  color: #fff;
  background-color: #085098;
  padding: 1rem;
  text-transform: uppercase;
  display: block;
}
.newsList__item__time b {
  display: block;
  font-size: 7.2rem;
  padding-top: 1rem;
}
.helpfull,
.weSolutions {
  padding: 2.5rem 0;
}
.newsList__item__body a {
  margin: 1rem 0;
  color: #085098;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.helpfull__item {
  text-align: center;
  margin: 2rem 0;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.helpfull__item i {
  display: block;
  margin: 2rem auto;
  transition: transform 0.5s;
  transform: translateY(0);
}
.helpfull__item:hover i {
  transform: translateY(-10px);
}
.weSolutions {
  background: url(../images/solutions.jpg) 50% 50% no-repeat;
  height: 400px;
}
.weSolutions__item {
  color: #fff;
  height: 180px;
  overflow: hidden;
  padding-top: 2rem;
  text-align: center;
}
.weSolutions__item i {
  display: block;
  margin: 0 auto;
  transition: height 0.5s;
}
.monitorSlider__list ul li,
.weSolutions__item span {
  margin: 2rem 0;
  display: block;
}
.weSolutions__item span {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.weSolutions__item:hover {
  height: auto;
}
.weSolutions__item:hover i {
  height: 0;
}
.capabilities {
  padding: 2.5rem 0;
}
.monitorSlider__monick__wrap {
  position: relative;
  padding: 10rem 0;
}
.monitorSlider__monick #view {
  top: 100px;
  left: 0;
}
.monitorSlider__monick .view {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 2.5rem;
}
.monitorSlider__monick .view img,
.monitorSlider__monick img {
  width: 100%;
  height: auto;
}
.monitorSlider__list ul li.dot,
.monitorSlider__monick #mn {
  z-index: 2;
  position: relative;
}
.monitorSlider__list {
  background: url(../images/vert.jpg) 48px top repeat-y;
}
.monitorSlider__list ul {
  padding: 0;
  position: relative;
}
.monitorSlider__list ul li.select {
  display: block;
  margin-top: 0;
  border-radius: 100%;
  width: 69px;
  height: 69px;
  background: #085098;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.monitorSlider__list ul li:nth-child(2) i {
  background-image: url(../images/sprites.png);
  background-position: -756px -488px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(2).active i,
.monitorSlider__list ul li:nth-child(2):hover i {
  background-image: url(../images/sprites.png);
  background-position: -756px -414px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(3) i {
  background-image: url(../images/sprites.png);
  background-position: -756px -326px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(3).active i,
.monitorSlider__list ul li:nth-child(3):hover i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -1017px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(4) i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -943px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(4).active i,
.monitorSlider__list ul li:nth-child(4):hover i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -203px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(5) i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -721px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(5).active i,
.monitorSlider__list ul li:nth-child(5):hover i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -647px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(6) i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -573px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(6).active i,
.monitorSlider__list ul li:nth-child(6):hover i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -499px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(7) i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -425px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li:nth-child(7).active i,
.monitorSlider__list ul li:nth-child(7):hover i {
  background-image: url(../images/sprites.png);
  background-position: -1157px -351px;
  width: 69px;
  height: 69px;
}
.monitorSlider__list ul li i {
  display: inline-block;
  float: left;
  width: 70px;
  vertical-align: top;
}
.monitorSlider__list ul li i + div {
  margin-left: 90px;
}
.monitorSlider__list ul li b {
  font-weight: 700;
  color: #085098;
  text-transform: uppercase;
}
.vialonMini {
  height: 400px;
  background: url(../images/vialon_mini.jpg) 50% 50% no-repeat;
}
.howItWork {
  padding: 2.5rem 0;
}
.howItWork__list ul,
.howItWork__view__list ul {
  padding: 0;
}
.howItWork--video .howItWork__view__wrap {
  background: 0 0;
}
.howItWork--video .howItWork__view__wrap .viewItem {
  position: relative;
  left: 0;
  top: 0;
}
.howItWork .nout {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
}
.howItWork__view__wrap {
  background: url(../images/sputnik.jpg) left top no-repeat;
  min-height: 330px;
  position: relative;
}
.howItWork__view__wrap .viewItem {
  display: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.howItWork__view__wrap .viewItem.active {
  display: block;
}
.howItWork__view__wrap .viewItem .point {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #085098;
  border-radius: 50%;
  transition: transform 0.5s, background 0.5s;
}
.howItWork__view__wrap .viewItem .point:after {
  content: "";
  width: 25px;
  height: 25px;
  left: -5px;
  top: -5px;
  background: rgba(8, 80, 152, 0.5);
  border-radius: 50%;
  position: absolute;
}
.howItWork__view__wrap .viewItem .point.hover {
  background: #cd1d1b;
  transform: scale(1.2);
}
.howItWork__view__wrap .viewItem .point.hover:after {
  background: rgba(205, 29, 27, 0.5);
}
.howItWork__view__wrap .viewItem#zapravka .metka {
  top: 110px;
  left: 410px;
}
.howItWork__view__wrap .viewItem#zapravka .uss {
  left: 350px;
  top: 110px;
}
.howItWork__view__wrap .viewItem#gruz .sv {
  top: 10px;
  left: 120px;
}
.howItWork__view__wrap .viewItem#gruz .tax {
  left: 50px;
  top: 80px;
}
.howItWork__view__wrap .viewItem#gruz .metka {
  left: 150px;
  top: 60px;
}
.howItWork__view__wrap .viewItem#gruz .dut {
  left: 210px;
  top: 130px;
}
.howItWork__view__wrap .viewItem#gruz .ipb {
  left: 115px;
  top: 85px;
}
.howItWork__view__wrap .viewItem#gruz .traker {
  left: 65px;
  top: 115px;
}
.howItWork__view__wrap .viewItem#kamaz .sv {
  top: 30px;
  left: 230px;
}
.howItWork__view__wrap .viewItem#kamaz .tax {
  left: 155px;
  top: 95px;
}
.howItWork__view__wrap .viewItem#kamaz .metka {
  left: 255px;
  top: 70px;
}
.howItWork__view__wrap .viewItem#kamaz .dut {
  left: 430px;
  top: 10px;
}
.howItWork__view__wrap .viewItem#kamaz .ipb {
  left: 225px;
  top: 95px;
}
.howItWork__view__wrap .viewItem#kamaz .traker {
  left: 180px;
  top: 125px;
}
.howItWork__view__wrap .viewItem#kamaz .uss {
  left: 520px;
  top: 60px;
}
.howItWork__view__wrap .viewItem#kamaz .klapan {
  left: 550px;
  top: 80px;
}
.howItWork__view__wrap .viewItem#kamaz .alarm {
  left: 165px;
  top: 60px;
}
.howItWork__view__wrap .viewItem#kamaz .shina {
  left: 200px;
  top: 75px;
}
.howItWork__view__wrap .viewItem#tractor .metka {
  left: 500px;
  top: 80px;
}
.howItWork__view__wrap .viewItem#tractor .dut {
  left: 270px;
  top: 175px;
}
.howItWork__view__wrap .viewItem#tractor .ipb {
  left: 135px;
  top: 135px;
}
.howItWork__view__wrap .viewItem#tractor .traker {
  left: 220px;
  top: 65px;
}
.howItWork__view__wrap .viewItem#tractor .key {
  left: 180px;
  top: 105px;
}
.howItWork__view__wrap .viewItem#tractor .rfid {
  left: 375px;
  top: 145px;
}
.howItWork__view__wrap .viewItem#avto .key {
  left: 330px;
  top: 120px;
}
.howItWork__view__wrap .viewItem#avto .dut {
  left: 510px;
  top: 125px;
}
.howItWork__view__wrap .viewItem#avto .ipb {
  left: 410px;
  top: 120px;
}
.howItWork__view__wrap .viewItem#avto .traker {
  left: 380px;
  top: 85px;
}
.howItWork__view__wrap .viewItem#avto .dusp {
  left: 460px;
  top: 45px;
}
.howItWork__view__wrap .viewItem#house .camera {
  top: 200px;
  left: 325px;
}
.howItWork__view__wrap .viewItem#house .videoregister {
  top: 200px;
  left: 310px;
}
.howItWork__view__wrap .viewItem#house .monitor {
  top: 132px;
  left: 189px;
}
.howItWork__view__wrap .viewItem#house .hard {
  top: 213px;
  left: 318px;
}
.howItWork__view__wrap .viewItem#house .antena {
  top: 135px;
  left: 310px;
}
.howItWork__view__wrap .viewItem#house .access {
  top: 150px;
  left: 120px;
}
.howItWork__view__wrap .viewItem#house .reader {
  top: 295px;
  left: 170px;
}
.howItWork__view__wrap .viewItem#house .lock {
  top: 245px;
  left: 155px;
}
.howItWork__view__wrap .viewItem#house .mappoint {
  top: 320px;
  left: 325px;
}
.howItWork__view__wrap .viewItem#house .interface {
  top: 300px;
  left: 555px;
}
.howItWork__view__wrap .viewItem#iqfreeze .tracker {
  top: 145px;
  left: 425px;
}
.howItWork__view__wrap .viewItem#iqfreeze .termoregister {
  top: 150px;
  left: 650px;
}
.howItWork__view__wrap .viewItem#iqfreeze .smt {
  top: 100px;
  left: 290px;
}
.howItWork__view__wrap .viewItem#iqfreeze .mobileapp {
  top: 142px;
  left: 70px;
}
.howItWork__view__list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 1rem;
}
.howItWork__view__list ul li:nth-child(1) i {
  display: block;
  background-image: url(../images/sprites.png);
  background-position: -1093px -1047px;
  width: 45px;
  height: 50px;
}
.howItWork__view__list ul li:nth-child(1).active i,
.howItWork__view__list ul li:nth-child(1):hover i {
  background-image: url(../images/sprites.png);
  background-position: 0 -1217px;
  width: 45px;
  height: 50px;
}
.howItWork__view__list ul li:nth-child(2) i {
  display: block;
  background-image: url(../images/sprites.png);
  background-position: -517px -1047px;
  width: 133px;
  height: 50px;
}
.howItWork__view__list ul li:nth-child(2).active i,
.howItWork__view__list ul li:nth-child(2):hover i {
  background-image: url(../images/sprites.png);
  background-position: -655px -1047px;
  width: 133px;
  height: 50px;
}
.howItWork__view__list ul li:nth-child(3) i {
  display: block;
  background-image: url(../images/sprites.png);
  background-position: -993px -1047px;
  width: 95px;
  height: 50px;
}
.howItWork__view__list ul li:nth-child(3).active i,
.howItWork__view__list ul li:nth-child(3):hover i {
  background-image: url(../images/sprites.png);
  background-position: -793px -1047px;
  width: 95px;
  height: 50px;
}
.howItWork__view__list ul li:nth-child(4) i {
  display: block;
  background-image: url(../images/sprites.png);
  background-position: -1157px 0;
  width: 95px;
  height: 50px;
}
.howItWork__view__list ul li:nth-child(4).active i,
.howItWork__view__list ul li:nth-child(4):hover i {
  background-image: url(../images/sprites.png);
  background-position: -893px -1047px;
  width: 95px;
  height: 50px;
}
.howItWork__view__list ul li:nth-child(5) i {
  display: block;
  background-image: url(../images/sprites.png);
  background-position: -1157px -1091px;
  width: 77px;
  height: 49px;
}
.howItWork__view__list ul li:nth-child(5).active i,
.howItWork__view__list ul li:nth-child(5):hover i {
  background-image: url(../images/sprites.png);
  background-position: -756px -203px;
  width: 77px;
  height: 49px;
}
.howItWork__list ul li {
  display: block;
  position: relative;
  margin: 1px 0;
}
.howItWork__list ul li input {
  position: absolute;
  left: -9999px;
}
.ipadSlider .flex-direction-nav li a.flex-prev,
.ipadSlider .flex-direction-nav li.flex-nav-prev {
  left: 0;
}
.howItWork__list ul li input:checked + label {
  background-color: #085098;
  color: #fff;
  border-color: #085098;
}
.howItWork__list ul li input:checked + label i {
  background-image: url(../images/sprites.png);
  background-position: -1287px -219px;
  width: 6px;
  height: 2px;
  margin-top: 7px;
  display: block;
}
.howItWork__list ul li input:checked + label + div {
  height: auto;
  border-color: #dadada;
  padding: 2rem;
  margin-top: 2px;
}
.howItWork__list ul li:hover label {
  background-color: #085098;
  color: #fff;
}
.howItWork__list ul li:hover i {
  display: block;
}
.howItWork__list ul li label {
  font-weight: 700;
  color: #313131;
  padding: 5px 15px;
  border: 1px solid #dadada;
  text-decoration: none;
  display: block;
}
.blog .title,
.blog__item__header,
.blog__item__title a {
  color: #085098;
}
.howItWork__list ul li label i {
  float: right;
  background-image: url(../images/sprites.png);
  background-position: -1276px -423px;
  width: 9px;
  height: 8px;
  margin-top: 4px;
  display: none;
}
.blog__form__row button,
.blog__form__row--search button,
.howItWork__list ul li .hide .image,
.taxWhy__item__image {
  float: left;
}
.howItWork__list ul li .hide {
  height: 0;
  overflow: hidden;
  border: 1px solid transparent;
}
.howItWork__list ul li .hide .image + div {
  margin-left: 140px;
}
.howItWork__list ul li .hide .body b {
  display: block;
  color: #085098;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.howItWork__list ul li .hide .body p {
  font-size: 1.3rem;
}
.ipadSlider {
  background: url(../images/ipad.jpg) 50% top no-repeat;
  margin-bottom: 3rem;
  position: relative;
}
.ipadSlider p {
  display: block;
  padding: 7rem 0 2rem;
  font-size: 1.8rem;
}
.ipadSlider .slides li {
  min-height: 539px;
  padding-top: 42px;
  text-align: center;
}
.ipadSlider .flex-control-nav {
  top: 15px;
  z-index: 2;
}
.ipadSlider .flex-direction-nav {
  position: absolute;
  top: 35%;
  padding: 0;
  width: 100%;
}
.ipadSlider .flex-direction-nav li {
  position: absolute;
}
.ipadSlider .flex-direction-nav li.flex-nav-next {
  right: 0;
}
.ipadSlider .flex-direction-nav li a {
  margin: 0;
  width: 36px;
  height: 66px;
  opacity: 1;
}
.ipadSlider .flex-direction-nav li a:hover {
  opacity: 0.2;
}
.ipadSlider .flex-direction-nav li a.flex-next {
  right: 0;
}
.ipadSlider .flex-direction-nav li a.flex-next:before {
  content: "";
  background-image: url(../images/sprites.png);
  background-position: -954px -612px;
  width: 36px;
  height: 66px;
}
.ipadSlider .flex-direction-nav li a.flex-prev:before {
  content: "";
  background-image: url(../images/sprites.png);
  background-position: -1257px 0;
  width: 36px;
  height: 66px;
}
@media (max-width: 1100px) {
  .howItWork {
    display: none;
  }
}
.control--video .video {
  padding: 58px 205px;
}
.control--video .video video {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .control {
    display: none;
  }
  .vialon p:after,
  main.sertification p:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .vialon,
  .weSolutions {
    background: rgba(49, 49, 49, 0.7);
    height: auto;
  }
  .vialon p {
    text-align: justify;
  }
  main.sertification {
    text-align: center;
  }
  main.sertification p {
    text-align: justify;
  }
  .timeline:after,
  .timeline:before,
  .timeline__row:nth-child(even) .timeline__row__item .content:after,
  .timeline__row:nth-child(odd) .timeline__row__item:before {
    display: none;
  }
  .timeline {
    background: 0 0;
  }
  .timeline__row:nth-child(odd) .timeline__row__item .content {
    margin-left: 0;
  }
  .timeline__row:nth-child(even) .timeline__row__item .content {
    margin-right: 0;
  }
  .manufacture p:after,
  .timeline__row__item p:after {
    content: "";
    display: inline-block;
  }
  .timeline__row__item {
    overflow: hidden;
    margin: 2rem 0;
    width: 100%;
  }
  .timeline__row__item .content {
    width: auto;
  }
  .timeline__row__item__title span {
    text-align: left;
    position: static;
    width: 100%;
  }
  .timeline__row__item p {
    text-align: justify;
  }
  .timeline__row__item p:after {
    width: 100%;
  }
  .manufacture {
    text-align: center;
  }
  .manufacture p {
    text-align: justify;
  }
  .manufacture p:after {
    width: 100%;
  }
  .development,
  .weWork {
    height: auto;
    background: rgba(49, 49, 49, 0.7);
  }
  .weWork .col-sm-3 {
    background: 0 0;
  }
}
.catalog__button,
.catalog__item__image,
.pagination ul,
.taxLine,
.tnMap__wrap {
  text-align: center;
}
.blog .title {
  text-transform: uppercase;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}
.blog__item {
  margin-bottom: 3rem;
}
.blog__item:last-child .blog__item__footer {
  border: none;
}
.blog__item__header__time i {
  vertical-align: -3px;
  margin-right: 10px;
}
.blog__item__header__rubrika {
  display: inline-block;
  margin-left: 85px;
}
.blog__item__header__rubrika b {
  text-transform: uppercase;
  margin-left: 3px;
}
.blog__item__image {
  margin: 1.5rem 0;
}
.blog__item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog__item__title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 10px;
  text-transform: uppercase;
}
.blog__item__title a:hover {
  color: #cd1d1b;
}
.blog__item p {
  color: #333;
}
.blog__item__footer {
  border-bottom: 1px solid #e6e6e6;
}
.blog__item__footer a {
  color: #fff;
  font-size: 1.8rem;
  background: #085098;
  padding: 1rem 3.9rem;
  display: inline-block;
}
.blog__item__footer a:hover {
  background: #cd1d1b;
}
.blog__form__row {
  overflow: hidden;
}
.blog__form__row input[type="email"],
.blog__form__row input[type="text"] {
  border: 1px solid #cedcea;
  height: 44px;
  padding: 0 10px;
  float: left;
}
.blog__form__row button {
  padding: 0;
  border: none;
  background: 0 0;
}
.blog__form__row--search input {
  width: calc(100% - 67px);
  display: block;
}
.blog__form__row--search button i {
  background-image: url(../images/sprites.png);
  background-position: -510px -1152px;
  width: 67px;
  height: 44px;
  display: block;
}
.blog__form__row--search button:hover i {
  background-image: url(../images/sprites.png);
  background-position: -582px -1152px;
  width: 67px;
  height: 44px;
}
.blog__form__row--subscribe input[type="email"],
.blog__form__row--subscribe input[type="text"] {
  width: calc(100% - 120px);
}
.blog__form__row--subscribe button {
  background: #085098;
  height: 44px;
  color: #fff;
  padding: 0 21px;
  display: block;
}
.blog__form__row--subscribe button:hover {
  background: #cd1d1b;
}
.soc li:nth-child(1) i,
.soc li:nth-child(1) i:hover,
.soc li:nth-child(2) i,
.soc li:nth-child(2) i:hover,
.soc li:nth-child(3) i,
.soc li:nth-child(3) i:hover {
  background-image: url(../images/sprites.png);
  width: 68px;
  height: 44px;
}
.blog__form__filter {
  padding: 2rem 0;
}
.blog__form__filter ul {
  margin: 0;
  padding: 0;
}
.blog__form__filter ul li {
  display: block;
  margin: 10px 0;
}
.blog__form__filter ul li a {
  color: #085098;
  text-decoration: underline;
}
.blog__form__filter ul li.active a,
.blog__form__filter ul li:hover a {
  color: #cd1d1b;
  text-decoration: none;
}
.blog__subscribe {
  margin: 2rem 0;
}
.soc {
  padding: 20px 0;
}
.soc li {
  display: inline-block;
  margin: 0 15px;
}
.soc li i {
  display: block;
}
.soc li:nth-child(1) {
  margin-left: 0;
}
.soc li:nth-child(1) i {
  background-position: -437px -1152px;
}
.soc li:nth-child(1) i:hover {
  background-position: -364px -1152px;
}
.soc li:nth-child(2) i {
  background-position: -291px -1152px;
}
.soc li:nth-child(2) i:hover {
  background-position: -145px -1152px;
}
.soc li:nth-child(3) i {
  background-position: -470px -389px;
}
.soc li:nth-child(3) i:hover {
  background-position: -218px -1152px;
}
.pagination ul {
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  vertical-align: top;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  padding: 2px 5px;
  margin: 0 5px;
}
.pagination ul li a {
  color: #fff;
  background: #085098;
}
.pagination ul li.active a {
  color: #313131;
  background: 0 0;
}
.preFooter {
  position: relative;
  height: 234px;
  background: url(../img/foot.jpg) 50% 50% no-repeat;
}
.preFooter__col:nth-child(1) {
  color: #fff;
}
.preFooter__col:nth-child(1) h4 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 4.5rem;
  text-transform: uppercase;
}
.preFooter__col:nth-child(1) p {
  margin: 0;
  padding: 1rem 0;
}
.preFooter__col:nth-child(1) form {
  margin-top: 1rem;
  position: relative;
}
.preFooter__col:nth-child(2) ul li:first-child,
.preFooter__col:nth-child(3) ul li:first-child,
.preFooter__col:nth-child(4) ul li:first-child {
  margin-top: 4.5rem;
}
.preFooter__col:nth-child(1) form input {
  width: 100%;
  border: none;
  padding: 8px 60px 8px 10px;
  height: 40px;
}
.preFooter__col:nth-child(1) form button {
  background-color: transparent;
  border: none;
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-position: -543px -389px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.preFooter__col:nth-child(1) form button:hover {
  background-image: url(../images/sprites.png);
  background-position: -654px -1152px;
  width: 50px;
  height: 40px;
}
.preFooter__col:nth-child(2) ul {
  padding: 0 0 0 2rem;
}
.preFooter__col:nth-child(2) ul li {
  margin-bottom: 1.2rem;
  position: relative;
  display: block;
}
.preFooter__col:nth-child(2) ul li.active:before,
.preFooter__col:nth-child(2) ul li:hover:before {
  display: block;
}
.preFooter__col:nth-child(2) ul li.active a,
.preFooter__col:nth-child(2) ul li:hover a {
  text-decoration: underline;
}
.preFooter__col:nth-child(2) ul li:before {
  content: "";
  left: -10px;
  top: 6px;
  display: none;
  background-image: url(../images/sprites.png);
  background-position: -1287px -206px;
  width: 5px;
  height: 8px;
  position: absolute;
}
.preFooter__col:nth-child(2) ul li a {
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
}
.preFooter__col:nth-child(2) ul li a:hover {
  text-decoration: underline;
}
.preFooter__col:nth-child(3) ul,
.preFooter__col:nth-child(4) ul {
  padding: 0;
}
.preFooter__col:nth-child(3) ul li,
.preFooter__col:nth-child(4) ul li {
  display: block;
  margin-bottom: 1rem;
}
.preFooter__col:nth-child(3) ul li a,
.preFooter__col:nth-child(4) ul li a {
  display: block;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: underline;
}
.preFooter__col:nth-child(3) ul li a:hover,
.preFooter__col:nth-child(3) ul li.active a,
.preFooter__col:nth-child(4) ul li a:hover,
.preFooter__col:nth-child(4) ul li.active a {
  text-decoration: none;
}
.preFooter__col:nth-child(5) {
  color: #fff;
}
.preFooter__col:nth-child(5) h4 {
  font-size: 1.3rem;
  margin-top: 4.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.preFooter__col:nth-child(5) p {
  margin: 0;
  padding: 1rem 0;
}
.preFooter__col:nth-child(5) b {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .preFooter__col:nth-child(2),
  .preFooter__col:nth-child(3),
  .preFooter__col:nth-child(4),
  .preFooter__col:nth-child(5) {
    display: none;
  }
}
.pdf a {
  margin: 5px 0;
  display: block;
  color: #fff;
  vertical-align: top;
}
.pdf a i {
  margin-right: 10px;
  vertical-align: -11px;
}
.catalog {
  background: #e6e6e6;
}
.catalog__button {
  padding: 2rem 0 4rem;
}
.catalog__button a {
  color: #fff;
}
.catalog__item {
  background: #fff;
  padding: 2rem;
  margin-top: 2rem;
}
.catalog__item__image img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.catalog__item__title a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #085098;
  padding: 10px 0;
}
.taxKamaz {
  background: url(../images/tah_car.jpg) 50% top no-repeat;
}
.taxCar {
  background: url(../images/car_map.jpg) 50% top no-repeat;
}
.taxLine {
  color: #fff;
  padding: 10rem 0;
}
.taxLine h3 {
  font-size: 6rem;
  margin: 0;
}
.taxLine h3 span {
  font-size: 3.6rem;
  display: block;
}
.taxAuth {
  padding: 0;
	margin-bottom: 30px;
}

.taxWhy__item {
  margin: 20px 0;
  overflow: hidden;
}

.taxWhy__item__body a {
  font-weight: 700;
  color: #085098;
}
@media (max-width: 768px) {
  .taxCar,
  .taxKamaz {
    display: none;
  }
}
.tnMap__wrap {
  overflow: hidden;
}
.tnMap__wrap__item {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #085098;
  text-align: center;
  transition: transform 0.5s;
}
.tnMap__wrap__item:hover {
  transform: scale(1.1);
}
.tnMap__wrap__item span {
  line-height: 20px;
  padding-top: 50%;
  margin-top: -15px;
  display: block;
}
.tnMap__wrap__item:nth-child(2) span,
.tnMap__wrap__item:nth-child(5) span {
  line-height: 35px;
}
.tnMap__wrap__item b {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
}
.tnMap__wrap__item:nth-child(1) {
  top: 350px;
  left: 27px;
  font-size: 3.6rem;
  width: 99px;
  height: 99px;
}
.tnMap__wrap__item:nth-child(2) {
  width: 152px;
  height: 152px;
  font-size: 7.2rem;
  top: 230px;
  left: 100px;
}
.tnMap__wrap__item:nth-child(2) b {
  font-size: 1.8rem;
}
.tnMap__wrap__item:nth-child(3) {
  width: 61px;
  height: 61px;
  font-size: 2.4rem;
  top: 160px;
  left: 130px;
}
.tnMap__wrap__item:nth-child(3) b {
  font-size: 1rem;
}
.tnMap__wrap__item:nth-child(4) {
  width: 80px;
  height: 80px;
  font-size: 3rem;
  left: 240px;
  top: 340px;
}
.tnMap__wrap__item:nth-child(4) b {
  font-size: 1.2rem;
}
.tnMap__wrap__item:nth-child(5) {
  width: 176px;
  height: 176px;
  font-size: 7.2rem;
  left: 260px;
  top: 170px;
}
.tnMap__wrap__item:nth-child(5) b {
  font-size: 1.8rem;
}
.tnMap__wrap__item:nth-child(6) {
  width: 117px;
  height: 117px;
  font-size: 4.8rem;
  left: 440px;
  top: 360px;
}
.tnMap__wrap__item:nth-child(6) b {
  font-size: 1.2rem;
}
.tnMap__wrap__item:nth-child(6) span {
  line-height: 30px;
}
.tnMap__wrap__item:nth-child(7) {
  width: 289px;
  height: 289px;
  font-size: 8rem;
  top: 220px;
  left: 570px;
}
.tnMap__wrap__item:nth-child(7) span {
  line-height: 40px;
}
.tnMap__wrap__item:nth-child(7) b {
  font-size: 1.8rem;
}
.structure {
  background: url(../images/strukture.jpg) 50% top no-repeat;
  padding: 1px 0 4rem;
}
.structure__item__arifmetic,
.structure__item__title {
  padding: 2rem;
  background-color: #fff;
  text-align: center;
  color: #085098;
}
.structure__item {
  margin: 15px 0;
  position: relative;
}
.structure__item:after {
  content: "";
  background-color: #fff;
  height: 50px;
  width: 100%;
  display: block;
  left: 0;
  top: 120px;
  z-index: 0;
  position: absolute;
}
.structure__item__ava {
  position: relative;
  z-index: 1;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  margin: 0 auto;
  background-color: #fff;
}
.structure__item__ava img {
  width: 100%;
  height: auto;
}
.structure__item__title b {
  display: block;
  text-transform: uppercase;
}
.structure__item__arifmetic {
  overflow: hidden;
}
.structure__item__arifmetic b {
  display: block;
  font-size: 4.8rem;
}
.vacancy {
  padding: 1px 0 4rem;
}
.vacancy__item {
  border: 1px solid #085098;
  border-bottom: none;
  padding: 10px 20px;
  position: relative;
}
.vacancy__item:last-child {
  border-bottom: 1px solid #085098;
}
.vacancy__item input {
  position: absolute;
  left: -9999px;
}
.vacancy__item input + div .vacancy__item__content__body {
  display: none;
}
.vacancy__item input:checked + div .vacancy__item__content__body {
  display: block;
}
.vacancy__item input:checked + div .vacancy__item__content__title i:last-child {
  background-image: url(../images/sprites.png);
  background-position: -1281px -297px;
  width: 12px;
  height: 7px;
}
.vacancy__item i {
  display: inline-block;
  vertical-align: top;
}
.vacancy__item__content__title span {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #085098;
  padding: 5px 0 0 20px;
}
.vacancy__item__content__title i:last-child {
  background-image: url(../images/sprites.png);
  background-position: -1281px -262px;
  width: 12px;
  height: 7px;
  float: right;
  display: inline-block;
  margin: 10px 0 0;
}
.vacancy__item__content__body {
  padding: 20px 0;
}
@media (max-width: 1000px) {
  .tnMap {
    display: none;
  }
  .structure {
    background: rgba(49, 49, 49, 0.7);
  }
}
@media (max-width: 600px) {
  .vacancy__item__content__title span {
    font-size: 1rem;
  }
}

.preFooter__col.footer-5.contacts__footer {
  color: #fff;
}

.header__nav__menu.active {
	display: block;
}

.slides__image {
	background-color: #666;
	background-image: url(../img/slides_mob.jpg);
	height: 674px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 35%;
}

.title {
	text-align: center;
  color: #313131;
  font-size: 2.4rem;
	line-height: 34px;
  text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
}

.slider {
	margin-bottom: 40px;
}

.quiz {
	margin-bottom: 30px;
	padding: 0 30px;
}

.quiz__container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

.quiz__list {
	margin: 0;
	margin-bottom: 30px;
}

.quiz__text-inner p {
	margin: 0;
	margin-bottom: 30px;
}

.quiz__text-inner p:first-of-type {
	text-align: center;
	margin-bottom: 20px;
}

.quiz__text-inner p:nth-of-type(2) {
	text-indent: 3.5rem;
}

.quiz__image {
	order: 2;
}

.slogan {
	padding: 30px 10px 30px;
	margin-bottom: 40px;
}

.slogan__title {
	color: white;
	font-size: 2rem;
	line-height: 40px;
}

.advantage {
	padding: 30px;
	margin-bottom: 40px;
	background-color: #666;
	background-image: url(../img/advantage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 80%;
}

.advantage__title {
	color: white;
	font-weight: 700;
}

.advantage__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.advantage__item {
	margin-bottom: 15px;
	padding-left: 20px;	
	flex-basis: 255px;
	position: relative;
	color: white;
	font-weight: 700;
}

.advantage__item:last-child {
	margin-bottom: 0;	
}

.advantage__item::before {
	content: "\2022";
	position: absolute;
	top: 0;
	left: 0;
}

.description {
	margin: 0;
	padding: 0 30px;
	margin-bottom: 40px;
}

.description__item {
	margin: 0;
	padding-left: 80px;
	position: relative;	
}

.description__item::before {
	content: "";
	position: absolute;
	background-image: url(../img/icons/check.svg);
	width: 34px;
	height: 34px;
	top: -15px;
	left: 0;
	background-color: green;
	border-radius: 50%;
	border: 8px solid green;
	padding: 10px;
}

.description__item:not(:last-of-type) {
	margin-bottom: 30px;	
}

.description__item p {
	margin: 0;
}

.description__item-title {
	display: block;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	color: green;
	margin-bottom: 20px;
}

.scope {
	padding: 0;
	margin-bottom: 40px;
}

.scope__wrapper {
	padding: 0 30px;
}

.scope picture {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.scope__img {
	margin-bottom: 40px;
}

.scope__wrapper p {
	margin: 0;
	text-indent: 3.5rem;
}

.scope__wrapper p:first-of-type {
	margin-bottom: 20px;
}

.slogan {
	background-color: #666;
	background-image: url(../img/slogan.jpg);
	width: 100%;
	background-size: cover;
	background-position: 0 56%;
	background-repeat: no-repeat;
}

.slogan__title {
	vertical-align: middle;
	margin: 0;
}

.demo {
  background: url(../img/demo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 7%;
  padding: 40px;
}

.demo__wrapper {
	margin: 0;
	padding: 0 30px;
	box-sizing: initial;
}

.demo__text {
	color: white;	
	margin-bottom: 30px;
}

.demo__text:nth-of-type(2) {
	margin-bottom: 0;
}

.demo__form {
	text-align: center;
	margin-bottom: 30px;
}

.footer__wrapper {
	margin: 0;
	padding: 20px 30px;
	color: white;
	background-color: green;
	display: flex;
	justify-content: space-between;
}

.footer__link,
.footer__phone {
	display: block;
	text-decoration: underline;
	color: white;
	font-size: 2.5rem;
}

.footer__link {
	align-self: center;
}

.footer-contacts p {
	margin: 0;
	font-size: 16px;
}

@media (min-resolution: 2dppx) {
	.advantage {
		background-image: url(../img/advantage@2x.jpg);
	}

	.slogan {
		background-image: url(../img/slogan@2x.jpg);
	}	

	.slides__image {
		background-image: url(../img/slides_mob@2x.jpg);
	}

	.demo {
		background-image: url(../img/demo@2x.jpg);
		background-size: cover;
	}
}

@media (min-width: 768px) {
	.header__nav__menu > li {
		display: inline-block;
	}

	.title {
		margin-bottom: 40px;
	}

	.slides__image {
		background-image: url(../img/slides.jpg);
	}

	.quiz__list {
		margin: 0;
	}

	.advantage__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
	}

	.scope {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 30px;
		padding: 0 30px;
		align-items: flex-start;
	}

	.scope__wrapper {
		padding: 0;
	}

	.slogan__title {
		margin: 0;
	}

	.quiz__container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr auto;
		row-gap: 30px;
	}

	.quiz__image {
		order: 0;
		align-self: center;
	}

	.quiz__text-inner {
		grid-column: 1 / -1;
	}

	@media (min-resolution: 2dppx) {
		.slides__image {
			background-image: url(../img/slides@2x.jpg);
		}
	}
}

@media (min-width: 1200px) {
	.wrapper {
		max-width: 1050px;
		margin: 0 auto;
	}

	.quiz__wrapper,
	.description,
	.scope__wrapper,
	.demo__wrapper,
	.header {
		padding: 0;
	}

	.scope {
		grid-template-columns: 400px 1fr;
	}
}

.toggle {
	width: 40px;
	height: 40px;
	margin-top: 28px;
	border: none;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}

.toggle::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: black;
	box-shadow: 0 16px 0 0 black,
		0 32px 0 0 black;
}

  .toggle.active::before,
  .toggle.active::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: black;
    box-shadow: none;
  }

  .toggle.active::before {
    transform: rotate(45deg);
  }

  .toggle.active::after {
    transform: rotate(-45deg);
  }

