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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

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

html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

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

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

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

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

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

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

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

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

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #003B3B;
}

::selection {
  background-color: #003B3B;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.94vw;
  line-height: 1.2;
  min-width: 320px;
  position: relative;
  font-family: "Monda", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  overflow-x: hidden;
  background: #000614;
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 374px) {
  body {
    font-size: 17px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .body-modal-open {
    overflow: hidden;
    width: 100%;
  }
}

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

b, strong {
  font-weight: bold;
}

.wrap {
  width: 100%;
  max-width: 89.58vw;
  padding: 4.22vw 2.08vw 0;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  outline: none !important;
  border: none;
}

a:hover {
  outline: none;
}

a:active {
  outline: none;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

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

.list {
  font-size: 1.04vw;
  line-height: 1.30vw;
}

@media only screen and (max-width: 991px) {
  .list {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 374px) {
  .list {
    font-size: 17px;
  }
}

.list li {
  position: relative;
  padding: 0.26vw 0.26vw 0.26vw 3.02vw;
}

@media only screen and (max-width: 991px) {
  .list li {
    padding: 5px 5px 5px 40px;
  }
}

@media only screen and (max-width: 500px) {
  .list li {
    padding-right: 0;
  }
}

.list li:before {
  content: "";
  position: absolute;
  top: 0.52vw;
  left: 1.30vw;
  width: 0.52vw;
  height: 0.52vw;
  background: #00FFFF;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .list li:before {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
  }
}

.list-secondary {
  font-size: 1.04vw;
  line-height: 1.30vw;
  padding-left: 2.08vw;
}

@media only screen and (max-width: 991px) {
  .list-secondary {
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .list-secondary {
    font-size: 17px;
  }
}

.list-secondary li {
  position: relative;
  padding: 0.26vw 0.26vw 0.26vw 3.02vw;
}

@media only screen and (max-width: 991px) {
  .list-secondary li {
    padding: 5px 5px 5px 40px;
  }
}

@media only screen and (max-width: 500px) {
  .list-secondary li {
    padding-right: 0;
  }
}

.list-secondary li:before {
  content: "";
  position: absolute;
  top: 0.52vw;
  left: 1.30vw;
  width: 0.52vw;
  height: 0.52vw;
  border: 1px solid #00FFFF;
  background: transparent;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .list-secondary li:before {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
  }
}

.title,
h2.title {
  font-family: "Monda", Arial, Helvetica, sans-serif;
  font-size: 2.60vw;
  line-height: 4.22vw;
  color: #00FFFF;
  margin-top: 0;
  margin-bottom: 2.66vw;
}

@media only screen and (max-width: 991px) {
  .title,
  h2.title {
    position: relative;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 50px;
    text-align: center;
    padding-top: 20px;
  }
  .title::after,
  h2.title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 250px;
    height: 2px;
    background: #fff;
  }
}

.subtitle {
  font-size: 1.25vw;
  line-height: 2.03vw;
  margin-bottom: 1.30vw;
  color: #00ffff;
}

@media only screen and (max-width: 991px) {
  .subtitle {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 25px;
    text-align: center;
  }
}

.subtitle2 {
  padding-left: 4.06vw;
  font-size: 1.04vw;
  line-height: 1.35vw;
  margin-bottom: 0.85vw;
  color: #00ffff;
}

@media only screen and (max-width: 991px) {
  .subtitle2 {
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.btn {
  font-family: "Monda", Arial, Helvetica, sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.73vw;
  line-height: 0.89vw;
  padding: 0.68vw 1.25vw;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #000;
  text-align: center;
  border-radius: 2.60vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .btn {
    font-size: 14px;
    line-height: 17px;
    padding: 13px 24px;
    border-radius: 50px;
  }
}

.btn .icon {
  fill: #151515;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.btn:hover .icon {
  fill: #fff;
}

.btn--black {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.btn--black:hover {
  background: #fff;
  color: #000;
}

.text--medium {
  font-weight: 500;
}

.text--sb {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

.promo {
  overflow: hidden;
  letter-spacing: 2px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  background: #020e1a;
  background: url("../img/promo-bg.jpg");
  color: #90ffff;
}

.promo a {
  color: #90ffff;
}

.promo .wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo__tel {
  width: 100%;
  max-width: 1660px;
  margin: 2vh auto 0;
  display: block;
  font-size: 30px;
  text-align: right;
  padding: 20px;
}

@media screen and (min-height: 960px) {
  .promo__tel {
    margin: 5% auto 0;
  }
}

@media screen and (max-width: 991px) {
  .promo__tel {
    margin-top: 8%;
    font-size: 18px;
    text-align: center;
  }
}

.promo__pic {
  position: relative;
  margin-right: 15%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: url("../img/promo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (max-width: 991px) {
  .promo__pic {
    margin-right: 0;
  }
}

.promo__body {
  position: relative;
  margin-bottom: 12vh;
  font-weight: 500;
}

@media screen and (min-height: 610px) {
  .promo__body {
    margin-bottom: 20vh;
  }
}

@media screen and (min-height: 960px) {
  .promo__body {
    margin-bottom: 22%;
  }
}

.promo__title {
  font-size: 64px;
  padding-right: 100px;
  text-align: right;
  margin-top: -70px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .promo__title {
    margin-top: 23px;
    padding-right: 0;
    font-size: 36px;
    text-align: center;
  }
}

.promo__subtitle {
  font-size: 40px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .promo__subtitle {
    font-size: 24px;
    text-align: center;
  }
}

.anim .promo__pic {
  background-image: url("../img/promo-anim.png");
}

.nokey {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.52vw 0;
  z-index: 2;
  background: #000614;
  -webkit-box-shadow: 0px 2px 37px 30px rgba(0, 255, 255, 0.04);
          box-shadow: 0px 2px 37px 30px rgba(0, 255, 255, 0.04);
}

@media only screen and (max-width: 991px) {
  header {
    padding: 10px 0;
    border-bottom: 1px solid #00FFFF;
    height: 73px;
  }
}

.header .wrap {
  padding-top: 0.26vw;
}

@media only screen and (max-width: 991px) {
  .header .wrap {
    padding-top: 0;
  }
}

.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phone {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__lang {
  pointer-events: none;
  position: relative;
  color: #000;
  margin-left: 2.66vw;
}

@media only screen and (max-width: 991px) {
  .header__lang {
    margin-left: 51px;
    display: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.22vw;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 150px;
    margin: 0 auto;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .body-modal-open .logo {
    opacity: 1;
  }
}

.logo:hover {
  opacity: 0.8;
}

.logo img {
  width: 100%;
}

.cross {
  display: none;
}

.lang {
  cursor: pointer;
  position: relative;
  width: 2.34vw;
  padding: 0.52vw 0.42vw;
  color: #00ffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  .lang {
    width: 45px;
    padding: 10px 8px;
  }
}

.lang.current:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.1vw;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .lang.current:before {
    height: 2px;
  }
}

.lang.current:hover {
  color: #fff;
}

.lang.current.active {
  color: #000614;
  background: #00ffff;
  position: relative;
}

.lang.current.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.93vw;
  height: 0.16vw;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .lang.current.active:after {
    width: 37px;
    height: 3px;
  }
}

.lang--mob {
  display: none;
}

@media only screen and (max-width: 991px) {
  .lang--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none;
  }
}

.lang--mob span {
  color: #00FFFF;
  padding: 1.25vw 0.52vw;
}

@media screen and (max-width: 991px) {
  .lang--mob span {
    padding: 24px 10px;
  }
}

.lang--mob .current {
  color: #00FFFF;
}

@media only screen and (max-width: 991px) {
  .lang--mob .lang__item {
    padding: 24px 0;
  }
}

.lang--menu span {
  color: #00FFFF;
  padding: 1.25vw 0.52vw;
}

@media screen and (max-width: 991px) {
  .lang--menu span {
    padding: 24px 10px;
  }
}

.lang--menu .current {
  color: #00FFFF;
}

@media only screen and (max-width: 991px) {
  .lang--menu .lang__item {
    padding: 24px 10px;
  }
}

.lang__list {
  height: 0;
  opacity: 0;
  background: #00ffff;
  width: 2.34vw;
  text-align: center;
  position: absolute;
  top: 2.14vw;
  left: 0;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 991px) {
  .lang__list {
    width: 45px;
    top: 41px;
  }
}

.lang__list.active {
  opacity: 1;
  height: 200%;
  display: block;
}

.lang__item {
  display: block;
  padding: 0.52vw 0.42vw;
  color: #000;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .lang__item {
    padding: 10px 8px;
    color: #fff !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lang__item.current {
  color: #00FFFF !important;
}

.lang__item:hover {
  color: #989595;
}

.icon-phone {
  width: 1.3vw;
  height: 1.25vw;
  margin-left: 0.52vw;
}

@media only screen and (max-width: 991px) {
  .icon-phone {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}

.main-menu.active li.btn_mob {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-menu.active li.btn_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-menu.active li.btn_mob .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.68vw 1.25vw;
  background: #fff;
  color: #000;
  border-color: #fff;
}

@media only screen and (max-width: 991px) {
  .main-menu.active li.btn_mob .btn {
    padding: 13px 24px;
  }
}

.main-menu.active li.btn_mob .btn:hover {
  background: #000;
  color: #fff;
}

.main-menu.active li.btn_mob.animated {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-menu.active li.btn_mob.animated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-menu.active li.btn_mob.animated .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.68vw 1.25vw;
  background: #fff;
  color: #000;
  border-color: #fff;
}

@media only screen and (max-width: 991px) {
  .main-menu.active li.btn_mob.animated .btn {
    padding: 13px 24px;
  }
}

.main-menu.active li.btn_mob.animated .btn:hover {
  background: #000;
  color: #fff;
}

#fp-nav ul {
  counter-reset: dots;
}

#fp-nav ul li {
  counter-increment: dots;
  height: auto;
}

#fp-nav ul li a {
  height: 0.68vw;
  width: 0.21vw;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fp-nav ul li a span {
  border-radius: 2px;
  display: block;
  margin-top: 0;
  top: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fp-nav ul li a.active {
  height: 47px;
}

#fp-nav ul li a.active span {
  background: #00ffff;
  border-radius: 2px;
  height: 2.45vw;
  margin: 0 0 0 -0.1vw;
  width: 0.21vw;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fp-nav ul li:hover a.active span {
  background: #00ffff;
  border-radius: 2px;
  height: 2.45vw;
  margin: 0 0 0 -0.1vw;
  width: 0.21vw;
}

#fp-nav ul li:hover a span {
  height: 0.68vw;
  width: 0.21vw;
}

@media only screen and (max-width: 991px) {
  #fp-nav {
    display: none;
  }
}

.fp-viewing-about .logo {
  opacity: 0;
  -webkit-transform: translateY(100px) translateX(100px) scale(2);
      -ms-transform: translateY(100px) translateX(100px) scale(2);
          transform: translateY(100px) translateX(100px) scale(2);
}

.logo {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0) scale(1.5);
      -ms-transform: translateY(0) translateX(0) scale(1.5);
          transform: translateY(0) translateX(0) scale(1.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 991px) {
  .logo {
    -webkit-transform: translateY(0) translateX(0) scale(1.1);
        -ms-transform: translateY(0) translateX(0) scale(1.1);
            transform: translateY(0) translateX(0) scale(1.1);
  }
}

.fp-viewing-about .about__pic {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0) scale(1);
      -ms-transform: translateY(0) translateX(0) scale(1);
          transform: translateY(0) translateX(0) scale(1);
}

.about__pic {
  opacity: 0;
  -webkit-transform: translateY(-100px) translateX(-100px) scale(0);
      -ms-transform: translateY(-100px) translateX(-100px) scale(0);
          transform: translateY(-100px) translateX(-100px) scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 991px) {
  .about__pic {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0) scale(1);
        -ms-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
  }
}

@media only screen and (max-width: 991px) {
  .header .logo {
    padding-left: 40px;
    width: 190px;
    opacity: 0;
    -webkit-transform: translateY(100px) translateX(-50px) scale(2);
        -ms-transform: translateY(100px) translateX(-50px) scale(2);
            transform: translateY(100px) translateX(-50px) scale(2);
  }
}

@media only screen and (max-width: 991px) {
  body.scroll .header .logo {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0) scale(1);
        -ms-transform: translateY(0) translateX(0) scale(1);
            transform: translateY(0) translateX(0) scale(1);
  }
}

