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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.msg_field{
  resize: none;
  height: 150px;
  padding: 10px 0;
}

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helveticaneuecyr-bold.eot");
  src: url("../fonts/helveticaneuecyr-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-bold.woff2") format("woff2"), url("../fonts/helveticaneuecyr-bold.woff") format("woff"), url("../fonts/helveticaneuecyr-bold.ttf") format("truetype"), url("../fonts/helveticaneuecyr-bold.svg#helveticaneuecyrbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helveticaneuecyr-light.eot");
  src: url("../fonts/helveticaneuecyr-light.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-light.woff2") format("woff2"), url("../fonts/helveticaneuecyr-light.woff") format("woff"), url("../fonts/helveticaneuecyr-light.ttf") format("truetype"), url("../fonts/helveticaneuecyr-light.svg#helveticaneuecyrlight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helveticaneuecyr-medium.eot");
  src: url("../fonts/helveticaneuecyr-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-medium.woff2") format("woff2"), url("../fonts/helveticaneuecyr-medium.woff") format("woff"), url("../fonts/helveticaneuecyr-medium.ttf") format("truetype"), url("../fonts/helveticaneuecyr-medium.svg#helveticaneuecyrmedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helveticaneuecyr-roman.eot");
  src: url("../fonts/helveticaneuecyr-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-roman.woff2") format("woff2"), url("../fonts/helveticaneuecyr-roman.woff") format("woff"), url("../fonts/helveticaneuecyr-roman.ttf") format("truetype"), url("../fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'C';
  src: url("../fonts/C BookItalic.eot");
  src: url("../fonts/C BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/C BookItalic.woff2") format("woff2"), url("../fonts/C BookItalic.woff") format("woff"), url("../fonts/C BookItalic.ttf") format("truetype"), url("../fonts/C BookItalic.svg#C BookItalic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-0491; }

@font-face {
  font-family: 'o';
  src: url("../fonts/o Regular.eot");
  src: url("../fonts/o Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/o Regular.woff2") format("woff2"), url("../fonts/o Regular.woff") format("woff"), url("../fonts/o Regular.ttf") format("truetype"), url("../fonts/o Regular.svg#o Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-04D9; }

.optWrapper ul, .grid, #nav ul, .logos, .language, .down,
.pagination, #menu ul, .items ul, .fade, .bullets ul, .contacts, .list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis, .SumoSelect .SelectBox span {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box;
  height: 100% !important; }

.mobile html {
  background-color: #4c465b; }

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

* {
  max-height: 1000000px; }

body {
  color: #666;
  background: #5e5971;
  font: 14px/25px "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

svg * {
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0;
  display: block;
  color: inherit; }
  .section h1, .section .h1, .section
  h2, .section .h2, .section
  h3, .section .h3, .section
  h4, .section .h4, .section
  h5, .section .h5, .section
  h6, .section .h6, .section
  .h {
    color: white; }
  h1.line, .h1.line,
  h2.line, .h2.line,
  h3.line, .h3.line,
  h4.line, .h4.line,
  h5.line, .h5.line,
  h6.line, .h6.line,
  .h.line {
    position: relative; }
    h1.line:before, .h1.line:before,
    h2.line:before, .h2.line:before,
    h3.line:before, .h3.line:before,
    h4.line:before, .h4.line:before,
    h5.line:before, .h5.line:before,
    h6.line:before, .h6.line:before,
    .h.line:before {
      content: '';
      position: absolute;
      top: -13px;
      left: 0;
      height: 2px;
      background-color: #cc202e;
      width: 50%; }

.tablet h1.line:before, .tablet .h1.line:before, .tablet h2.line:before, .tablet .h2.line:before, .tablet h3.line:before, .tablet .h3.line:before, .tablet h4.line:before, .tablet .h4.line:before, .tablet h5.line:before, .tablet .h5.line:before, .tablet h6.line:before, .tablet .h6.line:before, .tablet .h.line:before {
  width: 25%; }

.tablet h1, .tablet .h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.025em;
  margin-top: -4px; }

h1, .h1 {
  font-size: 55px;
  line-height: 60px;
  color: white;
  letter-spacing: -0.025em;
  margin: -9px 0 33px; }

  @media screen and (max-height: 700px){
	.section.home h1{
		font-size: 40px;
		line-height: 45px;
	}
  }
  
h2, .h2 {
  font-size: 45px;
  line-height: 50px;
  color: #5e5971;
  letter-spacing: -0.025em;
  margin: -8px 0 33px; }
  h2.line:before, .h2.line:before {
    top: -14px; }

h3, .h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 21px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 25px; }

a {
  color: #39f;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.mobile h1, .mobile .h1 {
  margin: 0 0 41px; }

@media (max-width: 419px) {
  h1 br, .h1 br {
    display: none; } }

.mobile h2, .mobile .h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 25px; }

.mobile h2.line, .mobile .h2.line {
  padding-top: 15px; }

.mobile h2.line:before, .mobile .h2.line:before {
  top: 0; }

.mobile h2, .mobile .h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 25px; }

.mobile h2.line, .mobile .h2.line {
  padding-top: 15px; }

.mobile h2.line:before, .mobile .h2.line:before {
  top: 0; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

.input {
  display: block;
  min-height: 35px;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  margin-bottom: 45px; }
  .input.select-open {
    z-index: 50; }
  .input:after, .input:before {
    background-color: #5e5971;
    bottom: -2px;
    content: '';
    height: 2px;
    left: calc(50% - 5px);
    z-index: 20;
    position: absolute;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    width: 10px; }
  .input:before {
    background-color: #cc202e; }
  .input > label {
    position: absolute;
    font-size: 18px;
    line-height: 21px;
    top: 7px;
    left: 0;
    color: #999;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    cursor: text;
    pointer-events: none;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none; }
  .input.focus:after {
    left: 0;
    visibility: visible;
    width: 100%; }
  .input.focus > label {
    font-size: 11px;
    top: -12px; }
  .input.enter > label {
    font-size: 11px;
    top: -12px; }
  .input.error:before {
    left: 0;
    visibility: visible;
    width: 100%; }
  .input .error {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: #cc202e;
    font-size: 11px;
    line-height: 15px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: right; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
  padding: 2px 0 0;
  margin: 0;
  width: 100%;
  height: 33px;
  color: #333;
  background: none;
  font-size: 18px;
  font-weight: normal; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: white;
  height: 40px;
  background-color: transparent;
  margin: 0;
  padding: 0 0 0 6px;
  text-align: center;
  font: 14px/38px "o", sans-serif;
  min-width: 160px;
  border: 2px solid #cc202e;
  border-radius: 20px;
  letter-spacing: 0.2em;
  -webkit-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color; }
  .button:hover {
    background-color: #cc202e; }
  .eng .button {
    min-width: 95px; }

.SumoUnder, .SelectClass {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  opacity: 0; }

.SelectClass {
  z-index: 10; }

.SumoSelect {
  width: 100%;
  height: 100%;
  position: relative; }
  .SumoSelect:after {
    background-color: #5e5971;
    bottom: -2px;
    content: '';
    height: 2px;
    left: calc(50% - 5px);
    position: absolute;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    width: 10px; }
  .SumoSelect.open {
    z-index: 10; }
    .SumoSelect.open:after {
      left: 0;
      visibility: visible;
      width: 100%; }
  .SumoSelect .SelectBox {
    position: relative;
    margin: 0;
    font-size: 18px;
    height: 33px;
    line-height: 31px;
    color: black;
    cursor: pointer;
    padding: 2px 20px 0 0; }
    .SumoSelect .SelectBox:after {
      content: '';
      position: absolute;
      top: 13px;
      right: 0;
      pointer-events: none;
      height: 0;
      width: 0;
      border-left: 4.5px solid transparent;
      border-right: 4.5px solid transparent;
      border-top: 7px solid #5e5971; }
    .SumoSelect .SelectBox span {
      display: block;
      width: 100%; }
      .SumoSelect .SelectBox span.placeholder {
        opacity: 0; }
    .SumoSelect .SelectBox label {
      display: none; }

.optWrapper {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  white-space: nowrap;
  background-color: white;
  border-radius: 3px;
  font-size: 16px;
  line-height: 43px;
  color: #666;
  max-height: 345px;
  overflow: hidden;
  padding: 14px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 50;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  .long .optWrapper {
    left: -70px;
    right: -70px; }
  .open .optWrapper {
    -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
            animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards; }
  .optWrapper label {
    display: block;
    cursor: pointer;
    padding: 2px 50px 0 70px;
    position: relative; }
    .optWrapper label:before {
      content: '';
      position: absolute;
      top: 14px;
      left: 30px;
      width: 23px;
      height: 17px;
      display: none;
      background: url(../images/done.svg) no-repeat 50%/cover; }
    .optWrapper label:hover {
      color: #333; }
  .optWrapper .selected label {
    color: #333; }
    .optWrapper .selected label:before {
      display: block; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; } }

.scrollbar {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 40;
  width: 5px;
  display: none; }
  .init .scrollbar {
    display: block; }
  .scrollbar .handle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    background-color: #ccc;
    cursor: pointer;
    overflow: hidden; }
    .scrollbar .handle:hover {
      background-color: #999; }
  .scrollbar .mousearea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

/*!
 * fullPage 2.8.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-running{
  background: #5e5971;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; 
}
.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.lock:not(.not-lock) {
  overflow-y: scroll !important; }
  .lock:not(.not-lock) body {
    height: 100% !important;
    overflow: hidden !important; }

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  background-color: white;
  -webkit-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out; }
  .pace-done #wrapper {
    opacity: 1; }
  #wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(24, 22, 28, 0.7);
    -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out; }
    .form #wrapper:after, .navigation #wrapper:after {
      opacity: 1;
      pointer-events: auto; }

.container {
  position: relative;
  width: 100%;
  height: 50%; }
  @media screen and (max-width: 560px){
    .container {
      height: 65%; }
  }

.mobile .container {
  height: auto; }

.hidden {
  display: none !important; }

.section {
  overflow: hidden;
  padding: 0 120px;
  color: white; }
  
  @media screen and (max-width: 1300px){
    .section {
      padding: 0 40px;}
  }
  @media screen and (max-width: 580px ){
    .section {
      padding: 0 30px;}
  }
  .homePage .section .bg {
    position: absolute; }

.tablet .section {
  padding: 0 100px; }

.mobile .section {
  padding: 0; }

.mobile .section:not(:first-child):not(:last-child) {
  height: auto !important; }

.mobile .section:not(:first-child):not(:last-child) .fp-tableCell {
  height: auto !important; }

.mobile .section:not(:first-child):not(:last-child) .container {
  padding: 40px 0; }

.mobile .section:first-child .section .container {
  padding-top: 80px; }

.logo {
  position: fixed;
  z-index: 50;
  top: 50px;
  left: 50px;
  background: url(../images/logo.svg) no-repeat 50% 50%/100% 100%;
  width: 120px;
  height: 28px;
  overflow: hidden;
  text-indent: 121%;
  white-space: nowrap; }
  .logo a {
    display: block;
    height: 100%; }
  .logo:before {
    content: '';
    background: url(../images/logo-black.svg) no-repeat 50% 50%/100% 100%;
    width: 120px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out; }

.tablet .logo {
  left: 30px; }

.mobile .logo {
  display: none; }

.mobile-logo {
  display: none;
  background: url(../images/logo.svg) no-repeat 0 50%/auto 100%;
  height: 60px;
  overflow: hidden;
  text-indent: 121%;
  white-space: nowrap;
  margin-bottom: 36px; }

.mobile .mobile-logo {
  display: block; }

.grid {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100;
  pointer-events: none;
  /*.fp-viewing-1:not(.navigation) & {
    li:nth-child(3) {
      span:before {background-color: rgba($silver, .3);}
    }
    li:nth-child(n+4) {
      &:after, &:before {background-color: rgba($silver, .1);}
      span {
        background-color: rgba($silver, .3);
        &:before {background-color: rgba($silver, .3);}
        &:after {background-color: rgba($silver, .1);}
      }
    }
  }
  .fp-viewing-2-0 & {
    li:nth-child(3) {
      span:before {background-color: rgba($silver, .3);}
    }
    li:nth-child(-n+2) {
      &:after, &:before {background-color: rgba($silver, .1);}
      span {
        background-color: rgba($silver, .3);
        &:before {background-color: rgba($silver, .3);}
        &:after {background-color: rgba($silver, .1);}
      }
    }
  }*/ }
  .grid li {
    float: left;
    height: 100%;
    width: calc(25% - 60px);
    position: relative; }
    .grid li:first-child, .grid li:last-child {
      width: 120px; }
    .grid li:last-child:after, .grid li:last-child:before, .grid li:last-child span {
      display: none; }
    .grid li:after, .grid li:before {
      content: '';
      position: absolute;
      right: 0;
      width: 1px;
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-transition: background-color 0.25s ease-in-out;
              transition: background-color 0.25s ease-in-out; }
    .grid li:before {
      top: 56px;
      bottom: calc(50% + 15px); }
    .grid li:after {
      bottom: 56px;
      top: calc(50% + 16px); }
  .grid span {
    position: absolute;
    right: 0;
    height: 21px;
    width: 1px;
    -webkit-transition: background-color 0.25s ease-in-out;
            transition: background-color 0.25s ease-in-out;
    background-color: rgba(255, 255, 255, 0.3); }
    .grid span:first-child {
      top: 30px; }
      .grid span:first-child:after {
        display: block;
        bottom: calc(100% + 5px); }
    .grid span:last-child {
      bottom: 30px; }
      .grid span:last-child:after {
        display: block;
        top: calc(100% + 5px); }
    .grid span:nth-child(2) {
      top: calc(50% - 10px); }
    .grid span:before {
      content: '';
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute;
      height: 1px;
      top: 10px;
      right: -10px;
      width: 21px;
      -webkit-transition: background-color 0.25s ease-in-out;
              transition: background-color 0.25s ease-in-out; }
    .grid span:after {
      content: '';
      position: absolute;
      right: 0;
      width: 1px;
      height: 100px;
      display: none;
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-transition: background-color 0.25s ease-in-out;
              transition: background-color 0.25s ease-in-out; }
  .form .grid li:nth-child(3) span:before, .navigation .grid li:nth-child(3) span:before {
    background-color: rgba(102, 102, 102, 0.3); }
  .form .grid li:nth-child(n+4):after, .form .grid li:nth-child(n+4):before, .navigation .grid li:nth-child(n+4):after, .navigation .grid li:nth-child(n+4):before {
    background-color: rgba(102, 102, 102, 0.1); }
  .form .grid li:nth-child(n+4) span, .navigation .grid li:nth-child(n+4) span {
    background-color: rgba(102, 102, 102, 0.3); }
    .form .grid li:nth-child(n+4) span:before, .navigation .grid li:nth-child(n+4) span:before {
      background-color: rgba(102, 102, 102, 0.3); }
    .form .grid li:nth-child(n+4) span:after, .navigation .grid li:nth-child(n+4) span:after {
      background-color: rgba(102, 102, 102, 0.1); }
  .kmbs-page.fp-viewing-1 .grid li:nth-child(2) span:before {
    background-color: rgba(102, 102, 102, 0.3); }
  .kmbs-page.fp-viewing-1 .grid li:nth-child(n+3):after, .kmbs-page.fp-viewing-1 .grid li:nth-child(n+3):before {
    background-color: rgba(102, 102, 102, 0.1); }
  .kmbs-page.fp-viewing-1 .grid li:nth-child(n+3) span {
    background-color: rgba(102, 102, 102, 0.3); }
    .kmbs-page.fp-viewing-1 .grid li:nth-child(n+3) span:before {
      background-color: rgba(102, 102, 102, 0.3); }
    .kmbs-page.fp-viewing-1 .grid li:nth-child(n+3) span:after {
      background-color: rgba(102, 102, 102, 0.1); }

.tablet .grid li {
  width: calc((100% - 200px) / 3); }

.tablet .grid li:first-child, .tablet .grid li:last-child {
  width: 100px; }

.tablet .grid li:nth-child(2) {
  display: none; }

.mobile .grid li:nth-child(n) {
  display: block;
  width: calc(100% / 3); }

.mobile .grid li:nth-child(n4) {
  display: none !important; }

.mobile .grid li:before {
  top: 0;
  bottom: 0; }

.mobile .grid li:nth-child(n3):before {
  display: none; }

.mobile .grid li span, .mobile .grid li:after {
  display: none !important; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: #5e5971;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  pointer-events: none; }

/*.founders {
  @include fullscreen;
  position: fixed;
  overflow: hidden;
  top: auto;
  height: 0;
  transition: height $animation-speed*2 ease-in-out;
  .bg {
    top: auto;
    position: absolute;
  }
  .fp-viewing-4 &, .fp-viewing-5 & {height: 100%;}
}*/
.bg .mobile-bg {
  display: none; }

.mobile .bg.main-bg {
  background-color: #4c465b;
  background-position: 50% 100%;
  background-size: 100% auto; }

.mobile .bg.main-bg img {
  display: none; }

.mobile .bg.main-bg .mobile-bg {
  display: block; }

.bg-mask {
  top: -100vh;
  bottom: auto;
  height: 100vh;
  background-attachment: fixed;
  -webkit-transition: top 0.5s ease-in-out;
          transition: top 0.5s ease-in-out; }
  .fp-viewing-0 .bg-mask.about-anchor {
    top: 100vh; }
  .fp-viewing-1 .bg-mask.about-anchor {
    top: 0; }

.tablet .bg-mask.about-anchor {
  display: none !important; }

.fade-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 100vh;
  height: 100vh;
  -webkit-transition: top 0.5s ease-in-out;
          transition: top 0.5s ease-in-out;
  background-color: #5e5971; }
  .fade-bg .bg {
    opacity: 0;
    position: absolute;
    background-attachment: fixed;
    -webkit-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out; }
    .fade-bg .bg.active {
      opacity: 1; }
  .fp-viewing-2 .fade-bg, .fp-viewing-3 .fade-bg, .fp-viewing-4 .fade-bg, .fp-viewing-5 .fade-bg {
    top: 0; }

.tablet.fp-viewing-4 .fade-bg {
  top: 100vh; }

.tablet.fp-viewing-6 .fade-bg {
  top: 0vh; }

.mobile .fade-bg {
  display: none; }

.column {
  float: left;
  width: 50%;
  height: 100%;
  padding: 0 12.5%; }

.column > h2, .column > .h2 {
  white-space: nowrap; }

.tablet .column {
  padding: 0 calc(100% / 8);
  width: 100%; }

.tablet:not(.mobile) .column.count-holder {
  padding: 0; }

.home {
  color: white;
  font-size: 24px;
  line-height: 30px; }
  .home .line:before {
    width: calc(100% / 6); }
  .home p {
    position: absolute;
    left: 12.5%;
    top: 50%;
    white-space: nowrap;
    margin: 0;
    margin-top: 99px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font: italic 24px/30px "C", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  .home .fp-tableCell {
    position: relative; }
  .home .column {
    width: 100%;
    height: 100%;
    position: relative; }

	@media screen and (max-height: 700px){
		.home p{
			margin-top:5%;
			top:60%;
		}
	}
	/* @media screen and (max-width: 820px){
		.home p{
			top: 60%;
		}
	} */
.tablet .home h1.line:before, .tablet .home .h1.line:before {
  display: none; }

.tablet .home p {
  font-size: 17px;
  line-height: 20px;
  margin: 67px 0 0;
  left: calc(100% / 6); }

.mobile .home p {
  position: static;
  margin: 0 0 24px; }

.mobile .homePage {
  background-color: #4c465b; }

.main {
  color: white; }
  .main .line:before {
    width: calc(100% / 6); }
  .main .fp-tableCell {
    position: relative; }
  .main .column {
    width: 100%;
    height: 100%;
    position: relative; }
  .main .middle {
    position: absolute;
    top: 24px;
    left: 12.5%;
    right: 12.5%;
    bottom: 0;
    white-space: nowrap;
    text-align: center;
    text-align: left; }
    .main .middle:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .main .middle > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .main blockquote .name:before {
    display: none; }
  .main blockquote p {
    margin-bottom: 21px; }
  .main blockquote .position {
    padding-top: 5px; }

.tablet .main .middle {
  position: relative;
  left: 0; }

.about .column {
  position: relative; }

#nav {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 70%;
  bottom: calc(25% - 21px);
  text-transform: uppercase;
  font: 14px/42px "o", sans-serif;
  letter-spacing: 0.2em; }
  #nav .button {
    float: left; 
    max-width: 380px;
  
  }
  #nav .button:first-child{
    margin-right: 40px;
  }
  @media screen and (max-width: 1300px){
    #nav .button:first-child{
      margin-bottom: 40px;
      margin-right: 30px;
    }
  }
  #nav ul {
    float: right;
    margin-right: -3px; }
  #nav li {
    float: left;
    padding-left: 32px; }
    @media screen and (max-width: 1300px ){
      #nav ul {
        width: 100%;
        margin-top: 20px;  
      }
      #nav li {
        padding-left: 20px; }
        #nav li:first-child {
          padding-left: 0px; }
    }
    @media screen and (max-width: 560px ){
      #nav li {
        padding-left: 15px;
        font-size: 13px; }
    }
    #nav li.active a {
      pointer-events: none; }
      #nav li.active a:before {
        width: calc(100% - 3px); }
  #nav a:not(.button) {
    display: block;
    color: white;
    position: relative; }
    #nav a:not(.button):before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      width: 0;
      background-color: #cc202e;
      -webkit-transition: width 0.25s ease-in-out;
              transition: width 0.25s ease-in-out; }
    #nav a:not(.button):hover:before {
      width: calc(100% - 3px); }

