/* Helpers and Settings */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300italic,400italic,300&subset=latin,cyrillic,cyrillic-ext);
/* img */
/* Main Libraries */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

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

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

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 480px)/";
  width: 0px; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:481px)/";
  width: 481px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:641px)/";
  width: 641px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:961px)/";
  width: 961px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1201px)/";
  width: 1201px; }

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

html, body {
  font-size: 16px; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img, object, embed {
  max-width: 100%;
  height: auto; }

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.start {
  float: left !important; }

.end {
  float: right !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1152px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered, .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.33333%; }
  .small-2 {
    position: relative;
    width: 16.66667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.33333%; }
  .small-5 {
    position: relative;
    width: 41.66667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.33333%; }
  .small-8 {
    position: relative;
    width: 66.66667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.33333%; }
  .small-11 {
    position: relative;
    width: 91.66667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.small-reset-order, .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width:481px) {
  .column.medium-centered, .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left; }
  .medium-1 {
    position: relative;
    width: 8.33333%; }
  .medium-2 {
    position: relative;
    width: 16.66667%; }
  .medium-3 {
    position: relative;
    width: 25%; }
  .medium-4 {
    position: relative;
    width: 33.33333%; }
  .medium-5 {
    position: relative;
    width: 41.66667%; }
  .medium-6 {
    position: relative;
    width: 50%; }
  .medium-7 {
    position: relative;
    width: 58.33333%; }
  .medium-8 {
    position: relative;
    width: 66.66667%; }
  .medium-9 {
    position: relative;
    width: 75%; }
  .medium-10 {
    position: relative;
    width: 83.33333%; }
  .medium-11 {
    position: relative;
    width: 91.66667%; }
  .medium-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.medium-reset-order, .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width:641px) {
  .column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left; }
  .large-1 {
    position: relative;
    width: 8.33333%; }
  .large-2 {
    position: relative;
    width: 16.66667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.33333%; }
  .large-5 {
    position: relative;
    width: 41.66667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.33333%; }
  .large-8 {
    position: relative;
    width: 66.66667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.33333%; }
  .large-11 {
    position: relative;
    width: 91.66667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.large-reset-order, .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width:961px) {
  .column.xlarge-centered, .columns.xlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered, .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite {
    float: right; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left; }
  .xlarge-1 {
    position: relative;
    width: 8.33333%; }
  .xlarge-2 {
    position: relative;
    width: 16.66667%; }
  .xlarge-3 {
    position: relative;
    width: 25%; }
  .xlarge-4 {
    position: relative;
    width: 33.33333%; }
  .xlarge-5 {
    position: relative;
    width: 41.66667%; }
  .xlarge-6 {
    position: relative;
    width: 50%; }
  .xlarge-7 {
    position: relative;
    width: 58.33333%; }
  .xlarge-8 {
    position: relative;
    width: 66.66667%; }
  .xlarge-9 {
    position: relative;
    width: 75%; }
  .xlarge-10 {
    position: relative;
    width: 83.33333%; }
  .xlarge-11 {
    position: relative;
    width: 91.66667%; }
  .xlarge-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .xlarge-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.xlarge-reset-order, .columns.xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width:1201px) {
  .column.xxlarge-centered, .columns.xxlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered, .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite {
    float: right; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left; }
  .xxlarge-1 {
    position: relative;
    width: 8.33333%; }
  .xxlarge-2 {
    position: relative;
    width: 16.66667%; }
  .xxlarge-3 {
    position: relative;
    width: 25%; }
  .xxlarge-4 {
    position: relative;
    width: 33.33333%; }
  .xxlarge-5 {
    position: relative;
    width: 41.66667%; }
  .xxlarge-6 {
    position: relative;
    width: 50%; }
  .xxlarge-7 {
    position: relative;
    width: 58.33333%; }
  .xxlarge-8 {
    position: relative;
    width: 66.66667%; }
  .xxlarge-9 {
    position: relative;
    width: 75%; }
  .xxlarge-10 {
    position: relative;
    width: 83.33333%; }
  .xxlarge-11 {
    position: relative;
    width: 91.66667%; }
  .xxlarge-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .xxlarge-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .xxlarge-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .xxlarge-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .xxlarge-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.xxlarge-reset-order, .columns.xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: white;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px white;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent white; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent transparent transparent #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: none;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: white; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: white; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: white;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: white; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #cccccc;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width:481px) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 480px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer, .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev, .orbit-stack-on-small .orbit-bullets {
    display: none; } }

