@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/**
 *	Fluid sized fonts
 *	Read more here:
 *	https://css-tricks.com/snippets/css/fluid-typography/
 */
/* 
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: #fcfc92;
  font-weight: 500;
  position: fixed;
  left: 0;
  bottom: 1.25rem;
  transform: translateX(-45px);
  transition: all 0.2s;
  z-index: 99999;
}

span.edit-link a {
  display: block;
  padding: 0.125rem 0.9375rem 0.125rem 0.75rem;
  text-decoration: none;
  font-size: 1.125rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

.block-section.ship-animation {
  position: relative;
  overflow: hidden;
  margin: 0;
  color: #ffffff;
  padding: 0 !important;
  display: block;
  height: 100vh;
}

.block-section.ship-animation header {
  position: absolute;
  z-index: 999;
  display: block;
  width: 100%;
  top: 3.125rem;
  left: 0;
}

.block-section.ship-animation header .grid-container {
  max-width: 90vw;
  width: 90vw;
}

.block-section.ship-animation header h2 {
  margin-bottom: 0;
}

.block-section.ship-animation header h3 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 940px) {
  .block-section.ship-animation header {
    top: 0;
  }
  .block-section.ship-animation header .grid-container {
    max-width: 100vw;
    width: 100vw;
    padding: 0 1.5625rem;
  }
}
.block-section.ship-animation #custom-loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a9afbb;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 1;
  transition: all 1s ease;
}

.block-section.ship-animation #custom-loading-screen.hidden {
  z-index: -100;
  opacity: 0;
}

.block-section.ship-animation #custom-loading-screen img {
  width: 100px;
  display: block;
  animation: loadingImgGrow 5s;
}

@keyframes loadingImgGrow {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.block-section.ship-animation #loading-screen {
  z-index: 99999;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0B1F2D;
  overflow: hidden;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-name: loaderAnimation;
  animation-timing-function: ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-section.ship-animation #loading-screen video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 120em) {
  .block-section.ship-animation #loading-screen video {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 39.99875em) {
  .block-section.ship-animation #loading-screen {
    display: none !important;
  }
}
.block-section.ship-animation canvas {
  display: block;
  outline: none;
  position: relative;
  z-index: 1;
}

.block-section.ship-animation #vessel-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
  transition: opacity 1s ease;
  padding: 0.9375rem;
}

.block-section.ship-animation #vessel-info .vessel-info {
  width: 70%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0B1F2D;
  padding: 2.1875rem 2.5rem 1.875rem 2.5rem;
  border-radius: 1.25rem;
  position: relative;
}

.block-section.ship-animation #vessel-info .vessel-info h2 {
  margin-top: 0;
}

.block-section.ship-animation #vessel-info .vessel-info .button-rounded {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  transform: rotate(45deg);
}

.block-section.ship-animation #vessel-info .vessel-info .button-rounded:hover {
  background-color: #0B1F2D;
  color: #ffffff;
}

.block-section.ship-animation #vessel-info.active {
  opacity: 1;
  z-index: 999;
}

.block-section.ship-animation #vessel-info-nav {
  position: absolute;
  width: 420px;
  z-index: 999;
  overflow: hidden;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 600px;
  transition: right 0.5s ease;
}

@media screen and (max-width: 39.99875em) {
  .block-section.ship-animation #vessel-info-nav {
    width: 350px;
    height: 520px;
  }
}
@media screen and (max-height: 600px) {
  .block-section.ship-animation #vessel-info-nav {
    height: 18.125rem;
    top: auto;
    transform: none;
    bottom: 0.625rem;
  }
}
.block-section.ship-animation #vessel-info-nav .inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 1rem;
  top: 0;
  transition: left 0.5s ease;
}

.block-section.ship-animation #vessel-info-nav .inner.hide {
  left: calc(100% - 60px);
}

.block-section.ship-animation #vessel-info-nav .inner.hide #nav-items {
  margin-left: 3.75rem;
}

.block-section.ship-animation #vessel-info-nav .inner h3 {
  color: #0B1F2D;
  font-size: 2rem;
  margin: 0 0 0.9375rem 0;
}

.block-section.ship-animation #vessel-info-nav .inner a {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.375rem;
  position: relative;
  padding: 0.9375rem 0 0.9375rem 1.875rem;
}

.block-section.ship-animation #vessel-info-nav .inner a:before {
  content: "В";
  font-family: "icon";
  position: absolute;
  left: 0;
  top: 0.875rem;
}

.block-section.ship-animation #vessel-info-nav .inner a:hover {
  color: #eb2132;
}

.block-section.ship-animation #vessel-info-nav .inner a:hover:before {
  color: #eb2132;
}

.block-section.ship-animation #vessel-info-nav .inner #red-bar {
  content: "";
  background-color: #eb2132;
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 100%;
  z-index: 1;
  border-radius: 1.25rem 0 0 1.25rem;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.block-section.ship-animation #vessel-info-nav .inner #red-bar:hover {
  background-color: #c71221;
}

.block-section.ship-animation #vessel-info-nav .inner #red-bar span {
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 1.125rem;
  display: block;
  margin: 5rem 0 0 -0.875rem;
}

.block-section.ship-animation #vessel-info-nav .inner #red-bar .icon-plus {
  display: block;
  margin-left: 1rem;
  margin-top: 1.875rem;
  transform: rotate(45deg);
}

.block-section.ship-animation #vessel-info-nav .inner #nav-items {
  display: block;
  z-index: 2;
  position: relative;
  border-radius: 1.25rem 0 0 1.25rem;
  background-color: #d4d6dc;
  padding: 1.25rem 1.25rem;
  height: 100%;
  margin-left: 0.875rem;
  width: calc(100% - 15px);
  transition: margin-left 0.5s ease;
}

.block-section.ship-animation #vessel-info-nav.inactive {
  right: -345px;
}

@media screen and (max-width: 39.99875em) {
  .block-section.ship-animation #vessel-info-nav.inactive {
    right: -275px;
  }
}
.block-section.ship-animation #vessel-info-nav.inactive .inner #nav-items {
  margin-left: 3.75rem;
}

.block-section.ship-animation #vessel-info-nav.inactive .inner #red-bar .icon-plus {
  margin-left: 1.375rem;
  margin-top: 1.25rem;
  display: block;
  transform: rotate(0deg);
}

.block-section.ship-animation #vessel-information {
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1.25rem 5.625rem 1.25rem 1.25rem;
  margin-left: 1rem;
  border-radius: 1.25rem 0 0 1.25rem;
  color: #0B1F2D;
  font-size: 1rem;
  line-height: 1.4375rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-section.ship-animation #vessel-information h2 {
  color: #0B1F2D;
}

.block-section.ship-animation #vessel-information #backtonav {
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.25rem;
  position: relative;
  padding: 0.375rem 1.5625rem 0.375rem 0;
}

.block-section.ship-animation #vessel-information #backtonav:before {
  content: "Д";
  font-family: "icon";
  position: absolute;
  right: 0;
  top: 0.375rem;
}

.block-section.ship-animation #vessel-information #backtonav:hover {
  color: #eb2132;
}

.block-section.ship-animation #vessel-information #backtonav:hover:before {
  color: #eb2132;
}

.block-section.ship-animation #vessel-information .chapter {
  display: none;
  position: relative;
  height: 90%;
}

.block-section.ship-animation #vessel-information .chapter.active {
  display: block;
}

.block-section.ship-animation #vessel-information .chapter .chapter-title {
  font-size: 1.375rem;
  line-height: 1.5rem;
  color: #eb2132;
}

.block-section.ship-animation #vessel-information .chapter .section {
  position: absolute;
  display: block;
  opacity: 0;
  left: 0;
  top: 5rem;
  transition: opacity 0.5s ease;
}

.block-section.ship-animation #vessel-information .chapter .section.active {
  opacity: 1;
}

.block-section.ship-animation #vessel-information .chapter .section .section-title {
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #0B1F2D;
  margin: 0;
}

.block-section.ship-animation #vessel-information .chapter .chapter-nav {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.block-section.ship-animation #vessel-information .chapter .chapter-nav span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 2.125rem;
  height: 1.5625rem;
  background-color: transparent !important;
}

.block-section.ship-animation #vessel-information .chapter .chapter-nav span:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: rgba(11, 31, 45, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-section.ship-animation #vessel-information .chapter .chapter-nav span.active:after, .block-section.ship-animation #vessel-information .chapter .chapter-nav span:hover:after {
  background-color: #eb2132;
}

.block-section.ship-animation #help-text {
  position: absolute;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  bottom: 0.3125rem;
  font-size: 0.9375rem;
  padding: 0 0.625rem;
  font-weight: 300;
  left: 50%;
  transform: translateX(-50%);
}

.block-section.ship-animation #help-text.hidden {
  display: none;
}

@media screen and (max-width: 39.99875em) {
  .block-section.ship-animation #help-text {
    width: 94%;
  }
}
.block-section.ship-animation #zoom-control {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  height: 17.5rem;
  /*
  .zoom-slider::-webkit-slider-runnable-track {
  	width: 100%;
  	height: 2px;
  	background: $white;
  }
  */
}

