@font-face {
  font-family: "Decima";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/decima/regular.ttf") format("truetype"); font-display: swap;}

@font-face {
  font-family: "Decima";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/decima/bold.ttf") format("truetype"); font-display: swap;}

@font-face {
  font-family: "Decima";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/decima/light.ttf") format("truetype"); font-display: swap;}
  
 @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/RobotoLight.woff") format("woff"); font-display: swap;} 
  
   @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/RobotoRegular.woff") format("woff"); font-display: swap;} 
  
   @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/RobotoBold.woff") format("woff"); font-display: swap;} 
  

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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"] {
  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; }

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

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: normal;
	color: #d5e1ff;
	font-family: "Decima", sans-serif;
	background: #00000b; 
	text-shadow: 0 0 2px #000;
}

.page-wrapper {
  position: relative;
  height: 3200px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .page-wrapper {
      height: 2400px; } }

img {
  display: block;
  max-width: 100%; }

button, a, input, select {
  outline: none !important; }

a {
  text-decoration: none;
  color: #d5e1ff; }

.visible-tablet-desktop {
  display: none; }
  @media (min-width: 768px) {
    .visible-tablet-desktop {
      display: block; } }

.bg {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.bg_container {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative; }
  .bg_container img {
    width: 192px;
    height: 400px;
    float: left; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .bg_container.-desktop img {
      width: 192px;
      height: 280px; } }
  @media (max-width: 575.98px) {
    .bg_container.-desktop {
      display: none; } }
  .bg_container.-mobile {
    display: none; }
    @media (max-width: 575.98px) {
      .bg_container.-mobile {
        display: block;
        width: 100%;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 750px;
        right: 0; }
        .bg_container.-mobile img {
          width: 100%;
          height: 271px; } }

.bg_adapted-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1729px;
  background: url("images/design/bg-adapted/up.jpg") no-repeat 50% 0; }
  @media (max-width: 575.98px) {
    .bg_adapted-top-left {
      display: none; } }

.bg_adapted-down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1950px;
  background: url("images/design/bg-adapted/down.jpg") no-repeat 50% 0/auto 100%; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .bg_adapted-down {
      height: 1000px; } }
  @media (max-width: 575.98px) {
    .bg_adapted-down {
      display: none; } }

.bg_adapted-center {
  position: absolute;
  top: 1500px;
  left: 0;
  width: 100%;
  height: 1200px;
  background: url("images/design/bg-adapted/center.png") no-repeat 50% 0/auto 100%; }
  @media (max-width: 767.98px) {
    .bg_adapted-center {
      display: none; } }

.bg_adapted-center-up {
  position: absolute;
  top: 400px;
  left: 0;
  width: 100%;
  height: 2030px;
  background: url("images/design/bg-adapted/center_up.png") no-repeat 50% 0; }
  @media (max-width: 767.98px) {
    .bg_adapted-center-up {
      display: none; } }

.bg_asteroid {
  position: absolute; }
  .bg_asteroid.-left {
    top: -200px;
    left: -400px;
    width: 1048px;
    height: 1072px;
    background: url("images/design/bg-adapted/left.png") no-repeat 0 0; }
 @media (min-width: 576px) and (max-width: 767.98px) {
      .bg_asteroid.-left {
        width: 600px;
        left: -200px;
        top: 0;
        background-size: 100%; } }
    @media (max-width: 575.98px) {
      .bg_asteroid.-left {
        width: 123px;
        height: 210px;
        left: 0;
        top: 0;
        background: url("images/design/asteroids-left-mobile.png") no-repeat 0 0/auto 100%; } }
  .bg_asteroid.-right {
    top: 0;
    right: -900px;
    width: 1635px;
    height: 909px;
    background: url("images/design/bg-adapted/right.png") no-repeat 0 0; }
    @media (min-width: 576px) {
      .bg_asteroid.-right {
        top: 90vh; } }
    @media (max-width: 575.98px) {
      .bg_asteroid.-right {
        top: 350px;
        right: 0;
        width: 133px;
        height: 134px;
        background: url("images/design/asteroids-right-mobile.png") no-repeat 0 0/auto 100%; } }

.bg_asteroids {
  max-width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .bg_asteroids {
      left: 0;
      margin-left: 0;
      z-index: 0; } }

.bg_star-track {
  max-width: 1920px;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1; }

.top-menu {
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: rgba(0,14,22,1.0); }
.top-menu:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-top: 1px solid rgba(255,255,255,0.10);}
  @media (max-width: 767.98px) {
    .top-menu {
      position: absolute;
      background: transparent;
      height: auto;
      z-index: auto; }
	  .top-menu:after {
    border-top: none;}}

