html,
body {
  background: #001e27;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: "warhelioscondc", Arial;
  width: 100%;
}

.desktop {
  overflow-y: scroll;
}

.device * {
  -webkit-text-size-adjust: none;
}

.device.smooth-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.svg {
  overflow: visible;
  position: relative;
}

.svg-defs {
  position: absolute;
}

.container {
  padding: 0 20px;
}

@media (min-width: 480px) {
  .container {
    padding: 0 30px;
  }
}

@media (min-width: 600px) {
  .container {
    padding: 0 45px;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 60px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 90px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 0 105px;
  }
}

@media (min-width: 1024px) {
  .desktop .container {
    padding: 0 45px;
  }
}

@media (min-width: 1280px) {
  .desktop .container {
    padding: 0 60px;
  }
}

@media (min-width: 1400px) {
  .desktop .container {
    padding: 0 90px;
  }
}

@media (min-width: 1560px) {
  .desktop .container {
    padding: 0 105px;
  }
}

.load-first {
  display: none;
}

.website-preload {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.preload-table {
  display: table;
  height: 100%;
  width: 100%;
}

.preload-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.preload-content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  height: 145px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 145px;
}

.preload-content:before {
  -webkit-animation: pulse 1.5s ease-in-out infinite;
  -o-animation: pulse 1.5s ease-in-out infinite;
  animation: pulse 1.5s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 280px;
  left: 50%;
  margin: -140px 0 0 -140px;
  position: absolute;
  top: 50%;
  width: 280px;
}

.preload-content:after {
  -webkit-animation: pulse2 1.5s ease-in-out infinite;
  -o-animation: pulse2 1.5s ease-in-out infinite;
  animation: pulse2 1.5s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 500px;
  left: 50%;
  margin: -250px 0 0 -250px;
  position: absolute;
  top: 50%;
  width: 500px;
}

.preload-logo-wrapper {
  height: 75px;
  margin: 0 auto;
  padding: 39px 0 31px;
  width: 75px;
}