/* General Elements */
.popup-registration {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
  transition: transform 0.8s 0.3s cubic-bezier(0.9, 0, 0.12, 1); }
  .popup-registration.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .popup-registration.open .close-menu span {
      -webkit-transition: -webkit-transform 1s 0.6s cubic-bezier(0.9, 0, 0.12, 1);
      transition: transform 1s 0.6s cubic-bezier(0.9, 0, 0.12, 1); }
      .popup-registration.open .close-menu span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateX(0px);
        -ms-transform: rotate(45deg) translateX(0px);
        transform: rotate(45deg) translateX(0px); }
      .popup-registration.open .close-menu span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translateX(0px);
        -ms-transform: rotate(-45deg) translateX(0px);
        transform: rotate(-45deg) translateX(0px); }
  .popup-registration .bg-block {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s 0.6s cubic-bezier(0.9, 0, 0.12, 1);
    transition: transform 0.6s 0.6s cubic-bezier(0.9, 0, 0.12, 1);
    background: rgba(0, 0, 0, 0.5); }
  .popup-registration .wrapper {
    -webkit-transition: height 1s 0s;
    transition: height 1s 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .popup-registration .wrapper .wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
      .popup-registration .wrapper .wrap .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .popup-registration .wrapper .wrap .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #bfbfbf;
        display: table; }
        .popup-registration .wrapper .wrap .content > div {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .popup-registration .wrapper .wrap .content > div span {
            display: block;
            margin: 54px 0; }
          .popup-registration .wrapper .wrap .content > div a {
            display: inline-block;
            background: #ad0844;
            padding: 0.8125em 1.25em 0.875em 1.25em;
            border-radius: 1em;
            font-size: 1em;
            color: white;
            text-decoration: none; }
  .popup-registration .close-menu {
    display: block;
    cursor: pointer;
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .popup-registration .close-menu span {
      position: absolute;
      left: 0;
      top: 19px;
      width: 100%;
      height: 3px;
      background: white;
      -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
      transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1); }
      .popup-registration .close-menu span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateX(140px);
        -ms-transform: rotate(45deg) translateX(140px);
        transform: rotate(45deg) translateX(140px); }
      .popup-registration .close-menu span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translateX(-140px);
        -ms-transform: rotate(-45deg) translateX(-140px);
        transform: rotate(-45deg) translateX(-140px); }
    @media only screen and (min-width:1201px) {
      .popup-registration .close-menu {
        display: none; } }
  @media only screen and (min-width:1201px) {
    .popup-registration {
      position: absolute;
      -webkit-transition: visibility 0s 1.2s;
      transition: visibility 0s 1.2s;
      visibility: hidden;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .popup-registration.open {
        -webkit-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
        visibility: visible; }
        .popup-registration.open .bg-block {
          -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
          transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
        .popup-registration.open .wrapper {
          -webkit-transition: height 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
          transition: height 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
          height: 100%; }
      .popup-registration .bg-block {
        -webkit-transition: -webkit-transform 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
        transition: transform 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
        display: block; }
      .popup-registration .wrapper {
        height: 0;
        -webkit-transition: height 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
        transition: height 1s 0s cubic-bezier(0.9, 0, 0.12, 1); }
        .popup-registration .wrapper .wrap .content {
          background: #d0d0d0;
          top: -webkit-calc(50% + 32px);
          top: calc(50% + 32px);
          left: 50%;
          max-width: 800px;
          width: 100%;
          height: 580px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

.my-canvas {
  display: none;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c3c3c3;
  z-index: 10;
  -webkit-transition: -webkit-transform 0s 0s cubic-bezier(0.9, 0, 0.12, 1);
  transition: transform 0s 0s cubic-bezier(0.9, 0, 0.12, 1); }
  .open-canvas .my-canvas {
    -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
    transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .remove-canvas .my-canvas {
    -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
    transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%); }

body.ie-9:after, body.ie-10:after {
  display: none;
  background: red; }
body.ie-9 .header .logo .logo-main, body.ie-10 .header .logo .logo-main {
  display: none; }
body.ie-9 .header .logo .logo-mobile, body.ie-10 .header .logo .logo-mobile {
  display: block; }

body.ie-9 .step-0 .wrapper .for .ico {
  height: 100%; }
body.ie-9 .step-0 .wrapper .for p {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 1; }
body.ie-9 .step-0 .wrapper .home-text p > span {
  height: 100%; }
body.ie-9 .step-0 .wrapper .home-text p span {
  height: 100%; }
body.ie-9 .step-0 .wrapper .for {
  border: 2px solid white;
  border-radius: 100%; }
body.ie-9 .step-1 .wrapper .methods .method p {
  opacity: 1; }
body.ie-9 .step-1 .wrapper .methods .method .ico {
  height: 100%; }
body.ie-9 .step-1 .wrapper .methods .method {
  border: 2px solid white;
  border-radius: 100%; }
body.ie-9 .step-1 .wrapper .slide-text > div {
  opacity: 1; }
body.ie-9 .step-2 .wrapper .methods .method p {
  opacity: 1; }
body.ie-9 .step-2 .wrapper .methods .method .description {
  opacity: 1; }
body.ie-9 .step-2 .wrapper .methods .method .ico {
  height: 100%; }
body.ie-9 .step-2 .wrapper .methods .ico-wrapper {
  border: 2px solid white;
  border-radius: 100%; }
body.ie-9 .step-2 .wrapper .slide-text > div {
  opacity: 1; }
body.ie-9 .step-3 .wrapper .speeking-methods .speeking-method p {
  opacity: 1; }
body.ie-9 .step-3 .wrapper .speeking-methods .speeking-method {
  border: 2px solid white;
  border-radius: 100%; }
body.ie-9 .step-3 .wrapper .speeking-methods .speeking-method .ico {
  height: 100%; }

.ie-9 .my-body > .step > div:after, .ie-10 .my-body > .step > div:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-logo.png) no-repeat center;
  background-size: auto 85%;
  opacity: 0.08; }

.preload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0; }
  .preload > .wrapper {
    z-index: 2;
    width: 290px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .preload > .wrapper .image {
      position: absolute;
      width: 100%;
      height: 258px;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .preload > .wrapper img {
      width: 29580px;
      max-width: none;
      position: absolute;
      left: 0;
      bottom: 0; }
  .preload .adaptive-loader {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d0d0d0;
    z-index: 1;
    -webkit-transition: top 2s 0.5s cubic-bezier(0.9, 0, 0.12, 1);
    transition: top 2s 0.5s cubic-bezier(0.9, 0, 0.12, 1); }
    .loaded .preload .adaptive-loader {
      top: 0; }
  @media only screen and (max-width: 1200px) {
    .preload {
      background: white;
      z-index: 20;
      -webkit-transition: height 1s cubic-bezier(0.9, 0, 0.12, 1);
      transition: height 1s cubic-bezier(0.9, 0, 0.12, 1); }
      .preload .wrapper {
        height: 100%; }
        .preload .wrapper .image {
          background: url(../img/logo.svg) no-repeat center; }
      .hide-preloader .preload {
        height: 0; } }
  @media only screen and (min-width:1201px) {
    .preload {
      background: whitesmoke; }
      .preload .adaptive-loader {
        background: white;
        -webkit-transition: top 4s 1s cubic-bezier(0.9, 0, 0.12, 1);
        transition: top 4s 1s cubic-bezier(0.9, 0, 0.12, 1); } }

.row {
  max-width: 300px; }
  @media only screen {
    .row {
      max-width: 320px; } }
  @media only screen and (min-width:481px) {
    .row {
      max-width: 460px; } }
  @media only screen and (min-width:641px) {
    .row {
      max-width: 620px; } }
  @media only screen and (min-width:961px) {
    .row {
      max-width: 940px; } }
  @media only screen and (min-width:1201px) {
    .row {
      max-width: 1152px; } }

.header {
  background: #d0d0d0;
  position: fixed;
  top: -webkit-calc(100% + 200px);
  top: calc(100% + 200px);
  left: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
  display: table;
  padding: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: top 0.8s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
  transition: top 0.8s 0.3s cubic-bezier(0.9, 0, 0.12, 1); }
  @media only screen and (max-width: 960px) and (max-height: 640px) {
    .header {
      padding: 10px 0 0 0; } }
  @media only screen and (max-width: 480px) {
    .header > .row {
      padding-bottom: 80px; } }
  @media only screen and (min-width:961px) {
    .header > .row {
      max-width: none;
      padding: 0 15px; } }
  @media only screen and (min-width:1201px) {
    .header > .row {
      max-width: 1152px;
      padding: 0; } }
  .header .row {
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
  .header.open-menu {
    top: 0; }
    .header.open-menu .close-menu span {
      -webkit-transition: -webkit-transform 1s 0.6s cubic-bezier(0.9, 0, 0.12, 1);
      transition: transform 1s 0.6s cubic-bezier(0.9, 0, 0.12, 1); }
      .header.open-menu .close-menu span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateX(0px);
        -ms-transform: rotate(45deg) translateX(0px);
        transform: rotate(45deg) translateX(0px); }
      .header.open-menu .close-menu span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translateX(0px);
        -ms-transform: rotate(-45deg) translateX(0px);
        transform: rotate(-45deg) translateX(0px); }
  @media only screen and (min-width:961px) {
    .header {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      background: white;
      top: 0;
      bottom: auto;
      height: 4em;
      display: block;
      padding: 0; }
      .header .row {
        display: block; }
      .header.open-menu {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
  @media only screen and (min-width:1201px) {
    .header {
      z-index: 12;
      top: -64px; }
      .header.open-menu {
        top: 0; } }
  .header .logo > div {
    padding: 0 0 48px;
    text-align: center; }
    .header .logo > div > div img {
      width: 8.125em; }
  @media only screen and (min-width:961px) {
    .header .logo {
      margin: 0;
      height: 100%; }
      .header .logo .logo-mobile {
        display: none; }
      .header .logo .logo-main {
        display: block; }
      .header .logo > div {
        display: table;
        height: 100%;
        padding: 0;
        text-align: left; }
        .header .logo > div > div {
          display: table-cell;
          vertical-align: middle; }
          .header .logo > div > div > div {
            height: 47px;
            position: relative; }
          .header .logo > div > div img {
            position: relative;
            z-index: 1; }
          .header .logo > div > div span {
            display: block;
            position: absolute;
            border: 1px solid white;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: 100% 1000px;



/*background-image: -webkit-gradient(linear, left top, left bottom, from(#efa21a), color-stop(100px, #efa21a), color-stop(100px, #830036), color-stop(200px, #830036), color-stop(200px, #13182a), color-stop(300px, #13182a), color-stop(300px, #d52c05), color-stop(400px, #d52c05), color-stop(400px, #414141), color-stop(500px, #414141), color-stop(500px, #d91054), color-stop(600px, #d91054), color-stop(600px, #efa21a), color-stop(600px, #efa21a), color-stop(600px, #ad0844), to(#ad0844));*/

background-image: -webkit-linear-gradient(top, #efa21a 0px,
                                             #efa21a 100px, #830036 100px,
                                             #830036 200px, #E4A349 200px,
                                             #E4A349 300px, #141829 300px,
                                             #141829 400px, #781636 400px,
                                             #781636 500px, #13182a 500px,
                                             #13182a 600px, #d52c05 600px,
                                             #d52c05 700px, #414141 700px,
                                             #414141 800px, #da1054 800px,
                                             #da1054 900px, #ad0944 900px,
	                                           #ad0944 1000px);

background-image: linear-gradient(to bottom, #efa21a 0px, 
                                             #efa21a 100px, #830036 100px,
                                             #830036 200px, #E4A349 200px,
                                             #E4A349 300px, #141829 300px,
                                             #141829 400px, #781636 400px,
                                             #781636 500px, #13182a 500px,
                                             #13182a 600px, #d52c05 600px,
                                             #d52c05 700px, #414141 700px,
                                             #414141 800px, #da1054 800px,
                                             #da1054 900px, #ad0944 900px,
	                                         #ad0944 1000px);



            -webkit-transition: background-position 1s ease-in-out;
            transition: background-position 1s ease-in-out; } }
  @media only screen and (max-width: 960px) {
    .header .logo .logo-mobile {
      display: inline; }
    .header .logo .logo-main {
      display: none !important; } }
  @media only screen and (max-width: 960px) and (max-height: 640px) {
    .header .logo > div {
      padding: 0 0 10px; } }
  .header .menu {
    padding: 0; }
    .header .menu ul {
      padding: 0;
      margin: 0 auto;
      list-style: none;
      text-align: center;
      font-size: 14px; }
      .header .menu ul li:hover a, .header .menu ul li.active a {
        opacity: 1; }
      .header .menu ul li a {
        cursor: pointer;
        display: block;
        padding: 0 1.25em;
        opacity: 1;
        -webkit-transition: opacity 0.3s, color 0.3s;
        transition: opacity 0.3s, color 0.3s;
        text-decoration: none;
        color: #ad0844;
        font-weight: 700;
        line-height: 35px;
        width: 100%; }
        @media only screen and (min-width: 962px) and (max-width: 1024px) {
          .header .menu ul li a {
            padding: 0 0.8125em; } }
        .header .menu ul li a span {
          line-height: 36px;
          width: 100%;
          text-align: center;
          display: block; }
        @media only screen and (min-width:961px) {
          .header .menu ul li a {
            height: 64px;
            line-height: 64px;
            display: table; }
            .header .menu ul li a span {
              display: table-cell;
              vertical-align: middle;
              line-height: 18px; } }
    @media only screen and (min-width:961px) {
      .header .menu ul {
        display: table; }
        .header .menu ul li {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          line-height: 22px;
          height: 64px; }
          .header .menu ul li span {
            display: block;
            line-height: 64px; }
          .header .menu ul li a {
            line-height: 22px; } }
    @media only screen and (max-width: 960px) and (max-height: 640px) {
      .header .menu ul li a span {
        line-height: 28px; } }
  .header .add {
    padding: 3.375em 0 0;
    text-align: center; }
    .header .add .button {
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
      cursor: pointer;
      display: inline-block;
      padding: 0.8125em 1.25em 0.875em 1.25em;
      border-radius: 1em;
      font-size: 1em;
      color: white;
      text-decoration: none;
      background-size: 100% 1000px;





      /*background-image: -webkit-gradient(linear, left top, left bottom, from(#efa21a), color-stop(100px, #efa21a), color-stop(100px, #830036), color-stop(200px, #830036), color-stop(200px, #13182a), color-stop(300px, #13182a), color-stop(300px, #d52c05), color-stop(400px, #d52c05), color-stop(400px, #414141), color-stop(500px, #414141), color-stop(500px, #d91054), color-stop(600px, #d91054), color-stop(600px, #efa21a), color-stop(600px, #efa21a), color-stop(600px, #ad0844), to(#ad0844));*/

background-image: -webkit-linear-gradient(top, #efa21a 0px,
                                             #efa21a 100px, #830036 100px,
                                             #830036 200px, #E4A349 200px,
                                             #E4A349 300px, #141829 300px,
                                             #141829 400px, #781636 400px,
                                             #781636 500px, #13182a 500px,
                                             #13182a 600px, #d52c05 600px,
                                             #d52c05 700px, #414141 700px,
                                             #414141 800px, #da1054 800px,
                                             #da1054 900px, #ad0944 900px,
	                                           #ad0944 1000px);

background-image: linear-gradient(to bottom, #efa21a 0px, 
                                             #efa21a 100px, #830036 100px,
                                             #830036 200px, #E4A349 200px,
                                             #E4A349 300px, #141829 300px,
                                             #141829 400px, #781636 400px,
                                             #781636 500px, #13182a 500px,
                                             #13182a 600px, #d52c05 600px,
                                             #d52c05 700px, #414141 700px,
                                             #414141 800px, #da1054 800px,
                                             #da1054 900px, #ad0944 900px,
	                                         #ad0944 1000px);





      -webkit-transition: background-position 1s ease-in-out;
      transition: background-position 1s ease-in-out; }
      .header .add .button span {
        position: relative;
        top: 0.15625em;
        left: -0.21875em;
        font-weight: 300;
        font-size: 2em;
        line-height: 0; }
    @media only screen and (min-width:961px) {
      .header .add {
        padding: 0;
        height: 100%;
        display: table;
        text-align: right; }
        .header .add > div {
          display: table-cell;
          vertical-align: middle; } }
    @media only screen and (max-width: 960px) and (max-height: 640px) {
      .header .add {
        padding: 10px 0 0 0; } }
  .header .close-menu {
    display: block;
    cursor: pointer;
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .header .close-menu span {
      position: absolute;
      left: 0;
      top: 19px;
      width: 100%;
      height: 3px;
      background: white;
      -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
      transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1); }
      .header .close-menu span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateX(140px);
        -ms-transform: rotate(45deg) translateX(140px);
        transform: rotate(45deg) translateX(140px); }
      .header .close-menu span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translateX(-140px);
        -ms-transform: rotate(-45deg) translateX(-140px);
        transform: rotate(-45deg) translateX(-140px); }
    @media only screen and (min-width:961px) {
      .header .close-menu {
        display: none; } }
    @media only screen and (max-width: 960px) and (max-height: 640px) {
      .header .close-menu {
        bottom: 30px; } }
  .header .selector {
    display: none;
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    opacity: 1; }
    .header .selector span {
      position: absolute;
      width: 100%;
      height: 2px;
      background: #ad0844;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .header .selector span:first-child {
        top: 0; }
      .header .selector span:last-child {
        bottom: 0; }
    @media only screen and (min-width:961px) {
      .header .selector {
        display: block; } }

.menu-open {
  -webkit-transform: translateZ(0);
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 40px;
  margin-left: -21px;
  z-index: 10;
  width: 42px;
  height: 19px;
  -webkit-transition: top 0.8s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
  transition: top 0.8s 0.3s cubic-bezier(0.9, 0, 0.12, 1); }
  .menu-open span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: white;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease; }
    .menu-open span:nth-child(1) {
      top: 0; }
    .menu-open span:nth-child(2) {
      top: 8px; }
    .menu-open span:nth-child(3) {
      top: 16px; }
  @media only screen and (min-width:961px) {
    .menu-open {
      display: none;
      visibility: hidden;
      top: 100%; } }

.is-open-menu .menu-open {
  top: -200px; }

html, body {
  height: 100%;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  position: relative;
  font-family: 'Open Sans', sans-serif; }
  body:after {
    -webkit-transition: opacity 1s 0.3s;
    transition: opacity 1s 0.3s;
    pointer-events: none;
    z-index: 100;
    content: '';
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-logo.png) no-repeat center;
    background-size: auto 85%;
    opacity: 0.08; }
  body h3, body h4 {
    color: #830036;
    font-size: 2em;
    font-weight: 300; }
  body h4 {
    font-size: 1.125em;
    line-height: 150%; }
  body .my-body .my-body-wrapper {
    z-index: 3;
    position: relative;
    -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
    transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1); }
    @media only screen and (min-width:1201px) {
      body .my-body .my-body-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); } }
  @media only screen and (min-width:1201px) {
    body.hide-preloader .my-body .my-body-wrapper {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }
  body.hide-preloader {
    background: black; }

a {
  outline: none !important; }

body > * {
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

body:not(.loaded) > * {
  opacity: 0; }















.fp-viewing-education .logoBackground, .fp-viewing-education .add .button {
  background-position: 0 0; }
.fp-viewing-method .logoBackground, .fp-viewing-method .add .button {
  background-position: 0 -100px; }

  .fp-viewing-webinars .logoBackground, .fp-viewing-webinars .add .button {
  background-position: 0 -200px; }
  .fp-viewing-stationary .logoBackground, .fp-viewing-stationary .add .button {
  background-position: 0 -300px; }
  .fp-viewing-online .logoBackground, .fp-viewing-online .add .button {
  background-position: 0 -400px; }

.fp-viewing-business-english .logoBackground, .fp-viewing-business-english .add .button {
  background-position: 0 -500px; }
.fp-viewing-speaking-club .logoBackground, .fp-viewing-speaking-club .add .button {
  background-position: 0 -600px; }
.fp-viewing-team .logoBackground, .fp-viewing-team .add .button {
  background-position: 0 -700px; }
.fp-viewing-reviews .logoBackground, .fp-viewing-reviews .add .button {
  background-position: 0 -800px; }
.fp-viewing-contacts .logoBackground, .fp-viewing-contacts .add .button {
  background-position: 0 -900px; }















.fp-viewing-education .header .menu ul li a {
  color: #830036; }
.fp-viewing-method .header .menu ul li a {
  color: #830036; }


.fp-viewing-webinars .header .menu ul li a {
  color: #830036; }
.fp-viewing-stationary .header .menu ul li a {
  color: #141829; }
.fp-viewing-online .header .menu ul li a {
  color: #781636; }


.fp-viewing-business-english .header .menu ul li a {
  color: #13182a; }
.fp-viewing-speaking-club .header .menu ul li a {
  color: #d52c05; }
.fp-viewing-team .header .menu ul li a {
  color: #414141; }
.fp-viewing-reviews .header .menu ul li a {
  color: #d91054; }
.fp-viewing-contacts .header .menu ul li a {
  color: #ad0844; }

.fp-viewing-education .header .selector span {
  background: #830036; }
.fp-viewing-method .header .selector span {
  background: #830036; }


.fp-viewing-webinars .header .selector span {
  background: #830036; }
.fp-viewing-stationary .header .selector span {
  background: #141829; }
.fp-viewing-online .header .selector span {
  background: #781636; }


.fp-viewing-business-english .header .selector span {
  background: #13182a; }
.fp-viewing-speaking-club .header .selector span {
  background: #d52c05; }
.fp-viewing-team .header .selector span {
  background: #414141; }
.fp-viewing-reviews .header .selector span {
  background: #d91054; }
.fp-viewing-contacts .header .selector span {
  background: #ad0844; }

body.fp-viewing-business-english:after, body.fp-viewing-team:after, body.fp-viewing-reviews:after {
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  opacity: 0; }


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

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

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }


.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  outline: none !important;
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  position: absolute;
  width: 1px;
  display: none !important;
  right: 6px;
  top: 4px;
  bottom: 0;
  border-radius: 5px;
  height: -webkit-calc(100% - 64px);
  height: calc(100% - 64px); }

.nano > .nano-pane > .nano-slider {
  position: relative;
  margin: 0;
  border-radius: 2px;
  left: -2px;
  width: 10px;
  cursor: pointer;
  background-color: rgba(238, 161, 47, 0.8); }

@media only screen and (min-width: 320px) { }

@media only screen and (min-width: 1024px) { }

@media only screen and (min-width: 1201px) {
  .nano > .nano-pane {
    display: block !important;
    top: 56px;
    right: 14px; } }

/* step */
.step {
  position: relative;
  overflow: hidden;
  font-size: 16px; }
  .step > div {
    overflow: hidden; }
  .step .wrapper {
    height: 100%; }
    .step .wrapper h2 {
      z-index: 2;
      position: relative;
      width: 100%;
      left: 0;
      margin: 0 0 32px 0;
      font-size: 48px;
      text-align: center;
      font-weight: 300; }
      @media only screen and (min-width:1201px) {
        .step .wrapper h2 {
          top: 60px;
          position: absolute;
          margin: 0;
          padding-bottom: 20px; } }
      @media only screen and (min-width:1201px) and (max-height: 860px) {
        .step .wrapper h2 {
          top: 40px;
          font-size: 36px; } }
  .step .people {
    display: none; }
  .step .bg-image {
    display: none; }
    .step .bg-image .photo-people {
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 1s 0s;
      transition: opacity 1s 0s;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center top !important;
      background-size: cover !important; }
      .step .bg-image .photo-people:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); }
      .step .bg-image .photo-people.static {
        -webkit-transition: opacity 0s 0.8s;
        transition: opacity 0s 0.8s;
        opacity: 0; }
      .step .bg-image .photo-people.active {
        z-index: 2;
        opacity: 1; }
  .step .open-photo {
    -webkit-transition: visibility 0s 1.5s;
    transition: visibility 0s 1.5s;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .step .open-photo.open {
      -webkit-transition: visibility 0s 0s;
      transition: visibility 0s 0s;
      visibility: visible; }
      .step .open-photo.open .bg-block {
        -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
        transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .step .open-photo.open .big-img .wrap {
        -webkit-transition: height 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
        transition: height 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
        height: 100%; }
      .step .open-photo.open .close-photo {
        display: block !important; }
    .step .open-photo .close-photo {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      cursor: url(../img/cursor.png), auto; }
    .step .open-photo .bg-block {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: -webkit-transform 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
      transition: transform 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
      background: rgba(0, 0, 0, 0.5); }
    .step .open-photo .big-img .wrap {
      -webkit-transition: height 1s 0s;
      transition: height 1s 0s;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      overflow: hidden;
      -webkit-transition: height 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
      transition: height 1s 0s cubic-bezier(0.9, 0, 0.12, 1); }
      .step .open-photo .big-img .wrap .img {
        position: absolute;
        bottom: 64px;
        left: 50%;
        width: 100%;
        height: 80vh;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        background-size: auto 100%; }
  @media only screen and (min-width:961px) {
    .step .bg-image {
      display: block; } }

.open-video, .open-video-general {
  -webkit-transition: visibility 0s 1.5s;
  transition: visibility 0s 1.5s;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .open-video.open, .open-video-general.open {
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    visibility: visible; }
    .open-video.open .bg-block, .open-video-general.open .bg-block {
      -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
      transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .open-video.open .big-img .wrap, .open-video-general.open .big-img .wrap {
      -webkit-transition: height 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
      transition: height 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
      height: 100%; }
    .open-video.open .close-video, .open-video-general.open .close-video {
      display: block !important; }
  .open-video .bg-block, .open-video-general .bg-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
    transition: transform 1s 0.3s cubic-bezier(0.9, 0, 0.12, 1);
    background: rgba(0, 0, 0, 0.5); }
  .open-video .big-img .wrap, .open-video-general .big-img .wrap {
    -webkit-transition: height 1s 0s;
    transition: height 1s 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
    transition: height 1s 0s cubic-bezier(0.9, 0, 0.12, 1); }
    .open-video .big-img .wrap .video, .open-video-general .big-img .wrap .video {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
      .open-video .big-img .wrap .video iframe, .open-video-general .big-img .wrap .video iframe {
        background: black;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -webkit-calc(50% + 32px);
        top: calc(50% + 32px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: copy; }
      .open-video .big-img .wrap .video .close-video, .open-video-general .big-img .wrap .video .close-video {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        cursor: url(../img/cursor.png), auto; }

.open-video-general {
  position: fixed; }
  .open-video-general.open .close-menu span {
    -webkit-transition: -webkit-transform 1s 0.6s cubic-bezier(0.9, 0, 0.12, 1);
    transition: transform 1s 0.6s cubic-bezier(0.9, 0, 0.12, 1); }
    .open-video-general.open .close-menu span:nth-child(1) {
      -webkit-transform: rotate(45deg) translateX(0px);
      -ms-transform: rotate(45deg) translateX(0px);
      transform: rotate(45deg) translateX(0px); }
    .open-video-general.open .close-menu span:nth-child(2) {
      -webkit-transform: rotate(-45deg) translateX(0px);
      -ms-transform: rotate(-45deg) translateX(0px);
      transform: rotate(-45deg) translateX(0px); }
  .open-video-general .close-menu {
    display: block;
    cursor: pointer;
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .open-video-general .close-menu span {
      position: absolute;
      left: 0;
      top: 19px;
      width: 100%;
      height: 3px;
      background: white;
      -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1);
      transition: transform 1s 0s cubic-bezier(0.9, 0, 0.12, 1); }
      .open-video-general .close-menu span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateX(140px);
        -ms-transform: rotate(45deg) translateX(140px);
        transform: rotate(45deg) translateX(140px); }
      .open-video-general .close-menu span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translateX(-140px);
        -ms-transform: rotate(-45deg) translateX(-140px);
        transform: rotate(-45deg) translateX(-140px); }
    @media only screen and (min-width:1201px) {
      .open-video-general .close-menu {
        display: none; } }

.open-video {
  display: none; }

@media only screen and (max-width: 1200px) {
  .step-0, .step-1, .step-2, .step-3, .step-4, .step-5 {
    height: auto !important; }
    .step-0 .fp-tableCell, .step-1 .fp-tableCell, .step-2 .fp-tableCell, .step-3 .fp-tableCell, .step-4 .fp-tableCell, .step-5 .fp-tableCell {
      height: auto !important; } }

@media only screen and (min-width:1201px) {
  .open-video {
    display: block; }
  .open-video-general {
    display: none; } }

.step-0 {
  color: white;
  font-size: 8px; }
  .step-0 > div {
    padding: 80px 0 220px 0;
    background: #eea12f;
    height: 100%; }
    .step-0 > div > div {
      height: 100%; }
      .step-0 > div > div > div {
        height: 100%; }
  .step-0 .slider-wrapper {
    display: none; }
  .step-0 .wrapper > div {
    display: table;
    height: 100%;
    width: 100%; }
    .step-0 .wrapper > div > div {
      display: table-cell;
      vertical-align: middle; }
      .step-0 .wrapper > div > div > div {
        position: relative; }
  .step-0 .wrapper .home-text.text-visible p > span {
    height: 100%; }
  .step-0 .wrapper .home-text #svgContainer {
    display: none;
    width: 180%;
    height: 455%;
    position: absolute;
    top: 0;
    left: -54%;
    right: 0;
    bottom: 0;
    margin: auto; }
  .step-0 .wrapper .home-text p {
    overflow: hidden;
    position: relative;
    line-height: 120%;
    text-transform: uppercase;
    text-align: left; }
    .step-0 .wrapper .home-text p span {
      display: block;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      height: 100%; }
      .step-0 .wrapper .home-text p span span {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
  .step-0 .wrapper .home-text p {
    max-width: 300px;
    margin: 0 auto; }
  .step-0 .wrapper .home-text .text-1 {
    height: 2.5em;
    font-size: 2.3125em;
    font-weight: 400; }
    .step-0 .wrapper .home-text .text-1 span {
      -webkit-transition: height 0.6s 0s ease;
      transition: height 0.6s 0s ease; }
      .step-0 .wrapper .home-text .text-1 span span {
        height: 2.5em; }
      .step-0 .wrapper .home-text .text-1 span .bold {
        font-weight: 600; }
  .step-0 .wrapper .home-text .text-wrapper {
    position: relative;
    max-width: 400px;
    margin: 24px auto 0;
    height: 140px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: url(../img/speech-frame.svg) no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left; }
    .step-0 .wrapper .home-text .text-wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 100px;
      right: 0px;
      width: 140px;
      height: 140px;
      background: url(../img/fish.svg) no-repeat center; }
    .step-0 .wrapper .home-text .text-wrapper.active {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .step-0 .wrapper .home-text .text-wrapper div {
      opacity: 1;
      position: absolute;
      top: 30px;
      left: 35px;
      max-width: 200px; }
      .step-0 .wrapper .home-text .text-wrapper div .speech {
        font-style: italic;
        line-height: 145%; }
  .step-0 .wrapper .for {
    display: none;
    position: relative;
    border: 2px solid white;
    border-radius: 100%;
    margin: 80px auto; }
    .step-0 .wrapper .for .ico {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      overflow: hidden;
      height: 100%;
      -webkit-transition: height 1s;
      transition: height 1s; }
      .step-0 .wrapper .for .ico span {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .step-0 .wrapper .for .image {
      width: 100%;
      height: 2000px;
      position: absolute;
      bottom: 0;
      left: 0;
      overflow: hidden; }
      .step-0 .wrapper .for .image img {
        display: none;
        max-width: none;
        position: absolute;
        left: 0;
        bottom: 0; }
    .step-0 .wrapper .for p {
      margin: 0;
      position: absolute;
      top: 100%;
      margin-top: 16px;
      left: 50%;
      -webkit-transition: -webkit-transform 0.3s 0.3s, opacity 0.3s 0.3s;
      transition: transform 0.3s 0.3s, opacity 0.3s 0.3s;
      font-size: 20px;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center; }
    .step-0 .wrapper .for.ico-visible p {
      -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px);
      opacity: 1; }
    .step-0 .wrapper .for.ico-visible .ico {
      height: 100%; }
  .step-0 .wrapper .for-1 {
    width: 180px;
    height: 180px; }
    .step-0 .wrapper .for-1 .ico span {
      background: url(../img/step-0/ico-4.svg) no-repeat center; }
    .step-0 .wrapper .for-1 img {
      width: 8960px; }
    .step-0 .wrapper .for-1 p {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .step-0 .wrapper .for-2 {
    width: 140px;
    height: 140px; }
    .step-0 .wrapper .for-2 .ico span {
      background: url(../img/step-0/ico-5.svg) no-repeat center; }
    .step-0 .wrapper .for-2 img {
      width: 7560px; }
    .step-0 .wrapper .for-2 p {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .step-0 .wrapper .for-3 {
    width: 230px;
    height: 230px; }
    .step-0 .wrapper .for-3 .ico span {
      background: url(../img/step-0/ico-1.svg) no-repeat center; }
    .step-0 .wrapper .for-3 img {
      width: 8960px; }
    .step-0 .wrapper .for-3 p {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .step-0 .wrapper .for-4 {
    width: 120px;
    height: 120px; }
    .step-0 .wrapper .for-4 .ico span {
      background: url(../img/step-0/ico-2.svg) no-repeat center; }
    .step-0 .wrapper .for-4 img {
      width: 7560px; }
    .step-0 .wrapper .for-4 p {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .step-0 .wrapper .for-5 {
    width: 170px;
    height: 170px; }
    .step-0 .wrapper .for-5 .ico span {
      background: url(../img/step-0/ico-3.svg) no-repeat center; }
    .step-0 .wrapper .for-5 img {
      width: 10570; }
    .step-0 .wrapper .for-5 p {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .step-0 .top-block {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: white;
    -webkit-transition: -webkit-transform 1s 0s ease;
    transition: transform 1s 0s ease; }
  .step-0.hide-top-block .top-block {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateY(-100%); }
  @media only screen {
    .step-0 {
      font-size: 16px; } }
  @media only screen and (min-width:481px) {
    .step-0 {
      font-size: 10px; }
      .step-0 .wrapper .home-text .text-1 {
        height: 1.19802em; }
        .step-0 .wrapper .home-text .text-1 span span {
          height: 1.19802em; }
      .step-0 .wrapper .home-text .text-wrapper {
        margin: 32px auto 0; }
        .step-0 .wrapper .home-text .text-wrapper:after {
          top: -8px;
          right: -24px;
          width: 140px;
          height: 140px;
          background: url(../img/fish.svg) no-repeat center; }
        .step-0 .wrapper .home-text .text-wrapper.active {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
  @media only screen and (min-width:641px) {
    .step-0 {
      font-size: 16px; }
      .step-0 > div {
        padding: 80px 0 120px 0; }
      .step-0 .wrapper {
        text-align: center; }
        .step-0 .wrapper .for {
          display: inline-block;
          width: 120px;
          height: 120px;
          margin: 80px 32px 0; }
          .step-0 .wrapper .for p {
            font-size: 16px; } }
  @media only screen and (min-width:961px) {
    .step-0 {
      font-size: 12px; }
      .step-0 > div {
        padding: 180px 0 140px; }
      .step-0 .wrapper .for {
        display: block;
        position: absolute;
        margin: 0; }
        .step-0 .wrapper .for p {
          margin-top: 0;
          font-size: 18px; }
      .step-0 .wrapper .for-1 {
        width: 128px;
        height: 128px;
        top: 95px;
        left: 20px; }
        .step-0 .wrapper .for-1 .ico span {
          width: 128px;
          height: 128px; }
        .step-0 .wrapper .for-1 p {
          top: 138px; }
      .step-0 .wrapper .for-2 {
        width: 108px;
        height: 108px;
        top: -10px;
        left: 260px; }
        .step-0 .wrapper .for-2 .ico span {
          width: 108px;
          height: 108px; }
        .step-0 .wrapper .for-2 p {
          top: -32px; }
      .step-0 .wrapper .for-3 {
        width: 128px;
        height: 128px;
        top: 20px;
        left: 650px; }
        .step-0 .wrapper .for-3 .ico span {
          width: 128px;
          height: 128px; }
        .step-0 .wrapper .for-3 p {
          top: -32px; }
      .step-0 .wrapper .for-4 {
        width: 108px;
        height: 108px;
        top: 310px;
        left: 715px; }
        .step-0 .wrapper .for-4 .ico span {
          width: 108px;
          height: 108px; }
        .step-0 .wrapper .for-4 p {
          top: 116px; }
      .step-0 .wrapper .for-5 {
        width: 151px;
        height: 151px;
        top: 355px;
        left: 245px; }
        .step-0 .wrapper .for-5 .ico span {
          width: 151px;
          height: 151px; }
        .step-0 .wrapper .for-5 p {
          top: 158px; }
      .step-0 .wrapper > div > div > div {
        height: 40em; }
        .step-0 .wrapper > div > div > div .home-text {
          position: absolute;
          width: 100%;
          top: 11.25em;
          left: 0; } }
  @media only screen and (min-width:1201px) {
    .step-0 {
      font-size: 16px; }
      .step-0 > div {
        padding: 64px 0 0 0; }
      .step-0 .top-block {
        display: block; }
      .step-0 .slider-wrapper {
        display: block;
        position: absolute;
        width: 100%;
        height: -webkit-calc(100% - 64px);
        height: calc(100% - 64px);
        -webkit-transform: translateX(-48%);
        -ms-transform: translateX(-48%);
        transform: translateX(-48%);
        z-index: 1;
        opacity: 0;
        -webkit-transition: -webkit-transform 1s ease-out, opacity 0.3s ease-out;
        transition: transform 1s ease-out, opacity 0.3s ease-out; }
        .step-0 .slider-wrapper.active {
          opacity: 1;
          -webkit-transform: translateX(-38%);
          -ms-transform: translateX(-38%);
          transform: translateX(-38%); }
          .step-0 .slider-wrapper.active .bubbles {
            opacity: 1; }
        .step-0 .slider-wrapper .particle {
          position: absolute;
          left: 50%;
          visibility: hidden;
          border-radius: 50%;
          display: block;
          border: 4px solid white;
          z-index: 1; }
        .step-0 .slider-wrapper .slider-item {
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 100%;
          opacity: 0;
          z-index: -1; }
          .step-0 .slider-wrapper .slider-item.active {
            opacity: 1; }
          .step-0 .slider-wrapper .slider-item.visible {
            opacity: 1; }
      .step-0 .wrapper {
        margin: 0 0 0 170px;
        z-index: 10; }
        .step-0 .wrapper .home-text #svgContainer {
          display: block; }
        .step-0 .wrapper .home-text p span {
          height: 0; }
        .step-0 .wrapper .home-text p {
          max-width: 420px;
          margin: 0 auto; }
        .step-0 .wrapper .home-text .text-wrapper:after {
          display: none; }
        .step-0 .wrapper .home-text .text-wrapper:before {
          content: '';
          position: absolute;
          top: 16px;
          right: 64px;
          width: 47px;
          height: 58px;
          background: url(../img/bables.svg) no-repeat; }
        .step-0 .wrapper .for {
          border: none;
          border-radius: inherit; }
          .step-0 .wrapper .for .ico {
            height: 0; }
          .step-0 .wrapper .for .image img {
            display: block; }
          .step-0 .wrapper .for p {
            opacity: 0; }
        .step-0 .wrapper .for-1 {
          top: 174px;
          left: 124px; }
          .step-0 .wrapper .for-1 p {
            -webkit-transform: translate(-50%, 10px);
            -ms-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
        .step-0 .wrapper .for-2 {
          top: 10px;
          left: 392px; }
          .step-0 .wrapper .for-2 p {
            -webkit-transform: translate(-50%, -10px);
            -ms-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px); }
        .step-0 .wrapper .for-3 {
          top: 32px;
          left: 780px; }
          .step-0 .wrapper .for-3 p {
            -webkit-transform: translate(-50%, -10px);
            -ms-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px); }
        .step-0 .wrapper .for-4 {
          top: 383px;
          left: 810px; }
          .step-0 .wrapper .for-4 p {
            -webkit-transform: translate(-50%, 10px);
            -ms-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
        .step-0 .wrapper .for-5 {
          top: 486px;
          left: 400px; }
          .step-0 .wrapper .for-5 p {
            -webkit-transform: translate(-50%, 10px);
            -ms-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); } }
  @media only screen and (min-width:1201px) and (max-height: 860px) {
    .step-0 {
      font-size: 12px; }
      .step-0 .wrapper > div > div > div {
        height: 500px; }
      .step-0 .wrapper .for-5 {
        top: 370px; } }

.step-1 {
  color: white; }
  .step-1 > div {
    padding: 60px 0 90px;
    background: #830036;
    height: 100%; }
    .step-1 > div > div {
      height: 100%; }
      .step-1 > div > div > div {
        height: 100%; }
  .step-1 .wrapper {
    text-align: center; }
    .step-1 .wrapper > div {
      display: table;
      width: 100%;
      height: 100%; }
      .step-1 .wrapper > div > div {
        display: table-cell;
        vertical-align: middle; }
    .step-1 .wrapper .text {
      position: relative;
      max-width: 930px;
      margin: auto;
      font-size: 17px;
      font-weight: 300;
      line-height: 28px;
      font-family: Roboto, Arial, sans-serif; }
    .step-1 .wrapper .slide-text {
      z-index: 1;
      position: relative;
      max-width: 600px;
      width: 100%;
      height: 100px;
      margin: 80px auto 0;
      text-align: center;
      font-style: italic; }
      .step-1 .wrapper .slide-text > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: table; }
        .step-1 .wrapper .slide-text > div > div {
          display: table-cell;
          vertical-align: middle;
          font-size: 18px;
          line-height: 140%; }
      .step-1 .wrapper .slide-text > div {
        opacity: 0; }
        .step-1 .wrapper .slide-text > div.visible {
          -webkit-animation: animationFrames ease 5s;
          animation: animationFrames ease 5s;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
    .step-1 .wrapper .methods {
      display: none;
      margin: 50px 0 0 0; }
      .step-1 .wrapper .methods .method {
        position: relative;
        margin: 40px auto;
        border: 2px solid white;
        border-radius: 100%;
        margin: 40px auto 100px; }
        .step-1 .wrapper .methods .method .ico {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          overflow: hidden;
          height: 100%;
          -webkit-transition: height 2s 1.5s ease;
          transition: height 2s 1.5s ease; }
          .step-1 .wrapper .methods .method .ico span {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .step-1 .wrapper .methods .method .image {
          pointer-events: none;
          display: none;
          width: 100%;
          height: 2000px;
          position: absolute;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .step-1 .wrapper .methods .method .image img {
            max-width: none;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 10570px; }
        .step-1 .wrapper .methods .method p {
          margin: 0;
          position: absolute;
          top: 100%;
          margin-top: 16px;
          left: 50%;
          width: 200px;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          -webkit-transition: -webkit-transform 0.6s 2s, opacity 0.6s 2s;
          transition: transform 0.6s 2s, opacity 0.6s 2s;
          font-size: 18px;
          font-weight: 400;
          line-height: 140%;
          text-transform: uppercase;
          text-align: center; }
        .step-1 .wrapper .methods .method.ico-visible p {
          opacity: 1; }
        .step-1 .wrapper .methods .method.ico-visible .ico {
          height: 100%; }
      .step-1 .wrapper .methods .method-1 {
        width: 170px;
        height: 170px; }
        .step-1 .wrapper .methods .method-1 .ico span {
          background: url(../img/step-1/ico-1.svg) no-repeat center; }
      .step-1 .wrapper .methods .method-2 {
        width: 230px;
        height: 230px; }
        .step-1 .wrapper .methods .method-2 .ico span {
          background: url(../img/step-1/ico-2.svg) no-repeat center; }
      .step-1 .wrapper .methods .method-3 {
        width: 160px;
        height: 160px; }
        .step-1 .wrapper .methods .method-3 .ico span {
          background: url(../img/step-1/ico-3.svg) no-repeat center; }
      .step-1 .wrapper .methods .method-4 {
        width: 220px;
        height: 220px; }
        .step-1 .wrapper .methods .method-4 .ico span {
          background: url(../img/step-1/ico-4.svg) no-repeat;
          background-position: 68px 72px; }
      .step-1 .wrapper .methods .method-5 {
        width: 180px;
        height: 180px; }
        .step-1 .wrapper .methods .method-5 .ico span {
          background: url(../img/step-1/ico-5.svg) no-repeat center; }
  @media only screen and (min-width:641px) {
    .step-1 .wrapper {
      text-align: center; }
      .step-1 .wrapper .methods {
        display: block;
        margin: 0 0 42px 0; }
        .step-1 .wrapper .methods .method {
          display: inline-block;
          width: 120px;
          height: 120px;
          margin: 80px 32px 0; }
          .step-1 .wrapper .methods .method p {
            font-size: 16px; }
        .step-1 .wrapper .methods .method-4 .ico span {
          background-position: 20px 18px; } }
  @media only screen and (min-width:961px) {
    .step-1 > div {
      padding: 80px 0 150px; }
    .step-1 .wrapper .methods {
      display: block;
      margin: 80px 0 0 0; }
      .step-1 .wrapper .methods .method {
        display: inline-block;
        width: 151px;
        height: 151px;
        margin: 0 12px; }
      .step-1 .wrapper .methods .method-4 .ico span {
        background-position: 34px 33px; } }
  @media only screen and (min-width:1201px) {
    .step-1 > div {
      padding: 64px 0 0 0; }
    .step-1 .wrapper .methods {
      margin: 80px 0 0 0; }
      .step-1 .wrapper .methods .method {
        border-radius: 0;
        border: none;
        margin: 0 32px; }
        .step-1 .wrapper .methods .method .ico {
          height: 0; }
          .step-1 .wrapper .methods .method .ico span {
            width: 151px;
            height: 151px; }
        .step-1 .wrapper .methods .method .image {
          display: block; }
        .step-1 .wrapper .methods .method p {
          margin-top: 0;
          opacity: 0;
          -webkit-transform: translate(-50%, 20px);
          -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px); } }
  @media only screen and (min-width:1201px) and (max-height: 860px) {
    .step-1 .wrapper .text {
      line-height: 22px; }
    .step-1 .wrapper .slide-text {
      margin: 0 auto; }
    .step-1 .wrapper .methods {
      margin: 20px 0 0 0; }
      .step-1 .wrapper .methods .method p {
        margin-top: 0; } }

@keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }

  20% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

  80% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); } }

@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px); }

  20% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); }

  80% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px); } }

@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(50px, 0px); }

  20% {
    opacity: 1;
    -ms-transform: translate(0px, 0px); }

  80% {
    opacity: 1;
    -ms-transform: translate(0px, 0px); }

  100% {
    opacity: 0;
    -ms-transform: translate(-50px, 0px); } }

.step-2 {
  color: #a0a3af;
  background-color: #13182a; }
  .step-2 > div {
    padding: 60px 0 90px;
    height: 100%;
    position: relative; }
    @media only screen and (min-width:961px) {
      .step-2 > div {
        -webkit-transform: translateZ(0);
        background: url(../img/bg/bg-1.jpg) no-repeat center center;
        background-size: cover; } }
    .step-2 > div > div {
      height: 100%;
      position: relative;
      z-index: 3; }
      .step-2 > div > div > div {
        height: 100%; }
  .step-2 .wrapper {
    text-align: center; }
    .step-2 .wrapper h2 {
      font-size: 48px;
      line-height: 48px;
      color: #ccced5; }
    .step-2 .wrapper > div {
      display: table;
      width: 100%;
      height: 100%; }
      .step-2 .wrapper > div > div {
        display: table-cell;
        vertical-align: middle; }
    .step-2 .wrapper h2 {
      color: #ccced5; }
    .step-2 .wrapper .text {
      position: relative;
      max-width: 930px;
      margin: auto;
      font-size: 17px;
      font-weight: 300;
      line-height: 28px;
      font-family: Roboto, Arial, sans-serif; }
    .step-2 .wrapper .slide-text {
      z-index: 1;
      position: relative;
      max-width: 600px;
      width: 100%;
      height: 100px;
      margin: 80px auto 0;
      text-align: center;
      font-style: italic; }
      .step-2 .wrapper .slide-text > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: table; }
        .step-2 .wrapper .slide-text > div > div {
          display: table-cell;
          vertical-align: middle;
          font-size: 18px;
          line-height: 140%; }
      .step-2 .wrapper .slide-text > div {
        opacity: 0; }
        .step-2 .wrapper .slide-text > div.visible {
          -webkit-animation: animationFrames ease 5s;
          animation: animationFrames ease 5s;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
    .step-2 .wrapper .methods {
      margin: 0; }
      .step-2 .wrapper .methods .method {
        position: relative;
        margin: 0 auto 50px;
        padding: 0 0 0 66px; }
        .step-2 .wrapper .methods .method .ico-wrapper {
          position: absolute;
          top: 0;
          left: 0;
          height: 50px;
          width: 50px;
          margin: 0 auto;
          z-index: 2; }
        .step-2 .wrapper .methods .method .ico {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          overflow: hidden;
          height: 100%;
          -webkit-transition: height 1.7s 0.4s;
          transition: height 1.7s 0.4s; }
          .step-2 .wrapper .methods .method .ico span {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center !important;
            background-size: contain !important; }
        .step-2 .wrapper .methods .method .image {
          pointer-events: none;
          display: none;
          width: 100%;
          height: 2000px;
          position: absolute;
          bottom: 8px;
          left: 0;
          overflow: hidden; }
          .step-2 .wrapper .methods .method .image img {
            max-width: none;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 6322px; }
        .step-2 .wrapper .methods .method p {
          margin: 0;
          position: static;
          display: block;
          top: 122px;
          width: 250px;
          margin-top: 16px;
          padding-bottom: 8px;
          padding-top: 0 !important;
          -webkit-transition: -webkit-transform 0.6s 2s, opacity 0.6s 2s;
          transition: transform 0.6s 2s, opacity 0.6s 2s;
          color: white;
          text-align: left;
          font-size: 18px;
          font-weight: 400;
          line-height: 140%;
          text-transform: uppercase; }
          @media only screen and (min-width:961px) {
            .step-2 .wrapper .methods .method p {
              position: absolute;
              left: 50%;
              -webkit-transform: translate3d(-50%, 0px, 0px);
              -ms-transform: translate3d(-50%, 0px, 0px);
              transform: translate3d(-50%, 0px, 0px); } }
        .step-2 .wrapper .methods .method .description {
          display: block;
          top: 160px;
          position: static;
          width: 240px;
          font-size: 14px;
          margin: 0;
          line-height: 24px;
          color: inherit;
          -webkit-transition: -webkit-transform 0.6s 2s, opacity 0.6s 2s;
          transition: transform 0.6s 2s, opacity 0.6s 2s;
          text-align: left; }
          @media only screen and (min-width:961px) {
            .step-2 .wrapper .methods .method .description {
              position: absolute;
              left: 50%;
              -webkit-transform: translate3d(-50%, 0px, 0px);
              -ms-transform: translate3d(-50%, 0px, 0px);
              transform: translate3d(-50%, 0px, 0px); } }
        .step-2 .wrapper .methods .method.ico-visible p, .step-2 .wrapper .methods .method.ico-visible .description {
          opacity: 1; }
        .step-2 .wrapper .methods .method.ico-visible .ico {
          height: 100%; }
      .step-2 .wrapper .methods .method-1 {
        top: 0; }
        .step-2 .wrapper .methods .method-1 .ico span {
          background: url(../img/business/iconbusiness5.svg) no-repeat; }
      .step-2 .wrapper .methods .method-2 .ico span {
        background: url(../img/business/iconbusiness4.svg) no-repeat; }
      .step-2 .wrapper .methods .method-3 .ico span {
        background: url(../img/business/iconbusiness3.svg) no-repeat; }
      .step-2 .wrapper .methods .method-4 .ico span {
        background: url(../img/business/iconbusiness2.svg) no-repeat; }
      .step-2 .wrapper .methods .method-5 .ico span {
        background: url(../img/business/iconbusiness1.svg) no-repeat; }
      @media only screen and (min-width:961px) {
        .step-2 .wrapper .methods .ico-wrapper {
          width: 151px !important;
          height: 100px !important; }
        .step-2 .wrapper .methods .ico span {
          height: 100px !important; } }
  .step-2 .list-message {
    *zoom: 1;
    text-align: center;
    width: 100%; }
    .step-2 .list-message:before, .step-2 .list-message:after {
      content: " ";
      display: table; }
    .step-2 .list-message:after {
      clear: both; }
    @media only screen and (min-width:1201px) {
      .step-2 .list-message {
        position: absolute;
        top: 170px; } }
    .step-2 .list-message .message-wrapper {
      width: 100%;
      max-width: 1170px;
      margin: 0 auto;
      text-align: center; }
    .step-2 .list-message .message-item {
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 0;
      margin-bottom: 20px; }
    .step-2 .list-message .message-title {
      background: url(../img/list.png) no-repeat center left;
      min-height: 42px;
      padding: 10px 0 0 64px;
      font-size: 16px;
      line-height: 22px;
      color: #a0a3af;
      text-align: left; }
    @media only screen and (min-width:481px) {
      .step-2 .list-message .message-item {
        display: inline-block;
        width: auto;
        text-align: left; }
      .step-2 .list-message .message-title {
        background-position: center left;
        padding: 10px 0 0 56px; } }
  .step-2 .logos-company {
    padding-top: 50px;
    width: 100%;
    display: none; }
    .step-2 .logos-company ul {
      display: block;
      padding: 0;
      width: 100%;
      text-align: center; }
    .step-2 .logos-company .item {
      display: inline-block;
      padding: 2% 4% 1%; }
      .step-2 .logos-company .item img {
        max-height: 30px; }
    @media only screen and (min-width:961px) {
      .step-2 .logos-company {
        margin: 280px 0 0 0; } }
    @media only screen and (min-width:1201px) {
      .step-2 .logos-company {
        padding-top: 0;
        position: absolute;
        bottom: 30px;
        margin-top: 0; } }
  @media only screen and (min-width:641px) {
    .step-2 .wrapper .methods {
      font-size: 0; }
      .step-2 .wrapper .methods .method {
        display: inline-block;
        width: 33.33333%;
        padding: 0;
        vertical-align: top;
        font-size: 14px; }
        .step-2 .wrapper .methods .method .ico-wrapper {
          position: relative;
          height: 100px;
          width: 151px; }
        .step-2 .wrapper .methods .method p {
          width: 180px;
          margin: 16px auto 0;
          text-align: center; }
        .step-2 .wrapper .methods .method .description {
          width: 180px;
          margin: 16px auto 0;
          text-align: center; } }
  @media only screen and (min-width:961px) {
    .step-2 > div {
      padding: 80px 0 50px; }
    .step-2 .wrapper .methods {
      margin: 80px 0 0 0;
      *zoom: 1; }
      .step-2 .wrapper .methods:before, .step-2 .wrapper .methods:after {
        content: " ";
        display: table; }
      .step-2 .wrapper .methods:after {
        clear: both; }
      .step-2 .wrapper .methods .method {
        display: block;
        float: left;
        width: 151px;
        margin: 0 12px; }
        .step-2 .wrapper .methods .method.method-1 {
          margin-top: 0; }
        .step-2 .wrapper .methods .method.method-2 {
          margin-top: 10vh; }
        .step-2 .wrapper .methods .method.method-4 {
          margin-top: 10vh; }
        .step-2 .wrapper .methods .method p {
          top: 108px; }
        .step-2 .wrapper .methods .method .description {
          width: 160px; }
    .step-2 .logos-company {
      margin: 160px 0 0 0;
      display: block; } }
  @media only screen and (min-width:1201px) {
    .step-2 > div {
      padding: 64px 0 0 0; }
    .step-2 .wrapper .methods {
      margin: 0; }
      .step-2 .wrapper .methods .method {
        margin: 0 32px; }
        .step-2 .wrapper .methods .method .ico {
          height: 0; }
          .step-2 .wrapper .methods .method .ico span {
            width: 151px; }
        .step-2 .wrapper .methods .method .ico-wrapper {
          border-radius: 0;
          border: none; }
        .step-2 .wrapper .methods .method .image {
          display: block; }
        .step-2 .wrapper .methods .method p {
          top: 122px;
          margin-top: 0;
          opacity: 0; }
        .step-2 .wrapper .methods .method .description {
          opacity: 0;
          width: 210px; }
    .step-2 .logos-company {
      margin: 160px 0 0 0; } }
  @media only screen and (min-width:1201px) and (max-height: 860px) {
    .step-2 .wrapper h2 {
      top: 12px;
      padding-bottom: 0;
      position: absolute; }
    .step-2 .wrapper .text {
      line-height: 22px; }
    .step-2 .wrapper .slide-text {
      margin: 0 auto; }
    .step-2 .wrapper .methods {
      margin: 0;
      padding-bottom: 20px; }
      .step-2 .wrapper .methods .method p {
        margin-top: 0; }
      .step-2 .wrapper .methods .method .description {
        line-height: 20px; }
    .step-2 .wrapper .methods .method p {
      padding-bottom: 3px;
      padding-top: 6px; }
    .step-2 .list-message .message-item {
      margin-bottom: 0; }
    .step-2 .logos-company {
      bottom: 0; }
    .step-2 .list-message {
      top: 120px;
      padding-bottom: 0; } }

@keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }

  20% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

  80% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); } }

@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px); }

  20% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); }

  80% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px); } }

@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(50px, 0px); }

  20% {
    opacity: 1;
    -ms-transform: translate(0px, 0px); }

  80% {
    opacity: 1;
    -ms-transform: translate(0px, 0px); }

  100% {
    opacity: 0;
    -ms-transform: translate(-50px, 0px); } }

.step-3 {
  color: white; }
  .step-3 > div {
    padding: 60px 0 90px;
    background: #d05207;
    height: 100%; }
    .step-3 > div > div {
      height: 100%; }
      .step-3 > div > div > div {
        height: 100%; }
  .step-3 .wrapper {
    text-align: center; }
    .step-3 .wrapper .my-table {
      display: table;
      width: 100%;
      height: 100%; }
      .step-3 .wrapper .my-table > div {
        display: table-cell;
        vertical-align: middle; }
    .step-3 .wrapper .date-wrapper {
      position: static;
      top: 170px;
      left: 0;
      width: 100%;
      text-align: center; }
      .step-3 .wrapper .date-wrapper div {
        display: block;
        padding: 44px 0 24px 0;
        margin: 0 16px;
        background-position: top center !important; }
        .step-3 .wrapper .date-wrapper div a {
          color: white; }
      .step-3 .wrapper .date-wrapper .date {
        background: url(../img/step-3-ico-1.png) no-repeat; }
      .step-3 .wrapper .date-wrapper .time {
        background: url(../img/step-3-ico-2.png) no-repeat; }
      .step-3 .wrapper .date-wrapper .location {
        background: url(../img/step-3-ico-3.png) no-repeat; }
    .step-3 .wrapper .speeking-methods {
      display: none;
      margin: 50px 0 0 0; }
      .step-3 .wrapper .speeking-methods .speeking-method {
        position: relative;
        margin: 40px auto;
        border: 2px solid white;
        border-radius: 100%;
        margin: 40px auto 100px; }
        .step-3 .wrapper .speeking-methods .speeking-method .ico {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          overflow: hidden;
          height: 100%;
          -webkit-transition: height 2s 1.5s ease;
          transition: height 2s 1.5s ease; }
          .step-3 .wrapper .speeking-methods .speeking-method .ico span {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .step-3 .wrapper .speeking-methods .speeking-method .image {
          pointer-events: none;
          display: none;
          width: 100%;
          height: 2000px;
          position: absolute;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .step-3 .wrapper .speeking-methods .speeking-method .image img {
            max-width: none;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 10570px; }
        .step-3 .wrapper .speeking-methods .speeking-method p {
          margin: 0;
          position: absolute;
          top: 100%;
          margin-top: 16px;
          left: 50%;
          width: 210px;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          -webkit-transition: -webkit-transform 0.6s 2s, opacity 0.6s 2s;
          transition: transform 0.6s 2s, opacity 0.6s 2s;
          font-size: 18px;
          font-weight: 400;
          line-height: 140%;
          text-transform: uppercase;
          text-align: center; }
        .step-3 .wrapper .speeking-methods .speeking-method.ico-visible p {
          opacity: 1; }
        .step-3 .wrapper .speeking-methods .speeking-method.ico-visible .ico {
          height: 100%; }
      .step-3 .wrapper .speeking-methods .speeking-method-1 {
        width: 170px;
        height: 170px; }
        .step-3 .wrapper .speeking-methods .speeking-method-1 .ico span {
          background: url(../img/step-1/ico-1.svg) no-repeat center; }
      .step-3 .wrapper .speeking-methods .speeking-method-2 {
        width: 230px;
        height: 230px; }
        .step-3 .wrapper .speeking-methods .speeking-method-2 .ico span {
          background: url(../img/step-1/ico-2.svg) no-repeat center; }
      .step-3 .wrapper .speeking-methods .speeking-method-3 {
        width: 160px;
        height: 160px; }
        .step-3 .wrapper .speeking-methods .speeking-method-3 .ico span {
          background: url(../img/step-1/ico-3.svg) no-repeat center; }
      .step-3 .wrapper .speeking-methods .speeking-method-4 {
        width: 220px;
        height: 220px; }
        .step-3 .wrapper .speeking-methods .speeking-method-4 .ico span {
          background: url(../img/step-1/ico-4.svg) no-repeat;
          background-position: 68px 72px; }
      .step-3 .wrapper .speeking-methods .speeking-method-5 {
        width: 180px;
        height: 180px; }
        .step-3 .wrapper .speeking-methods .speeking-method-5 .ico span {
          background: url(../img/step-1/ico-5.svg) no-repeat center; }
    .step-3 .wrapper .social {
      position: static;
      bottom: 25px;
      width: 100%;
      left: 0;
      margin: 32px 0 0 0; }
      .step-3 .wrapper .social span {
        display: none; }
      .step-3 .wrapper .social a {
        margin: 16px 4px 0 0;
        display: inline-block;
        width: 34px;
        height: 34px; }
      .step-3 .wrapper .social .face {
        background: url(../img/social/face.svg) no-repeat center / 100% auto; }
      .step-3 .wrapper .social .insta {
        background: url(../img/social/insta.svg) no-repeat center / 100% auto; }
      .step-3 .wrapper .social .you {
        background: url(../img/social/you.svg) no-repeat center / 100% auto; }
  @media only screen and (min-width:641px) {
    .step-3 .wrapper .speeking-methods {
      display: block;
      margin: 0 0 42px; }
      .step-3 .wrapper .speeking-methods .speeking-method {
        display: inline-block;
        width: 120px;
        height: 120px;
        margin: 80px 32px 0; }
        .step-3 .wrapper .speeking-methods .speeking-method p {
          width: 180px; }
      .step-3 .wrapper .speeking-methods .speeking-method-4 .ico span {
        background-position: 20px 18px; }
    .step-3 .wrapper .date-wrapper div {
      display: inline-block;
      background-position: left !important;
      padding: 16px 12px 16px 42px; }
    .step-3 .wrapper .social {
      margin: 80px 0 0 0; } }
  @media only screen and (min-width:961px) {
    .step-3 > div {
      padding: 80px 0; }
    .step-3 .wrapper .date-wrapper div {
      padding: 12px 12px 12px 44px;
      display: inline-block;
      background-position: left center !important; }
    .step-3 .wrapper .speeking-methods {
      margin: 130px 0 0 0; }
      .step-3 .wrapper .speeking-methods .speeking-method {
        display: inline-block;
        width: 151px;
        height: 151px;
        margin: 0 12px; }
        .step-3 .wrapper .speeking-methods .speeking-method:nth-child(2n) {
          margin: 0 12px -140px; }
      .step-3 .wrapper .speeking-methods .speeking-method-4 .ico span {
        background-position: 34px 33px; }
    .step-3 .wrapper .social {
      margin: 280px 0 0 0; }
      .step-3 .wrapper .social span {
        display: block; } }
  @media only screen and (min-width:1201px) {
    .step-3 > div {
      padding: 64px 0 0 0; }
    .step-3 .wrapper .date-wrapper {
      position: absolute; }
    .step-3 .wrapper .speeking-methods {
      margin: -50px 0 0 0; }
      .step-3 .wrapper .speeking-methods .speeking-method {
        border-radius: 0;
        border: none;
        margin: 0 32px; }
        .step-3 .wrapper .speeking-methods .speeking-method:nth-child(2n) {
          margin: 0 32px -140px; }
        .step-3 .wrapper .speeking-methods .speeking-method .ico {
          height: 0; }
          .step-3 .wrapper .speeking-methods .speeking-method .ico span {
            width: 151px;
            height: 151px; }
        .step-3 .wrapper .speeking-methods .speeking-method .image {
          display: block; }
        .step-3 .wrapper .speeking-methods .speeking-method p {
          margin-top: 0;
          opacity: 0;
          -webkit-transform: translate(-50%, 20px);
          -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px); }
    .step-3 .wrapper .social {
      position: absolute;
      margin: 0; } }
  @media only screen and (min-width:1201px) and (max-height: 860px) {
    .step-3 .wrapper .date-wrapper {
      top: 120px; }
    .step-3 .wrapper .speeking-methods .speeking-method:nth-child(2n) {
      margin: 0 32px -60px; }
    .step-3 .wrapper .speeking-methods .speeking-method p {
      margin-top: 0; } }

.step-4 {
  color: white; }
  .step-4 > div {
    height: 100%;
    background: #414141; }
    .step-4 > div > div {
      padding: 80px 0;
      height: 100%; }
      .step-4 > div > div > .row {
        height: 100%; }
        .step-4 > div > div > .row > div {
          height: 100%; }
          .step-4 > div > div > .row > div > div {
            display: table;
            height: 100%;
            width: 100%; }
            .step-4 > div > div > .row > div > div > div {
              display: table-cell;
              vertical-align: middle; }
  .step-4 .top-name {
    margin: 0;
    text-align: center; }
    .step-4 .top-name .name {
      padding: 0 !important; }
    .step-4 .top-name .button-play {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      margin: -35px 0 0 -35px;
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 22px;
      background-position: 25px 21px; }
  .step-4 .bottom-name {
    display: none; }
  .step-4 .content {
    position: relative;
    z-index: 2; }
    .step-4 .content .item {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;
      -webkit-transition: -webkit-transform 0s, opacity 0s;
      transition: transform 0s, opacity 0s;
      padding: 8px 0;
      line-height: 24px; }
    .step-4 .content .name {
      padding: 0 0 12px 0;
      font-size: 32px;
      line-height: 100%; }
    .step-4 .content .office {
      color: #f0a21a;
      font-weight: 600; }
    .step-4 .content .quote {
      background: url(../img/quote-1.png) no-repeat;
      background-position: 0 0;
      line-height: 24px;
      font-weight: 400;
      font-style: italic; }
      .step-4 .content .quote .text {
        padding: 34px 0 0 0; }
    .step-4 .content .certificates img {
      width: 40px;
      height: 50px;
      border-radius: 16px;
      margin: 0 2px 6px;
      cursor: pointer; }
    .step-4 .content.button-none .button-play {
      display: none; }
    .step-4 .content .block-1 .item .title {
      float: left;
      width: 130px;
      color: #f0a21a;
      font-weight: 600; }
    .step-4 .content .block-1 .item .text {
      float: right;
      width: 100%;
      margin: 5px 0; }
    .step-4 .content .block-1 .hobby, .step-4 .content .block-1 .dreams {
      display: none; }
    .step-4 .content .block-1 .education .title, .step-4 .content .block-1 .certificates .title {
      float: none;
      display: inline-block;
      width: auto; }
    .step-4 .content .block-1 .education .text, .step-4 .content .block-1 .certificates .text {
      float: none;
      display: inline; }
    .step-4 .content .block-1 .certificates .title {
      display: none; }
    .step-4 .content .block-2 {
      margin: 10px 0 0 0;
      display: none; }
    .step-4 .content.active .item {
      -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
      transition: transform 0.6s, opacity 0.6s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .step-4 .content.move-top .item {
      -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
      transition: transform 0.6s, opacity 0.6s;
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 0; }
  .step-4 .control, .step-4 .mobile-control {
    display: none;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 0 50px 0;
    top: -webkit-calc(100% - 80px);
    top: calc(100% - 80px);
    width: 100%; }
    .step-4 .control div, .step-4 .mobile-control div {
      display: inline-block;
      position: relative;
      border: 1px solid white;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      cursor: pointer;
      margin: 0 12px; }
      .step-4 .control div:hover span, .step-4 .mobile-control div:hover span {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); }
      .step-4 .control div.active, .step-4 .mobile-control div.active {
        pointer-events: none;
        border: 2px solid #f0a21a; }
      .step-4 .control div span, .step-4 .mobile-control div span {
        display: none;
        pointer-events: none;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        opacity: 0;
        position: absolute;
        top: -40px;
        width: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(5px);
        -ms-transform: translateX(-50%) translateY(5px);
        transform: translateX(-50%) translateY(5px); }
  .step-4 .mobile-control {
    display: block;
    padding: 0 0 16px 0; }
  .step-4 .button-play {
    display: none;
    margin: -120px 0 30px 0;
    width: 90px;
    height: 90px;
    border-radius: 35px;
    border: 2px solid white;
    cursor: pointer;
    background: url(../img/video-play.svg) no-repeat;
    background-size: 22px auto;
    background-position: 35px 32px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.27, 1.14, 0.68, 1.34);
    transition: transform 0.3s cubic-bezier(0.27, 1.14, 0.68, 1.34); }
    .step-4 .button-play:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  @media only screen and (min-width:481px) {
    .step-4 .content .block-1 .hobby, .step-4 .content .block-1 .dreams {
      display: block; }
    .step-4 .content .block-1 .education .title, .step-4 .content .block-1 .certificates .title {
      float: left;
      display: block;
      width: 130px; }
    .step-4 .content .block-1 .education .text, .step-4 .content .block-1 .certificates .text {
      float: right;
      display: block; }
    .step-4 .content .block-2 {
      display: block; } }
  @media only screen and (min-width:641px) {
    .step-4 .top-name {
      display: block; } }
  @media only screen and (min-width:961px) {
    .step-4 .control {
      display: block;
      position: absolute; }
    .step-4 .mobile-control {
      display: none; }
    .step-4 .top-name {
      display: none; }
      .step-4 .top-name .button-play {
        display: none; }
    .step-4 .button-play {
      display: block;
      margin: -35px 0 30px 0; }
    .step-4 .bottom-name {
      display: block; }
    .step-4 .content {
      padding: 0 0 0 0; }
    .step-4 .block-1 .item .text {
      margin: 0 !important;
      width: -webkit-calc(100% - 130px) !important;
      width: calc(100% - 130px) !important; }
    .step-4 .block-2 {
      padding: 0 0 100px 0; }
    .step-4 .top-name {
      display: none; }
      .step-4 .top-name .name {
        display: none; }
      .step-4 .top-name .office {
        display: none; }
      .step-4 .top-name .mobile-photo {
        width: 90%;
        height: 200px;
        margin-bottom: 20px;
        position: relative; }
        .step-4 .top-name .mobile-photo .photo-mobile {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: inherit;
          background-size: cover;
          border-radius: 22px; }
          .step-4 .top-name .mobile-photo .photo-mobile.static {
            display: none;
            opacity: 0; } }
  @media only screen and (min-width:1201px) {
    .step-4 > div {
      padding: 64px 0 0 0; }
      .step-4 > div > div {
        padding: 0; }
    .step-4 .bg-image {
      display: block; }
    .step-4 .top-name {
      display: none; }
    .step-4 .content {
      padding: 50px 0 0 0;
      display: block; }
      .step-4 .content .quote {
        margin: 0;
        background-position: 76px 0px; }
        .step-4 .content .quote .text {
          padding: 0 0 0 130px; }
      .step-4 .content .block-2 {
        margin: 60px 0 0 0; }
    .step-4 .control {
      position: absolute; }
      .step-4 .control div span {
        display: block; } }
  @media only screen and (min-width:1201px) and (max-height: 860px) {
    .step-4 .content {
      padding: 80px 0 0 0; }
      .step-4 .content .block-2 {
        margin: 10px 0 0 0; }
      .step-4 .content .item {
        padding: 4px 0; }
    .step-4 .open-photo .big-img .wrap .img {
      bottom: 32px; } }
  @media only screen and (max-width: 960px) {
    .step-4 .control div {
      width: 16px;
      height: 16px; }
    .step-4 .top-name .mobile-photo {
      width: 100%;
      height: 250px;
      margin-bottom: 20px;
      position: relative; }
      .step-4 .top-name .mobile-photo .photo-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: inherit;
        background-size: cover;
        border-radius: 22px; }
        .step-4 .top-name .mobile-photo .photo-mobile.static {
          display: none;
          opacity: 0; } }

.step-5 {
  color: white; }
  .step-5 > div {
    background: #d91054; }
    .step-5 > div > div {
      padding: 80px 0 50px;
      height: 100%; }
      .step-5 > div > div > .row {
        height: 100%; }
        .step-5 > div > div > .row > div {
          height: 100%; }
          .step-5 > div > div > .row > div > div {
            display: table;
            height: 100%;
            width: 100%; }
            .step-5 > div > div > .row > div > div > div {
              display: table-cell;
              vertical-align: middle; }
    .step-5 > div .wrapper {
      position: relative;
      z-index: 2; }
    .step-5 > div .button-play, .step-5 > div .mobile-button {
      margin: 0 auto 30px;
      width: 70px;
      height: 70px;
      border-radius: 22px;
      border: 2px solid white;
      display: none;
      cursor: pointer;
      background: url(../img/video-play.svg) no-repeat;
      background-size: 22px auto;
      background-position: 25px 21px;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.27, 1.14, 0.68, 1.34);
      transition: transform 0.3s cubic-bezier(0.27, 1.14, 0.68, 1.34); }
      .step-5 > div .button-play:hover, .step-5 > div .mobile-button:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    .step-5 > div .mobile-button {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -35px 0 0 -35px;
      z-index: 1; }
    .step-5 > div .content {
      margin: 20px 0 0 0; }
      .step-5 > div .content .name {
        padding: 24px 0 16px;
        font-size: 32px;
        text-align: center; }
      .step-5 > div .content .mobile-photo {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
        position: relative; }
        .step-5 > div .content .mobile-photo .photo-mobile {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: inherit;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 22px; }
          .step-5 > div .content .mobile-photo .photo-mobile.static {
            display: none;
            opacity: 0; }
      .step-5 > div .content .office {
        text-align: center; }
      .step-5 > div .content > div {
        text-align: center; }
      .step-5 > div .content .quote {
        display: inline-block;
        margin: 20px 0 0 0;
        padding: 34px 0 0 0;
        background: url(../img/quote-2.png) no-repeat;
        line-height: 26px;
        font-style: italic; }
      .step-5 > div .content .item {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        -webkit-transition: -webkit-transform 0s, opacity 0s;
        transition: transform 0s, opacity 0s;
        line-height: 24px; }
      .step-5 > div .content.active .item {
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
      .step-5 > div .content.move-top .item {
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0; }
    .step-5 > div .bg-image .photo-people {
      background-position: center top !important;
      background-size: cover !important; }
      .step-5 > div .bg-image .photo-people:after {
        background: rgba(217, 16, 84, 0.6); }
    .step-5 > div .control, .step-5 > div .mobile-control {
      display: none;
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 0 0 50px 0;
      top: -webkit-calc(100% - 80px);
      top: calc(100% - 80px);
      width: 100%; }
      .step-5 > div .control div, .step-5 > div .mobile-control div {
        display: inline-block;
        position: relative;
        border: 1px solid white;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        cursor: pointer;
        margin: 0 12px; }
        .step-5 > div .control div:hover span, .step-5 > div .mobile-control div:hover span {
          opacity: 1;
          -webkit-transform: translateX(-50%) translateY(0);
          -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0); }
        .step-5 > div .control div.active, .step-5 > div .mobile-control div.active {
          pointer-events: none;
          border: 2px solid #f0a21a; }
        .step-5 > div .control div span, .step-5 > div .mobile-control div span {
          display: none;
          pointer-events: none;
          -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s;
          opacity: 0;
          position: absolute;
          top: -40px;
          width: 200px;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(5px);
          -ms-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px); }
    .step-5 > div .mobile-control {
      display: block;
      padding: 0 0 16px 0; }
    @media only screen and (min-width:481px) {
      .step-5 > div .content .quote {
        padding: 8px 0 0 55px; } }
    @media only screen and (min-width:961px) {
      .step-5 > div .control {
        position: absolute;
        display: block; }
      .step-5 > div .button-play {
        display: block;
        margin: 0 auto 30px;
        width: 140px;
        height: 140px;
        border-radius: 50px;
        background-size: auto;
        background-position: 51px 47px; }
      .step-5 > div .content .quote {
        padding: 8px 0 130px 55px; }
      .step-5 > div .content .mobile-photo {
        display: none; }
      .step-5 > div .mobile-control {
        display: none; } }
    @media only screen and (min-width:1201px) {
      .step-5 > div {
        padding: 64px 0 0 0; }
        .step-5 > div > div {
          padding: 0; }
        .step-5 > div .control {
          position: absolute; }
          .step-5 > div .control div span {
            display: block; }
        .step-5 > div .bg-image {
          display: block; } }
    @media only screen and (min-width:1201px) and (max-height: 860px) {
      .step-5 > div h2 {
        margin: 20px 0 0; }
      .step-5 > div .content {
        margin: 0; }
      .step-5 > div .button-play {
        margin: -10px auto 10px;
        width: 100px;
        height: 100px;
        border-radius: 30px;
        background-size: 26px auto;
        background-position: 38px 36px; } }
    @media only screen and (max-width: 960px) {
      .step-5 > div .control div {
        width: 16px;
        height: 16px; } }

.step-6 {
  background: #14c9b4;
  position: relative;
  z-index: 1;
  height: 480px;
  top: 0;
  color: white; }
  .step-6 > div {
    height: 100%; }
  .step-6 #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .step-6 .style-popup {
    display: none;
    background: url(../img/bg-popup.png) no-repeat center;
    width: 453px !important;
    height: 316px !important;
    -webkit-transform: translate(276px, 217px);
    -ms-transform: translate(276px, 217px);
    transform: translate(276px, 217px); }
    .step-6 .style-popup > div:nth-child(1) {
      display: none; }
    .step-6 .style-popup .gm-style-iw {
      width: 100% !important;
      height: 100%;
      top: 0 !important;
      left: 0 !important; }
      .step-6 .style-popup .gm-style-iw > div {
        overflow: hidden !important;
        width: 100%;
        height: 100%; }
        .step-6 .style-popup .gm-style-iw > div > div {
          width: 100%;
          height: 100%;
          overflow: hidden !important;
          display: table; }
          .step-6 .style-popup .gm-style-iw > div > div #content-map-popup {
            display: table-cell;
            vertical-align: middle;
            padding: 0 16px 0 106px;
            width: 100%;
            height: 100%; }
            .step-6 .style-popup .gm-style-iw > div > div #content-map-popup > div {
              padding: 0 0 0 40px;
              font-size: 18px;
              line-height: 50px; }
            .step-6 .style-popup .gm-style-iw > div > div #content-map-popup .address {
              background: url(../img/popup-ico-1.png) no-repeat left center; }
            .step-6 .style-popup .gm-style-iw > div > div #content-map-popup .mob-phone {
              background: url(../img/popup-ico-2.png) no-repeat left center; }
            .step-6 .style-popup .gm-style-iw > div > div #content-map-popup .home-phone {
              background: url(../img/popup-ico-3.png) no-repeat left center; }
            .step-6 .style-popup .gm-style-iw > div > div #content-map-popup .email {
              background: url(../img/popup-ico-4.png) no-repeat left center; }
      .step-6 .style-popup .gm-style-iw + div {
        width: 30px !important;
        height: 30px !important;
        margin: 30px 45px 0 0;
        opacity: 1 !important; }
        .step-6 .style-popup .gm-style-iw + div:after, .step-6 .style-popup .gm-style-iw + div:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: white;
          top: 0;
          left: 0; }
        .step-6 .style-popup .gm-style-iw + div:after {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin: 14px 0 0 0; }
        .step-6 .style-popup .gm-style-iw + div:before {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin: 14px 0 0 0; }
        .step-6 .style-popup .gm-style-iw + div img {
          display: none; }
    @media only screen and (min-width:1201px) {
      .step-6 .style-popup {
        display: block; } }
  .step-6 .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0 7px 0;
    width: 100%;
    background: rgba(19, 19, 19, 0.6); }
    .step-6 .footer .contacts {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #830036;
      padding: 16px 32px;
      line-height: 180%;
      text-align: center;
      font-size: 14px; }
    .step-6 .footer > .row {
      height: 38px; }
      .step-6 .footer > .row > div {
        height: 100%;
        display: table; }
        .step-6 .footer > .row > div > div {
          height: 100%;
          display: table-cell;
          vertical-align: middle; }
    .step-6 .footer .footer-social {
      text-align: center; }
      .step-6 .footer .footer-social a {
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 10px;
        -webkit-transition: background-color 0.4s linear;
        transition: background-color 0.4s linear; }
      .step-6 .footer .footer-social .face {
        background: rgba(255, 255, 255, 0.3) url(../img/social/face.png) no-repeat center; }
      .step-6 .footer .footer-social .vk {
        background: rgba(255, 255, 255, 0.3) url(../img/social/vk.png) no-repeat center; }
      .step-6 .footer .footer-social .google {
        background: rgba(255, 255, 255, 0.3) url(../img/social/google.png) no-repeat center; }
      .step-6 .footer .footer-social .you {
        background: rgba(255, 255, 255, 0.3) url(../img/social/you.png) no-repeat center; }
      .step-6 .footer .footer-social a:hover {
        background-color: rgba(131, 0, 54, 0.5); }
    .step-6 .footer .footer-copi {
      font-size: 14px;
      text-align: center;
      color: #cfcfcf; }
      .step-6 .footer .footer-copi a {
        text-decoration: none;
        color: #cfcfcf; }
    @media only screen and (min-width:961px) {
      .step-6 .footer {
        padding: 0; }
        .step-6 .footer > .row {
          height: 52px; }
        .step-6 .footer .footer-social {
          text-align: left; }
          .step-6 .footer .footer-social a {
            margin: 0 8px 0 0; }
        .step-6 .footer .footer-copi {
          text-align: right; } }
    @media only screen and (min-width:1201px) {
      .step-6 .footer .contacts {
        display: none; } }
  @media only screen { }
  @media only screen and (min-width:481px) { }
  @media only screen and (min-width:641px) { }
  @media only screen and (min-width:961px) { }
  @media only screen and (min-width:1201px) {
    .step-6 {
      height: 100vh; }
      .step-6 .footer .contacts {
        font-size: 16px; } }

.online-test {
  background: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: -webkit-transform 0.6s 0s ease, opacity 0.6s 0s, visibility 1s;
  transition: transform 0.6s 0s ease, opacity 0.6s 0s, visibility 1s;
  color: #414141; }
  .online-test.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; }
  .online-test h3 {
    margin: 32px 0 32px 0; }
  .online-test h4 {
    margin: 0; }
  .online-test > div {
    height: 100%; }
    .online-test > div > .row {
      height: 100%; }
      .online-test > div > .row .online-wrapper {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: -webkit-transform 0.6s 0s ease, opacity 0.6s 0s;
        transition: transform 0.6s 0s ease, opacity 0.6s 0s;
        text-align: left; }
        .online-test > div > .row .online-wrapper .form-wrapper {
          width: -webkit-calc(100% - 56px);
          width: calc(100% - 56px);
          position: relative;
          margin: 0 0 40px 0; }
          .online-test > div > .row .online-wrapper .form-wrapper form {
            width: 100%; }
            .online-test > div > .row .online-wrapper .form-wrapper form .registration {
              width: 100%;
              margin: 0 0 72px 0;
              font-size: 0; }
              .online-test > div > .row .online-wrapper .form-wrapper form .registration span {
                display: inline-block;
                margin: 12px 0;
                font-size: 16px;
                text-align: left; }
            .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter {
              margin: 0;
              padding: 0;
              list-style-type: none; }
              .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li {
                margin: 0 0 48px 0;
                padding: 24px 0 0 0;
                position: relative;
                counter-increment: step-counter;
                color: #818181; }
                .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li:before, .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li:after {
                  position: absolute;
                  top: 0; }
                .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li:before {
                  content: counter(step-counter);
                  left: 0;
                  color: #830036;
                  font-weight: 600; }
                .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li:after {
                  content: '/ 50';
                  left: 16px;
                  color: #e7e7e7; }
                .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li:nth-child(n+11):after {
                  left: 24px; }
                .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li.checked:before {
                  color: #eea12f; }
                .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li div {
                  display: inline-block;
                  margin: 20px 20px 0 0; }
                  .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li div label {
                    display: inline-block;
                    border-radius: 1em;
                    border: 1px solid #e7e7e7;
                    padding: 10px 24px;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s; }
                    .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li div label:hover {
                      cursor: pointer;
                      color: #830036; }
                  .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li div input[type="radio"]:checked + label {
                    background: #eea12f;
                    color: white; }
          .online-test > div > .row .online-wrapper .form-wrapper .response-wrapper {
            margin: 32px 0 0; }
      .online-test > div > .row .close-test {
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        top: 56px;
        right: 8px;
        z-index: 12;
        border: 1px solid #eea12f;
        border-radius: 16px;
        padding: 16px 32px; }
        .online-test > div > .row .close-test:hover {
          cursor: pointer; }
        .online-test > div > .row .close-test span:after, .online-test > div > .row .close-test span:before {
          content: '';
          position: absolute;
          width: 24px;
          height: 1px;
          background: #eea12f; }
        .online-test > div > .row .close-test span:before {
          top: 15px;
          left: 19px;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
        .online-test > div > .row .close-test span:after {
          top: 15px;
          left: 19px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .online-test input, .online-test textarea {
    outline: none;
    border: 1px solid #eea12f;
    border-radius: 1em;
    display: block;
    width: 100%; }
  .online-test input {
    padding: 12px 48px 12px 24px; }
    .online-test input::-webkit-input-placeholder {
      color: #e7e7e7; }
    .online-test input::-moz-placeholder {
      /* Firefox 19+ */
      color: #e7e7e7; }
    .online-test input:-ms-input-placeholder {
      color: #e7e7e7; }
    .online-test input[type=submit] {
      display: inline-block;
      background: #830036;
      border: none;
      width: auto;
      padding: 12px 38px 12px 38px;
      color: white;
      font-weight: 600; }
    .online-test input[type=radio] {
      display: none; }
  @media only screen and (min-width:641px) {
    .online-test > div > .row .online-wrapper .form-wrapper {
      width: 100%; } }
  @media only screen and (min-width:1201px) {
    .online-test > div > .row {
      height: -webkit-calc(100% - 100px);
      height: calc(100% - 100px);
      margin-top: 100px; }
      .online-test > div > .row .online-wrapper {
        margin: 0 0 0 94px; }
        .online-test > div > .row .online-wrapper .form-wrapper form .registration {
          margin: 0 0 72px -24px;
          width: -webkit-calc(100% + 100px);
          width: calc(100% + 100px); }
          .online-test > div > .row .online-wrapper .form-wrapper form .registration span {
            margin: 12px 24px; }
        .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li {
          padding: 0; }
          .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li:before {
            display: block;
            top: 6px;
            left: -72px; }
          .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li:after {
            display: block;
            top: 6px;
            left: -58px; }
          .online-test > div > .row .online-wrapper .form-wrapper form .custom-counter .questions li:nth-child(n+11):after {
            left: -48px; }
      .online-test > div > .row .close-test {
        right: 40px; } }








.step-8 > div, .step-9 > div, .step-10 > div {
	padding: 60px 0 90px;
	height: 100%;
}
.step-8 > div > div, .step-9 > div > div, .step-10 > div > div {
	height: 100%;
}
.step-8 > div > div > div, .step-9 > div > div > div, .step-10 > div > div > div {
	height: 100%;
}
.step-8 .wrapper > div, .step-9 .wrapper > div, .step-10 .wrapper > div {
	display: table;
	width: 100%;
	height: 100%;
}
.step-8 .wrapper > div > div, .step-9 .wrapper > div > div, .step-10 .wrapper > div > div {
	display: table-cell;
	vertical-align: middle;
}
.step-8 .wrapper h2 > span, .step-9 .wrapper h2 > span, .step-10 .wrapper h2 > span {
	display: block;
	max-width: 400px;
	margin: 10px auto 0;
		font-size: 13px;
		line-height: 140%;
}

/*----- items -----*/
.step-8 .items, .step-9 .items, .step-10 .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 460px;
	margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
	.step-8 .items, .step-9 .items, .step-10 .items {
		margin: 120px 0 0;
		max-width: none;
	}
}
.step-8 .items .item, .step-9 .items .item, .step-10 .items .item {
	position: relative;
	width: 100%;
	border-radius: 10px;
	margin: 10px 0;
	padding: 25px 25px 95px;
}
@media only screen and (min-width: 1024px) {
	.step-8 .items .item, .step-9 .items .item, .step-10 .items .item {
		width: calc(33.33334% - 30px);
		margin: 0 15px;
	}
}

/*----- top wrap -----*/
.step-8 .items .top-wrap, .step-9 .items .top-wrap, .step-10 .items .top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin: 0 0 20px;
	padding: 0 0 15px;
  min-height: 94px;
}
.step-8 .items .top-wrap .img-wrap, .step-9 .items .top-wrap .img-wrap, .step-10 .items .top-wrap .img-wrap {
	width: 60px;
}
.step-8 .items .top-wrap .img-wrap img, .step-9 .items .top-wrap .img-wrap img, .step-10 .items .top-wrap .img-wrap img {
  width: 100%;
}
.step-8 .items .top-wrap h3, .step-9 .items .top-wrap h3, .step-10 .items .top-wrap h3 {
	width: calc(100% - 60px);
	padding: 0 0 0 20px;
		font-size: 18px;
		color: #fff;
		line-height: 120%;
}

/*----- text wrap -----*/
.step-8 .items .text-wrap, .step-9 .items .text-wrap, .step-10 .items .text-wrap {
	margin: 15px 0 0;
   		font-size: 13px;
}
.step-8 .items .text-wrap .date, .step-9 .items .text-wrap .date, .step-10 .items .text-wrap .date {
  margin: 0 0 5px;
  opacity: .8;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.step-8 .items .text-wrap .duration, .step-9 .items .text-wrap .duration, .step-10 .items .text-wrap .duration {
	margin: 0 0 14px;
	opacity: .8;
		text-align: center;
		font-size: 12px;
		text-transform: uppercase;
}
.step-8 .items .text-wrap .list p, .step-9 .items .text-wrap .list p, .step-10 .items .text-wrap .list p {
	position: relative;
	padding: 0 0 0 20px;
	margin: 8px 0;
		line-height: 140%;
}
.step-8 .items .text-wrap .list p:after, .step-9 .items .text-wrap .list p:after, .step-10 .items .text-wrap .list p:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	opacity: .3;
}
.step-8 .items .text-wrap .list p.minus:after, .step-9 .items .text-wrap .list p.minus:after, .step-10 .items .text-wrap .list p.minus:after {
	width: 13px;
	height: 6px;
	background: #fff;
	border-radius: 3px;
}
.step-8 .items .text-wrap .list p.plus:after, .step-9 .items .text-wrap .list p.plus:after, .step-10 .items .text-wrap .list p.plus:after {
	width: 17px;
	height: 13px;
	border: 5px solid;
	border-color: transparent transparent #fff #fff;
	border-radius: 7px 7px 9px 3px;
	transform: rotate(-45deg);
	margin: -7px 0 0 -2px;
}

/*----- bottom wrap -----*/
.step-8 .items .bottom-wrap, .step-9 .items .bottom-wrap, .step-10 .items .bottom-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 25px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.step-8 .items .price, .step-9 .items .price, .step-10 .items .price {
	position: relative;
		font-size: 38px;
}
.step-8 .items .price span, .step-9 .items .price span, .step-10 .items .price span {
	margin: 0 0 0 4px;
		font-size: 18px;
}
.step-8 .items .price span.under, .step-9 .items .price span.under, .step-10 .items .price span.under {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
		white-space: nowrap;
		font-size: 12px;
}

.step-8 .items .button.bay, .step-9 .items .button.bay, .step-10 .items .button.bay {
	cursor: pointer;
	padding: 14px 30px 16px;
	display: inline-block;
	border-radius: 13px;
	background: rgba(255,255,255,.2);
		text-decoration: none;
		color: #fff;
}

/*----- item white -----*/
.step-8 .items .item.white, .step-9 .items .item.white, .step-10 .items .item.white {
	color: #141829;
}
.step-8 .items .item.white .top-wrap, .step-9 .items .item.white .top-wrap, .step-10 .items .item.white .top-wrap {
	border-bottom: 1px solid rgba(228,163,73,.2);
}
.step-8 .items .item.white .top-wrap h3, .step-9 .items .item.white .top-wrap h3, .step-10 .items .item.white .top-wrap h3 {
	color: #141829;
}
.step-8 .items .item.white .text-wrap .list p.minus:after, .step-9 .items .item.white .text-wrap .list p.minus:after, .step-10 .items .item.white .text-wrap .list p.minus:after {
	background: #E4A349;
}
.step-8 .items .item.white .text-wrap .list p.plus:after, .step-9 .items .item.white .text-wrap .list p.plus:after, .step-10 .items .item.white .text-wrap .list p.plus:after {
	border-color: transparent transparent #E4A349 #E4A349;
}
.step-8 .items .item.white .bottom-wrap, .step-9 .items .item.white .bottom-wrap, .step-10 .items .item.white .bottom-wrap {
	color: #E4A349;
}
.step-8 .items .item.white .button.bay, .step-9 .items .item.white .button.bay, .step-10 .items .item.white .button.bay {
	background: rgba(228,163,73,.2);
		color: #E4A349;
}
.step-8 .items .item.white .button.bay, .step-9 .items .item.white .button.bay, .step-10 .items .item.white .button.bay {
	color: #E4A349;
}

/*----- colors -----*/
.step-8 .items .item:nth-child(1) {
	background: #fff;
}
.step-8 .items .item:nth-child(2) {
	background: #781636;
}
@media only screen and (min-width: 1024px) {
	.step-8 .items .item:nth-child(2) {
		z-index: 3;
		margin: -10px -20px;
	}
}
.step-8 .items .item:nth-child(3) {
	background: #C25925;
}
.step-9 .items .item:nth-child(1) {
	background: #E4A349;
}
.step-9 .items .item:nth-child(2) {
	background: #C25925;
}
.step-10 .items .item:nth-child(1) {
	background: #C25925;
}
.step-10 .items .item:nth-child(2) {
	background: #E4A349;
}










.step-8 {
	background: #E4A349;
	position: relative;
	z-index: 1;
	top: 0;
	color: white;
}
.step-8 .items .item:nth-child(1) {
	background: #fff;
}
.step-8 .items .item:nth-child(2) {
	background: #781636;
}
.step-8 .items .item:nth-child(3) {
	background: #C25925;
}
.step-8 > div {
	height: 100%;
}
@media only screen and (min-width:1201px) {
	.step-8 {
		height: 100vh;
	}
}

.step-9 {
	background: #141829;
	position: relative;
	z-index: 1;
	top: 0;
	color: white;
}
.step-8 > div {
	height: 100%;
}
@media only screen and (min-width:1201px) {
	.step-8 {
		height: 100vh;
	}
}

.step-10 {
	background: #781636;
	position: relative;
	z-index: 1;
	top: 0;
	color: white;
}
.step-8 > div {
	height: 100%;
}
@media only screen and (min-width:1201px) {
	.step-8 {
		height: 100vh;
	}
}















.tabl {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  visibility: hidden;
  z-index: 20; }
  .tabl .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .tabl .cell .response-wrapper {
      display: inline-block;
      padding: 24px 40px;
      border-radius: 1em;
      background: white;
      z-index: 20;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.6s, visibility 0s 0s;
      transition: opacity 0.6s, visibility 0s 0s; }
      .tabl .cell .response-wrapper.active {
        opacity: 1;
        visibility: visible; }
      .tabl .cell .response-wrapper .response {
        text-align: center; }
        .tabl .cell .response-wrapper .response h4 {
          margin: 0 0 24px; }
        .tabl .cell .response-wrapper .response p {
          line-height: 140%;
          margin: 8px 0;
          color: #818181; }
        .tabl .cell .response-wrapper .response .level, .tabl .cell .response-wrapper .response .phones {
          font-weight: bold;
          color: #830036; }
        .tabl .cell .response-wrapper .response .phones {
          font-weight: normal; }
        .tabl .cell .response-wrapper .response .close-response {
          display: inline-block;
          padding: 12px 24px;
          margin: 24px 0 0 0;
          background: #830036;
          border-radius: 1em;
          text-decoration: none;
          color: white; }

/* ie8 */
body.ie-9:after, body.ie-10:after {
  display: none;
  background: red; }
body.ie-9 .header .logo .logo-main, body.ie-10 .header .logo .logo-main {
  display: none; }
body.ie-9 .header .logo .logo-mobile, body.ie-10 .header .logo .logo-mobile {
  display: block; }

body.ie-9 .step-0 .wrapper .for .ico {
  height: 100%; }
body.ie-9 .step-0 .wrapper .for p {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 1; }
body.ie-9 .step-0 .wrapper .home-text p > span {
  height: 100%; }
body.ie-9 .step-0 .wrapper .home-text p span {
  height: 100%; }
body.ie-9 .step-0 .wrapper .for {
  border: 2px solid white;
  border-radius: 100%; }
body.ie-9 .step-1 .wrapper .methods .method p {
  opacity: 1; }
body.ie-9 .step-1 .wrapper .methods .method .ico {
  height: 100%; }
body.ie-9 .step-1 .wrapper .methods .method {
  border: 2px solid white;
  border-radius: 100%; }
body.ie-9 .step-1 .wrapper .slide-text > div {
  opacity: 1; }
body.ie-9 .step-2 .wrapper .methods .method p {
  opacity: 1; }
body.ie-9 .step-2 .wrapper .methods .method .description {
  opacity: 1; }
body.ie-9 .step-2 .wrapper .methods .method .ico {
  height: 100%; }
body.ie-9 .step-2 .wrapper .methods .ico-wrapper {
  border: 2px solid white;
  border-radius: 100%; }
body.ie-9 .step-2 .wrapper .slide-text > div {
  opacity: 1; }
body.ie-9 .step-3 .wrapper .speeking-methods .speeking-method p {
  opacity: 1; }
body.ie-9 .step-3 .wrapper .speeking-methods .speeking-method {
  border: 2px solid white;
  border-radius: 100%; }
body.ie-9 .step-3 .wrapper .speeking-methods .speeking-method .ico {
  height: 100%; }

.ie-9 .my-body > .step > div:after, .ie-10 .my-body > .step > div:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-logo.png) no-repeat center;
  background-size: auto 85%;
  opacity: 0.08; }


#wpadminbar {
	display: none;
}