.tablet #nav {
  left: calc(100% / 8);
  right: calc(100% / 8); }

.tablet #nav ul {
  display: none; }

.mobile #nav {
  position: sticky;
  padding: 0 calc(100% / 8);
  display: flex;
  flex-direction: column;
  margin-top: 40px; }

.mobile #nav .button:first-child{
  margin-right: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 340px){
  .mobile #nav .button:first-child{
    margin-bottom: 20px;
  }
  .mobile-logo {
    height: 40px;
  }
}
.logos {
  position: fixed;
  z-index: 50;
  width: 32px;
  left: 44px;
  bottom: 40px;
  text-align: center;
  /*.fp-viewing-2-0 & {
    li {border-color: rgba($smoky, .3);}
    svg {fill: $smoky;}
  }*/ }
  .logos li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 0; }
    .logos li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    .logos li:first-child svg {
      width: 32px;
      height: 32px; }
  .logos svg {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 46px;
    fill: white; }

.tablet .logos {
  left: 34px; }

.mobile .logos {
  display: none; }

.language {
  position: fixed;
  z-index: 50;
  left: 45px;
  width: 30px;
  top: calc(50% - 68px);
  text-align: center;
  font: 12px/30px "o", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  /*.fp-viewing-2-0 & {
    li:after {background-color: rgba($smoky, .3);}
    a {
      color: $smoky;
      &:hover {color: $red;}
    }
  }*/ }
  .language li {
    position: relative; }
    .language li:first-child {
      padding-top: 18px;
      margin-bottom: 41px; }
      .language li:first-child:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -21px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-transition: background-color 0.25s ease-in-out;
                transition: background-color 0.25s ease-in-out; }
    .language li:last-child {
      padding-top: 15px; }
    .language li.active a {
      opacity: .5;
      pointer-events: none; }
  .language a {
    color: white;
    display: block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: relative; }