.top-menu_wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.top-menu_left-container, .top-menu_center-container {
  margin-top: 15px; }
  @media (max-width: 767.98px) {
    .top-menu_left-container, .top-menu_center-container {
      margin-top: 20px; } }

.top-menu_left-container {
  position: absolute;
  top: -2px;
  left: 20px; }
  @media (max-width: 991.98px) {
    .top-menu_left-container {
      position: static;
      margin-right: auto; } }
  @media (max-width: 991.98px) {
    .top-menu_left-container {
      position: relative;
      left: 0;
      z-index: 4; } }

@media (max-width: 767.98px) {
  .top-menu_center-container {
    margin: 0;
    height: 86px;
    position: absolute;
    top: 500px;
    right: 0;
    left: 0;
    z-index: 3; } }
  @media (max-width: 767.98px) and (min-height: 700px) {
    .top-menu_center-container {
      top: 500px; } }

.page-section {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  padding: 0 20px; }
  @media (max-width: 767.98px) {
    .page-section {
      margin-bottom: 70px; } }
  .page-section.-logo {
	z-index: 3;
    margin-bottom: 0;
    position: relative;
    height: 100vh;
	min-height:800px;
    justify-content: center;
    align-items: center;
    padding-top: 0px; }
    .page-section.-logo .page-section_text {
      font-size: 20px;
      color: #ffffff;
      position: relative;
      z-index: 1; }
    @media (max-width: 767.98px) {
      .page-section.-logo {
        max-height: 620px;
		min-height: 550px;
        height: 100vh;
        padding: 15px 0;
        margin-bottom: 100px; }
        .page-section.-logo .page-section_text {
          font-size: 18px;
          max-width: 300px; } }

.page-section_logo {
  width: 600px;
  margin: 0 auto;
  z-index: 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .page-section_logo {
      width: 290px; } }

.page-section_title {
  text-transform: uppercase;
  text-align: center;
  font-size: 60px; }
  @media (max-width: 767.98px) {
    .page-section_title {
      font-size: 32px;
      letter-spacing: -1px; } }

.page-section_text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }


.carousel {
  margin: 0 auto;
  padding: 0 80px;
  position: relative; }
  @media (max-width: 767.98px) {
    .carousel {
      padding: 0; } }
  .carousel.-ships {
    margin-top: 50px;
    max-width: 900px; }
    @media (max-width: 767.98px) {
      .carousel.-ships {
        margin-top: 60px; } }
    .carousel.-ships .carousel_slides {
      height: 315px; }
      @media (max-width: 767.98px) {
        .carousel.-ships .carousel_slides {
          height: 159px; } }
  .carousel.-screens {
    margin-top: 50px;
    max-width: 1120px; }
    @media (max-width: 767.98px) {
      .carousel.-screens {
        max-width: 500px; } }

.carousel_slides {
  position: relative;
  z-index: 1; }

.carousel_slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }
  .carousel_slide:first-child {
    display: block; }
  .-ships .carousel_slide.cycle-slide {
    display: block;
    transition: all 200ms ease;
    opacity: 0 !important; }
  .-ships .carousel_slide.cycle-slide-post-active {
    transform: translate(-100%, 50%); }
  .-ships .carousel_slide.cycle-slide-pre-active {
    transform: translate(100%, -50%); }
  .-ships .carousel_slide.cycle-slide-active {
    transition: all 200ms ease 200ms;
    transform: translate(0, 0);
    opacity: 1 !important; }

