/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) 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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

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

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -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); }
  100% {
    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); }
  100% {
    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-animation-duration: .75s;
  animation-duration: .75s; }

@-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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) 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; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) 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; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

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

@keyframes flipOutX {
  0% {
    -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; }
  100% {
    -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-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

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

@keyframes flipOutY {
  0% {
    -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; }
  100% {
    -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-animation-duration: .75s;
  animation-duration: .75s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

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

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger:hover {
  opacity: .7; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx.is-active .hamburger-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: transparent; }

.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r.is-active .hamburger-inner {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: transparent; }

.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy.is-active .hamburger-inner {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  background-color: transparent; }

.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background-color: transparent; }

.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s; }

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s; }

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg); }

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
          transition-duration: .275s; }

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s; }

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg); }

.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg); }

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
          transition-duration: .275s; }

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s; }

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg); }

.hamburger--elastic-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg); }

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg); }

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg); }

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg); }

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg); }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg); }

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s linear .13s;
  transition: background-color 0s linear .13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s; }

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }

.hamburger--spring-r .hamburger-inner:before {
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0; }

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s; }

.hamburger--stand .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent; }

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s; }

.hamburger--stand-r .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent; }

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .22s;
          transition-duration: .22s; }

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg); }

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .22s;
          transition-duration: .22s; }

.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg); }

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms; }

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.hamburger--vortex .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-property: top,opacity;
  transition-property: top,opacity; }

.hamburger--vortex .hamburger-inner:after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(765deg);
      -ms-transform: rotate(765deg);
          transform: rotate(765deg); }

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-property: top,opacity;
  transition-property: top,opacity; }

.hamburger--vortex-r .hamburger-inner:after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-765deg);
      -ms-transform: rotate(-765deg);
          transform: rotate(-765deg); }

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block; }

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

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

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

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

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

/* 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;
  filter: alpha(opacity=80); }

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

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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100); }

.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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

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

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

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

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

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Styles for dialog window */
.popup-form {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.container {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 15px; }

.is-article-styles .container {
  max-width: 990px; }

.is-article-lp .container {
  max-width: 1200px; }

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px; }
  .is-article-styles .container {
    max-width: 960px; } }

@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px; }
  .is-article-styles .container {
    max-width: 720px; } }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px; }
  .is-article-styles .container {
    max-width: 540px; } }

@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 20px; }
  .is-article-styles .container {
    max-width: 100%; } }