.tablet .language {
  left: 35px; }

.mobile .language {
  display: none; }

.down,
.pagination {
  position: fixed;
  right: 45px;
  top: calc(50% - 79px);
  color: white;
  z-index: 50;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: none;
  -webkit-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out;
  /*.fp-viewing-1:not(.navigation) & {
    color: $smoky;
    svg {fill: $smoky;}
    li {border-color: rgba($smoky, .2);}
  }*/ }
  .down li,
  .pagination li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: border-color 0.25s ease-in-out;
            transition: border-color 0.25s ease-in-out; }
    .down li:first-child,
    .pagination li:first-child {
      padding-bottom: 4px;
      margin-bottom: 5px; }
      .down li:first-child a,
      .pagination li:first-child a {
        margin: 0 0 15px; }
      .down li:first-child svg,
      .pagination li:first-child svg {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .down li:last-child,
    .pagination li:last-child {
      border: 0; }
  .down span,
  .pagination span {
    display: block; }
  .down a:not(.up),
  .pagination a:not(.up) {
    display: block;
    color: white;
    margin-top: 14px;
    -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out; }
  .down .up,
  .pagination .up {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 25px;
    padding-top: 5px;
    overflow: hidden; }
    .down .up:before,
    .pagination .up:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 20px;
      height: 2px;
      background-color: white; }
    .fp-viewing-0 .down .up, .fp-viewing-1 .down .up, .fp-viewing-0
    .pagination .up, .fp-viewing-1
    .pagination .up {
      display: none; }
  .down svg,
  .pagination svg {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 40px;
    fill: white;
    position: relative; }
  .down .disabled,
  .pagination .disabled {
    pointer-events: none; }
    .down .disabled a,
    .pagination .disabled a {
      opacity: .15; }
  .homePage .down, .homePage
  .pagination {
    display: block; }

