html {-webkit-box-sizing: border-box;box-sizing: border-box;}
*,*::before,*::after {-webkit-box-sizing: inherit;box-sizing: inherit;}
:root {-moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;}
html {line-height: 1.15;/* 1 */-webkit-text-size-adjust: 100%;}
body {margin: 0;}
body {font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji',
  'Segoe UI Symbol';}

/* Grouping content
========================================================================== */
/**
 * Add the correct height in Firefox.
 */
 hr {
  height: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
 abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
  font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp,
 pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
 small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
 button,
 [type='button'],
 [type='reset'],
 [type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
 button::-moz-focus-inner,
 [type='button']::-moz-focus-inner,
 [type='reset']::-moz-focus-inner,
 [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
 button:-moz-focusring,
 [type='button']:-moz-focusring,
 [type='reset']:-moz-focusring,
 [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
 fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
 legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
 progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
 [type='number']::-webkit-inner-spin-button,
 [type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
 [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */
 summary {
  display: list-item;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /*   font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529; */
  text-align: left;
  background-color: #fff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 568px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 580px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 620px;
  }
}

@media (min-width: 667px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 684px) {
  .container {
    max-width: 664px;
  }
}

@media (min-width: 734px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 736px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 800px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 980px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  width: 100%;
}

.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

@-webkit-keyframes bounce {
  from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    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;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

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

.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: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

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

@keyframes fadeInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@keyframes lightSpeedOut {
  from {
    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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-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 jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {top: 0;left: 0;width: 100%;height: 100%;z-index: 1042;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8;}
.mfp-wrap {top: 0;left: 0;width: 100%;height: 100%;z-index: 1043;position: fixed;outline: none !important;-webkit-backface-visibility: hidden;}
.mfp-container {text-align: center;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 0 8px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.mfp-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;}
.mfp-align-top .mfp-container:before {display: none;}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {text-align: left;line-height: 18px;color: #F3F3F3;word-wrap: break-word;padding-right: 36px;}
.mfp-image-holder .mfp-content {max-width: 100%;}
.mfp-gallery .mfp-image-holder .mfp-figure {cursor: pointer;}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {padding-left: 0;padding-right: 0;}
.mfp-img-mobile img.mfp-img {padding: 0;}
.mfp-img-mobile .mfp-figure:after {top: 0;bottom: 0;}
.mfp-img-mobile .mfp-figure small {display: inline;margin-left: 5px;}
.mfp-img-mobile .mfp-bottom-bar {background: rgba(0, 0, 0, 0.6);bottom: 0;margin: 0;top: auto;padding: 3px 5px;position: fixed;
-webkit-box-sizing: border-box;box-sizing: border-box;}
.mfp-img-mobile .mfp-bottom-bar:empty {padding: 0;}
.mfp-img-mobile .mfp-counter {right: 5px;top: 3px;}
.mfp-img-mobile .mfp-close {top: 0;right: 0;width: 35px;height: 35px;line-height: 35px;background: rgba(0, 0, 0, 0.6);
position: fixed;text-align: center;padding: 0;}
}
@media all and (max-width: 900px) {
.mfp-arrow {-webkit-transform: scale(0.75);-ms-transform: scale(0.75);transform: scale(0.75);}
.mfp-arrow-left {-webkit-transform-origin: 0;-ms-transform-origin: 0;transform-origin: 0;}
.mfp-arrow-right {-webkit-transform-origin: 100%;-ms-transform-origin: 100%;transform-origin: 100%;}
.mfp-container {padding-left: 6px;padding-right: 6px;}
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.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-ul > li {
  position: relative;
}

.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.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(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  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: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap: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-pp: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator: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: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language: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";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
  animation: tooltipster-fading .4s;
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
  animation: tooltipster-rotating .6s;
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
  animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years, .datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
  -webkit-transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
  -o-transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
  -webkit-transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
  -o-transition: opacity .3s ease,transform .3s ease,left 0s 0s;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: -webkit-calc(100% - 4px);
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: -webkit-calc(100% - 4px);
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: -webkit-calc(100% - 4px);
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: -webkit-calc(100% - 4px);
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: -webkit-calc(50% - 10px / 2);
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: -webkit-calc(50% - 10px / 2);
  top: calc(50% - 10px / 2);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

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

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: -webkit-calc(50% - 1px);
  left: calc(50% - 1px);
  top: -webkit-calc(50% + 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: -webkit-calc(50% + 1px);
  top: calc(50% + 1px);
  left: -webkit-calc(50% - 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

@charset "UTF-8";
*::-webkit-input-placeholder {
  color: #4e4e4e;
  opacity: 1;
}

*::-moz-placeholder {
  color: #4e4e4e;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #4e4e4e;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #4e4e4e;
}

::-moz-placeholder {
  color: #4e4e4e;
}

:-ms-input-placeholder {
  color: #4e4e4e;
}

::-ms-input-placeholder {
  color: #4e4e4e;
}

::placeholder {
  color: #4e4e4e;
}

::-moz-selection {
  background-color: #3c5cbf;
  color: #fff;
}

::selection {
  background-color: #3c5cbf;
  color: #fff;
}

/* font-family: "OpenSansRegular"; */
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "GilroyMedium";
  src: url("../fonts/gilroymedium/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroymedium/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroymedium/Gilroy-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "GilroyMediumItalic";
  src: url("../fonts/Gilroy-MediumItalic/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-MediumItalic/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy-MediumItalic/Gilroy-MediumItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "GilroyBold";
  src: url("../fonts/gilroybold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroybold/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroybold/Gilroy-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "GilroySemiBold";
  src: url("../fonts/gilroysemibold/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroysemibold/Gilroy-SemiBold.woff") format("woff"), url("../fonts/gilroysemibold/Gilroy-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "GilroySemiBoldItalic";
  src: url("../fonts/gilroysemibolditalic/Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroysemibolditalic/Gilroy-SemiBoldItalic.woff") format("woff"), url("../fonts/gilroysemibolditalic/Gilroy-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "GilroyExtraBold";
  src: url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

html {
  width: 100%;
  /* height: 100%; */
  font-size: 16px;
  line-height: 1.125;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  /* overflow-x: hidden; */
}

body {font-size: 16px;min-width: 320px;opacity: 1;position: relative;line-height: 1.125;
  font-family: "Gilroy-Regular", sans-serif;overflow-x: hidden;color: #020202;}
body input, body textarea {border: #666 1px solid;outline: none;}
body input:focus:required:invalid, body textarea:focus:required:invalid {border: 1px solid #c4c8ca;}
body input:required:valid, body textarea:required:valid {border: 1px solid #c4c8ca;}
body.stop {overflow: hidden;}
.img-responsive {display: block;max-width: 100%;height: auto;}
.img-responsive.img-width {width: 100%;}
.header_fon {background-image: url(../img/fon-header.jpg);
  background-position: center;background-repeat: no-repeat;background-size: cover;
  position: relative;display: -webkit-box;display: -webkit-flex;
  display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;
  -webkit-justify-content: center;-ms-flex-pack: center;
  justify-content: center;-webkit-box-align: center;
  -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.top_line {width: 100%;height: 84px;background-color: #fbfaf9;-webkit-transition: all 0.42s ease;
  -o-transition: all 0.42s ease;transition: all 0.42s ease;}
.top_line_box {height: 84px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;
  display: flex;color: #020202;-webkit-box-pack: center;-webkit-justify-content: center;
  -ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;
  -ms-flex-align: center;align-items: center;}
.top_menu_slider {position: fixed;width: 100%;top: 0;-webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;transition: all 0.4s ease;background-color: #FBFAF9;z-index: 1000;}
.top_line_box {position: relative;}
.top_logo {color: #020202;margin-right: 15px;}
.top_line_center {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
  -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;
  -ms-flex-pack: justify;justify-content: space-between;-webkit-align-content: center;-ms-flex-line-pack: center;align-content: center;}
.top_line_adress,.top_line_mail {width: 50%;}
.top_line_adress, .top_line_mail, .top_line_phone_get {font-size: 14px;text-align: left;padding-left: 25px;position: relative;}
.top_line_phone_get {padding-left: 0;}
.top_line_phone_get .tlpg_center {padding-left: 25px;}
.top_line_phone_get .tlpgbottom_center {text-align: center;display: inline-block;}
.top_line_phone_get {white-space: nowrap;text-align: center;}
.top_line_adress:before,.top_line_mail:before,.top_line_phone_get:before {top: -1px;left: 0;content: '';
  position: absolute;background-repeat: no-repeat;width: 20px;height: 20px;}
.top_line_adress:before {top: -5px;}
.top_line_adress:before {background-image: url(../img/site-icon/icon-place.png);}
.top_line_mail:before {background-image: url(../img/site-icon/icon-email.png);}
.top_line_phone_get:before {background-image: url(../img/site-icon/icon-work.png);}
.top_line_mail {color: #020202;text-decoration: none;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.top_line_mail:hover {color: #3c5cbf;text-decoration: underline;}
.top_line_menu {width: 100%;text-align: center;}
.top_line_menu ul li {display: inline-block;}
.top_line_menu ul li a {color: #020202;font-size: 18px;line-height: 1;padding: 5px 10px;text-transform: uppercase;
  text-decoration: none;-webkit-transition: all 0.24s ease;-o-transition: all 0.24s ease;transition: all 0.24s ease;}
.top_line_menu ul li a.mPS2id-highlight,.top_line_menu ul li a:hover {text-decoration: underline;color: #3c5cbf;}
.top_line_menu {margin-top: 20px;}
.top_recall {color: #3c5cbf;font-family: "GilroyMediumItalic", sans-serif;}
.top_line_phone_number {display: block;white-space: nowrap;padding: 1px 0;
  color: #131312;font-family: "GilroySemiBold", sans-serif;font-size: 20px;
  text-align: center;text-decoration: none;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.top_line_phone_number:hover {text-decoration: underline;}
.top_line_phone {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;
  display: flex;-webkit-box-pack: center;-webkit-justify-content: center;
  -ms-flex-pack: center;justify-content: center;-webkit-box-align: center;
  -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.header_box {width: 1140px;margin: 0 auto;}
.header_content {padding: 0;margin: 0;width: 65%;display: inline-block;position: relative;margin-top: 20px;}
.header_content_camera {top: -10%;left: 104%;position: absolute;
  background-image: url(../img/header_pic/photo-camera.png);
  width: 687px;height: 436px;}
.header_content h1 {color: #020202;margin-bottom: 30px;font-family: "GilroyBold", sans-serif;font-size: 50px;
  line-height: .98;margin-bottom: 33px;}
.header_content h1 span {font-size: 47px!important;display: block;color: #3c5cbf;}
.header_content h2 {color: #020202;margin-bottom: 330px;font-family: "GilroyMedium", sans-serif;
  font-size: 22px;line-height: 1.0;margin-bottom: 55px;font-weight: 500;}
.header_content h2 span {font-weight: bold;}
.header_list {list-style: none;}
.header_list li {padding-left: 48px;width: 41%;color: #020202;font-size: 18px;line-height: 1;
  margin-bottom: 22px;font-family: "GilroyMedium", sans-serif;display: -webkit-box;
  display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;
  -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.header_list li .header_list_center span {font-weight: bold;}
.header_list li:nth-child(1) {background-image: url(../img/site-icon/icon-camera.png);
  background-repeat: no-repeat;background-position: center left;height: 50px;}
.header_list li:nth-child(2) {background-image: url(../img/site-icon/icon-consult.png);
  background-repeat: no-repeat;background-position: center left;height: 50px;}
.header_list li:nth-child(3) {background-image: url(../img/site-icon/icon-hands.png);
  background-repeat: no-repeat;background-position: center left;height: 50px;}
.bloks-info-header{display: flex;flex-wrap: wrap;padding: 0px;margin: 10px 0px 0px 0px;}
.bloks-info-cont-item{width: 33%;margin-right: 0%;margin-left: 0%;}
.bloks-info-cont{clear:both;}
.bloks-info-icon{float: left;width:15%;}
.bloks-info-text{width:94%;color: #020202;font-size: 18px;line-height: 1;margin-bottom: 22px;
    font-family: "GilroyMedium", sans-serif;}
.bloks-info-text span{font-weight: bold;}
.topik{display: flex;flex-wrap: wrap;padding: 0px;margin: -15px 0px 30px 0px;}
.topik-item{width: 30%;margin-right: 1%;margin-left: 1%;}
.topik-item ul{list-style: none;color: #020202;font-size: 22px;line-height: 1;
    margin-bottom: 22px;font-family: "GilroyMedium", sans-serif;font-weight: 700;}
.topik-item ul li:before {content: "\f111";font-family: FontAwesome;font-size: 15px;margin-right: 7px;color: #fff;}
.topik-item ul li{padding: 10px;background: rgb(60,92,191,0.7);margin-bottom: 5px;}
.button_wrapper {margin-top: 55px;margin-bottom: 55px;}
.button_wrapper li {display: inline-block;padding-right: 22px;}
.button_wrapper li:last-child {padding-right: 0;}
.btn_color {
  position: relative;
  display: block;
  border: none;
  border-radius: 20px;
  padding: 17px 23px;
  text-align: center;
  outline: none;
  cursor: pointer;
  background: #ff983a;
  overflow: hidden;
  font-family: "GilroyMedium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
  cursor: pointer;
}

.btn_color_calculate {
  background-image: url(../img/site-icon/icon-pluse-and-munis.png);
  background-repeat: no-repeat;
  background-position: 17px center;
  padding-left: 70px;
  cursor: pointer;
}

.btn_color_blue {
  background: #3c5cbf;
  cursor: pointer;
}

.btn_color:hover {
  background: #ffb36d;
}

.btn_color_blue:hover {
  background: #617bcd;
}

.btn_color_calculate:hover {
  background-image: url(../img/site-icon/icon-pluse-and-munis.png);
  background-repeat: no-repeat;
  background-position: 17px center;
  padding-left: 70px;
}

.btn_color:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.btn_color:disabled {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
}

.btn_color:before {
  -webkit-animation: blinks ease-in-out 3s infinite;
  animation: blinks ease-in-out 3s infinite;
  position: absolute;
  left: -80px;
  bottom: -6px;
  height: 120%;
  content: '';
  background: url(../img/blink.png) no-repeat center;
  background-size: contain;
  width: 66px;
  height: 135px;
  cursor: pointer;
}

@-webkit-keyframes blinks {
  0% {
    left: 0;
  }
  30% {
    left: 500px;
  }
  100% {
    left: 500%;
  }
}

@keyframes blinks {
  0% {
    left: 0;
  }
  30% {
    left: 500px;
  }
  100% {
    left: 500%;
  }
}

/*  оформление мобильного меню    */
.top_line_mobile {
  display: none;
}

.button_container {
  position: relative;
  padding: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.button_container span {
  background: #020202;
  border: none;
  height: 3px;
  width: 90%;
  position: absolute;
  top: 10px;
  left: 5%;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 19px;
}

.button_container span:nth-of-type(3) {
  top: 28px;
}

.overlay {
  position: fixed;
  z-index: 1000;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  -o-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  text-align: center;
}

.overlay nav ul li a.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  position: relative;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #ff983a;
  text-transform: uppercase;
  font-size: 1.625rem;
  padding: 20px 0;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.rightfixed_box {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -67px;
  z-index: 999999999999999;
}

.rightfixed_box ul {
  list-style: none;
}

.disabled {
  pointer-events: none;
  /* делаем элемент неактивным для взаимодействия */
  cursor: default;
  /*  курсор в виде стрелки */
  color: #fff;
  /* цвет текста серый */
}

.rightfixed_box li {
  position: absolute;
}

.rightfixed_box li:nth-child(1) {
  top: 0;
}

.rightfixed_box li:nth-child(2) {
  top: 50px;
}

.rightfixed_box li:nth-child(3) {
  top: 100px;
}

.rightfixed_box li a {
  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  display: inline-block;
  background-color: #ff983b;
  padding: 10px 20px 10px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: "GilroyMedium", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
  right: -220px;
  background-repeat: no-repeat;
  background-size: 23px 30px;
  background-position: 10px center;
  padding-left: 55px;
  background-repeat: no-repeat;
}

.rightfixed_box li:nth-child(1) a {
  background-image: url(../img/site-icon/icon-sidebarcalculate.png);
}

.rightfixed_box li:nth-child(2) a {
  background-image: url(../img/site-icon/icon-sidebarengener.png);
  right: -222px;
}

.rightfixed_box li:nth-child(3) a {
  background-image: url(../img/social-link/tel-icom.png);
  right: -203px;
}

.rightfixed_box li a:hover {
  right: 0;
}

.block {margin-top: 60px;padding: 30px 0;}

.block_bottom {
  padding-top: 30px;
}

.block h2 {
  margin-bottom: 60px;
  font-family: "GilroySemiBold", sans-serif;
  text-align: center;
  color: #020202;
  font-size: 37px;
  line-height: 1.2px;
}

.service_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_lists_items {
  width: 15.42398%;
  -webkit-box-shadow: 0 0 7px rgba(226, 220, 213, 0.9);
  box-shadow: 0 0 7px rgba(226, 220, 213, 0.9);
  border: 3px solid #fbfaf9;
  padding-top: 15px;
  padding-bottom: 33px;
}

.sli_title {
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 7px rgba(251, 250, 249, 0.82);
  color: #020202;
  font-weight: 500;
  font-family: "GilroyMedium", sans-serif;
  padding-bottom: 22px;
}

.sli_icon {
  padding: 0;
  margin: 0;
}

.sli_icon img {
  margin: 0 auto;
}

.can_watch {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.can_watch_item {
  width: 65%;
  text-align: right;
}

.can_watch_item h2 {
  text-align: right;
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.can_watch_item h3 {
  color: #020202;
  font-family: "GilroyBold", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 47px;
}

.can_watch_text {
  width: 73%;
  text-align: left;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 200;
  opacity: 1;
}

.can_watch_labe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 85px;
  position: relative;
  margin-bottom: 85px;
}

.can_watch_border {
  right: 16px;
  top: -12px;
  position: absolute;
  width: 250px;
  height: 75px;
  border: 3px solid rgba(60, 92, 191, 0.6);
  z-index: 100;
}

.cwi_wrapper, .tds_wrapper {
  text-align: center;
}

.cwi_wrapper .btn_color {
  display: inline-block;
  padding: 22px 37px;
}

.tds_wrapper .btn_color {
  display: inline-block;
  padding: 20px 65px;
}

.hand_phone {
  background-image: url(../img/header_pic/photo-mobile-and-hands.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 890px 413px;
}

.border_quize {
  text-align: center;
  -webkit-box-shadow: 5px 3px 19px -4px rgba(0, 0, 0, 0.24);
  box-shadow: 5px 3px 19px -4px rgba(0, 0, 0, 0.24);
}

.block_descr {
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 21px;
  text-align: center;
}

.block_litl_descr {
  color: #bfbfbf;
  font-family: "GilroyMediumItalic", sans-serif;
  font-size: 20px;
  line-height: 0.9;
  margin-bottom: 30px;
  text-align: center;
}

.why_youneed_fon {
  background-image: url(../img/youneed-fon/logo-fon.png), url(../img/youneed-fon/fon-right.png), url(../img/youneed-fon/fon-left.jpg);
  background-position: center center, center right, center left;
  background-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-background-size: auto, cover, cover;
  background-size: auto, cover, cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why_youneed_fon h2 {
  position: relative;
  color: #fff;
}

.why_youneed_fon:before {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #3c5cbf;
  opacity: .78;
}

.why_youneed_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.why_youneed_wrap_item {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.wy_icon {
  margin-right: 12px;
}

.wy_title {
  color: #ff983a;
  font-family: "GilroyBold", sans-serif;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.wy_text {
  color: #ffffff;
  font-family: "GilroyMedium", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.several_facts {
  /*background-image: url(../img/several-facts/fon-block-we.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
   position: relative;
}
.block.several_facts{margin-top:20px;}
.block.howwork{background:#f9f9f9;margin-top:0px;padding-top:80px;}
.block.command_container{padding-bottom:50px;}
.link-smeta{font-family: "GilroyMedium", sans-serif; text-align:center;font-size: 20px;color: #020202;margin-bottom:30px;}
.link-smeta a{color: #020202;text-decoration:none;border-bottom: 1px dotted;}
.link-smeta a:hover{color:#ff983a;border-bottom: 1px dotted #ff983a;}

.sf_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sf_wrap_item {
  border-right: 4px solid rgba(60, 92, 191, 0.56);
  border-bottom: 4px solid rgba(60, 92, 191, 0.56);
  width: 45%;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 0px 10px transparent;
  box-shadow: 0px 0px 0px 10px transparent;
}

.sf_wrap_item:after,
.sf_wrap_item:before {
  background-color: rgba(60, 92, 191, 0.56);
  position: absolute;
  content: '';
}

.sf_wrap_item:after {
  width: 85%;
  right: 0;
  top: 0;
  height: 4px;
}

.sf_wrap_item:before {
  height: 50%;
  left: 0;
  bottom: 0;
  width: 4px;
}

.sf_content {
  padding: 20px 25px 30px 47px;
  text-align: center;
  background-color: #fff;
  margin: 12px 10px 16px 13px;
  width: 95%;
  height: 90%;
}

.sf_content_icon {
  position: absolute;
  left: -25px;
  top: -16px;
  width: 81px;
  height: 95px;
}

.sf_title {
  font-family: "GilroySemiBold", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin: 0 auto 22px;
  width: 85%;
}

.sf_text {
  font-family: 'GilroyMedium', sans-serif;
  line-height: 1;
}

.sf_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 42px;
  margin-top: 52px;
}

.sf_number_item {
  width: 20%;
}

.sf_number_counter {
  /* Style for "объектов" */
  color: #020202;
  font-family: 'GilroyMedium', sans-serif;
  font-size: 30px;
  line-height: 0.6;
  text-align: center;
  padding-bottom: 20px;
}

.sf_number_counter span {
  color: #3c5cbf;
  font-size: 35px;
  font-weight: 700;
  line-height: 0.51429;
}

.sf_number_text {
  color: #020202;
  font-family: 'GilroyMedium', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.our_clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our_clients_items {
  width: 20%;
}

.our_clients_items {
  position: relative;
  padding: 25px 0;
}

.our_clients_items .img-responsive {
  margin: 0 auto;
}

.our_clients_items:before {
  background-image: url(../img/site-icon/line-gorizont.png);
  content: '';
  position: absolute;
  width: 92%;
  height: 1px;
  left: 4%;
  bottom: 0;
}

.our_clients_items:after {
  background-image: url(../img/site-icon/line-vertical.png);
  content: '';
  position: absolute;
  width: 1px;
  height: 92%;
  right: 0;
  bottom: 4%;
}

.our_clients_items:nth-child(5n+5):after {
  display: none;
}

.how_works {
  margin-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.how_works_items {
  width: 30.50%;
  border: 3px solid rgba(60, 92, 191, 0.68);
  margin-right: 47px;
  margin-bottom: 37px;
  position: relative;
}

.how_works_items:nth-child(3n+3) {
  margin-right: 0;
}

.hwi_content {
  padding: 38px 10px  25px 36px;
}

.hwi_title {
  font-family: 'GilroyBold', sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hwi_text {
  font-family: 'GilroyMedium', sans-serif;
  line-height: 1.125;
}

.how_step {
  background-color: #f9f9f9;
  width: 70px;
  height: 63px;
  line-height: 63px;
  padding-top: 25px;
  text-align: center;
  top: 45px;
  left: -39px;
  position: absolute;
  color: #3c5cbf;
  font-family: 'GilroyBold', sans-serif;
  font-size: 72px;
  line-height: 18px;
  
  display: block;
}

.how_step_up {
  top: 23px;
  right: -13px;
  position: absolute;
  font-size: 25px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.how_step_foure {
  right: -17px;
}

.how_step_one {
  right: -8px;
}

.how_icons {
  left: 50%;
  margin-left: -34px;
  top: -25px;
  position: absolute;
  width: 68px;
  height: 46px;
  line-height: 68px;
  background-color: #f9f9f9;
}

.garanty_descr {
  width: 90%;
  margin: 0 auto 10px;
  color: #020202;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 34px;
}

.garanty_descr span {
  font-weight: 700;
}

.garanty_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 35px;
}

.garanty_box_items {
  width: 23%;
  text-align: center;
}

.garanty_box_icon {
  width: 47px;
  height: 47px;
  margin: 0 auto 12px;
}

.garanty_box_title {
  color: #020202;
  font-family: "GilroyBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
}

.garanty_box_text {
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
}

.aquip_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 100px;
}
.aquip_wraptwo{display: flex;flex-wrap: wrap;padding: 0px;margin: 0px 0px 20px 0px;padding-top: 100px;}
.aquip_wraptwo .aquip_items {width: 31%;margin:0px 2%;}
.aquip_items.child{margin-left: 35%;}
.aquip_items {width: 31%;border: 5px solid rgba(60, 92, 191, 0.78);
  padding: 127px 20px 30px 33px;position: relative;}

ul.aquip_items_list {
  list-style-type: none;
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 16px;
  line-height: 1;
}

ul.aquip_items_list li {
  position: relative;
  margin-bottom: 8px;
}

ul.aquip_items_list li:before {
  top: 2px;
  left: -16px;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3c5cbf;
  border-radius: 50%;
}

.aquip_items_icon {
  top: -18%;
  left: 15%;
  position: absolute;
}

.aquip_items_icon_center {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.block_title_small {
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  padding: 40px 0;
}

.type_camera_over {
  position: relative;
}

.type_camera_over .img-responsive {
  margin: 0 auto;
}

.tco_eighthmarker,
.tco_sixthmarker,
.tco_fifthmarker,
.tco_fourthmarker,
.tco_therdmarker,
.tco_secondmarker,
.tco_firstmarker {
  position: absolute;
  background-image: url(../img/mark-type/marker.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 54px;
  height: 54px;
  cursor: pointer;
  -webkit-transition: all 0.42s ease;
  -o-transition: all 0.42s ease;
  transition: all 0.42s ease;
}

.tco_firstmarker {
  top: 3%;
  right: 20%;
}

.tco_secondmarker {
  top: 20%;
  left: 21%;
}

.tco_therdmarker {
  bottom: 17%;
  right: 37%;
}

.tco_fourthmarker {
  top: 47%;
  left: 21%;
}

.tco_fifthmarker {
  top: 44%;
  right: 36%;
}

.tco_sixthmarker {
  bottom: 10%;
  left: 27%;
}

.tco_eighthmarker {
  bottom: 17%;
  right: 19%;
}

.tooltip_templates {
  display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  background: #fff;
  border-radius: 6px;
  border: 4px solid rgba(60, 92, 191, 0.78);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
  max-width: 400px;
  padding: 11px 20px 17px 25px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content h2 {
  color: #3c5cbf;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  font-family: "GilroySemiBold", sans-serif;
  margin-bottom: 20px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content ul {
  list-style: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content ul li {
  position: relative;
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  margin-bottom: 5px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content p {
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  margin-bottom: 5px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content ul li:before {
  top: 4px;
  left: -16px;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3c5cbf;
  border-radius: 50%;
}

.benefits_fon {
  padding: 80px 0;
  background-image: url(../img/benefits-fon/fon-best-camera.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.block.several_facts .container{margin:40px 0px;}
.benefits_fon:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: rgba(251, 250, 249, 0.75);
}

.benefits_fon .container {
  position: relative;
}

.engineer_fon {
  padding: 47px 0 63px;
  background-color: #3c5cbf;
}

.engineer_fon h2 {
  color: #fff;
}

.engineer_box {
  margin-top: 32px;
  width: 70%;
  position: relative;
}

.engineer_box_complect {
  top: 87px;
  left: 89%;
  width: 404px;
  height: 257px;
  position: absolute;
  background-image: url(../img/you-need-form/complekt-camera.png);
}

.engineer_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 19px 2px rgba(255, 255, 255, 0.31);
  box-shadow: 0 0 19px 2px rgba(255, 255, 255, 0.31);
  background-color: #ffffff;
}

.engineer_left {
  width: 40%;
  color: #fbfaf9;
  padding-top: 28px;
  padding-left: 27px;
  -webkit-box-shadow: 0 0 4px rgba(170, 170, 170, 0.99);
  box-shadow: 0 0 4px rgba(170, 170, 170, 0.99);
  background-color: #fbfaf9;
}

.engineer_right {
  width: 60%;
  padding-top: 28px;
  padding-left: 24px;
  padding-right: 75px;
  padding-bottom: 10px;
}

.el_title {
  color: #020202;
  font-family: "GilroyBold", sans-serif;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 25px;
}

.engineer_left ol {
  padding-left: 20px;
  list-style-type: none;
  counter-reset: my-counter;
}

.engineer_left ol li {
  display: list-item;
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

.engineer_left ol li::before {
  left: -26px;
  top: 14px;
  font-size: 35px;
  line-height: 0.45714;
  font-family: "GilroyExtraBold", sans-serif;
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #3c5cbf;
  font-weight: bold;
}

.forms-engineer {
  padding: 0;
  margin: 0;
}

.forms-engineer_wrapper {
  text-align: center;
}

.forms-engineer_wrapper h4 {
  color: #020202;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 12px;
}

.forms-engineer_wrapper h5 {color: #020202;font-family: "GilroyMedium", sans-serif;
  font-size: 18px;line-height: 0.72;margin-bottom: 20px;}
.command_box {display: flex;flex-wrap: wrap;padding: 0px;margin: 0px 0px 20px 0px;
    padding-top: 30px;/*display: -webkit-box;
  display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;
  -webkit-justify-content: space-between;-ms-flex-pack: justify;
  justify-content: space-between;*/margin-bottom: 40px;}

.cbl_title {white-space: nowrap;color: #ffffff;font-family: "GilroySemiBold", sans-serif;
  font-size: 18px;line-height: 18px;margin-bottom: 5px;}
.cbl_position {color: #020202;font-family: "GilroyMedium", sans-serif;font-size: 14px;line-height: 1;}
.command_container .block_descr {width: 90%;margin: 0 auto 20px;}
.command_container .block_descr_two {width: 77%;margin: 0 auto;}
.datepicker--time-row input[type=range] {border: none;}
#disabled-days {position: relative;}
#disabled-days:before {top: 0;right: 30px;content: '';position: absolute;width: 100px;
  height: 20px;background-color: #dfe1e2;background-color: red;}

.aquip_items_title {
  color: #020202;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.slider_sertificate {
  margin-top: 30px;
}
.sss_item img {
width: 100%;
}
.slider_work .slick-slide .ss_item img,
.slider_sertificate .slick-slide .ss_items img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.slider_work .slick-prev:before,
.slider_work .slick-next:before,
.slider_sertificate .slick-prev:before,
.slider_sertificate .slick-next:before {
  z-index: 50;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  z-index: 50;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  color: transparent;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider_work .slick-prev {
  right: -22px;
  z-index: 50;
}

.slider_sertificate .slick-prev {
  left: -67px;
  z-index: 50;
}

.slider_sertificate .slick-next {
  right: 24px;
  z-index: 50;
}

.slider_work .slick-next {
  right: 74px;
  z-index: 50;
}

.slider_work .slick-prev {
  left: 290px;
  opacity: 1;
}

.slider_work .slick-next {
  right: 379px;
  opacity: 1;
}

.slider_work .slick-next:before,
.slider_sertificate .slick-next:before {
  background: url(../img/arrows/right-arrow.png) no-repeat center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-size: cover;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.slider_work .slick-prev:before,
.slider_sertificate .slick-prev:before {
  background: url(../img/arrows/left-arrow.png) no-repeat center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-size: cover;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  opacity: 1;
}
.slider_work .slick-prev:before:hover,
.slider_work .slick-prev:before:focus,
.slider_work .slick-next:before:hover,
.slider_work .slick-next:before:focus {
  /*   outline: none; */
  opacity: 1;
  color: transparent;
}









.slider_work .slick-slide {
  margin: 0 10px;
}

.slider_sertificate .slick-slide {
  margin: 0 12px;
}

/* the parent */
.slider_work .slick-list,
.slider_sertificate .slick-list {
  margin: 0 -27px 21px;
}

/* .slider_sertificate .ss_items {
  border: 1px solid red;
  } */

  .hidden {
    display: none;
  }

  .mfp-arrow {
    width: 108px;
    height: 108px;
  }

  .mfp-arrow-left:before,
  .mfp-arrow-right:before,
  button.mfp-arrow-right:after,
  button.mfp-arrow-left:after {
    border: none;
  }

  .mfp-arrow-right {
    right: 178px;
  }

  .mfp-arrow-left {
    left: 178px;
  }

  button.mfp-arrow-right:before,
  button.mfp-arrow-left:before {
    width: 108px;
    height: 108px;
  }

  button.mfp-arrow-right {
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
    background: url(../img/arrows/right-arrow.png) no-repeat center;
    border-radius: 50%;
  }

  button.mfp-arrow-left {
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
    background: url(../img/arrows/left-arrow.png) no-repeat center;
    border-radius: 50%;
  }

  button.mfp-arrow-left:before,
  button.mfp-arrow-right:before {
    display: none;
  }

  .faq_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .faq_box_item {
    width: 50%;
    padding: 0 20px 0 10px;
  }


  .acc {
    overflow: hidden;
    padding: 0;
  }

  .acc li {
    list-style-type: none;
    padding: 0;
  }

  .acc_ctrl {
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 17px 17px 9px 46px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    color: #020202;
    font-family: 'GilroyMedium', sans-serif;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    background-color: #f9f9f9;
    border:1px solid #f9f9f9;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.42s ease;
    -o-transition: all 0.42s ease;
    transition: all 0.42s ease;
  }

  .acc_ctrl:before {
   margin-left: 10px;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 26px;
   height: 26px;
   content: '';
   position: absolute;
   background-image: url(../img/arrows/accordion-plus.png);
   background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
 }

 .acc_ctrl.active:before {
  background-image: url(../img/arrows/accordion-minus.png);
}

.acc_panel {
  display: none;
  overflow: hidden;
}

.acc_ctrl.active {
  margin-bottom: 0;
  background-color: #fff;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}

.acc_ctrl.active + .acc_panel {
  border-bottom: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.accordion .accordion_tab .accordion_arrow {
  background-image: url(../img/arrows/accordion-plus.png);
}

.accordion .accordion_tab.active .accordion_arrow {
  background-image: url(../img/arrows/accordion-minus.png);
}
.acc_panel {
  padding: 0 5px 5px 45px;
  margin-top: 0;
}

.acc_panel p {
  color: #6c6c6c;
  font-family: "GilroyMedium", sans-serif;
  font-size: 16px;
  line-height: 1.125;
}

footer {padding: 17px 0;}
.footer_box {display: -webkit-box;display: -webkit-flex;
  display: -ms-flexbox;display: flex;-webkit-box-pack: justify;
  -webkit-justify-content: space-between;-ms-flex-pack: justify;
  justify-content: space-between;}
.footer_box_item {width: 25%;}
.footer_ip {color: #535353;font-family: "GilroyMedium", sans-serif;
  font-size: 12px;font-weight: 500;line-height: 1.16667;margin-top: 14px;text-align: center;}
.footer_contact ul {list-style: none;}
.footer_contact ul li {margin-top: 9px;}
.footer_contact_phone {color: #3c5cbf;font-family: "GilroyBold", sans-serif;
  font-size: 25px;line-height: 0.83333;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;text-decoration: none;}
.footer_contact_phone:hover {text-decoration: underline;}
.footer_contact_adress {color: #000000;font-family: "GilroyMedium", sans-serif;
  font-size: 14px;font-weight: 500;line-height: 16 / 14;}
.footer_contact_mail {font-family: "GilroyMedium", sans-serif;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;text-decoration: none;
  color: #161616;font-size: 14px;line-height: 1.14286;}
.footer_contact_mail:hover {text-decoration: underline;}
.footer_contact_adress,.footer_contact_mail {position: relative;padding-left: 25px;}
.footer_contact_adress:before,.footer_contact_mail:before {position: absolute;top: -1px;
  left: 0;content: '';background-repeat: no-repeat;width: 20px;height: 20px;
background-image: url(../img/site-icon/icon-place.png);}
.footer_contact_mail:before {background-image: url(../img/site-icon/icon-email.png);}
.footer_politics {text-align: center;margin-top: 14px;}
.footer_politics a {text-align: center;color: #020202;font-family: "GilroyMedium", sans-serif;
  font-size: 14px;line-height: 16 / 14;text-decoration: none;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.footer_politics a:hover {text-decoration: underline;}
.footer_social {padding: 0;margin: 0;}
.footer_social ul {list-style: none;text-align: center;padding-top: 15px;}
.footer_social ul li {display: inline-block;}
.footer_social ul li a {-webkit-filter: grayscale(100%);filter: grayscale(100%);
  -webkit-transition: all 0.24s ease;-o-transition: all 0.24s ease;
  transition: all 0.24s ease;}
.footer_social ul li a:hover {-webkit-filter: none;filter: none;}
.footer_aten {color: #535353;font-family: "GilroyMedium", sans-serif;font-size: 14px;
line-height: 1;margin-bottom: 30px;}
.footer_copyright {color: #9b9b9b;font-family: "GilroyMedium", sans-serif;font-size: 14px;
line-height: 1;}
.footer_copyright a {color: #9b9b9b;text-decoration: none;text-transform: uppercase;}
.footer_copyright a {text-decoration: underline;}

.slick-dotted.slick-slider,
.slider_work {
  margin-bottom: 59px;
}

.slider_work .current-slideOne div .ss_item a img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.slider_work_popup .slider_popup_box .slick-dots {
  bottom: -25px;
}

.slider_popup_box .ss_item img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.slider_work .slick-dots {
  bottom: -35px;
}

.current-slideOne.slick-center div .ss_item a img {
  -webkit-filter: none;
  filter: none;
}

.slick-center.current-slideOne:nth-child(2n+1) div .ss_item a img {
  -webkit-filter: none;
  filter: none;
}

.slider_work .delopacity_right div .ss_item a img,
.slider_work .delopacity_left div .ss_item a img {
  -webkit-filter: none;
  filter: none;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots li button {
  border: 1px solid #3c5cbf;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.slick-dots li.slick-active button {
  background-color: #3c5cbf;
}

.slick-dots li {
  margin: 0;
}

.block .block4 h2 {
  margin-bottom: 36px;
}

.block_slider {
  background: #f9f9f9;
  padding: 40px 0;
  margin: 0 0 50px 0;
}

.block_slider h2 {
  line-height: 27px;
}

.block4,
.block4_second {
  padding-bottom: 0;
  overflow: hidden;
}

.slide4_second,
.slide4 {
  position: relative;
  width: 480px;
  -webkit-box-shadow: 0 0 7px 1px rgba(235, 234, 233, 0.82);
  box-shadow: 0 0 7px 1px rgba(235, 234, 233, 0.82);
  background-color: #ffffff;
  opacity: 0.8;
  padding: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.slider4_second,
.slider4 {
  width: 480px;
  margin: auto;
  position: relative;
}

.slideContent,
.slideContent_second {
  position: relative;
}

.slk4BigImage_second,
.slk4BigImage {
  width: 100%;
  height: 275px;
  margin-bottom: 5px;
  position: relative;
}

.blk4prew,
.blk4prew_second {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  height: 0 !important;
}

.slk4minImage,
.slk4minImage_second {
  display: inline-block;
  width: 104px;
  height: 65px;
  margin-right: 4px;
  cursor: pointer;
}

.slk4minImage,
.slk4minImage_second:last-of-type {
  margin-right: 0;
}

.slide4_title {
  color: #020202;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 25px;
  line-height: 0.72;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.slide4_list {
  list-style-type: none;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.slide4_list li {
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.slide4_list li:before {
  top: 4px;
  left: -16px;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3c5cbf;
  border-radius: 50%;
}

.block4_second .priceBlock,
.block4 .priceBlock {
  width: 340px;
  padding: 25px 0;
  text-align: center;
  font-weight: 300;
  margin: auto;
  margin-bottom: 25px;
  position: relative;
  background-image: url(../img/site-icon/priceborder.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: "GilroyMedium", sans-serif;
  font-size: 25px;
  color: #020202;
  line-height: 20 / 25;
}

.block4_second .priceBlock span,
.block4 .priceBlock span {
  font-family: "GilroyBold", sans-serif;
  position: relative;
}

.block4_second .priceBlock span:before,
.block4 .priceBlock span:before {
  top: -4px;
  right: -18px;
  position: absolute;
  content: '*';
  color: #ff983a;
  font-size: 33px;
  line-height: 25 / 33;
  font-family: "GilroySemiBold", sans-serif;
}

.vapooSlide_second,
.vapooSlide {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  opacity: 0.8;
}

.vapooSlide {
  opacity: 0;
}

.vapooSlide_second.active,
.vapooSlide.active {
  position: relative;
  opacity: 1;
  z-index: 50;
}

.sliderLeft_second,
.sliderLeft {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  left: -400px;
  z-index: 50;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  background: url(../img/arrows/left-arrow.png) no-repeat center;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sliderRight_second,
.sliderRight {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  right: -400px;
  z-index: 50;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  background: url(../img/arrows/right-arrow.png) no-repeat center;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sliderLeft2_second,
.sliderLeft2 {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
}

.sliderRight2_second,
.sliderRight2 {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
}

.vapooSlide_second.next, .vapooSlide_second.prev,
.vapooSlide.next, .vapooSlide.prev {
  opacity: .9;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.vapooSlide_second.prev,
.vapooSlide.prev {
  left: -400px;
  z-index: 10;
}

.vapooSlide_second.next,
.vapooSlide.next {
  left: 400px;
  z-index: 10;
}

.vapooSlide_second.nextnext, .vapooSlide_second.prevprev,
.vapooSlide.nextnext, .vapooSlide.prevprev {
  opacity: .3;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.vapooSlide_second.prevprev,
.vapooSlide.prevprev {
  left: -600px;
  z-index: 5;
}

.vapooSlide_second.nextnext,
.vapooSlide.nextnext {
  left: 600px;
  z-index: 5;
}

.type_des_wraper {
  text-align: center;
}

.type_des {
  display: inline-block;
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-top: 34px;
}

.type_des:before {
  top: 2px;
  left: -20px;
  position: absolute;
  content: '*';
  color: #ff983a;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 33px;
  line-height: 25px;
}

.slider_work_popup {
  max-width: 720px;
  margin: auto;
  padding: 40px 20px 30px 20px;
  background-color: #fff;
  position: relative;
}

.slider_popup_title {
  text-align: center;
  color: #020202;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 18px;
}

.slider_popup_list {
  font-size: .8rem;
  color: #020202;
  -webkit-column-width: auto;
  -moz-column-width: auto;
  column-width: auto;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.slider_popup_list p {
  margin-bottom: 10px;
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 16px;
  line-height: 12px;
}

.slider_popup_list p span {
  font-family: "GilroyBold", sans-serif;
}

.slider_work_popup .slick-dotted.slick-slider {
  margin-bottom: 29px;
}

.slider_work_popup button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: url(../img/arrows/close_form.png) no-repeat center;
  background-size: 27px 26px;
  color: transparent;
}

.slider_work_popup button.mfp-close:active,
.slider_work_popup button.mfp-close:hover,
.slider_work_popup button.mfp-close:focus {
  opacity: 1;
}

.forms-calldecor .success {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ff983a;
  color: #fff;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.forms-calldecor .success.active {
  z-index: 1;
}

/* стилизую форму всплывашку для обратной связи */
.forms-call {
  max-width: 720px;
  min-width: 300px;
  overflow: hidden;
  padding: 18px 40px 25px 18px;
  position: relative;
  -webkit-transition: all 0.5s else;
  -o-transition: all 0.5s else;
  transition: all 0.5s else;
  margin: auto;
  -webkit-box-shadow: 0 0 10px #e1e1e1;
  box-shadow: 0 0 10px #e1e1e1;
  background-color: #ffffff;
}

.form_call_wrapper {
  text-align: center;
}

.form_call_title {
  color: #020202;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 18px;
}

.form_call_desc {
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto 35px;
  width: 90%;
}

.form_call_wrap {
  padding-right: 11%;
  padding-left: 3%;
}

.form_call_input {
  width: 100%;
  color: #4e4e4e;
  display: inline-block;
  height: 35px;
  font-size: 16px;
  line-height: 16px;
  border: none;
  border-bottom: 1px solid #eeeeee;
  background-color: #e5e5e5;
  background-color: #fff;
  text-indent: 0;
  -webkit-transition: all 0.42s ease;
  -o-transition: all 0.42s ease;
  transition: all 0.42s ease;
  outline: none;
}

.input_form_d[type=tel],
.form_call_input[type=tel] {
  margin-top: 5px;
}

.input_form_d {
  width: 63%;
  color: #4e4e4e;
  display: block;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  border: 1px solid #dfe1e2;
  border-radius: 10px;
  text-indent: 10px;
  -webkit-transition: all 0.42s ease;
  -o-transition: all 0.42s ease;
  transition: all 0.42s ease;
}

.form_call_input:required:valid,
.form_call_input:focus:required:invalid,
.form_call_input:focus:required:invalid,
.form_call_input:active,
.form_call_input:focus,
.form_call_input:hover {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  color: #353535;
}

.input_form_d:required:valid,
.input_form_d:focus:required:invalid,
.input_form_d:focus:required:invalid,
.input_form_d:active,
.input_form_d:focus,
.input_form_d:hover {
  background-color: #fff;
  color: #353535;
}

.button_clear {
  display: none;
}

.form_call_input_border .cwi_wrapper {
  text-align: left;
}

.form_call_input_border .btn_color_d {
  background-image: url(../img/form/icon-dowload.png);
  background-repeat: no-repeat;
  background-position: 17px center;
  padding-left: 70px;
  cursor: pointer;
  text-transform: none;
  padding-left: 63px;
  padding-right: 63px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn_color_d:hover {
  background-image: url(../img/form/icon-dowload.png);
  background-repeat: no-repeat;
  background-position: 17px center;
  padding-left: 70px;
  padding-left: 63px;
  padding-right: 63px;
}

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.form_call_how {
  color: #040404;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 21px 0 21px 0;
  text-align: left;
}

.form_call_input_wrapper {
  width: 100%;
  padding-left: 60px;
}

.form_call_input_wrapper .cwi_wrapper {
  margin-bottom: 20px;
  margin-top: 30px;
}

.form_call_input_wrapper .checkbox_box {
  width: 81%;
  margin-left: 0;
  padding-left: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.dont_wont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 78%;
  margin: 0 auto;
}

.dont_wont_left {
  padding-top: 7px;
  color: #020202;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.dont_wont_left span {
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-top: 5px;
}

.dont_wont_link {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-left: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

.form_call_download .form_call_desc {
  width: 89%;
}

.form_call_input_border {
  border: 5px solid rgba(60, 92, 191, 0.56);
  padding-right: 10%;
  margin-right: 40%;
  padding-top: 54px;
  position: relative;
  padding-left: 16px;
  padding-bottom: 54px;
  padding-left: 22px;
}

.form_call_input_border:before {
  background-color: #fff;
  top: 21px;
  left: 68%;
  padding: 11px 0 5px 0;
  content: '';
  width: 289px;
  height: 296px;
  position: absolute;
  background-image: url(../img/form/book-praices.png);
  background-repeat: no-repeat;
}

.form-callback_iner {
  padding-top: 20px;
}

.forms-call h4 {
  /* color: $button-hover; */
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  line-height: 1.23333;
  margin-bottom: 20px;
}

.forms-call h5 {
  width: 75%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #000;
  font-weight: normal;
}

.forms-engineer_wrapper .input_form {
  width: 90%;
  color: #4e4e4e;
  display: inline-block;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  border: 1px solid #dfe1e2;
  border-radius: 10px;
  text-indent: 10px;
  -webkit-transition: all 0.42s ease;
  -o-transition: all 0.42s ease;
  transition: all 0.42s ease;
}

.forms-engineer_wrapper .input_form:focus,
.forms-engineer_wrapper .input_form:hover {
  border: 1px solid #8f9699;
  color: #353535;
}

.forms-engineer_button {
  margin-top: 30px;
  margin-bottom: 20px;
}

.forms-engineer_button .btn_color {
  margin: 0 auto;
}

.checkbox_box {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  text-align: left;
}

.checkbox {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.checkbox {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.checkbox input[type="checkbox"] {
  margin-left: 0;
  padding: 0;
}

.checkbox input[type="checkbox"].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  border: 0;
}

.checkbox input[type="checkbox"].css-checkbox + label.css-label {
  background-image: url("../img/form/icon-cheksbox.png");
  padding-left: 22px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  font-size: 0.8125rem;
  line-height: 1.07692;
  color: #4e4e4e;
  font-family: "GilroyMedium", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.checkbox input[type="checkbox"].css-checkbox + label.css-label:hover {
  opacity: 1.0;
}

.checkbox input[type="checkbox"]:checked + label.css-label {
  background-image: url("../img/form/checkboxgreen.png");
}

.css-label a {
  color: #4e4e4e;
  font-family: "GilroyMedium", sans-serif;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.css-label a:hover {
  color: #353535;
}

.checkbox_download .checkbox input[type="checkbox"].css-checkbox + label.css-label {
  line-height: 1.3;
}

.form_call_download .checkbox_download {
  text-align: left;
  margin-top: 14px;
}

.form_call_download .checkbox_download .checkbox {
  display: inline-block;
}

.checkbox_download .checkbox {
  margin-bottom: 0;
}

.form_call_download .form_call_input_border .checkbox_box {
  padding-left: 0;
}

.ymap-container {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/maps_yandex.jpg") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
}

.ymap-overblock {width:23%;
  left: 364px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  padding: 16px 24px 30px 24px;
  background-color: #fff;
  z-index: 100;
  text-align: center;
}

.ymap-overblock_title {
  color: #020202;
  font-family: "GilroyMedium", sans-serif;font-weight:400!important;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px;
}

.ymap-overblock_descrtle {
  color: #020202;
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.ymap-overblock_whatsapp {
  width: 23%;
    margin: 15px auto 32px;
  color: #020202;
  font-family: "GilroyMedium", sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
}

.yowa_link {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 480px;
  cursor: pointer;
  background-color: transparent;
}

.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #313131;
  -webkit-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after, .loader:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: -webkit-calc(50% - 24px);
  top: calc(50% - 24px);
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.form-callback_item .input_form {
  color: #020202;
  font-size: 0.95rem;
}

.label_name {
  margin-left: 5%;
  color: #fff;
}

.forms-call .button-call {
  float: none;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.forms-call .link_form a {
  color: #fff;
}

/* Hide original inputs */
.checkbox_box input[type=checkbox], input[type=radio] {
  display: none;
}

.submit_bb {
  display: inline-block;
  padding: 15px 40px;
  background-color: #017D61;
  border-radius: 30px;
  font-weight: 800;
  border: none;
  color: #f1f1f1;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.submit_bb:hover {
  background-color: #019675;
}

.mfp-bg {
  background-color: #7d7d7d;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.71;
}

.forms-call .mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: url(../img/arrows/close_form.png) no-repeat center;
  background-size: 27px 26px;
  color: transparent;
}

.input_form {
  display: block;
  width: 90%;
  margin: 10px auto 0;
  height: 40px;
  font-size: 1.25rem;
  line-height: 40px;
  color: #000;
  border: 1px solid #020202;
  text-indent: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-border {
  border: 1px solid #020202;
}

.input_form:focus,
.input_form:hover {
  border: 1px solid #020202;
  border-bottom: 1px solid #020202;
}

.input-border:focus,
.input-border:hover {
  border: 1px solid #E5722C;
  border-bottom: 1px solid #020202;
}

.submit {
  display: block;
  width: 90%;
  margin: 10px auto 0;
  height: 40px;
  line-height: 40px;
  background-color: #020202;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.submit:hover {
  background-color: #020202;
}

.form_info {
  color: #7E7E7E;
  width: 80%;
  margin: 20px auto;
  font-size: 0.75rem;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.615s ease-out;
  -o-transition: all 0.615s ease-out;
  transition: all 0.615s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transition: all 0.615s ease-out;
  -o-transition: all 0.615s ease-out;
  transition: all 0.615s ease-out;
  -webkit-transform: translateY(1%);
  -ms-transform: translateY(1%);
  transform: translateY(1%);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}

.popup_check {
  width: 82%;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 15px;
}

.popup_check-input {
  margin-left: 5px;
  margin-right: 5px;
}

.checkbox-custom, .radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  font-size: 1rem;
  color: #4e4e4e;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #4e4e4e;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #4e4e4e;
  padding: 0;
  margin-right: 7px;
  text-align: center;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label {
  color: #4e4e4e;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #4e4e4e;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px  #4e4e4e;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px  #4e4e4e;
  color: #4e4e4e;
}

.radio-custom:focus + .radio-custom-label {
  outline: none;
  color: #4e4e4e;
}

.politics_box {
  padding: 0;
  margin: 81px 0px 0px 0px;
}

.politics_box a {
  color: #040404;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.politics_box a:hover {
  color: black;
}

.politics_title {
  font-family: "RobotoBold", sans-serif;
  font-size: 2.0rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.politics_blocktitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.politics_minititle {
  margin-bottom: 5px;
}

.politics_box span {
  font-weight: bold;
}

.politics_biglist {
  margin-bottom: 30px;
}

.politics_biglist li, .politics_box p {
  margin-bottom: 5px;
}

.politics_biglist li:last-child {
  margin-bottom: 0;
}

.politics_litlelist {
  margin-left: 30px;
  margin-bottom: 5px;
}

.politics_litlelist li {
  list-style-type: disc;
}

.politics_date {
  text-align: right;
  margin-top: 20px;
}

.block6 {
  padding-bottom: 0;
  overflow: hidden;
}

.vidotz {
  overflow: hidden;
}

.vidotz1 {
  width: 805px;
  height: 447px;
  float: left;
  margin-right: 15px;
}

.otz2 {
  width: 365px;
  float: left;
  margin-right: 15px;
}

.vidotz2 {
  width: 365px;
  height: 216px;
  margin-bottom: 15px;
}

.block6 .blockHd {
  margin-bottom: 50px;
}

.otziv6 {
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 50px 40px;
  width: 928px;
  height: 515px;
}

.otziv6 {
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 40px 40px;
    width: 500px;
  height: 740px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 1px rgba(235, 234, 233, 0.82);
  box-shadow: 0 0 7px 1px rgba(235, 234, 233, 0.82);
}

.otz_wrap {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/admyclients/cav-line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.otzMimage {
  width: 72px;
  height: 72px;
  margin-right: 10px;
  border-radius: 50%;
/*   background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}

.otzMName {
  margin-top: 8px;
  color: #020202;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.otzMName span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.wrap_onziv {
  width: 568px;
  width: 530px;
  margin: 15px auto 0;
}

.footer {
  height: 600px;
}

.otziv6.active {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 50;
}

.otzslider {
  position: relative;
  width: 928px;
  margin: auto;
  margin-bottom: 40px;
}

.otzsldcontaine {
  position: relative;
}

.otzImage {
  width: 368px;
  height: 276px;
  margin-bottom: 10px;
}

.otzLeft ul li {
  list-style-type: none;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
}

.otzivMan {
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 35px;
  background-image: url(../img/admyclients/cav.png);
  background-repeat: no-repeat;
  background-position: 5px 23px;
}

.otzivMan p {
  color: #020202;
  font-size: 16px;
  font-family: "GilroyMedium", sans-serif;
  line-height: 18px;
}

.otzMName a {
  font-size: 14px;
  color: #09497a;
  font-weight: 300;
  display: block;
  text-decoration: underline;
  margin-top: 3px;
}

.otzMName a:hover {
  text-decoration: none;
}

.otz6Right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}

.otz6rightbtn {
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  right: 38px;
  z-index: 50;
  cursor: pointer;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  background: url(../img/arrows/right-arrow.png) no-repeat center;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.otz6leftbtn {
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.23);
  left: -390px;
  z-index: 50;
  cursor: pointer;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  background: url(../img/arrows/left-arrow.png) no-repeat center;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.otziv6.next {opacity: .8;right: -350px;}
.otziv6.next, .otziv6.prev {opacity: .8;-webkit-transform: scale(0.9);-ms-transform: scale(0.9);
  transform: scale(0.9);}
.otziv6.prev {left: -360px;z-index: 10;}
.otziv6.next {left: 360px;z-index: 10;}
.otziv6.nextnext, .otziv6.prevprev {opacity: .3;-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);}
.otziv6.prevprev {left: -560px;z-index: 5;}
.otziv6.nextnext {left: 560px;z-index: 5;}
.letter_wrap {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.letter_wrap_item {position: relative;width: 33%;background-image: url(../img/letter/ramka-for-letter.png);
  background-repeat: no-repeat;background-position: center;background-size: contain;min-height: 400px;}
.letter_wrap_glass .img-responsive {width: 22%;position: absolute;top: 29%;left: 34%;
  -webkit-transform: scale(1.6) scaleZ(-55) rotateX(7deg) rotateY(5deg) rotateZ(7deg) translateZ(2px) skewY(-9deg);
  transform: scale(1.6) scaleZ(-55) rotateX(7deg) rotateY(5deg) rotateZ(7deg) translateZ(2px) skewY(-9deg);
  -webkit-transform-origin: 0% 0%;-ms-transform-origin: 0% 0%;transform-origin: 0% 0%;-webkit-perspective: 680;perspective: 680;-webkit-perspective-origin: 11% 9%;perspective-origin: 11% 9%;}
.equipment-options-list {text-align: center;}
.equipment-options-list .equipment-options-item {
  display: inline-block;margin: 0 10px;width: 110px;vertical-align: top;cursor: pointer;}
.equipment-options-list .equipment-options-item .item-icon {width: 99px;height: 86px;
  display: inline-block;background-position: 0 0;}
.equipment-options-list .equipment-options-item#equipment_options_item1 > .item-icon {
  background: url(../img/tabs/icon-video-blue.png) no-repeat;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.equipment-options-list .equipment-options-item#equipment_options_item1.active .item-icon {
  opacity: 1;background: url(../img/tabs/icon-video-oran.png) no-repeat;}
.equipment-options-list .equipment-options-item#equipment_options_item2 > .item-icon {
  background: url(../img/tabs/icon-card-memary-blue.png) no-repeat;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.equipment-options-list .equipment-options-item#equipment_options_item2.active .item-icon {
  background: url(../img/tabs/icon-card-memary-oran.png) no-repeat;}
.equipment-options-list .equipment-options-item#equipment_options_item3 > .item-icon {
  background: url(../img/tabs/icon-photo-blue.png) no-repeat;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.equipment-options-list .equipment-options-item#equipment_options_item3.active .item-icon {
  background: url(../img/tabs/icon-photo-oran.png) no-repeat;}
.equipment-options-list .equipment-options-item#equipment_options_item4 > .item-icon {
  background: url(../img/tabs/icon-wifi-blue.png) no-repeat;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.equipment-options-list .equipment-options-item#equipment_options_item4.active .item-icon {
  background: url(../img/tabs/icon-wifi-oran.png) no-repeat;}
.equipment-options-list .equipment-options-item#equipment_options_item5 > .item-icon {
  background: url(../img/tabs/icon-driver-blue.png) no-repeat;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.equipment-options-list .equipment-options-item#equipment_options_item5.active .item-icon {
  background: url(../img/tabs/icon-driver-oran.png) no-repeat;}
.equipment-options-list .equipment-options-item#equipment_options_item6 > .item-icon {
  background: url(../img/tabs/icon-cloud-blue.png) no-repeat;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.equipment-options-list .equipment-options-item#equipment_options_item6.active .item-icon {
  background: url(../img/tabs/icon-cloud-oran.png) no-repeat;}
.equipment-options-list .equipment-options-item#equipment_options_item7 > .item-icon {
  background: url(../img/tabs/icon-domophone-blue.png) no-repeat;-webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;transition: all 0.24s ease;}
.equipment-options-list .equipment-options-item#equipment_options_item7.active .item-icon {
  background: url(../img/tabs/icon-domophone-oran.png) no-repeat;}
.equipment-options-list .equipment-options-item#equipment_options_item8 > .item-icon {
  background: url(../img/tabs/icon-sled-blue.png) no-repeat;
  -webkit-transition: all 0.24s ease;-o-transition: all 0.24s ease;transition: all 0.24s ease;}
.equipment-options-list .equipment-options-item#equipment_options_item8.active .item-icon {
  background: url(../img/tabs/icon-sled-oran.png) no-repeat;}
.equipment-options-list .equipment-options-item:hover .item-icon {opacity: .65;}
.equipment-options-content .equipment-options-text {padding: 25px 50px;font-size: 18px;color: #999;
  text-align: center;color: #020202;font-family: "GilroyMedium", sans-serif;font-size: 18px;
  line-height: 1;width: 90%;margin: 0 auto;}
/* overlay at start */
.mfp-fade.mfp-bg {opacity: 0;-webkit-transition: all 0.35s ease-out;-moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {opacity: 0;-webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}
/*==========  Desktop First  ==========*/
.header_fon {margin-top: 84px;}
/* #slider_visible{margin-top:84px;} */
.button_wrapper li {padding-right: 22px;}
.slider_popup_list p {line-height: 1.0;}
.letter_wrap_glass .img-responsive {width: 22%!important;top: 29%!important;left: 36%!important;}
.block-services {display:none!important;padding: 47px 0 0px;    background-image: url(../img/header_pic/fon-servisec.jpg);background-position: center center;
    background-repeat: no-repeat, no-repeat, no-repeat;-webkit-background-size: auto, cover, cover;background-size: auto, cover, cover;
    position: relative;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
    -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.block-services h2 {color: #ff983b;font-size: 55px;line-height: 1.2;margin-bottom:10px;font-family: "GilroyBold", sans-serif;}
.block-services h2 span{color:#fff;}
.services-block{display: flex;flex-wrap: wrap;padding: 0;margin: 0px;}
.services-block-item{width: 46%;margin-right: 1%;margin-left:1%;margin-top: 2%;}
.content-services{position: relative;margin-bottom: -4px;}
.photo-montage{}
.ser-info{position: absolute;top:261px;background: #fff;padding:10px;left: 1px;}
.ser-info1{position: absolute;top:323px;background: #fff;padding:10px;left: 1px;}
.ser-info2{position: absolute;top:385px;background: #fff;padding:10px;left: 1px;}
.cont-ser1{width: 320px;font-family: "GilroyMedium", sans-serif;font-size: 18px;line-height: 1;}
.cont-ser2{width: 320px;font-family: "GilroyMedium", sans-serif;font-size: 18px;line-height: 1;}
.cont-ser1:before {content: "\f058";font-family: FontAwesome;font-size: 20px;margin-right: 7px;color: #3c5cbf;}
ul.mes-icon-servic li{list-style: none;display: inline;padding:0px 1px;}
ul.mes-icon-servic{width:22%;margin: 0px auto;}
.describ-service{color: #020202;font-family: "GilroyBold", sans-serif;font-size: 22px;line-height: 1;margin-bottom: 25px;}
.text-servis-info{color: #020202;font-family: "GilroyMedium", sans-serif;font-size: 20px;
    line-height: 1;margin-bottom: 21px;text-align: left;}
.servic-phone a{color:#ff983b;text-align: center;line-height: 1.2;font-size: 40px;font-family: "GilroyBold", sans-serif;text-decoration: none;}
.servic-phone a:hover{color:#020202;}
.servic-phone {width:80%;margin:0px auto;}
.messand-servise{color: #020202;font-family: "GilroyMedium", sans-serif;font-size: 20px;
    line-height: 1;margin-bottom: 21px;text-align: center;}
.fast-master{color: #fff;margin-left: 5px;font-family: "GilroyMedium", sans-serif;font-size: 23px;line-height: 1;margin-bottom: 5px;margin-top: 20px;}
.cont-ser1 span{font-weight:600;}
.cont-ser2 span{font-weight:600;}
.block-internet{padding-top: 50px;padding-bottom: 30px;background: #f9f9f9;display:none!important;}
.block-internet h2{margin-bottom: 24px;font-family: "GilroySemiBold", sans-serif;text-align: center;
    color: #020202;font-size: 40px;line-height: 18px;}
.describ-internet{color: #020202;font-family: "GilroyMedium", sans-serif;font-size: 20px;line-height: 1;
    margin-bottom: 21px;text-align: center;}
.block-info-wifi{display: flex;flex-wrap: wrap;padding: 0;margin: 0px;}
.block-info-wifi-item{width: 46%;margin-right: 1%;margin-left:1%;margin-top: 2%;}
ul.wifi-bul{list-style-type: none;padding: 15px 0px 15px 25px;margin:30px 0px 35px 0px;
border-top:5px solid rgba(60, 92, 191, 0.56);border-bottom:5px solid rgba(60, 92, 191, 0.56);
border-right:5px solid rgba(60, 92, 191, 0.56);}
ul.wifi-bul li{color: #020202;font-family: "GilroyMedium", sans-serif;font-size: 18px;line-height: 1;
    display: inline-block;position: relative;margin-bottom: 10px;}
ul.wifi-bul li:before {top: 4px;left: -16px;position: absolute;content: '';width: 10px;height: 10px;
    background-color: #3c5cbf;border-radius: 50%;}
.photo-wifi img{max-width: 100%;}
.photo-wifi{text-align: center;}
.block.why_youneed_fon .container{margin:50px 0px;}
.block.engineer_fon{margin-top: 0px;padding: 74px 0px;}
.block-videodomofon{padding-top: 50px;padding-bottom: 50px;background: #f9f9f9;}
.block-videodomofon h2{margin-bottom: 24px;font-family: "GilroySemiBold", sans-serif;text-align: center;
    color: #020202;font-size: 40px;line-height: 1.0;}
.block-domofon{display: flex;flex-wrap: wrap;padding: 0;margin: 0px;}
.block-domofon-item{width: 48%;margin-right: 1%;margin-left:1%;margin-top: 2%;}
.photo-domo{border:5px solid rgba(60, 92, 191, 0.56);padding: 10px;}
.photo-domo img{width:100%;}
.block-ajact{display: none;}
.block-ajact h2{margin-bottom: 24px;font-family: "GilroyBold", sans-serif;text-align: center;
    color: #020202;font-size: 60px;line-height: 18px;}
.block-ajax{display: flex;flex-wrap: wrap;padding: 0;margin: 0px;}
.block-ajax-item{width: 33%;margin-right: 0%;margin-left:0%;margin-top: 2%;}
.photo-alax{text-align: center;}
.photo-alax img{max-width: 100%;}
.describ-ajax{color: #ff983b;font-family: "GilroyBold", sans-serif;font-size: 25px;line-height: 1;
    margin-bottom: 0px;text-align: left;padding-top: 15px;padding-left: 35px;}
.cwi_wrapper.ajax{margin-top:-29px;margin-bottom: 30px;}
.aquip_items.ajax{display: none!important;}
.whats-but{background-color:#32a9df!important;}

.our-teachers {display: flex;flex-wrap: wrap;padding: 0;margin: 0;}
.command_box_item {width: 100%;border: 9px solid #f9f9f9;border-radius: 10px;position: relative;margin-right: 0.9%;
    margin-top: 4%;padding: 0px 55px;}
.command_box_label {bottom: -9px;left: 23px;position: absolute;padding: 7px 10px 13px 10px;
  min-width: 183px;background-color: #3c5cbf;border: 4px solid #fff;text-align: right;}
.owl-nav{display:none!important;}
.owl-dot.active{display: block;
    width: 10px;
    height: 10px;
    background: #3c5cbf!important;
    border-radius: 50%;}
.owl-dot{display: block;padding:6px!important;margin: 2px!important;
    width: 10px;
    height: 10px;
    border:1px solid #3c5cbf!important;background:#fff!important;
    border-radius: 50%;}
.owl-dots{display: inline-flex;
    margin: 5px;
    padding: 5px;}
    
 .prem-company{display: flex
;
    flex-wrap: wrap;
    padding: 0;
    margin: 30px 0px;
}   
  .prem-company-item{margin-right: 1%;
    width: 23%;
    margin-left: 1%;
    margin-top: 2%;
    }  
   .icon-prem{text-align:center;margin-bottom:20px;} 
   .text-prem{
    font-size: 18px;
    color: #999;
    text-align: center;
    color: #020202;
    font-family: "GilroyMedium", sans-serif;
    font-size: 18px;
    line-height: 1;
    }
    .text-text-beforefooter{color: #020202;text-align:center;
    font-family: "GilroyMedium", sans-serif;
    font-size: 20px;
    line-height: 0.72;
    margin-bottom: 50px;}
    .block.before-footer{background:#f9f9f9;margin-top: 0px;padding-top:70px!important;}
    .forms-under-car{width:60%;margin:-60px auto 30px;}

.topik.page.thanks{padding: 150px 0px 200px;margin: 0;width: 40%;display: inline-block;position: relative;margin-top: 20px;}
.thanks-header{font-family: "GilroyBold", sans-serif;
    text-align: center;margin-bottom:30px;
    color: #020202;
    font-size: 33px;}
.thanks-text{color: #020202;
    font-family: 'GilroyMedium', sans-serif;
    font-size: 20px;
    line-height: 1.2;}

@media screen and (max-width: 1600px) {
 .bloks-info-header {margin: 65px 0px 0px 0px;}
.header_content.page h1 span{font-size: 36px!important;}
.header_content_camera {top: -2%;left: 88%;}
.can_watch_item h2 {font-size: 37px;}
.can_watch_item h3 {font-size: 31px;}
.can_watch_labe {padding-right: 21px;}
.hand_phone {background-size: 824px 375px;}
.header_content h1 span {font-size: 40px!important;}
.header_content h2 {width: 90%;}
.topik-item {width: 27%;margin-right: 0.5%;margin-left: 0.5%;}
.topik-item ul {font-size: 19px;}
}
@media screen and (max-width: 1500px) {
.header_content_camera {top: 5%;left: 82%;}
.can_watch_item h2 {font-size: 37px;}
.can_watch_item h3 {font-size: 28px;}
.can_watch_labe {padding-right: 27px;}
.can_watch_text {width: 73%;font-size: 17px;}
.can_watch_item {padding-left: 81px;}
.can_watch_border {height: 85px;}
.slick-dotted.slick-slider, .slider_work {overflow: hidden;}
.sliderLeft_second, .sliderLeft {left: -260px;}
.sliderRight_second, .sliderRight {right: -260px;}
.otz6leftbtn {left: -260px;}
.otz6rightbtn {right: 173px;}
.header_content_camera {left: 84%;}
.ymap-overblock {width: 27%;left: 275px;}
}
@media only screen and (max-width: 1440px) {
.header_content_camera {top: 1%;left: 93%;background-image: url(../img/header_pic/photo-camera-1440.png);width: 570px;height: 362px;}
.hand_phone {background-size: 52% 80%;}
.can_watch_item h3 {font-size: 31px;}
.slider_work .slick-prev {left: 239px;}
.slider_work .slick-next {right: 333px;}
.ymap-overblock {left: 12%;}
.slider_work .slick-dots {bottom: -7px;}
.slider_popup_box .slick-list { margin-bottom: 21px;}
.slider_work_popup .slider_popup_box .slick-dots {bottom: -6px;}
.slider_work_popup .slick-dotted.slick-slider {margin-bottom: 17px;}
}
@media screen and (max-width: 1336px) {
.header_content_camera {top: 11%;left: 88%;}
.why_youneed_fon {background-image: url(../img/youneed-fon/logo-fon.png), url(../img/youneed-fon/fon-right-1336.png),
url(../img/youneed-fon/fon-left.jpg);}
.slider_work .slick-prev {left: 246px;}
.otz6leftbtn {left: -174px;}
.otz6rightbtn {right: 243px;}
}
@media screen and (max-width: 1300px) {
.sliderLeft_second, .sliderLeft {left: -200px;}
.sliderRight_second, .sliderRight {right: -200px;}
#map-yandex {min-height: 353px;}
.top_line_phone_number {font-size: 18px;}
.footer_contact_phone {font-size: 22px;}
    .ymap-overblock { width: 32%;}
}
@media only screen and (max-width: 1280px) {
.header_content_camera {top: 7%;left: 85%;}
.hand_phone {background-size: 52% 73%;}
.slider_work .slick-prev {left: 207px;}
.slider_work .slick-next {right: 292px;}
.header_content h2 {width: 86%;}
.equipment-options-list .equipment-options-item{width: 9%;}
}
@media screen and (max-width: 1200px) {
.header_content_camera {top: 15%;left: 80%;}
.otz6leftbtn {left: -175px;}
.otz6rightbtn {right: 244px;}
.letter_wrap_glass .img-responsive {top: 28%!important;}
.topik-item {width: 27%;margin-right: 0.2%;margin-left: 0.2%;}
.header_content_camera.page{top: 21%;}
.bloks-info-header {margin: 51px 0px 0px 0px;}
.text-prem {font-size: 16px;}

}
@media (max-width:1190px) {
.container {max-width: 1083px;}
.header_content h1 {font-size: 50px;line-height: 0.92;}
.sli_title {font-size: 18px;}
.can_watch_item h2 {font-size: 36px;}
.can_watch_item h3 {font-size: 28px;}
.can_watch_text {width: 69%;font-size: 16px;}
.can_watch_labe {margin-bottom: 48px;}
.how_works_items {width: 29.50%;}
.aquip_items_title {font-size: 22px;}
.garanty_descr {font-size: 22px;}
.forms-engineer_wrapper h4 {font-size: 23px;}
.why_youneed_fon {background-image: url(../img/youneed-fon/logo-fon.png), url(../img/youneed-fon/fon-right-1190.png),
url(../img/youneed-fon/fon-left.jpg);}
.letter_wrap_glass .img-responsive {top: 29.0%!important;}
.block h2 {line-height: 34px;}
.command_box_label {left: 11px;}
.ymap-overblock_whatsapp {width: 25%;}
}
@media screen and (max-width: 1080px) {
.container {max-width: 1000px;}
.header_content.page h1 span {font-size: 33px!important;}
.sf_wrap {padding-left: 22px;}
.top_line_adress, .top_line_mail, .top_line_phone_get {font-size: 13px;}
.header_box {width: 980px;}
.header_content h1 {font-size: 42px;line-height: 0.88;}
.header_content h2 {font-size: 20px;}
.header_content_camera {top: 21%;left: 80%;background-image: url(../img/header_pic/photo-camera-1080.png);width: 500px;height: 317px;}
.header_list li {font-size: 17px;line-height: 1.1;}
.block h2 {font-size: 35px;}
.can_watch_item h2 {font-size: 35px;}
.can_watch_item h3 {font-size: 24px;}
.block h2 {font-size: 33px;}
.block_descr {font-size: 18px;}
.block_litl_descr {font-size: 18px;}
.why_youneed_wrap_item {width: 43%;}
.sli_title {font-size: 16px;}
.can_watch_labe {padding-right: 27px;}
.wy_title {font-size: 22px;}
.type_des {width: 89%;}
.type_des:before {left: 0px;}
.sliderLeft_second, .sliderLeft {left: -120px;}
.sliderRight_second, .sliderRight {right: -120px;}
.sf_wrap_item:after {width: 80%;}
.how_works_items {width: 45.50%;}
.how_works_items {width: 30.50%;margin-right: 39px;}
.our_clients_items .img-responsive {max-width: 87%;}
.tco_firstmarker {top: 5%;right: 15%;}
.tco_secondmarker {top: 20%;left: 15%;}
.tco_fifthmarker {top: 44%;right: 33%;}
.tco_sixthmarker {bottom: 11%;left: 22.22%;}
.tco_therdmarker {bottom: 17%;right: 34%;}
.tco_eighthmarker {bottom: 17%;right: 11%;}
.sf_number_counter span {font-size: 30px;}
.sf_number_counter {font-size: 27px;}
.sf_number_text {font-size: 16px;}
.garanty_box_title {font-size: 17px;}
.aquip_items_title {font-size: 20px;}
.el_title {font-size: 22px;}
.forms-engineer_wrapper h4 {font-size: 21px;}
.engineer_right {width: 68%;}
.command_box_item {width: 100%;margin-right: 2%;margin-left: 2%;margin-bottom: 3%;padding: 0px;}
.command_box_item.child{margin-left: 20%;}
.otz6leftbtn {left: -170px;}
.otz6rightbtn {right: 240px;}
.accordion .accordion_tab {font-size: 18px;}
.letter_wrap_glass .img-responsive {top: 31%!important;}
.topik {width: 35%;}
.topik-item {width: 100%;margin-bottom: -4.8%;margin-right: 0.2%;margin-left: 6.2%;}
.command_box_label {left: 0px;min-width: 275px;}
.describ-service {font-size: 20px;}
.text-servis-info {font-size: 18px;}
.fast-master {font-size: 20px;}
.messand-servise {font-size: 18px;}
ul.mes-icon-servic {width: 27%;}
.ymap-overblock_whatsapp {width: 27%;}
.topik.page.thanks {padding: 55px 0px 200px;width: 46%;}
}
@media only screen and (max-width: 1024px) {
.container {max-width: 965px;}
.header_content.page h2{width: 76%;}
.header_content.videos h2{width: 70%!important;}
.header_content h2 {width: 80%;}
.type_des {width: 86%;}
.block h2 {font-size: 32px;}
.can_watch_text {width: 73%;}
.garanty_box_title {font-size: 16px;}
.garanty_descr {font-size: 20px;}
.why_youneed_fon {background-image: url(../img/youneed-fon/logo-fon.png), url(../img/youneed-fon/fon-right-1024.png),
url(../img/youneed-fon/fon-left-1024.jpg);}
.engineer_box_complect {width: 350px;height: 223px;background-image: url(../img/you-need-form/complekt-camera-1024.png);}
.forms-engineer_wrapper h5 {font-size: 16px;}
.btn_color {font-size: 18px;}
.footer_contact_phone {font-size: 25px;}
.footer_contact_adress {font-size: 12px;}
.footer_contact_mail {font-size: 12px;}
.top_line_adress, .top_line_mail, .top_line_phone_get {font-size: 12px;}
.letter_wrap_glass .img-responsive {width: 23%!important;left: 35%!important;}
.header_content_camera {top: 21%;left: 75%;}
ul.wifi-bul {margin: 7px 0px 35px 0px;}
.block-videodomofon h2 {font-size: 32px;}
.block-internet h2 {font-size: 32px;}
.block-services h2 {font-size: 50px;}
.servic-phone a {font-size: 35px;}
.command_box_label {min-width: 263px;}
    .ymap-overblock {width: 40%;}
}
@media only screen and (max-width: 992px) {
/* .top_line {display: none;} */
.top_line_mobile {/*display: block;*/padding: 5px 0;-webkit-transition: all 0.42s ease;-o-transition: all 0.42s ease;transition: all 0.42s ease;}
.top_box_mobile {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;height: 80px;position: relative;}
.top_line_mobile {position: fixed;z-index: 1000;width: 100%;top: 0;left: 0;right: 0;background-color: #FBFAF9;}
.header_content {margin-top: 20px;}
.header_box {width: 872px;}
.header_content h1 {font-size: 35px;}
.header_content h2 {font-size: 19px;}
.header_content_camera {left: 69%;}
.wy_text {font-size: 16px;}
.type_des {width: 84%;}
.header_content h1 {font-size: 38px;}
.header_content h1 span {font-size: 35px!important;}
.header_content h2 {width: 70%;}
.topik {width: 41%;}
.bloks-info-icon {float: left;width: 11%;}
.bloks-info-cont-item {width: 50%;}
.header_content.page h1 span {font-size: 30px!important;}
.header_content.page h2 {width: 70%;}
.block.why_youneed_fon .container {margin: 19px 0px;}
.benefits_fon {padding: 49px 0;}
.thanks-header {font-size: 29px;}

}
@media (max-width:980px) {
.container {max-width: 955px;}
.otz6leftbtn {left: -140px;}
.otz6rightbtn {right: 275px;}
.sf_wrap_item:after {width: 74%;}
    .ymap-overblock_whatsapp {width: 29%;}
}
@media (max-width:800px) {
.container {max-width: 769px;}
.header_content.page h1 span {font-size: 25px!important;}
.top_line {display: none;}
.top_line_mobile {display: block;width: 100%;}
.header_box {width: 706px;}
.header_content_camera {top: 12%;left: 70%;background-image: url(../img/header_pic/photo-camera-800.png);width: 400px;
height: 253px;}
.header_content h1 {font-size: 30px;}
.header_content h1 span {font-size: 28px!important;}
.why_youneed_wrap_item {width: 69%;margin: 0 auto 10px;}
.how_works_items {width: 44%;margin-right: 0;}
.command_box {padding:0px 20px;flex-wrap: wrap;}
.command_box_item {width: 100%;}
.cbl_title {font-size: 17px;}
.cbl_position {font-size: 13px; }
.aquip_items {margin-bottom: 59px;width: 66%;margin-left: auto;margin-right: auto;}
.aquip_wrap {flex-wrap: wrap;}
.aquip_items_icon {left: 25%;}
.engineer_box{flex-wrap: wrap;}
.engineer_left {width: 100%;}
.engineer_right {width: 100%;}
.engineer_left ol li::before {left: -21px;top: 0px;font-size: 24px;}
.engineer_box_complect {top: 178px;left: 80%;}
.engineer_box {margin-top: 11px;width: 54%;}
.equipment-options-list .equipment-options-item {width: 85px;}
.command_box_label {min-width: 190px;height: 70px;}
.sf_wrap_item {width: 67%;margin: 18px auto;}
.service_lists {flex-wrap: wrap;}
.service_lists_items {width: 32.42398%;margin-bottom: 11px;}
.block h2 {font-size: 27px;}
.hand_phone {background-size: 54% 43%;}
.can_watch_item h3 {font-size: 20px;}
.sf_number_counter span {font-size: 25px;}
.sf_number_counter {font-size: 23px;}
.slider_work .slick-prev {left: 108px;}
.slider_work .slick-next {right: 205px;}
.otz6leftbtn {left: -106px;}
.otz6rightbtn {right: 314px;}
.letter_wrap_glass .img-responsive {top: 24%!important;}
.ymap-overblock_title {font-size: 20px;}
.ymap-overblock_descrtle {font-size: 22px;}
.footer_box {flex-wrap: wrap;}
.footer_box_item {width: 50%;}
.garanty_descr {font-size: 18px;}
.equipment-options-content .equipment-options-text {font-size: 16px;}
.aquip_items_icon_center {transform: translate(0%);left: 28%;}
.how_works {justify-content: space-between;padding: 0 20px;}
.how_works_items:nth-child(3n+3) {margin-right: 0;}
.type_camera_over .img-responsive {max-width: 80%;}
.letter_wrap_item {min-height: 230px;}
.garanty_box {flex-wrap: wrap;}
.garanty_box_items {width: 45%;margin-bottom:25px;}
.garanty_box_title {font-size: 20px;}
#ourWork .container-fluid {width: 100%;padding-right: 0px;padding-left: 0px;}
.can_watch_item {padding-left: 0px;}
.block h2 {font-size: 29px;}
.can_watch_item h2 {text-align: center;}
.can_watch_item h3 {font-size: 25px;}
.hand_phone {background-position: center;}
.can_watch_item {width: 100%;}
.can_watch_labe {margin-top: 247px;}
.hand_phone {background-position-y: 123px;}
.can_watch_item h3{text-align: center;}
.header_list li {font-size: 16px;}
.faq_box{flex-wrap: wrap;}
.faq_box_item {margin:0px auto;width: 90%;}
.block4_second .priceBlock, .block4 .priceBlock {margin-bottom: 0px;}
.why_youneed_fon {background-image: url(../img/youneed-fon/logo-fon.png),url(../img/youneed-fon/what-is-video.jpg);}
.sli_title {font-size: 18px;}
.accordion.active {height: auto;padding-bottom: 10px;}
.block_descr {margin-top: -21px;}
#map-yandex {min-height: 360px;}
.aquip_items_title {font-size: 25px;}
.top_line_adress:before, .top_line_mail:before, .top_line_phone_get:before {top: -1px;left: -22px;}
.topik {width: 47%;}
.bloks-info-text {margin-left: 15%;width: 85%;}
.aquip_wraptwo .aquip_items {width: 67%;margin-bottom: 56px;margin-left: 17%;margin-right: 2%;}
.aquip_wraptwo {margin: 13px 0px 20px 0px;padding-top: 0px;}
.command_box_label {left: px;}
.services-block-item {width: 98%;margin-top: 0%;}
.fast-master {text-align: center;}
.servic-phone {text-align: center;}
ul.mes-icon-servic {width: 16%;}
.photo-montage {text-align: center;}
.describ-ajax {font-size: 19px;padding-top: 0px;}
.block-videodomofon h2 {font-size: 29px;}
.block-internet h2 {font-size: 29px;}
.block-services h2 {font-size: 45px;}
.ymap-overblock {width: 51%;left: 8%;}
    .thanks-header {font-size: 35px;text-align: left; }
}
@media only screen and (max-width: 768px) {
/*Disable Animation on Mobile Devices*/
.animated {/*CSS transitions*/
-o-transition-property: none !important;-webkit-transition-property: none !important;transition-property: none !important;/*CSS transforms*/
-ms-transform: none !important;-webkit-transform: none !important;transform: none !important;/*CSS animations*/
-webkit-animation: none !important;animation: none !important;}
.container {max-width: 743px;}
.block h2 {font-size: 27px;line-height: 1.2;}
.hand_phone {background-size: 60% 38%;}
.hand_phone {background-position-y: 131px;}
.can_watch_labe {margin-top: 209px;}
.engineer_box {width: 60%;}
.command_box_label {min-width: 181px;}
.command_container .block_descr_two {width: 85%;}
.forms-call {max-width: 550px;}
.form_call_title {font-size: 20px;}
.dont_wont_left {font-size: 12px;}
.checkbox input[type="checkbox"].css-checkbox + label.css-label {font-size: 10px;}
.dont_wont_left span {font-size: 13px;}
.dont_wont_link {top: -6px;}
.form_call_input_border:before {width: 220px;height: 225px;background-image: url(../img/form/book-praices-768.png);}
.cwi_wrapper.ajax {margin-top: -5px;}
.describ-ajax {font-size: 17px;}
.block-videodomofon h2 {font-size: 27px;}
.prem-company-item {width: 48%;margin-top: 8%;}
    .ymap-overblock_whatsapp {width: 37%;}
}
@media (max-width:740px) {
.command_box_label {min-width: 170px;}
.header_box {width: 678px;}
.container {max-width: 716px;}
.header_content h1 {font-size: 30px;}
.header_content h2 {font-size: 17px;}
.header_content_camera {top: 9%;left: 66%;}
.header_list li {padding-left: 53px;width: 47%;}
.block_litl_descr {font-size: 15px;}
.type_des {width: 83%;}
.sf_number_counter span {font-size: 22px;}
.sf_number_counter {font-size: 20px;}
.ymap-overblock {left: 5%;}
#map-yandex {min-height: 323px;}
.footer_copyright {font-size: 12px;}
.slider_sertificate .slick-prev {left: 0px;}
.slider_sertificate .slick-next {right: 90px;}
.tco_firstmarker {top: 19%;}
.type_des_wraper {text-align: center;margin-top: 70px;}
.slider4_second,.slide4 {width: 390px;margin: 0px auto;}
.slide4{width: 390px;margin: 0px auto;}
.vapooSlide.prevprev {left: -600px;z-index: 5;}
.vapooSlide.prev {opacity: 0;}
.vapooSlide.active {position: relative;opacity: 1;z-index: 50;top: 65px;}
.vapooSlide.next {opacity: 0;}
.vapooSlide.nextnext {left: 600px;z-index: 5;}
.sliderLeft_second, .sliderLeft {left: 165px;top: -38px;margin-top: 50px;width: 70px;height: 70px;}
.sliderRight_second, .sliderRight{right: 165px;top: -38px;margin-top: 50px;width: 70px;height: 70px;}
.tco_sixthmarker {bottom: 4%;}
.otziv6.vapooSlide2.active {position: relative;opacity: 1;z-index: 50;top: 50px;}
.otziv6.next {opacity: 0;}
.otziv6.vapooSlide.nextnext {left: 600px;z-index: 5;}
.otziv6.vapooSlide.prevprev {left: -600px;z-index: 5;}
.otziv6.prev {opacity: 0;}
.block6 {margin-top: -18px;}
.otz6leftbtn {width: 70px;height: 70px;left: 145px;top: 12px;margin-top: 13px;}
.otz6rightbtn {width: 70px;height: 70px;right: 145px;top: 24px;}
.otzsldcontaine {margin-bottom: 90px;padding-top: 37px;}
.slide4_title {font-size: 21px;}
.otzslider {position: relative;width: 440px;}
.otziv6.active {left: -40px;}
.otziv6 {width: 500px;}
.slider_sertificate {margin-top: 112px;}
.slider_work .slick-prev:before, .slider_work .slick-next:before, .slider_sertificate .slick-prev:before, .slider_sertificate .slick-next:before {width: 70px;height: 70px;}
.slider_sertificate .slick-prev {left: 245px;top: -57px;}
.slider_sertificate .slick-next {right: 332px;top: -58px;}
.slick-dotted.slick-slider, .slider_work {margin-top: -23px;}
.slider_popup_title {margin-bottom: 37px;}
.slider_work .slick-prev {left: 265px;}
.slider_work .slick-next {right: 366px;}
.slick-prev, .slick-next {top: 16%;}
.slider_work {padding-top: 90px;}
.slider_work_popup .slick-dotted.slick-slider {padding-bottom: 18px;}
.slider_work .slick-list, .slider_sertificate .slick-list {margin: 24px -27px;}
.slider_work_popup .slider_popup_box .slick-dots{bottom:-5px;}
.slider_work .slick-dots {bottom: -6px;}
.slick-dotted.slick-slider, .slider_work {margin-bottom: 29px;}
.mfp-arrow-left {left: 148px;}
.mfp-arrow-right {right: 148px;}
.rightfixed_box li:nth-child(1) {top: 0;display: none;}
.marquiz__box { display: none; }
#ourWork, #ourservice, #faq__box {padding-top: 0;}
#ourWork, #haw__works, #ourservice {padding-bottom: 0;}
#rewiew {padding: 0;}
.aquip_items:last-child {margin-bottom: 30px;}
.block_title_small {padding-top: 0;}
.benefits_fon { padding: 44px 0 5px 0;}
.aquip_wraptwo {margin: 35px 0px 20px 0px;}
.block-ajax-item {width: 100%;margin-top: 8%;}
.photo-alax img {max-width: 50%;}
.describ-ajax {font-size: 25px;padding-top: 0px;width: 50%;margin: -34px auto 0px;text-align: center;}
.photo-alax.sistem{margin-top: -44px;}
.cwi_wrapper.ajax {margin-top: 5px;margin-left: 49px;}
.block-info-wifi-item {width: 98%;}
.photo-wifi img {max-width: 60%;}
ul.wifi-bul {border-left: 5px solid rgba(60, 92, 191, 0.56);
    list-style-type: none;width: 80%;padding: 15px 0px 15px 25px;
    margin: 0px auto 35px auto;border-top: 0px solid rgba(60, 92, 191, 0.56);
    border-bottom: 5px solid rgba(60, 92, 191, 0.56);
    border-right: 5px solid rgba(60, 92, 191, 0.56);}
.header_content.page h1 span {font-size: 23px!important;}
.header_content.page h2 {width: 68%;}
.block.benefits_fon {margin-top:-51px;padding-top:50px!important;padding-bottom:30px!importan;}
.prem-company {margin: -30px 0px 60px;}
}
@media (max-width:736px) {
.container {max-width: 710px;}
.header_content_camera {top: 29%;left: 65%;}
.type_des {width: 79%;font-size: 16px;}
.sf_number {flex-wrap: wrap;}
.sf_number_item {width: 33%;margin-bottom: 30px;}
.sf_number_counter span {font-size: 30px;}
.sf_number_counter {font-size: 25px;}
.sf_number {justify-content: center;}
.header_content h1 {font-size: 28px;}
.block_descr {font-size: 16px;}
.engineer_box {width: 63%;}
.otz6leftbtn {width: 80px;height: 80px;left: 135px;}
.otz6rightbtn {width: 80px;height: 80px;right: 135px;}
.slider_work .slick-prev:before, .slider_work .slick-next:before, .slider_sertificate .slick-prev:before,
.slider_sertificate .slick-next:before {width: 65px;height: 65px;}
.rightfixed_box li a {padding-left: 40px;}
.type_camera_over .img-responsive {max-width: 100%;}
.tco_secondmarker {top: 18%;left: 13%;}
.tco_firstmarker {right:8%;top: 20%;}
.tco_therdmarker {bottom: 17%;right: 31%;}
.topik {width: 51%;}
.letter_wrap_glass .img-responsive {top: 26%!important;}
.ymap-overblock_whatsapp {width: 39%;}
.text-text-beforefooter {margin-top: -35px;}
.ymap-overblock_title {font-size: 18px;}
.ymap-overblock_descrtle {font-size: 20px;}
}
@media (max-width:684px) {
.header_box {width: 630px;}
.container {max-width: 638px;}
.header_content_camera {top: 26%;left: 70%;background-image: url(../img/header_pic/photo-camera-684.png);
width: 350px;height: 221px;}
.engineer_box_complect {width: 300px;height: 191px;background-image: url(../img/you-need-form/complekt-camera-684.png);}
.equipment-options-content .equipment-options-text {padding: 25px 14px;}
.engineer_box {width: 67%;}
.sf_wrap_item {width: 90%;}
.equipment-options-list {text-align: center;width: 90%;margin: 0 auto;}
.equipment-options-list .equipment-options-item {display: inline-block;margin: 4px 17px;}
.command_box_item {width: 100%;margin-bottom: 30px;margin-left: 35px;}
.command_box{justify-content: center;}
.letter_wrap_glass .img-responsive {top: 30%!important;}
.slider_work .slick-prev {left: 249px;}
.slider_work .slick-next {right: 322px;}
.slider_sertificate .slick-prev {left: 209px;}
.slider_sertificate .slick-next {right: 287px;}
.mfp-arrow-right {right: 124px;}
.mfp-arrow-left {left: 124px;}
.aquip_items_icon {top: -16%;}
.header_content h1 span {font-size: 26px!important;}
.topik {width: 54%;}
.bloks-info-cont-item {width: 89%;}
.bloks-info-icon {float: left;width: 9%;}
.bloks-info-text {margin-left: 6%;width: 90%;}
.command_box_item.child {margin-left: 5%;}
.command_box_label {left: -4px;min-width: 206px;}
ul.mes-icon-servic {width: 20%;}
.ymap-overblock_whatsapp {width: 43%;}
.topik.page.thanks {padding: 5px 0px 200px; width: 46%;}
.thanks-header {font-size: 30px;text-align: left;    }
}
@media (max-width:667px) {
.header_content h1 {font-size: 27px;}
.type_camera_over .img-responsive {max-width: 100%;}
.tco_therdmarker {bottom: 15%;right: 30%;}
}
@media only screen and (max-width:640px) {
.container {max-width: 613px;}
.header_box {width: 578px;}
.header_content_camera {top: 9%;left: 64%;}
.can_watch_text {width: 81%;}
.type_des {width: 84%;}
.tco_secondmarker {top: 20%;left: 9%;}
.tco_firstmarker {top: 19%;right: 9%;}
.engineer_box {width: 71%;}
.engineer_box_complect {top: 164px;left: 70%;}
.slider_work .slick-next {right: 313px;}
.slider_work .slick-prev {left: 229px;}
.mfp-arrow-left {left: 100px;}
.mfp-arrow-right {right: 100px;}
.slider_sertificate .slick-next {right: 274px;}
.header_content h1 {font-size: 25px;}
.header_content h1 span {font-size: 22px!important;}
.header_content h2 {width: 67%;}
.topik {width: 60%;}
.describ-ajax {width: 60%;}
.photo-alax.sistem {margin-top: -35px;}
.photo-wifi img {max-width: 70%;}
.ymap-overblock_whatsapp {width: 46%;}
}
@media only screen and (max-width: 600px) {
.img-responsive {max-width: 79%;}
.top_line_phone_number {font-size: 25px;}
.top_line_adress:before, .top_line_mail:before, .top_line_phone_get:before {top: -4px;left: -21px;}
.container {max-width: 575px;}
.header_content h1 {font-size: 30px;margin-bottom: 18px;}
.header_content_camera {position: relative;top: -35px;left: 119px;}
.header_content {width: 100%; }
.header_box {width: 524px;}
.header_list li {margin-bottom: 8px;padding-left: 53px;width: 92%;}
.button_wrapper {margin-top: 32px;margin-bottom: 32px;}
.button_wrapper li {padding-right: 22px;padding-bottom: 20px;}
.why_youneed_wrap_item {width: 90%;}
.type_des {width: 87%;}
.engineer_box_complect {display: none;}
.engineer_box {width: 75%;margin-left: auto;margin-right: auto;}
.engineer_right {padding-right: 24px;}
.command_box_item .img-responsive{max-width:100%;}
.command_box_item {width: 100%;}
.letter_wrap_item {min-height: 193px;}
.hand_phone {margin-top: -40px;background-position-y: 133px;}
.hand_phone {background-size: 62% 33%;}
.can_watch_labe {margin-top: 171px;}
.block {padding: 20px 0;}
.wy_title {font-size: 20px;}
.slider_work .slick-prev {left: 215px;}
.slider_work .slick-next {right: 290px;}
.tco_therdmarker {bottom: 15%;right: 27%;}
.slider_sertificate .slick-prev {left: 185px;}
.slider_sertificate .slick-next {right: 265px;}
.mfp-arrow-left {left: 75px;}
.mfp-arrow-right {right: 75px;}
.aquip_items_icon_center {left: 21%;}
.aquip_items_icon {left: 21%;}
.header_content h1 span {font-size: 28px!important;}
.header_content h2 {width: 100%;}
.topik {width: 100%;}
.topik-item {width: 49%;margin-bottom: 0.2%;margin-right: 0.2%;margin-left: 0.2%;}
.topik-item ul li:before {font-size: 10px;}
.topik-item ul {font-size: 16px;}
.topik {margin: -45px 0px 30px 0px;}
.bloks-info-text {margin-left: 12%;width: 90%;}
.command_box_item {width: 100%;}
.header_content.page h2 {margin-bottom: 0px;width: 100%;}
.bloks-info-header {margin: 9px 0px 0px 0px;}
.otziv6.active {left: -29px;}
.command_box_label {left: -5px;min-width: 201px;}
.ymap-overblock_whatsapp {width: 48%;}
.forms-under-car { width: 71%;}
    .topik.page.thanks {padding: 5px 0px 100px; width: 80%;left:10%;}
}
@media only screen and  (max-width:568px) {
.container {max-width: 538px;}
.can_watch_item h3 {font-size: 23px;}
.block h2 {font-size: 26px;line-height: 1.1;}
.hand_phone {background-position-y: 120px;}
.slk4BigImage_second, .slk4BigImage {height: 198px;}
.type_des {width: 93%;}
.slider_work .slick-prev {left: 200px;}
.slider_work .slick-next {right: 273px;}
.aquip_items {margin-bottom: 67px;width: 73%;}
.aquip_items_icon {left: 21%;}
.aquip_items_icon_center {left: 22%;}
.equipment-options-list {width: 98%;}
.equipment-options-content .equipment-options-text {padding: 15px 7px;width: 100%;}
.garanty_descr {width: 96%;margin: -29px auto 10px;}
.engineer_box {width: 84%;}
.slider_sertificate .slick-prev {left: 169px;}
.slider_sertificate .slick-next {right: 238px;}
.cwi_wrapper .btn_color {padding: 22px 24px;}
#map-yandex {min-height: 285px;}
.ymap-overblock {padding: 16px 16px 30px 16px;}
.footer_aten {font-size: 12px;margin-top: 12px;margin-bottom: 20px;}
.button_container {margin-left: 15px;width: 42px;height: 42px;}
.top_line_phone_number {font-size: 20px;}
.equipment-options-list .equipment-options-item {width: 74px;}
.aquip_wraptwo .aquip_items {width: 72%;margin-bottom: 56px;margin-left: 14%;margin-right: 2%;}
ul.wifi-bul {width: 90%;}
.icon-prem img{max-width:30%;}
.ymap-overblock_title {font-size: 16px;line-height: 18px;}
.ymap-overblock_descrtle {font-size: 18px;line-height: 18px;}
    .ymap-overblock_whatsapp {width: 51%;}
}
@media only screen and (max-width: 480px) {
.topik.page{margin: -27px 0px 30px 0px;}
.container {max-width: 453px;}
.header_box {width: 420px;}
.header_fon {margin-top: 49px!important;}
.header_content_camera {background-image: url(../img/header_pic/photo-camera-480.png);width: 280px;height: 177px;top: -47px;left: 100px;}
.header_list {margin-top: -40px;}
.btn_color {font-size: 16px;}
.service_lists_items {width: 48%;padding-bottom: 11px;}
.block h2 {font-size: 23px;}
.can_watch_item h3 {font-size: 20px;}
.hand_phone {background-size: 62% 30%;}
.can_watch_labe {margin-top: 157px;}
.can_watch_text {width: 95%;}
.cwi_wrapper .btn_color {padding: 16px 20px;}
.form_call_title {font-size: 17px;}
.form_call_desc {font-size: 15px;margin: 0 auto 17px;}
.checkbox input[type="checkbox"].css-checkbox + label.css-label {font-size: 9px;}
.dont_wont {width: 95%;}
.form_call_how {margin: 16px 0 7px 0;}
.top_line_mobile {padding: 0px;}
.top_line_phone_number {font-size: 16px;}
.top_box_mobile {height: 63px;}
.form_call_input_border:before{display:none;}
.form_call_wrap {padding-right: 0%;padding-left: 6%;}
.input_form_d {width: 100%;}
.form_call_input_border .btn_color_d{width:100%;}
.form_call_input_border {padding-top: 37px;padding-bottom: 20px;}
.type_des {font-size: 15px;width: 90%;}
.sf_wrap_item {width: 100%;}
.sf_number_item {width: 50%;}
.slider_work .slick-prev {left: 165px;}
.slider_work .slick-next {right: 221px;}
.slider_work .slick-prev:before, .slider_work .slick-next:before, .slider_sertificate .slick-prev:before,
.slider_sertificate .slick-next:before {width: 55px;height: 55px;}
.slider_popup_title {font-size: 20px;}
.slider_popup_list {column-count: 1;}
.slick-dots li button {padding: 3px;}
.slick-dots li {width: 14px;}
.how_works_items {width: 100%;}
.hwi_title {font-size: 18px;}
.garanty_box_items {width: 100%;}
.garanty_descr {width: 100%;}
.aquip_items {width: 100%;}
.aquip_items_icon img {max-width:70%;}
.aquip_items_icon {left: 31%;}
.aquip_items_icon_center {left: 32%;}
.aquip_items_title {margin-top: -43px;}
.equipment-options-list {width: 100%;}
.garanty_descr {margin: -7px auto 10px;}
.command_box_item {margin-left: 0px;width: 100%;}
.cbl_title {font-size: 19px;}
.cbl_position {font-size: 14px;}
.slider_sertificate .slick-prev {left: 140px;}
.slider_sertificate .slick-next {right: 197px;}
.otziv6 {width: 383px;height: auto;}
.letter_wrap{flex-wrap: wrap;justify-content: center;}
.letter_wrap_item {width: 50%;}
.letter_wrap_glass .img-responsive {top: 16%!important;}
.mfp-arrow-left {left: 23px;}
.mfp-arrow-right {right: 23px;}
.faq_box_item {width: 100%;}
.command_box_label {min-width: 224px;}
.otz6leftbtn {width: 70px;height: 70px;left: 125px;}
.otz6rightbtn {width: 70px;height: 70px;right: 160px;}
.accordion .accordion_tab {font-size: 16px;}
.header_content h1 {font-size: 28px;}
.header_content h1 span {font-size: 26px!important;}
.topik-item{width: 68%;margin-bottom: -4%;margin-right: 0.2%;margin-left: 0.2%;}
.aquip_wraptwo .aquip_items {width: 100%;margin-bottom: 56px;margin-left: 1%;margin-right: 1%;}
.footer_contact_phone {font-size: 18px;}
.photo-montage img{max-width: 90%;}
ul.mes-icon-servic {width: 26%;}
.cont-ser1 {width: 270px;font-size: 16px;}
.ser-info {top: 168px;}
.ser-info1 {top: 227px;}
.ser-info2 {top: 285px;}
.block-videodomofon h2 {font-size: 23px;}
.describ-ajax {font-size: 21px;padding-left: 0px;width: 62%;margin: -29px auto 0px;}
.photo-alax.sistem {margin-top: -25px;}
.cwi_wrapper.ajax {margin-top: 5px;margin-left: 23px;}
.block-services h2 {font-size: 40px;}
.otziv6.active {left: 0px;}
.ymap-overblock_whatsapp {width: 62%;}
.ymap-overblock {width: 60%;}
}
@media (max-width:420px) {
.container {max-width: 395px;}
.header_box {width: 390px;}
.header_content h1 {font-size: 25px;}
.header_content h1 span {font-size: 23px!important;}
.sli_title {font-size: 16px;}
.hand_phone {background-size: 70% 30%;}
.can_watch_labe {margin-top: 137px;}
.why_youneed_wrap_item {width: 100%;}
.why_youneed_fon {background-image: url(../img/youneed-fon/logo-fon-420.png),url(../img/youneed-fon/what-is-video.jpg);}
.slide4 {width: 300px;}
.slider4_second, .slider4 {width: 300px;}
.slk4BigImage_second, .slk4BigImage {height: 143px;}
.slide4_title {font-size: 21px;line-height: 1.1;}
.slide4_list {padding-left: 25px;padding-right: 25px;}
.slide4_list li {font-size: 16px;}
.block4_second .priceBlock, .block4 .priceBlock {width: 265px;}
.tds_wrapper .btn_color {padding: 20px 60px;}
.btn_color {font-size: 15px;}
.dont_wont {width: 100%;}
.dont_wont_left {font-size: 10px;}
.dont_wont_left span {font-size: 11px;}
.our_clients_items {padding: 7px 0;}
.slick-dotted.slick-slider, .slider_work {margin-top: -61px;}
.sliderRight_second, .sliderRight {right: 65px;}
.sliderLeft_second, .sliderLeft {left: 65px;}
.slider_work .slick-next {right: 195px;}
.slider_work .slick-prev {left: 120px;}
.slider_popup_title {margin-bottom: 46px;}
.tco_eighthmarker, .tco_sixthmarker, .tco_fifthmarker, .tco_fourthmarker, .tco_therdmarker, .tco_secondmarker,
.tco_firstmarker {background-image: url(../img/mark-type/marker-420.png);width: 40px;height: 40px;}
.engineer_box {width: 100%;}
.command_box_item {width: 100%;}
.slider_sertificate .slick-prev {left: 100px;}
.slider_sertificate .slick-next {right: 160px;}
.otziv6 {width: 300px;height: auto;}
.otz_wrap{flex-wrap: wrap;justify-content: center;}
.otz6leftbtn {width: 60px;height: 60px;left: 90px;}
.otz6rightbtn {width: 60px;height: 60px;right: 214px;}
.letter_wrap_glass .img-responsive {top: 19%!important;}
.footer_box_item {width: 100%;}
.footer_social ul {text-align: left;}
.footer_politics {text-align: left;}
.block_descr {margin-top: 20px;}
.accordion .accordion_tab {font-size: 13px;}
.bloks-info-text {margin-left: 14%;width: 90%;}
.type_des:before {left: -12px;}
.block h2 {font-size: 21px;}
.block-internet h2 {font-size: 27px;line-height: 1.0;}
.photo-wifi img {max-width: 86%;}
.describ-service {font-size: 18px;}
.servic-phone a {font-size: 33px;}
ul.mes-icon-servic {width: 31%;}
.photo-montage{display: none;}
.content-services {height: 230px;}
.ser-info {left: 37px;top: 21px;}
.ser-info1 {left: 37px;top: 82px;}
.ser-info2 {top: 143px;left: 37px;}
.forms-under-car {width: 98%;}
.ymap-overblock_whatsapp {width: 70%;}


}
@media (max-width:414px) {
.container {max-width: 390px;}
.form_call_input_wrapper {padding-left: 23px;}
.slider_popup_title {margin-bottom: 71px;margin-top: -27px;}
.ymap-overblock_whatsapp {margin-top: 7px;font-size: 12px;}
#map-yandex {min-height: 233px;}
.photo-alax img {max-width: 82%;}
.describ-ajax {width: 72%;margin: -17px auto 0px;}
.photo-alax.sistem {margin-top: -14px;}
.block-services h2 {font-size: 35px;}
.servic-phone {width: 90%;}
.ymap-overblock_whatsapp {width: 55%;}
.ymap-overblock_descrtle {font-size: 16px;line-height: 16px;}
.ymap-overblock {padding: 16px 16px 5px 16px;}
}
@media (max-width:412px) {
.container {max-width: 387px;}
.top_line_phone_number {font-size: 18px;}
.top_line_adress, .top_line_mail, .top_line_phone_get {font-size: 10px;}
.sf_content_icon {left: -30px;}
.letter_wrap_glass .img-responsive {top: 21%!important;}
.block-internet h2 {font-size: 21px;}
.block-videodomofon h2 {font-size: 21px;}
    .ymap-overblock_whatsapp {width: 57%;}
    .text-text-beforefooter {line-height:1.2;}
}
@media (max-width:387px) {
.container {max-width: 354px;}
.header_box {width: 329px;}
.header_content h1 {font-size: 23px;}
.header_content_camera {left: 44px;}
.rightfixed_box li a {padding-left: 39px;}
.block.hand_phone h2 {font-size: 20px;}
.can_watch_labe {margin-top: 143px;}
.hand_phone {background-size: 76% 29%;}
.wy_title {font-size: 18px;}
.type_des {font-size: 15px;width: 88%;}
.sf_content_icon {left: -35px;}
.block h2 {font-size: 25px;}
.aquip_items_title {font-size: 22px;}
.aquip_items_icon_center {left: 26%;}
.aquip_items_icon {left: 27%;}
.forms-engineer_wrapper h4 {font-size: 18px;}
.forms-engineer_wrapper h5 {font-size: 15px;}
.slider_sertificate .slick-prev {left: 80px;}
.slider_sertificate .slick-next {right: 140px;}
.letter_wrap_item {width: 90%;}
.letter_wrap_item {min-height: 287px;}
.accordion .accordion_tab {font-size: 13px;}
.header_list li {margin-bottom: 20px;}
.slider_work .slick-prev {left: 106px;}
.slider_work .slick-next {right: 185px;}
.letter_wrap_glass .img-responsive {top: 19%!important;}
.top_line_phone_number {font-size: 16px;}
.topik-item {width: 80%;margin-bottom: -5%;}
.bloks-info-text {margin-left: 16%;width: 90%;}
ul.mes-icon-servic {width: 36%;}
.ser-info {left: 16px;}
.ser-info1 {left: 16px;}
.ser-info2 {left: 16px;}
.prem-company-item {width: 98%;}
.icon-prem img {max-width: 21%;}
    .ymap-overblock_whatsapp {width: 62%;}
}
@media (max-width:384px) {}
@media (max-width:375px) {
.container {max-width: 349px;}
.btn_color_d:hover {background-position: 5px center;}
.command_box_item {width: 100%;}
/* .slider_work .slick-next {right: 245px;}
.slider_work .slick-prev {left: 180px;} */
.form_call_input_border .btn_color_d {padding-left: 55px;}
.top_line_mobile .container{padding-left: 0;padding-right: 0;}
.top_logo .img-responsive {max-width: 100%;}
.slider_work .slick-next {right: 173px;}
.otz6leftbtn {left: 77px;}
.servic-phone {width: 100%;}
.text-text-beforefooter {font-size: 18px;}
}
@media (max-width:360px) {
.container {max-width: 333px;}
.block h2 {font-size: 22px;}
.sf_content_icon {left: -37px;}
.sf_title {font-size: 18px;}
.sf_number_counter {font-size: 21px;}
.aquip_items_title {font-size: 20px;}
.forms-engineer_wrapper h4 {font-size: 20px;}
.forms-engineer_wrapper h5 {font-size: 18px;line-height: 1.0;}
.otz6leftbtn {left: 66px;}
.otziv6 {width: 275px;}
.slider_work .slick-prev {left: 100px;}
.slider_work .slick-next { right: 168px;}
.otz6rightbtn {right: 237px;}
.accordion .accordion_tab {padding: 4px 17px 9px 46px;}
.describ-ajax {width: 80%;}
.cwi_wrapper.ajax {margin-top: 5px;margin-left: 0px;}
.ser-info {left: 5px;}
.ser-info1 {left: 5px;}
.ser-info2 {left: 5px;}
.ymap-overblock_whatsapp {width: 67%;}
}
@media (max-width:320px) {
.header_box {width: 280px;}
.header_content_camera {left: -7px;}
.container {max-width: 294px;}
.top_line_phone_number {font-size: 16px;}
.top_line_phone_get:before{display:none;}
.top_line_phone_get{display:none;}
.header_list {margin-top: -18px;}
.header_list li {margin-bottom: 39px;}
.hand_phone {background-size: 76% 26%;}
.hand_phone {background-position-y: 142px;}
.can_watch_labe {margin-top: 131px;}
.btn_color {font-size: 11px;}
.form_call_input {font-size: 11px;}
.why_youneed_fon {background-image: url(../img/youneed-fon/logo-fon-420.png),url(../img/youneed-fon/what-is-video-320.jpg);}
.type_des {width: 92%;}
.sf_content_icon {left: -42px;}
.sf_title {font-size: 16px;}
.sf_text {font-size: 14px;}
.sf_content {width: 90%;height: 95%;}
.sf_number_item {width: 80%;}
.cbl_title {font-size: 17px;}
.cbl_position {font-size: 13px;}
.command_box_label {min-width: 209px;}
.slider_sertificate .slick-prev {left: 60px;}
.slider_sertificate .slick-next {right: 112px;}
.otziv6 {width: 228px;}
.otzMName {text-align: center;font-size: 16px;}
.otzMName span {font-size: 13px;}
.otz6leftbtn {left: 45px;}
.otz6rightbtn {right: 260px;}
.letter_wrap_item {min-height: 248px;}
.letter_wrap_glass .img-responsive {top: 20%;}
.top_logo .img-responsive { max-width: 72%;}
.slider_work .slick-prev {top:18%; left: 86px;}
.slider_work .slick-next {top:18%;right: 145px;}
.accordion .accordion_tab {padding: 3px 17px 9px 46px;}
.topik-item {width: 96%;margin-bottom: -6%;}
.bloks-info-text {margin-left: 20%;}
.describ-ajax {width: 100%;}
ul.wifi-bul {width: 100%;}
.servic-phone a {font-size: 29px;}
ul.mes-icon-servic {width: 43%;}
.ser-info {left: 0px;}
.ser-info1 {left: 0px;}
.ser-info2 {left: 0px;}
.cont-ser1 {width: 250px;}
.ser-info2 {top: 159px;}
.ymap-overblock_whatsapp {width: 75%;}
}