@font-face {
  font-family: 'Roboto Condensed Light';
  src: url("../fonts/RobotoCondensed-Light.eot");
  src: url("../fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Light.woff") format("woff"), url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed Light Italic';
  src: url("../fonts/RobotoCondensed-LightItalic.eot");
  src: url("../fonts/RobotoCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-LightItalic.woff") format("woff"), url("../fonts/RobotoCondensed-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed Regular';
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed Italic';
  src: url("../fonts/RobotoCondensed-Italic.eot");
  src: url("../fonts/RobotoCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Italic.woff") format("woff"), url("../fonts/RobotoCondensed-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed Bold';
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed Bold Italic';
  src: url("../fonts/RobotoCondensed-BoldItalic.eot");
  src: url("../fonts/RobotoCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-BoldItalic.woff") format("woff"), url("../fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Oswald Semibold';
  src: url("../fonts/Oswald-SemiBold.eot");
  src: url("../fonts/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-SemiBold.woff") format("woff"), url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'Open Sans \Regular';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Bold';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Italic';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Bold Italic';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }

body {
  font-size: 16px;
  min-width: 320px;
  height: 100%;
  position: relative;
  line-height: normal;
  color: #434c54;
  font-family: 'Roboto Condensed Light', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fafafa;
  margin: 0; }

img {
  max-width: 100%; }

input:required, textarea:required {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input:focus, textarea:focus {
  outline: none; }

*::-webkit-input-placeholder {
  color: #434c54;
  opacity: .75; }

*:-moz-placeholder {
  color: #434c54;
  opacity: .75; }

*::-moz-placeholder {
  color: #434c54;
  opacity: .75; }

*:-ms-input-placeholder {
  color: #434c54;
  opacity: .75; }

a {
  text-decoration: none;
  color: #434c54;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  a:focus, a:hover {
    outline: none;
    text-decoration: none; }

button:active, button:focus {
  outline: none; }

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

input, select, button {
  outline: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.slick-slide {
  outline: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.wrap {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  min-height: calc(100% - 264px);
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none; }

svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.section {
  position: relative; }

.icon {
  font-style: normal; }

.btn {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center; }
  .btn_load-now {
    height: 70px;
    background-color: #f2680c;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);
    font-size: 22px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    color: #fff;
    padding-right: 63px;
    padding-left: 28px;
    padding-top: 15px;
    letter-spacing: 0.025em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15); }
    .btn_load-now:before {
      position: absolute;
      content: '';
      display: inline-block;
      top: 0;
      bottom: 0;
      right: 0;
      width: 40px;
      background: #bf520a url("../img/load-icon-2.png") center no-repeat; }
    .btn_load-now small {
      font-family: 'Roboto Condensed Regular', sans-serif;
      font-size: 12px;
      color: #ebebeb;
      display: block;
      letter-spacing: 0; }
    .btn_load-now:hover {
      background-color: #f4873e; }
  .btn_bdr {
    border: 1px solid #cacaca;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .btn_bdr:before {
      background-color: transparent; }
    .btn_bdr:hover {
      border-color: #fff;
      background-color: #fff;
      color: #626367; }

.section-title {
  font-weight: normal;
  margin: 0;
  font-family: 'Roboto Condensed Bold', sans-serif;
  color: #31373d;
  text-align: center;
  line-height: 1.1;
  font-size: 36px; }
  .section-title.purchase__section-title {
    font-size: 28px;
    color: #434c54; }

  body main .section-title-h1 {
      font-weight: normal;
      margin: 0;
      font-family: 'Roboto Condensed Bold', sans-serif;
      color: #31373d;
      text-align: center;
      line-height: 1.1;
      font-size: 42px;
      margin: 0.67em 0;
  }
  body main .section-title-h2 {
    font-weight: normal;
    margin: 0.67em 0;
    font-family: 'Roboto Condensed Bold', sans-serif;
    color: #31373d;
    text-align: center;
    line-height: 1.1;
    font-size: 36px;
  }
  @media only screen and (max-width: 575px) {
    .section-title-h2 {
      font-size: 30px;
    }
  }

.scroll-top {
  display: inline-block;
  position: fixed;
  width: 68px;
  height: 68px;
  border: 1px solid #d9dadb;
  left: 100%;
  margin-left: 700px;
  z-index: 9;
  cursor: pointer;
  bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -webkit-transition: .3s;
  transition: .3s; }
  .scroll-top__title {
    color: #6a7785;
    font-size: 15px;
    margin-top: 5px; }
  .scroll-top:hover {
    border-color: #8f9eac; }
  .scroll-top.is-visible {
    left: 50%; }

.wrap.is-en .btn_load-now {
  text-transform: uppercase; }
  .wrap.is-en .btn_load-now small {
    text-transform: none; }

@media only screen and (max-width: 1599px) {
  .scroll-top {
    margin-left: 0;
    left: auto;
    right: -100%; }
    .scroll-top.is-visible {
      left: auto;
      right: 30px; } }

@media only screen and (max-width: 991px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    padding-top: 0;
    bottom: 65px; }
    .scroll-top__title {
      display: none; }
    .scroll-top.is-visible {
      right: 15px; } }

@media only screen and (max-width: 575px) {
  .section-title {
    font-size: 30px; }
    .section-title.purchase__section-title {
      font-size: 24px; }
  .scroll-top {
    bottom: 80px; } }

.navbar {
  background-color: #1b1d26;
  border-bottom: 1px solid rgba(91, 177, 235, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  .navbar-block {
    height: 76px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navbar.is-fixed {
    position: fixed; }
    .navbar.is-fixed .navbar__btn_load {
      background-color: #f2680c;
      border-color: #f2680c;
      color: #fff; }
      .navbar.is-fixed .navbar__btn_load:hover {
        background-color: #f4873e;
        border-color: #f4873e; }
        .navbar.is-fixed .navbar__btn_load:hover .icon path {
          fill: #fff; }
  .navbar__btn {
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    border: 2px solid #71747b;
    margin-left: 6px;
    line-height: 36px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #e4e4eb;
    font-size: 17px;
    font-family: 'Roboto Condensed Regular', sans-serif; }
    .navbar__btn:hover {
      border-color: #fff;
      background-color: #fff;
      color: #282a33; }
      .navbar__btn:hover .icon path {
        fill: #71747b; }
    .navbar__btn .icon {
      display: inline-block;
      position: relative; }
      .navbar__btn .icon.load-icon {
        width: 8px;
        height: 14px;
        margin-left: 8px;
        top: 2px; }
      .navbar__btn .icon.cart-icon {
        width: 22px;
        height: 20px;
        margin-left: 5px;
        top: 5px; }

.logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo__image {
    margin-right: 7px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .logo__title {
    font-family: "Oswald Semibold";
    font-size: 22px;
    color: #f5f5f5;
    margin-top: -5px; }
    .logo__title .accent {
      color: #5bb1eb; }

.menu {
  margin-left: auto;
  margin-right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .menu__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu__item {
    margin: 0 14px; }
  .menu__link {
    color: #cbcbd1;
    font-size: 17px;
    height: 76px;
    line-height: 76px;
    display: block;
    position: relative; }
    .menu__link:after {
      position: absolute;
      content: '';
      bottom: -1px;
      height: 3px;
      left: 0;
      right: 0;
      background-color: transparent;
      -webkit-transition: .3s;
      transition: .3s; }
    .menu__link:hover, .menu__link.active {
      color: #fafafa; }
      .menu__link:hover:after, .menu__link.active:after {
        background-color: #fafafa; }

.hamburger {
  display: none;
  cursor: pointer;
  padding: 0;
  height: 23px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: auto;
  margin-right: 10px; }
  .hamburger .hamburger-box {
    width: 33px; }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::after,
  .hamburger .hamburger-inner::before {
    background-color: #4d94c4;
    height: 2px;
    width: 33px;
    border-radius: 0; }
  .hamburger:hover {
    opacity: 1; }
    .hamburger:hover .hamburger-inner,
    .hamburger:hover .hamburger-inner::after,
    .hamburger:hover .hamburger-inner::before {
      background-color: #4d94c4; }
  .hamburger .hamburger-inner::before {
    top: 10px; }
  .hamburger .hamburger-inner::after {
    top: 20px; }
  .hamburger.is-active .hamburger-inner::after {
    top: 20px; }

.wrap.is-purchase .navbar__btn_buy {
  background-color: #f2680c;
  border-color: #f2680c;
  color: #fff; }
  .wrap.is-purchase .navbar__btn_buy:hover {
    background-color: #f4873e;
    border-color: #f4873e; }
    .wrap.is-purchase .navbar__btn_buy:hover .icon path {
      fill: #fff; }

.wrap.is-purchase .navbar.is-fixed {
  position: absolute; }

.wrap.is-en .menu__item {
  margin: 0 10px; }

.wrap.is-article-styles .navbar__btn_buy {
  border: 2px solid #71747b;
  color: #e4e4eb;
  background-color: transparent; }
  .wrap.is-article-styles .navbar__btn_buy:hover {
    border-color: #fff;
    background-color: #fff;
    color: #282a33; }
    .wrap.is-article-styles .navbar__btn_buy:hover .icon path {
      fill: #71747b; }

.wrap.is-article-styles .navbar__btn_load {
  background-color: #f2680c;
  border-color: #f2680c;
  color: #fff; }
  .wrap.is-article-styles .navbar__btn_load:hover {
    background-color: #f4873e;
    border-color: #f4873e; }
    .wrap.is-article-styles .navbar__btn_load:hover .icon path {
      fill: #fff; }

.wrap.is-article-lp .header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 76px;
  z-index: 10; }
  .dropdown {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .dropdown .dropdown__content:hover {
    opacity: 1;
    -webkit-transform: translateY(100%) translateX(0%);
    -ms-transform: translateY(100%) translateX(0%);
    transform: translateY(100%) translateX(0%);
    visibility: visible
  }
  
  .dropdown:hover .dropdown__content {
    opacity: 1;
    -webkit-transform: translateY(100%) translateX(0%);
    -ms-transform: translateY(100%) translateX(0%);
    transform: translateY(100%) translateX(0%);
    visibility: visible
  }
  
  @media (max-width:1199.98px) {
  
    .dropdown .dropdown__title {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
  
    .dropdown .dropdown__content {
        display: none;
        -webkit-animation: Fade .2s;
        animation: Fade .2s
    }
  
    .dropdown.dropdown--active .dropdown__content {
        display: flex;
        transform: translateY(100%) translateX(0%);
    }
  }
  
  .dropdown__title {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    padding-left: 13px;
    padding-right: 23px;
    font-size: 17px;
    min-height: 40px;
    border-left: 1px solid rgb(77, 79, 84);
  }
  .dropdown__title:before {
    position: absolute;
    right: 6px;
    top: 46%;
    width: 4px;
    height: 4px;
    content: "";
    border-top: 5px solid #adb0b6;
    border-right: 4px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropdown:hover .dropdown__title {
    font-family: 'Roboto Condensed Regular';
  }
  .dropdown:hover .dropdown__title:before {
    border-top: 5px solid #ffffff;
  }
  
  .dropdown__title-icon {
    padding-right: 8px;
  }
  
  .dropdown__content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 158px;
    height: auto;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(105%) translateX(0%);
    -ms-transform: translateY(105%) translateX(0%);
    transform: translateY(105%) translateX(0%);
    background-color: #fcfcfd;
    z-index: 4;
    -webkit-transition: opacity .3s, margin .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, margin .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, margin .3s, visibility .3s;
    transition: transform .3s, opacity .3s, margin .3s, visibility .3s;
    transition: transform .3s, opacity .3s, margin .3s, visibility .3s, -webkit-transform .3s;
    border: 1px solid rgb(77, 79, 84);
    background-color: rgba(27, 29, 38, 0.949);
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 4px;
    padding-top: 24px
  }
  @media (max-width:1199.98px) {
    .dropdown__content {
        opacity: 1;
        margin: 0;
        z-index: 1;
        visibility: visible;
    }
    .dropdown .dropdown__content:hover {
      transform: translateY(100%) translateX(0%);
    }
  }
  
  .dropdown__link {
    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;
    padding-bottom: 20px;
    line-height: 1;
    color: rgba(178, 178, 184, 0.941);
    font-size: 17px;
    text-shadow: 0.574px 0.819px 0px rgba(0, 0, 0, 0.07);
    font-family: 'Roboto Condensed Light';
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
  .dropdown__link:focus,
  .dropdown__link:hover {
    font-family: 'Roboto Condensed Bold';
    color: #ededee;
  }
  
  .dropdown__icon {
    height: auto;
    display: inline-block;
    margin-right: 12px;
  }
@media only screen and (max-width: 767px) {
  .navbar .container {
    max-width: 570px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 425px) {
  .dropdown {
    max-width: 570px;
  }
  .dropdown__title {
    border-left: none;
    padding-left: 4px;
    padding-right: 20px;
  }
  .dropdown__title img {
    display: none;
  }
  .navbar__btn {
    font-size: 15px;
    padding: 0 13px;
  }
}


@media only screen and (max-width: 991px) {
  .hamburger {
    display: inline-block; }
  .menu {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #4d94c4;
    margin-right: 0;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); }
    .menu__list {
      height: 50px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .menu__item {
      display: block;
      margin: 0; }
    .menu__link {
      text-transform: uppercase;
      line-height: 50px;
      height: 50px;
      color: #fff;
      padding: 0 20px;
      font-size: 16px;
      font-family: 'Roboto Condensed Regular', sans-serif; }
      .menu__link:after {
        display: none; }
      .menu__link:hover, .menu__link.active {
        background-color: #fff;
        color: #4d94c4; }
  .wrap.is-en .menu__item {
    margin: 0; }
  .wrap.is-en .hamburger {
    margin-right: 15px; } }

@media only screen and (min-width: 992px) {
  .menu {
    display: inline-block !important; } }

@media only screen and (max-width: 767px) {
  .logo__title {
    margin-top: 5px;
    font-size: 18px; }
    .logo__title .accent {
      display: block;
      line-height: 0.5; } }

@media only screen and (max-width: 575px) {
  .navbar__btn_load {
    margin-left: auto; }
  .logo {
    display: none; }
  .hamburger {
    margin-left: 0; }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto; }
  .wrap.is-en .language {
    margin-left: auto; }
  .wrap.is-en .navbar__btn_load {
    margin-left: auto; } }

.hero {
  height: 510px;
  background: #012b57 url("../img/hero-bg.jpg") top center no-repeat;
  background-size: cover;
  margin-top: 76px; }
  .hero__pic {
    display: none; }
  .hero__cnt {
    margin-left: 30px;
    display: inline-block;
    text-align: center;
    margin-top: 85px;
    width: 585px; }
  .hero__head {
    text-align: left;
    position: relative; }
    .hero__head:before, .hero__head:after {
      position: absolute;
      content: '';
      display: inline-block;
      border: 2px solid rgba(255, 255, 255, 0.1); }
    .hero__head:before {
      width: 285px;
      bottom: 50px;
      left: -50px;
      top: -40px;
      border-right: none;
      border-bottom: none; }
    .hero__head:after {
      width: 80px;
      top: 10px;
      left: -30px;
      bottom: -40px;
      border-top: none;
      border-right: none; }
  .hero__title {
    font-size: 38px;
    font-weight: normal;
    margin: 0;
    color: #fafafa;
    line-height: 1.2;
    font-family: 'Roboto Condensed Bold', sans-serif;
    position: relative; }
  .hero__subtitle {
    font-size: 21px;
    color: #dbdae5;
    line-height: 1.5;
    position: relative;
    margin-top: 10px;
    font-family: 'Roboto Condensed Regular', sans-serif; }
  .hero__foot {
    display: inline-block;
    text-align: center;
    margin-top: 70px;
    margin-left: -30px; }
  .hero__btn:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 34px;
    height: 61px;
    top: -28px;
    left: -52px;
    background: url("../img/arrow-to-btn.png") 0 0 no-repeat; }
  .hero__offer {
    margin-top: 25px; }

.offer {
  color: #dbdae5;
  font-size: 17px;
  font-family: 'Roboto Condensed Regular', sans-serif;
  margin-left: -15px; }
  .offer .icon-cart {
    width: 22px;
    height: 21px;
    display: inline-block;
    background: url("../img/cart-icon-2.png") 0 0 no-repeat;
    margin-right: 10px;
    top: 4px;
    position: relative; }
  .offer a {
    text-transform: uppercase;
    color: #fafafa;
    position: relative; }
    .offer a:after {
      position: absolute;
      -webkit-transition: .3s;
      transition: .3s;
      content: '';
      display: inline-block;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-color: rgba(250, 250, 250, 0.85); }
    .offer a:hover:after {
      background-color: transparent; }

.wrap.is-en .hero__cnt {
  width: 630px; }

.wrap.is-en .hero__foot {
  margin-left: -50px; }

@media only screen and (max-width: 991px) {
  .hero {
    background-image: url("../img/hero-bg-mob.jpg");
    height: auto;
    text-align: center; }
    .hero__pic {
      display: inline-block;
      margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .hero__title span {
    white-space: nowrap; }
  .hero__foot {
    margin-left: 0; }
  .hero__btn {
    margin-top: 10px; }
    .hero__btn:after {
      display: none; }
  .hero__cnt {
    width: 100%;
    margin-left: 0; }
  .hero__head {
    padding-left: 50px; }
    .hero__head:before {
      left: 0; }
    .hero__head:after {
      left: 20px; }
  .hero__offer {
    margin-left: 0; }
  .wrap.is-en .hero__cnt {
    width: 100%; }
  .wrap.is-en .hero__foot {
    margin-left: 0; } }

@media only screen and (max-width: 575px) {
  .hero__title {
    font-size: 28px; }
  .hero__subtitle {
    font-size: 16px; }
  .hero__head {
    padding-left: 30px;
    padding-right: 10px; }
    .hero__head:before {
      left: 0; }
    .hero__head:after {
      left: 15px; }
  .hero__offer {
    font-size: 15px; }
    .hero__offer .icon-cart {
      top: 3px; } }

.advantages {
  padding: 75px 0 0; }
  .advantages-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #e3e4e5;
    margin-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 85px; }
  .advantages__info {
    font-size: 20px;
    line-height: 1.7;
    text-align: center; }

.advantage {
  text-align: center; }
  .advantage__image {
    display: inline-block;
    width: 95px;
    height: 99px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .advantage__image:before, .advantage__image:after {
      display: inline-block;
      content: '';
      position: absolute;
      width: 75px;
      height: 44px;
      border: 1px solid #e3e4e5; }
    .advantage__image:before {
      top: 0;
      left: 0;
      border-right: none;
      border-bottom: none; }
    .advantage__image:after {
      bottom: 0;
      right: 0;
      border-top: none;
      border-left: none; }
  .advantage__title {
    color: #31373d;
    text-transform: uppercase;
    font-family: 'Roboto Condensed Bold', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    margin-top: 25px; }

@media only screen and (max-width: 1199px) {
  .advantages__info br {
    display: none; }
  .advantages-block {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 991px) {
  .advantages-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 40px; }
  .advantage {
    width: 50%;
    margin-bottom: 45px; } }

@media only screen and (max-width: 575px) {
  .advantages {
    padding: 60px 0 0; }
    .advantages__info {
      font-size: 17px; }
    .advantages-block {
      margin-top: 60px;
      padding-bottom: 20px; }
  .advantage {
    padding-left: 15px;
    padding-right: 15px; }
    .advantage__title {
      font-size: 17px; }
      .advantage__title br {
        display: none; }
  .wrap.is-en .advantage__title {
    font-size: 16px; } }

@media only screen and (max-width: 359px) {
  .advantage__title {
    font-size: 15px; } }

.functions {
  padding: 60px 0 70px; }
  .functions-block {
    margin-left: -115px;
    margin-right: -115px;
    margin-top: 65px; }
  .functions__info {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    margin-top: 65px; }

.function {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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; }
  .function:nth-child(2n) .function__info {
    padding-left: 40px;
    padding-right: 115px; }
  .function:nth-child(2n) .function__image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 1px; }
  .function__info {
    padding-left: 115px;
    padding-right: 20px; }
  .function__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1px; }
    .function__image video {
      width: 100%;
      max-width: 100%;
    }
  .function__title {
    font-size: 28px;
    line-height: 1.2;
    font-family: 'Roboto Condensed Bold', sans-serif; }
  .function p {
    margin: 0;
    font-size: 19px;
    line-height: 1.5;
    margin-top: 10px; }
  .function__list {
    margin-top: 15px; }
    .function__list li {
      font-size: 18px;
      margin-bottom: 8px;
      line-height: 1.5;
      position: relative;
      padding-left: 38px; }
      .function__list li:last-child {
        margin-bottom: 0; }
      .function__list li .check-icon {
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url("../img/check-icon.png") 0 0 no-repeat;
        left: 0;
        top: 5px;
        position: absolute; }
  .function__btn {
    height: 46px;
    line-height: 46px;
    background-color: #f2680c;
    font-size: 16px;
    font-family: 'Roboto Condensed Regular', sans-serif;
    color: #fff;
    padding-right: 60px;
    padding-left: 42px;
    margin-top: 30px; }
    .function__btn:before {
      position: absolute;
      content: '';
      display: inline-block;
      top: 0;
      bottom: 0;
      right: 0;
      width: 27px;
      background: #bf520a url("../img/load-icon-3.png") center no-repeat; }
    .function__btn:hover {
      background-color: #f4873e; }

@media only screen and (max-width: 1199px) {
  .functions-block {
    margin-left: 0;
    margin-right: 0; }
  .functions__info br {
    display: none; }
  .function {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .function:nth-child(2n) .function__info {
      padding-right: 0; }
    .function:nth-child(2n) .function__image {
      margin-left: 0; }
    .function__info {
      padding-left: 0;
      padding-top: 30px; }
    .function__image {
      width: 50%;
      margin-right: 0; }
    .function__title {
      font-size: 24px; }
    .function p {
      font-size: 17px; }
    .function__list li {
      font-size: 16px; }
    .function__btn {
      margin-top: 20px; } }

@media only screen and (max-width: 991px) {
  .function {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px; }
    .function:last-child {
      margin-bottom: 0; }
    .function:nth-child(2n) .function__info {
      padding-left: 0;
      padding-right: 0; }
    .function:nth-child(2n) .function__image {
      margin-left: 0; }
    .function__info {
      padding-right: 0;
      padding-left: 0;
      text-align: center;
      padding-top: 0;
      margin-top: 15px;
      width: 100%; }
    .function__btn {
      margin-top: 30px; }
    .function__image {
      width: 100%;
      display: block;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
      .function__image img {
        width: 100%;
        height: auto; }
    .function p {
      text-align: left; }
    .function__list {
      text-align: left; } }

@media only screen and (max-width: 575px) {
  .functions__info {
    font-size: 17px; }
  .function__title {
    font-size: 20px; } }

.cta {
  background: #012b57 url("../img/cta-bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 80px; }
  .cta__section-title {
    color: #fafafa;
    font-size: 38px;
    text-shadow: 2.868px 4.096px 15px rgba(0, 0, 0, 0.15); }
  .cta__text {
    color: #dbdae5;
    font-family: 'Roboto Condensed Regular', sans-serif;
    font-size: 22px;
    text-shadow: 2.868px 4.096px 15px rgba(0, 0, 0, 0.15);
    margin-top: 15px; }
  .cta__btn {
    height: 70px;
    line-height: 70px;
    background-color: #f2680c;
    font-size: 21px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    color: #fff;
    padding-right: 87px;
    padding-left: 47px;
    margin-top: 30px;
    letter-spacing: 0.025em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);
    margin-top: 50px; }
    .cta__btn:before {
      position: absolute;
      content: '';
      display: inline-block;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50px;
      background: #bf520a url("../img/cart-icon-3.png") center no-repeat; }
    .cta__btn:hover {
      background-color: #f4873e; }
    .cta__btn:after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 39px;
      height: 59px;
      top: -20px;
      right: -70px;
      background: url("../img/arrow-to-btn-r.png") 0 0 no-repeat; }

.wrap.is-en .cta {
  padding-top: 70px;
  padding-bottom: 60px; }
  .wrap.is-en .cta__btn {
    padding-right: 104px;
    padding-left: 58px;
    text-transform: uppercase; }
  .wrap.is-en .cta__small {
    color: #dbdae5;
    font-size: 17px;
    font-family: 'Roboto Condensed Regular', sans-serif;
    display: block;
    margin-top: 15px; }

@media only screen and (max-width: 575px) {
  .cta {
    padding: 60px 0; }
    .cta__section-title {
      font-size: 30px; }
    .cta__text {
      font-size: 18px; }
    .cta__btn {
      width: 280px;
      line-height: 1;
      padding-right: 89px;
      padding-left: 59px;
      padding-top: 14px; }
      .cta__btn:after {
        display: none; }
  .wrap.is-en .cta {
    padding: 60px 0; }
    .wrap.is-en .cta__btn {
      width: 270px;
      line-height: 70px;
      padding-top: 0; }
    .wrap.is-en .cta__small {
      font-size: 15px; } }

.reviews {
  padding: 75px 0 0;
  text-align: center; }
  .reviews__subtitle {
    color: #488bb8;
    font-size: 19px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    text-align: center;
    margin-top: 25px; }
  .reviews__tabs {
    width: 570px;
    display: inline-block;
    margin-left: -245px;
    top: -140px; }
    .reviews__tabs-block {
      position: relative; }
  .reviews__tab {
    text-align: center;
    margin-top: 10px;
    width: 60px;
    cursor: pointer; }
    .reviews__tab.slick-center.slick-current {
      margin-top: 0;
      width: 80px; }
      .reviews__tab.slick-center.slick-current .reviews__photo {
        border: 2px solid #4d94c4;
        border-radius: 50%;
        overflow: hidden;
        width: 76px;
        height: 76px;
        border-color: #4d94c4;
        opacity: 1;
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
  .reviews__photo {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: .4; }
  .reviews__slide {
    text-align: center; }
  .reviews__slider {
    margin-top: 35px;
    position: relative; }

.review {
  width: 770px;
  display: inline-block;
  text-align: center;
  min-height: 325px;
  position: relative; }
  .review__text {
    font-size: 20px;
    line-height: 1.65; }
  .review__author {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
  .review__name {
    font-size: 21px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    color: #31373d; }
  .review__city {
    font-size: 17px;
    color: #6c7b87;
    font-family: 'Roboto Condensed Regular', sans-serif;
    margin-top: 5px; }

.reviews__arrows {
  position: absolute;
  text-indent: -9999px;
  z-index: 2;
  left: 50%;
  margin-left: -215px;
  width: 430px;
  top: -120px; }
  .reviews__arrows .back,
  .reviews__arrows .next {
    border: none;
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    background-image: url("../img/slider-arrow.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px; }
    .reviews__arrows .back:hover,
    .reviews__arrows .next:hover {
      background-image: url("../img/slider-arrow-hov.svg"); }
  .reviews__arrows .back {
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .reviews__arrows .next {
    right: 0; }

.wrap.is-en .reviews {
  padding-top: 0; }
  .wrap.is-en .reviews__container {
    padding-top: 75px;
    border-top: 1px solid #e3e4e5; }

@media only screen and (max-width: 991px) {
  .review {
    width: 720px; } }

@media only screen and (max-width: 767px) {
  .review {
    width: 540px;
    min-height: 375px; } }

@media only screen and (max-width: 575px) {
  .reviews {
    padding-top: 60px;
    padding-bottom: 0; }
    .reviews__subtitle {
      font-size: 16px; }
    .reviews__arrows {
      display: none; }
    .reviews__tab {
      width: 50px; }
      .reviews__tab.slick-center.slick-current {
        width: 70px; }
        .reviews__tab.slick-center.slick-current .reviews__photo {
          width: 66px;
          height: 66px; }
    .reviews__photo {
      width: 46px;
      height: 46px; }
    .reviews__tabs {
      margin-left: -200px; }
  .review {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .review__text {
      font-size: 16px; }
    .review__name {
      font-size: 19px; }
    .review__city {
      font-size: 15px; }
  .wrap.is-en .reviews__container {
    padding-top: 60px; } }

@media only screen and (max-width: 359px) {
  .reviews__tabs {
    margin-left: -225px; } }

.specifications {
  background-color: #f1f1f1;
  text-align: center;
  padding: 65px 0;
  height: 580px; }
  .specifications-block {
    width: 945px;
    display: inline-block;
    margin-top: 50px; }
  .specifications__tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .specifications__tabs:after {
      position: absolute;
      content: '';
      display: inline-block;
      right: 0;
      left: 420px;
      height: 1px;
      bottom: 0;
      background-color: #d4d5d6; }
  .specifications__tab {
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 194px;
    height: 53px;
    line-height: 51px;
    font-size: 17px;
    font-family: 'Roboto Condensed Regular', sans-serif;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #d4d5d6;
    color: #58636e;
    margin-right: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .specifications__tab:hover, .specifications__tab.current {
      background-color: #434c54;
      border-color: #434c54;
      color: #fafafa; }
    .specifications__tab-cnt {
      text-align: left;
      margin-top: 25px;
      opacity: 0;
      display: none;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .specifications__tab-cnt.active {
        display: block; }
      .specifications__tab-cnt.visible {
        opacity: 1; }

.formats {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-betwee;
  -webkit-justify-content: space-betwee;
      -ms-flex-pack: space-betwee;
          justify-content: space-betwee;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .formats__left {
    display: inline-block;
    width: 420px; }
    .formats__left_en {
      width: 610px;
      padding-right: 40px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .formats__right {
    width: 530px; }
    .formats__right_en {
      width: 100%; }
  .formats__cnt-item {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    top: 0;
    left: 0; }
    .formats__cnt-item.active {
      display: block; }
    .formats__cnt-item.visible {
      opacity: 1; }
  .formats__cnt-item.active.formats__cnt-item-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .formats__cnt-item.active.formats__cnt-item-flex .types {
    margin-bottom: 16px;
    margin-right: 15px;
  }
  .formats__title {
    color: #6c7b87;
    font-size: 15px;
    font-family: 'Roboto Condensed Regular', sans-serif;
    margin-bottom: 35px; }
  .formats__tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .formats__tab {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #fafafa;
    border: 1px solid #d4d5d6;
    margin-bottom: 3px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .formats__tab:last-child {
      margin-bottom: 0; }
    .formats__tab .arrow-icon {
      display: inline-block;
      width: 9px;
      height: 15px;
      background: url("../img/arrow.png") 0 0 no-repeat;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -8px;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .formats__tab:hover, .formats__tab.current {
      background-color: #4d94c4;
      color: #fafafa;
      border-color: #4d94c4; }
      .formats__tab:hover .arrow-icon, .formats__tab.current .arrow-icon {
        opacity: 1; }

.passports {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.passport {
  display: inline-block;
  width: 160px;
  height: 160px;
  border: 1px solid #d4d5d6;
  background-color: #fafafa;
  text-align: center;
  position: relative; }
  .passport:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img/check-icon-2.png") 0 0 no-repeat;
    top: 12px;
    right: 12px; }
  .passport__image {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .passport__title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px; }

.countries {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .countries__group {
    display: inline-block;
    width: 250px; }

.other-countries {
  color: #488bb8;
  font-size: 17px;
  font-family: 'Roboto Condensed Regular', sans-serif;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid rgba(72, 139, 184, 0.5); }
  .other-countries:hover {
    border-color: transparent; }

.country {
  color: #488bb8;
  font-size: 17px;
  font-family: 'Roboto Condensed Bold', sans-serif;
  padding-left: 30px;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 16px; }
  .country:last-child {
    margin-bottom: 0; }

.types {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .types__group {
    display: inline-block; }

.type {
  color: #488bb8;
  font-size: 17px;
  font-family: 'Roboto Condensed Bold', sans-serif;
  margin-bottom: 16px; }
  .type:last-child {
    margin-bottom: 0; }

.system {
  margin-top: 50px; }
  .system__item {
    font-size: 18px;
    margin-bottom: 45px;
    position: relative;
    padding-left: 53px; }
    .system__item:last-child {
      margin-bottom: 0; }
    .system__item a {
      color: #4d94c4;
      font-family: 'Roboto Condensed Bold', sans-serif;
      text-transform: uppercase;
      border-bottom: 1px solid #4d94c4;
      display: inline-block;
      line-height: 1; }
      .system__item a:hover {
        border-color: transparent; }
    .system__item b {
      font-weight: normal;
      font-family: 'Roboto Condensed Bold', sans-serif;
      margin-right: 3px; }
  .system__icon {
    width: 55px;
    height: 34px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center left;
    position: absolute;
    left: 0;
    top: -50%;
    margin-top: 5px; }

.formats__tabs_countries {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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; }

.formats__tab_country {
  width: 187px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: center left 10px; }
  .formats__tab_country.others {
    padding: 0;
    text-align: center; }

@media only screen and (max-width: 991px) {
  .specifications {
    height: auto; }
  .specifications-block {
    width: 100%; }
  .formats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .formats__title {
      margin-bottom: 20px; }
    .formats__left {
      width: 100%;
      margin-bottom: 30px; }
    .formats__tab {
      width: 100%;
      text-align: center;
      border-right: none; }
      .formats__tab .arrow-icon {
        display: none; }
      .formats__tab:last-child {
        border-right: 1px solid #d4d5d6; }
        .formats__tab:last-child:hover, .formats__tab:last-child.current {
          border-right: 1px solid #4d94c4; }
    .formats__tabs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .formats_en {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .formats__left_en {
    width: 420px;
    padding-right: 30px; }
  .formats__tabs_countries {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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; }
  .formats__tab_country {
    width: 193px;
    text-align: left;
    border-right: 1px solid #d4d5d6; } }

@media only screen and (max-width: 767px) {
  .specifications__tabs:after {
    display: none; }
  .formats__right {
    width: 100%; }
  .formats__tab {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px; }
  .system__item {
    padding-left: 0;
    margin-bottom: 30px; }
    .system__item b {
      display: block;
      margin-bottom: 5px; }
  .system__icon {
    display: none; }
  .formats__left_en {
    width: 374px;
    padding-right: 30px; }
  .formats__tab_country {
    width: 170px;
    padding-left: 35px; } }

@media only screen and (max-width: 575px) {
  .specifications__tabs {
    width: 100%; }
  .specifications__tab {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .formats__tab {
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px; }
  .passports {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .passport {
    margin-bottom: 20px; }
  .countries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .countries__group {
      margin-bottom: 16px;
      width: 100%; }
  .types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .types__group {
      margin-bottom: 16px;
      width: 100%; }
  .formats__left_en {
    width: 50%;
    padding-right: 0; }
  .formats__right_en {
    padding-left: 20px; }
  .formats__tab_country {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-left: 35px; }
    .formats__tab_country.others {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.prefooter {
  background: #012b57 url("../img/prefooter-bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 75px 0 60px; }
  .prefooter__section-title {
    font-size: 38px;
    color: #fafafa;
    line-height: 1.35; }
  .prefooter__foot {
    display: inline-block;
    margin-top: 45px; }
  .prefooter__foot .btn_load-now {
    padding-right: 85px;
    padding-left: 45px;
  }
  @media only screen and (max-width: 767px) {
    .prefooter__foot .btn_load-now {
      padding-right: 75px;
      padding-left: 35px;
    }
  }
  .prefooter__offer {
    margin-top: 25px; }
  .prefooter__btn:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 39px;
    height: 59px;
    top: -20px;
    right: -70px;
    background: url("../img/arrow-to-btn-r.png") 0 0 no-repeat; }
  .prefooter__subtitle {
    font-size: 22px;
    font-family: 'Roboto Condensed Regular', sans-serif;
    color: #dbdae5;
    margin-top: 10px; }

.wrap.is-en .prefooter__foot {
  margin-top: 60px; }

@media only screen and (max-width: 991px) {
  .prefooter {
    background-image: url("../img/cta-bg.jpg"); }
    .prefooter__section-title br {
      display: none; } }

@media only screen and (max-width: 575px) {
  .prefooter {
    padding: 60px 0; }
    .prefooter__section-title {
      font-size: 24px; }
    .prefooter__subtitle {
      font-size: 18px; }
    .prefooter__offer {
      font-size: 15px; }
      .prefooter__offer .icon-cart {
        top: 3px; }
    .prefooter__btn {
      line-height: 1;
      padding-top: 17px; }
      .prefooter__btn:after {
        display: none; } }

.footer {
  text-align: center;
  background-color: #1b1d26;
  border-top: 1px solid rgba(91, 177, 235, 0.25);
  padding-top: 23px;
  padding-bottom: 15px; }
  .footer-menu {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .footer-menu__list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      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;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .footer-menu__link {
      font-size: 17px;
      color: #c1c2c7;
      display: inline-block;
      letter-spacing: 0.01em;
      height: 42px;
      line-height: 40px;
      border: 1px solid transparent;
      padding: 0 15px; }
      .footer-menu__link:hover, .footer-menu__link.active {
        color: #fafafa;
        border-color: #316395; }

.copy {
  color: #818185;
  font-size: 13px;
  margin-top: 18px; }
  .copy span {
    white-space: nowrap; }

@media only screen and (max-width: 575px) {
  .footer-menu__link {
    font-size: 15px; }
  .copy {
    font-size: 11px; } }

.purchase-hero {
  background: #012b57 url("../img/purchase-bg.jpg") top center no-repeat;
  background-size: cover;
  margin-top: 76px;
  height: 290px;
  padding-top: 65px; }
  .purchase-hero__title {
    font-size: 34px;
    color: #f5f5f5;
    font-family: 'Roboto Condensed Bold', sans-serif;
    line-height: 1.2;
    margin: 0;
    font-weight: normal; }
  .purchase-hero__text {
    font-size: 18px;
    color: #d0d6db;
    font-family: 'Roboto Condensed Regular', sans-serif;
    line-height: 1.6;
    margin-top: 10px; }
  .purchase-hero__cnt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px; }
  .purchase-hero__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 40px;
    margin-top: 15px; }

@media only screen and (max-width: 991px) {
  .purchase-hero {
    height: auto;
    padding-bottom: 60px; }
    .purchase-hero__cnt {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (max-width: 575px) {
  .purchase-hero {
    padding: 60px 0; }
    .purchase-hero__cnt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .purchase-hero__title {
      font-size: 28px;
      margin-top: 20px; }
    .purchase-hero__text {
      font-size: 16px; }
    .purchase-hero__image {
      margin: 0; } }

.plans {
  display: inline-block;
  padding-right: 45px;
  padding-top: 25px;
  width: 790px; }

.order__container {
  position: relative; }

.h2-order-block {
  text-align: center;
  margin: 30px auto 10px;
  max-width: 885px;
  min-height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(180, 181, 182, .64);
  border-radius: 4px;
  padding: 10px;
}
.h2-order {
  font-size: 30px;
  color: rgb(49, 55, 61);
  margin: 0;
}
.h2-order-bold {
  font-family: 'Roboto Condensed Bold', sans-serif;
}
.h2-order-red {
  color: #f5463a;
  font-family: 'Roboto Condensed Bold', sans-serif;
}

.plan {
  border-bottom: 1px solid #e3e4e5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 30px; }
  .plan_profi {
    background: url("../img/plan-profi-bg.png") top right no-repeat;
    background-size: cover; }
  .plan__box {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: -30px;
    margin-right: 35px;
    margin-top: 5px;
    position: relative; }
    
    .plan__box-discount {
      position: absolute;
      left: 30px;
      top: -18px;
      border-radius: 50%;
      background: #ec4f47;
      box-shadow: 0px 6px 2.49px 0.51px rgba(52, 42, 34, 0.25);
      color: #fff;
      width: 40px;
      height: 40px;
      font-size: 16px;
      line-height: 2;
      font-family: 'Roboto Condensed Bold', sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
  .plan__title {
    font-size: 25px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    color: #31373d; }
  .plan__subtitle {
	margin:15px 0;  
    font-size: 21px;
    font-family: 'Roboto Condensed Regular', sans-serif;
	font-style: italic;
    color: #31373d; }
  .plan__text {
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Roboto Condensed Regular', sans-serif;
    margin-top: 10px; }
    .plan__text b {
      font-family: 'Roboto Condensed Bold', sans-serif;
      font-weight: normal; }
  .plan__foot {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .plan__btn {
    height: 48px;
    line-height: 48px;
    background-color: #f2680c;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 8px rgba(49, 55, 61, 0.12);
            box-shadow: 4px 4px 8px rgba(49, 55, 61, 0.12);
    font-family: 'Roboto Condensed Bold', sans-serif;
    font-size: 16px;
    color: #fafafa;
    text-transform: uppercase;
    background-image: url("../img/cart-icon-4.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding-right: 55px;
    padding-left: 33px; }
    .plan__btn:hover {
      background-color: #f4873e; }
  .plan__price {
    font-size: 22px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    letter-spacing: 0.01em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px; }
	.plan__price span{
		margin-right:10px;
		text-decoration:line-through;
		color:#a9a9a9;
	}
    .plan__price .icon-rub {
      display: inline-block;
      width: 12px;
      height: 15px;
      background: url("../img/ruble-2.png") 0 0 no-repeat;
      margin-left: 5px; }
    .old-plan__price {
      position: relative;
      font-size: 26px;
      margin-right: 20px;
      font-family: 'Roboto Condensed Light', sans-serif;
    }    
    .old-plan__price:after, 
    .old-plan__price:before {
      width: 100%;
      height: 1px;
      background-color: #434c54;;
      position: absolute;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg);
      left: 0%;
      top: 50%;
    }
    .old-plan__price:before {
      -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotate(-35deg);
    }
    .old-plan__price .icon-rub{
      position: absolute;
      right: -17px;
    }

.payment {
  display: inline-block;
  padding-left: 30px;
  margin-top: 40px;
  position: relative;
  padding-top: 20px;
  width: 234px;
  float: right;
  padding-bottom: 30px; }
  .payment:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e3e4e5;
    left: 0; }
  .payment__title {
    font-size: 23px;
    font-family: 'Roboto Condensed Regular', sans-serif; }
  .payment__subtitle {
    color: #6c7b87;
    font-size: 15px;
    line-height: 1.5;
    font-family: "Roboto Regular";
    margin-top: 10px; }
  .payment__pay {
    margin-top: 50px; }
    .payment__pay small {
      font-size: 14px;
      color: #6c7b87;
      font-family: "Roboto Regular";
      margin-top: 15px;
      display: block; }

.win-logos {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .win-logos img {
    margin-right: 4px;
    opacity: .95; }

.brands {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }

.brand {
  width: 20%;
  text-align: center;
  margin: 0 10px 10px 0;
  flex: 0 0 26%;
  display: flex;
  justify-content: flex-start; }
  .brand img {
    display: inline-block;
    opacity: .7; }
@media only screen and (max-width: 992px) {
  .brand {
    flex: 0 0 20%;
    justify-content: center;  } }
@media only screen and (max-width: 767px) {
  .brand {
    flex: 1 0 26%;  } }
@media only screen and (max-width: 1199px) {
  .plans {
    width: 696px; } }

@media only screen and (min-width: 992px) {
  .payment.is-fixed {
    position: fixed;
    top: 0px; } }

@media only screen and (max-width: 991px) {
  .order__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .plans {
    padding-right: 0;
    width: auto; }
  .plan {
    padding-right: 20px;
    padding-left: 20px; }
  .payment {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0px; }
    .payment:before {
      display: none; }
    .payment__title {
      text-align: center; }
    .payment__subtitle {
      text-align: center; }
      .payment__subtitle br {
        display: none; }
    .payment__pay {
      margin-top: 30px; }
      .payment__pay small {
        text-align: center; }
  .win-logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .win-logos img:last-child {
      margin-right: 0; } }

@media only screen and (max-width: 575px) {
  .plans {
    margin-left: -20px;
    margin-right: -20px; }
  .plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .plan__title {
      font-size: 22px; }
    .plan__text {
      font-size: 15px; }
  .payment small {
    font-size: 12px; }
  .payment__title {
    font-size: 21px; }
  .payment__subtitle {
    font-size: 13px; } }

.bonuses {
  padding: 80px 0; }
  .bonuses-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 85px; }

.bonus {
  text-align: center;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }
  .bonus__title {
    font-size: 19px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    text-transform: uppercase; }
  .bonus__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 15px; }
  .bonus__image {
    height: 110px; }

@media only screen and (max-width: 991px) {
  .bonuses-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .bonus {
    margin-bottom: 40px; }
    .bonus:last-child {
      margin-bottom: 0; }
    .bonus__image {
      height: auto;
      margin-bottom: 15px; } }

@media only screen and (max-width: 575px) {
  .bonuses {
    padding: 60px 0; }
    .bonuses-block {
      margin-top: 50px; }
  .bonus__title {
    font-size: 17px; }
  .bonus__text {
    font-size: 15px; } }

.support {
  text-align: center;
  padding: 40px 0 125px; }
  .support__text {
    font-family: 'Roboto Condensed Regular', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    display: inline-block;
    max-width: 900px;
    color: #58636e;
    margin-top: 40px; }
    .support__text b {
      font-weight: normal;
      font-family: 'Roboto Condensed Bold', sans-serif; }
  .support__link {
    font-size: 18px;
    color: #377ead;
    border-bottom: 1px solid #377ead;
    display: inline-block;
    line-height: 1;
    margin-top: 45px; }
    .support__link:hover {
      border-color: transparent; }

@media only screen and (max-width: 991px) {
  .support__text br {
    display: none; } }

@media only screen and (max-width: 575px) {
  .support {
    padding-bottom: 100px; }
    .support__text {
      font-size: 17px; }
    .support__link {
      font-size: 16px; } }

.language {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .language__toggle {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #4d4f54;
    width: 90px;
    padding-left: 45px;
    background: url("../img/globe.png") center left 15px no-repeat;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .language__toggle:hover .language__current, .language__toggle.active .language__current {
      color: #fafafa; }
      .language__toggle:hover .language__current:after, .language__toggle.active .language__current:after {
        border-color: #fafafa transparent transparent transparent; }
  .language__current {
    font-size: 17px;
    color: #cbcbd1;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s; }
    .language__current:after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 3px 0 3px;
      border-color: #cbcbd1 transparent transparent transparent;
      right: 0px;
      margin-right: -12px;
      top: 50%;
      margin-top: -2.5px; }
  .language__item {
    font-size: 17px;
    color: #b2b2b8;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    margin-bottom: 15px; }
    .language__item:last-child {
      margin-bottom: 0; }
    .language__item:hover, .language__item.current {
      color: #fafafa;
      font-family: 'Roboto Condensed Bold', sans-serif; }
  .language__drop-down {
    position: absolute;
    top: 58px;
    left: 0;
    width: 154px;
    background-color: #fff;
    z-index: 3;
    border: 1px solid #4d4f54;
    background-color: rgba(27, 29, 38, 0.95);
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .language__drop-down.visible {
      opacity: 1;
      visibility: visible; }

.clients {
  text-align: center;
  padding: 80px 0 25px; }
  .clients-block {
    display: inline-block;
    width: 1480px;
    margin-top: 70px;
    position: relative; }
    .clients-block:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(15%, rgba(250, 250, 250, 0.1)), color-stop(85%, rgba(250, 250, 250, 0.1)), to(#fafafa));
      background-image: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0.1) 15%, rgba(250, 250, 250, 0.1) 85%, #fafafa 100%); }
  .clients-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .clients__subtitle {
    font-size: 19px;
    color: #488bb8;
    font-family: 'Roboto Condensed Bold', sans-serif;
    margin-top: 25px; }

.client {
  text-align: center;
  width: 16.65%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px; }
  .client img {
    display: inline-block; }

@media only screen and (max-width: 1499px) {
  .clients-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .client {
    padding: 0 15px; } }

@media only screen and (max-width: 767px) {
  .clients-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .clients-block:after {
    display: none; }
  .client {
    width: 25%;
    margin-bottom: 50px; } }

@media only screen and (max-width: 575px) {
  .clients {
    padding: 60px 0 0; }
    .clients__subtitle {
      font-size: 16px; } }

@media only screen and (max-width: 399px) {
  .client {
    width: 50%; } }

.quick-start {
  padding: 80px 0 70px;
  text-align: center; }
  .quick-start-block {
    position: relative;
    margin-top: 60px; }
  .quick-start__subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    margin-top: 20px; }
  .quick-start__slider {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px; }
  .quick-start__slide {
    text-align: center; }
  .quick-start__item {
    text-align: center;
    width: 320px;
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .quick-start__item:hover .quick-start__title {
      color: #488bb8; }
    .quick-start__item:hover .quick-start__pic:after {
      background-color: rgba(255, 255, 255, 0.6); }
    .quick-start__item:hover .quick-start__btn {
      opacity: 1; }
  .quick-start__title {
    font-size: 23px;
    font-family: 'Roboto Condensed Bold', sans-serif;
    color: #31373d;
    margin-top: 20px;
    display: block; }
  .quick-start__pic {
    display: inline-block;
    width: 100%;
    height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative; }
    .quick-start__pic:after {
      position: absolute;
      content: '';
      display: inline-block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: .3s;
      transition: .3s; }
  .quick-start__btn {
    width: 140px;
    height: 55px;
    background-color: #488bb8;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto Condensed Regular', sans-serif;
    text-transform: uppercase;
    line-height: 55px;
    opacity: 0;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -70px;
    z-index: 2; }
    .quick-start__btn:hover {
      background-color: #396E92; }
  .quick-start__arrows {
    position: absolute;
    text-indent: -9999px;
    z-index: 2;
    left: -75px;
    right: -75px;
    top: 105px; }
    .quick-start__arrows .back,
    .quick-start__arrows .next {
      border: none;
      display: inline-block;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 50%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
      position: absolute;
      background-color: transparent;
      background-image: url("../img/slider-arrow.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 33px;
      height: 33px; }
      .quick-start__arrows .back:hover,
      .quick-start__arrows .next:hover {
        background-image: url("../img/slider-arrow-hov.svg"); }
    .quick-start__arrows .back {
      left: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .quick-start__arrows .next {
      right: 0; }

@media only screen and (max-width: 1199px) {
  .quick-start__subtitle br {
    display: none; }
  .quick-start__arrows {
    left: 15px;
    right: 15px;
    top: 140px; }
  .quick-start-block {
    margin-top: 30px; }
  .quick-start__slider {
    width: 700px;
    display: inline-block;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 991px) {
  .quick-start__slider {
    width: 100%; } }

@media only screen and (max-width: 575px) {
  .quick-start {
    padding: 60px 0 100px; }
    .quick-start__subtitle {
      font-size: 17px; }
    .quick-start__title {
      font-size: 20px; }
    .quick-start__container {
      padding-left: 0;
      padding-right: 0; }
    .quick-start__arrows {
      top: auto;
      bottom: -15px;
      left: 50%;
      right: 50%; }
      .quick-start__arrows .back {
        margin-left: -40px; }
      .quick-start__arrows .next {
        margin-right: -40px; } }

@media only screen and (max-width: 359px) {
  .quick-start__item {
    width: 100%; } }

.article-hero {
  background: url("../img/article-hero-bg.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 70px;
  position: relative;
  margin-top: 76px;
  text-align: center; }
  .article-hero_product .article-hero__title {
    text-transform: uppercase;
    font-size: 42px;
    text-shadow: none; }
  .article-hero_product .article-hero__subtitle {
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: none;
    margin-top: 20px; }
  .article-hero-block {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2; }
  .article-hero__title {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    color: #fafafa;
    line-height: 1.2;
    font-family: 'Open Sans Bold', sans-serif; }
  .article-hero__subtitle {
    font-size: 18px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.6;
    font-family: 'Open Sans Bold', sans-serif;
    margin-top: 30px; }
  .article-hero__text {
    font-size: 20px;
    color: #fff;
    font-family: 'Open Sans Bold', sans-serif;
    line-height: 1.2;
    margin-top: 30px; }
  .article-hero__btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 65px;
    margin-left: -10px;
    margin-right: -10px; }
    .article-hero__btns .btn {
      margin: 0 10px; }
    .article-hero__btns .btn_load-now {
      font-size: 20px;
      font-family: 'Open Sans Bold', sans-serif;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .article-hero__btns .btn_load-now small {
        font-family: 'Open Sans Regular', sans-serif;
        font-size: 11px; }
  .article-hero__btn {
    height: 70px;
    line-height: 68px;
    font-size: 20px;
    font-family: 'Open Sans Bold', sans-serif;
    letter-spacing: 0.025em;
    padding: 0 25px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15); }
  .article-hero__image {
    position: absolute;
    left: 50%;
    margin-left: 415px;
    top: 10px; }

@media only screen and (max-width: 1299px) {
  .article-hero__image {
    margin-left: 250px; } }

@media only screen and (max-width: 991px) {
  .article-hero {
    padding-bottom: 0; }
    .article-hero__image {
      position: relative;
      margin-left: 40px;
      left: auto;
      top: auto;
      display: inline-block;
      margin-top: 30px;
      max-width: 70%; } }

@media only screen and (max-width: 767px) {
  .article-hero__btns {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .article-hero__btns .btn {
      margin-bottom: 10px; }
      .article-hero__btns .btn:last-child {
        margin-bottom: 0; }
}

@media only screen and (max-width: 575px) {
  .article-hero {
    padding-top: 50px; }
    .article-hero_product .article-hero__title {
      font-size: 36px; }
    .article-hero_product .article-hero__subtitle {
      font-size: 24px; }
    .article-hero__subtitle {
      font-size: 20px;
      margin-top: 20px; }
    .article-hero__text {
      font-size: 18px; }
}

.article {
  font-family: 'Open Sans Regular', sans-serif;
  font-size: 18px; }
  .article-top {
    margin-top: 77px;
  }
  .article .ul-center {
    text-align: center; }
    .article .ul-center ul {
      display: inline-block;
      text-align: left; }
  .article .article-cta {
    background: url("../img/article-hero-bg.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0 55px; }
    .article .article-cta__title {
      font-size: 36px;
      font-family: 'Open Sans Bold', sans-serif;
      color: #fafafa;
      line-height: 1.5;
      text-shadow: 2.868px 4.096px 15px rgba(0, 0, 0, 0.15); }
    .article .article-cta__subtitle {
      font-family: 'Open Sans Bold', sans-serif;
      line-height: 2;
      color: #c7c9d6;
      margin-top: 10px;
      text-shadow: 2.868px 4.096px 15px rgba(0, 0, 0, 0.15); }
    .article .article-cta__btns {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 40px;
      margin-left: -18px;
      margin-right: -18px; }
      .article .article-cta__btns .btn {
        font-family: 'Open Sans Bold', sans-serif;
        margin: 0 18px; }
        .article .article-cta__btns .btn:after {
          display: none; }
        .article .article-cta__btns .btn.btn_load-now {
          padding: 0 20px 0 30px;
          line-height: 58px; }
          @media only screen and (max-width: 991px) {
            .article .article-cta__btns .btn.btn_load-now {
              padding: 0 20px 0 20px;
            }
          }
          .article .article-cta__btns .btn.btn_load-now:before {
            display: none; }
          .article .article-cta__btns .btn.btn_load-now .svg {
            margin-left: 30px;
            position: relative;
            top: 5px; }
            @media only screen and (max-width: 991px) {
              .article .article-cta__btns .btn.btn_load-now .svg {
                margin-left: 15px;
              }
            }
          .article .article-cta__btns .btn.btn_load-now:hover .svg path {
            fill: #626367; }
        .article .article-cta__btns .btn.btn_buy {
          padding: 0 65px 0 37px; }
          .article .article-cta__btns .btn.btn_buy:before {
            width: 40px; }
    .article .article-cta__btn {
      height: 60px;
      line-height: 60px;
      margin-top: 30px;
      padding-top: 0;
      padding-right: 50px;
      width: auto;
      padding-left: 15px; }
    .article .article-cta__support {
      font-size: 14px;
      color: #fff;
      display: block;
      margin-top: 20px; }
  .article .btn_load-now {
    font-size: 20px;
    font-family: 'Open Sans Bold', sans-serif;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .article .btn_load-now small {
      font-family: 'Open Sans Regular', sans-serif;
      font-size: 11px; }
  .article-section {
    padding: 20px 0 60px;
    background-color: #fbfbfb; }
    .article-section_fon {
      background-color: #f3f3f3; }
  .article-btns {
    text-align: center;
    margin-top: 45px; }
    .article-btns__title {
      font-size: 16px;
      text-align: center;
      display: block;
      line-height: 1.2;
      margin-top: 15px;
      margin-top: 15px;
      color: rgba(67, 76, 84, 0.83); }
    .article-btns_arrow .btn:after {
      position: absolute;
      content: '';
      display: inline-block;
      background: url("../img/arrowbtn.png") 0 0 no-repeat;
      width: 38px;
      height: 58px;
      right: -80px;
      top: -25px; }
    .article-btns_arrow-l {
      padding-top: 60px; }
      .article-btns_arrow-l .btn:after {
        position: absolute;
        content: '';
        display: inline-block;
        background: url("../img/arrowbtnl.png") 0 0 no-repeat;
        width: 58px;
        height: 40px;
        left: -10px;
        top: -60px; }
  .article p {
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Open Sans Regular', sans-serif;
    margin: 0;
    margin-top: 20px; }
  .article a:not(.btn) {
    color: #1f70a6;
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration-color .3s;
    transition: -webkit-text-decoration-color .3s;
    transition: text-decoration-color .3s;
    transition: text-decoration-color .3s, -webkit-text-decoration-color .3s; }
    .article a:not(.btn):hover {
      text-decoration: underline transparent; }
  .article h2,
  .article h3,
  .article h4 {
    font-weight: normal;
    margin: 0;
    font-family: 'Open Sans Bold', sans-serif;
    line-height: 1.5;
    margin-top: 35px; }
  .article-h1 {
    font-weight: normal;
    font-size: 26px;
    margin: 0;
    font-family: 'Open Sans Bold', sans-serif;
    line-height: 1.5;
    margin-top: 35px;
  }
  .article-h3 {
    font-weight: normal;
    font-size: 23px;
    margin: 0;
    font-family: 'Open Sans Bold', sans-serif;
    line-height: 1.5;
    margin-top: 35px;
  }
  .article-h3 + .article-btns {
    margin-top: 22px;
  }
  .article h2 {
    font-size: 26px; }
  .article h3 {
    font-size: 23px; }
  .article h4 {
    font-size: 20px; }
  .article ul {
    margin-top: 25px; }
    .article ul li {
      position: relative;
      padding-left: 50px;
      line-height: 1.2;
      margin-bottom: 15px; }
      .article ul li:last-child {
        margin-bottom: 0; }
      .article ul li:before {
        position: absolute;
        display: inline-block;
        content: '';
        width: 17px;
        height: 17px;
        background: url("../img/tick.png") 0 0 no-repeat;
        left: 0;
        top: 3px; }
  .article .article-video {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%; }
    .article .article-video-wrap {
      width: 727px;
      height: 409px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      margin-top: 30px;
      border-radius: 2px;
      -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.1); }
    .article .article-video__play {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 2; }
      .article .article-video__play:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        opacity: .5;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
      .article .article-video__play:hover:before {
        opacity: 0; }
      .article .article-video__play:hover .article-video__icon {
        background-color: #f62f2f; }
        .article .article-video__play:hover .article-video__icon .svg path {
          fill: #fbfbfb; }
    .article .article-video__icon {
      border-radius: 10px;
      background-color: #f1f1f1;
      -webkit-box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.39);
              box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.39);
      width: 88px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: background-color .3s;
      transition: background-color .3s;
      position: relative; }
      .article .article-video__icon .svg {
        width: 30%;
        height: auto;
        margin-left: 6%; }
        .article .article-video__icon .svg path {
          -webkit-transition: fill .3s;
          transition: fill .3s; }
  .article .article-list-image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px; }
    .article .article-list-image .figure {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-left: 30px;
      margin-bottom: 15px;
      margin-top: 0;
      align-self: flex-start;
      float: right;}
    .article .article-list-image ul {
      margin-top: -60px; }
    .article .article-list-image_sizes {
      margin-top: 45px; }
      .article .article-list-image_sizes ul {
        margin-top: 0px;
        align-self: flex-start;
        width: 100%; }
  .article .article-video-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
    .article .article-video-list ul {
      margin-top: 0;
      margin-bottom: 20px; }
    .article .article-video-list__info {
      padding-top: 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .article .article-video-list__btn {
      margin-top: auto;
      margin-bottom: 30px; }
    .article .article-video-list .figure {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 30px;
      margin-top: 0; }
      .article .article-video-list .figure .article-video-wrap {
        width: 535px;
        height: 325px;
        margin-top: 0; }
  .article .article-list-video {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .article .article-list-video ul {
      margin-top: -40px; }
    .article .article-list-video__btn {
      margin-top: auto;
      margin-bottom: 30px; }
    .article .article-list-video .figure {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-left: 30px;
      margin-top: 0; }
      .article .article-list-video .figure .article-video-wrap {
        width: 466px;
        height: 300px;
        margin-top: 0; }
  .article .article-list-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .article .article-list-btn .article-btns {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: 25px; }
  .article .article-list-btn-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .article .article-list-btn-col ul {
      margin-top: 30px; }
  .article .article-text-image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px; }
    .article .article-text-image .figure {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: 0;
      margin-left: 40px; }
    .article .article-text-image p {
      margin-top: -45px; }
  .article .article-table-wrap {
    margin-top: 50px;
    width: 100%; }
    .article .article-table-wrap table {
      width: 100%;
      max-width: 100%;
      border-collapse: collapse; }
      .article .article-table-wrap table thead {
        border: 1px solid rgba(85, 85, 85, 0.24);
        border-bottom: none; }
      .article .article-table-wrap table th {
        background-color: #5596c2;
        padding: 15px;
        line-height: 1.2;
        color: #d8eefd;
        font-weight: normal;
        font-family: 'Open Sans Bold', sans-serif;
        text-align: center;
        height: 80px;
        border-right: 1px solid #f3f3f3; }
        .article .article-table-wrap table th:last-child {
          border-right: none; }
      .article .article-table-wrap table td {
        text-align: center;
        padding: 29px 15px;
        line-height: 1.2;
        border-right: 1px solid rgba(85, 85, 85, 0.24);
        background-color: #fff; }
      .article .article-table-wrap table th:first-child,
      .article .article-table-wrap table td:first-child {
        padding-left: 40px;
        padding-right: 40px;
        text-align: left; }
      .article .article-table-wrap table tbody {
        border: 1px solid rgba(85, 85, 85, 0.24);
        border-top: none; }
        .article .article-table-wrap table tbody tr td:last-child {
          border-right: none; }
        .article .article-table-wrap table tbody tr:nth-child(2n) td {
          background-color: #f3f3f3; }
  .article figcaption {
    font-family: 'Open Sans Italic', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: rgba(67, 76, 84, 0.83); }
    .article figcaption.left {
      text-align: left; }
    .article figcaption.right {
      text-align: right; }
    .article figcaption.center {
      text-align: center; }
  .article .figure {
    display: inline-block;
    margin: 0;
    margin-top: 30px; }
    .article .figure .article-video-wrap {
      margin-top: 0; }
    .article .figure-center {
      text-align: center; }
    .article .figure_no-ok {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -40px;
      margin-right: -40px; }
      .article .figure_no-ok .check-image {
        margin: 0 40px; }
      .article .figure_no-ok figcaption {
        width: 100%;
        text-align: center;
        margin-top: 15px; }
    .article .figure_images {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -40px;
      margin-right: -40px;
      margin-top: 30px; }
      .article .figure_images figcaption {
        width: 100%; }
      .article .figure_images .check-image {
        margin: 0 40px; }
    .article .figure_radius img {
      border-radius: 2px;
      -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.1); }
  .article .ok-no-list {
    display: flex;
  }
  .article .ok-no-list .ok-list {
    display: flex;
    flex: 0 1 50%;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .article .ok-no-list .no-list {
    display: flex;
    flex: 0 1 50%;
    margin-left: 15px;
  }
  @media (max-width: 767px) {
    .article .ok-no-list {
      flex-wrap: wrap;
    }
    .article .ok-no-list .ok-list {
      flex: 0 1 100%;
      margin-right: 0px;
    }
    .article .ok-no-list .no-list {
      flex: 0 1 100%;
      margin-left: 0px;
    }
  }
  .article .ok-list,
  .article .no-list {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(221, 221, 221, 0.75);
    background-color: #fff;
    padding: 50px 35px 74px;
    margin-top: 50px; }
    .article .ok-list li,
    .article .no-list li {
      position: relative;
      padding-left: 56px;
      line-height: 1.2; }
    .article .ok-list__label,
    .article .no-list__label {
      position: absolute;
      display: inline-block;
      top: -1px;
      left: 25px;
      height: 43px;
      line-height: 43px;
      font-size: 18px;
      padding: 0 11px;
      color: #fff;
      text-transform: uppercase; }
  .article .ok-list {
    margin-bottom: -15px; }
    .article .ok-list__label {
      background-color: #52bb47; }
    .article .ok-list li:before {
      position: absolute;
      content: '';
      left: 0;
      top: 4px;
      width: 23px;
      height: 16px;
      background: url("../img/ok.png") 0 0 no-repeat; }
  .article .no-list__label {
    background-color: #e77e7c; }
  .article .no-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 21px;
    height: 3px;
    background-color: #e77e7c;
    left: 3px;
    background-image: none;
    border-radius: 10em; }
  .article .note {
    background-color: #5596c2;
    color: rgba(255, 255, 255, 0.78);
    border: 1px solid #dddddd;
    padding: 30px 43px 30px 47px;
    margin-top: 40px; }
    .article .note__title {
      text-transform: uppercase;
      font-size: 24px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1; }
    .article .note__icon {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: inline-block;
      width: 24px;
      height: 24px;
      border: 1px solid rgba(255, 255, 255, 0.78);
      border-radius: 50%;
      text-align: center;
      line-height: 22px;
      font-size: 18px;
      font-family: 'Roboto Condensed Regular', sans-serif;
      margin-right: 18px; }
    .article .note__text {
      line-height: 1.7;
      margin-top: 25px; }
    .article .note_alert {
      background-color: #e77e7c;
      font-family: 'Open Sans Bold', sans-serif; }
    .article .note_white-bg {
      background-color: #fff; }
      .article .note_white-bg .note__icon {
        color: rgba(1, 84, 158, 0.78);
        border-color: rgba(1, 84, 158, 0.78); }
      .article .note_white-bg .note__title {
        color: rgba(67, 76, 84, 0.78); }
      .article .note_white-bg .note__text {
        color: rgba(67, 76, 84, 0.7); }
  .article .check-images {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #9fa0a1;
    border: 1px solid #e5e6e6;
    padding: 3px 3px 6px;
    margin-top: 20px; }
    .article .check-images .check-image {
      margin: 0 8px;
      border-top: 1px solid #71747b; }
    .article .check-images-block {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .article .check-image {
    position: relative;
    display: inline-block;
    line-height: 1; }
    .article .check-image:after {
      position: absolute;
      content: '';
      bottom: 2px;
      right: 1px;
      display: inline-block;
      width: 68px;
      height: 68px;
      background-size: contain; }
    .article .check-image.is-ok:after {
      border: 2px solid #14a305;
      background: url("../img/photo-ok.png") center no-repeat; }
    .article .check-image.is-no:after {
      border: 2px solid #dd403d;
      background: url("../img/photo-no.png") center no-repeat; }
    .article .check-image_sm {
      width: 175px;
      height: auto; }
      .article .check-image_sm:after {
        width: 25%;
        height: 0;
        padding-bottom: 23%;
        right: 0; }
      .article .check-image_sm.is-ok:after {
        background-size: 75%;
        border-width: 1px; }
      .article .check-image_sm.is-no:after {
        background-size: 50%;
        border-width: 1px; }
    .article .check-image__foot {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 0 5px; }
    .article .check-image__icon {
      display: inline-block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px;
      width: 32px;
      height: 32px;
      border-radius: 3px;
      background-color: #dd403d;
      background-image: url("../img/no-light.png");
      background-position: center;
      background-repeat: no-repeat; }
      .article .check-image__icon.is-ok {
        background-color: #14a305;
        background-image: url("../img/ok-light.png");
        position: relative; }
        .article .check-image__icon.is-ok:before {
          position: absolute;
          content: '';
          display: inline-block;
          top: -1px;
          bottom: -1px;
          left: -1px;
          right: -1px;
          border: 1px solid #b2b2b2;
          border-radius: 4px; }
    .article .check-image__title {
      font-size: 19px;
      font-family: 'Roboto Condensed Bold', sans-serif;
      line-height: 0.8;
      color: #fff; }
  .article .article-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-content: space-between; }
    .article .article-grid__btn {
      opacity: 0;
      -webkit-transition: opacity .3s, background-color .3s;
      transition: opacity .3s, background-color .3s;
      width: 140px;
      height: 55px;
      background-color: #488bb8;
      color: #fff;
      font-size: 18px;
      font-family: 'Roboto Condensed Regular', sans-serif;
      text-transform: uppercase;
      line-height: 55px;
      position: relative;
      z-index: 2; }
      .article .article-grid__btn:hover {
        background-color: #396E92; }
    .article .article-grid__item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      margin-top: 40px;
      text-decoration: none !important;
      color: #434c54 !important; }
      .article .article-grid__item:hover .article-grid__image:before {
        opacity: 1; }
      .article .article-grid__item:hover .article-grid__title {
        color: #488bb8; }
      .article .article-grid__item:hover .article-grid__btn {
        opacity: 1; }
    .article .article-grid__image {
      width: 100%;
      height: 320px;
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .article .article-grid__image:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        display: block;
        background-color: rgba(255, 255, 255, 0.6);
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        z-index: 2; }
      .article .article-grid__image img {
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        object-fit: cover; }
    .article .article-grid__title {
      margin: 0;
      font-weight: normal;
      line-height: 1.2;
      margin-top: 25px;
      -webkit-transition: color .3s;
      transition: color .3s; }
    .article .article-grid__text {
      margin-top: 15px;
      line-height: 1.7; }
  .article .article-crossgrid {
    margin-top: 15px; }
    .article .article-crossgrid__figure {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 60px; }
    .article .article-crossgrid div.figure + .article-crossgrid__info {
      margin-top: 20px; }
    .article .article-crossgrid__item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-bottom: 0; }
      .article .article-crossgrid__item:last-child {
        margin-bottom: 0; }
      .article .article-crossgrid__item:nth-child(2n+1) .article-crossgrid__figure {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-right: 0;
        margin-left: 60px; }
    .article .article-crossgrid__info {
      width: 100%;
      margin-top: -15px; }
    .article .article-crossgrid__title {
      margin: 0;
      font-weight: normal;
      line-height: 1.2; }
    .article .article-crossgrid__text {
      margin-top: 20px;
      line-height: 1.7; }
  .article .dotted-list {
    margin-top: 35px; }
    .article .dotted-list li {
      padding-left: 30px;
      position: relative;
      line-height: 1.66;
      margin-bottom: 35px; }
      .article .dotted-list li:last-child {
        margin-bottom: 0; }
      .article .dotted-list li:before {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #5596c2;
        top: 8px;
        left: 0; }
      .article .dotted-list li b {
        font-weight: normal;
        font-family: 'Open Sans Bold Italic';
        display: block;
        margin-bottom: 10px; }
  .article .simple-table-wrap {
    width: 100%;
    margin-top: 35px; }
    .article .simple-table-wrap table {
      width: 100%;
      max-width: 100%;
      border-collapse: collapse; }
      .article .simple-table-wrap table td {
        text-align: left;
        line-height: 1.5;
        background-color: transparent;
        font-size: 16px;
        border: 1px solid #c4c4c4;
        padding: 10px 25px;
        vertical-align: middle; }
        .article .simple-table-wrap table td:first-child {
          padding-left: 15px;
          padding-right: 15px; }
        .article .simple-table-wrap table td img {
          width: 20px;
          height: auto;
          margin-right: 15px;
          position: relative;
          top: 3px; }
          .article .simple-table-wrap table td span {
            display: inline-flex;
            width: calc(100% - 35px); }
  .article .advantages-images {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px; }
    .article .advantages-images__item {
      background-color: #9fa0a1;
      width: 240px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 5px 20px 5px 10px; }
    .article .advantages-images__info {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .article .advantages-images__numb {
      color: #fff;
      font-family: 'Roboto Condensed Bold', sans-serif;
      font-size: 32px;
      line-height: 1; }
    .article .advantages-images__icon {
      height: 36px;
      width: auto;
      margin-top: 20px; }
  .article .advantages-images-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px; }
    .article .advantages-images-2__item {
      background-color: #9fa0a1;
      width: 240px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 5px 20px 5px 10px; }
    .article .advantages-images-2__numb {
      width: 50px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      color: #fff;
      font-family: 'Roboto Condensed Bold', sans-serif;
      font-size: 32px;
      line-height: 1;
      text-align: center; }
    .article .advantages-images-2__icon {
      height: 20px;
      width: auto;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 15px; }
    .article .advantages-images-2__title {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 9px 0; }
      .article .advantages-images-2__title span {
        color: #fff;
        font-size: 15px;
        line-height: 1;
        white-space: nowrap;
        font-family: 'Open Sans Bold', sans-serif;
        margin-top: 1px; }

.article-list-number {

}
.article-list-number ul li {
  font-size: 18px;
  padding-left: 0;
  line-height: 2;
  margin-bottom: 0;
}
.article-list-number ul li:before {
  display: none;
}
.article-list-number ul li span {
  color: #5596c2;
  padding-right: 15px;
  font-family: 'Roboto Regular';
}

@media only screen and (max-width: 1199px) {
  .article .check-image_sm {
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .article .figure_video {
    width: 100%; }
  .article .figure_images {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .article .figure_images .check-image {
      margin: 0;
      width: 48%; }
  .article .article-video-wrap {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25%; }
  .article .article-list-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .article .article-list-image ul {
      margin-top: 0; }
    .article .article-list-image .figure {
      margin-top: 30px;
      margin-left: 0; }
    .article .article-list-image_sizes figcaption {
      text-align: center; }
  .article .article-list-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .article .article-list-video ul {
      margin: 0; }
    .article .article-list-video .figure {
      margin: 0;
      margin-top: 30px; }
      .article .article-list-video .figure figcaption {
        text-align: center; }
  .article .article-video-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .article .article-video-list__info {
      padding-top: 0; }
    .article .article-video-list ul {
      margin-top: 25px;
      margin-bottom: 40px; }
    .article .article-video-list .figure {
      margin-top: 0;
      margin-right: 0; }
      .article .article-video-list .figure figcaption {
        text-align: center; }
  .article .article-list-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px; }
    .article .article-list-btn ul {
      margin-top: 0; }
  .article .article-text-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .article .article-text-image .figure {
      margin: 0;
      margin-top: 30px; }
    .article .article-text-image p {
      margin: 0; }
  .article .article-grid__item {
    width: 330px; }
  .article .article-grid__image {
    height: 210px; }
  .article .article-crossgrid__figure {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px; }
    .article .article-crossgrid__figure figcaption {
      text-align: center; }
  .article .article-crossgrid div.figure + .article-crossgrid__info {
    margin-top: 0; }
  .article .article-crossgrid__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    .article .article-crossgrid__item:last-child {
      margin-bottom: 0; }
    .article .article-crossgrid__item:nth-child(2n+1) .article-crossgrid__figure {
      margin-left: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .article .article-crossgrid__info {
    margin-top: 0; }
  .article .article-crossgrid__text {
    margin-top: 10px; }
  .article .check-images .check-image__title {
    font-size: 17px; }
  .article .check-images .check-image__icon {
    width: 20px;
    height: 20px;
    background-size: 60%; }
    .article .check-images .check-image__icon.is-ok {
      background-size: 80%; }
  .article .advantages-images,
  .article .advantages-images-2 {
    -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; } }

@media only screen and (max-width: 767px) {
  .article ul li {
    padding-left: 35px; }
  .article .article-table-wrap table th {
    padding: 10px;
    height: auto;
    padding: 20px 15px; }
  .article .article-table-wrap table td {
    padding: 20px 10px; }
  .article .article-table-wrap table th,
  .article .article-table-wrap table td {
    font-size: 14px; }
    .article .article-table-wrap table th:first-child,
    .article .article-table-wrap table td:first-child {
      padding-left: 10px;
      padding-right: 10px; }
  .article .article-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .article .article-grid__item {
      width: 464px;
      margin-top: 40px; }
      .article .article-grid__item:last-child {
        margin-bottom: 0; }
    .article .article-grid__image {
      height: 317px; } }

@media only screen and (max-width: 575px) {
  .article .figure_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .article .figure_images .check-image {
      width: 100%;
      margin-bottom: 20px; }
      .article .figure_images .check-image:last-child {
        margin-bottom: 0; }
  .article .article-cta__title {
    font-size: 30px; }
  .article .article-cta__subtitle {
    font-size: 16px; }
  .article .article-cta__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    margin-top: 40px; }
    .article .article-cta__btns .btn {
      margin: 0; }
      .article .article-cta__btns .btn.btn_load-now {
        margin-bottom: 15px; }
  .article .article-video__icon {
    border-radius: 8px;
    width: 58px;
    height: 40px; }
  .article figcaption {
    font-size: 14px; }
  .article .dotted-list li {
    margin-bottom: 20px; }
    .article .dotted-list li:before {
      top: 7px; }
    .article .dotted-list li b {
      margin-bottom: 5px; }
  .article .article-grid__btn {
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -30px;
    position: absolute; }
  .article .article-grid__item {
    width: 100%; }
  .article .article-grid__image {
    height: 0;
    padding-bottom: 68%; }
  .article .note {
    padding: 25px; }
    .article .note__title {
      font-size: 20px; }
    .article .note__icon {
      width: 20px;
      height: 20px;
      line-height: 18px;
      font-size: 14px;
      margin-right: 10px; }
    .article .note__text {
      margin-top: 15px; }
  .article .ok-list,
  .article .no-list {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(221, 221, 221, 0.75);
    background-color: #fff;
    padding: 60px 20px 40px; }
    .article .ok-list li,
    .article .no-list li {
      position: relative;
      padding-left: 40px;
      line-height: 1.2; }
    .article .ok-list__label,
    .article .no-list__label {
      position: absolute;
      display: inline-block;
      top: -1px;
      left: 25px;
      height: 43px;
      line-height: 43px;
      font-size: 18px;
      padding: 0 11px;
      color: #fff;
      text-transform: uppercase; }
  .article .check-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }
    .article .check-images-block {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .article .check-images .check-image_sm {
      width: 100%;
      margin: 0; }
    .article .check-images .check-image:last-child .check-image__foot {
      padding-bottom: 10px; }
    .article .check-images .check-image__title {
      font-size: 19px; }
    .article .check-images .check-image__foot {
      padding-bottom: 20px; }
    .article .check-images .check-image__icon {
      width: 32px;
      height: 32px;
      background-size: auto; }
      .article .check-images .check-image__icon.is-ok {
        background-size: auto; }
  .article .simple-table-wrap table td {
    padding: 10px;
    font-size: 14px;
    width: 50%; }
    .article .simple-table-wrap table td:first-child {
      padding-left: 10px;
      padding-right: 10px; }
    .article .simple-table-wrap table td img {
      margin-right: 10px; } }

@media only screen and (max-width: 480px) {
  .article .article-table-wrap.is-scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-top: 30px; }
    .article .article-table-wrap.is-scroll-x:before {
      position: absolute;
      content: '';
      display: inline-block;
      top: 0px;
      right: 10px;
      width: 25px;
      height: 25px;
      background: url("../img/swipe.svg") 0 0 no-repeat;
      background-size: cover;
      z-index: 2;
      -webkit-animation: moveArrows 1s infinite linear;
              animation: moveArrows 1s infinite linear; }
    .article .article-table-wrap.is-scroll-x table {
      display: block;
      min-width: 500px; }
  @-webkit-keyframes moveArrows {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    50% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); } }
  @keyframes moveArrows {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    50% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); } } }

.article-nav {
  color: #1f70a6;
  border: 1px solid rgba(161, 206, 236, 0.73);
  width: 100%;
  max-width: 665px;
  background-color: #fff;
  padding: 30px 45px 45px;
  margin-top: 35px; }
  .article-nav__title {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 22px; }
  .article-nav ul li {
    padding-left: 0; }
    .article-nav ul li:before {
      display: none; }
  .article-nav__item {
    margin-bottom: 14px; }
    .article-nav__item:last-child {
      margin-bottom: 0; }
  .article-nav__link {
    font-size: 18px;
    line-height: 1.2;
    color: #1f70a6;
    text-decoration: underline transparent;
    -webkit-transition: -webkit-text-decoration-color .3s;
    transition: -webkit-text-decoration-color .3s;
    transition: text-decoration-color .3s;
    transition: text-decoration-color .3s, -webkit-text-decoration-color .3s; }
    .article-nav__link:hover {
      text-decoration: underline; }
      .article .note a {
        color: #fff;
      }

@media only screen and (max-width: 991px) {
  .article-nav {
    max-width: 100%; } }

@media only screen and (max-width: 575px) {
  .article-nav {
    padding: 30px; } }

.article-lp-hero {
  padding-bottom: 70px;
  margin-top: 76px;
  padding-top: 65px;
  background-color: #fbfbfb;
  font-family: 'Open Sans Regular', sans-serif; }
  .article-lp-hero__title {
    color: #31373d;
    font-weight: normal;
    margin: 0;
    font-size: 36px;
    font-family: 'Open Sans Bold', sans-serif;
    line-height: 1.2; }
  .article-lp-hero-block {
    margin-top: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
  .article-lp-hero__image {
    border-radius: 2px;
    -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 65px; }
  .article-lp-hero__head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .article-lp-hero__head-info {
      color: #010101;
      font-size: 14px;
      line-height: 1;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: 35px; }
      .article-lp-hero__head-info img {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 10px;
        height: 13px;
        width: auto; }
  .article-lp-hero__text {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 18px; }
  .article-lp-hero__article-btns {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: -webkit-calc(25% - 40px);
    left: calc(25% - 40px);
    right: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .article-lp-hero__article-btns .btn {
      -webkit-box-shadow: none;
              box-shadow: none; }
.article-btns.article-lp-hero__article-btns {
  position: initial;
  left: 0;
  top: 0;
  transform: initial;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .article-btns.article-lp-hero__article-btns {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .article-lp-hero {
    padding-top: 50px; }
    .article-lp-hero-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 25px; }
    .article-lp-hero__image {
      margin: 0;
      margin-top: 30px; }
    .article-lp-hero__article-btns {
      margin-top: 20px;
      position: relative;
      bottom: auto;
      right: auto;
      left: auto;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

@media only screen and (max-width: 991px) {
  .article-lp-hero {
    padding-top: 80px;
    padding-bottom: 40px; } }

@media only screen and (max-width: 575px) {
  .article-lp-hero__title {
    font-size: 28px; }
  .article-lp-hero__text {
    font-size: 16px; } }

.article-section {
  background-color: #fbfbfb; }
  .article-section_fon {
    background-color: #f3f3f3; }

.article-content {
  width: 760px;
  float: right;
  display: inline-block; }

.article-row {
  position: relative;
  padding-top: 10px; }

.article .article-side-nav {
  width: 350px;
  position: relative;
  float: left;
  display: inline-block;
  padding-top: 40px; }
  .article .article-side-nav.is-fixed {
    position: fixed;
    top: 76px;
    width: 350px; }
  .article .article-side-nav-mobile {
    display: none; }
  .article .article-side-nav .article-side-nav__list {
    margin: 0; }
    .article .article-side-nav .article-side-nav__list .article-side-nav__item {
      padding: 0;
      margin-bottom: 25px; }
      .article .article-side-nav .article-side-nav__list .article-side-nav__item:last-child {
        margin-bottom: 0; }
      .article .article-side-nav .article-side-nav__list .article-side-nav__item:before {
        display: none; }
    .article .article-side-nav .article-side-nav__list .article-side-nav__link {
      font-size: 18px;
      color: #858688;
      font-family: 'Open Sans Regular', sans-serif;
      text-decoration: none;
      line-height: 1.33;
      -webkit-transition: color .3s;
      transition: color .3s;
      display: block;
      position: relative;
      padding-left: 30px; }
      .article .article-side-nav .article-side-nav__list .article-side-nav__link:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 10px;
        height: 15px;
        background: url("../img/left-arrow.png") 0 0 no-repeat;
        left: 0;
        top: 5px;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 0; }
      .article .article-side-nav .article-side-nav__list .article-side-nav__link b {
        font-weight: normal;
        font-family: 'Open Sans Bold', sans-serif; }
      .article .article-side-nav .article-side-nav__list .article-side-nav__link:hover, .article .article-side-nav .article-side-nav__list .article-side-nav__link.mPS2id-highlight {
        color: #434c54; }
        .article .article-side-nav .article-side-nav__list .article-side-nav__link:hover:before, .article .article-side-nav .article-side-nav__list .article-side-nav__link.mPS2id-highlight:before {
          opacity: 1; }

@media only screen and (max-width: 1199px) {
  .article-content {
    width: 666px; }
  .article .article-side-nav {
    width: 250px; }
    .article .article-side-nav.is-fixed {
      width: 250px; } }

@media only screen and (min-width: 992px) {
  .article-side-nav-mobile {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .article-content {
    width: 100%;
    float: none;
    padding-top: 0; }
  .article .article-side-nav {
    display: none; }
  .article-side-nav-mobile {
    display: block;
    position: fixed;
    top: 76px;
    -webkit-transition: top .6s linear;
    transition: top .6s linear;
    left: 0;
    right: 0;
    background-color: #1b1d26;
    z-index: 8;
    color: #fff;
    font-size: 16px;
    height: auto;
    z-index: 2;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); }
    .article-side-nav-mobile__container {
      position: relative; }
    .article-side-nav-mobile__list {
      text-align: left;
      display: none;
      background-color: #1b1d26;
      padding-bottom: 20px; }
    .article-side-nav-mobile__link {
      display: block;
      text-decoration: none;
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      font-size: 14px;
      line-height: 1.3;
      padding: 13px 10px;
      -webkit-transition: color .15s ease;
      transition: color .15s ease; }
      .article-side-nav-mobile__link:hover, .article-side-nav-mobile__link.mPS2id-highlight {
        background-color: #4d94c4;
        color: #fff; }
    .article-side-nav-mobile__toggle {
      height: 50px;
      height: auto;
      line-height: 50px;
      background-color: #1b1d26;
      cursor: pointer;
      font-family: 'Roboto Condensed Regular', sans-serif;
      top: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .article-side-nav-mobile__toggle .toggle-icon {
        display: inline-block;
        margin-left: auto;
        width: 12px;
        height: 7px;
        background: url(../img/arrow-down.svg) 0 0 no-repeat;
        background-size: cover;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease; }
      .article-side-nav-mobile__toggle.visible .toggle-icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
.breadcrumbs-padding {
  padding-left: 30px;
}
#breadcrumbs {
  text-align: left;
  line-height: 1; }
  #breadcrumbs span a {
    font-size: 14px;
    text-decoration: underline transparent;
    -webkit-transition: -webkit-text-decoration-color .3s;
    transition: -webkit-text-decoration-color .3s;
    transition: text-decoration-color .3s;
    transition: text-decoration-color .3s, -webkit-text-decoration-color .3s;
    color: #434c54; }
    #breadcrumbs span a:hover {
      text-decoration: underline #434c54; }
    #breadcrumbs > span::after {
      content: "";
      width: 5px;
      height: 9px;
      display: inline-block;
      background: url("../img/next-breadcrumb.png") 0 0 no-repeat;
      margin-left: 12px;
      margin-right: 12px; }
    #breadcrumbs > span:last-child::after {
      display: none;
    }
    #breadcrumbs span > span:last-of-type {
    color: #6e6e82;
    font-size: 14px; }

.article-content ol {
  margin: 0;
  padding: 0;
  margin-top: 15px; }
  .article-content ol li {
    line-height: 1.5;
    margin-bottom: 11px; }

.article-content ul li {
  padding-left: 35px;
  margin-bottom: 17px; }

.article-content figcaption {
  font-family: 'Open Sans Regular', sans-serif; }

.article-content h3 {
  font-family: 'Open Sans Regular', sans-serif;
  font-size: 23px; }

.article-content .article-video-wrap {
  width: 666px;
  height: 403px; }

.article-content .figure_images .check-image {
  width: 300px;
  margin: 0 33px; }
  .article-content .figure_images .check-image:after {
    width: 56px;
    height: 56px;
    border-width: 1px; }
  .article-content .figure_images .check-image.is-ok:after {
    background-size: 35px; }
  .article-content .figure_images .check-image.is-no:after {
    background-size: 30px; }

.article-content .article-image-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }
  .article-content .article-image-text img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 30px; }
  .article-content .article-image-text p {
    margin-top: -10px; }

.article-content .article-image-text-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }
  .article-content .article-image-text-btn img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 30px; }
  .article-content .article-image-text-btn__info {
    margin-top: -5px; }
    .article-content .article-image-text-btn__info p {
      margin-top: 0; }
    .article-content .article-image-text-btn__info .article-btns {
      margin-top: 20px; }

.article-content .check-images-block {
  margin-top: 25px; }

.article-content .check-image_sm {
  width: 134px; }

.article-lp-prefooter-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  margin-left: -25px; }

.article-lp-prefooter ul li {
  padding-left: 40px; }

.article-lp-prefooter__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 110px;
  margin-top: 10px; }

.article-lp-prefooter__foot {
  text-align: center;
  display: inline-block;
  margin-left: 40px; }
  .article-lp-prefooter__foot .article-cta__btn {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .article-lp-prefooter__foot .article-cta__btn.btn_bdr {
      color: #898c8f;
      border-color: #898c8f; }
      .article-lp-prefooter__foot .article-cta__btn.btn_bdr:before {
        display: none; }
      .article-lp-prefooter__foot .article-cta__btn.btn_bdr .svg path {
        fill: #898c8f; }
      .article-lp-prefooter__foot .article-cta__btn.btn_bdr:hover {
        background-color: #898c8f;
        color: #fff; }
        .article-lp-prefooter__foot .article-cta__btn.btn_bdr:hover .svg path {
          fill: #fff !important; }
  .article-lp-prefooter__foot .article-cta__support {
    color: #434c54; }

@media only screen and (max-width: 1199px) {
  .article-content .check-image_sm {
    width: 115px; }
  .article-lp-prefooter__image {
    margin-right: 50px;
    margin-top: 20px; } }

@media only screen and (max-width: 991px) {
  .breadcrumbs {
    padding-left: 0px; }
  .article-row {
    padding-top: 0; }
  .article-content .check-image_sm {
    width: 100%; }
  .article-content .figure-center .figure {
    width: 100%; }
  .article-content .figure img {
    width: 100%; }
  .article-content .figure_images {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-right: 0; }
    .article-content .figure_images .check-image {
      margin: 0; }
  .article-lp-prefooter__image {
    margin-right: 30px; }
  .article-lp-prefooter__foot .article-cta__btns {
    margin-left: -5px;
    margin-right: -5px; }
    .article-lp-prefooter__foot .article-cta__btns .btn {
      margin: 0 5px; } }

@media only screen and (max-width: 767px) {
  .article-content .figure_images .check-image {
    width: 48%; }
  .article-content .article-image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .article-content .article-image-text img {
      margin-right: 0; }
    .article-content .article-image-text p {
      margin-top: 20px; }
  .article-content .article-image-text-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .article-content .article-image-text-btn img {
      margin-right: 0; }
    .article-content .article-image-text-btn__info {
      margin-top: 20px; }
  .article-lp-prefooter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .article-lp-prefooter__image {
    margin-right: 0;
    margin-left: -40px; }
  .article-lp-prefooter__foot .article-cta__btns {
    margin-left: -18px;
    margin-right: -18px; }
    .article-lp-prefooter__foot .article-cta__btns .btn {
      margin: 0 18px; } }

@media only screen and (max-width: 575px) {
  .article-content .figure_images .check-image {
    max-width: 100%;
    width: auto;
    margin-bottom: 20px; }
    .article-content .figure_images .check-image:last-child {
      margin-bottom: 0; }
  .article-lp-prefooter__foot {
    margin-left: 0;
    width: 100%; }
    .article-lp-prefooter__foot .article-cta__btns {
      margin-left: 0;
      margin-right: 0; }
      .article-lp-prefooter__foot .article-cta__btns .btn {
        margin: 0 0; } }

.foot {
  font-family: 'Open Sans Regular', sans-serif;
  color: #dae2e5; }
  .foot-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto; }
  .foot-top {
    background-color: #1b1d26;
    padding: 20px 0; }
  .foot__title {
    line-height: 1.2;
    position: relative;
    font-size: 20px;
    padding-bottom: 20px; }
    .foot__title:after {
      position: absolute;
      content: '';
      display: block;
      width: 50px;
      height: 1px;
      background-color: #4d94c4;
      bottom: 0;
      left: 0; }
  .foot__menu {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px; }
    .foot__menu:first-child {
      padding-left: 0; }
    .foot__menu:last-child {
      padding-right: 0;
      border-right: none; }
  .foot__list {
    margin-top: 17px; }
  .foot__item {
    margin-bottom: 10px; }
    .foot__item:last-child {
      margin-bottom: 0; }
  .foot__link {
    font-size: 16px;
    color: #dae2e5;
    line-height: 1;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: inline-block; }
    .foot__link:hover {
      color: #4d94c4; }
  .foot-bot {
    background-color: #1b1f21;
    padding: 10px 0; }
  .foot-copy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    line-height: 1.5; }
    .foot-copy br {
      display: none; }
      .foot-copy-block {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .copy-link {
        padding-left: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
      }
      .footer__link {
        padding: 6px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1;
        transition: color .3s;
        display: inline-block;
        transition: color .3s;
      }
      .footer__link:hover {
        color: #4d94c4;
      }

@media only screen and (max-width: 991px) {
  .foot-copy br {
    display: inline; }
    .foot-copy-block {
      flex-wrap: wrap;
    } 
    .copy-link {
      width: 100%;
      padding-top: 10px;
      padding-left: 0px;
    } }

@media only screen and (max-width: 767px) {
  .foot-top {
    padding: 40px 0 60px; }
  .foot-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .foot__title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .foot__menu {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    border-right: none; }
    .foot__menu:last-child {
      margin-bottom: 0; }
  .foot-copy {
    font-size: 12px; }
  }

@media only screen and (max-width: 575px) {
  .foot-copy {
    font-size: 12px; } }

.page-tabs__header {
  padding-bottom: 62px;
  margin-bottom: -62px;
  background: #f6f6f6; }

.page-tabs__controls {
  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;
  position: relative;
  margin-bottom: 60px; }

.page-tabs__controls::before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  background: #8f9eac; }

.page-tabs__switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
  background-color: #fafafa;
  color: #a2a7ab;
  font-family: 'Roboto Condensed Bold', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding-left: 37px;
  padding-right: 37px;
  border: none;
  border: 1px solid #d9dadb;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.page-tabs__switch:hover, .page-tabs__switch:focus {
  color: #6e7479; }

.page-tabs__switch--active {
  position: relative;
  color: #434c54;
  border-color: #8f9eac;
  border-bottom-color: #fafafa; }

.page-tabs__item {
  display: none; }

.page-tabs__item--active {
  display: block; }

@media (max-width: 768px) {
  .page-tabs__switch {
    padding-left: 20px;
    padding-right: 20px; } }

.product-card-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-card {
  max-width: 328px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 12px rgba(49, 55, 61, 0.1);
  box-shadow: 0 2px 12px rgba(49, 55, 61, 0.1);
  border: 1px solid #e3e4e5;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.product-card__header {
  background: #69747e;
  color: white;
  min-height: 197px;
  text-align: center;
  position: relative; }

.product-card__title {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-size: 31px;
  margin: 0;
  line-height: 1;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  position: relative; }

.product-card__title--star::before {
  content: " ";
  display: block;
  left: 0;
  right: 0;
  top: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 86px;
  height: 16px;
  position: absolute;
  background: url(../img/title-stars.png); }

.product-card__subtitle {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.42px;
  position: relative; }

.product-card__discount {
  background: #31373d;
  position: absolute;
  font-family: 'Roboto Condensed Bold', sans-serif;
  right: -7px;
  top: 0;
  height: 29px;
  width: 50px;
  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;
  font-size: 14px;
  top: 15px; }

.product-card__discount::before {
  content: " ";
  width: 8px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -6px;
  background: url(../img/discount-triangle.png);
  background-size: contain;
  background-repeat: no-repeat; }

.product-card__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0; }

.product-card__body {
  padding-left: 22px;
  line-height: 28px;
  padding-right: 22px;
  font-size: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.product-card__footer {
  border-top: 1px solid #e3e4e5;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 25px;
  background-color: #f6f6f6; }

.product-card__price {
  margin-bottom: 15px;
  font-size: 16px; }

.product-card__price-current {
  font-size: 21px;
  font-family: 'Roboto Condensed Bold', sans-serif; }

.product-card__price-current span {
  font-family: 'Roboto Condensed Light'; }

.product-card__price-old {
  position: relative; }

.product-card__price-old::before {
  content: " ";
  width: 70%;
  height: 1px;
  display: block;
  position: absolute;
  left: 20%;
  top: 45%;
  background: #6c7b87;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.product-card__price-old::after {
  content: " ";
  width: 70%;
  height: 1px;
  display: block;
  position: absolute;
  right: 20%;
  top: 45%;
  background: #6c7b87;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.product-card__btn {
  font-family: 'Roboto Condensed Bold', sans-serif;
  text-transform: uppercase;
  height: 50px;
  min-width: 163px;
  background: #fec05a;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(49, 55, 61, 0.12);
  box-shadow: 0 4px 8px rgba(49, 55, 61, 0.12);
  color: #31373d;
  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; }

.product-card__btn::after {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 19px;
  background: url(../img/cart.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  position: relative;
  bottom: 2px; }

.product-card__btn:hover, .product-card__btn:focus {
  background: #fead27; }

/* is-education-articles-styles */
.is-education-articles-styles {
  padding-top: 77px;
}
.section-education {
  padding: 66px 0 63px;
}
.is-education-articles-styles h1.section-title {
  font-size: 42px;
}

@media only screen and (max-width: 991px) {
  .section-education {
    padding: 30px 0 30px;
  }
}
.is-education-articles-styles .container {
  max-width: 1198px;
}
.section-education .section-title {
  margin-bottom: 15px;
}
.section-education__desctriptions {
  color:#373744;
  font-family: 'Roboto Condensed Light';
  font-size: 18px;
  text-align: center;
  max-width: 635px;
  margin: 0 auto 35px;
  line-height: 27px;
}

.is-education-articles-styles .formats {
  justify-content: space-between;
}
.is-education-articles-styles .formats__left {
  width: calc(34% - 16px);
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .formats__left {
    width: 100%;
  }
}
.is-education-articles-styles .formats__right {
  width: calc(67% - 26px);
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .formats__right {
    margin: 0 auto;
    width: 100%;
  }
}
.is-education-articles-styles .formats.video-center {
  justify-content: center;
}
.is-education-articles-styles .formats__tab {
  width: 100%;
  min-height: 132px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .formats__tabs {
    flex-wrap: wrap;
  }
  .is-education-articles-styles .formats__tabs > a {
    flex: 0 0 100%;
  }
  .is-education-articles-styles .formats__tab {
    margin: 0 15px;
    min-height: 100px;
    flex: 0 0 47%;
    margin: 15px auto;
    border-right: 1px solid #d4d5d6;
    justify-content: start;
  }
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .formats__tab {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .is-education-articles-styles .formats__tab {
    height: 120px;
  }
}
.is-education-articles-styles .formats__tab:hover,
.is-education-articles-styles .formats__tab.current:hover {
  border: 1px solid #4d94c4;
} 
.is-education-articles-styles .formats__tab.current {
  border: 1px solid #d4d5d6;
}
.is-education-articles-styles .formats__tab:hover {
  background-color: initial;
  color: #01549E;
}
.is-education-articles-styles .formats__tab .formats__tab-left {
  flex: 0 0 132px;
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .formats__tab .formats__tab-left {
    flex: 0 0 100px;
  }
}
.is-education-articles-styles .formats__tab .formats__tab-left img {
  object-fit: cover;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .is-education-articles-styles .formats__tab .formats__tab-left img {
    object-fit: contain;
    min-height: 120px;
  }
}
.is-education-articles-styles .formats__tab .formats__tab-right {
  display: flex;
  padding: 3px 5px 5px 17px;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 auto;
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .formats__tab .formats__tab-right {
    padding: 5px 5px 5px 10px;
    text-align-last: left;
  }
}
.is-education-articles-styles .formats__tab .formats__tab-right .formats__tab-title {
  font-size: 16px;
  line-height: 23px;
  text-transform: initial;
  font-family: 'Roboto Condensed Regular';
  margin-bottom: 7px;
  color:#373744
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .formats__tab .formats__tab-right .formats__tab-title  {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .formats__tab .formats__tab-right .formats__tab-title  {
    margin-bottom: 5px;
  }
}
.is-education-articles-styles .formats__tab:hover .formats__tab-title {
  color:#01549E;
}
.is-education-articles-styles .formats__tab .formats__tab-right .formats__tab-time {
  font-size: 14px;
  line-height: 23px;
  text-transform: initial;
  color:#999999;
  font-family: 'Roboto Condensed Regular';
  position: relative;
  padding-left: 20px;
}
.is-education-articles-styles .formats__tab .formats__tab-right .formats__tab-time:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background: url(../img/education/clocks.webp) no-repeat;
}
.is-education-articles-styles .formats__right .article .figure {
  display: block;
  margin-top: 0;
}
.is-education-articles-styles .formats__right .article .article-video-wrap {
  height: 459px;
}
.is-education-articles-styles .formats__right .article figcaption {
  color:#373744;
  font-family: 'Roboto Condensed Regular';
  font-size:18px;
  letter-spacing: 0;
  margin-top: 17px;
}
.is-education-articles-styles .article-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  justify-content: space-between; }
  .is-education-articles-styles .article-grid__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-calc(33.333% - 19px);
    width: calc(33.333% - 19px);
    margin-top: 0px;
    border: 1px solid #D4D5D6;
    text-decoration: none !important;
    color: #434c54 !important; }
    
@media only screen and (max-width: 767px) {
  .is-education-articles-styles .article-grid__item {
    width: calc(100% - 14px);
  }
}
.is-education-articles-styles .article-grid__item a:not(.btn) {
  transition: ease .3s;
}
.is-education-articles-styles .article-grid__item:hover img,
.is-education-articles-styles .article-grid__item.article:hover .article-video__play {
  transform: scale(1.2);
}
.is-education-articles-styles .article-grid__item:hover .article-grid__text {
  color: #01549E;
  text-decoration: none;
}
    .is-education-articles-styles .article .article-video-wrap {
      width: 100%;
      max-width: 100%;
      height: 248px;
      margin-top: 0px;
    }
    .is-education-articles-styles .article .article-grid__text {
      min-height: 74px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 0;
      font-size:16px;
      padding: 5px;
      text-align: center;
      color:#373744;
      line-height: 20px;
      background: #fff;
      text-decoration: none;
      font-family: 'Roboto Condensed Regular';
      flex: 1 1 auto;
    }
    .is-education-articles-styles .educational__slider .article .article-grid__text,
    .is-education-articles-styles .educational__slider-bottom .article .article-grid__text {
      padding: 19px 5px;
      min-height: 72px;
    }
    .is-education-articles-styles  .article .article-grid__text:hover {
      color:#01549E;
      text-decoration: none;
    }
.breadcrumbs-education #breadcrumbs {
  position: relative;
  top: -45px;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs-education #breadcrumbs {
    top: -20px;
  }
}
/* Atticles-links  */
.atticles-links {
  padding: 26px 0 7px;
}

.atticles-links__wrapper {
  max-width: 1170px;
  padding: 0px;
  margin: 0px auto 0px;
}

.atticles-links__row,
.education-cards__hidden {
  margin: 0px -15px 0px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atticles-links__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 0px 5px;
  margin-bottom: 22px;
  font-size: 18px;
}

@media(max-width:555px) {
  .atticles-links__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 40px;
  }
}

.atticles-links__item {
  text-align: left;
  padding: 0 40px;
  color:#373744;
  font-size:18px;
  font-family: 'Roboto Condensed Light';
  text-decoration: underline;
}

.atticles-links__title {
  font-family: 'Roboto Condensed Bold';
  font-size: 24px;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 15px;
}

@media(max-width:767px) {
  .atticles-links__title {
    line-height: 1.1;
  }
}
.atticles-links__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.atticles-links__body a {
  font-family: 'Roboto Condensed Light';
  font-size: 18px;
  line-height: 25px;
  color: #454545;
  display: block;
  margin-bottom: 10px;
}

.atticles-links__body a:hover {
  color: #2261A4;
}

.atticles-links__btn,
.education-cards__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 201px;
  height: 51px;
  padding-right: 20px;
  border: solid 1px #8F9EAC;
  background-color: #F3F3F3;
  font-family: 'Roboto Condensed Bold';
  font-size: 16px;
  line-height: 1.88;
  color: #31373D;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.education-cards__btn {
  background: #f3f3f3;
}


.atticles-links__btn:hover {
  color: #393939;
  border: solid 1px #393939;
}

.atticles-arrow {
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border-right: 0;
  border-left: 0;
  display: inline-block;
  width: 0;
  height: 0;
}

.atticles-arrow:before,
.atticles-arrow:after {
  position: absolute;
  top: -6px;
  left: 18px;
  width: 2px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #31373D;
}

.atticles-arrow:before {
  left: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.atticles-links__btn:hover .atticles-arrow:before,
.atticles-links__btn:hover .atticles-arrow:after {
  background: #393939;
}

.atticles-arrow_hidden.atticles-arrow:after {
  left: 17px;
}

.atticles-arrow_hidden.atticles-arrow:before {
  left: 23px;
}

.educational__slider-block {
  position: relative;
}
.educational__slider-block .slick-slider .slick-track, 
.educational__slider-block .slick-slider .slick-list {
  display: flex;
}
@media only screen and (max-width: 1300px) {
  .educational__slider-block {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 575px) {
  .educational__slider-block {
    padding: 0;
  }
}
.educational__slider-block .section-education__desctriptions {
  max-width: 910px;
  margin-bottom: 37px;
}
.educational__slider .article-grid__item.article,
.educational__slider-bottom .article-grid__item.article {
  margin: 0 14px;
}
.educational__slider .article-grid__item.article .article-grid__image,
.educational__slider-bottom .article-grid__item.article .article-grid__image {
  height: 238px;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .educational__slider .article-grid__item.article .article-grid__image,
  .educational__slider-bottom .article-grid__item.article .article-grid__image {
    height: 200px;
  }
}
.educational__slider .article-grid__item.article .article-grid__image img,
.educational__slider-bottom .article-grid__item.article .article-grid__image img {
  transition: ease .3s;
}
.educational__slider .article .article-grid__image:before,
.educational__slider-bottom .article .article-grid__image:before,
.education-cards .article .article-grid__image:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.educational__slider .article .article-grid__btn,
.educational__slider-bottom .article .article-grid__btn,
.education-cards .article .article-grid__btn {
  background-color: #FBFBFB;
  color: #31373D;
  font-family: 'Roboto Condensed Bold';
  font-size :16px;
  width: 120px;
  height: 37px;
  line-height: 37px;
  text-transform: none;
}
.educational__slider-block .reviews__arrows {
  top: 54%;
  left: 0;
  margin-left: 0;
  width: 100%;
}
.educational__slider-block .reviews__arrows .back {
  left: -46px;
}
@media only screen and (max-width: 1300px) {
  .educational__slider-block .reviews__arrows .back {
    left: 10px;
  }
}
.educational__slider-block .reviews__arrows .next {
  right: -46px;
}
@media only screen and (max-width: 1300px) {
  .educational__slider-block .reviews__arrows .next {
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .educational__slider-block .reviews__arrows {
      display: block;
      top: 94%;
  }
  .educational__slider-block .reviews__arrows .back {
    left: 20px;
  }
  .educational__slider-block .reviews__arrows .next {
    right: 20px;
  }
}
.education-cards__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px -14px 0px -14px;
}
.is-education-articles-styles .education-cards .education-cards__column {
  width: initial;
  display: flex;
  flex: 0 1 25%;
  padding: 0px 14px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 991px) {
  .is-education-articles-styles .education-cards .education-cards__column {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 767px) {
  .is-education-articles-styles .education-cards .education-cards__column {
    flex: 0 1 100%;
  }
}
.is-education-articles-styles .education-cards .article-grid__item {
  width: 100%;
}
.is-education-articles-styles .education-cards .article .article-grid__image {
  height: 237px;
  overflow: hidden;
}
.is-education-articles-styles .education-cards .article .article-grid__image img {
  transition: ease 0.3s;
}
.is-education-articles-styles .education-cards .article .article-grid__text {
  padding: 18px 5px;
}
.education-cards .education-cards__hidden,
.education-cards .education-cards__hidden .education-cards__row {
  flex: 0 0 100%;
}
.education-cards .education-cards__btn {
  margin-top: 0px;
  background: #FaFaFa;
}

.section-education.section-education-requirements {
  padding: 49px 0 28px;
  background-color: #f3f3f3;
}
.section-education.section-education-requirements .education-requirements {
  padding: 0 0 20px;
  background: #f3f3f3;
}
.section-education-requirements .section-education__desctriptions {
  margin-bottom: 27px;
  max-width: 865px;
}
.education-requirements {
  background: #fafafa;
  padding: 71px 0 63px;
}
.education-requirements .section-education__desctriptions {
  max-width: 810px;
  margin-bottom: 28px;
}
.education-requirements__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .education-requirements__row  {
    justify-content: center;
  }
}
.education-requirements__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 1 312px;
}
.education-requirements__item {
  margin-bottom: 8px;
}
.education-requirements__item-title {
  font-size: 28px;
  color: #F2680C;
  font-family: 'Roboto Condensed Regular';
  margin-bottom: 16px;
}
.education-requirements__item-link {
  font-size: 18px;
  font-family: 'Roboto Condensed Light';
  text-decoration: underline;
  display: block;
  margin-bottom: 14px;
}

.education-requirements__item-link:hover {
  color: #01549E;
}

.education-requirements.education-requirements__bottom .education-requirements__item-title {
  color: #373744;
}

.foot-wider.foot-top {
  min-height: 112px;
}
@media only screen and (max-width: 767px) {
  .foot-wider.foot-top {
    padding: 5px 0;
  }
}
.foot-wider .foot-block {
  justify-content: center;
  align-items: center;
}
.foot-wider .foot-block__link {
  color:#FAFAFA;
  font-size: 17px;
  font-family: 'Roboto Condensed Light';
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding: 0 14px;
  border: 1px solid transparent;
}
.foot-wider .foot-block__link:hover {
  border: 1px solid #316395;
  background-clip: padding-box;
  color:#fff;
}
.foot-wider .foot-copy {
  font-size: 13px;
  color: rgb(129, 129, 133);
  letter-spacing: -1px;
  margin-top: 18px;
}

.padding0 {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .padding0 {
    padding: 0 15px;
  }
}
.article-section-camera {
  padding-top: 20px;
}
.plan__foot-camera {
  padding-left: 75px;
}
.plan__foot-camera .plan__price {
  font-size: 26px;
}
.article-cta__btns.article-cta__btns-camera {
  margin-top: 25px;
}
p.text-camera {
  font-weight: normal;
  font-size: 20px;
  margin-top: 25px;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 1.5;
}
.article-cta .plan__foot-camera {
  padding-left: 0px;
  justify-content: center;
  color: #fff;
}
.plan__foot-camera .old-plan__price {
  margin-right: 10px;
}
.article-cta .plan__foot-camera .old-plan__price {
  margin-left: 0;
}
.article-cta .plan__foot-camera .old-plan__price:after, 
.article-cta .plan__foot-camera .old-plan__price:before {
  background-color: #fff;
}
.article-cta .plan__foot-camera + .cta__btn {
  margin-top: 25px;
}
.section-education.section-education-white,
.section-education.section-education-white .education-requirements {
  background: #fafafa;
}