@media screen and (max-width: 39.99875em) {
  .block-section.ship-animation #zoom-control {
    display: none;
  }
}
@media screen and (max-height: 700px) {
  .block-section.ship-animation #zoom-control {
    display: none;
  }
}
.block-section.ship-animation #zoom-control .zoom-button {
  background-color: transparent;
  border: none;
  color: #eb2132;
  transition: color 0.3s ease;
  font-size: 24px;
  cursor: pointer;
  margin: 10px 0;
  line-height: 1.25rem;
}

.block-section.ship-animation #zoom-control .zoom-button#zoom-out {
  margin-top: 5.9375rem;
}

.block-section.ship-animation #zoom-control .zoom-button:hover {
  color: #0B1F2D;
}

.block-section.ship-animation #zoom-control .zoom-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 170px;
  height: 2px;
  outline: none;
  opacity: 1;
  writing-mode: bt-lr; /* IE */
  transform: rotate(270deg);
  cursor: pointer;
  background: #ffffff;
  margin-top: 5.3125rem;
  direction: rtl;
}

.block-section.ship-animation #zoom-control .zoom-slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 16px; /* Set a specific slider handle width */
  height: 16px; /* Slider handle height */
  background: #ffffff; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 50%;
}

.block-section.ship-animation #zoom-control .zoom-slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #dfdfdf; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

@media screen and (max-width: 767px) {
  .block-section.ship-animation #zoom-control {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -5.375rem;
    top: auto;
  }
  .block-section.ship-animation #zoom-control #zoom-out {
    transform: rotate(90deg);
  }
}
@keyframes loaderAnimation {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    z-index: -10;
  }
}