@media only screen and (max-width: 991px) {
  body.scroll .about__pic {
    opacity: 0;
    -webkit-transform: translateY(-100px) translateX(-50px) scale(0);
        -ms-transform: translateY(-100px) translateX(-50px) scale(0);
            transform: translateY(-100px) translateX(-50px) scale(0);
  }
}

@media only screen and (max-width: 991px) {
  .body-modal-open .header .logo {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
  }
}

.about {
  padding-top: 2.6vw;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .about {
    padding-top: 76px;
  }
}

.about .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .about .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about__pic {
  width: 45%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media only screen and (max-width: 991px) {
  .about__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 60.27vw;
    background-size: 140%;
    background-position: left center;
  }
}

@media only screen and (max-width: 500px) {
  .about__pic {
    overflow: hidden;
    min-height: 44vh;
  }
}

@media only screen and (max-width: 500px) {
  .about__pic img {
    min-width: 118.67vw;
    padding-left: 4vw;
  }
}

.about__body {
  width: 39%;
  padding: 2.76vw 0;
}

@media only screen and (max-width: 991px) {
  .about__body {
    width: 100%;
    padding: 53px 0 23px;
  }
}

.about__text {
  position: relative;
  max-width: 35.83vw;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .about__text {
    padding-right: 20px;
    max-width: 688px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 374px) {
  .about__text {
    padding-right: 16px;
  }
}

.about__text p {
  margin: 3.65vw 1.61vw 0.36vw 0;
  padding: 1.98vw 0 4.53vw 1.93vw;
  background: #000614;
  font-size: 1.25vw;
  line-height: 2.03vw;
}

@media only screen and (max-width: 991px) {
  .about__text p {
    padding: 0 50px 40px 34px;
    font-size: 18px;
    line-height: 29px;
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  .about__text p {
    padding: 0 14px 40px 34px;
  }
}

@media only screen and (max-width: 374px) {
  .about__text p {
    padding: 0 0px 40px 15px;
    font-size: 17px;
    line-height: 27px;
  }
}

.about__text:before {
  content: "";
  position: absolute;
  top: -1.56vw;
  right: -0.73vw;
  width: 100%;
  height: 100%;
  background: #000614;
  border: 2px solid #00ffff;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .about__text:before {
    top: -30px;
    right: 0;
    width: calc(100% - 5px);
  }
}

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding-bottom: 20px;
  text-decoration: none;
}

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