.tablet .down, .tablet .pagination {
  right: 35px; }

.mobile .down, .mobile .pagination {
  display: none !important; }

.down {
  display: block;
  width: 40px;
  right: 40px;
  color: rgba(255, 255, 255, 0.5);
  top: calc(50% - 10px);
  position: fixed;
  pointer-events: none; }
  .homePage .down {
    display: none; }
  .text-page.fp-viewing-1:not(.navigation) .down {
    color: #5e5971; }
    .text-page.fp-viewing-1:not(.navigation) .down svg {
      fill: #5e5971; }
    .text-page.fp-viewing-1:not(.navigation) .down li {
      border-color: rgba(94, 89, 113, 0.2); }

.tablet .down {
  right: 30px; }

.down svg {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

.sound {
  position: fixed;
  right: 49px;
  bottom: 40px;
  z-index: 90;
  /*.fp-viewing-1:not(.navigation) & {
    span {background-color: $smoky;}
  }*/ }
  .sound a {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px; }
  .sound span {
    display: inline-block;
    vertical-align: bottom;
    height: 13px;
    width: 2px;
    letter-spacing: normal;
    background-color: white;
    margin-left: 3px;
    -webkit-transition: background-color 0.25s ease-in-out;
            transition: background-color 0.25s ease-in-out; }
    .sound span:first-child {
      margin: 0; }
  .sound.stop a {
    padding-top: 11px; }
  .sound.stop span {
    height: 2px !important; }
  .text-page.fp-viewing-1 .sound span, .form .sound span,
  .navigation .sound span {
    background-color: #5e5971; }

.tablet .sound {
  right: 39px; }

.mobile .sound {
  display: none; }

.icon-menu {
  position: fixed;
  top: 38px;
  right: 50px;
  width: 20px;
  height: 20px;
  z-index: 100;
  overflow: hidden;
  text-indent: 121%;
  white-space: nowrap;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
  /*.fp-viewing-1 & {
    span {
      background-color: $smoky;
      &:after, &:before {background-color: $smoky;}
    }
  }*/ }
  .fp-viewing-0 .icon-menu {
    opacity: 0;
    pointer-events: none; }
  .icon-menu span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    background-color: white;
    -webkit-transition: background 0s;
            transition: background 0s; }
    .icon-menu span:after, .icon-menu span:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: white;
      -webkit-transition-duration: 0.3s, 0.3s;
              transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
              transition-delay: 0.3s, 0s; }
    .icon-menu span:after {
      top: -7px;
      -webkit-transition-property: top, -webkit-transform;
              transition-property: top, transform; }
    .icon-menu span:before {
      bottom: -7px;
      -webkit-transition-property: bottom, -webkit-transform;
              transition-property: bottom, transform; }
  .text-page.fp-viewing-1 .icon-menu span, .form .icon-menu span {
    background-color: #5e5971; }
    .text-page.fp-viewing-1 .icon-menu span:after, .text-page.fp-viewing-1 .icon-menu span:before, .form .icon-menu span:after, .form .icon-menu span:before {
      background-color: #5e5971; }
  .navi .icon-menu span {
    -webkit-transition: background 0s 0.3s;
            transition: background 0s 0.3s; }
  .navigation .icon-menu {
    opacity: 1; }
    .navigation .icon-menu span {
      -webkit-transition: background 0s 0.3s;
              transition: background 0s 0.3s;
      background-color: rgba(94, 89, 113, 0) !important; }
      .navigation .icon-menu span:after, .navigation .icon-menu span:before {
        -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s;
        background-color: #5e5971; }
      .navigation .icon-menu span:after {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .navigation .icon-menu span:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

                 .form .icon-menu span {
      -webkit-transition: background 0s 0.3s;
              transition: background 0s 0.3s;
      background-color: rgba(94, 89, 113, 0) !important; }
      .form .icon-menu span:after, .navigation .icon-menu span:before {
        -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s;
        background-color: #5e5971; }
      .form .icon-menu span:after {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .form .icon-menu span:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.navigation .icon-menu {
  z-index: 100; }

.tablet .icon-menu {
  right: 50px;
  display: block !important;
  opacity: 1;
  pointer-events: all; }

.tablet .count-holder {
  text-align: justify; }

.tablet .count-holder > * {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.tablet .count-holder:after {
  content: '';
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.mobile .count-holder {
  text-align: left; }

.mobile .count-holder:after {
  display: none; }

.count {
  display: block;
  color: white;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  padding: 22px 0 35px;
  position: absolute;
  left: 25%;
  right: 25%; }
  .count:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #cc202e; }
  .count strong {
    display: block;
    font-size: 80px;
    line-height: 60px;
    padding-bottom: 1px;
    letter-spacing: 0.025em; }
    .count strong:after {
      content: '+';
      display: inline-block;
      vertical-align: top;
      line-height: 45px;
      opacity: 0;
      margin-right: -5px; }
      .count strong:after .count strong.plus:after {
        opacity: 1; }
  .count:nth-child(1) {
    top: -22px; }
  .count:nth-child(2) {
    top: calc(50% - 61px); }
  .count:nth-child(3) {
    bottom: -43px; }

.count strong.plus:after {
  opacity: 1; }

.tablet .count {
  display: inline-block; }

.tablet .count:nth-child(n) {
  position: relative;
  top: 50%;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 46px; }

.mobile .count {
  display: block;
  white-space: nowrap; }

.mobile .count:nth-child(n) {
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 23px 0 31px; }

.mobile .count:last-child {
  padding-bottom: 0; }

.mobile .count strong {
  font-size: 0;
  line-height: 0; }

.mobile .count strong:before {
  content: attr(data-number);
  font-size: 80px;
  line-height: 60px; }

.mobile .count strong[data-plus]:after {
  font-size: 80px;
  opacity: 1; }

.align-bottom {
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: -7px;
  color: rgba(255, 255, 255, 0.9); }
  .align-bottom > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .align-bottom {
      right: 0; } }

.tablet .align-bottom {
  left: calc(100% / 6);
  right: calc(100% / 6);
  font-size: 14px;
  line-height: 22px;
  bottom: -6px; }

.mobile .align-bottom {
  position: static;
  margin-bottom: -6px; }

.steps {
  padding: 0; }
  .steps .slide {
    padding: 0 120px;
    position: relative;
    margin-right: -50vw; }
  .steps .slide:nth-child(2) .step:first-child .number:before,
  .steps .slide:last-child .step:last-child .number:after {
    display: none; }

.tablet .steps {
  padding: 0; }

.tablet .steps .slide {
  padding: 0 100px;
  margin-right: 0; }

.fp-controlArrow {
  display: none !important; }

.slide.active + .slide .column:first-child {
  -webkit-transform: translateX(-120px);
      -ms-transform: translateX(-120px);
          transform: translateX(-120px); }

.slide:first-child .column {
  position: relative; }

.tablet .slide.active + .slide .column:first-child {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.step {
  color: white;
  min-height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out; }
  .step h1, .step .h1 {
    margin: -4px 0 6px;
    white-space: nowrap; }
  .step h3, .step .h3 {
    margin-bottom: 0;
    padding-bottom: 21px; }
  .step .icon {
    display: block;
    margin: 0 0 35px -40px; }
  .step a {
    display: inline-block;
    vertical-align: top;
    font: 12px/32px "o", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: white;
    position: relative; }
    .step a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      width: 0;
      background-color: #cc202e;
      -webkit-transition: width 0.25s ease-in-out;
              transition: width 0.25s ease-in-out; }
    .step a:hover:before {
      width: calc(100% - 2px); }
  .step .number {
    position: absolute;
    left: 0;
    padding-left: calc(25% - 40px);
    right: 0;
    bottom: -40px;
    border-radius: 50%;
    height: 80px;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: 300; }
    .step .number:after, .step .number:before {
      content: '';
      position: absolute;
      top: calc(50% - 1px);
      left: calc(25% + 40px);
      right: 0;
      height: 2px;
      background-color: #cc202e; }
    .step .number:before {
      right: calc(75% + 40px);
      width: 75%;
      left: auto; }
  .step span:not(.round) {
    position: absolute;
    top: 0;
    left: calc(25% - 40px);
    width: 80px;
    height: 80px; }
  .step .round {
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    width: 40px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
    -webkit-transition-property: -webkit-transform, opacity;
            transition-property: transform, opacity;
    -webkit-transform-origin: 0 center;
        -ms-transform-origin: 0 center;
            transform-origin: 0 center; }
    .step .round:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 200%;
      border: 2px solid #cc202e;
      border-radius: 50%; }
    .step .round + .round {
      top: -10px;
      bottom: -10px;
      width: 50px;
      opacity: 0;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .step .round + .round + .round {
        top: -20px;
        bottom: -20px;
        width: 60px;
        opacity: 0;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .fp-viewing-2-5 .step .round {
      -webkit-transition-delay: 0.375s;
              transition-delay: 0.375s;
      opacity: 1 !important;
      -webkit-transform: rotate(0) !important;
          -ms-transform: rotate(0) !important;
              transform: rotate(0) !important; }

.tablet .step {
  padding: 0 calc(100% / 4.5) 0 calc(100% / 3); }

.tablet .step .icon {
  margin: 0;
  position: absolute;
  top: 0;
  left: calc(100% / 6 - 40px); }

.tablet .step .number {
  padding-left: calc(100% / 3 - 40px); }

.tablet .step .number:after {
  left: calc(100% / 3 + 40px); }

.tablet .step .number:before {
  right: calc(100% / 3 * 2 + 40px); }

.tablet .step .round {
  left: calc(100% / 3); }

.tablet .step span:not(.round) {
  left: calc(100% / 3 - 40px); }

.tablet .active .step .round {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
  opacity: 1 !important;
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important; }

.mobile .step {
  padding: 0 calc(100% / 6) 40px; }

.mobile .step a {
  display: none; }

.mobile .step .icon {
  position: static;
  margin: 0 0 35px; }

.mobile .step h1, .mobile .step .h1 {
  margin: 0;
  padding: 1px 0 10px; }

.mobile .step h3, .mobile .step .h3 {
  padding-bottom: 13px; }

.mobile .step .info {
  padding-bottom: 80px;
  height: auto !important; }

.mobile .step .number {
  padding: 0;
  width: 80px;
  top: auto;
  right: auto;
  bottom: 40px;
  left: calc(100% / 3 - 41px); }

.mobile .step .number:before {
  display: none; }

.mobile .step .number:after {
  top: 80px;
  height: 80px;
  left: 39px;
  width: 2px; }

.mobile .step span:not(.round) {
  display: block;
  position: static; }

.mobile .step .round {
  left: 0;
  width: 80px;
  height: 40px;
  top: auto; }

.mobile .step .round:after {
  top: auto;
  width: auto;
  left: 0;
  top: auto;
  height: 200%; }

.mobile .step .round + .round {
  top: auto;
  left: -10px;
  bottom: -10px;
  width: 100px;
  height: 50px;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.mobile .step .round + .round + .round {
  top: auto;
  left: -20px;
  bottom: -20px;
  width: 120px;
  height: 60px;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.mobile .step.last {
  padding-bottom: 20px; }

.mobile .step.last .number {
  bottom: 20px; }

.mobile .step.last .number:after {
  display: none; }

.more {
  display: inline-block;
  vertical-align: top;
  font: 12px/32px "o", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: white;
  position: relative; }
  .more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #cc202e;
    -webkit-transition: width 0.25s ease-in-out;
            transition: width 0.25s ease-in-out; }
  .more:hover:before {
    width: calc(100% - 2px); }

#menu {
  position: fixed;
  z-index: 80;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  min-width: 250px;
  height: 100%;
  padding-right: 120px;
  display: block;
  color: #5e5971;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.375s ease-in-out;
          transition: transform 0.375s ease-in-out; }
  .navigation #menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  #menu .fp-tableCell {
    display: block;
    padding: 0 25%; }
    #menu .fp-tableCell .wrapp-menu {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  #menu ul {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font: 18px/40px "o", sans-serif;
    margin: -8px 0 71px; }
    #menu ul li {
      padding: 10px 0; }
      #menu ul li.active a:before {
        width: calc(100% - 4px); }
    #menu ul a {
      display: inline-block;
      vertical-align: top;
      color: #5e5971;
      position: relative; }
      #menu ul a:before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        height: 2px;
        width: 0;
        background-color: #cc202e;
        pointer-events: none;
        -webkit-transition: width 0.25s ease-in-out;
                transition: width 0.25s ease-in-out; }
      #menu ul a:hover:before {
        width: calc(100% - 4px); }
  #menu .button {
    min-width: 170px;
    width: calc(100% + 20px);
    color: #5e5971; }
    #menu .button:hover {
      color: white; }

.fa-google{
  display: none!important;
}

.social {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .social a {
    display: block;
    margin: 20px 0; }
    .social a:hover i {
      color: #cc202e; }
  .social i {
    display: block;
    font-size: 20px;
    color: #5e5971; }

.items {
  width: 100%;
  padding: 0 12.5%;
  position: absolute;
  left: 0;
  top: 50%;
  color: #333;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .items .item {
    color: #333;
    float: left;
    height: 440px;
    margin-bottom: 20px;
    width: calc(100% / 3);
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    border-right: 1px dotted #5e5971;
    padding: 42px 39px 20px 40px;
    -webkit-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
    -webkit-transition-property: background-color, -webkit-transform;
            transition-property: background-color, transform; }
    @media (min-width: 1024px) and (max-width: 1200px) {
      .items .item {
        padding-left: 0;
        padding-right: 0; } }
    .items .item:nth-child(3) {
      border-color: transparent; }
    .items .item:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -20px;
      height: 20px;
      right: 20px;
      background-color: #f7f7f7;
      -webkit-transition: background-color 0.25s ease-in-out;
              transition: background-color 0.25s ease-in-out; }
    .items .item:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -20px;
      height: 0;
      width: 0;
      border-top: 20px solid #f7f7f7;
      border-right: 20px solid transparent;
      -webkit-transition: border-color 0.25s ease-in-out;
              transition: border-color 0.25s ease-in-out; }
    .items .item:hover {
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px);
      background-color: white; }
      .items .item:hover:before {
        background-color: white; }
      .items .item:hover:after {
        height: 0;
        width: 0;
        border-top: 20px solid white;
        border-right: 20px solid transparent; }
      .items .item:hover .button {
        color: white;
        background-color: #cc202e; }
  .items img {
    display: block;
    margin: 0 auto 13px; }
  .items .name {
    display: block;
    color: #cc202e;
    padding-bottom: 7px;
    font: italic 20px/40px "C", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  .items .price {
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    line-height: 30px;
    position: relative;
    margin-bottom: 9px; }
    .items .price span {
      position: absolute;
      left: calc(100% + 7px);
      top: 8px;
      font-weight: normal;
      font-size: 16px; }
  .items .note {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    padding-bottom: 24px; }
  .items ul {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-bottom: 39px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .items ul strong {
      color: #333; }
    .items ul em {
      font-style: normal;
      color: #cc202e; }
    .items ul li {
      padding: 9px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .items .button {
    color: #5e5971; }
    .items .button:hover {
      color: white; }
  .items .footnote {
    position: absolute;
    left: 12.5%;
    bottom: -26px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5); }
    .items .footnote em {
      font-style: normal;
      color: #cc202e; }
    .items .footnote a {
      color: rgba(255, 255, 255, 0.5);
      border-bottom: 1px solid;
      -webkit-transition: color 0.25s ease-in-out;
              transition: color 0.25s ease-in-out; }
      .items .footnote a:hover {
        color: #cc202e; }

.tablet .items {
  padding: 0; }

.tablet .items .item {
  padding-left: 0;
  padding-right: 0; }

.tablet .items .footnote {
  left: 0;
  font-size: 11px;
  line-height: 15px;
  bottom: -15px; }

.mobile .items {
  position: static;
  padding: 0 calc(100% / 9) 36px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.mobile .items .item {
  float: none;
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px; }

.mobile .items .item:last-of-type {
  margin-bottom: 20px; }

.mobile .items .footnote {
  display: block;
  position: static;
  font-size: 12px;
  line-height: 16px;
  color: white;
  padding-top: 17px; }

.quotations {
  color: white;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .quotations .column {
    height: 100%;
    position: relative; }
  .quotations blockquote {
    position: absolute;
    bottom: -7px;
    left: 25%;
    right: 25%; }
  .quotations p {
    margin: 0 -65px 38px 0; }
  .quotations .position {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px); }
  .quotations .bg {
    display: none;
    position: fixed !important; }

.tablet .quotations .column {
  width: 50%;
  padding: 0; }

.tablet .quotations .column:nth-child(2) blockquote {
  left: calc(100% / 6);
  right: 0; }

.active .tablet .quotations .bg {
  display: block; }

.tablet .quotations blockquote {
  left: 0;
  right: calc(100% / 6);
  bottom: -8px; }

.tablet .quotations p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 37px; }

.tablet .quotations .name {
  font-size: 16px; }

.tablet .quotations .position {
  font-size: 12px;
  top: calc(100% + 3px); }

.fade {
  height: 100%;
  position: relative; }
  .fade li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.bullets {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 30;
  text-align: center; }
  .bullets ul {
    display: inline-block;
    vertical-align: top; }
  .bullets li {
    float: left;
    padding: 0 5px; }
    .bullets li.active a {
      border-color: #cc202e;
      background-color: #cc202e; }
  .bullets a {
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: 121%;
    white-space: nowrap;
    border: 2px solid white;
    -webkit-transition: 0.375s ease-in-out;
            transition: 0.375s ease-in-out;
    -webkit-transition-property: border-color, background-color;
            transition-property: border-color, background-color; }
    .bullets a:hover {
      border-color: #cc202e; }

.map {
  position: relative; }
  .map .container {
    position: static; }
  .map .button {
    position: absolute;
    bottom: 40px;
    min-width: 182px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
@media screen and (max-width: 480px){
  .map .button {
    min-width: 250px;
  }
}
.mobile .map {
  height: 100vh !important; }

.mobile .map .fp-tableCell {
  height: 100vh !important; }

#map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.map-info {
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  position: absolute;
  bottom: -204px;
  left: 10px;
  width: 240px;
  letter-spacing: -0.025em; }
  .map-info span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    opacity: .6;
    font-weight: normal;
    padding-top: 12px;
    letter-spacing: normal; }
@media screen and (max-width:440px){
  .map-info{
    left: -50px;
  }
}
.gm-style *[style="position: absolute; left: 0px; top: 0px;"] {
  display: none !important; }

.gm-style .gm-style-iw {
  pointer-events: none;
  overflow: visible; }
  .gm-style .gm-style-iw ~ * {
    display: none; }

blockquote {
  margin: 0;
  padding: 0;
  text-align: left; }
  blockquote svg {
    display: block;
    width: 45px;
    height: 30px;
    fill: #060607;
    margin-bottom: 14px; }
  blockquote p {
    font: italic 30px/40px "C", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  blockquote .name {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 25px; }
    blockquote .name:before {
      content: '';
      position: absolute;
      top: -17px;
      left: 0;
      height: 2px;
      width: 40px;
      background-color: #cc202e; }
  blockquote .position {
    display: block;
    font-size: 14px;
    line-height: 20px;
    opacity: .5; }
  @media (min-width: 100px) and (max-width: 1040px) {
    blockquote svg {
      display: none; }
    blockquote p {
      font: italic 20px/30px "C", "Times New Roman", "Times", "Baskerville", "Georgia", serif; } }

.contacts {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px; }
  .contacts li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 25px;
    width: calc(100% / 3); }
  .contacts em {
    display: block;
    padding-bottom: 4px;
    font: italic 16px/20px "C", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  .contacts a {
    font-weight: bold;
    color: white;
    letter-spacing: 0.025em;
    -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out; }
    .contacts a:hover {
      opacity: .5; }
  .contacts span {
    display: block;
    opacity: .5;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px; }

.tablet .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.resident {
  position: fixed;
  z-index: 80;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  padding-right: 120px;
  color: #5e5971;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.375s ease-in-out;
          transition: transform 0.375s ease-in-out; }
  .resident:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 120px;
    background-color: white; }
  .form .resident {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .form .resident .back {
      opacity: 1;
      pointer-events: auto; }
  .resident .down {
    display: block;
    pointer-events: none;
    color: #5e5971;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
    .resident .down svg {
      fill: #5e5971; }
  .resident .back {
    visibility: hidden;
    height: 0 !important;
    position: absolute;
    top: 40px;
    left: -75px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.375s ease-in-out;
            transition: opacity 0.375s ease-in-out; }
    .resident .back svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: white; }
  .resident .holder {
    height: 100%;
    width: calc(100% + 17px);
    overflow-y: auto;
    padding: 25vh 25% 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  .resident h2, .resident .h2 {
    font-size: 30px;
    line-height: 35px;
    margin: -6px 0 59px; }
    .resident h2:before, .resident .h2:before {
      top: -17px; }
  .resident .button {
    min-width: 130px;
    color: #5e5971;
    margin-bottom: calc(25vh - 19px); }
    .resident .button:hover {
      color: white; }

.resident .success-message {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 120px;
  bottom: 0;
  color: #5e5971;
  background-color: white;
  z-index: 10;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.resident .success-message:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%; }

.resident .success-message > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle; }

.resident .success-message img {
  display: block;
  margin: 0 auto 36px; }

.resident .success-message p {
  margin: 0 0 31px;
  font: italic 24px/30px "C", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }

.resident .success-message .button {
  margin: 0;
  min-width: 230px; }

.resident.send .down {
  opacity: 0; }

.resident.send .holder {
  opacity: 0;
  pointer-events: none; }

.resident.send .success-message {
  opacity: 1;
  pointer-events: auto; }

.resident .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 120px;
  bottom: 0;
  color: #5e5971;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.resident.loading .loader {
  opacity: 1;
  pointer-events: auto; }

.tablet .resident {
  width: calc(75% - 100px);
  padding-right: 100px; }

.tablet .resident .holder {
  width: 100%;
  padding-left: 12.5%;
  padding-right: 12.5%; }

.tablet .resident .back {
  left: -50px; }

.mobile .resident {
  width: 320px;
  padding: 0; }

.mobile .resident:after {
  display: none; }

.mobile .resident .holder {
  padding: 80px 20px; }

.mobile .resident h2, .mobile .resident .h2 {
  padding: 0;
  margin: 0 0 59px;
  white-space: nowrap;
  letter-spacing: normal; }

.mobile .resident h2.line, .mobile .resident .h2.line {
  padding-top: 17px; }

.mobile .resident h2.line:before, .mobile .resident .h2.line:before {
  top: 0; }

.mobile .resident .back {
  width: 20px;
  height: 20px;
  top: 20px;
  left: auto;
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mobile .resident .back svg {
  display: none; }

.mobile .resident .back:after, .mobile .resident .back:before {
  content: '';
  position: absolute;
  background-color: #5e5971; }

.mobile .resident .back:before {
  top: 0;
  bottom: 0;
  width: 2px;
  left: calc(50% - 1px); }

.mobile .resident .back:after {
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  height: 2px; }

.mobile .resident .button {
  margin: 0; }

.sk-cube-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #5e5971;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube.sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube.sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube.sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube.sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube.sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube.sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube.sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube.sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube.sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.ui-tooltip {
  color: #fff;
  position: absolute;
  z-index: 9990;
  padding: 9px 10px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
  visibility: hidden;
  background-color: #333;
  letter-spacing: .025em; }
  .ui-tooltip.before {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    visibility: visible; }
  .ui-tooltip.show {
    -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
            animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards; }

.new-section {
  height: 50vh !important; }

.new-section .fp-tableCell {
  height: 100% !important; }

.new-section .container {
  height: 100%; }

.new-section .bg {
  position: absolute; }

.news {
  white-space: nowrap;
  text-align: center;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 15px 37.5% 0 12.5%; }
  .news:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .news > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .news h3, .news .h3 {
    font-weight: bold;
    margin-bottom: 35px; }
  .news header {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 25px; }
    .news header > * {
      display: inline-block;
      vertical-align: top; }
  .news .date {
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 9px;
    padding-left: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
  .news .more {
    font-size: 14px;
    line-height: 36px; }

.fp-auto-height .container {
  height: auto;
  min-height: 100vh; }

.text .bg {
  background-attachment: fixed;
  position: absolute; }

.text .container > div:first-child {
  width: 25% !important; }

.text .logotype {
  float: left;
  width: 25%;
  height: 100vh;
  position: relative; }
  .text .logotype img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (min-width: 100px) and (max-width: 768px) {
    .text .logotype {
      display: none; } }

.text .information {
  float: right;
  width: 75%;
  min-height: 100vh;
  padding: 25vh 12.5%;
  position: relative;
  color: #666;
  font-size: 16px;
  margin-right: -1px; }
  .text .information:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200%;
    background-color: white; }
  @media (min-width: 100px) and (max-width: 768px) {
    .text .information {
      width: 100%; } }
  .text .information > * {
    position: relative; }
  .text .information .quote {
    font: italic 24px/30px "C", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: -4px 0 86px; }
  .text .information h2, .text .information .h2 {
    color: #333;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 27px; }
    .text .information h2:before, .text .information .h2:before {
      top: -15px;
      width: 25%; }

.text .logotype ul {
  width: 100%;
  height: 100%;
  pointer-events: none;
  list-style: none; }

.text .logotype li {
  text-align: center;
  position: absolute;
  top: calc(50% - 60px);
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform; }

.text .logotype li.active {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.text .logotype li.active ~ * {
  -webkit-transform: translateY(75%);
  -ms-transform: translateY(75%);
  transform: translateY(75%); }

.text .information p {
  margin-bottom: 32px; }

.text .information .button {
  color: #5e5971;
  margin-top: -15px;
  padding: 0 20px 0 23px; }

.text .information .button:hover {
  color: white; }

.list {
  padding-bottom: 70px; }
  .list:last-child {
    padding-bottom: 0;
    margin-bottom: -25px; }
  .list li {
    position: relative;
    padding-bottom: 17px; }
    .list li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: -20px;
      width: 7px;
      height: 7px;
      background-color: #cc202e;
      border-radius: 50%; }

.text table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.text table th, .text table td {
  padding: 8px 0 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.text table th {
  font-weight: normal;
  color: #999; }

.text table td {
  color: #333;
  font-weight: bold; }

.text table a {
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }

.text table a:hover {
  color: #cc202e; }

.filter {
  font-size: 13px;
  line-height: 20px;
  position: absolute !important;
  right: 0;
  left: 0;
  padding: 0 12.5%;
  text-align: right;
  top: calc(12.5vh - 10px); }

.filter > a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 20px;
  color: #666;
  white-space: normal; }

.filter > a:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  height: 0;
  width: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 7px solid gray; }

.filter .clear {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cc202e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  display: none;
  margin: 2px 6px 0 0; }

.filter .clear:after, .filter .clear:before {
  content: '';
  position: absolute;
  background-color: white; }

.filter .clear:before {
  top: 4px;
  bottom: 4px;
  left: 7px;
  width: 1px; }

.filter .clear:after {
  left: 4px;
  right: 4px;
  top: 7px;
  height: 1px; }

.filter .optWrapper {
  text-align: left;
  left: auto;
  width: 430px;
  right: 1px; }

.filter.chosen .clear {
  display: inline-block; }

.resident-block {
  margin: -5px 0 0;
  padding-bottom: 60px; }

.resident-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.resident-block:last-child > * {
  margin-bottom: 0;
  padding-bottom: 0; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px); }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px); }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }

.two-img-float {
  width: 50%;
  float: left; }
/*# sourceMappingURL=main.css.map */


.hidden_pc{
  display: none;
}

@media (max-width: 891px){
  .hidden_pc{display: block;}
  .news{padding: 15px 12.5% 0 12.5%;}
  .mobile .resident .h2{white-space: normal;}
  .contacts li{width: 100%;}

  #menu .fp-tableCell{padding: 0 0 0 20%}
  #menu{padding-right: 70px;}

  #menu .logo {
    display: block !important;
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
    background: url(../images/logo_black.svg) no-repeat 50% 50%/100% 100% !important;}
  #menu .language{
    display: block !important;
    width: auto !important;
    position: inherit !important;
    margin: 0 !important;
    text-align: left !important;}
  #menu .language li{
    margin: 0 !important;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 0 !important;}
  #menu .language li:first-child{
    padding-right: 20px !important;
    border-right: 1px solid#ddd;}
  #menu .language li:last-child{padding-left: 20px !important;}
  #menu .language a{
    -webkit-transform: rotate(0); 
    -ms-transform: rotate(0);
    transform: rotate(0);}
  #menu ul.language a:before{height: 0 !important;}
}
.map .form-button{
  bottom: 110px;
}
.wrapp-menu .pres{
  margin-top: 20px;
}
@media screen and (max-width: 768px ){
  .section.about .column:first-child{
    width: 100%;
  }
  .section.about .column:last-child{
    display: none;
  }
}
#captcha-block{
  margin-bottom: 40px;
}
.disabled{
  pointer-events: none;
}