.carousel_pager {
  margin-top: 25px;
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 2;
  padding: 5px 0; }

.carousel_pager-item {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #3ea2ff;
  margin: 0 8px;
  cursor: pointer; }
  .carousel_pager-item:hover {
    border-color: #d6e2ff; }
  .carousel_pager-item.-active {
    background: #d6e2ff;
    border-color: transparent;
    transform: scale(1.3); }

.carousel_control {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 0;
  color: inherit;
  font: inherit;
  width: 46px;
  height: 90px;
  position: absolute;
  margin: auto 0;
  top: 0;
  z-index: 2;
  bottom: 32px;
  background: url("images/design/carousel-button.png") no-repeat 0 0/100% 100%;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .carousel_control {
      display: none; } }
  .carousel_control:before {
    width: 32px;
    height: 77px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: -5px;
    transition: 300ms all ease;
    background: url("images/design/carousel-button--hover.png") no-repeat 0 50%/100% 77px;
    content: "";
    transform: translateX(5px);
    opacity: 0; }
  .carousel_control.-prev {
    left: 0; }
  .carousel_control.-next {
    right: 0;
    transform: rotate(180deg); }
  .carousel_control:hover:before {
    animation: carouselButtons 3s normal infinite; }

@keyframes carouselButtons {
  0% {
    clip: rect(38px, 32px, 38px, 0);
    opacity: 0; }
  10% {
    opacity: .7; }
  25% {
    clip: rect(0, 32px, 77px, 0);
    opacity: 1; }
  80% {
    clip: rect(0, 32px, 77px, 0);
    opacity: 1; }
  100% {
    clip: rect(10px, 32px, 67px, 0);
    opacity: 0; } }

.model {
  position: relative; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .model {
      transform: scale(0.8) translateX(-10%); } }
  .model img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .model img:first-child {
      position: relative; }

.model.-i-0 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px; }
  @media (max-width: 767.98px) {
    .model.-i-0 {
      transform: scale(0.6) translate(-28%, -38%); } }
	  
.testo0 {
  position: absolute;
  top:30px;
  width: 100%; 
  margin: auto;
  text-align: center;
  font-size:35px;
 }  
  
.testo01 {
  position: absolute;
  bottom:40px;
  width:100%; 
  margin: auto;
  text-align: center;
  }  
	  
.model.-i-1 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px;}
  @media (max-width: 767.98px) {
    .model.-i-1 {
      transform: scale(0.6) translate(-28%, -38%); } }

.model.-i-2 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px;  }
  @media (max-width: 767.98px) {
    .model.-i-2 {
      transform: scale(0.6) translate(-28%, -38%); } }

.model.-i-3 {
  width: 850px;
  height: 350px;
  top: 0px;
  left:0px;
  }
  @media (max-width: 767.98px) {
    .model.-i-3 {
      transform: scale(0.6) translate(-28%, -38%); } }

.model.-i-4 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px;
 }
  @media (max-width: 767.98px) {
    .model.-i-4 {
      transform: scale(0.6) translate(-28%, -38%); } }

.model.-i-5 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px;}
  @media (max-width: 767.98px) {
    .model.-i-5 {
      transform: scale(0.6) translate(-28%, -38%); } }

.model.-i-6 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px; }
  @media (max-width: 767.98px) {
    .model.-i-6 {
      transform: scale(0.6) translate(-28%, -38%); } }

.model.-i-7 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px; }
  @media (max-width: 767.98px) {
    .model.-i-6 {
      transform: scale(0.6) translate(-28%, -38%); } }

.model.-i-8 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px; }
  @media (max-width: 767.98px) {
    .model.-i-6 {
      transform: scale(0.6) translate(-28%, -38%); } }