.arrow__item {
  margin: 0 auto;
}

.arrow__item img {
  width: 100%;
  height: 100%;
}

.arrow__item--top {
  width: 32px;
  height: 32px;
  margin-bottom: -20px;
}

.arrow__item--center {
  width: 40px;
  height: 40px;
  margin-bottom: -25px;
}

.arrow__item--bottom {
  width: 48px;
  height: 48px;
}

.block {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .block {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.competence {
  padding: 2.60vw 0;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .competence {
    padding: 50px 0 0;
    margin-top: 35px;
  }
}

.competence .wrap {
  max-width: 100vw;
  padding: 4.48vw 6.51vw 0;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .competence .wrap {
    padding: 0 20px 0;
  }
}

.competence .title {
  margin-bottom: 2.08vw;
}

@media only screen and (max-width: 991px) {
  .competence .title {
    margin-bottom: 40px;
  }
}

.competence p {
  font-size: 1.04vw;
  line-height: 1.72vw;
  margin: 0 0 2.75vw 0;
}

@media only screen and (max-width: 991px) {
  .competence p {
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 72px 0;
  }
}

@media only screen and (max-width: 374px) {
  .competence p {
    font-size: 17px;
    line-height: 27px;
  }
}

.competence__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  .competence__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.competence__block {
  width: 45%;
}

@media only screen and (max-width: 991px) {
  .competence__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.competence__block:nth-child(2n+1) {
  margin-right: 10%;
}

@media only screen and (max-width: 991px) {
  .competence__block:nth-child(2n+1) {
    margin-right: 0;
  }
}

.competence__pic {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .competence__pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.competence__pic img, .competence__pic svg {
  position: absolute;
  bottom: -4.58vw;
  right: -11.72vw;
  width: 62.50vw;
  max-width: 62.5vw;
  height: 41.67vw;
  -webkit-transform: rotate(-16deg);
      -ms-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

@media only screen and (max-width: 991px) {
  .competence__pic img, .competence__pic svg {
    max-width: 150%;
    height: auto;
    position: static;
    bottom: auto;
    right: auto;
    width: auto;
  }
}

.list-width-icons {
  font-size: 1.04vw;
  line-height: 1.72vw;
}

@media only screen and (max-width: 991px) {
  .list-width-icons {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 374px) {
  .list-width-icons {
    font-size: 17px;
    line-height: 27px;
  }
}

.list-width-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5vw;
  min-height: 4.22vw;
}

@media only screen and (max-width: 991px) {
  .list-width-icons__item {
    width: 100%;
    margin-bottom: 25px;
    min-height: 81px;
  }
}

.list-width-icons__icon {
  color: #00FFFF;
  margin-right: 1.04vw;
  width: 2.60vw;
  height: 2.60vw;
}

@media only screen and (max-width: 991px) {
  .list-width-icons__icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
}

.list-width-icons__icon img, .list-width-icons__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.list-width-icons__text {
  padding-top: 0.78vw;
}

@media only screen and (max-width: 991px) {
  .list-width-icons__text {
    padding-top: 0;
  }
}

.direction {
  padding: 2.6vw 0;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .direction {
    overflow: hidden;
    padding: 50px 0;
    margin-top: 12px;
  }
}

.direction .wrap {
  max-width: 93.23vw;
}

@media only screen and (max-width: 991px) {
  .direction .wrap {
    max-width: 1790px;
  }
}

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

@media only screen and (max-width: 991px) {
  .direction__slide {
    padding: 0;
  }
}

.direction__pic {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .direction__pic {
    width: 100%;
    height: 350px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}

.direction__pic img,
.direction__pic svg {
  width: 46.35vw;
  height: 44.79vw;
  max-width: 100%;
  position: absolute;
  -webkit-transform: rotate(16deg) translate(-5.36vw, -0.26vw);
      -ms-transform: rotate(16deg) translate(-5.36vw, -0.26vw);
          transform: rotate(16deg) translate(-5.36vw, -0.26vw);
}

@media only screen and (max-width: 991px) {
  .direction__pic img,
  .direction__pic svg {
    max-width: 100%;
    -webkit-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
            transform: rotate(16deg);
    width: 460px;
    min-width: 460px;
    height: 460px;
  }
}

.direction__block {
  width: 50%;
}

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

.direction__block .subtitle {
  padding-left: 2.08vw;
}

@media only screen and (max-width: 991px) {
  .direction__block .subtitle {
    padding-left: 0;
  }
}

.direction__block .list {
  padding-left: 2.08vw;
  margin-bottom: 1.04vw;
}

@media only screen and (max-width: 991px) {
  .direction__block .list {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.direction__block .list-secondary {
  padding-left: 3.65vw;
}

@media only screen and (max-width: 991px) {
  .direction__block .list-secondary {
    padding-left: 30px;
  }
}

.direction__slide-secondary .subtitle {
  margin-bottom: 1.15vw;
}

@media only screen and (max-width: 991px) {
  .direction__slide-secondary .subtitle {
    margin-bottom: 22px;
  }
}

.direction__slide-secondary .list {
  padding-left: 1.3vw;
  margin-bottom: 1.46vw;
}

@media only screen and (max-width: 991px) {
  .direction__slide-secondary .list {
    padding-left: 0;
    margin-bottom: 28px;
  }
}

.direction__slide-secondary .list-secondary {
  padding-left: 3.13vw;
}

@media only screen and (max-width: 991px) {
  .direction__slide-secondary .list-secondary {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}

.direction__block-first {
  padding-right: 5.21vw;
}

@media only screen and (max-width: 991px) {
  .direction__block-first {
    padding-right: 0;
  }
}

.direction__block-first .subtitle {
  padding-left: 0;
}

.direction__block-first p {
  padding-left: 1.35vw;
  line-height: 1.72vw;
}

@media only screen and (max-width: 991px) {
  .direction__block-first p {
    padding-left: 0;
    line-height: 33px;
  }
}

@media only screen and (max-width: 374px) {
  .direction__block-first p {
    line-height: 27px;
  }
}

.direction__block-secondary {
  padding-left: 3.13vw;
}

@media only screen and (max-width: 991px) {
  .direction__block-secondary {
    padding-left: 0;
  }
}

.direction__block-secondary .subtitle {
  padding-left: 1.04vw;
}

@media only screen and (max-width: 991px) {
  .direction__block-secondary .subtitle {
    padding-left: 0;
  }
}

.direction p {
  font-size: 1.04vw;
  line-height: 1.56vw;
  margin: 0 0 2.24vw 0;
}

@media only screen and (max-width: 991px) {
  .direction p {
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 43px 0;
  }
}

.star circle {
  stroke-width: 0;
  stroke: #00ffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: star 5s linear 0.8s infinite;
  animation: star 5s linear 0.8s infinite;
}

.star:nth-child(3n + 1) circle {
  -webkit-animation: star 4s linear 1s infinite;
  animation: star 4s linear 1s infinite;
}

.star:nth-child(3n + 2) circle {
  -webkit-animation: star 3s linear 0.5s infinite;
  animation: star 3s linear 0.5s infinite;
}

.star--little circle {
  stroke-width: 0;
  stroke: #00ffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: little-star 2s linear 1s infinite;
  animation: little-star 2s linear 1s infinite;
}

.star--little:nth-child(3n + 1) circle {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.star--little:nth-child(3n + 2) circle {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes star {
  0% {
    stroke-width: 0;
  }
  50% {
    stroke-width: 10px;
  }
  100% {
    stroke-width: 0;
  }
}

@keyframes star {
  0% {
    stroke-width: 0;
  }
  50% {
    stroke-width: 10px;
  }
  100% {
    stroke-width: 0;
  }
}

@-webkit-keyframes little-star {
  0% {
    stroke-width: 0;
  }
  50% {
    stroke-width: 4px;
  }
  100% {
    stroke-width: 0;
  }
}

@keyframes little-star {
  0% {
    stroke-width: 0;
  }
  50% {
    stroke-width: 4px;
  }
  100% {
    stroke-width: 0;
  }
}

.partners {
  position: relative;
  padding: 2.60vw 0;
}

@media only screen and (max-width: 991px) {
  .partners {
    padding: 50px 0 0;
  }
}

.partners__title {
  line-height: 3.65vw;
  padding-right: 1.04vw;
  margin-bottom: 1vw;
}

@media only screen and (max-width: 991px) {
  .partners__title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0;
    padding-right: 20px;
  }
}

.partners__body {
  padding-top: 0;
  padding-bottom: 3vw;
}

@media only screen and (max-width: 991px) {
  .partners__body {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

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

.partners__item {
  display: block;
  width: 15%;
  width: calc(100%/6);
  min-height: 7.98vw;
}

@media only screen and (max-width: 991px) {
  .partners__item {
    width: 50%;
    margin-bottom: 35px;
    min-height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .partners__item:first-child {
    width: 100%;
    text-align: center;
  }
}

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

.partners__item:hover .partners__logo {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.partners__logo {
  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-filter: grayscale(100%) sepia(100%);
          filter: grayscale(100%) sepia(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  height: 6.83vw;
}

@media only screen and (max-width: 991px) {
  .partners__logo {
    height: 102px;
    -webkit-filter: none;
            filter: none;
    opacity: 0.9;
  }
}

.partners__logo img {
  max-width: 10.42vw;
  max-height: 4.91vw;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .partners__logo img {
    max-width: 90%;
    max-height: 102px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #00FFFF;
  background: #000614;
}

@media only screen and (max-width: 991px) {
  .footer {
    position: static;
  }
}

.footer .wrap {
  padding-top: 0;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .footer__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__text {
  padding: 0.78vw 0;
  font-size: 0.73vw;
  line-height: 1.04vw;
}

@media only screen and (max-width: 991px) {
  .footer__text {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
  }
}

.footer__item {
  width: 25%;
  padding-left: 10%;
}

@media only screen and (max-width: 991px) {
  .footer__item {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.footer__links {
  width: 25%;
  padding-left: 10%;
}

@media only screen and (max-width: 991px) {
  .footer__links {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.footer__links a:hover {
  color: #00FFFF;
}

.footer__dev {
  width: 50%;
  text-align: center;
  white-space: nowrap;
}

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

a.footer__text:hover {
  color: #00FFFF;
}

.menu-toggle {
  display: none;
}

.menu__text--mob {
  display: none;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .menu__text--mob {
    display: block;
    font-size: 58px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
  }
  .menu__text--mob:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 66px;
    height: 1px;
    background: #00FFFF;
  }
}

.cross {
  display: none;
}

.menu-wrap {
  margin-left: auto;
  width: 65.5%;
  height: 100%;
  padding-left: 1.30vw;
  padding-right: 1.30vw;
}

@media only screen and (max-width: 991px) {
  .menu-wrap {
    padding: 0;
  }
}

.main-menu {
  font-size: 0.94vw;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .main-menu {
    font-size: 30px;
    line-height: 1;
  }
}

.main-menu__title {
  display: none;
}

.main-menu ul {
  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;
  height: 100%;
}

.main-menu li.active a, .main-menu li:hover a {
  color: #00FFFF;
}

.main-menu li.active a:after, .main-menu li:hover a:after {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .main-menu li.active a:after, .main-menu li:hover a:after {
    content: none;
  }
}

.main-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.36vw;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .main-menu a {
    padding: 7px;
  }
}

.main-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 991px) {
  .menu-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    cursor: pointer;
    z-index: 4;
  }
  .menu-toggle svg {
    fill: #00FFFF;
  }
  .menu-toggle .moved1 {
    opacity: 0;
    -webkit-animation: moved5 1.3s linear 0.8s  forwards;
            animation: moved5 1.3s linear 0.8s  forwards;
  }
  .menu-toggle .moved2 {
    opacity: 0;
    -webkit-animation: moved6 1.3s linear 0.8s  forwards;
            animation: moved6 1.3s linear 0.8s  forwards;
  }
  .menu-toggle .moved3 {
    opacity: 0;
    -webkit-animation: moved7 1.3s linear 0.8s  forwards;
            animation: moved7 1.3s linear 0.8s  forwards;
  }
  .menu-toggle .moved4 {
    opacity: 0;
    -webkit-animation: moved8 1.3s linear 0.8s  forwards;
            animation: moved8 1.3s linear 0.8s  forwards;
  }
  .menu-toggle.active {
    overflow: hidden;
  }
  .menu-toggle.active rect {
    opacity: 1;
  }
  .menu-toggle.active .moved1 {
    -webkit-animation: moved1 1.3s linear 0.8s  forwards;
            animation: moved1 1.3s linear 0.8s  forwards;
  }
  .menu-toggle.active .moved2 {
    -webkit-animation: moved2 1.3s linear 0.8s  forwards;
            animation: moved2 1.3s linear 0.8s  forwards;
  }
  .menu-toggle.active .moved3 {
    -webkit-animation: moved3 1.3s linear 0.8s  forwards;
            animation: moved3 1.3s linear 0.8s  forwards;
  }
  .menu-toggle.active .moved4 {
    -webkit-animation: moved4 1.3s linear 0.8s  forwards;
            animation: moved4 1.3s linear 0.8s  forwards;
  }
  .main-menu {
    display: none;
  }
  .main-menu__title {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    margin-top: 66px;
  }
  .main-menu__title-wrap {
    margin-left: -28px;
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  .main-menu__title-wrap:before {
    content: "";
    position: absolute;
    top: -9px;
    right: -30px;
    width: 110%;
    width: calc(100% + 22px);
    height: 100%;
    background: #000614;
    border: 2px solid #00FFFF;
    z-index: -1;
  }
  .main-menu__title span {
    display: inline-block;
    padding: 0 0 20px 28px;
    background: #000614;
  }
  .main-menu.active {
    display: block;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: calc(100% - 73px);
    background-color: #000614;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/bg_menu.png");
    z-index: 3;
    left: 0;
    top: 74px;
  }
  .main-menu.active ul {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 18px;
    color: #090f21;
    height: calc(100% - 154px);
  }
  .main-menu.active li {
    width: 100%;
    display: block;
    margin-top: auto;
  }
  .main-menu a {
    font-size: 24px;
    line-height: 39px;
    padding: 33px 0;
  }
  .menu-wrap {
    position: absolute;
    left: 0;
  }
}

@-webkit-keyframes moved1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  100% {
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
}

@keyframes moved1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  100% {
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
}

@-webkit-keyframes moved2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
  100% {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
}

@keyframes moved2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
  100% {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
}

@-webkit-keyframes moved3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  100% {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
}

@keyframes moved3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  100% {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
}

@-webkit-keyframes moved4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  100% {
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
}

@keyframes moved4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  100% {
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
}

@-webkit-keyframes moved5 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
  50% {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moved5 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
  50% {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes moved6 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-12px, 0px);
            transform: translate(-12px, 0px);
  }
  50% {
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moved6 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-12px, 0px);
            transform: translate(-12px, 0px);
  }
  50% {
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes moved7 {
  0% {
    opacity: 1;
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  50% {
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moved7 {
  0% {
    opacity: 1;
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  50% {
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes moved8 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moved8 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