.preload-logo {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

.preload-status {
  bottom: -1px;
  left: -1px;
  overflow: visible;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
}

.preload-path {
  fill: transparent;
  stroke: #00b4b9;
  stroke-width: 4;
}

.preload-label {
  font: 16px/1.3 "warhelioscondc_bold", Arial;
  position: relative;
  top: 20px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .preload-label {
    font-size: 20px;
    top: 100px;
  }
}

.js.loading .website-preload {
  display: block;
}

.js.loading .wrapper {
  display: none;
}

.js.loading .ships-list__item-image-wrapper {
  background: none !important;
}

.website-preload.ready {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.website-preload.ready .preload-content {
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}

@media (min-width: 1024px) {
  .desktop .wrapper {
    position: relative;
    height: 100%;
    min-height: 100%;
  }
  .js.desktop .wrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .js.desktop .screen {
    position: relative;
  }
  .js.desktop:not(.ie) .screen {
    z-index: 2;
  }
}

.intro {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 20px 0 35px;
  position: relative;
}

.intro:before {
  background: -moz-linear-gradient(
    top,
    rgba(3, 4, 6, 0.75) 0%,
    rgba(3, 4, 6, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(3, 4, 6, 0.75)),
    color-stop(100%, rgba(3, 4, 6, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(3, 4, 6, 0.75) 0%,
    rgba(3, 4, 6, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(3, 4, 6, 0.75) 0%,
    rgba(3, 4, 6, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(3, 4, 6, 0.75) 0%,
    rgba(3, 4, 6, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(3, 4, 6, 0.75) 0%,
    rgba(3, 4, 6, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf030406', endColorstr='#00030406',GradientType=0 );
  content: "";
  height: 180px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.intro:after {
  background: -moz-linear-gradient(
    top,
    rgba(0, 31, 39, 0) 0%,
    rgba(0, 31, 39, 0.9) 75%,
    #001f27 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 31, 39, 0)),
    color-stop(75%, rgba(0, 31, 39, 0.9)),
    color-stop(100%, #001f27)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 31, 39, 0) 0%,
    rgba(0, 31, 39, 0.9) 75%,
    #001f27 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 31, 39, 0) 0%,
    rgba(0, 31, 39, 0.9) 75%,
    #001f27 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 31, 39, 0) 0%,
    rgba(0, 31, 39, 0.9) 75%,
    #001f27 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 31, 39, 0) 0%,
    rgba(0, 31, 39, 0.9) 75%,
    #001f27 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001f27', endColorstr='#001f27',GradientType=0 );
  bottom: 0;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 600px) {
  .intro {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .intro {
    background-position: 0% 50%;
    padding-bottom: 120px;
    padding-top: 50px;
  }
  .intro:after {
    height: 160px;
  }
}

@media (min-width: 1024px) {
  .intro {
    padding-top: 75px;
  }
}

.intro-grad {
  background: -moz-linear-gradient(
    left,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #001e27),
    color-stop(33%, rgba(0, 30, 39, 0.75)),
    color-stop(100%, rgba(0, 30, 39, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  background: linear-gradient(
    to right,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e27', endColorstr='#00001e27',GradientType=1 );
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 75%;
  max-width: 768px;
}

.flag {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 80%;
}

@media (min-width: 480px) {
  .flag {
    max-width: 75%;
  }
}

@media (min-width: 600px) {
  .flag {
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  .flag {
    max-width: 62.5%;
  }
}

@media (min-width: 960px) {
  .flag {
    max-width: 602px;
  }
}

.video-wrapper {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

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

.video-wrapper.hidden {
  opacity: 0;
}

.intro-content {
  overflow: visible;
  position: relative;
  z-index: 2;
}

.logo-wrapper {
  position: relative;
  width: 100%;
}

.intro-logo-wrapper {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .intro-logo-wrapper {
    margin-bottom: 35px;
  }
}

@media (min-width: 960px) {
  .intro-logo-wrapper {
    margin-bottom: 30px;
  }
}

.logo {
  display: block;
  height: auto;
  max-height: 126px;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 480px) {
  .logo {
    max-height: 160px;
  }
}

@media (min-width: 768px) {
  .logo {
    margin-left: 0;
    margin-right: 0;
    max-height: 126px;
  }
}

@media (min-width: 960px) {
  .logo {
    max-height: 150px;
  }
}

@media (min-width: 1024px) {
  .logo {
    max-height: 165px;
  }
}

@media (min-width: 1280px) {
  .logo {
    max-height: 179px;
  }
}

.logo-desktop {
  display: none;
}

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

.desktop .logo-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .desktop .logo {
    max-height: none;
  }
}

@media (min-width: 1280px) {
  .desktop .logo {
    max-height: none;
  }
}

.intro-headers-wrapper {
  margin: 0 -20px 50px;
}

@media (min-width: 480px) {
  .intro-headers-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 600px) {
  .intro-headers-wrapper {
    margin-left: -45px;
    margin-right: -45px;
  }
}

@media (min-width: 768px) {
  .intro-headers-wrapper {
    margin-bottom: 35px;
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 1024px) {
  .intro-headers-wrapper {
    margin-bottom: 40px;
    margin-left: -90px;
    margin-right: -90px;
  }
}

@media (min-width: 1280px) {
  .intro-headers-wrapper {
    margin-left: -105px;
    margin-right: -105px;
  }
}

.intro-headers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.intro-headers-list__item {
  display: block;
  font: 48px/1.2 "warhelioscondc_bold", Arial;
  left: 0;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  width: 100%;
}

.intro-headers-list__item:first-child {
  opacity: 1;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 480px) {
  .intro-headers-list__item {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .intro-headers-list__item {
    text-align: left;
  }
}

@media (min-width: 960px) {
  .intro-headers-list__item {
    font-size: 68px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .intro-headers-list__item {
    font-size: 80px;
    line-height: 1.15;
  }
}

@media (min-width: 1280px) {
  .intro-headers-list__item {
    font-size: 100px;
    line-height: 1.1;
  }
}

.intro-headers-list__item-text {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 320px;
}

@media (min-width: 480px) {
  .intro-headers-list__item-text {
    margin: 0;
    padding: 0 30px;
    max-width: none;
  }
}

@media (min-width: 600px) {
  .intro-headers-list__item-text {
    padding: 0 45px;
  }
}

@media (min-width: 768px) {
  .intro-headers-list__item-text {
    padding-left: 60px;
    padding-right: 0;
    width: 50%;
    max-width: 600px;
  }
}

@media (min-width: 1024px) {
  .intro-headers-list__item-text {
    padding-left: 90px;
  }
}

@media (min-width: 1280px) {
  .intro-headers-list__item-text {
    padding-left: 105px;
    width: 60%;
    max-width: 700px;
  }
}

.button-wrapper {
  display: table;
  height: 72px;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .button-wrapper {
    height: 86px;
    margin-left: 0;
    margin-right: 0;
  }
}

.button {
  background: #f76100;
  background: -moz-linear-gradient(top, #f76100 0%, #de3300 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f76100),
    color-stop(100%, #de3300)
  );
  background: -webkit-linear-gradient(top, #f76100 0%, #de3300 100%);
  background: -o-linear-gradient(top, #f76100 0%, #de3300 100%);
  background: -ms-linear-gradient(top, #f76100 0%, #de3300 100%);
  background: linear-gradient(to bottom, #f76100 0%, #de3300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76100', endColorstr='#de3300',GradientType=0 );
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  font: 20px/1.33 "warhelioscondc_bold", Arial;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  min-width: 220px;
}

@media (min-width: 768px) {
  .button {
    font-size: 24px;
    min-width: 280px;
  }
}

.button-label {
  position: relative;
  z-index: 1;
}

.desktop .button {
  overflow: visible;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.desktop .button:before {
  background: #f56914;
  content: "";
  display: block;
  height: 72px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 100%;
}

.desktop .button:hover {
  -webkit-box-shadow: 0 0 35px 3px rgba(245, 105, 20, 0.75);
  box-shadow: 0 0 35px 3px rgba(245, 105, 20, 0.75);
  color: #fff;
  text-decoration: none;
}

.desktop .button:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

@media (min-width: 768px) {
  .desktop .button:before {
    height: 86px;
  }
}

@media (max-width: 736px) and (orientation: landscape) {
  .intro {
    padding-top: 20px;
  }
  .intro-logo-wrapper {
    margin-bottom: 17.5px;
  }
  .intro-logo-wrapper .logo {
    max-height: 116px;
  }
  .intro-headers-wrapper {
    margin-bottom: 22.5px;
  }
  .intro-headers-list__item {
    font-size: 46px;
    line-height: 1.075;
  }
  .button-wrapper {
    height: 66px;
  }
  .button {
    font-size: 18px;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .intro {
    padding-top: 15px;
  }
  .intro-logo-wrapper {
    margin-bottom: 15px;
  }
  .intro-logo-wrapper .logo {
    max-height: 104px;
  }
  .intro-headers-wrapper {
    margin-bottom: 20px;
  }
  .intro-headers-list__item {
    font-size: 44px;
    line-height: 1.075;
  }
  .button-wrapper {
    height: 64px;
  }
  .button {
    font-size: 17px;
  }
}

@media (max-width: 568px) and (orientation: landscape) {
  .intro {
    padding-top: 10px;
  }
  .intro-logo-wrapper {
    margin-bottom: 10px;
  }
  .intro-logo-wrapper .logo {
    max-height: 96px;
  }
  .intro-headers-wrapper {
    margin-bottom: 15px;
  }
  .intro-headers-list__item {
    font-size: 40px;
    line-height: 1.05;
  }
  .button-wrapper {
    height: 60px;
  }
  .button {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .desktop .intro {
    padding: 0;
    height: 100%;
  }
  .desktop .intro:before {
    display: none;
  }
  .desktop .intro-table {
    display: table;
    height: 100%;
    width: 100%;
  }
  .desktop .intro-cell {
    display: table-cell;
    padding: 20px 0;
  }
  .desktop .video-wrapper {
    display: block;
  }
  .desktop .intro-logo-wrapper {
    margin-bottom: 25px;
  }
  .desktop .logo {
    max-height: 126px;
  }
  .desktop .intro-headers-wrapper {
    margin-bottom: 35px;
  }
  .desktop .intro-headers-list__item {
    font-size: 70px;
  }
  .js.desktop .intro {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  .js.desktop .intro:after {
    display: none;
  }
  .js.desktop .intro-content {
    padding-top: 151px;
  }
  .js.desktop .intro-content .button-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .js.desktop .intro-content.hidden .button-wrapper {
    -webkit-transition: transform 0s ease-out;
    -o-transition: transform 0s ease-out;
    transition: transform 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(-150%, 0, 0);
    -ms-transform: translate3d(-150%, 0, 0);
    -o-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }
  .js.desktop .intro-logo-wrapper {
    display: none;
  }
}

.js .intro-headers-list__item .line {
  display: inline-block;
  opacity: 1;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: top;
  white-space: nowrap;
}

.js .intro-headers-list__item .line:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js .intro-headers-list__item .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js .intro-headers-list__item .line:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js .intro-headers-list__item:first-child {
  opacity: 0;
  position: absolute;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.js .intro-headers-list__item.active {
  opacity: 1;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js .intro-headers-list__item.showbefore .line {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.js .intro-headers-list__item.hiddenbefore .line {
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@media (min-width: 1024px) {
  .js.desktop .intro-content .intro-headers-list__item {
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  }
  .js.desktop .intro-content .intro-headers-list__item .line:before {
    width: 0%;
  }
  .js.desktop .intro-content .intro-headers-list__item.beforeswitch {
    color: transparent;
    text-shadow: none;
  }
  .js.desktop
    .intro-content
    .intro-headers-list__item.beforeswitch
    .line:before {
    left: 0%;
    width: 0%;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
  .js.desktop .intro-content .intro-headers-list__item.showbefore {
    color: transparent;
    text-shadow: none;
  }
  .js.desktop .intro-content .intro-headers-list__item.showbefore .line:before {
    width: 100%;
  }
  .js.desktop .intro-content .intro-headers-list__item.showafter .line:before {
    left: 100%;
  }
  .js.desktop
    .intro-content
    .intro-headers-list__item.hiddenbefore
    .line:before {
    width: 100%;
  }
  .js.desktop .intro-content .intro-headers-list__item.hiddenafter {
    color: transparent;
    text-shadow: none;
  }
  .js.desktop
    .intro-content
    .intro-headers-list__item.hiddenafter
    .line:before {
    left: 100%;
  }
  .js.desktop .intro-content.hidden .intro-headers-list__item {
    color: transparent;
    text-shadow: none;
  }
  .js.desktop .intro-content.hidden .intro-headers-list__item .line:before {
    width: 0%;
  }
}

@media (min-width: 1280px) {
  .desktop .intro-headers-list__item {
    font-size: 80px;
    line-height: 1.15;
  }
  .desktop .intro-headers-list__item-text {
    width: 50%;
    max-width: 600px;
  }
}

@media (min-width: 1024px) and (min-height: 650px) {
  .desktop .intro-cell {
    padding: 40px 0;
  }
  .desktop .intro-logo-wrapper {
    margin-bottom: 30px;
  }
  .desktop .logo {
    max-height: 148px;
  }
  .desktop .intro-headers-wrapper {
    margin-bottom: 42.5px;
  }
  .desktop .intro-headers-list__item {
    font-size: 70px;
  }
  .js.desktop .intro-content {
    padding-top: 178px;
  }
}

@media (min-width: 1280px) and (min-height: 650px) {
  .desktop .intro-cell {
    padding: 30px 0;
  }
  .desktop .intro-headers-list__item {
    font-size: 80px;
    line-height: 1.15;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .desktop .intro-cell {
    padding: 45px 0;
  }
  .desktop .intro-logo-wrapper {
    margin-bottom: 35px;
  }
  .desktop .logo {
    max-height: 158px;
  }
  .desktop .intro-headers-wrapper {
    margin-bottom: 50px;
  }
  .desktop .intro-headers-list__item {
    font-size: 74px;
  }
  .js.desktop .intro-content {
    padding-top: 193px;
  }
}

@media (min-width: 1280px) and (min-height: 700px) {
  .desktop .intro-cell {
    padding: 40px 0;
  }
  .desktop .intro-headers-list__item {
    font-size: 80px;
    line-height: 1.15;
  }
  .desktop .intro-headers-list__item-text {
    max-width: 650px;
  }
}

@media (min-width: 1200px) and (min-height: 780px) {
  .desktop .logo {
    max-height: 187px;
  }
  .desktop .intro-headers-list__item {
    font-size: 80px;
    line-height: 1.15;
  }
  .js.desktop .intro-content {
    padding-top: 222px;
  }
}

@media (min-width: 1280px) and (min-height: 780px) {
  .desktop .intro-cell {
    padding: 55px 0;
  }
}

@media (min-width: 1400px) and (min-height: 780px) {
  .desktop .intro-cell {
    padding: 65px 0;
  }
}

@media (min-width: 1560px) and (min-height: 780px) {
  .desktop .intro-logo-wrapper {
    margin-bottom: 50px;
  }
  .desktop .intro-headers-wrapper {
    margin-bottom: 50px;
  }
  .desktop .intro-headers-list__item-text {
    width: 50%;
    max-width: 700px;
  }
  .js.desktop .intro-content {
    padding-top: 237px;
  }
}

@media (min-width: 1200px) and (min-height: 880px) {
  .desktop .intro-headers-list__item {
    font-size: 100px;
    line-height: 1.1;
  }
}

@media (min-width: 1280px) and (min-height: 880px) {
  .desktop .intro-headers-list__item-text {
    max-width: 800px;
  }
}

.ships {
  padding: 30px 0 75px;
}

@media (min-width: 768px) {
  .ships {
    padding-bottom: 0;
  }
}

.ships-cell {
  position: relative;
}

.ships-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ships-list__item {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  left: 100%;
}

.ships-list__item:first-child {
  position: relative;
  left: 0;
}

.ships-sprites-wrapper {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
}

.ships-list__item-sprite {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  z-index: 3;
}

h4 {
  display: block;
  font: normal 20px/1.33 "warhelioscondc_bold", Arial;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media (min-width: 480px) {
  h4 {
    font-size: 22.5px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  h4 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (min-width: 960px) {
  h4 {
    font-size: 22.5px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  h4 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1280px) {
  h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

h2 {
  display: block;
  font: normal 48px/1.2 "warhelioscondc_bold", Arial;
  margin-bottom: 15px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media (min-width: 480px) {
  h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  h2 {
    display: inline;
    line-height: 1.1;
    margin-bottom: 0;
  }
  h2:before {
    content: "\A";
    white-space: pre;
  }
}

@media (min-width: 960px) {
  h2 {
    font-size: 68px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 80px;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 100px;
    line-height: 1.05;
  }
}

.popup-button-wrapper {
  display: table;
  height: 60px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .popup-button-wrapper {
    margin: 10px 0 0;
  }
}

@media (min-width: 960px) {
  .popup-button-wrapper {
    height: 70px;
    margin-top: 15px;
  }
}

@media (min-width: 1024px) {
  .popup-button-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 1280px) {
  .popup-button-wrapper {
    margin-top: 30px;
  }
}

.popup-button {
  background: url(../images/popup-button.jpg) 0 0 repeat-x;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  font: 16px/1.4 "warhelioscondc_bold", Arial;
  padding: 0 15px;
  pointer-events: all;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 3px #001e27;
  text-transform: uppercase;
  vertical-align: middle;
  min-width: 200px;
}

@media (min-width: 960px) {
  .popup-button {
    font-size: 18px;
    min-width: 220px;
  }
}

.popup-button-label {
  position: relative;
  z-index: 1;
}

.desktop .popup-button {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.desktop .popup-button:before {
  background: rgba(8, 38, 51, 0.75);
  content: "";
  display: block;
  height: 60px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.desktop .popup-button:after {
  background: #054254;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  width: 100%;
}

.desktop .popup-button:hover {
  text-shadow: none;
}

.desktop .popup-button:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.desktop .popup-button:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

@media (min-width: 960px) {
  .desktop .popup-button:before,
  .desktop .popup-button:after {
    height: 70px;
  }
}

.ships-list__item-images {
  margin-top: -30px;
  overflow: hidden;
  position: relative;
}

.ships-list__item-images:before {
  background: -moz-linear-gradient(
    top,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #001e27),
    color-stop(33%, rgba(0, 30, 39, 0.75)),
    color-stop(100%, rgba(0, 30, 39, 0))
  );
  background: -webkit-linear-gradient(
    top,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #001e27 0%,
    rgba(0, 30, 39, 0.75) 33%,
    rgba(0, 30, 39, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e27', endColorstr='#00001e27',GradientType=0 );
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ships-list__item-images:after {
  background: -moz-linear-gradient(
    top,
    rgba(0, 30, 39, 0) 0%,
    rgba(0, 30, 39, 0.75) 67%,
    #001e27 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 30, 39, 0)),
    color-stop(67%, rgba(0, 30, 39, 0.75)),
    color-stop(100%, #001e27)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 30, 39, 0) 0%,
    rgba(0, 30, 39, 0.75) 67%,
    #001e27 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 30, 39, 0) 0%,
    rgba(0, 30, 39, 0.75) 67%,
    #001e27 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 30, 39, 0) 0%,
    rgba(0, 30, 39, 0.75) 67%,
    #001e27 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 30, 39, 0) 0%,
    rgba(0, 30, 39, 0.75) 67%,
    #001e27 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001e27', endColorstr='#001e27',GradientType=0 );
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media (min-width: 375px) {
  .ships-list__item-images {
    margin-top: -45px;
  }
}

@media (min-width: 414px) {
  .ships-list__item-images {
    margin-top: -60px;
  }
}

@media (min-width: 568px) {
  .ships-list__item-images {
    margin-top: -120px;
  }
}

@media (min-width: 768px) {
  .ships-list__item-images {
    margin-top: 0;
  }
  .ships-list__item-images:before {
    height: 80px;
  }
  .ships-list__item-images:after {
    display: none;
  }
}

.ships-list__item-image-wrapper {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -20%;
  position: relative;
  width: 140%;
}

@media (min-width: 768px) {
  .ships-list__item-image-wrapper {
    margin: 0;
    width: 100%;
  }
}

.device .ships-list__item-image-wrapper {
  background: none !important;
}

@media (max-width: 1023px) {
  .desktop .ships-list__item-image-wrapper {
    background: none !important;
  }
}

.ships-list__item-image {
  display: block;
  height: auto;
  width: 100%;
}

.ships-list__item-color-svg {
  display: none;
}

.color-image {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}

.color-image.mask {
  opacity: 1;
  -webkit-mask-image: radial-gradient(
    200px at 0px 0px,
    black 0%,
    black 25%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-image: radial-gradient(
    200px at 0px 0px,
    black 0%,
    black 25%,
    transparent 100%
  );
  mask-repeat: no-repeat;
}

.color-image.mask.animate {
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.color-image.mask.hidden {
  opacity: 0;
}

.color-image.nomask {
  -webkit-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
  opacity: 1 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.device .color-image.mask {
  -webkit-mask-image: unset;
  mask-image: unset;
}

.device .color-image.mask .ships-list__item-image {
  -webkit-mask-image: radial-gradient(
    200px at 0px 0px,
    black 0%,
    black 25%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-image: radial-gradient(
    200px at 0px 0px,
    black 0%,
    black 25%,
    transparent 100%
  );
  mask-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .desktop .color-image {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .desktop:not(.safari) .ships .color-image {
    display: none !important;
  }
  .desktop:not(.safari) .ships-list__item-color-svg {
    display: block;
  }
  .desktop:not(.safari) .ships-list__item-color-svg-mask {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .desktop:not(.safari) .ships-list__item-color-svg-mask.animate {
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
  .desktop:not(.safari) .ships-list__item-color-svg-mask.hidden {
    opacity: 0;
  }
  .desktop:not(.safari) .ships-list__item-color-svg-image.nomask {
    mask: none !important;
  }
}

.ships-line {
  display: none;
  height: 2px;
  left: 0;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
}

@media (min-width: 768px) {
  .ships-line {
    display: block;
  }
}

@media (min-width: 1024px) {
  .ships-line {
    top: 55%;
  }
}

.ships-line-bg {
  z-index: 2;
  background: url(../images/ships-line.png) 85% 0 repeat-x;
}

@media (min-width: 1024px) {
  .ships-line-bg {
    background-position: 79.8% 0;
  }
}

@media (min-width: 1280px) {
  .ships-line-bg {
    background-position: 74.72% 0;
  }
}

@media (min-width: 1560px) {
  .ships-line-bg {
    background-position: 79.9% 0;
  }
}

.ships-line-bg.right {
  background-position: 14.5% 0;
}

@media (min-width: 1024px) {
  .ships-line-bg.right {
    background-position: 19.75% 0;
  }
}

@media (min-width: 1280px) {
  .ships-line-bg.right {
    background-position: 24.9% 0;
  }
}

@media (min-width: 1560px) {
  .ships-line-bg.right {
    background-position: 19.5% 0;
  }
}

.ships-line-num {
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 15%;
  top: 50%;
  width: 14px;
}

@media (min-width: 1024px) {
  .ships-line-num {
    right: 20%;
  }
}

@media (min-width: 1280px) {
  .ships-line-num {
    right: 25%;
  }
}

@media (min-width: 1560px) {
  .ships-line-num {
    right: 20%;
  }
}

.ships-right .ships-line-num {
  left: 15%;
  right: auto;
}

@media (min-width: 1024px) {
  .ships-right .ships-line-num {
    left: 20%;
    right: auto;
  }
}

@media (min-width: 1280px) {
  .ships-right .ships-line-num {
    left: 25%;
    right: auto;
  }
}

@media (min-width: 1560px) {
  .ships-right .ships-line-num {
    left: 20%;
    right: auto;
  }
}

.ships-line-text {
  bottom: 50%;
  font: 14px/1.4 "warhelioscondc_bold", Arial;
  display: inline;
  letter-spacing: 1px;
  margin: 0 0 12px -3.5px;
  position: absolute;
}

.ships-line-text .bigger {
  font-size: 214.2857%;
  line-height: 1;
  letter-spacing: 0.5px;
  vertical-align: top;
}

.ships-controls {
  height: 0;
  position: absolute;
  width: 100%;
}

.ships-controls__item {
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -28px;
  display: inline-block;
  height: 54px;
  left: 50%;
  position: absolute;
  width: 54px;
  z-index: 4;
}

.ships-controls__item:first-child {
  margin-left: -65px;
}

.ships-controls__item:last-child {
  margin-left: 9px;
}

.ships-controls__item .svg {
  background: rgba(7, 35, 44, 0.86);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .ships-controls__item {
    bottom: 28px;
  }
}

@media (min-width: 1200px) {
  .ships-controls__item {
    bottom: 31px;
    height: 60px;
    width: 60px;
  }
  .ships-controls__item:first-child {
    margin-left: -71px;
  }
  .ships-controls__item:last-child {
    margin-left: 9px;
  }
}

.ships-controls__item-round {
  display: block;
  height: 100%;
  width: 100%;
}

.ships-controls__item-path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.ships-hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: none;
  height: 54px;
  left: -27px;
  opacity: 1;
  overflow: visible;
  position: absolute;
  top: -27px;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 54px;
  z-index: 3;
}

.ships-hover:before {
  border: 3px solid #00b4b9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -3px;
  -webkit-box-shadow: 0 0 5px 0 #00b4b9;
  box-shadow: 0 0 5px 0 #00b4b9;
  content: "";
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ships-hover:after {
  -webkit-animation: pulse 1.5s ease-in-out infinite;
  -o-animation: pulse 1.5s ease-in-out infinite;
  animation: pulse 1.5s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -43px;
  content: "";
  left: -43px;
  pointer-events: none;
  position: absolute;
  right: -43px;
  top: -43px;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ships-hover .svg {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ships-hover-round {
  display: block;
  height: 100%;
  width: 100%;
}

.ships-hover-round:after {
  -webkit-animation: pulse2 1.5s ease-in-out infinite;
  -o-animation: pulse2 1.5s ease-in-out infinite;
  animation: pulse2 1.5s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -113px;
  content: "";
  left: -113px;
  pointer-events: none;
  position: absolute;
  right: -113px;
  top: -113px;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ships-hover.hidden {
  left: -100%;
  opacity: 0;
  top: -100%;
}

.ships-hover.hidden:before {
  opacity: 0;
}

.ships-hover.hidden:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ships-hover.hidden .ships-hover-round:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ships-hover-circle {
  fill: #fff;
}

.desktop .ships-controls__item {
  overflow: visible;
}

.desktop .ships-controls__item:before {
  border: 3px solid #00b4b9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -3px;
  -webkit-box-shadow: 0 0 5px 0 #00b4b9;
  box-shadow: 0 0 5px 0 #00b4b9;
  content: "";
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.desktop .ships-controls__item .svg {
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.desktop .ships-controls__item:hover .svg {
  background: #07232c;
}

.desktop .ships-controls__item:hover:before {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.js .ships-list__item:first-child {
  left: 100%;
}

.js .ships-list__item.active {
  left: 0%;
}

.js .ships-list__item.showleft {
  left: 0%;
  z-index: 1;
}

.js .ships-list__item.showleft .ships-list__item-content {
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  -webkit-transform: translate(-120%, 0%);
  -ms-transform: translate(-120%, 0%);
  -o-transform: translate(-120%, 0%);
  transform: translate(-120%, 0%);
}

.js .ships-list__item.showleft .ships-list__item-images {
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  opacity: 0;
}

.js .ships-list__item.showright {
  left: 0%;
  z-index: 1;
}

.js .ships-list__item.showright .ships-list__item-content {
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  -webkit-transform: translate(120%, 0%);
  -ms-transform: translate(120%, 0%);
  -o-transform: translate(120%, 0%);
  transform: translate(120%, 0%);
}

.js .ships-list__item.showright .ships-list__item-images {
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  opacity: 0;
}

.js .ships-list__item-content {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.js .ships-list__item-images {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js .ships-list__item.hideleft .ships-list__item-content {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate(-120%, 0%);
  -ms-transform: translate(-120%, 0%);
  -o-transform: translate(-120%, 0%);
  transform: translate(-120%, 0%);
}

.js .ships-list__item.hideleft .ships-list__item-images {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.js .ships-list__item.hideright .ships-list__item-content {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate(120%, 0%);
  -ms-transform: translate(120%, 0%);
  -o-transform: translate(120%, 0%);
  transform: translate(120%, 0%);
}

.js .ships-list__item.hideright .ships-list__item-images {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.js .ships-list__item.notransition .ships-list__item-content {
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.js .ships-list__item.notransition .ships-list__item-images {
  opacity: 0;
  -webkit-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (min-width: 768px) {
  .js .ships-list__item .ships-line {
    -webkit-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
  }
  .js .ships-list__item.showleft {
    left: 0%;
  }
  .js .ships-list__item.showleft .ships-list__item-content {
    -webkit-transform: translate(-150%, 0%);
    -ms-transform: translate(-150%, 0%);
    -o-transform: translate(-150%, 0%);
    transform: translate(-150%, 0%);
  }
  .js .ships-list__item.showleft .ships-line {
    -webkit-transition: transform 0s ease-out;
    -o-transition: transform 0s ease-out;
    transition: transform 0s ease-out;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  .js .ships-list__item.ships-right.showleft .ships-list__item-content {
    -webkit-transform: translate(-250%, 0%);
    -ms-transform: translate(-250%, 0%);
    -o-transform: translate(-250%, 0%);
    transform: translate(-250%, 0%);
  }
  .js .ships-list__item.ships-right.showleft .ships-line {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .js .ships-list__item.showright {
    left: 0%;
  }
  .js .ships-list__item.showright .ships-list__item-content {
    -webkit-transform: translate(250%, 0%);
    -ms-transform: translate(250%, 0%);
    -o-transform: translate(250%, 0%);
    transform: translate(250%, 0%);
  }
  .js .ships-list__item.showright .ships-line {
    -webkit-transition: transform 0s ease-out;
    -o-transition: transform 0s ease-out;
    transition: transform 0s ease-out;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    -o-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }
  .js .ships-list__item.ships-right.showright .ships-list__item-content {
    -webkit-transform: translate(150%, 0%);
    -ms-transform: translate(150%, 0%);
    -o-transform: translate(150%, 0%);
    transform: translate(150%, 0%);
  }
  .js .ships-list__item.ships-right.showright .ships-line {
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
  .js .ships-list__item.hideleft .ships-list__item-content {
    -webkit-transform: translate(-150%, 0%);
    -ms-transform: translate(-150%, 0%);
    -o-transform: translate(-150%, 0%);
    transform: translate(-150%, 0%);
  }
  .js .ships-list__item.hideleft .ships-line {
    -webkit-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  .js .ships-list__item.ships-right.hideleft .ships-list__item-content {
    -webkit-transform: translate(-250%, 0%);
    -ms-transform: translate(-250%, 0%);
    -o-transform: translate(-250%, 0%);
    transform: translate(-250%, 0%);
  }
  .js .ships-list__item.ships-right.hideleft .ships-line {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .js .ships-list__item.hideright .ships-list__item-content {
    -webkit-transform: translate(250%, 0%);
    -ms-transform: translate(250%, 0%);
    -o-transform: translate(250%, 0%);
    transform: translate(250%, 0%);
  }
  .js .ships-list__item.hideright .ships-line {
    -webkit-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    -o-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }
  .js .ships-list__item.ships-right.hideright .ships-list__item-content {
    -webkit-transform: translate(150%, 0%);
    -ms-transform: translate(150%, 0%);
    -o-transform: translate(150%, 0%);
    transform: translate(150%, 0%);
  }
  .js .ships-list__item.ships-right.hideright .ships-line {
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
  .js .ships-list__item.notransition .ships-line {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
}

@media (min-width: 1024px) {
  .desktop .ships {
    height: 100%;
    padding: 0;
  }
  .desktop .ships-cell {
    overflow: hidden;
  }
  .desktop .ships-table,
  .desktop .ships-cell,
  .desktop .ships-content,
  .desktop .ships-list-wrapper,
  .desktop .ships-list {
    height: 100%;
  }
  .desktop .ships-list__item:first-child {
    position: absolute;
  }
  .desktop .ships-list__item-images {
    height: 100%;
  }
  .desktop .ships-list__item-image-wrapper {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .desktop .ships-list__item-image {
    display: none;
  }
  .desktop h2 {
    font-size: 70px;
  }
  .desktop .popup-button-wrapper {
    margin-top: 15px;
  }
  .desktop .ships-controls {
    bottom: 45%;
  }
  .desktop .ships-controls__item {
    bottom: -28px;
  }
  .desktop .ships-controls__item:after {
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: -43px;
    content: "";
    left: -43px;
    pointer-events: none;
    position: absolute;
    right: -43px;
    top: -43px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .desktop .ships-controls__item .ships-controls__item-round:after {
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: -113px;
    content: "";
    left: -113px;
    pointer-events: none;
    position: absolute;
    right: -113px;
    top: -113px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .desktop .ships-controls__item:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.15s ease-in;
    -o-transition: transform 0.15s ease-in;
    transition: transform 0.15s ease-in;
  }
  .desktop .ships-controls__item:hover .ships-controls__item-round:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.15s ease-in;
    -o-transition: transform 0.15s ease-in;
    transition: transform 0.15s ease-in;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}

@media (min-width: 1024px) and (min-width: 1200px) {
  .desktop .ships-controls__item {
    bottom: -31px;
  }
}

@media (min-width: 1024px) {
  .desktop .ships-controls__item:first-child {
    left: 45px;
    margin-left: 0;
  }
  .desktop .ships-controls__item:last-child {
    left: auto;
    margin-left: 0;
    right: 45px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .ships-controls__item:first-child {
    left: 60px;
  }
  .desktop .ships-controls__item:last-child {
    right: 60px;
  }
}

@media (min-width: 1024px) and (min-width: 1400px) {
  .desktop .ships-controls__item:first-child {
    left: 90px;
  }
  .desktop .ships-controls__item:last-child {
    right: 90px;
  }
}

@media (min-width: 1024px) and (min-width: 1560px) {
  .desktop .ships-controls__item:first-child {
    left: 105px;
  }
  .desktop .ships-controls__item:last-child {
    right: 105px;
  }
}

@media (min-width: 1024px) {
  .js.desktop .ships {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .js.desktop .ships-list__item {
    overflow: hidden;
  }
  .js.desktop .ships-list__item-images:before {
    display: none;
  }
  .js.desktop .ships-list__item-content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .js.desktop .popup-header .ships-list__item-content {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-list__item-content.hidden {
    opacity: 0;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(-120px, 0);
    -ms-transform: translate(-120px, 0);
    -o-transform: translate(-120px, 0);
    transform: translate(-120px, 0);
  }
  .js.desktop .popup-button {
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .js.desktop .popup-button.hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-list__item-content.withfooter {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-line {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  .js.desktop .ships-line.hidden {
    opacity: 0;
    -webkit-transition: opacity 0s ease-out;
    -o-transition: opacity 0s ease-out;
    transition: opacity 0s ease-out;
  }
  .js.desktop .ships-line.animate {
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .js.desktop .ships-line.withfooter {
    -webkit-transition: opacity 0s ease-out;
    -o-transition: opacity 0s ease-out;
    transition: opacity 0s ease-out;
  }
  .js.desktop .ships-line-num {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .js.desktop .ships-line-num.hidden {
    -webkit-transform: translate3d(500px, 0, 0);
    -ms-transform: translate3d(500px, 0, 0);
    -o-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-line-num.animate {
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-line-num.withfooter {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-controls .ships-controls__item {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .js.desktop .ships-controls.hidden .ships-prev {
    -webkit-transform: translate3d(-167px, 0, 0);
    -ms-transform: translate3d(-167px, 0, 0);
    -o-transform: translate3d(-167px, 0, 0);
    transform: translate3d(-167px, 0, 0);
  }
  .js.desktop .ships-controls.hidden .ships-next {
    -webkit-transform: translate3d(167px, 0, 0);
    -ms-transform: translate3d(167px, 0, 0);
    -o-transform: translate3d(167px, 0, 0);
    transform: translate3d(167px, 0, 0);
  }
  .js.desktop .ships-controls.hidden .ships-controls__item {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-controls.animate .ships-controls__item {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-controls.withfooter .ships-controls__item {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-hover {
    display: block;
  }
  .js.desktop .ships-right .ships-list__item-content.hidden {
    -webkit-transform: translate(120px, 0);
    -ms-transform: translate(120px, 0);
    -o-transform: translate(120px, 0);
    transform: translate(120px, 0);
  }
  .js.desktop .ships-right .ships-line-num.hidden {
    -webkit-transform: translate3d(-500px, 0, 0);
    -ms-transform: translate3d(-500px, 0, 0);
    -o-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0);
  }
  .js.desktop .ships-list__item .ships-list__item-images {
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .js.desktop .ships-list__item .ships-line {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .js.desktop .ships-list__item.hideleft .ships-list__item-content,
  .js.desktop .ships-list__item.hideleft .ships-line {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate(-120px, 0%);
    -ms-transform: translate(-120px, 0%);
    -o-transform: translate(-120px, 0%);
    transform: translate(-120px, 0%);
  }
  .js.desktop .ships-list__item.hideleft .ships-line {
    -webkit-transform: translate(120px, 0%);
    -ms-transform: translate(120px, 0%);
    -o-transform: translate(120px, 0%);
    transform: translate(120px, 0%);
  }
  .js.desktop .ships-list__item.hideleft .ships-list__item-images {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-list__item.hideright .ships-list__item-content,
  .js.desktop .ships-list__item.hideright .ships-line {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate(-120px, 0%);
    -ms-transform: translate(-120px, 0%);
    -o-transform: translate(-120px, 0%);
    transform: translate(-120px, 0%);
  }
  .js.desktop .ships-list__item.hideright .ships-line {
    -webkit-transform: translate(120px, 0%);
    -ms-transform: translate(120px, 0%);
    -o-transform: translate(120px, 0%);
    transform: translate(120px, 0%);
  }
  .js.desktop .ships-list__item.hideright .ships-list__item-images {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-list__item.ships-right.hideleft .ships-list__item-content {
    -webkit-transform: translate(120px, 0%);
    -ms-transform: translate(120px, 0%);
    -o-transform: translate(120px, 0%);
    transform: translate(120px, 0%);
  }
  .js.desktop .ships-list__item.ships-right.hideleft .ships-line {
    -webkit-transform: translate(-120px, 0%);
    -ms-transform: translate(-120px, 0%);
    -o-transform: translate(-120px, 0%);
    transform: translate(-120px, 0%);
  }
  .js.desktop
    .ships-list__item.ships-right.hideright
    .ships-list__item-content {
    -webkit-transform: translate(120px, 0%);
    -ms-transform: translate(120px, 0%);
    -o-transform: translate(120px, 0%);
    transform: translate(120px, 0%);
  }
  .js.desktop .ships-list__item.ships-right.hideright .ships-line {
    -webkit-transform: translate(-120px, 0%);
    -ms-transform: translate(-120px, 0%);
    -o-transform: translate(-120px, 0%);
    transform: translate(-120px, 0%);
  }
  .js.desktop .ships-list__item.showleft .ships-list__item-images {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    opacity: 0;
  }
  .js.desktop .ships-list__item.showleft .ships-line {
    opacity: 0;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .js.desktop .ships-list__item.showright .ships-list__item-images {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    opacity: 0;
  }
  .js.desktop .ships-list__item.showright .ships-line {
    opacity: 0;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .js.desktop .ships-list__item.notransition .ships-list__item-content,
  .js.desktop .ships-list__item.notransition .ships-line {
    opacity: 0;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
  .js.desktop .ships-list__item.notransition .ships-list__item-images {
    opacity: 1;
    -webkit-transition: opacity 0s ease-out;
    -o-transition: opacity 0s ease-out;
    transition: opacity 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js.desktop .ships-list__item.notransition .ships-line {
    opacity: 0;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media (min-width: 1200px) and (max-height: 649px) {
  .desktop .ships-line {
    top: 60%;
  }
  .desktop .ships-controls {
    bottom: 40%;
  }
}

@media (min-width: 1280px) {
  .desktop h4 {
    margin-bottom: 10px;
  }
  .desktop h2 {
    font-size: 80px;
    line-height: 1.15;
  }
  .desktop .ships-line {
    top: 60%;
  }
  .desktop .ships-controls {
    bottom: 40%;
  }
}

@media (min-width: 1280px) and (max-height: 649px) {
  .desktop .ships-line {
    top: 65%;
  }
  .desktop .ships-controls {
    bottom: 35%;
  }
}

@media (min-width: 1024px) and (min-height: 650px) {
  .desktop h2 {
    font-size: 70px;
  }
}

@media (min-width: 1280px) and (min-height: 650px) {
  .desktop h4 {
    margin-bottom: 15px;
  }
  .desktop h2 {
    font-size: 80px;
    line-height: 1.15;
  }
}

@media (min-width: 1280px) and (min-height: 700px) {
  .desktop .ships-line {
    top: 55%;
  }
  .desktop .ships-controls {
    bottom: 45%;
  }
}

@media (min-width: 1366px) and (min-height: 650px) {
  .desktop .ships-line {
    top: 65%;
  }
  .desktop .ships-controls {
    bottom: 35%;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .desktop h2 {
    font-size: 74px;
  }
}

@media (min-width: 1280px) and (min-height: 700px) {
  .desktop h2 {
    font-size: 80px;
    line-height: 1.15;
  }
}

@media (min-width: 1366px) and (min-height: 700px) {
  .desktop .ships-line {
    top: 60%;
  }
  .desktop .ships-controls {
    bottom: 40%;
  }
}

@media (min-width: 1200px) and (min-height: 780px) {
  .desktop h2 {
    font-size: 80px;
    line-height: 1.15;
  }
}

@media (min-width: 1366px) and (min-height: 780px) {
  .desktop .ships-line {
    top: 55%;
  }
  .desktop .ships-controls {
    bottom: 45%;
  }
}

@media (min-width: 1560px) and (min-height: 780px) {
  .desktop .ships-line {
    top: 65%;
  }
  .desktop .ships-controls {
    bottom: 35%;
  }
}

@media (min-width: 1200px) and (min-height: 880px) {
  .desktop h2 {
    font-size: 100px;
    line-height: 1.1;
  }
  .desktop .popup-button-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 1560px) and (min-height: 880px) {
  .desktop .ships-line {
    top: 55%;
  }
  .desktop .ships-controls {
    bottom: 45%;
  }
}

@media (min-width: 1800px) and (min-height: 880px) {
  .desktop .ships-line {
    top: 60%;
  }
  .desktop .ships-controls {
    bottom: 40%;
  }
}

.header {
  display: none;
  left: 50%;
  margin-left: -65px;
  position: fixed;
  top: 20px;
  width: 130px;
  z-index: 3;
}

@media (min-width: 768px) {
  .header {
    left: 20px;
    margin-left: 0;
    top: 20px;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .header {
    left: 25px;
    top: 25px;
  }
}

@media (min-width: 1280px) {
  .header {
    left: 45px;
    top: 45px;
  }
}

.small-button-wrapper {
  display: none;
  height: 44px;
  margin: 10px auto 0;
  max-width: 100%;
}

@media (min-width: 1024px) and (min-height: 650px) {
  .small-button-wrapper {
    height: 48px;
    margin-top: 15px;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .small-button-wrapper {
    height: 50px;
  }
}

@media (min-width: 1200px) and (min-height: 780px) {
  .small-button-wrapper {
    height: 54px;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .js.desktop .small-button-wrapper {
    display: table;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .js.desktop .small-button-wrapper.hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

.small-button {
  background: #f76100;
  background: -moz-linear-gradient(top, #f76100 0%, #de3300 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f76100),
    color-stop(100%, #de3300)
  );
  background: -webkit-linear-gradient(top, #f76100 0%, #de3300 100%);
  background: -o-linear-gradient(top, #f76100 0%, #de3300 100%);
  background: -ms-linear-gradient(top, #f76100 0%, #de3300 100%);
  background: linear-gradient(to bottom, #f76100 0%, #de3300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76100', endColorstr='#de3300',GradientType=0 );
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  font: 13px/1.4 "warhelioscondc_bold", Arial;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  min-width: 120px;
}

@media (min-width: 1024px) and (min-height: 650px) {
  .small-button {
    min-width: 130px;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .small-button {
    font-size: 14px;
    min-width: 140px;
  }
}

@media (min-width: 1200px) and (min-height: 780px) {
  .small-button {
    font-size: 15px;
    min-width: 168px;
  }
}

.small-button-label {
  display: block;
  position: relative;
  max-width: 106px;
  z-index: 1;
}

@media (min-width: 480px) {
  .small-button-label {
    max-width: 140px;
  }
}

@media (min-width: 768px) {
  .small-button-label {
    max-width: 106px;
  }
}

@media (min-width: 960px) {
  .small-button-label {
    max-width: 130px;
  }
}

@media (min-width: 1024px) {
  .small-button-label {
    max-width: 145px;
  }
}

@media (min-width: 1280px) {
  .small-button-label {
    max-width: 160px;
  }
}

@media (min-width: 1024px) {
  .desktop .small-button-label {
    max-width: 106px;
  }
}

@media (min-width: 1024px) and (min-height: 650px) {
  .desktop .small-button-label {
    max-width: 128px;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .desktop .small-button-label {
    max-width: 138px;
  }
}

@media (min-width: 1200px) and (min-height: 780px) {
  .desktop .small-button-label {
    max-width: 168px;
  }
}

.desktop .small-button {
  overflow: visible;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.desktop .small-button:before {
  background: #f56914;
  content: "";
  display: block;
  height: 44px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 100%;
}

.desktop .small-button:hover {
  -webkit-box-shadow: 0 0 15px 1px rgba(245, 105, 20, 0.75);
  box-shadow: 0 0 15px 1px rgba(245, 105, 20, 0.75);
  color: #fff;
  text-decoration: none;
}

.desktop .small-button:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

@media (min-width: 1024px) and (min-height: 650px) {
  .desktop .small-button:before {
    height: 48px;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .desktop .small-button:before {
    height: 50px;
  }
}

@media (min-width: 1200px) and (min-height: 780px) {
  .desktop .small-button:before {
    height: 54px;
  }
}

@media (min-width: 1024px) {
  .js.desktop .header {
    display: block;
    left: 45px;
    top: 20px;
  }
}

@media (min-width: 1280px) {
  .js.desktop .header {
    left: 60px;
  }
}

@media (min-width: 1024px) and (min-height: 650px) {
  .js.desktop .header {
    top: 40px;
  }
}

@media (min-width: 1280px) and (min-height: 650px) {
  .js.desktop .header {
    top: 30px;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .js.desktop .header {
    top: 45px;
  }
}

@media (min-width: 1280px) and (min-height: 700px) {
  .js.desktop .header {
    top: 40px;
  }
}

@media (min-width: 1280px) and (min-height: 780px) {
  .js.desktop .header {
    top: 55px;
  }
}

@media (min-width: 1400px) {
  .js.desktop .header {
    left: 90px;
  }
}

@media (min-width: 1400px) and (min-height: 780px) {
  .js.desktop .header {
    top: 65px;
  }
}

@media (min-width: 1560px) {
  .js.desktop .header {
    left: 105px;
  }
}

.dark {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 9;
}

.scroll-down {
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: 20px;
  box-sizing: border-box;
  display: none;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  padding: 13px 15px;
  position: fixed;
  width: 70px;
  z-index: 10;
}

.scroll-down-mouse {
  display: block;
  height: 28px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 19px;
}

.scroll-down-arrow-wrapper {
  display: block;
  height: 8px;
  margin: 7px auto 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 15px;
}

.scroll-down-arrow {
  -webkit-animation: jump 1s ease-in-out infinite;
  -o-animation: jump 1s ease-in-out infinite;
  animation: jump 1s ease-in-out infinite;
  display: block;
  height: 8px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 15px;
}

.scroll-down-arrow .svg {
  display: block;
}

.scroll-down-mouse-path,
.scroll-down-wheel-path,
.scroll-down-arrow-path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.scroll-down-wheel-path {
  stroke-linecap: round;
}

.desktop .scroll-down:hover .scroll-down-mouse-path,
.desktop .scroll-down:hover .scroll-down-arrow-path {
  filter: url(#softGlow);
  stroke: #00b4b9;
}

.desktop .scroll-down:hover .scroll-down-wheel-path {
  stroke: #00b4b9;
}

@media (min-width: 1024px) {
  .js.desktop .scroll-down {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1024px) and (min-height: 780px) {
  .js.desktop .scroll-down {
    bottom: 30px;
  }
}

.js.desktop .scroll-down-mouse {
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.js.desktop .scroll-down-arrow {
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.js.desktop .scroll-down.delayed {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

@media (min-width: 1024px) {
  .js.desktop .scroll-down.hidden {
    -webkit-transform: translate3d(0, 90px, 0);
    -ms-transform: translate3d(0, 90px, 0);
    -o-transform: translate3d(0, 90px, 0);
    transform: translate3d(0, 90px, 0);
  }
}

@media (min-width: 1024px) and (min-height: 780px) {
  .js.desktop .scroll-down.hidden {
    -webkit-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}

.js.desktop .scroll-down.withfooter {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js.desktop .scroll-down.withfooter .scroll-down-mouse,
.js.desktop .scroll-down.withfooter .scroll-down-arrow-wrapper {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js.desktop .scroll-down.reversed .scroll-down-mouse {
  -webkit-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.js.desktop .scroll-down.reversed .scroll-down-arrow-wrapper {
  -webkit-transform: translate3d(0, -35px, 0) rotate(180deg);
  -ms-transform: translate3d(0, -35px, 0) rotate(180deg);
  -o-transform: translate3d(0, -35px, 0) rotate(180deg);
  transform: translate3d(0, -35px, 0) rotate(180deg);
}

.bullets-wrapper {
  display: none;
  height: 136px;
  margin-top: -68px;
  position: fixed;
  right: 0;
  top: 50%;
  width: 37px;
  z-index: 10;
}

.bullets-bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.bullets-bg-path {
  fill: rgba(0, 0, 0, 0.6);
}

.bullets-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 33.5px 0;
}

.bullets-list__item {
  display: block;
}

.bullets-list__item-link {
  display: block;
  height: 23px;
  position: relative;
  width: 100%;
}

.bullets-list__item-link:before {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 50%;
  margin: -4.5px 0 0 -4.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  width: 5px;
}

.bullets-list__item-link:after {
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  left: 50%;
  margin: -3.5px 0 0 -3.5px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 7px;
}

.bullets-list__item-link.active:before {
  border-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

.bullets-list__item-link.active:after {
  background: transparent;
}

.desktop .bullets-list__item-link:not(.active):hover:after {
  background: #00b4b9;
  -webkit-box-shadow: 0 0 5px 0 #00b4b9;
  box-shadow: 0 0 5px 0 #00b4b9;
}

@media (min-width: 1024px) {
  .desktop .bullets-wrapper {
    display: block;
  }
  .js.desktop .bullets-wrapper {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .js.desktop .bullets-wrapper.delayed {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .js.desktop .bullets-wrapper.hidden {
    -webkit-transform: translate3d(37px, 0, 0);
    -ms-transform: translate3d(37px, 0, 0);
    -o-transform: translate3d(37px, 0, 0);
    transform: translate3d(37px, 0, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

.footer {
  color: #c1c1c1;
  position: relative;
  z-index: 11;
}

.footer-inner {
  background: #181818;
}

.footer-content {
  padding-top: 30px;
}

.footer-top-left {
  padding-bottom: 30px;
}

.footer-logos {
  padding-bottom: 15px;
  text-align: center;
}

.footer-logos-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-logos-list__item {
  display: inline-block;
  height: 36px;
  margin: 0 3px;
}

.footer-logos-list__item-logo {
  display: inline-block;
  height: 36px;
}

.footer-logos-list__item-logo-img {
  display: inline-block;
  height: 36px;
}

.footer-logos-list__item-logo-hover {
  display: none;
}

.desktop .footer-logos-list__item-logo {
  position: relative;
}

.desktop
  a.footer-logos-list__item-logo:hover
  .footer-logos-list__item-logo-img {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.desktop
  a.footer-logos-list__item-logo:hover
  .footer-logos-list__item-logo-hover {
  opacity: 1;
}

.desktop .footer-logos-list__item-logo-img {
  outline: 1px solid transparent;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.desktop .footer-logos-list__item-logo-hover {
  display: block;
  height: 100%;
  opacity: 0;
  outline: 1px solid transparent;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.footer-copyright {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  max-width: 280px;
}

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

.share-wrapper-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}

.share-list__item {
  display: inline-block;
  margin: 0 4px;
}

.share-list__item-link {
  display: inline-block;
  text-decoration: none;
  min-width: 50px;
}

.share-list__item-link-circle {
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  height: 50px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  width: 50px;
}

.share-list__item-link-svg {
  display: block;
  height: 48px;
  width: 48px;
}

.share-list__item-link-fill {
  fill: #fff;
}

.desktop .share-list__item-link .share-list__item-link-circle {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.desktop .share-list__item-link .share-list__item-link-fill {
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.desktop .share-list__item-link:hover .share-list__item-link-circle {
  border-color: #00b4b9;
}

.desktop .share-list__item-link:hover .share-list__item-link-fill {
  fill: #fff;
}

.ie.desktop .share-list__item-link {
  background: rgba(24, 24, 24, 0.01);
}

.footer-social-groups {
  padding-bottom: 25px;
  text-align: center;
}

.footer-social-groups-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-social-groups-list__item {
  display: inline-block;
  height: 30px;
  margin: 0 3px;
  width: 30px;
}

.footer-social-groups-list__item-link {
  display: inline-block;
  height: 30px;
  width: 30px;
}

.footer-social-groups-list__item-link-svg {
  display: inline-block;
  height: 30px;
  width: 30px;
}

.footer-social-groups-list__item-link-fill {
  fill: #fff;
}

.desktop .footer-social-groups-list__item-link {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.desktop
  .footer-social-groups-list__item-link:hover
  .footer-social-groups-list__item-link-fill {
  fill: #00b4b9;
}

.desktop .footer-social-groups-list__item-link-svg {
  left: -1px;
  position: absolute;
  top: -1px;
}

.desktop .footer-social-groups-list__item-link-fill {
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.ie.desktop .footer-social-groups-list__item-link {
  background: rgba(0, 0, 0, 0.01);
}

.footer-ratings {
  padding-bottom: 30px;
  text-align: center;
}

.footer-ratings-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-ratings-list__item {
  display: inline-block;
  margin: 0 3px 3px;
  height: 60px;
}

.footer-ratings-list__item-logo {
  display: inline-block;
  height: 60px;
}

.footer-ratings-list__item-logo-img {
  display: inline-block;
  height: 60px;
}

.footer-ratings-list__item-logo-hover {
  display: none;
}

.desktop .footer-ratings-list__item-logo {
  position: relative;
}

.desktop
  a.footer-ratings-list__item-logo:hover
  .footer-ratings-list__item-logo-img {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.desktop
  a.footer-ratings-list__item-logo:hover
  .footer-ratings-list__item-logo-hover {
  opacity: 1;
}

.desktop .footer-ratings-list__item-logo-img {
  outline: 1px solid transparent;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.desktop .footer-ratings-list__item-logo-hover {
  display: block;
  height: 100%;
  opacity: 0;
  outline: 1px solid transparent;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.footer-links-wrapper {
  border-top: 1px solid #3e4341;
  padding: 25px 0;
}

.footer-links-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-links-list__item {
  display: block;
}

.footer-links-list__item-link {
  color: #c1c1c1;
  display: block;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 20px;
  text-align: center;
  text-decoration: none;
}

.desktop .footer-links-list__item-link {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.desktop .footer-links-list__item-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 480px) {
  .footer-top-left {
    display: table;
    margin: 0 auto;
    padding-bottom: 28px;
    padding-left: 27px;
    padding-right: 30px;
  }
  .footer-logos {
    display: table-cell;
    padding-bottom: 0;
    text-align: left;
    vertical-align: middle;
  }
  .footer-copyright {
    display: table-cell;
    margin: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
    max-width: none;
  }
  .footer-copyright-line {
    display: inline;
  }
  .share-wrapper {
    margin-bottom: 28px;
  }
  .share-wrapper-title {
    display: inline-block;
    line-height: 50px;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: top;
  }
  .share-list {
    margin-bottom: 0;
  }
  .footer-links-list__item-link {
    padding: 6px 30px;
  }
}

@media (min-width: 600px) {
  .footer-content {
    padding-bottom: 30px;
    text-align: center;
  }
  .footer-top-left,
  .footer-top-right {
    padding-left: 45px;
    padding-right: 45px;
  }
  .footer-copyright-line {
    display: block;
  }
  .footer-ratings {
    display: inline-block;
    padding-bottom: 0;
  }
  .footer-ratings-list__item {
    margin-bottom: 0;
  }
  .footer-links-wrapper {
    padding: 13px 45px;
    text-align: center;
  }
  .footer-links-list {
    display: inline-block;
    margin: 0 -12px;
  }
  .footer-links-list__item {
    display: inline-block;
  }
  .footer-links-list__item-link {
    display: inline-block;
    line-height: 21px;
    margin: 0 12px;
    padding: 0;
    white-space: nowrap;
  }
}

@media (min-width: 640px) {
  .footer-social-groups {
    display: inline-block;
    margin-right: 25px;
    padding-bottom: 14px;
    padding-top: 16px;
    vertical-align: top;
  }
  .footer-ratings {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .footer-top-left,
  .footer-top-right,
  .footer-links-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 960px) {
  .footer-top-right {
    padding-right: 57px;
    text-align: right;
  }
  .share-wrapper {
    display: block;
    float: left;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
  }
}

@media (min-width: 1024px) {
  .footer-top-left,
  .footer-top-right,
  .footer-links-wrapper {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 1024px) {
  .desktop .footer-top-left,
  .desktop .footer-top-right,
  .desktop .footer-links-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 1200px) {
  .footer-content {
    box-sizing: border-box;
    display: table;
    padding: 15px 17px 13px;
    width: 100%;
  }
  .footer-top-left {
    display: table-cell;
    padding: 0 60px 2px 0;
    text-align: left;
    vertical-align: middle;
  }
  .footer-logos {
    display: inline-block;
    padding-bottom: 2px;
    padding-top: 4px;
    vertical-align: top;
  }
  .footer-copyright {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 10px;
    vertical-align: top;
    max-width: 240px;
  }
  .footer-top-right {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
  }
  .share-wrapper {
    display: inline-block;
    float: none;
    padding-bottom: 4px;
    padding-right: 25px;
    padding-top: 6px;
  }
  .footer-links-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .desktop .footer-top-left {
    padding-left: 0;
    padding-right: 60px;
  }
  .desktop .footer-top-right {
    padding: 0;
  }
  .desktop .footer-links-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1280px) {
  .footer-logos {
    padding-bottom: 0;
    padding-top: 2px;
  }
  .footer-copyright {
    padding-bottom: 6px;
    padding-top: 6px;
    max-width: 360px;
  }
  .footer-copyright-line {
    display: inline;
  }
}

@media (min-width: 1400px) {
  .footer-copyright {
    max-width: none;
  }
  .footer-copyright-line {
    display: block;
  }
}

@media (min-width: 1024px) {
  .desktop .footer,
  .desktop .footer-inner {
    height: 236px;
  }
  .js.desktop .footer,
  .js.desktop .footer-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .desktop .footer,
  .desktop .footer-inner {
    height: 138px;
  }
}

@media (min-width: 1024px) {
  .js.desktop .screen {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
  }
  .js.desktop .intro,
  .js.desktop .ships {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  .js.desktop .footer {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .js.desktop .dark {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .js.desktop .screen.hide {
    opacity: 0;
  }
  .js.desktop .intro.hide,
  .js.desktop .ships.hide {
    -webkit-transform: scale(0.8) translate3d(0, 0, 0);
    -ms-transform: scale(0.8) translate3d(0, 0, 0);
    -o-transform: scale(0.8) translate3d(0, 0, 0);
    transform: scale(0.8) translate3d(0, 0, 0);
  }
  .js.desktop .screen.hidden {
    opacity: 1;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
  .js.desktop .intro.hidden {
    -webkit-transform: scale(1) translate3d(0, -100%, 0);
    -ms-transform: scale(1) translate3d(0, -100%, 0);
    -o-transform: scale(1) translate3d(0, -100%, 0);
    transform: scale(1) translate3d(0, -100%, 0);
  }
  .js.desktop .ships.hidden,
  .js.desktop .footer.hidden,
  .js.desktop .dark.hidden {
    -webkit-transform: scale(1) translate3d(0, 100%, 0);
    -ms-transform: scale(1) translate3d(0, 100%, 0);
    -o-transform: scale(1) translate3d(0, 100%, 0);
    transform: scale(1) translate3d(0, 100%, 0);
  }
  .js.desktop .dark.hidden {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .js.desktop .footer.big {
    height: 100%;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .js.desktop:not(.ie) .screen.hide {
    z-index: 1;
  }
  .js.desktop:not(.ie) .screen.hidden {
    z-index: 1;
  }
}

.popup {
  background: #0c374a;
  display: none;
  overflow: hidden;
  position: relative;
  z-index: 20;
}

.popup-header {
  overflow: visible;
  padding-bottom: 30px;
  padding-top: 125px;
  position: relative;
}

@media (min-width: 480px) {
  .popup-header {
    padding-top: 100px;
  }
}

@media (min-width: 568px) {
  .popup-header {
    padding-top: 80px;
  }
}

@media (min-width: 600px) {
  .popup-header {
    padding-bottom: 40px;
    padding-top: 70px;
  }
}

@media (min-width: 667px) {
  .popup-header {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .popup-header {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.popup-header .flag {
  max-width: 220px;
  z-index: 20;
}

@media (min-width: 480px) {
  .popup-header .flag {
    max-width: 300px;
  }
}

@media (min-width: 600px) {
  .popup-header .flag {
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .popup-header .flag {
    max-width: 60%;
  }
}

@media (min-width: 1024px) {
  .popup-header .flag {
    max-width: 55%;
  }
}

@media (min-width: 1200px) {
  .popup-header .flag {
    max-width: 602px;
  }
}

.popup-header .ships-list__item-images {
  margin-top: 0;
  overflow: visible;
  z-index: 1;
}

.popup-header .ships-list__item-images:before,
.popup-header .ships-list__item-images:after {
  display: none;
}

.popup-header .bw-image {
  opacity: 0;
}

.popup-header .color-image {
  height: auto;
}

.popup-header .color-image {
  opacity: 1;
}

.popup-header .color-image:before {
  background: -moz-linear-gradient(
    top,
    #0c374a 0%,
    #0c374a 25%,
    rgba(12, 55, 74, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #0c374a),
    color-stop(25%, #0c374a),
    color-stop(100%, rgba(12, 55, 74, 0))
  );
  background: -webkit-linear-gradient(
    top,
    #0c374a 0%,
    #0c374a 25%,
    rgba(12, 55, 74, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    #0c374a 0%,
    #0c374a 25%,
    rgba(12, 55, 74, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    #0c374a 0%,
    #0c374a 25%,
    rgba(12, 55, 74, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #0c374a 0%,
    #0c374a 25%,
    rgba(12, 55, 74, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c374a', endColorstr='#000c374a',GradientType=0 );
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .popup-header .color-image {
    margin-top: 7.5%;
  }
}

@media (min-width: 960px) {
  .popup-header .color-image {
    margin-top: 5%;
  }
}

@media (min-width: 1024px) {
  .popup-header .color-image {
    margin-top: 0;
  }
  .popup-header .color-image:before {
    display: none;
  }
}

.popup-header h4 {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.popup-header h2 {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.popup-header .popup-button-wrapper {
  display: none;
}

@media (min-width: 1024px) {
  .popup-header .popup-button-wrapper {
    display: block;
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-header .popup-button-wrapper {
    display: none;
  }
}

.device .popup-header h2 {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .desktop .popup-header h2 {
    margin-bottom: 0;
  }
}

.popup-captain {
  background: #0c374a;
  overflow: hidden;
  padding-bottom: 35px;
  position: relative;
}

@media (min-width: 768px) {
  .popup-captain {
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .popup-captain {
    padding-bottom: 75px;
  }
}

@media (min-width: 1024px) {
  .popup-captain {
    margin-top: -75px;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-captain {
    margin-top: 0;
  }
}

.captain-border {
  border: 18px solid #21556b;
  padding: 25px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media (min-width: 480px) {
  .captain-border {
    border-width: 24px;
    padding: 30px 30px 25px;
  }
}

@media (min-width: 600px) {
  .captain-border {
    border-width: 27px;
    padding: 35px 40px;
  }
}

@media (min-width: 768px) {
  .captain-border {
    border-width: 30px;
    padding: 40px 50px;
  }
}

@media (min-width: 960px) {
  .captain-border {
    border-width: 34px;
  }
}

@media (min-width: 1280px) {
  .captain-border {
    display: table;
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .captain-left {
    box-sizing: border-box;
    display: table-cell;
    padding: 50px 150px 50px 50px;
    text-align: left;
    vertical-align: middle;
    width: 50%;
  }
}

h3 {
  display: block;
  font: normal 32px/1.2 "warhelioscondc_bold", Arial;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  h3 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 42px;
  }
}

.captain-year {
  color: #00b4b9;
  font: 16px/1.4 "warhelioscondc_bold", Arial;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .captain-year {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1280px) {
  .captain-year {
    margin-bottom: 15px;
  }
}

.captain-before {
  font: 18px/1.4 "warhelioscondc", Arial;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .captain-before {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .captain-before {
    margin-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .captain-before {
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 0;
  }
}

.captain-image {
  display: block;
  margin: 0 auto;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
  max-width: 283.2px;
}

.captain-image.hidden {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

@media (min-width: 1280px) {
  .captain-image-wrapper {
    height: 320px;
    left: 50%;
    margin-left: -160px;
    margin-top: -160px;
    position: absolute;
    top: 50%;
    width: 320px;
  }
  .captain-image {
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .captain-right {
    box-sizing: border-box;
    display: table-cell;
    padding: 40px 50px 40px 150px;
    text-align: left;
    vertical-align: middle;
    width: 50%;
  }
}

.captain-after {
  font: 16px/1.5 "warhelioscondc", Arial;
  letter-spacing: 2px;
  margin: 35px auto 0;
  overflow: visible;
  position: relative;
  text-indent: 2px;
  text-transform: uppercase;
  max-width: 500px;
}

@media (min-width: 480px) {
  .captain-after {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .captain-after {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 40px;
    text-indent: 3px;
  }
}

@media (min-width: 1280px) {
  .captain-after {
    margin-top: 0;
    padding-left: 20%;
    text-indent: 0;
  }
}

.captain-after:before {
  background: #00b4b9;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -20px;
  width: 30px;
}

@media (min-width: 1280px) {
  .captain-after:before {
    left: 20%;
    margin: -1px 0 0 -50px;
    top: 20px;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-captain {
    padding-bottom: 75px;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (min-height: 780px) {
  .desktop .popup-captain {
    padding-top: 30px;
  }
}

@media (min-width: 1024px) and (min-width: 1400px) {
  .desktop .popup-captain {
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) and (min-width: 1800px) {
  .desktop .popup-captain {
    padding-top: 50px;
  }
}

@media (min-width: 1024px) {
  .desktop .captain-border {
    border-width: 30px;
    display: table;
    margin: 0 auto;
    padding: 0;
    max-width: 1212px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .captain-border {
    border-width: 34px;
  }
}

@media (min-width: 1024px) {
  .desktop .captain-left {
    box-sizing: border-box;
    display: table-cell;
    padding: 45px 150px 45px 45px;
    text-align: left;
    vertical-align: middle;
    width: 50%;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .captain-left {
    padding: 50px 175px 50px 50px;
  }
}

@media (min-width: 1024px) and (min-width: 1366px) {
  .desktop .captain-left {
    padding: 75px 180px 75px 50px;
  }
}

@media (min-width: 1024px) and (min-width: 1400px) {
  .desktop .captain-left {
    padding: 80px 200px 80px 50px;
  }
}

@media (min-width: 1024px) {
  .desktop .captain-year {
    margin-bottom: 15px;
  }
  .desktop .captain-before {
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) and (min-width: 1400px) {
  .desktop .captain-before {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .desktop .captain-image-wrapper {
    height: 300px;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 300px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .captain-image-wrapper {
    height: 320px;
    margin-left: -160px;
    margin-top: -160px;
    width: 320px;
  }
}

@media (min-width: 1024px) and (min-width: 1366px) {
  .desktop .captain-image-wrapper {
    height: 340px;
    margin-left: -170px;
    margin-top: -170px;
    width: 340px;
  }
}

@media (min-width: 1024px) and (min-width: 1400px) {
  .desktop .captain-image-wrapper {
    height: 360px;
    margin-left: -180px;
    margin-top: -180px;
    width: 360px;
  }
}

@media (min-width: 1024px) {
  .desktop .captain-image {
    max-width: none;
  }
  .desktop .captain-right {
    box-sizing: border-box;
    display: table-cell;
    padding: 35px 45px 45px 150px;
    text-align: left;
    vertical-align: middle;
    width: 50%;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .captain-right {
    padding: 40px 50px 40px 175px;
  }
}

@media (min-width: 1024px) and (min-width: 1366px) {
  .desktop .captain-right {
    padding: 75px 50px 75px 180px;
  }
}

@media (min-width: 1024px) and (min-width: 1400px) {
  .desktop .captain-right {
    padding: 80px 50px 80px 200px;
  }
}

@media (min-width: 1024px) {
  .desktop .captain-after {
    font-size: 22px;
    line-height: 36px;
    margin-top: 0;
    padding-left: 25%;
    text-indent: 0;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .captain-after {
    font-size: 24px;
    line-height: 40px;
    padding-left: 20%;
  }
}

@media (min-width: 1024px) {
  .desktop .captain-after:before {
    left: 25%;
    margin: -1px 0 0 -50px;
    top: 18px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .captain-after:before {
    left: 20%;
    top: 20px;
  }
}

.popup-text {
  background: #0c374a;
  padding-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-text {
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .popup-text {
    padding-bottom: 80px;
    padding-left: 189px;
    padding-right: 189px;
  }
}

.popup-text-decor {
  height: 56px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .popup-text-decor {
    margin-bottom: 30px;
  }
}

.popup-text-decor:before {
  background: #21556b;
  content: "";
  display: block;
  height: 2px;
  margin: -1px 39px 0 0;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 50%;
}

.popup-text-decor:after {
  background: #21556b;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 39px;
  position: absolute;
  top: 50%;
  width: 50%;
}

.popup-text-decor-image {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.popup-text-content {
  border-bottom: 2px solid #21556b;
  font: 20px/1.4 "warhelioscondc", Arial;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .popup-text-content {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 45px;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-text {
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .popup-text {
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-text-inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 75px;
    max-width: 1280px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .desktop .popup-text-inner {
    padding: 0 84px;
  }
}

.popup-3d {
  background: #0c374a;
}

.popup-3d-content {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-3d-content {
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .popup-3d-content {
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-3d-content {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .popup-3d-top {
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

@media (min-width: 1024px) {
  .popup-3d-top {
    margin-top: 10px;
  }
}

.icon-3d-wrapper {
  left: 50%;
  margin: 20px 0 0 -54px;
  pointer-events: none;
  position: absolute;
  width: 108px;
  z-index: 1;
}

@media (min-width: 768px) {
  .icon-3d-wrapper {
    margin-top: 35px;
  }
}

@media (min-width: 1024px) {
  .icon-3d-wrapper {
    margin-top: 45px;
  }
}

.icon-3d {
  display: block;
  height: auto;
  width: 100%;
}

.sketchfab-embed-wrapper {
  box-sizing: border-box;
  border: 1px dotted rgba(255, 255, 255, 0.25);
  margin: 20px auto 30px;
  overflow: hidden;
  position: relative;
  max-width: 1280px;
}

@media (min-width: 768px) {
  .sketchfab-embed-wrapper {
    margin-bottom: 40px;
    margin-top: 75px;
  }
}

@media (min-width: 1024px) {
  .sketchfab-embed-wrapper {
    margin-bottom: 50px;
    margin-top: 95px;
  }
}

.sketchfab-spacer {
  display: block;
  height: auto;
  width: 100%;
  max-height: 720px;
}

.sketchfab-iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ship-features-wrapper {
  margin: 0 -20px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

.ship-features-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .ship-features-list {
    display: table;
    margin: 0 auto;
  }
}

.ship-features-list__item {
  box-sizing: border-box;
  display: block;
  float: left;
  padding-bottom: 20px;
  padding-right: 10px;
  vertical-align: top;
  width: 50%;
}

.ship-features-list__item:nth-child(2n) {
  padding-left: 10px;
  padding-right: 0;
}

.ship-features-list__item:nth-child(2n + 1) {
  clear: both;
}

@media (min-width: 480px) {
  .ship-features-list__item {
    padding-right: 15px;
  }
  .ship-features-list__item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .ship-features-list__item {
    display: table-cell;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    max-width: 320px;
  }
  .ship-features-list__item:nth-child(2n) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ship-features-list__item:nth-child(2n + 1) {
    clear: none;
  }
  .ship-features-list__item:first-child {
    padding-left: 0;
  }
  .ship-features-list__item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .ship-features-list__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ship-features-list__item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ship-features-list__item:first-child {
    padding-left: 0;
  }
  .ship-features-list__item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  .ship-features-list__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ship-features-list__item:nth-child(2n) {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ship-features-list__item:first-child {
    padding-left: 0;
  }
  .ship-features-list__item:last-child {
    padding-right: 0;
  }
}

.ship-features-list__item-image-wrapper {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
}

@media (min-width: 480px) {
  .ship-features-list__item-image-wrapper {
    height: 50px;
    width: 50px;
  }
}

@media (min-width: 1200px) {
  .ship-features-list__item-image-wrapper {
    height: 86px;
    width: 86px;
  }
}

@media (min-width: 1400px) {
  .ship-features-list__item-image-wrapper {
    height: 100px;
    width: 100px;
  }
}

.ship-features-list__item-image {
  display: block;
  height: auto;
  max-height: 100%;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: auto;
  max-width: 100%;
}

.ship-features-list__item-image.hidden {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
}

.ship-features-list__item-text {
  margin-left: 55px;
}

@media (min-width: 480px) {
  .ship-features-list__item-text {
    margin-left: 65px;
  }
}

@media (min-width: 1200px) {
  .ship-features-list__item-text {
    display: table-cell;
    height: 68px;
    margin-left: 0;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-top: 9px;
    vertical-align: middle;
  }
}

@media (min-width: 1400px) {
  .ship-features-list__item-text {
    height: 74px;
    padding-bottom: 13px;
    padding-left: 25px;
    padding-top: 13px;
  }
}

.ship-features-list__item-num {
  font: 18px/1.2 "warhelioscondc_bold", Arial;
  padding: 1px 0;
  text-align: left;
}

@media (min-width: 480px) {
  .ship-features-list__item-num {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .ship-features-list__item-num {
    font-size: 24px;
  }
}

.ship-features-list__item-label {
  color: #00b4b9;
  font: 12px/1.4 "warhelioscondc_bold", Arial;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .ship-features-list__item-label {
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .ship-features-list__item-label {
    font-size: 16px;
  }
}

.popup-footer {
  background: #0c374a;
  background: -moz-linear-gradient(top, #0c374a 0%, #001e27 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #0c374a),
    color-stop(100%, #001e27)
  );
  background: -webkit-linear-gradient(top, #0c374a 0%, #001e27 100%);
  background: -o-linear-gradient(top, #0c374a 0%, #001e27 100%);
  background: -ms-linear-gradient(top, #0c374a 0%, #001e27 100%);
  background: linear-gradient(to bottom, #0c374a 0%, #001e27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c374a', endColorstr='#001e27',GradientType=0 );
  border-top: 2px solid #21556b;
  padding-bottom: 65px;
  padding-top: 65px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-footer {
    padding-bottom: 80px;
    padding-top: 70px;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-footer {
    padding-bottom: 80px;
    padding-top: 70px;
  }
}

.popup-cta {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .popup-cta {
    margin-left: auto;
    margin-right: auto;
  }
}

.ie9 .popup-text,
.ie10 .popup-text,
.ie11 .popup-text {
  padding-bottom: 0;
}

.ie9 .popup-3d,
.ie10 .popup-3d,
.ie11 .popup-3d {
  display: none !important;
}

.ie9 .popup-footer,
.ie10 .popup-footer,
.ie11 .popup-footer {
  border-top: none;
}

@media (min-width: 1024px) {
  .desktop .popup {
    height: 100%;
    overflow: visible;
  }
  .desktop .popup-header {
    padding-bottom: 0;
    height: 100%;
  }
  .desktop .popup-header .color-image {
    background: none !important;
    display: block;
    margin-top: 0;
    opacity: 1;
    overflow: hidden;
  }
  .desktop .popup-header .color-image .ships-list__item-image {
    display: block;
    height: auto;
    width: 100%;
  }
}

.popup-close {
  background: #082633;
  color: #fff;
  display: none;
  height: 56px;
  position: fixed;
  right: 0;
  text-decoration: none;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 22;
}

.popup-close.hidden {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.popup-close-icon {
  display: block;
  float: left;
  height: 56px;
  width: 56px;
}

.popup-close-path {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
}

.popup-close-label {
  display: none;
  font: 14px/56px "warhelioscondc_bold", Arial;
  height: 56px;
  left: -10px;
  margin-left: 56px;
  padding-right: 11.5px;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .popup-close-label {
    display: block;
  }
}

.desktop .popup-close:hover {
  background: #00b4b9;
}

.popup-mode .intro,
.popup-mode .ships,
.popup-mode .dark,
.popup-mode .bullets-wrapper,
.popup-mode .footer {
  display: none;
}

.popup-mode .scroll-down {
  bottom: 0;
  margin-top: -90px;
  position: absolute;
  top: 100%;
  z-index: 21;
}

@media (min-width: 1024px) and (min-height: 780px) {
  .popup-mode .scroll-down {
    margin-top: -100px;
  }
}

.popup-mode .ships .bw-image {
  display: none;
}

.popup-mode .header {
  display: block;
  position: absolute;
  z-index: 21;
}

.popup-mode .small-button-wrapper {
  display: table;
}

.popup-mode .popup-open,
.popup-mode .popup-close {
  display: block;
}

.ships-list__item-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 320px;
  z-index: 3;
}

@media (min-width: 480px) {
  .ships-list__item-content {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .ships-list__item-content {
    bottom: 50%;
    display: inline;
    left: 22.5%;
    margin: 0 0 -30px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    max-width: 40%;
    z-index: 4;
  }
}

@media (min-width: 960px) {
  .ships-list__item-content {
    left: 22%;
    margin-bottom: -35px;
  }
}

@media (min-width: 1024px) {
  .ships-list__item-content {
    bottom: 45%;
    left: 21.5%;
  }
}

@media (min-width: 1400px) {
  .ships-list__item-content {
    left: 33%;
  }
}

@media (min-width: 1024px) {
  .js.desktop .ships-item:not(.ships-right) .ships-list__item-content {
    left: 23.5%;
  }
}

@media (min-width: 1200px) and (max-height: 649px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 40%;
  }
}

@media (min-width: 1280px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 40%;
  }
}

@media (min-width: 1280px) and (max-height: 649px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 35%;
  }
}

@media (min-width: 1200px) {
  .js.desktop .ships-item:not(.ships-right) .ships-list__item-content {
    left: 25%;
  }
}

@media (min-width: 1200px) and (min-height: 650px) {
  .js.desktop .ships-item:not(.ships-right) .ships-list__item-content {
    left: 27.5%;
  }
}

@media (min-width: 1366px) and (min-height: 650px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 35%;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .js.desktop .ships-item:not(.ships-right) .ships-list__item-content {
    left: 25%;
  }
}

@media (min-width: 1400px) and (min-height: 700px) {
  .js.desktop .ships-item:not(.ships-right) .ships-list__item-content {
    left: 30%;
  }
}

@media (min-width: 1280px) and (min-height: 700px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 45%;
  }
}

@media (min-width: 1366px) and (min-height: 700px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 40%;
  }
}

@media (min-width: 1366px) and (min-height: 780px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 45%;
  }
}

@media (min-width: 1560px) and (min-height: 780px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 35%;
  }
}

@media (min-width: 1400px) and (min-height: 880px) {
  .js.desktop .ships-item:not(.ships-right) .ships-list__item-content {
    left: 27.5%;
  }
}

@media (min-width: 1560px) and (min-height: 880px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 45%;
  }
}

@media (min-width: 1800px) and (min-height: 880px) {
  .desktop .ships-item .ships-list__item-content {
    bottom: 40%;
  }
}

@media (min-width: 1400px) {
  .ships-item .ships-list__item-content {
    max-width: 35%;
  }
}

@media (min-width: 768px) {
  .ships-right .ships-list__item-content {
    left: auto;
    right: 7.5%;
  }
}

@media (min-width: 960px) {
  .ships-right .ships-list__item-content {
    left: auto;
    right: 6.33%;
  }
}

@media (min-width: 1024px) {
  .ships-right .ships-list__item-content {
    left: auto;
    right: 7.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1200px) {
  .ships-right .ships-list__item-content {
    max-width: 40%;
  }
}

@media (min-width: 1280px) {
  .ships-right .ships-list__item-content {
    left: auto;
    right: 8.25%;
    max-width: 37.5%;
  }
}

@media (min-width: 1400px) {
  .ships-right .ships-list__item-content {
    left: auto;
    right: 7.5%;
    max-width: 35%;
  }
}

@media (min-width: 1560px) {
  .ships-right .ships-list__item-content {
    left: auto;
    right: 12.5%;
    max-width: 30%;
  }
}

.popup-header .ships-list__item-content {
  margin-top: -40px;
  overflow: visible;
  pointer-events: all;
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  z-index: 21;
}

@media (min-width: 480px) {
  .popup-header .ships-list__item-content {
    margin-top: -50px;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-header .ships-list__item-content {
    padding-bottom: 85px;
  }
}

@media (min-width: 1200px) and (min-height: 880px) {
  .desktop .popup-header .ships-list__item-content {
    padding-bottom: 90px;
  }
}

@media (max-width: 736px) and (orientation: landscape) {
  .ships-list__item-content {
    overflow: visible;
    position: static;
  }
  h4,
  h2 {
    position: relative;
    z-index: 3;
  }
  h4 {
    margin-bottom: 10px;
  }
  .popup-button-wrapper {
    bottom: 60px;
    left: 50%;
    margin-left: -100px;
    margin-right: 0;
    position: absolute;
    width: 200px;
    z-index: 3;
  }
  .popup-button {
    width: 200px;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .popup-button-wrapper {
    bottom: 50px;
  }
}

@media (max-width: 568px) and (orientation: landscape) {
  .popup-button-wrapper {
    height: 50px;
    margin-left: -80px;
    width: 160px;
  }
  .popup-button {
    width: 160px;
    min-width: 160px;
  }
}

@-webkit-keyframes jump {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  66% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}

@-moz-keyframes jump {
  0%,
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  66% {
    -moz-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}

@-o-keyframes jump {
  0%,
  100% {
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  66% {
    -o-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}

@keyframes jump {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  66% {
    transform: translate3d(0, 3px, 0);
  }
}

@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-moz-keyframes pulse {
  0%,
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-o-keyframes pulse {
  0%,
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@-webkit-keyframes pulse2 {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes pulse2 {
  0%,
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-o-keyframes pulse2 {
  0%,
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse2 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}

.old-ie {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.old-ie-table {
  display: table;
  height: 100%;
  width: 100%;
}

.old-ie-cell {
  display: table-cell;
  padding: 50px 0;
  text-align: center;
  vertical-align: middle;
}

.ie-container {
  margin: 0 auto;
  max-width: 960px;
}

.ie-logo-wrapper {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .ie-logo-wrapper {
    margin-bottom: 40px;
  }
  .ie-logo-wrapper .logo {
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.ie-button-wrapper {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .ie-button-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}

.ie9 .website-preload,
.ie9 .wrapper,
.ie9 .popup,
.ie9 .popup-close {
  display: none !important;
}

.ie9 .old-ie {
  display: block;
}