.model.-i-9 {
  width: 850px;
  height: 350px;
  top: 0px;
  right:55px; }
  @media (max-width: 767.98px) {
    .model.-i-6 {
      transform: scale(0.6) translate(-28%, -38%); } }

.footer {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 2;
  color: #ffffff; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer {
      bottom: 200px; } }
  @media (max-width: 767.98px) {
    .footer {
      bottom: 40px; } }

.footer_container {
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer_container {
      flex-wrap: wrap; } }
  @media (max-width: 767.98px) {
    .footer_container {
      flex-direction: column; } }

.footer_year {
  font-weight: bold;
  font-size: 15px; }

.footer_col {
  flex: 1; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer_col.-download {
      flex-basis: calc(100% - 400px);
      order: 3; } }
  @media (max-width: 767.98px) {
    .footer_col.-download {
      order: 4; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer_col.-menu {
      order: 1;
      flex-basis: 100%;
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .footer_col.-menu {
      order: 3;
      margin-bottom: 20px; } }
  .footer_col.-social {
    flex-basis: 150px;
    flex-grow: 0; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer_col.-social {
        order: 3; } }
    @media (max-width: 767.98px) {
      .footer_col.-social {
        order: 2;
        flex-basis: auto;
        margin: 50px 0 50px -15px; } }

.footer_menu {
  width: 340px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer_menu {
      width: auto; } }

.footer_menu-col {
  float: left;
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer_menu-col {
      float: none;
      width: auto; } }
  @media (max-width: 767.98px) {
    .footer_menu-col {
      font-weight: normal;
      font-size: 20px; } }

.footer_menu-item {
  margin-bottom: 10px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer_menu-item {
      display: inline-block;
      width: 33%;
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .footer_menu-item {
      margin-bottom: 6px;
      color: #eaf0ff; } }

.footer_social {
  display: flex; }

.footer_social-item {
  display: block;
  width: 20px;
  margin: 0 15px;
  position: relative; }
  .footer_social-item:after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -10px;
    background: url("images/design/social-hover.svg") no-repeat 50% 50%/100%;
    opacity: 0;
    transform: scale(0.5);
    content: "";
    transition: all 300ms ease; }
  .footer_social-item:hover:after {
    transform: scale(1);
    opacity: 1; }




	
.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}	

@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}
.page-section.-ships{
	margin-bottom: 250px;
}

.img-captcha{
	position:relative;
	display:block;
	width:80px;
	height:40px;
	float: left;	
}
/*input*/
.lable{
	position:relative;
	color: #d2d2d2;
    display: block;
    float: left;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 20px;
}
.input-text{
	display:block;
	height:40px;
	line-height:40px;
	background-color:#e7effd;
	padding:0 15px;
	color:#222;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,1);
	transition:all .1s;
	font-size: 18px;
	border:0;
}
.input-text-page{
	float:left;
	width:300px;
	margin-bottom: 20px;
}
.input-text-captcha{
	margin-left: 80px;	
}
.input-text-captcha input{
	box-shadow:none;
}
.select{
	display:block;
	height:40px;
	line-height:40px;
	background-color:#161c25;
	padding:0 15px;
	color:#DEE7EC;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
	transition:all .1s;
	font-size: 18px;
	border:0;
}
.select option{
	line-height:40px;
	height:40px;
}
.select-page{
	float:left;
	width:330px;
	margin-bottom: 20px;
}
/*btn*/
.btn{
	display:block;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:16px;
	background-color:#161c25;
	color:#00aaff;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
	transition:all .1s;
	border:0;
	cursor:pointer;
}
.btn:hover{
	color:#ffffff;
}
.btn-big{
	height:45px;
	line-height:45px;
	font-size:24px;
}
.btn-page{
	float:left;
	width:330px;
	margin-bottom: 20px;
}
/*Type*/
.btn-primary{
	background-color:#0e86ca;
	color:#ffffff;
}
.btn-primary:hover{
	background-color:#00aeff;
}
/*.btn-ransparent*/
.btn-ransparent{
	display: block;
	position: absolute;
	cursor: pointer;
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/*modal*/
#modal-reg{
	height: 195px;
}
.modal-body{
	position:relative;
	margin: 10px auto 0 auto;
	overflow: hidden;
	transition:height .5s;
	background-color: rgba(20,20,20,0.90);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.25), 0 0 20px 1px rgba(0,0,0,0.7);
	width:320px;
	z-index: 2;
}
.modal-content{
	position:absolute;
	left:5px; right:5px;
	top:10px; bottom:10px;
	padding:0px 5px;
	z-index:1;
	overflow: hidden;
}
.modal-show{
	top:0;
	bottom:0;
}
.modal-close{
	position:absolute;
	right:5px;
	top:5px; 
	height:15px;
	width:15px;
	opacity:0.2;
	background-repeat:no-repeat;
	background-size: contain;
	cursor:pointer;
	transition:opacity .3s;
	z-index:2;
}
.modal-close:hover{
	opacity:1;
}
.modal-title{
	height:35px;
	font-size:20px;
	text-align:center;
}
.modal-title span{
	font-size:15px;
}
.modal-title span span{
	color: #00aaff;
	cursor: pointer;
}
.modal-extra-text{
	text-align:center;
	line-height:40px;
	margin-bottom:5px;
	font-size:13px;
}
.modal-content a{
	color:#00aaff;
}
.modal-content a:hover{
	text-decoration:underline;
}
.modal-content .input-text{
	width:100%;
	padding:0 3%;
	margin-top:25px;
}
.modal-content .btn{
	width:100%;
}
.modal-content select{
	display: block;
	width: 100%;
	margin-top: 25px;
	color:#222;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,1);
	background-color:#e7effd;
}

.modal-soc{
	position: relative;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.modal-soc-ico{
	height: 40px;
	width: 40px;
	float: left;
	margin:0 5px;
	opacity:0.8;
	border-radius: 4px;
	background-repeat:no-repeat;
	background-size: contain;
	cursor:pointer;
	transition:all .3s;
}
.modal-soc-ico:hover{
	opacity:1;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.21);
}
.modal-soc-sep{
	position: relative;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: rgba(255,255,255,.50);
}
.modal-soc-sep:before,.modal-soc-sep:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	margin: auto;
	background-color: rgba(255,255,255,.50);
}
.modal-soc-sep:after{
	left: auto;
	right: 0;
}
.modal-block{
	position: relative;
}
.modal-captcha{
	position: relative;
	margin-top: 25px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,1);
}
.reg-more{
	display: none;
}

