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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: rgba(255, 255, 255, 0); }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

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

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

.custom-select-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.custom-select-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.custom-select-container.is-disabled {
  opacity: .333; }

.custom-select-opener {
  display: block;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 14px;
  -webkit-box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
          box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
  padding: 15px 10px; }

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.custom-select-panel {
  max-height: 0;
  -webkit-transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  -o-transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: calc(100% - 2px);
  z-index: 1;
  width: 100%; }

.custom-select-container.is-open .custom-select-panel {
  max-height: 15em;
  overflow-y: auto;
  border: 1px solid #bdbdbd; }

.custom-select-option {
  padding: 0.5em; }

.custom-select-option.has-focus {
  background-color: LightBlue; }

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em; }

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.enjoyhint {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
  overflow: hidden; }

.enjoyhint_hide {
  display: none; }

.enjoyhint_disable_events {
  position: absolute;
  width: 2000px;
  height: 1500px;
  z-index: 1011;
  /*display: none;*/
  pointer-events: all; }

.enjoyhint_next_btn {
  min-width: 100px;
  position: fixed;
  z-index: 1012;
  /*display: none;*/
  pointer-events: all;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #2196f3;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #2196f3;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); }

.enjoyhint_prev_btn {
  min-width: 100px;
  position: fixed;
  z-index: 1012;
  /*display: none;*/
  pointer-events: all;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #2196f3;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #2196f3;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); }

.enjoyhint_prev_btn:hover {
  background: #2196f3; }

.enjoyhint_prev_btn:active {
  border: 2px solid #03a9f4;
  background: #03a9f4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint_next_btn:hover {
  background: #2196f3; }

.enjoyhint_next_btn:active {
  border: 2px solid #03a9f4;
  background: #03a9f4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint_skip_btn {
  position: fixed;
  z-index: 1012;
  /*display: none;*/
  pointer-events: all;
  min-width: 100px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #2196f3;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #2196f3;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); }

.enjoyhint_skip_btn:hover {
  color: white;
  background: #2196f3; }

.enjoyhint_skip_btn:active {
  border: 2px solid #03a9f4;
  background: #03a9f4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint_close_btn {
  display: inline-block;
  position: absolute;
  z-index: 1012;
  pointer-events: all;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 0.3em;
  height: 0.3em;
  border: none;
  border-radius: 1em;
  font: 400 8em / normal Arial, Helvetica, sans-serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #2196f3;
  border: 2px solid #03a9f4; }

.enjoyhint_close_btn::before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 73%;
  height: 2px;
  position: absolute;
  content: "";
  top: 48%;
  left: 14%;
  border: none;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fff;
  text-shadow: none;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }

.enjoyhint_close_btn::after {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 73%;
  height: 2px;
  position: absolute;
  content: "";
  top: 46%;
  left: 15%;
  border: none;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fff;
  text-shadow: none;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg); }

.enjoyhint_close_btn:hover {
  color: white;
  background: #2196f3;
  cursor: pointer; }

.enjoyhint_close_btn:active {
  border: 2px solid #03a9f4;
  background: #03a9f4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint_btn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #2196f3;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  color: #2196f3;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #2196f3;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0); }

.enjoyhint_btn:hover {
  color: white;
  background: #2196f3; }

.enjoyhint_btn:active {
  border: 2px solid #03a9f4;
  background: #03a9f4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.enjoyhint div.canvas-container {
  position: absolute; }

.enjoyhint_canvas {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none; }

#kinetic_container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.enjoyhint_svg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1); }

.enjoyhint_svg_wrapper svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.enjoyhint_svg_transparent .enjoyhint_svg_wrapper,
.enjoyhint_svg_transparent .enjoy_hint_label {
  opacity: 0; }

.enjoy_hint_label {
  display: inline-block;
  max-width: 80%;
  padding: 10px 20px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  color: white;
  z-index: 107;
  font-size: 22px;
  -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1); }

div.kineticjs-content {
  position: absolute !important; }

.enjoyhint_skip_btn {
  position: fixed; }

.enjoy_hint_label {
  display: inline-block;
  text-align: center;
  max-width: 80%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-backface-visibility: hidden;
  will-change: transform; }

.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;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

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

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -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 .owl-animated-in.fakeAnimation {
  -webkit-animation-name: fakeAnimation;
          animation-name: fakeAnimation;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important; }

.owl-carousel .owl-animated-out.fakeAnimation {
  -webkit-animation-name: fakeAnimation;
          animation-name: fakeAnimation;
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important; }

@-webkit-keyframes fakeAnimationIn {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@keyframes fakeAnimationIn {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@-webkit-keyframes fakeAnimationOut {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

@keyframes fakeAnimationOut {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.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: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

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

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  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 .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@-ms-viewport {
  width: device-width;
  initial-scale: 1; }

@-moz-viewport {
  width: device-width;
  initial-scale: 1; }

@-webkit-viewport {
  width: device-width;
  initial-scale: 1; }

body {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

video, audio, canvas {
  display: inline-block; }

span {
  display: inline-block; }

a, input, button, textarea, optgroup, select, fieldset, figure, legend, address {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0; }

a, button, [type='button'], [type='submit'] {
  -webkit-transition: color .25s, background .25s, opacity .25s;
  -o-transition: color .25s, background .25s, opacity .25s;
  transition: color .25s, background .25s, opacity .25s; }

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: none; }

button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit; }

b,
strong {
  font-weight: 700; }

img, svg, embed, object, iframe, video, audio, canvas {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0; }

img {
  image-rendering: optimizeQuality; }

svg {
  color: inherit; }
  svg:not(:root) {
    overflow: hidden; }

progress {
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit; }

ul, ol, menu {
  margin: 0;
  padding: 0;
  list-style: none; }

input, select, button, button > *, a > * {
  display: inline-block;
  vertical-align: middle; }

button, label, select, summary, [type='button'], [type='submit'], [type='reset'], [type='checkbox'], [type='radio'], [type='range'] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }

[type='button'], [type='submit'], [type='search'], [type="radio"], [type='range'], ::-webkit-search-cancel-button, ::-webkit-search-decoration, ::-webkit-outer-spin-button, ::-webkit-inner-spin-button, ::-webkit-slider-thumb {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-contacts-auto-fill-button, ::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
          box-shadow: inset 0 0 0 1000px #fff; }

::-webkit-details-marker {
  display: none; }

[type='number'] {
  -moz-appearance: textfield; }

::-ms-clear, ::-ms-reveal {
  display: none; }

input, textarea {
  width: 100%; }

input {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

textarea {
  overflow: auto;
  resize: none; }

:active, :hover, :focus {
  outline: 0;
  outline-offset: 0; }

:disabled {
  pointer-events: none; }

::-moz-focus-outer, ::-moz-focus-inner {
  border: 0;
  padding: 0; }

::-moz-placeholder, ::-moz-placeholder {
  opacity: 1; }

::placeholder, ::-moz-placeholder {
  opacity: 1; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0;
  text-align: center; }

article p:not(:empty) {
  margin-top: .7em;
  margin-bottom: .7em; }

article img, article embed, article object, article iframe, article video {
  display: block;
  margin: auto; }

article span {
  display: inline; }

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .page__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    z-index: 100; }
  .page__content {
    position: relative;
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 100vh;
    background: #f5f8fc;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(51, 51, 51, 0.5);
            box-shadow: 0px 0px 20px 4px rgba(51, 51, 51, 0.5); }
  .page__footer-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

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

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

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  background-color: #ffffff; }
  body.no-scroll {
    overflow: hidden; }
    body.no-scroll .page__content {
      overflow: hidden; }
  body.js-main-nav-open .barba-wrapper {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  padding: 0;
  margin: 0; }

a {
  display: inline-block; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0.7145em;
  margin-bottom: 0.7145em;
  color: rgba(90, 90, 90, 0.8); }

.login__dropdown {
  opacity: 0;
  visibility: hidden; }

.barba-wrapper > .article:first-child .article__header {
  padding-top: 100px; }

.section {
  padding: 120px 0; }
  .section__caption {
    margin-bottom: 30px; }
    .section__caption--center {
      text-align: center; }
    .section__caption--blue-line .section__title.animatable::after {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .section__caption--blue-line .section__title.animated::after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
    .section__caption--blue-line .section__title::after {
      content: '';
      display: block;
      width: 90%;
      max-width: 400px;
      height: 6px;
      background: #006fb9;
      border-radius: 5px;
      margin: 20px auto auto;
      overflow: hidden;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      -webkit-transition-delay: .5s;
           -o-transition-delay: .5s;
              transition-delay: .5s; }
  .section__title {
    display: inline-block;
    font-size: 36px;
    color: rgba(51, 51, 51, 0.9);
    -webkit-transition: text-shadow .5s .5s;
    -o-transition: text-shadow .5s .5s;
    transition: text-shadow .5s .5s; }
    .section__title.animated {
      -webkit-animation: fadeInScale .5s;
              animation: fadeInScale .5s;
      text-shadow: 0.0625em 0.0625em 0.125em rgba(20, 44, 73, 0.32), -0.0625em -0.0625em 0.125em rgba(255, 255, 255, 0.9); }
  .section__subtitle {
    color: inherit; }

input:disabled + label.ripple-effect .ink {
  visibility: hidden; }

.headline--blue {
  color: #006fb9; }

.headline-1 {
  font-size: calc( 0.01127 * 100vw + 26.59155px); }

.headline-2 {
  font-size: calc( 0.00563 * 100vw + 25.29577px); }

.headline-3 {
  font-size: calc( 0.00282 * 100vw + 22.64789px); }

.headline-4 {
  font-size: calc( 0.00282 * 100vw + 18.64789px); }

.container {
  position: relative;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  padding: 0 20px; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0; }

.text--blue {
  color: #006fb9; }

.link--block {
  display: block;
  width: 100%; }

.link--underlined {
  text-decoration: underline; }

.link--grey {
  color: #dadada; }

.link--light-blue {
  color: #dbf1ff; }

.link--blue {
  color: #006fb9; }

.scroll-down {
  cursor: pointer; }

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

.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translatez(0); }

.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background: #006fb9;
  opacity: 1; }

.ink.animate {
  -webkit-animation: ripple-effect .6s linear;
          animation: ripple-effect .6s linear; }

@-webkit-keyframes scrollDownChevron {
  from {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  to {
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px); } }

@keyframes scrollDownChevron {
  from {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  to {
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px); } }

@-webkit-keyframes ripple-effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); } }

@keyframes ripple-effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); } }

@-webkit-keyframes graph-bar-grow-up {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes graph-bar-grow-up {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@-webkit-keyframes progressLoad {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%); } }

@keyframes progressLoad {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%); } }

@-webkit-keyframes togglerAnimation {
  0% {
    -webkit-transform: translate(0em, -50%) scale(1);
            transform: translate(0em, -50%) scale(1); }
  50% {
    -webkit-transform: translate(0.475em, -50%) scale(0.8);
            transform: translate(0.475em, -50%) scale(0.8); }
  100% {
    -webkit-transform: translate(0.90625em, -50%) scale(1);
            transform: translate(0.90625em, -50%) scale(1); } }

@keyframes togglerAnimation {
  0% {
    -webkit-transform: translate(0em, -50%) scale(1);
            transform: translate(0em, -50%) scale(1); }
  50% {
    -webkit-transform: translate(0.475em, -50%) scale(0.8);
            transform: translate(0.475em, -50%) scale(0.8); }
  100% {
    -webkit-transform: translate(0.90625em, -50%) scale(1);
            transform: translate(0.90625em, -50%) scale(1); } }

@-webkit-keyframes togglerAnimationReverse {
  0% {
    -webkit-transform: translate(0.90625em, -50%) scale(1);
            transform: translate(0.90625em, -50%) scale(1); }
  50% {
    -webkit-transform: translate(0.475em, -50%) scale(0.8);
            transform: translate(0.475em, -50%) scale(0.8); }
  100% {
    -webkit-transform: translate(0em, -50%) scale(1);
            transform: translate(0em, -50%) scale(1); } }

@keyframes togglerAnimationReverse {
  0% {
    -webkit-transform: translate(0.90625em, -50%) scale(1);
            transform: translate(0.90625em, -50%) scale(1); }
  50% {
    -webkit-transform: translate(0.475em, -50%) scale(0.8);
            transform: translate(0.475em, -50%) scale(0.8); }
  100% {
    -webkit-transform: translate(0em, -50%) scale(1);
            transform: translate(0em, -50%) scale(1); } }

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

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

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

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

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

.animatable {
  visibility: hidden; }

.animated {
  visibility: visible; }

.feature.animated {
  -webkit-animation: fadeInScale 1s both;
          animation: fadeInScale 1s both; }

.faq-search__result .faq__item.animated {
  -webkit-animation: none;
          animation: none; }

.logo__title {
  display: block;
  margin-left: 10px; }

.logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.btn {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  text-decoration: none;
  text-transform: none;
  padding: 15px 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn:disabled {
    cursor: not-allowed;
    background-color: #ccc;
    background-image: none; }
  .btn--neo-radio {
    position: relative;
    padding: 0; }
    .btn--neo-radio input {
      position: absolute;
      visibility: hidden; }
    .btn--neo-radio label {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      border-radius: 8px;
      border: 3px solid rgba(255, 255, 255, 0);
      white-space: pre-wrap;
      color: #ffffff;
      background: #006fb9;
      font-size: 18px;
      font-weight: 500;
      -webkit-transition: all ease-in-out .5s;
      -o-transition: all ease-in-out .5s;
      transition: all ease-in-out .5s; }
      .btn--neo-radio label:hover {
        background: #079cff; }
    .btn--neo-radio input[type="radio"] {
      display: none; }
    .btn--neo-radio input[type="radio"]:checked + label {
      background: #15b5ff;
      border-color: #15b5ff;
      -webkit-box-shadow: 5px 5px 8px -5px rgba(34, 60, 80, 0.6) inset, -5px -5px 5px -5px rgba(255, 255, 255, 0.6) inset;
              box-shadow: 5px 5px 8px -5px rgba(34, 60, 80, 0.6) inset, -5px -5px 5px -5px rgba(255, 255, 255, 0.6) inset; }
    .btn--neo-radio input[type="radio"]:disabled + label {
      background: #ccc;
      border-color: #ccc;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(255, 255, 255, 0.6); }
  .btn--neo-border {
    position: relative;
    background: #006fb9;
    color: #ffffff;
    border-radius: 8px;
    overflow: visible;
    border: 3px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .btn--neo-border:active {
      background-color: #15b5ff; }
    .btn--neo-border::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      margin: -3px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      border-radius: inherit;
      background: -o-linear-gradient(300deg, #FFFFFF 26.33%, rgba(219, 230, 242, 0) 50.71%, rgba(143, 159, 174, 0.5) 100%);
      background: linear-gradient(150deg, #FFFFFF 26.33%, rgba(219, 230, 242, 0) 50.71%, rgba(143, 159, 174, 0.5) 100%); }
  .btn--empty {
    background: rgba(255, 255, 255, 0);
    border: 3px solid #ffffff; }
  .btn--shadow {
    -webkit-box-shadow: 4px 4px 8px rgba(136, 165, 191, 0.54), -4px -4px 8px #FFFFFF;
            box-shadow: 4px 4px 8px rgba(136, 165, 191, 0.54), -4px -4px 8px #FFFFFF; }
  .btn--rounded {
    border-radius: 8px; }
  .btn--wide-s {
    padding-left: 15px;
    padding-right: 15px; }
  .btn--wide-m {
    padding-left: 25px;
    padding-right: 25px; }
  .btn--wide-l {
    padding-left: 35px;
    padding-right: 35px; }
  .btn--blue {
    background-color: #006fb9;
    color: #ffffff; }
    .btn--blue:hover, .btn--blue:focus {
      background-color: #079cff; }
  .btn--blue-border {
    border-color: #006fb9; }
  .btn--blue-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#1FA2FF), color-stop(51%, #12D8FA), to(#1FA2FF));
    background: -o-linear-gradient(left, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
    background: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
    background-size: 400%;
    color: #ffffff; }
    .btn--blue-gradient:hover, .btn--blue-gradient:focus {
      background-position: right center; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--edit {
    width: 25px;
    height: 25px;
    padding: 0; }
    .btn--edit svg {
      display: block;
      width: 100%;
      height: 100%; }
  .btn--confirm {
    background: rgba(255, 255, 255, 0);
    padding-left: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .btn--confirm svg {
      display: block;
      width: 28px;
      height: 28px;
      fill: #15b5ff; }

.burger {
  display: inline-block;
  z-index: 1;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .burger__patty {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 2px;
    vertical-align: middle;
    font-size: 0;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0);
    background: #ffffff;
    -webkit-transition: background 0.5s 0.5s;
    -o-transition: background 0.5s 0.5s;
    transition: background 0.5s 0.5s; }
    .burger__patty:before, .burger__patty:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #ffffff;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: top 0.5s 0.5s, -webkit-transform 0.5s;
      transition: top 0.5s 0.5s, -webkit-transform 0.5s;
      -o-transition: top 0.5s 0.5s, transform 0.5s;
      transition: top 0.5s 0.5s, transform 0.5s;
      transition: top 0.5s 0.5s, transform 0.5s, -webkit-transform 0.5s; }
    .burger__patty:before {
      top: -10px; }
    .burger__patty:after {
      top: 10px; }
  .burger--close .burger__patty {
    -webkit-transition: background 0.5s 0s;
    -o-transition: background 0.5s 0s;
    transition: background 0.5s 0s;
    background: rgba(255, 255, 255, 0); }
    .burger--close .burger__patty:before, .burger--close .burger__patty:after {
      top: 0;
      -webkit-transition: top 0.5s, -webkit-transform 0.5s 0.5s;
      transition: top 0.5s, -webkit-transform 0.5s 0.5s;
      -o-transition: top 0.5s, transform 0.5s 0.5s;
      transition: top 0.5s, transform 0.5s 0.5s;
      transition: top 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s; }
    .burger--close .burger__patty:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .burger--close .burger__patty:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tabs .tabs__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 420px; }
  .tabs__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .tabs__btn label {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px 25px;
      min-width: 180px; }
  .tabs__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
    background: #ffffff;
    padding: 20px;
    border: 3px solid #006fb9;
    border-radius: 8px; }
    .tabs__content-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 420px; }

.tab__img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 0; }
  .tab__img:not(:last-child) {
    margin-bottom: 15px; }

.accordeon__item-radio {
  display: none; }

.accordeon__item-content {
  display: none; }

.accordeon__item--active .accordeon__item-content {
  display: block; }

.table-outer {
  border-radius: 8px;
  border: 1px solid #bdbdbd; }
  .table-outer:not([data-simplebar="init"]) {
    overflow: auto; }

.table th {
  background: #3a99d8;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.table tr {
  border-top: 1px solid #bdbdbd; }

.table tbody {
  background: #ffffff;
  color: #333333; }

.table th,
.table td {
  text-align: left;
  padding: 10px 7px;
  white-space: nowrap; }

.graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .graph__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .graph__title {
    color: #333333;
    margin: 5px 0;
    font-weight: 500; }
  .graph__keys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px; }
  .graph__key {
    margin-right: 10px; }
    .graph__key--blue::before {
      background: #006fb9; }
    .graph__key--blue-light::before {
      background: #15b5ff; }
    .graph__key::before {
      content: '';
      display: inline-block;
      border: 1px solid #bdbdbd;
      width: 15px;
      height: 15px;
      margin-right: 5px;
      border-radius: 4px; }
  .graph__bar {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    max-width: 80px;
    cursor: pointer;
    text-align: center;
    margin: 0 5px;
    background: rgba(189, 189, 189, 0.1);
    border-radius: 8px 8px 0 0;
    visibility: visible; }
    .graph__bar.animatable .graph__bar-fill, .graph__bar.animatable .graph__bar-count {
      visibility: hidden; }
    .graph__bar.animated .graph__bar-fill {
      -webkit-animation: graph-bar-grow-up ease .5s both;
              animation: graph-bar-grow-up ease .5s both;
      visibility: visible; }
    .graph__bar.animated .graph__bar-count {
      -webkit-animation: fadeIn .5s .5s both;
              animation: fadeIn .5s .5s both;
      visibility: visible; }
    .graph__bar-fill {
      width: 100%;
      height: 100%;
      background: #006fb9;
      -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transition: all ease-out .3s;
      -o-transition: all ease-out .3s;
      transition: all ease-out .3s;
      max-height: 0;
      border-radius: 8px 8px 0 0; }
    .graph__bar-count {
      color: #15b5ff;
      font-weight: 500; }
    .graph__bar--active .graph__bar-fill {
      background: #15b5ff; }
    .graph__bar:hover .graph__bar-fill {
      background: #079cff; }
    .graph__bar.is-disabled .graph__bar {
      cursor: not-allowed;
      pointer-events: none; }
      .graph__bar.is-disabled .graph__bar-fill {
        background: #bdbdbd; }
      .graph__bar.is-disabled .graph__bar-count {
        color: #bdbdbd; }
    .graph__bar-count {
      display: block;
      margin-top: -20px; }
  .graph__grid {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 10px);
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: -1; }
    .graph__grid-line {
      position: relative;
      height: 1px;
      background: #bdbdbd; }
      .graph__grid-line:last-child {
        background: rgba(255, 255, 255, 0); }
      .graph__grid-line::before {
        content: attr(data-value);
        display: inline-block;
        -webkit-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%);
        position: absolute;
        font-size: 12px;
        top: 0;
        left: -2px; }
  .graph.is-disabled .graph__bar-fill {
    background: #bdbdbd; }
  .graph.is-disabled .graph__bar-count {
    color: #bdbdbd; }

.custom-select-option {
  cursor: pointer; }
  .custom-select-option.has-focus {
    background: rgba(21, 181, 255, 0.8);
    color: #ffffff; }

.custom-select-option-descr {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  pointer-events: none; }

.custom-select-container.is-open .custom-select-panel {
  border: 2px solid #ffffff; }

.custom-select-panel {
  background: #f7f8ff;
  border-radius: 0 0 6px 6px; }

.custom-select-opener {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 6px; }
  .custom-select-opener::after {
    content: '';
    background: url(../img/sprites/intermediate-svg/chevron-down.svg) center/contain;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

.customSelect.is-open .custom-select-opener::after {
  -webkit-transform: translate(0%, -75%) rotate(180deg);
      -ms-transform: translate(0%, -75%) rotate(180deg);
          transform: translate(0%, -75%) rotate(180deg); }

.field-select__name {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: 500; }

.field-text {
  display: block; }
  .field-text--captcha .field-text__input, .field-text--captcha .field-text__captcha-img {
    width: calc(50% - 5px); }
  .field-text--captcha .field-text__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .field-text--captcha .field-text__captcha-img {
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .field-text__name {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 500; }
  .field-text__input-wrap {
    display: block; }
  .field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: calc(1.2em + 5px + 5px + 2px);
    margin: 0;
    padding: 15px 10px;
    line-height: 1.2;
    font-size: 14px;
    border-radius: 8px;
    font-family: inherit;
    background-color: #fff;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border: 1px solid #bdbdbd;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
    background: #ffffff;
    -webkit-box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
            box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
    border: none;
    border-radius: 6px; }
    .field-text__input:focus {
      outline: 0;
      border-color: #333333; }
    .field-text__input[disabled], .field-text__input[readonly] {
      cursor: not-allowed;
      background-color: #bdbdbd; }
    .field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration, .field-text__input::-webkit-inner-spin-button, .field-text__input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .field-text__input[type='color'] {
      padding: 0; }
    .field-text__input::-webkit-input-placeholder {
      color: #bdbdbd;
      opacity: 1; }
    .field-text__input::-moz-placeholder {
      color: #bdbdbd;
      opacity: 1; }
    .field-text__input::-ms-input-placeholder {
      color: #bdbdbd;
      opacity: 1; }
    .field-text__input::placeholder {
      color: #bdbdbd;
      opacity: 1; }
  .field-text__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 14px;
    line-height: 1.2;
    color: #bdbdbd;
    margin-top: 5px; }
    .field-text__help-text:empty {
      display: none; }

.field-radio {
  display: block; }
  .field-radio__title {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 500; }
  .field-radio__input-wrap {
    position: relative; }
  .field-radio__label {
    display: inline-block;
    position: relative;
    padding-left: 1.8em;
    font-weight: 400;
    line-height: 1.2; }
  .field-radio__label-text {
    display: inline-block;
    color: #333333; }
    .field-radio__label-text:hover::before {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      border-color: #006fb9; }
    input:disabled ~ .field-radio__label-text {
      cursor: not-allowed; }
    input:checked ~ .field-radio__label-text {
      color: #333333; }
    .field-radio__label-text:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1.25em;
      height: 1.25em;
      border: 2px solid #bdbdbd;
      border-radius: 50%;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-box-shadow: inset 0px 0px 0px 0.625em #f7f8ff, -3px -3px 6px 0px white, 1px 1px 6px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 10px 2px rgba(49, 49, 49, 0.05);
              box-shadow: inset 0px 0px 0px 0.625em #f7f8ff, -3px -3px 6px 0px white, 1px 1px 6px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 10px 2px rgba(49, 49, 49, 0.05); }
      input:checked ~ .field-radio__label-text:before {
        background: #006fb9;
        border-color: #006fb9;
        -webkit-box-shadow: inset 0px 0px 0px 0.15em #fff, -3px -3px 6px 0px white, 1px 1px 6px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 10px 2px rgba(49, 49, 49, 0.05);
                box-shadow: inset 0px 0px 0px 0.15em #fff, -3px -3px 6px 0px white, 1px 1px 6px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 10px 2px rgba(49, 49, 49, 0.05); }
    input:disabled ~ .field-radio__label-text:before {
      border-color: #bdbdbd;
      background: rgba(189, 189, 189, 0.2); }
  .field-radio__input {
    position: absolute;
    top: 0.8em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
  .field-radio__help-text-wrap {
    display: block;
    padding-left: 0; }
  .field-radio__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 14px;
    line-height: 1.2;
    color: #bdbdbd;
    margin-top: 5px; }
    .field-radio__help-text:empty {
      display: none; }

.field-range {
  position: relative;
  text-align: center;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  margin-bottom: 35px; }
  .field-range::before, .field-range::after {
    position: absolute;
    top: calc(100% - 2px);
    padding: 15px 10px;
    padding-bottom: 0;
    color: #bdbdbd;
    font-size: 14px; }
  .field-range::before {
    content: attr(data-min);
    left: 0;
    border-left: 1px solid rgba(189, 189, 189, 0.5); }
  .field-range::after {
    content: attr(data-max);
    right: 0;
    border-right: 1px solid rgba(189, 189, 189, 0.5); }
  .field-range__range {
    -webkit-appearance: none;
    border-radius: 5px;
    background: #d7dcdf;
    border: 1px solid #d7dcdf;
    background: -o-linear-gradient(19.28deg, #FFFFFF -30.86%, #ECF1F7 -10.72%, #CFDCEB 112.31%);
    background: linear-gradient(70.72deg, #FFFFFF -30.86%, #ECF1F7 -10.72%, #CFDCEB 112.31%);
    -webkit-box-shadow: inset 4px 5px 7px rgba(18, 46, 101, 0.1), inset -4px -4px 4px rgba(255, 255, 255, 0.7);
            box-shadow: inset 4px 5px 7px rgba(18, 46, 101, 0.1), inset -4px -4px 4px rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 14px;
    outline: none;
    padding: 0 5px;
    margin: 0; }
    .field-range__range::-webkit-slider-thumb {
      -webkit-appearance: none;
              appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #2c3e50;
      cursor: pointer;
      -webkit-transition: background .15s ease-in-out;
      -o-transition: background .15s ease-in-out;
      transition: background .15s ease-in-out; }
      .field-range__range::-webkit-slider-thumb:hover {
        background: #006fb9; }
    .field-range__range::-webkit-slider-thumb {
      background: #006fb9; }
    .field-range__range::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border: 0;
      border-radius: 50%;
      background: #2c3e50;
      cursor: pointer;
      -webkit-transition: background .15s ease-in-out;
      -o-transition: background .15s ease-in-out;
      transition: background .15s ease-in-out; }
      .field-range__range::-moz-range-thumb:hover {
        background: #006fb9; }
    .field-range__range::-moz-range-thumb {
      background: #006fb9;
      box-shadow: 0 0 0 3px #fff, 0 0 0 6px #006fb9;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .field-range__range::-webkit-slider-thumb {
      background: #006fb9;
      -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #006fb9;
              box-shadow: 0 0 0 3px #fff, 0 0 0 6px #006fb9;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .field-range__range:hover::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 8px #006fb9;
              box-shadow: 0 0 0 4px #fff, 0 0 0 8px #006fb9; }
    .field-range__range:hover::-moz-range-thumb {
      box-shadow: 0 0 0 4px #fff, 0 0 0 8px #006fb9; }
  .field-range__value {
    display: inline-block;
    position: relative;
    width: 120px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px; }
    .field-range__value:after {
      position: absolute;
      top: 8px;
      left: -7px;
      width: 0;
      height: 0;
      border-top: 7px solid rgba(255, 255, 255, 0);
      border-right: 7px solid #2c3e50;
      border-bottom: 7px solid rgba(255, 255, 255, 0);
      content: ''; }

::-moz-range-track {
  background: rgba(255, 255, 255, 0);
  border: 0; }

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0; }

.field-num {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .field-num__name {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 500;
    line-height: 1; }
  .field-num__input-wrap {
    display: block; }
  .field-num__input-and-btns {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px; }
  .field-num__input {
    background: #ffffff;
    -webkit-box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
            box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
    border: 2px solid #ffffff;
    border-radius: 10px;
    color: #15b5ff;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
    min-width: 0;
    margin: 0 10px; }
    .field-num__input:disabled {
      cursor: not-allowed;
      color: #bdbdbd; }
  .field-num__btn {
    position: relative;
    width: 40px;
    height: 40px;
    background: #006fb9;
    color: #ffffff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
    border: 3px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .field-num__btn:active {
      background-color: #15b5ff; }
    .field-num__btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      margin: -3px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      border-radius: inherit;
      background: -o-linear-gradient(300deg, #FFFFFF 26.33%, rgba(219, 230, 242, 0) 50.71%, rgba(143, 159, 174, 0.5) 100%);
      background: linear-gradient(150deg, #FFFFFF 26.33%, rgba(219, 230, 242, 0) 50.71%, rgba(143, 159, 174, 0.5) 100%); }
    .field-num__btn::after {
      content: '';
      width: 15px;
      height: 15px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .field-num__btn--minus::after {
      background: url(../img/sprites/intermediate-svg/minus.svg) center/contain; }
    .field-num__btn--plus::after {
      background: url(../img/sprites/intermediate-svg/plus.svg) center/contain; }
    .field-num__btn:focus {
      outline: none; }
    .field-num__btn:disabled {
      cursor: not-allowed;
      background-color: #ccc; }
  .field-num__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 14px;
    line-height: 1.2;
    color: #bdbdbd;
    margin-top: 5px; }
    .field-num__help-text:empty {
      display: none; }
  .field-num--disabled .field-num__input {
    color: #ccc; }
  .field-num--disabled .field-num__btn {
    background-color: #ccc;
    cursor: not-allowed; }

.field-actions {
  margin-top: 40px; }

.field-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .field-toggler__title {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 500; }
  .field-toggler__input-wrap--large {
    font-size: 24px; }
  .field-toggler__toggler {
    display: inline-block;
    width: 2.1875em; }
    input:disabled ~ .field-toggler__toggler {
      cursor: not-allowed; }
    .field-toggler__toggler:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 2.1875em;
      height: 1.25em;
      background-color: #f7f8ff;
      -webkit-box-shadow: -3px -3px 8px 0px white, 2px 2px 8px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 10px 2px rgba(49, 49, 49, 0.05);
              box-shadow: -3px -3px 8px 0px white, 2px 2px 8px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 10px 2px rgba(49, 49, 49, 0.05);
      border: 2px solid #006fb9;
      border-radius: 100px; }
    input:disabled ~ .field-toggler__toggler:before {
      border-color: #bdbdbd;
      background: #cacaca; }
    .field-toggler__toggler:after {
      content: '';
      position: absolute;
      top: 0.625em;
      left: 0.225em;
      width: 0.8125em;
      height: 0.8125em;
      background-color: #006fb9;
      border-radius: 100%;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-animation: togglerAnimationReverse .5s both linear;
              animation: togglerAnimationReverse .5s both linear; }
    input:checked ~ .field-toggler__toggler:after {
      -webkit-animation: togglerAnimation .5s both linear;
              animation: togglerAnimation .5s both linear; }
    input:disabled ~ .field-toggler__toggler:after {
      background-color: #bdbdbd; }
  .field-toggler__input-wrap {
    position: relative;
    margin: 0 5px; }
  .field-toggler__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
  .field-toggler__help-text-wrap {
    padding-left: 3.2em; }
  .field-toggler__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 14px;
    line-height: 1.2;
    color: #bdbdbd;
    margin-top: 5px; }
    .field-toggler__help-text:empty {
      display: none; }

.more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #006fb9; }
  .more-link__icon {
    width: .8em;
    height: .8em;
    fill: #006fb9;
    margin-left: 0.5em; }

.section-transition,
.section-transition__layer,
.section-transition__layers {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999; }

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

.section-transition {
  display: none; }
  .section-transition.is-active {
    display: block;
    visibility: visible; }
  .section-transition__logo {
    position: fixed;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10000;
    width: 200px;
    height: 200px; }
    .section-transition__logo img {
      width: 100%; }
  .section-transition__layer--1 {
    background: #c6c6c6; }
  .section-transition__layer--2 {
    background: #ededed; }
  .section-transition__layer--3 {
    background: #ffffff; }

.page__canvas-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: -o-linear-gradient(135deg, #24a7ff 0%, #ffffff 100%);
  background-image: linear-gradient(315deg, #24a7ff 0%, #ffffff 100%); }

@-webkit-keyframes bar_animation {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px); } }

@keyframes bar_animation {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px); } }

@-webkit-keyframes bar_animation_reverse {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(500px);
            transform: translateY(500px); } }

@keyframes bar_animation_reverse {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(500px);
            transform: translateY(500px); } }

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

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

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

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

@-webkit-keyframes bubble_3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bubble_3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes bubble_4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bubble_4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes bubble_5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bubble_5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.bubble {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  opacity: 0.5;
  background-color: #e5ebf7;
  will-change: transform; }
  .bubble--s {
    width: 150px;
    height: 150px; }
  .bubble--m {
    width: 300px;
    height: 300px; }
  .bubble--l {
    width: 500px;
    height: 500px; }
  .bubble-wrapper {
    position: absolute;
    -webkit-animation: bar_animation_reverse 300s infinite alternate;
            animation: bar_animation_reverse 300s infinite alternate; }

.bubbles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bubbles-bg--grey-1 .bubble-wrapper:nth-child(1) {
    top: -70px;
    left: -40px; }
    .bubbles-bg--grey-1 .bubble-wrapper:nth-child(1) .bubble {
      -webkit-animation: bubble_5 10s infinite;
              animation: bubble_5 10s infinite; }
  .bubbles-bg--grey-1 .bubble-wrapper:nth-child(2) {
    top: 70px;
    right: -40px; }
    .bubbles-bg--grey-1 .bubble-wrapper:nth-child(2) .bubble {
      -webkit-animation: bubble_3 15s infinite;
              animation: bubble_3 15s infinite; }
  .bubbles-bg--grey-1 .bubble-wrapper:nth-child(3) {
    bottom: 10px;
    right: 100px; }
    .bubbles-bg--grey-1 .bubble-wrapper:nth-child(3) .bubble {
      -webkit-animation: bubble_3 15s infinite;
              animation: bubble_3 15s infinite; }
  .bubbles-bg--grey-1 .bubble-wrapper:nth-child(4) {
    bottom: 150px;
    left: 100px; }
    .bubbles-bg--grey-1 .bubble-wrapper:nth-child(4) .bubble {
      -webkit-animation: bubble_3 15s infinite;
              animation: bubble_3 15s infinite; }
  .bubbles-bg--grey-2 .bubble-wrapper:nth-child(1) {
    top: 60px;
    left: -160px; }
    .bubbles-bg--grey-2 .bubble-wrapper:nth-child(1) .bubble {
      -webkit-animation: bubble_3 15s infinite;
              animation: bubble_3 15s infinite;
      opacity: 0.25; }
  .bubbles-bg--grey-2 .bubble-wrapper:nth-child(2) {
    bottom: -160px;
    right: 100px; }
    .bubbles-bg--grey-2 .bubble-wrapper:nth-child(2) .bubble {
      -webkit-animation: bubble_1 10s infinite;
              animation: bubble_1 10s infinite; }
  .bubbles-bg--blue-2 {
    opacity: 0.7; }
    .bubbles-bg--blue-2 .bubble {
      background: -o-linear-gradient(315deg, #2295d3 0%, #00509a 100%);
      background: linear-gradient(135deg, #2295d3 0%, #00509a 100%); }
    .bubbles-bg--blue-2 .bubble-wrapper:nth-child(1) {
      top: 60px;
      left: -160px; }
      .bubbles-bg--blue-2 .bubble-wrapper:nth-child(1) .bubble {
        -webkit-animation: bubble_4 15s infinite;
                animation: bubble_4 15s infinite;
        opacity: 0.7; }
    .bubbles-bg--blue-2 .bubble-wrapper:nth-child(2) {
      top: 0;
      right: 100px;
      opacity: 0.5; }
      .bubbles-bg--blue-2 .bubble-wrapper:nth-child(2) .bubble {
        -webkit-animation: bubble_1 10s infinite;
                animation: bubble_1 10s infinite; }
  .bubbles-bg--blue-1 .bubble-wrapper:nth-child(1) .bubble {
    background: -o-linear-gradient(195deg, #2295d3 0%, #00509a 100%);
    background: linear-gradient(255deg, #2295d3 0%, #00509a 100%);
    opacity: 1; }
  .bubbles-bg--blue-1 .bubble {
    background: -o-linear-gradient(315deg, #2295d3 0%, #00509a 100%);
    background: linear-gradient(135deg, #2295d3 0%, #00509a 100%);
    opacity: .75; }
  .bubbles-bg--blue-2 .bubble {
    background: rgba(34, 164, 251, 0.25); }

.js-modal-open {
  overflow: hidden; }

.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: fadeIn .4s both;
          animation: fadeIn .4s both; }
  .modal--instagram-post .modal__iframe-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 180%; }
  .modal--instagram-post iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .modal--sign-in .modal__dialog, .modal--sign-up .modal__dialog {
    width: 100%;
    max-width: 360px; }
  .modal--review .modal__dialog {
    max-width: 992px; }
  .js-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .modal__dialog {
    position: relative;
    min-width: 320px;
    width: 100%;
    height: 100%;
    margin: auto; }
  .modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    outline: 0;
    border-radius: 8px; }
  .modal__header {
    background: #006fb9;
    color: #ffffff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px 30px;
    border-radius: 8px 8px 0 0; }
    .modal__header .modal__close {
      top: 0;
      right: -35px; }
  .modal__title {
    margin-top: .4em;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: currentColor; }
  .modal__close {
    position: absolute !important;
    top: 5px;
    right: 5px; }
  .modal__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 30px; }
    .modal__body .video {
      margin: 20px 0; }
    .modal__body .field-text + .field-text {
      margin-top: 20px; }
  .modal__form {
    padding: 20px 0; }
    .modal__form-captcha {
      width: 50%;
      margin: 20px auto; }
  .modal__cta-text {
    display: block;
    text-align: center;
    margin-top: 20px; }
  .modal__footer {
    border-top: 1px solid #bdbdbd;
    border-radius: 0 0 4px 4px;
    margin: 0 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 20px 0;
    font-size: 14px; }
    .modal__footer-line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .modal__backdrop {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .modal--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@-webkit-keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes modal-content-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes modal-content-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.close {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  border: none;
  padding: 0;
  line-height: 30px;
  background: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .close span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 2px;
    vertical-align: middle;
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0); }
    .close span:before, .close span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #ffffff;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .close span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .close span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }

.instagram-gallery {
  overflow: hidden; }
  .instagram-gallery__item {
    position: relative;
    display: block;
    overflow: hidden; }
    .instagram-gallery__item:hover .instagram-gallery__item-img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .instagram-gallery__item:hover .instagram-gallery__item-overlay {
      opacity: 1;
      background: rgba(0, 0, 0, 0.8); }
    .instagram-gallery__item-img {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .instagram-gallery__item-likes, .instagram-gallery__item-comments {
      color: #ffffff;
      margin: 5px 0;
      margin-right: 10px; }
      .instagram-gallery__item-likes:last-child, .instagram-gallery__item-comments:last-child {
        margin-right: 0; }
      .instagram-gallery__item-likes::before, .instagram-gallery__item-comments::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 25px;
        height: 25px;
        opacity: 0.4;
        background: no-repeat center / contain; }
    .instagram-gallery__item-likes::before {
      background-image: url(../img/sprites/intermediate-svg/likes.svg); }
    .instagram-gallery__item-comments::before {
      background-image: url(../img/sprites/intermediate-svg/comments.svg); }
    .instagram-gallery__item-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      top: 0;
      left: 0;
      z-index: 10;
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      padding: 30px; }
    .instagram-gallery__item-caption {
      position: relative;
      color: #ffffff;
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      overflow: hidden;
      word-break: break-word; }

.copy-to-clipboard__target {
  position: relative;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
          box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
  min-height: 50px;
  cursor: pointer;
  word-break: break-all; }
  .copy-to-clipboard__target::before {
    content: 'Copied';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 6px 30px;
    font-size: 16px;
    background: #15b5ff;
    color: #fff;
    border-radius: 8px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .copy-to-clipboard__target.selected::before {
    opacity: 1; }
  .copy-to-clipboard__target.selected .copy-to-clipboard__target-text {
    display: inline;
    background: #006fb9;
    color: #ffffff; }

.progress {
  position: relative;
  overflow: hidden; }
  .progress progress {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden; }
  .progress-bar {
    position: absolute;
    overflow: hidden;
    background: #15b5ff;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px; }
    .progress-bar--left-space {
      left: auto;
      right: 0; }
    .progress-bar.animated {
      -webkit-animation: progressLoad .5s ease both;
              animation: progressLoad .5s ease both; }
  .progress-value {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #ffffff;
    display: block;
    line-height: 30px;
    text-align: center;
    z-index: 10;
    -webkit-animation: fadeIn .5s .5s both;
            animation: fadeIn .5s .5s both; }
    .progress-value::before {
      content: attr(data-text);
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: rgba(255, 255, 255, 0.9); }
  .progress-bg {
    background: #006fb9;
    position: relative;
    height: 30px;
    border-radius: 4px;
    overflow: hidden; }

.total-progress .progress-bg {
  border-radius: 4px 4px 0 0; }

.amount-progress .progress-bar {
  text-align: center;
  color: #ffffff;
  background: #7fbde6; }
  .amount-progress .progress-bar--left-space {
    background: #3a99d8; }

.amount-progress .progress-bg {
  border-radius: 0 0 4px 4px;
  height: 20px;
  background: none; }

.amount-progress .progress-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  width: 100%; }
  .amount-progress .progress-value::before, .amount-progress .progress-value::after {
    font-size: 12px; }

.website-guide__btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100; }
  .website-guide__btn svg {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    background: rgba(0, 111, 185, 0.5);
    padding: 10px;
    border-radius: 10px; }

.barba-wrapper {
  padding-top: 70px; }

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  z-index: 1000; }
  .page-header__inner {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 0 5px #333333;
            box-shadow: 0 0 5px #333333;
    background: -o-linear-gradient(45deg, rgba(36, 167, 255, 0.8), rgba(0, 111, 185, 0.8));
    background: linear-gradient(45deg, rgba(36, 167, 255, 0.8), rgba(0, 111, 185, 0.8)); }
  .page-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 42px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .page-header__logo .logo__img {
      height: 1.25em; }
  .page-header__login {
    position: relative; }
    .page-header__login .login__dropdown {
      position: absolute;
      top: calc(100% + 2px);
      right: 0;
      background: #ffffff;
      width: 250px;
      padding: 10px;
      color: #333333;
      border-radius: 0 4px;
      font-size: 14px;
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .page-header__login .login__dropdown p {
        font-size: 14px; }
    .page-header__login .login__btn {
      width: 100%; }
  .page-header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 14px;
    min-width: 5em;
    min-height: 5em;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .page-header__item-btn {
      padding: 0.625em 0.25em;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
    .page-header__item:hover {
      background: #15b5ff; }
    .page-header__item-icon {
      display: block;
      margin: 0 auto;
      width: 30px;
      height: 22px;
      fill: #ffffff; }
    .page-header__item-name {
      display: block;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s;
      width: 100%;
      position: absolute;
      bottom: -0.9375em;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      line-height: 1; }

@-webkit-keyframes showLine {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes showLine {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  will-change: transform; }
  .main-nav--open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
    .main-nav--open ~ .main-nav__backdrop {
      display: block; }
    .main-nav--open .current-link .main-nav__link-title::after {
      -webkit-animation: showLine 1.5s both ease;
              animation: showLine 1.5s both ease;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      width: 250px; }
    .main-nav--open .main-nav__telegram {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s; }
    .main-nav--open .main-nav__item.is-active .main-nav__pseudolink-title::after {
      -webkit-animation: showLine 1.5s both ease;
              animation: showLine 1.5s both ease;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      width: 250px; }
  .main-nav__backdrop {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 152, 255, 0.4);
    -webkit-animation: fadeIn .4s;
            animation: fadeIn .4s;
    display: none; }
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#006fb9));
    background: -o-linear-gradient(top, #24a7ff, #006fb9);
    background: linear-gradient(180deg, #24a7ff, #006fb9);
    border-right: 5px solid #0080d7;
    height: 100vh;
    height: calc(100* var(--vh) - var(--headerHeight));
    padding: 65px 0;
    padding: calc(var(--headerHeight) + 15px) 0;
    padding-left: 25px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: var(--headerHeight);
    overflow: auto;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.3); }
    .main-nav__list.main-nav__list--light-blue {
      background: -webkit-gradient(linear, left top, left bottom, from(#0080d7), to(#006fb9));
      background: -o-linear-gradient(top, #0080d7, #006fb9);
      background: linear-gradient(180deg, #0080d7, #006fb9); }
  .main-nav__telegram {
    position: absolute;
    top: var(--headerHeight);
    left: 0;
    background: #15b5ff;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%; }
    .main-nav__telegram-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 15px 5px 15px;
      font-size: 20px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      width: 100%; }
      .main-nav__telegram-link:hover, .main-nav__telegram-link:focus {
        padding-left: 15px;
        padding-right: 15px; }
    .main-nav__telegram-icon {
      width: 20px;
      height: 20px;
      margin-left: 10px;
      vertical-align: baseline; }
      .main-nav__telegram-icon svg {
        width: 100%;
        height: 100%;
        fill: #ffffff; }
  .main-nav__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    max-height: 55px;
    text-align: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .main-nav__item:first-child {
      margin-top: auto; }
    .main-nav__item:last-child {
      margin-bottom: auto; }
    .main-nav__item--show-child .main-nav__lvl {
      -webkit-transform: translateX(99%);
          -ms-transform: translateX(99%);
              transform: translateX(99%); }
    .main-nav__item--show-child .main-nav__pseudolink-title::after {
      width: 250px; }
    .main-nav__item.is-active .main-nav__pseudolink-title::after {
      width: 250px;
      height: 2px; }
  .main-nav__link, .main-nav__pseudolink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 5px 15px;
    font-size: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow: hidden; }
    .main-nav__link:hover, .main-nav__link:focus, .main-nav__pseudolink:hover, .main-nav__pseudolink:focus {
      margin-left: -10px; }
    .main-nav__link-title, .main-nav__pseudolink-title {
      position: relative; }
      .main-nav__link-title::after, .main-nav__pseudolink-title::after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 20px);
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        width: 0px;
        height: 1px;
        background: #ffffff;
        -webkit-transition: width .3s linear;
        -o-transition: width .3s linear;
        transition: width .3s linear; }
  .main-nav__link:hover .main-nav__link-title::after, .main-nav__link:focus .main-nav__link-title::after, .main-nav__link.current-link .main-nav__link-title::after {
    width: 250px; }
  .main-nav__link.current-link .main-nav__link-title::after {
    height: 2px; }
  .main-nav__pseudolink:hover .main-nav__pseudolink-title::after, .main-nav__pseudolink:focus .main-nav__pseudolink-title::after, .main-nav__pseudolink.current-link .main-nav__pseudolink-title::after {
    width: 250px; }
  .main-nav__pseudolink.current-link .main-nav__pseudolink-title::after {
    height: 2px; }
  .main-nav__lvl {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1; }

.main-nav,
.main-nav__lvl {
  min-width: 280px; }

#our-club > a {
  background: rgba(21, 181, 255, 0.2); }

.page__footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #006fb9;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .page__footer-wrapper p {
    color: #ffffff; }

.page-footer {
  width: 100%; }
  .page-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px; }
  .page-footer__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    color: #ffffff; }
    .page-footer__item-icon {
      width: 50px;
      height: 50px;
      fill: #ffffff;
      margin-bottom: 8px; }
    .page-footer__item-title {
      font-size: 18px;
      margin-bottom: 20px; }
    .page-footer__item-descr {
      margin-bottom: 20px; }
    .page-footer__item-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .page-footer__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    text-align: center;
    color: #ffffff; }
    .page-footer__line:not(:last-child) {
      margin-bottom: 20px; }
  .page-footer__tel {
    font-size: 24px; }
    .page-footer__tel::before {
      content: ''; }
  .page-footer__inner {
    padding: 20px 0; }
    .page-footer__inner > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-list__item {
    margin-right: 5px; }
    .social-list__item-icon {
      width: 30px;
      height: 30px; }

.copyright {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin-top: 5px; }

.info-line {
  padding: 10px 40px;
  color: #006fb9;
  background: #f7f8ff;
  -webkit-box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
          box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
  border: 2px solid #ffffff;
  border-radius: 10px; }

.cabinet {
  position: relative;
  z-index: 1;
  margin: 30px 0;
  padding: 0 !important;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .cabinet__info-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cabinet__info-line--account {
      margin: 10px 0; }
      .cabinet__info-line--account .info-line__header {
        font-size: 16px;
        font-weight: 500; }
        .cabinet__info-line--account .info-line__header span {
          display: block;
          word-break: break-all; }
      .cabinet__info-line--account .info-line__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 18px;
        background: rgba(189, 189, 189, 0.15);
        border-radius: 10px;
        margin-left: 40px;
        -webkit-box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
                box-shadow: inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
        border: 2px solid #ffffff; }
        .cabinet__info-line--account .info-line__content-item {
          margin: 12px 10px;
          line-height: 1; }
    .cabinet__info-line--stats {
      margin: 10px 0;
      padding: 5px 0;
      padding-left: 15px; }
      .cabinet__info-line--stats .info-line__content {
        width: 100%; }
        .cabinet__info-line--stats .info-line__content-table {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .cabinet__info-line--stats .info-line__content-table-inner {
            overflow: auto;
            margin: 0 auto; }
          .cabinet__info-line--stats .info-line__content-table tr {
            color: #006fb9; }
          .cabinet__info-line--stats .info-line__content-table td {
            font-size: 14px;
            text-align: left; }
          .cabinet__info-line--stats .info-line__content-table--mobile {
            display: none; }
  .cabinet__info .copy-to-clipboard__btn {
    width: 100%; }
  .cabinet__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px; }
  .cabinet__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
    margin: 0 5px; }
    .cabinet__status .status__item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      max-width: 100%;
      min-height: 60px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .cabinet__status .status__item--show-back {
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s; }
        .cabinet__status .status__item--show-back .status__item-front {
          -webkit-transform: translateX(-97%);
              -ms-transform: translateX(-97%);
                  transform: translateX(-97%); }
      .cabinet__status .status__item-front, .cabinet__status .status__item-back {
        position: relative;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 8px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      .cabinet__status .status__item-front {
        z-index: 10;
        text-align: left;
        white-space: normal; }
      .cabinet__status .status__item-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border: 1px solid #bdbdbd;
        background: #ffffff;
        margin-left: -100%;
        padding: 8px; }
        .cabinet__status .status__item-back .field-text {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .cabinet__status .status__item-back .field-text__input {
            overflow-x: hidden;
            min-height: 45px;
            height: 100%;
            padding: 4px;
            font-size: 11px; }
            .cabinet__status .status__item-back .field-text__input::-webkit-input-placeholder {
              font-size: 11px; }
            .cabinet__status .status__item-back .field-text__input::-moz-placeholder {
              font-size: 11px; }
            .cabinet__status .status__item-back .field-text__input::-ms-input-placeholder {
              font-size: 11px; }
            .cabinet__status .status__item-back .field-text__input::placeholder {
              font-size: 11px; }
            .cabinet__status .status__item-back .field-text__input-wrap {
              height: 100%; }
      .cabinet__status .status__item .field-text__input {
        border: 1px solid #dcdcdc; }
      .cabinet__status .status__item .btn--edit {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 8px;
        padding-right: 7px;
        z-index: 10; }
    .cabinet__status .status__item-label {
      height: 100%;
      padding: 8px 5px 5px 8px;
      margin: 0;
      font-size: 18px;
      font-weight: 500; }
    .cabinet__status .status__item-count {
      line-height: 1;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .cabinet__status .status__item-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .cabinet__status .status__item-input:checked + label .status__item-name,
    .cabinet__status .status__item-input:checked + label .status__item-count {
      color: #2525a7; }
    .cabinet__status .status__item-name {
      word-break: break-all;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .cabinet__status .status__item-input-wrap {
      height: 100%; }
    .cabinet__status .status__item-comment {
      width: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 8px;
      margin-right: 10px;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      color: #ddd; }
      .cabinet__status .status__item-comment.js-toggle-btn {
        color: #fff;
        font-size: 10px; }
        .cabinet__status .status__item-comment.js-toggle-btn:hover {
          text-decoration: underline; }
  .cabinet__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #eaf3fc;
    border: 3px solid #006fb9;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    margin: 0 5px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 8px rgba(136, 165, 191, 0.54), -2px -2px 8px #FFFFFF;
            box-shadow: 4px 4px 8px rgba(136, 165, 191, 0.54), -2px -2px 8px #FFFFFF; }
    .cabinet__card::before, .cabinet__section::before {
      width: calc(100% + 8px);
      -webkit-transform: translate(-4px, -50%);
          -ms-transform: translate(-4px, -50%);
              transform: translate(-4px, -50%); }
    .cabinet__card.is-disabled {
      border-color: #bdbdbd; }
    .cabinet__card-img {
      display: block;
      width: 100%;
      max-width: 170px;
      margin: 5px auto;
      background: -o-linear-gradient(305deg, #e6f2ff 20%, #f2f9ff 150%);
      background: linear-gradient(145deg, #e6f2ff 20%, #f2f9ff 150%);
      -webkit-box-shadow: 5px 5px 10px 0px rgba(18, 61, 101, 0.1), -5px -5px 10px 0px rgba(255, 255, 255, 0.9);
              box-shadow: 5px 5px 10px 0px rgba(18, 61, 101, 0.1), -5px -5px 10px 0px rgba(255, 255, 255, 0.9);
      border-radius: 6px;
      border: 3px solid #ffffff; }
    .cabinet__card-body {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 15px;
      width: calc(100% - 30px);
      -webkit-transition: opacity .5s, visibility .5s;
      -o-transition: opacity .5s, visibility .5s;
      transition: opacity .5s, visibility .5s;
      -webkit-transition-delay: 0s, .5s;
           -o-transition-delay: 0s, .5s;
              transition-delay: 0s, .5s;
      opacity: 0;
      z-index: -1; }
      .cabinet__card-body:not(.cabinet__card-body--info-showed) {
        margin-bottom: 5px; }
      .cabinet__card-body--info-showed {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
        .cabinet__card-body--info-showed.is-active {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .cabinet__card-body--info-showed.is-active > * {
            display: none; }
          .cabinet__card-body--info-showed.is-active ~ .cabinet__card-footer {
            display: none; }
      .cabinet__card-body.is-active {
        position: static;
        visibility: visible;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        opacity: 1;
        z-index: 1; }
    .cabinet__card-info {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      margin: auto; }
      .cabinet__card-info:first-child {
        margin-top: 0; }
      .cabinet__card-info-check {
        margin-top: auto; }
    .cabinet__card-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: auto; }
    .cabinet__card-title:empty {
      display: none; }
    .cabinet__card-title, .cabinet__card-info-title {
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      color: #006fb9;
      margin: 6px 0; }
  .cabinet__result-field {
    margin: 5px 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 180px;
            flex: 1 0 180px; }
  .cabinet__result-btn {
    width: 100%;
    margin: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px; }
  .cabinet__table-outer {
    position: relative;
    margin-top: 10px;
    max-height: 405px; }
    .cabinet__table-outer .table {
      width: calc(100% + 1px);
      margin-left: -0.75px; }
  .cabinet__section-select {
    position: relative;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 5px; }
    .cabinet__section-select .section-select__item {
      display: block;
      border-radius: 8px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .cabinet__section-select .section-select__item:hover {
        background: #079cff; }
      .cabinet__section-select .section-select__item:not(:last-child) {
        margin-bottom: 10px; }
      .cabinet__section-select .section-select__item label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 500;
        font-size: 20px;
        height: 100%;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
        padding: 20px; }
      .cabinet__section-select .section-select__item input:checked + label {
        color: #2525a7; }
  .cabinet__section {
    position: relative;
    border-radius: 8px;
    border: 3px solid #006fb9;
    background: -o-linear-gradient(305deg, #e6f2ff 20%, #f2f9ff 150%);
    background: linear-gradient(145deg, #e6f2ff 20%, #f2f9ff 150%);
    color: #333333;
    max-height: 550px;
    margin: 0 5px;
    width: calc(100% - 300px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 400px;
            flex: 1 1 400px;
    min-width: 0;
    display: none; }
    .cabinet__section::after {
      content: '';
      display: block;
      width: 100%;
      height: 40px;
      border-radius: 0 0 8px 8px;
      background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .cabinet__section.is-active {
      display: block; }
    .cabinet__section-inner {
      height: 100%;
      padding: 20px 15px;
      overflow: auto; }
    .cabinet__section-title {
      font-size: 28px;
      font-weight: bold;
      text-align: center; }
  .cabinet-log {
    margin-top: 15px; }
    .cabinet-log__item-body {
      margin: 0 -3px; }
    .cabinet-log__item-footer {
      margin-top: 4px; }
      .cabinet-log__item-footer .total-progress {
        position: relative; }
        .cabinet-log__item-footer .total-progress .progress-value {
          font-size: 20px;
          font-weight: bold;
          white-space: nowrap;
          letter-spacing: 2px;
          color: rgba(255, 255, 255, 0.9); }

.data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0; }
  .data-list-wrapper {
    background: -o-linear-gradient(305deg, #daebff 20%, #f2f9ff 150%);
    background: linear-gradient(145deg, #daebff 20%, #f2f9ff 150%);
    -webkit-box-shadow: 20px 20px 60px 0px rgba(18, 61, 101, 0.1), -20px -20px 42px 0px rgba(255, 255, 255, 0.9), inset -29px -6px 80px rgba(255, 255, 255, 0.2);
            box-shadow: 20px 20px 60px 0px rgba(18, 61, 101, 0.1), -20px -20px 42px 0px rgba(255, 255, 255, 0.9), inset -29px -6px 80px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 3px solid #ffffff;
    background-clip: padding-box;
    padding: 10px;
    margin-bottom: 15px; }
    .data-list-wrapper__title {
      color: #006fb9;
      font-weight: 500;
      margin: 0 5px; }
  .data-list__item {
    border-radius: 8px;
    -webkit-box-shadow: rgba(136, 165, 191, 0.38) 2px 2px 5px inset, white -3px -3px 7px inset;
            box-shadow: rgba(136, 165, 191, 0.38) 2px 2px 5px inset, white -3px -3px 7px inset;
    color: #006fb9;
    background: -o-repeating-linear-gradient(325deg, #ffffff, rgba(204, 204, 204, 0.3) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 10px), #fff;
    background: repeating-linear-gradient(125deg, #ffffff, rgba(204, 204, 204, 0.3) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 10px), #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-weight: 500;
    padding: 7px;
    margin: 3px;
    font-size: 12px; }
    .data-list__item-definition {
      display: block;
      text-align: right;
      font-weight: normal;
      margin-top: 3px;
      margin-left: 20px; }

.pick-value {
  position: relative;
  width: 100%;
  margin: 5px 15px 0;
  z-index: 1; }
  .pick-value.is-disabled .pick-value__btn {
    background-color: #ccc; }
  .pick-value__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -3px; }
  .pick-value__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0;
    margin: 0 3px;
    height: 40px; }
    .pick-value__btn.active {
      background-color: #15b5ff; }

.select-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .select-program__descr {
    font-size: 12px;
    margin-top: 3px;
    text-align: right; }
  .select-program__btn {
    width: 100%;
    white-space: nowrap;
    text-align: left; }
    .select-program__btn:not(:last-child) {
      margin-bottom: 8px; }
    .select-program__btn label {
      padding: 8px 5px 5px 8px; }

.refriends__table-outer {
  margin: 20px 0;
  border-radius: 8px;
  -webkit-box-shadow: rgba(18, 61, 101, 0.1) 20px 20px 60px 0px, rgba(255, 255, 255, 0.9) -20px -20px 42px 0px;
          box-shadow: rgba(18, 61, 101, 0.1) 20px 20px 60px 0px, rgba(255, 255, 255, 0.9) -20px -20px 42px 0px;
  border: 1px solid #bdbdbd; }
  .refriends__table-outer table {
    width: 100%; }

.refriends__info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 40px;
  -webkit-box-shadow: rgba(18, 61, 101, 0.1) 20px 20px 60px 0px, rgba(255, 255, 255, 0.9) -20px -20px 42px 0px, inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF;
          box-shadow: rgba(18, 61, 101, 0.1) 20px 20px 60px 0px, rgba(255, 255, 255, 0.9) -20px -20px 42px 0px, inset 2px 2px 5px rgba(136, 165, 191, 0.38), inset -3px -3px 7px #FFFFFF; }
  .refriends__info-line .info-line__header span {
    display: block; }
  .refriends__info-line .info-line__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .refriends__info-line .info-line__content-item {
      margin-right: 15px; }
      .refriends__info-line .info-line__content-item.copy-to-clipboard {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .refriends__info-line .info-line__content-item.copy-to-clipboard .copy-to-clipboard__target {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0;
          margin-right: 40px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }

.refriends-tabs {
  -webkit-box-shadow: rgba(18, 61, 101, 0.1) 20px 20px 60px 0px, rgba(255, 255, 255, 0.9) -20px -20px 42px 0px;
          box-shadow: rgba(18, 61, 101, 0.1) 20px 20px 60px 0px, rgba(255, 255, 255, 0.9) -20px -20px 42px 0px; }
  .refriends-tabs .tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .refriends-tabs .tabs__content .copy-to-clipboard {
      margin-bottom: 15px; }
      .refriends-tabs .tabs__content .copy-to-clipboard__target {
        font-size: 14px;
        margin-top: 0; }

.refriends__info-line, .refriends__data-list-wrapper {
  margin-bottom: 40px; }

.refriends__info-line > .info-line {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.stats-table-outer {
  margin-top: 1px; }
  .stats-table-outer .table {
    width: 100%; }

.stats .matrix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%; }

.stats__data-list-wrapper {
  margin-bottom: 40px; }
  .stats__data-list-wrapper .data-list__item-definition {
    font-weight: bold; }

.stats-table-title {
  display: block;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px; }

.stats-tabs {
  -webkit-box-shadow: 20px 20px 60px 0px rgba(18, 61, 101, 0.1), -20px -20px 42px 0px rgba(255, 255, 255, 0.9), inset -29px -6px 80px rgba(255, 255, 255, 0.2);
          box-shadow: 20px 20px 60px 0px rgba(18, 61, 101, 0.1), -20px -20px 42px 0px rgba(255, 255, 255, 0.9), inset -29px -6px 80px rgba(255, 255, 255, 0.2); }
  .stats-tabs .tabs__content {
    min-width: 0; }
    .stats-tabs .tabs__content-item {
      height: 325px; }
  .stats-tabs .tabs__btns {
    min-height: 325px; }
  .stats-tabs .tabs__btn {
    max-width: 180px; }

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  overflow: hidden;
  padding: 80px 0;
  min-height: calc(var(--staticVh) * 100 - 60px); }
  .hero .container {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: visible; }
  .hero__scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    animation: scrollDownChevron 1.5s alternate-reverse infinite ease;
    z-index: 1000; }
    .hero__scroll-down svg {
      width: 40px;
      height: 40px;
      fill: #ffffff; }
  .hero__world-map {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .hero__world-map svg {
      width: 100%;
      height: 90%; }
      .hero__world-map svg path {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        fill: #006fb9; }
        .hero__world-map svg path:hover {
          fill: #15b5ff; }
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .hero__text {
    text-align: right;
    color: #ffffff;
    z-index: 1000;
    max-width: 600px;
    pointer-events: none; }
  .hero__title {
    font-size: 64px;
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow: 0 0 18px #006fb9; }

.hero__text .btn {
  position: relative;
  overflow: visible;
  pointer-events: all; }
  .hero__text .btn:before, .hero__text .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100vmax;
    width: 200vmax;
    height: 200vmax;
    opacity: 0.65;
    mix-blend-mode: overlay;
    -webkit-animation: rot 30s linear infinite;
            animation: rot 30s linear infinite;
    z-index: -1;
    pointer-events: none; }
  .hero__text .btn:before {
    background: conic-gradient(rgba(160, 217, 255, 0.07), rgba(160, 217, 255, 0.66), rgba(160, 217, 255, 0.52), rgba(160, 217, 255, 0.68), rgba(160, 217, 255, 0.68), rgba(160, 217, 255, 0.15), rgba(160, 217, 255, 0.98), rgba(160, 217, 255, 0.69), rgba(160, 217, 255, 0.8), rgba(160, 217, 255, 0.15), rgba(160, 217, 255, 0.74), rgba(160, 217, 255, 0.2), rgba(160, 217, 255, 0.7), rgba(160, 217, 255, 0.81), rgba(160, 217, 255, 0.27), rgba(160, 217, 255, 0.93), rgba(160, 217, 255, 0.38), #a0d9ff, rgba(160, 217, 255, 0.6), rgba(160, 217, 255, 0.78), rgba(160, 217, 255, 0.28), rgba(160, 217, 255, 0.48), rgba(160, 217, 255, 0.49), rgba(160, 217, 255, 0.81), rgba(160, 217, 255, 0.07), rgba(160, 217, 255, 0.66), rgba(160, 217, 255, 0.52), rgba(160, 217, 255, 0.68), rgba(160, 217, 255, 0.68), rgba(160, 217, 255, 0.15), rgba(160, 217, 255, 0.98), rgba(160, 217, 255, 0.69), rgba(160, 217, 255, 0.8), rgba(160, 217, 255, 0.15), rgba(160, 217, 255, 0.74), rgba(160, 217, 255, 0.2), rgba(160, 217, 255, 0.7), rgba(160, 217, 255, 0.81), rgba(160, 217, 255, 0.27), rgba(160, 217, 255, 0.93), rgba(160, 217, 255, 0.38), #a0d9ff, rgba(160, 217, 255, 0.6), rgba(160, 217, 255, 0.78), rgba(160, 217, 255, 0.28), rgba(160, 217, 255, 0.48), rgba(160, 217, 255, 0.49)); }
  .hero__text .btn:after {
    background: conic-gradient(rgba(160, 217, 255, 0.37), rgba(160, 217, 255, 0.11), rgba(160, 217, 255, 0.57), rgba(160, 217, 255, 0.77), rgba(160, 217, 255, 0.05), rgba(160, 217, 255, 0.59), rgba(160, 217, 255, 0.65), rgba(160, 217, 255, 0.46), rgba(160, 217, 255, 0.77), rgba(160, 217, 255, 0.06), rgba(160, 217, 255, 0.55), rgba(160, 217, 255, 0.92), rgba(160, 217, 255, 0.92), rgba(160, 217, 255, 0.54), rgba(160, 217, 255, 0.3), rgba(160, 217, 255, 0.36), rgba(160, 217, 255, 0.17), rgba(160, 217, 255, 0.71), rgba(160, 217, 255, 0.02), rgba(160, 217, 255, 0.18), rgba(160, 217, 255, 0.44), rgba(160, 217, 255, 0.67), rgba(160, 217, 255, 0.56), rgba(160, 217, 255, 0.39), rgba(160, 217, 255, 0.52), rgba(160, 217, 255, 0.37), rgba(160, 217, 255, 0.11), rgba(160, 217, 255, 0.57), rgba(160, 217, 255, 0.77), rgba(160, 217, 255, 0.05), rgba(160, 217, 255, 0.59), rgba(160, 217, 255, 0.65), rgba(160, 217, 255, 0.46), rgba(160, 217, 255, 0.77), rgba(160, 217, 255, 0.06), rgba(160, 217, 255, 0.55), rgba(160, 217, 255, 0.92), rgba(160, 217, 255, 0.92), rgba(160, 217, 255, 0.54), rgba(160, 217, 255, 0.3), rgba(160, 217, 255, 0.36), rgba(160, 217, 255, 0.17), rgba(160, 217, 255, 0.71), rgba(160, 217, 255, 0.02), rgba(160, 217, 255, 0.18), rgba(160, 217, 255, 0.44), rgba(160, 217, 255, 0.67), rgba(160, 217, 255, 0.56), rgba(160, 217, 255, 0.39));
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    animation-direction: reverse; }

@-webkit-keyframes rot {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes rot {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.features {
  position: relative;
  background: #f5f8fc;
  overflow: hidden; }
  .features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .features__item {
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px); }

.feature {
  text-align: center; }
  .feature__img {
    max-height: 140px;
    margin-bottom: 40px; }
  .feature__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px; }

.policy-article {
  text-align: left; }

@-webkit-keyframes slideFadeOut {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

@keyframes slideFadeOut {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

@-webkit-keyframes slideFadeIn {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@keyframes slideFadeIn {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

.steps {
  position: relative;
  background: #f5f8fc; }
  .steps .section__caption {
    max-width: 768px; }
  .steps .container {
    background: #fafafa;
    -webkit-box-shadow: 0 3px 32px rgba(0, 80, 154, 0.25);
            box-shadow: 0 3px 32px rgba(0, 80, 154, 0.25);
    border: 1px solid #fff;
    padding: 100px;
    border-radius: 20px; }
  .steps-slider {
    visibility: visible; }
    .steps-slider .owl-item {
      -webkit-animation-duration: 2s;
              animation-duration: 2s; }
      .steps-slider .owl-item.owl-animated-in {
        -webkit-animation: slideFadeIn 1s both;
                animation: slideFadeIn 1s both;
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .steps-slider .owl-item.active {
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
        visibility: visible; }
        .steps-slider .owl-item.active .slide__img {
          -webkit-transition-delay: 1s;
               -o-transition-delay: 1s;
                  transition-delay: 1s;
          -webkit-transform: perspective(900px) translateZ(10px) rotateY(-4deg);
                  transform: perspective(900px) translateZ(10px) rotateY(-4deg); }
      .steps-slider .owl-item.owl-animated-out {
        z-index: 100;
        -webkit-animation: slideFadeOut 1s;
                animation: slideFadeOut 1s; }
      .steps-slider .owl-item.owl-animated-in .slide__text,
      .steps-slider .owl-item.owl-animated-in .phone-mockup img {
        -webkit-animation: fadeIn 1s both;
                animation: fadeIn 1s both;
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .steps-slider .owl-item.owl-animated-out .slide__text,
      .steps-slider .owl-item.owl-animated-out .phone-mockup img {
        -webkit-animation: fadeOut 1s both;
                animation: fadeOut 1s both;
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
      .steps-slider .owl-item.owl-animated-out .slide__img {
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-transform: perspective(900px) translateZ(10px) rotateY(-15deg);
                transform: perspective(900px) translateZ(10px) rotateY(-15deg); }
    .steps-slider__nav {
      position: relative;
      display: inline-block; }
      .steps-slider__nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .steps-slider__nav-progress {
        position: relative;
        display: block;
        margin-top: 10px;
        overflow: hidden;
        z-index: 1; }
        .steps-slider__nav-progress-line {
          display: block;
          width: 0%;
          height: 6px;
          background: #006fb9; }
        .steps-slider__nav-progress::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          background: rgba(0, 111, 185, 0.5); }
      .steps-slider__nav-item {
        position: relative;
        display: inline-block;
        white-space: nowrap;
        padding: 20px;
        text-align: center;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 25%;
        cursor: pointer;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
        border-radius: 8px; }
        .steps-slider__nav-item::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -15px;
          display: block;
          width: 100%;
          height: 5px;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .steps-slider__nav-item.current {
          background: #006fb9;
          color: #ffffff; }
          .steps-slider__nav-item.current::after {
            background: #15b5ff; }
      .steps-slider__nav .owl-item {
        -webkit-transition: background ease .2s;
        -o-transition: background ease .2s;
        transition: background ease .2s;
        color: rgba(255, 255, 255, 0.5); }
        .steps-slider__nav .owl-item .steps-slider__nav-item {
          width: 100%; }
        .steps-slider__nav .owl-item.current {
          background: #006fb9;
          color: #ffffff; }
    .steps-slider .slide {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-height: 300px;
      padding-right: 33%; }
      .steps-slider .slide__img {
        position: absolute;
        top: -40%;
        right: 0;
        height: 540px;
        -webkit-transform: perspective(900px) translateZ(10px) rotateY(-15deg);
                transform: perspective(900px) translateZ(10px) rotateY(-15deg);
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        will-change: transform;
        border-radius: 30px;
        -webkit-box-shadow: 0 0 42px #fff;
                box-shadow: 0 0 42px #fff; }
        .steps-slider .slide__img img {
          width: auto; }

.phone-mockup::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/phone-mockup.png) no-repeat center/contain;
  z-index: -1; }

.phone-mockup img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.main-calculator {
  position: relative;
  background: #f5f8fc; }
  .main-calculator-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fafafa;
    -webkit-box-shadow: 0 3px 32px rgba(0, 80, 154, 0.25);
            box-shadow: 0 3px 32px rgba(0, 80, 154, 0.25);
    border-radius: 10px; }
  .main-calculator__body, .main-calculator__result {
    position: relative;
    z-index: 1;
    padding: 40px; }
  .main-calculator__body {
    position: relative;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 420px;
            flex: 1 1 420px;
    max-width: 640px;
    margin: 0 auto; }
    .main-calculator__body::after {
      content: '';
      display: block;
      width: 2px;
      height: 84%;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #bdbdbd; }
    .main-calculator__body > *:not(:first-child) {
      margin-top: 25px; }
  .main-calculator__result {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    .main-calculator__result-title {
      position: relative;
      width: 100%;
      text-align: right;
      font-size: 28px;
      margin-bottom: 15px;
      background: #006fb9;
      color: #ffffff;
      font-weight: 500;
      padding: 7px 0;
      border-radius: 8px;
      border: 3px solid rgba(255, 255, 255, 0);
      background-clip: padding-box; }
      .main-calculator__result-title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background: -o-linear-gradient(290deg, #FFFFFF 15.33%, #dedede 100%);
        background: linear-gradient(160deg, #FFFFFF 15.33%, #dedede 100%); }
    .main-calculator__result-number {
      width: 50%;
      text-align: left;
      padding-left: 10px; }
    .main-calculator__result-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -7.5px;
      position: relative;
      z-index: 1; }
  .main-calculator__choice-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .main-calculator__choice-mode-select {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 250px;
      margin-top: 20px; }
    .main-calculator__choice-mode .field-toggler {
      width: 100%;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .main-calculator__choice-mode .field-toggler__item {
        font-size: 28px;
        font-weight: 500;
        color: #bdbdbd;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        .main-calculator__choice-mode .field-toggler__item.active {
          color: #333333; }
  .main-calculator__comment {
    text-align: center;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 40px 20px; }
  .main-calculator__programs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-calculator__programs .field-radio__input-wrap {
      padding: 5px;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
              box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
      width: calc(50% - 10px);
      margin: 5px; }
    .main-calculator__programs .field-radio__label {
      width: 100%;
      font-size: 20px; }
  .main-calculator__range-value {
    max-width: 250px;
    width: 100%; }
    .main-calculator__range-value.main-calculator__range-value {
      margin: 0 auto; }
  .main-calculator__table-outer {
    position: relative;
    width: calc(50% - 15px);
    margin: 0 7.5px;
    padding: 5px; }
  .main-calculator__table {
    width: 100%;
    border-radius: inherit;
    border: none;
    overflow: hidden; }
    .main-calculator__table th {
      font-weight: 500;
      background: none;
      color: #006fb9; }
    .main-calculator__table th,
    .main-calculator__table td {
      padding: 12px 20px;
      white-space: pre-wrap;
      word-break: break-word; }
    .main-calculator__table td {
      text-align: right; }
    .main-calculator__table tr:first-child {
      border: none; }
  .main-calculator__graph, .main-calculator__table-outer {
    background: #fafafa;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    -webkit-box-shadow: inset 1px 1px 8px rgba(18, 61, 101, 0.2), inset -8px -8px 20px 12px rgba(255, 255, 255, 0.8), inset -8px -6px 80px rgba(255, 255, 255, 0.2);
            box-shadow: inset 1px 1px 8px rgba(18, 61, 101, 0.2), inset -8px -8px 20px 12px rgba(255, 255, 255, 0.8), inset -8px -6px 80px rgba(255, 255, 255, 0.2); }
    .main-calculator__graph::before, .main-calculator__table-outer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      margin: -3px;
      border-radius: inherit;
      background: -o-linear-gradient(300deg, #FFFFFF 15.33%, #dedede 100%);
      background: linear-gradient(150deg, #FFFFFF 15.33%, #dedede 100%); }
  .main-calculator__graph {
    position: relative;
    width: calc(50% - 15px);
    margin: 0 7.5px;
    padding: 20px;
    padding-left: 70px;
    min-height: 250px; }
    .main-calculator__graph.graph--goes-up .graph__arrow--up {
      -webkit-animation: arrowUp 1s both;
              animation: arrowUp 1s both; }
    .main-calculator__graph.graph--goes-down .graph__arrow--down {
      -webkit-animation: arrowDown 1s both;
              animation: arrowDown 1s both; }
    .main-calculator__graph .graph__body {
      position: relative;
      z-index: 1;
      height: 100%;
      padding: 0 10px;
      border-top: none;
      border-right: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 10px;
      border-width: 2px; }
    .main-calculator__graph .graph__bar {
      border-radius: 4px 4px 0 0;
      margin: 0 10px; }
      .main-calculator__graph .graph__bar--before .graph__bar-fill {
        background: #15b5ff; }
      .main-calculator__graph .graph__bar--after .graph__bar-fill {
        background: #006fb9;
        max-height: 100%; }
      .main-calculator__graph .graph__bar-fill {
        border-radius: 4px 4px 0 0; }
    .main-calculator__graph .graph__arrow {
      position: absolute;
      left: -60px;
      width: 60px;
      height: 100%;
      opacity: 0;
      fill: #006fb9;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      .main-calculator__graph .graph__arrow--up {
        bottom: 0; }
      .main-calculator__graph .graph__arrow--down {
        top: 0;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

@-webkit-keyframes arrowUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%); } }

@keyframes arrowUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%); } }

@-webkit-keyframes arrowDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-35%) rotate(180deg);
            transform: translateY(-35%) rotate(180deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50%) rotate(180deg);
            transform: translateY(50%) rotate(180deg); } }

@keyframes arrowDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-35%) rotate(180deg);
            transform: translateY(-35%) rotate(180deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50%) rotate(180deg);
            transform: translateY(50%) rotate(180deg); } }

.faq {
  overflow: auto; }
  .faq-filter {
    margin: 40px 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .faq-filter__search {
      margin-left: auto; }
  .faq-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    .faq-content.overlay-active::after {
      opacity: 1;
      visibility: visible; }
    .faq-content::after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1000;
      background: rgba(51, 51, 51, 0.5);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .faq-content__item {
      -webkit-animation: fadeIn .8s;
              animation: fadeIn .8s;
      position: relative;
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(50% - 30px);
      margin: 0 15px 25px;
      -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
              box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      border-radius: 6px; }
      .faq-content__item-img {
        border-radius: 6px 0 0 6px; }
      .faq-content__item-body {
        border-radius: 0 6px 6px 0; }
      .faq-content__item.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .faq-content__item:hover {
        z-index: 10000;
        -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
                transform: scale(1.01); }
        .faq-content__item:hover .faq-content__item-title, .faq-content__item:hover .faq-content__item-text {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
        .faq-content__item:hover .faq-content__item-body {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          z-index: 100;
          width: 100%;
          max-height: 300%;
          -webkit-transition-delay: .4s, .4s, .8s;
               -o-transition-delay: .4s, .4s, .8s;
                  transition-delay: .4s, .4s, .8s;
          border-radius: 6px;
          -webkit-box-shadow: 0 3px 32px rgba(0, 80, 154, 0.35);
                  box-shadow: 0 3px 32px rgba(0, 80, 154, 0.35); }
        .faq-content__item:hover .faq-content__item-text {
          max-height: 30em; }
          .faq-content__item:hover .faq-content__item-text::after {
            width: 0; }
      .faq-content__item mark {
        background: #006fb9;
        color: #ffffff; }
      .faq-content__item-img {
        width: 30%;
        min-height: 110px;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .faq-content__item-body {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(43%);
            -ms-transform: translateX(43%);
                transform: translateX(43%);
        background: #ffffff;
        min-height: 100%;
        max-height: 100%;
        width: 70%;
        padding: 20px 25px 20px;
        -webkit-transition: width .4s, max-height .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
        transition: width .4s, max-height .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
        -o-transition: transform .4s, width .4s, max-height .4s, box-shadow .4s;
        transition: transform .4s, width .4s, max-height .4s, box-shadow .4s;
        transition: transform .4s, width .4s, max-height .4s, box-shadow .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
        overflow: hidden;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        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; }
      .faq-content__item-title, .faq-content__item-text {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .faq-content__item-title {
        font-size: 24px; }
      .faq-content__item-text {
        position: relative;
        display: block;
        max-height: 2.8em;
        overflow: hidden; }
        .faq-content__item-text:last-child {
          margin-bottom: 0; }
        .faq-content__item-text::after {
          content: '';
          position: absolute;
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
          background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
          background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
          display: block;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s;
          width: 200px;
          height: 20px;
          z-index: 10;
          right: 0;
          bottom: 0; }
    .faq-content__search {
      width: 100%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      display: none;
      margin: 0 15px 20px; }
      .faq-content__search.active {
        display: block; }

.instagram-gallery .owl-nav button.owl-next,
.instagram-gallery .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px !important; }

.instagram-gallery .owl-nav button.owl-prev {
  left: -30px; }

.instagram-gallery .owl-nav button.owl-next {
  right: -30px; }

.instagram-gallery .owl-nav button.owl-next svg,
.instagram-gallery .owl-nav button.owl-prev svg {
  position: relative;
  width: 20px;
  height: 20px;
  opacity: 0.7; }

.instagram-gallery .owl-nav button.owl-prev svg {
  right: -10px; }

.instagram-gallery .owl-nav button.owl-next svg {
  left: -10px; }

.filter__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -10px; }
  .filter__nav-item {
    position: relative;
    color: #bdbdbd; }
  .filter__nav-link {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500; }
    .filter__nav-link:hover, .filter__nav-link:focus {
      color: #20a6ff; }
    .filter__nav-link.active {
      color: #006fb9; }

.filter__content-empty {
  display: none; }

.filter__content.is-empty .filter__content-empty {
  display: block;
  color: #bdbdbd;
  font-size: 32px;
  margin: 10px 15px; }

.news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news-filter__item {
    position: relative;
    color: #bdbdbd; }
    .news-filter__item--search {
      color: #333333;
      margin-left: auto; }
    .news-filter__item:hover {
      color: #15b5ff; }
    .news-filter__item--active {
      color: #006fb9; }
  .news-filter__link {
    display: block;
    padding: 10px 15px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 500; }
    .news-filter__link:hover, .news-filter__link:focus {
      color: currentColor; }
    .news-filter__link.active {
      color: #006fb9; }

.news__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .news__content::before {
    content: 'Latest news';
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(189, 189, 189, 0.3);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translateX(-100%) rotate(-90deg);
        -ms-transform: translateX(-100%) rotate(-90deg);
            transform: translateX(-100%) rotate(-90deg); }

.news__item {
  display: none;
  width: calc(33.33333% - 30px);
  margin: 10px 15px;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
  -webkit-animation: fadeIn .8s;
          animation: fadeIn .8s;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }
  .news__item:hover {
    -webkit-transform: translateY(-5px) scale(1.01);
        -ms-transform: translateY(-5px) scale(1.01);
            transform: translateY(-5px) scale(1.01);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15); }
    .news__item:hover .news__item-header::before {
      opacity: .8; }
    .news__item:hover .news__item-read-more {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
      .news__item:hover .news__item-read-more svg {
        opacity: 1;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
  .news__item.active {
    display: block; }
  .news__item-body {
    padding: 20px;
    background: #ffffff; }
  .news__item-header {
    position: relative;
    width: 100%; }
    .news__item-header::before {
      content: '';
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      display: block;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, color-stop(1%, #2295d3), color-stop(99%, #00509a));
      background: -o-linear-gradient(left, #2295d3 1%, #00509a 99%);
      background: linear-gradient(to right, #2295d3 1%, #00509a 99%); }
  .news__item-read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    font-weight: bold;
    -webkit-transform: translate(-50%, calc(-50% + 30px)) scale(0.9);
        -ms-transform: translate(-50%, calc(-50% + 30px)) scale(0.9);
            transform: translate(-50%, calc(-50% + 30px)) scale(0.9);
    opacity: 0;
    -webkit-transition: all .4s .2s;
    -o-transition: all .4s .2s;
    transition: all .4s .2s;
    color: #ffffff; }
    .news__item-read-more svg {
      width: 15px;
      height: 15px;
      fill: #ffffff;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0;
      -webkit-transition: all .4s .4s;
      -o-transition: all .4s .4s;
      transition: all .4s .4s; }
  .news__item-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333; }
  .news__item-tag, .article__tag {
    color: #006fb9;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .news__item-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px; }
  .news__item-date {
    color: #bdbdbd;
    font-weight: bold; }

.sticky-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .sticky-slider__nav {
    position: -webkit-sticky;
    position: sticky;
    width: 30%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .sticky-slider__nav-item {
      padding: 15px;
      background: #006fb9;
      color: #ffffff;
      font-size: 20px;
      margin-top: 20px;
      cursor: pointer; }
      .sticky-slider__nav-item.active {
        background: #15b5ff; }
    .sticky-slider__nav-scroll-container {
      position: absolute;
      top: 0;
      left: -10px; }
    .sticky-slider__nav-scroll-bar {
      width: 4px;
      height: 150px;
      border-radius: 8px;
      background: #006fb9;
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top;
      -webkit-transition: all .05s;
      -o-transition: all .05s;
      transition: all .05s; }
  .sticky-slider__content {
    width: 70%; }
  .sticky-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh; }
    .sticky-slider__item-text {
      display: none; }

.article {
  background: #fafafa; }
  .article__header {
    position: relative;
    background: url(../img/news-img.jpg) center top/cover fixed; }
    .article__header::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 111, 185, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: ease 1s;
      -o-transition: ease 1s;
      transition: ease 1s; }
    .article__header .container {
      padding: 30px 20px;
      background: #ffffff;
      border: 8px solid #006fb9;
      max-width: 992px;
      margin: 0 auto;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
  .article__title {
    margin-bottom: 20px; }
  .article__tag {
    display: inline-block;
    margin-right: 10px;
    border: 3px solid #006fb9;
    border-radius: 100px;
    padding: 5px 10px; }
  .article__content {
    padding: 30px 0; }
  .article__list {
    padding-left: 1.5625em;
    margin-bottom: 1.875em; }
    .article__list:not(.article__list--nested) > .article__list-item {
      font-weight: bold; }
    .article__list-item {
      position: relative;
      margin: 0.625em 0;
      font-weight: normal; }
      .article__list-item::before {
        content: '';
        display: inline-block;
        margin-right: 0.9375em; }
  .article__blockquote {
    position: relative;
    padding: 20px 15px 25px;
    border-top: 2px solid #006fb9;
    border-bottom: 2px solid #006fb9;
    margin: 0;
    max-width: 768px;
    margin: 1.875em 0 2.5em; }
    .article__blockquote p {
      font-size: 18px; }
      .article__blockquote p:first-child {
        margin-top: 0; }
    .article__blockquote::after {
      content: '';
      position: absolute;
      bottom: -30px;
      right: 25px;
      width: 50px;
      height: 50px;
      background: url(../img/sprites/intermediate-svg/quote.svg) center/contain; }
  .article__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
    .article__row--padding-big {
      padding: 60px 0; }
    .article__row--bg-white {
      background: #ffffff; }
  .article__figure {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.875em;
    color: #333333; }
    .article__figure--fluid {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
      .article__figure--fluid figcaption {
        margin: 0 70px; }
        .article__figure--fluid figcaption [class^="headline"] {
          margin-bottom: 20px; }
    .article__figure > img,
    .article__figure > figcaption {
      width: 100%;
      max-width: 50%; }
    .article__figure img {
      margin: 0 50px; }
      .article__figure img:first-child {
        margin-left: 0; }
      .article__figure img:last-child {
        margin-right: 0; }
  .article .parallax {
    height: 350px;
    overflow: hidden;
    margin: 20px 0; }
  .article .parallax-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

ul.article__list li::before {
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #333333;
  top: 0.3125em; }

ol.article__list {
  counter-reset: ordered-list; }
  ol.article__list li::before {
    content: counters(ordered-list, ".") ".";
    counter-increment: ordered-list;
    top: 0; }

.barba-animation-out .news-article .article__header::before,
.barba-animation-in .news-article .article__header::before {
  background: #ffffff; }

.barba-animation-in .news-article .article__header::before {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

@-webkit-keyframes reviewSlideFromRight {
  from {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes reviewSlideFromRight {
  from {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes reviewSlideFromLeft {
  from {
    -webkit-transform: translateX(5%);
            transform: translateX(5%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes reviewSlideFromLeft {
  from {
    -webkit-transform: translateX(5%);
            transform: translateX(5%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.reviews {
  position: relative;
  text-align: center; }
  .reviews-slider {
    margin-bottom: 20px; }
    .reviews-slider .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .reviews-slider .owl-nav button.owl-prev,
    .reviews-slider .owl-nav button.owl-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #006fb9;
      width: 40px;
      height: 40px; }
      .reviews-slider .owl-nav button.owl-prev:hover,
      .reviews-slider .owl-nav button.owl-next:hover {
        background: #15b5ff; }
      .reviews-slider .owl-nav button.owl-prev:active,
      .reviews-slider .owl-nav button.owl-next:active {
        background: #62cdff; }
      .reviews-slider .owl-nav button.owl-prev svg,
      .reviews-slider .owl-nav button.owl-next svg {
        padding: 10px; }
    .reviews-slider .owl-nav button.owl-prev {
      left: -20px; }
    .reviews-slider .owl-nav button.owl-next {
      right: -20px; }
    .reviews-slider .owl-counter {
      display: inline-block;
      background: #006fb9;
      color: #ffffff;
      margin: 20px 0;
      font-size: 18px;
      padding: 10px 20px; }
      .reviews-slider .owl-counter ~ .owl-dots {
        display: none; }
    .reviews-slider .owl-dots {
      margin-top: 20px;
      text-align: center; }
    .reviews-slider .owl-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .reviews-slider button.owl-dot {
      background-color: #bdbdbd;
      width: 8px;
      height: 8px;
      margin: 5px;
      border-radius: 50%; }
      .reviews-slider button.owl-dot.active {
        background-color: #333333; }
    .reviews-slider .slide {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
              box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14); }
      .reviews-slider .slide__content {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        text-align: center;
        background: #ffffff;
        padding: 30px 20px;
        -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
                box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
        border: 6px solid #006fb9;
        border-top: none;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .reviews-slider .slide__content .btn {
          margin-top: auto; }
      .reviews-slider .slide__img {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .reviews-slider .slide__title {
        font-size: 28px;
        color: #333333; }
      .reviews-slider .slide__subtitle {
        color: #bdbdbd;
        margin-top: 10px; }
        .reviews-slider .slide__subtitle::after {
          content: '';
          display: block;
          width: 60%;
          margin: 0 auto;
          margin-top: 15px;
          height: 6px;
          border-radius: 100px;
          background: #15b5ff;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
      .reviews-slider .slide__description {
        width: 100%;
        color: #bdbdbd;
        font-size: 16px;
        margin: 20px auto;
        line-height: 1.5; }
    .reviews-slider--single {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      opacity: 0; }
      .reviews-slider--single.animated {
        opacity: 1; }

.about-us {
  padding: 0 !important; }
  .about-us__hero {
    position: relative;
    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;
    min-height: calc(var(--staticVh) * 100 - 50px - 22px);
    padding: 20px 0;
    z-index: 10; }
    .about-us__hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 111, 185, 0.7)), to(rgba(21, 181, 255, 0.6)));
      background: -o-linear-gradient(left, rgba(0, 111, 185, 0.7) 0%, rgba(21, 181, 255, 0.6) 100%);
      background: linear-gradient(90deg, rgba(0, 111, 185, 0.7) 0%, rgba(21, 181, 255, 0.6) 100%); }
    .about-us__hero-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100%;
      z-index: -1;
      -o-object-fit: cover;
         object-fit: cover; }
    .about-us__hero .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .about-us__hero .section__caption {
      margin: auto;
      max-width: 640px; }
    .about-us__hero .section__title, .about-us__hero .section__subtitle {
      color: #ffffff; }
  .about-us__scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    animation: scrollDownChevron 1.5s alternate-reverse infinite ease;
    z-index: 100; }
    .about-us__scroll-down svg {
      width: 40px;
      height: 40px;
      fill: #ffffff; }

.our-stats {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #2295d3), color-stop(99%, #00509a));
  background: -o-linear-gradient(left, #2295d3 1%, #00509a 99%);
  background: linear-gradient(to right, #2295d3 1%, #00509a 99%);
  color: #ffffff;
  z-index: 100; }
  .our-stats .bubbles-bg .bubble-wrapper:nth-child(1) {
    top: -70px;
    left: -40px; }
  .our-stats .bubbles-bg .bubble-wrapper:nth-child(2) {
    top: 70px;
    right: -40px; }
  .our-stats .bubbles-bg .bubble-wrapper:nth-child(3) {
    bottom: 70px;
    right: 0px; }
    .our-stats .bubbles-bg .bubble-wrapper:nth-child(3) .bubble {
      width: 400px;
      height: 400px; }
  .our-stats .section__title {
    color: #ffffff; }
  .our-stats__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .our-stats__item {
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px); }
    .our-stats__item-icon {
      position: relative; }
      .our-stats__item-icon svg {
        width: 200px;
        stroke: rgba(21, 181, 255, 0.5);
        stroke-width: 3px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      .our-stats__item-icon.animated line {
        opacity: 1; }
      .our-stats__item-icon.animated circle {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
        -webkit-transition: stroke-dashoffset ease-in-out 1s, -webkit-transform ease-in-out 1s;
        transition: stroke-dashoffset ease-in-out 1s, -webkit-transform ease-in-out 1s;
        -o-transition: transform ease-in-out 1s, stroke-dashoffset ease-in-out 1s;
        transition: transform ease-in-out 1s, stroke-dashoffset ease-in-out 1s;
        transition: transform ease-in-out 1s, stroke-dashoffset ease-in-out 1s, -webkit-transform ease-in-out 1s; }
        .our-stats__item-icon.animated circle:nth-child(1) {
          stroke-dashoffset: 28.26px;
          -webkit-transition-delay: 1.8s, 1s;
               -o-transition-delay: 1.8s, 1s;
                  transition-delay: 1.8s, 1s; }
        .our-stats__item-icon.animated circle:nth-child(2) {
          stroke-dashoffset: 37.68px;
          -webkit-transition-delay: 1.8s, .6s;
               -o-transition-delay: 1.8s, .6s;
                  transition-delay: 1.8s, .6s; }
        .our-stats__item-icon.animated circle:nth-child(3) {
          stroke-dashoffset: 28.26px;
          -webkit-transition-delay: 1.8s, .2s;
               -o-transition-delay: 1.8s, .2s;
                  transition-delay: 1.8s, .2s; }
      .our-stats__item-icon line {
        stroke-width: 1px;
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .our-stats__item-icon circle {
        fill: none;
        stroke-linecap: round;
        -webkit-transition: stroke-dashoffset ease-in-out 1s;
        -o-transition: stroke-dashoffset ease-in-out 1s;
        transition: stroke-dashoffset ease-in-out 1s;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; }
        .our-stats__item-icon circle:nth-child(1) {
          stroke-dasharray: 282.6px;
          stroke-dashoffset: 282.6px; }
        .our-stats__item-icon circle:nth-child(2) {
          stroke-dasharray: 188.4px;
          stroke-dashoffset: 188.4px; }
        .our-stats__item-icon circle:nth-child(3) {
          stroke-dasharray: 94.2px;
          stroke-dashoffset: 94.2px; }
    .our-stats__item-count {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      font-size: 84px;
      font-weight: 500;
      white-space: nowrap; }
    .our-stats__item-descr {
      font-size: 20px;
      margin-top: 20px;
      max-width: 320px; }

.contact-us {
  padding: 0 !important; }
  .contact-us__hero {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 111, 185, 0.7)), to(rgba(21, 181, 255, 0.6))), url(../img/about-us-bg.jpg) no-repeat center/cover;
    background: -o-linear-gradient(left, rgba(0, 111, 185, 0.7) 0%, rgba(21, 181, 255, 0.6) 100%), url(../img/about-us-bg.jpg) no-repeat center/cover;
    background: linear-gradient(90deg, rgba(0, 111, 185, 0.7) 0%, rgba(21, 181, 255, 0.6) 100%), url(../img/about-us-bg.jpg) no-repeat center/cover;
    height: 50vh; }
    .contact-us__hero .container {
      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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .contact-us .section__caption {
    max-width: 640px; }
  .contact-us .section__title, .contact-us .section__subtitle {
    color: #ffffff; }
  .contact-us__contacts {
    padding: 40px 0; }
    .contact-us__contacts .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contact-us__contacts .container .field-text {
        margin-bottom: 15px; }
  .contact-us__form {
    max-width: 420px;
    width: 100%;
    margin-bottom: 20px; }
    .contact-us__form > * {
      margin-bottom: 15px; }
    .contact-us__form textarea {
      min-height: 100px; }
  .contact-us__info {
    max-width: 360px;
    width: 100%;
    margin-bottom: 20px; }
    .contact-us__info-title {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 20px; }
    .contact-us__info-block {
      margin: 30px 0; }
  .contact-us__map {
    width: 100%;
    height: 400px;
    -ms-touch-action: pan-x;
        touch-action: pan-x; }
  @media (min-width: 639px) {
      .refriends__info-line .info-line__content {
        margin-left: 40px; } }
  @media (min-width: 640px) {
  .faq__item.animated {
    -webkit-animation: fadeIn .6s both;
            animation: fadeIn .6s both; } }
  @media (min-width: 641px) {
  .enjoyhint_prev_btn {
    top: 10px !important;
    left: calc(50% - 124px) !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .enjoyhint_next_btn {
    top: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .enjoyhint_skip_btn {
    top: 10px !important;
    left: calc(50% + 124px) !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; }
      .tabs__btn:not(:last-child) {
        margin-bottom: 10px; }
    .modal--instagram-post .modal__dialog {
      max-width: 500px;
      width: 90vw; }
      .modal__dialog {
        width: auto;
        height: auto;
        padding: 20px; }
        .modal--open .modal__dialog {
          -webkit-animation: modal-content-show 0.5s 1 both;
                  animation: modal-content-show 0.5s 1 both; }
      .page-header__login:hover .login__dropdown {
        opacity: 1;
        visibility: visible; }
      .steps-slider .owl-stage {
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; }
      .steps-slider .owl-stage-outer {
        overflow: visible; }
        .steps-slider .owl-item {
          position: absolute;
          top: 0;
          left: 0 !important;
          visibility: hidden; } }
  @media (min-width: 769px) {
      .modal--review .modal__dialog {
        width: 90vw; }
              .cabinet__info-line--stats .info-line__content-table tr:last-child {
                color: #ccc; }
              .cabinet__info-line--stats .info-line__content-table td {
                white-space: nowrap;
                padding: 1px 10px; }
                .cabinet__info-line--stats .info-line__content-table td:first-child {
                  padding-left: 0; } }
  @media (min-width: 992px) {
      body.no-scroll .page__content,
      body.no-scroll .page-header {
        padding-right: 17px; }
    body.js-modal-open .page-header {
      padding-right: 17px; }
    .container {
      max-width: 960px; }
      .modal__backdrop {
        -webkit-animation: modal-backdrop-show 0.5s 1;
                animation: modal-backdrop-show 0.5s 1; }
      .page-header__inner {
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px); }
        .reviews-slider--single .slide__img {
          -webkit-animation: reviewSlideFromRight ease-in-out .75s .75s both;
                  animation: reviewSlideFromRight ease-in-out .75s .75s both; }
        .reviews-slider--single .slide__content {
          -webkit-animation: reviewSlideFromLeft ease-in-out .75s .75s both;
                  animation: reviewSlideFromLeft ease-in-out .75s .75s both; }
        .reviews-slider--single .owl-item.active .slide__subtitle::after {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transition: all 1s 1s;
          -o-transition: all 1s 1s;
          transition: all 1s 1s; }
        .reviews-slider--single .owl-stage-outer {
          margin: 0;
          padding: 0; }
        .reviews-slider--single .owl-item.owl-animated-in {
          -webkit-animation: fakeAnimationIn 1s both !important;
                  animation: fakeAnimationIn 1s both !important;
          -webkit-animation-delay: 1s !important;
                  animation-delay: 1s !important; }
          .reviews-slider--single .owl-item.owl-animated-in.active .slide__img {
            -webkit-transition-delay: 1s;
                 -o-transition-delay: 1s;
                    transition-delay: 1s; }
          .reviews-slider--single .owl-item.owl-animated-in .slide__content > * {
            -webkit-transition-delay: 1s;
                 -o-transition-delay: 1s;
                    transition-delay: 1s; }
            .reviews-slider--single .owl-item.owl-animated-in .slide__content > *:nth-child(1) {
              -webkit-transition-delay: 1s;
                   -o-transition-delay: 1s;
                      transition-delay: 1s; }
            .reviews-slider--single .owl-item.owl-animated-in .slide__content > *:nth-child(2) {
              -webkit-transition-delay: 1.1s;
                   -o-transition-delay: 1.1s;
                      transition-delay: 1.1s; }
            .reviews-slider--single .owl-item.owl-animated-in .slide__content > *:nth-child(3) {
              -webkit-transition-delay: 1.2s;
                   -o-transition-delay: 1.2s;
                      transition-delay: 1.2s; }
            .reviews-slider--single .owl-item.owl-animated-in .slide__content > *:nth-child(4) {
              -webkit-transition-delay: 1.3s;
                   -o-transition-delay: 1.3s;
                      transition-delay: 1.3s; }
        .reviews-slider--single .owl-item.owl-animated-out {
          -webkit-animation: fakeAnimationOut 1s both !important;
                  animation: fakeAnimationOut 1s both !important; }
          .reviews-slider--single .owl-item.owl-animated-out .slide__content > *:nth-child(1) {
            -webkit-transition-delay: .3s;
                 -o-transition-delay: .3s;
                    transition-delay: .3s; }
          .reviews-slider--single .owl-item.owl-animated-out .slide__content > *:nth-child(2) {
            -webkit-transition-delay: .2s;
                 -o-transition-delay: .2s;
                    transition-delay: .2s; }
          .reviews-slider--single .owl-item.owl-animated-out .slide__content > *:nth-child(3) {
            -webkit-transition-delay: .1s;
                 -o-transition-delay: .1s;
                    transition-delay: .1s; }
          .reviews-slider--single .owl-item.owl-animated-out .slide__content > *:nth-child(4) {
            -webkit-transition-delay: 0s;
                 -o-transition-delay: 0s;
                    transition-delay: 0s; }
        .reviews-slider--single .owl-item.active {
          z-index: 100; }
          .reviews-slider--single .owl-item.active .slide__content > * {
            opacity: 1;
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0); }
          .reviews-slider--single .owl-item.active .slide__img {
            opacity: 1;
            -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0); }
        .reviews-slider--single .owl-nav {
          position: absolute;
          top: 50px;
          right: -30px; }
          .reviews-slider--single .owl-nav button.owl-prev,
          .reviews-slider--single .owl-nav button.owl-next {
            position: relative;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; }
          .reviews-slider--single .owl-nav button.owl-prev {
            top: 0;
            left: 0; }
          .reviews-slider--single .owl-nav button.owl-next {
            top: -40px;
            right: 0; }
        .reviews-slider--single .slide {
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .reviews-slider--single .slide__img {
            width: 55%;
            opacity: 0;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); }
            .reviews-slider--single .slide__img img {
              -webkit-transition: all .4s;
              -o-transition: all .4s;
              transition: all .4s; }
              .reviews-slider--single .slide__img img:hover {
                -webkit-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                        transform: scale(1.05); }
          .reviews-slider--single .slide__content {
            position: absolute;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            top: 50px;
            right: 10px;
            width: 50%;
            height: 310px;
            border-left: none;
            border-bottom: none; }
            .reviews-slider--single .slide__content > * {
              opacity: 0;
              -webkit-transition: all 1s ease;
              -o-transition: all 1s ease;
              transition: all 1s ease;
              -webkit-transform: translateY(50px);
                  -ms-transform: translateY(50px);
                      transform: translateY(50px); }
          .reviews-slider--single .slide__subtitle::after {
            -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                    transform: scaleX(0); }
          .reviews-slider--single .slide__description {
            max-width: 540px;
            font-size: 18px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1280px; }
    .container--sm {
      max-width: 992px; }
        .cabinet__status .status__item:not(:last-child) {
          margin-bottom: 10px; }
      .data-list__item {
        max-width: 170px; }
  [data-barba-namespace='cabinet'] {
    margin: auto 0; } }
  @media (max-width: 1200px) {
      .cabinet__form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .cabinet__status .status__item {
          margin: 5px 0; }
              .cabinet__status .status__item-back .field-text__input {
                min-height: 50px; }
      .cabinet__card {
        margin: 5px; }
      .cabinet__section-select {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .cabinet__section-select .section-select__item {
          margin: 5px; }
          .cabinet__section-select .section-select__item:not(:last-child) {
            margin-bottom: 5px; }
          .cabinet__section-select .section-select__item label {
            padding: 20px 10px;
            font-size: 16px; }
      .cabinet__section {
        margin: 5px; }
      .steps .container {
        padding: 80px 60px; }
          .steps-slider .slide__img {
            top: -80px;
            height: 450px; }
      .main-calculator__body, .main-calculator__result {
        padding: 30px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; }
        .main-calculator__body::after {
          width: 84%;
          height: 2px;
          top: auto;
          right: 50%;
          -webkit-transform: translateX(50%);
              -ms-transform: translateX(50%);
                  transform: translateX(50%);
          bottom: 0; }
      .main-calculator__comment {
        padding: 0 30px 30px; }
          .faq-content__item-body {
            padding: 20px 25px; }
          .faq-content__item-title {
            font-size: 18px; }
          .article__figure--fluid figcaption {
            margin: 0;
            padding: 40px; }
      .about-us__hero {
        min-height: calc(100vh - 56px - 52px);
        height: auto; }
      .our-stats__item {
        width: calc(50% - 30px); } }
  @media (max-width: 1200px) and (max-width: 768px) {
    .cabinet__section-select {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0; } }
  @media (max-width: 1200px) and (min-width: 992px) {
  .cabinet__status {
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0; }
    .cabinet__status .status__item {
      margin: 5px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: calc(25% - 10px); }
    .cabinet__section-select {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0; } }
  @media (max-width: 1024px) {
      .hero__world-map {
        width: 200vh;
        height: 100vh;
        left: -30vh; } }
  @media (max-width: 992px) {
        .modal__header .modal__close {
          top: 10px;
          right: 15px; }
      .page-header__logo {
        font-size: 36px; }
      .main-nav__list {
        padding-left: 30px; }
        .main-nav__item--show-child .main-nav__lvl {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
      .main-nav__link, .main-nav__pseudolink {
        font-size: 18px; }
      .main-nav__lvl {
        z-index: 1; }
      .page-footer__item {
        width: calc(50% - 30px); }
    .cabinet {
      background: none; }
        .cabinet__info-line--account {
          padding: 10px 20px; }
              .cabinet__info-line--stats .info-line__content-table td {
                font-size: 10px; }
            .refriends__info-line .info-line__content-item.copy-to-clipboard .copy-to-clipboard__target {
              margin-right: 20px; }
      .features__item {
        width: calc(50% - 30px); }
      .steps .container {
        padding: 60px 40px; }
        .steps-slider__nav {
          display: block; }
          .steps-slider__nav-item {
            padding: 20px 10px; }
            .steps-slider__nav-item::after {
              display: none; }
        .steps-slider .slide {
          padding: 25px 0 10px;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
          .steps-slider .slide__img {
            position: static;
            height: 350px;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
        .steps-slider .slide__text {
          width: 60%; }
          .faq-content__item-body {
            padding: 10px 20px; }
          .faq-content__item-title {
            font-size: 14px; }
          .faq-content__item-text {
            font-size: 12px;
            margin-top: 5px; }
    .news__item {
      width: calc(50% - 30px); }
      .sticky-slider__nav {
        display: none; }
      .sticky-slider__content {
        width: 100%; }
      .sticky-slider__item {
        height: auto;
        margin: 20px 0; }
        .sticky-slider__item-text {
          display: block; }
      .article .parallax {
        height: auto; }
        .reviews-slider .slide {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
      .contact-us__form {
        width: calc(50% - 30px);
        max-width: none;
        margin-right: 30px; }
      .contact-us__info {
        width: 50%;
        max-width: none; } }
  @media (max-width: 768px) {
    .tabs {
      display: block; }
      .tabs .tabs__btns {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        min-height: 0;
        margin: 0 -5px; }
      .tabs__btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(33.333% - 10px);
        margin: 5px; }
        .tabs__btn label {
          min-width: 0;
          padding: 15px 10px; }
      .tabs__content {
        margin-left: 0;
        margin-top: 10px; }
    .modal {
      margin: 0;
      margin-top: var(--headerHeight);
      z-index: 100; }
      .modal--instagram-post .modal__iframe-wrapper {
        padding-bottom: calc(200% + 30px); }
      .modal__content {
        border-radius: 0;
        min-width: 100%;
        min-height: 100%;
        margin: 0; }
      .modal__header {
        background: none;
        color: #333333;
        font-size: 32px;
        padding: 35px 20px 0; }
        .modal__header .modal__close span:before,
        .modal__header .modal__close span:after {
          background: #333333; }
      .modal__title {
        font-size: 24px;
        border-bottom: 1px solid #bdbdbd;
        padding: 5px 0 10px;
        margin: 0 0 20px; }
      .modal__body {
        padding: 0 20px; }
      .modal__backdrop {
        display: none; }
      .modal--open {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
    .barba-wrapper {
      padding-top: 60px; }
      .page-header__item {
        font-size: 12px; }
        .page-header__item:hover {
          background: rgba(255, 255, 255, 0); }
        .page-header__item-name {
          font-size: 12px; }
      .main-nav__list {
        padding-left: 15px; }
      .page-footer__list {
        display: none; }
      .cabinet__info-line {
        padding: 10px 15px; }
          .cabinet__info-line--account .info-line__header {
            border: none;
            margin-bottom: 10px; }
          .cabinet__info-line--account .info-line__content {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                    flex: 1 1 100%;
            padding: 10px 0;
            margin-left: 0; }
            .cabinet__info-line--account .info-line__content-item {
              margin: 5px;
              font-size: 16px; }
            .cabinet__info-line--stats .info-line__content-table {
              display: none; }
              .cabinet__info-line--stats .info-line__content-table--mobile {
                display: table;
                width: 100%; }
              .cabinet__info-line--stats .info-line__content-table--mobile td {
                padding: 5px; }
                .cabinet__info-line--stats .info-line__content-table--mobile td:last-child {
                  color: #ccc;
                  text-align: right; }
      .cabinet__status {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 200px;
                flex: 1 1 200px;
        max-width: none; }
      .cabinet__section {
        width: calc(100% - 10px);
        max-height: none; }
        .cabinet__section-inner {
          overflow: visible; }
          .refriends__info-line .info-line__content-item.copy-to-clipboard {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .refriends__info-line .info-line__content-item.copy-to-clipboard .copy-to-clipboard__target {
              margin-right: 0;
              margin-bottom: 10px; }
      .refriends-tabs .tabs__content {
        margin-top: 5px; }
      .stats-tabs .tabs__content {
        padding: 10px; }
        .stats-tabs .tabs__content-item {
          height: auto; }
      .stats-tabs .tabs__btn {
        max-width: none;
        width: calc(50% - 10px); }
      .hero__text {
        text-align: center;
        margin: 0 auto; }
      .hero__title {
        font-size: 42px; }
      .article__figure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .article__figure > img,
        .article__figure > figcaption {
          max-width: none; }
        .article__figure img {
          margin: 20px 0; }
          .article__figure img:last-child {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1; }
        .reviews-slider .owl-nav button.owl-prev {
          left: -15px; }
        .reviews-slider .owl-nav button.owl-next {
          right: -15px; } }
  @media (max-width: 640px) {
  .enjoy_hint_label {
    font-size: 16px; }
  .enjoyhint_prev_btn,
  .enjoyhint_next_btn {
    color: transparent;
    min-width: 0; }
    .enjoyhint_prev_btn::before,
    .enjoyhint_next_btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 20px;
      height: 20px;
      background: no-repeat center / contain; }
  .enjoyhint_prev_btn {
    width: 35px;
    height: 35px;
    border-radius: 50%; }
    .enjoyhint_prev_btn::before {
      left: calc(50% - 4px);
      background-image: url(../img/sprites/intermediate-svg/left-chevron.svg); }
  .enjoyhint_next_btn {
    width: 35px;
    height: 35px;
    border-radius: 50%; }
    .enjoyhint_next_btn::before {
      left: calc(50% + 2px);
      background-image: url(../img/sprites/intermediate-svg/right-chevron.svg); }
  .enjoyhint_skip_btn {
    display: none; }
    .section {
      padding: 60px 0; }
  .faq__item.animatable {
    visibility: visible; }
    .table th,
    .table td {
      font-size: 14px; }
        .instagram-gallery__item-overlay {
          padding: 10px; }
        .progress-value::before {
          font-size: 16px; }
      .page-footer__tel {
        font-size: 20px; }
        .social-list__item-icon {
          width: 25px;
          height: 25px; }
          .cabinet__status .status__item-back {
            padding: 5px; }
            .cabinet-log__item-footer .total-progress .progress-value {
              font-size: 16px; }
      .data-list-wrapper {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .refriends__info-line {
      padding: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .refriends__info-line .info-line__header {
      margin-bottom: 10px; }
      .refriends-tabs .tabs__content-item {
        height: auto; }
    .refriends__info-line, .refriends__data-list-wrapper {
      margin-bottom: 20px; }
    .hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 80px 0; }
      .features__item {
        width: calc(100% - 30px); }
      .steps .container {
        padding: 40px 15px;
        border-radius: 0; }
            .steps-slider .owl-item.active .slide__img {
              -webkit-transition-delay: 0s;
                   -o-transition-delay: 0s;
                      transition-delay: 0s;
              -webkit-transform: perspective(900px) translateZ(10px) rotateY(0deg);
                      transform: perspective(900px) translateZ(10px) rotateY(0deg); }
        .steps-slider__nav {
          margin: 0 -20px;
          background: -webkit-gradient(linear, left top, right top, from(#1fa2ff), color-stop(35%, #2aa9ff), to(#24a7ff));
          background: -o-linear-gradient(left, #1fa2ff 0%, #2aa9ff 35%, #24a7ff 100%);
          background: linear-gradient(90deg, #1fa2ff 0%, #2aa9ff 35%, #24a7ff 100%); }
          .steps-slider__nav::before, .steps-slider__nav::after {
            content: '';
            width: 20px;
            height: 20px;
            background: no-repeat center / contain;
            display: block;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            opacity: 0.5; }
          .steps-slider__nav::before {
            left: 5px;
            background-image: url(../img/sprites/intermediate-svg/left-chevron.svg); }
          .steps-slider__nav::after {
            right: 5px;
            background-image: url(../img/sprites/intermediate-svg/right-chevron.svg); }
          .steps-slider__nav-list {
            padding: 0 15px; }
          .steps-slider__nav-progress {
            display: none; }
            .steps-slider__nav-item.current {
              background: rgba(255, 255, 255, 0); }
            .steps-slider__nav .owl-item.current {
              background: rgba(255, 255, 255, 0); }
        .steps-slider .slide {
          min-height: 0; }
          .steps-slider .slide__img {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
            display: block;
            margin: 0 auto;
            max-height: 300px;
            -webkit-transform: perspective(900px) translateZ(10px) rotateY(-20deg);
                    transform: perspective(900px) translateZ(10px) rotateY(-20deg); }
        .steps-slider .slide__text {
          width: 100%; }
      .main-calculator-form {
        border-radius: 10px; }
        .main-calculator__result-title {
          text-align: center; }
        .main-calculator__result-number {
          width: auto; }
        .main-calculator__result-content {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 0; }
      .main-calculator__programs {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .main-calculator__table-outer {
        width: 100%;
        margin: 0; }
      .main-calculator__graph {
        width: 100%;
        margin: 0;
        margin-right: 0;
        margin-bottom: 20px; }
        .faq-content__item {
          width: 100%;
          margin-bottom: 20px; }
            .faq-content__item:hover .faq-content__item-body {
              -webkit-transform: translateX(0);
                  -ms-transform: translateX(0);
                      transform: translateX(0);
              max-height: 100vh;
              -webkit-transition-delay: .4s, .4s, .8s;
                   -o-transition-delay: .4s, .4s, .8s;
                      transition-delay: .4s, .4s, .8s; }
            .faq-content__item:hover .faq-content__item-text {
              max-height: 100vh; }
          .faq-content__item-img {
            width: 100px;
            -webkit-transition-delay: .4s;
                 -o-transition-delay: .4s;
                    transition-delay: .4s; }
          .faq-content__item-body {
            -webkit-transform: translateX(100px);
                -ms-transform: translateX(100px);
                    transform: translateX(100px);
            width: calc(100% - 100px); }
          .faq-content__item-text {
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s; }
    .filter__nav {
      margin: 10px -6px; }
      .filter__nav-link {
        padding: 6px; }
      .news-filter__link {
        padding: 6px; }
    .news__item {
      width: calc(100% - 30px); }
        .article__header .container {
          padding: 20px; }
          .article__figure--fluid figcaption {
            padding: 10px 20px; }
        .about-us__hero .section__caption {
          margin-bottom: 50px; }
      .our-stats__item {
        width: calc(100% - 30px); }
        .our-stats__item-count {
          font-size: 58px; }
      .contact-us__form {
        width: 100%;
        margin-right: 0; }
      .contact-us__info {
        width: 100%; } }
  @media (max-width: 576px) {
      .main-calculator__programs .field-radio__help-text {
        font-size: 12px; }
        .main-calculator__programs .field-radio__label {
          font-size: 18px; } }
  @media (max-width: 540px) {
      .tabs__btn {
        width: calc(50% - 10px); }
      .cabinet__status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin: 0; }
        .cabinet__status .status__item {
          margin: 5px;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: calc(25% - 10px); }
        .cabinet__status .status__item {
          width: calc(50% - 10px); }
        .cabinet__status .status__item-label {
          font-size: 15px; }
      .cabinet__card {
        margin: 5px 5px 10px; }
      .cabinet__section {
        margin: 0 5px 5px; } }
  @media (max-width: 400px) {
    .section {
      padding: 40px 0; }
      .section__caption {
        margin-bottom: 15px; }
        .section__caption--blue-line .section__title::after {
          margin-top: 10px; }
      .section__title {
        font-size: 32px; }
      .field-toggler__input-wrap--large {
        font-size: 21px; }
        .modal__body .field-text + .field-text {
          margin-top: 15px; }
        .instagram-gallery__item-likes, .instagram-gallery__item-comments {
          font-size: 12px; }
          .instagram-gallery__item-likes::before, .instagram-gallery__item-comments::before {
            width: 20px;
            height: 20px; }
        .instagram-gallery__item-caption {
          font-size: 12px;
          max-height: 60px;
          -webkit-line-clamp: 3; }
      .page-header__logo {
        font-size: 30px;
        padding: 6px 0; }
      .main-nav__link, .main-nav__pseudolink {
        padding: 16px 5px; }
    .main-nav,
    .main-nav__lvl {
      min-width: 280px; }
      .cabinet__card {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
  .refriends__info-line {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .refriends__info-line .copy-to-clipboard__btn {
    width: 100%; }
      .main-calculator__body, .main-calculator__result {
        padding: 30px 20px; }
        .main-calculator__choice-mode .field-toggler {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .main-calculator__choice-mode .field-toggler__item {
            font-size: 24px; }
      .main-calculator__comment {
        padding: 0 20px 30px; }
      .main-calculator__range-value {
        max-width: none; }
      .filter__nav-link {
        font-size: 14px; }
      .news-filter__link {
        font-size: 14px; } }
  @media (max-width: 350px) {
    p {
      font-size: 16px; }
      .page-header__logo {
        font-size: 28px; }
        .cabinet__status .status__item-label {
          font-size: 14px; }
          .cabinet__section-select .section-select__item label {
            padding: 20px 5px; }
      .main-calculator-form {
        margin: 0 -20px; } }
  @media screen and (orientation: landscape) {
    .modal {
      margin-top: 0;
      z-index: 10000; } }