label.error, label.ok{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
}
label.error{
	color: #FD7073;
}
label.ok{
	color: #70FD8D;
}
.page-section-end{
	margin-bottom: 0;
	margin-top: 190px;
}
.page-section-end .btn{
	width: 250px;
	margin: 15px auto;
}
/*soc*/
.i-soc-vk{background-image:url(../../img/ico/soc/vk.png);}
.i-soc-facebook{background-image:url(../../img/ico/soc/facebook.png);}
.i-soc-google{background-image:url(../../img/ico/soc/google.png);}
.i-soc-odnoklassniki{background-image:url(../../img/ico/soc/odnoklassniki.png);}
.i-soc-mailru{background-image:url(../../img/ico/soc/mailru.png);}
.i-soc-yandex{background-image:url(../../img/ico/soc/yandex.png);}
/*tooltip*/
#tooltip,#notifybox{
	position:absolute;
	display:none;	
	z-index:2147483647;
	padding:5px;
	color:#05c3f1;
    background: rgba(0,0,0,0.80);
    border: 1px solid #000;
	box-shadow: 0px 1px 1px 1px rgba(255,255,255,0.05);
}
#notifybox{
	background: rgba(0,0,0,0.95);
	padding:20px !important;
	font-size:15px;
}
.tooltip{cursor:help;}
.tip:after{
    content: ''; 
    position: absolute;
	width:0px;
    left: 50%;
	margin-left:-7px;
	top: -6px; /* Положение треугольника */
    border: 3px solid transparent; /* Прозрачные границы */
    border-bottom: 3px solid #000; /* Добавляем треугольник */
	border-right: 3px solid #000; /* Добавляем треугольник */
}
.tip-b:after{
	top:auto;
	bottom: -6px; /* Положение треугольника */
	border: 3px solid transparent; /* Прозрачные границы */
    border-top: 3px solid #000; /* Добавляем треугольник */
	border-right: 3px solid #000; /* Добавляем треугольник */
}
.tip:before{
    content: ''; 
    position: absolute;
	width:0px;
    left: 50%;
	margin-left:-1px;
	top: -6px; /* Положение треугольника */
    border: 3px solid transparent; /* Прозрачные границы */
    border-bottom: 3px solid #000; /* Добавляем треугольник */
	border-left: 3px solid #000; /* Добавляем треугольник */
}
.tip-b:before{
	top:auto;
	bottom: -6px; /* Положение треугольника */
	border: 3px solid transparent; /* Прозрачные границы */
    border-top: 3px solid #000; /* Добавляем треугольник */
	border-left: 3px solid #000; /* Добавляем треугольник */
}
.tip-l:after, .tip-l:before{
	left:7px;
}
.tip-r:after, .tip-r:before{
	left:auto;
	right:7px;
}
.tip-r:before{
	margin-right:-6px;
}
.tip-c{
	width:12px;
	height:12px;
	line-height:12px;
	position:absolute;
	right:-13px;
	top:-1px;
	text-align:center;
	cursor:pointer;
	background: #182A48;
    border: 1px solid #000;
	border-left:0;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.60);
}
.tip-c:hover{
	color:#05c3f1;
}

/*class*/
.tip-title{
	font-weight:bold;
	color:#FFFFFF;
	line-height:16px;
	text-align:center;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
	margin-bottom:5px;
}
.tip-text{
	max-width:300px;
}
.tip-bonus{
	margin-top:5px;
	color:#05ccf6;
}
.tip-ico{
	padding-left:20px;
	line-height:18px;
	margin-bottom:2px;
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
}
.c-brand-cta-btn{color:#7AD2DD;font-size:13px;display:inline-block;height:44px;line-height:49px;padding:0
80px;position:relative;text-transform:uppercase; width:300PX;    margin-top: 30px;}.c-brand-cta-btn
div{content:'';display:block;position:absolute;transition:transform .2s;-webkit-transform-style:preserve-3d;backface-visibility:hidden}.c-brand-cta-btn div:first-of-type{height:100%;width:100%;border:1px
solid transparent;border-image-source:url('images/xterium_foreground_border.svg');border-image-slice:20 20 fill;border-image-width:100px;left:0;top:0;z-index:2;transform:translateX(0) translateY(0)}.c-brand-cta-btn div:last-of-type{border:1px
solid transparent;border-image-source:url('images/xterium_background_border.svg');border-image-slice:39 39 fill;border-image-width:100px;width:calc(100% + 34px);height:calc(100% + 34px);left:-17px;top:-17px;transform:translateX(5px) translateY(5px);z-index:3}.c-brand-cta-btn__text{font-family:'Roboto';font-weight:500;position:relative;z-index:5;white-space:nowrap}.c-brand-cta-btn
strong{color:#FBFEFF;display:inline-block;font-family:'Roboto';font-size:18px;font-weight:500;margin-right:10px}.c-brand-cta-btn:hover div:first-of-type{transform:translateX(5px) translateY(0);transition-delay: .25s}.c-brand-cta-btn:hover div:last-of-type{transform:translateX(5px) translateY(0)}.c-brand-cta-btn.is-disabled{color:#547DA1}.c-brand-cta-btn.is-disabled div:first-of-type{border:1px
solid transparent;border-image-source:url('images/xterium_foreground_border_disabled.svg');border-image-slice:20 20 fill;border-image-width:100px}

.input-text:focus{box-shadow: 0 0 1px 2px #0099EF;}