@font-face {
  font-family: "GpnDin Condensed B";
  font-style: normal;
  font-weight: 400;
  src: local("GpnDin Condensed B"), url("fonts/GPN_DIN_Condensed-Bold.woff2") format("woff2");
  font-display: swap
}

@font-face {
  font-family: "GpnDin B";
  font-style: normal;
  font-weight: 400;
  src: local("GpnDin B"), url("fonts/GPN_DIN-Bold.woff2") format("woff2");
  font-display: swap
}

@font-face {
  font-family: "GpnHelios Condensed B";
  font-style: normal;
  font-weight: 400;
  src: local("GpnHelios Condensed B"), url("fonts/GPN_Helios_Condensed-Bold.woff2") format("woff2");
  font-display: swap
}

@font-face {
  font-family: "GpnHelios Condensed R";
  font-style: normal;
  font-weight: 600;
  src: local("GpnHelios Condensed R"), url("fonts/GPN_Helios_Condensed-Regular.woff2") format("woff2");
  font-display: swap
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "GpnHelios Condensed R", Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
figcaption,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

body {
  box-sizing: border-box;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  text-rendering: auto;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

button,
input,
select {
  font: inherit;
  font-variation-settings: inherit;
  font-feature-settings: inherit;
  color: inherit;
  letter-spacing: inherit;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  opacity: 1;
}

button {
  border: 0;
  padding: 0;
  margin: 0;
}

:focus:not(:focus-visible) {
  outline: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 1023.98px) {
  .hide_mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .hide_desktop {
    display: none !important;
  }
}

.no_scroll {
  max-height: 100vh;
  overflow: hidden;
}

.layout {
  width: 100%;
  max-width: 1440px;
  padding: 0 16px;
  box-sizing: border-box;
  margin: 0 auto;
}

.icon {
  width: 44px;
  height: 44px;
}

.icon__body {
  width: 30px;
  height: 30px;
}

.icon_round {
  width: 50px;
  height: 50px;
  /* color: #fff; */
  color: #2FB4E9;
  ;
  transition: color .25s linear 0s;
}

.icon_round__body {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_round:hover {
  color: #E65907;
}

@media only screen and (min-width: 1024px) {
  .icon__body {
    width: 40px;
    height: 40px;
  }

  .icon_round {
    width: 70px;
    height: 70px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 64px;
  padding: 16px 16px 0;
  font: 1.5rem/1 "GpnDin B", Arial, sans-serif;
  color: #fff;
}

.header__list {
  display: flex;
  align-items: center;
}

.header__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 30px;
  margin: 0 12px;
  background-color: currentColor;
}

.header__logo {
  width: 80px;
  height: 48px;
}

.header__main_logo {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1024px) {
  .header__logo {
    width: 104px;
    height: 64px;
  }

  .header__main_logo {
    width: 40px;
    height: 40px;
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(102, 184, 226, 1), rgba(102, 184, 226, 1) 50%, rgba(33, 59, 34, 1) 50%);
  overflow: hidden;
}

.hero__container {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  aspect-ratio: 500 / 903;
}

@media only screen and (min-width: 1024px) {
  .hero__container {
    aspect-ratio: 16 / 9;
  }
}

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

.hero__title {
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  padding: 0 16px;
  margin-top: 100px;
  box-sizing: border-box;
  font: 4rem/1 "GpnDin Condensed B", Arial, sans-serif;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 740px) {
  .hero__title {
    margin-top: 110px;
    font-size: 6rem;
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .hero__title {
    margin-top: 100px;
    font-size: 8.6rem;
    line-height: 8rem;
  }
}

.modal_trigger {
  position: absolute;
  color: #2FB4E9;
  z-index: 2;
  border-radius: 50%;
  transform-origin: center;
  animation: pulse 8s linear infinite;
}

.modal_trigger--spb {

  top: calc(49% - 25px);
  left: calc(34% - 25px);
}

.modal_trigger--novoros {

  top: calc(41% - 25px);
  left: calc(77% - 25px);
  animation-delay: 3s;
}

.modal_trigger:hover {
  animation-play-state: paused;
}

@media only screen and (min-width: 1024px) {
  .modal_trigger--spb {
    top: calc(47% - 35px);
    left: calc(41% - 35px);
  }

  .modal_trigger--novoros {
    top: calc(47% - 35px);
    left: calc(63% - 35px);
  }
}

.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.modal.is_opened {
  display: flex;
}

@media only screen and (min-width: 740px) {
  .modal {
    align-items: center;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (min-width: 740px) {
  .modal__container {
    padding: 32px 25px 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .modal__container {
    max-width: 1240px;
  }
}

.modal__header {
  padding-right: 54px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 740px) {
  .modal__header {
    margin-bottom: 32px;
  }
}

.modal__btn_close {
  position: absolute;
  top: 12px;
  right: 8px;
  opacity: 1;
  transition: opacity .25s linear 0s;
}

.modal__btn_close:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 740px) {
  .modal__btn_close {
    top: 16px;
    right: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .modal__btn_close {
    top: 32px;
    right: 25px;
  }
}

.modal__name {
  font: 2.8rem/3rem "GpnHelios Condensed B", Arial, sans-serif;
  color: rgba(0, 78, 129, 1);
}

@media only screen and (min-width: 740px) {
  .modal__name {
    font-size: 3.8rem;
    line-height: 1;
  }
}

.modal__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}

@media only screen and (min-width: 740px) {
  .modal__content {
    gap: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .modal__content {
    flex-wrap: nowrap;
    gap: 20px;
  }
}

.modal__media {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
}

.modal__media::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

@media only screen and (min-width: 1024px) {
  .modal__media {
    width: 38vw;
    max-width: 585px;
  }
}

.modal__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal__text {
  font: 1.8rem/2.4rem "GpnHelios Condensed R", Arial, sans-serif;
  color: rgba(68, 68, 68, 1);
}

.modal__text strong,
.slider__text strong {
  font-family: "GpnHelios Condensed B", Arial, sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 740px) {
  .modal__text {
    font-size: 2.2rem;
    line-height: 3rem;
    ;
  }
}

.modal__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

@media only screen and (min-width: 740px) {
  .modal__list {
    gap: 32px 10px;
    padding-top: 32px;
    margin-top: 32px;
  }
}

.modal__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: rgba(0, 112, 186, 1);
}

@media only screen and (min-width: 740px) {
  .modal__item {
    width: calc(50% - 5px);
  }
}

.modal__item span {
  font: 6rem/5.5rem "GpnDin B", Arial, sans-serif;
}

.modal__item sup {
  top: 0;
  padding-left: 4px;
  font: 2.2rem/1 "GpnHelios Condensed B", Arial, sans-serif;
}

.modal__item p {
  flex-basis: 100%;
  font: 1.8rem/2rem "GpnHelios Condensed R", Arial, sans-serif;
  color: rgba(119, 119, 119, 1);
}

.map_trigger {
  z-index: 2;
  width: 280px;
  height: 68px;
  margin-bottom: 60px;
  background-color: #004596;
  border-radius: 80px;
  font: 2.8rem/1 "GpnDin B", Arial, sans-serif;
  color: #fff;
  transition: background-color .25s linear 0s;
}

.map_trigger--back {
  position: absolute;
  right: 50px;
  top: 40px;
  z-index: 10;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 400;

  align-self: center;

  padding: 10px 20px;
  border-radius: 80px;

  color: #fff;
  transition: background-color .25s linear 0s;
}

.map_trigger:hover {
  background-color: #2FB4E9;
}

@media only screen and (min-width: 1024px) {
  .map_trigger {
    margin-bottom: 30px;
  }
}

@media (max-width:1023px) {
  .map_trigger--back {
    right: 20px;
    top: 70px;

  }
}

.map {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 112, 186, 1);
}

@media only screen and (min-width: 1024px) {
  .map {
    flex-direction: row-reverse;
    align-items: center;
  }
}

.map__container {
  position: relative;
  margin-top: 0;
  width: 100%;
  aspect-ratio: 500 / 521;
}

@media only screen and (min-width: 1024px) {
  .map__container {
    align-self: flex-end;
    flex-grow: 1;
    width: 100%;
    max-height: 100vh;
    margin-top: 0;
    aspect-ratio: 1726 / 1620;
  }
}

.map__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .map__bg {
    width: auto;
  }
}

.map__box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .map__box {
    width: auto;
    height: 93%;
    aspect-ratio: 1726 / 1620;
  }
}

.map__content {
  flex-shrink: 0;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  padding: 0 20px 60px;
  box-sizing: border-box;
  background-color: rgba(0, 112, 186, 1);
}

@media only screen and (min-width: 740px) {
  .map__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .map__content {
    width: 40%;
    padding: 60px 0 0 60px;
  }
}

.map__title {
  font: 3.2rem/1 "GpnDin Condensed B", Arial, sans-serif;
  color: #fff;
}

@media only screen and (min-width: 740px) {
  .map__title {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1440px) {
  .map__title {
    font-size: 6rem;
  }
}

.map__intro {
  margin-top: 20px;
  font: 1.8rem/2.4rem "GpnHelios Condensed R", Arial, sans-serif;
  color: #fff;
}

@media only screen and (min-width: 740px) {
  .map__intro {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .map__intro {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.slider_trigger {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.slider_trigger.is_current {
  color: rgba(255, 93, 53, 1);
}

.slider_trigger.is_animated {
  animation: pulse 10s linear infinite 0s forwards;
}

.slider_trigger.slider_trigger--factory {
  right: calc(8vw - 25px);
  bottom: 22%;
  animation-delay: 0.1s;
}

.slider_trigger.slider_trigger--bridge {
  right: calc(17vw - 25px);
  bottom: 41%;
  animation-delay: 1.8s;
}

.slider_trigger.slider_trigger--bunker {
  right: calc(36vw - 25px);
  bottom: 42%;
  animation-delay: 3.6s;
}

.slider_trigger.slider_trigger--site {
  right: calc(52vw - 25px);
  bottom: 45%;
  animation-delay: 5.2s;
}

.slider_trigger.slider_trigger--pier {
  right: calc(69vw - 25px);
  bottom: 74%;
  animation-delay: 9.4s;
}

.slider_trigger.slider_trigger--tank {
  right: calc(79vw - 25px);
  bottom: 61%;
  animation-delay: 7.8s;
}

@media only screen and (min-width: 1024px) {
  .slider_trigger.slider_trigger--factory {
    right: calc(8% - 35px);
    bottom: 7%;
  }

  .slider_trigger.slider_trigger--bridge {
    right: calc(19% - 35px);
    bottom: 33%;
  }

  .slider_trigger.slider_trigger--bunker {
    right: calc(40% - 35px);
    bottom: 34%;
  }

  .slider_trigger.slider_trigger--site {
    right: calc(60% - 35px);
    bottom: 38%;
  }

  .slider_trigger.slider_trigger--pier {
    right: calc(79% - 35px);
    bottom: 74%;
  }

  .slider_trigger.slider_trigger--tank {
    right: calc(92% - 35px);
    bottom: 58%;
  }
}

.slider {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - 20px);
  padding: 20px 20px 24px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
}

.slider.is_opened {
  display: flex;
}

@media only screen and (min-width: 740px) {
  .slider {
    top: 90px;
    left: 50%;
    width: 100%;
    max-width: 700px;
    padding: 32px 72px 40px;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .slider {
    left: 40px;
    width: 42%;
    max-width: none;
    max-height: calc(100vh - 106px);
    padding: 28px 60px;
    transform: none;
  }
}

.slider__title {
  padding-right: 54px;
  color: rgba(0, 78, 129, 1);
  font: 2.3rem/2.5rem "GpnHelios Condensed B", Arial, sans-serif;
}

@media only screen and (min-width: 740px) {
  .slider__title {
    font-size: 3.8rem;
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__title {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 1440px) {
  .slider__title {
    font-size: 3.2rem;
  }
}

.slider__btn_close {
  position: absolute;
  top: 12px;
  right: 8px;
  opacity: 1;
  transition: opacity .25s linear 0s;
}

.slider__btn_close:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 740px) {
  .slider__btn_close {
    top: 16px;
    right: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__btn_close {
    top: 20px;
    right: 8px;
  }
}

.slider__canvas {
  display: flex;
  margin: 16px 0 20px;
  overflow: hidden;
}

@media only screen and (min-width: 740px) {
  .slider__canvas {
    margin: 32px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__canvas {
    margin: 16px 0;
    overflow-y: auto;
  }
}

.slider__item {
  flex-shrink: 0;
  width: 100%;
  margin-right: -100%;
  opacity: 0;
  transition: opacity 0.15s linear 0s;
}

.slider__item.is_current {
  opacity: 1;
}

.slider__photo {
  position: relative;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
}

.slider__photo::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__text {
  color: rgba(68, 68, 68, 1);
  font: 1.8rem/2.4rem "GpnHelios Condensed R", Arial, sans-serif;
}

.slider__text:not(:last-of-type) {
  margin-bottom: 8px;
}

@media only screen and (min-width: 740px) {
  .slider__text {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.slider__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 740px) {
  .slider__nav {
    justify-content: center;
  }
}

.slider__nav_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity .25s linear 0s;
}

.slider__nav_btn:not(.is_inactive):hover {
  opacity: 0.5;
}

.slider__nav_btn.is_inactive {
  opacity: 0.2;
}

@media only screen and (min-width: 740px) {
  .slider__nav_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .slider__nav_btn--prev {
    left: 8px;
  }

  .slider__nav_btn--next {
    right: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__nav_btn--prev {
    left: 3px;
  }

  .slider__nav_btn--next {
    right: 3px;
  }
}

.slider__icon_arrow {
  fill: #fff;
}

.slider__nav_btn--prev .slider__icon_arrow {
  transform: rotate(180deg);
}

.slider__nav_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

.slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(217, 217, 217, 1);
  opacity: 1;
  transition: background-color 0.15s linear 0s, opacity .25s linear 0s;
}

.slider__dot.is_current {
  background-color: rgba(6, 64, 163, 1);
}

.slider__dot:hover {
  cursor: pointer;
}

.slider__dot:not(.is_current):hover {
  opacity: 0.5;
}

.animation {
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.cloud {
  animation-name: float;
}

.cloud_left {
  top: 28%;
  width: 31%;
  height: 5%;
  background-image: url("img/clouds_left.png");
  transform: translateX(-3vw);
  animation-duration: 60s;
}

.cloud_right {
  top: 25%;
  width: 86%;
  height: 10%;
  background-image: url("img/clouds_right.png");
  transform: translateX(0);
  animation-duration: 80s;
}

@media only screen and (min-width: 1024px) {
  .cloud_left {
    top: 6%;
    width: 32%;
    height: 16%;
  }

  .cloud_right {
    top: 0;
    width: 90%;
    height: 34%;
  }
}

.train {
  bottom: 15%;
  left: 100%;
  width: 224%;
  height: auto;
  background-image: url("img/train_02.png");
  background-size: 100%;
  background-position: center bottom;
  animation-name: move;
  animation-duration: 10s;
  animation-delay: 3s;
  aspect-ratio: 383 / 162;
}

@media only screen and (min-width: 1024px) {
  .train {
    bottom: 0;
    width: 132%;
    animation-duration: 12s;
  }
}

.fuel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fuel path {
  stroke-dasharray: var(--path-length);
  stroke-dashoffset: var(--path-length);

}

.fuel path.is_animated {
  animation: flow 10s linear infinite forwards;
}

.fuel--desk-ship path.is_animated {
  animation: flow-to-ship 10s linear infinite forwards;
}

@media only screen and (min-width: 1024px) {
  .fuel {
    width: auto;
  }
}

.disclaimer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

@keyframes flow {
  0% {
    stroke-dashoffset: var(--path-length);

  }

  80% {
    stroke-dashoffset: 0px;


  }




  100% {
    stroke-dashoffset: var(--path-negative-length);

  }




}

@keyframes flow-to-ship {
  80% {
    stroke-dashoffset: var(--path-length);

  }

  90% {
    stroke-dashoffset: 0px;


  }

  100% {
    stroke-dashoffset: var(--path-negative-length);

  }

}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  3% {
    transform: scale(1.2);
  }

  5% {
    transform: scale(1);
  }

  96% {
    transform: scale(1);
  }
}

@keyframes float {
  100% {
    transform: translateX(100vw);
  }
}

@keyframes move {
  40% {
    left: -97.5%;
  }

  55% {
    left: -97.5%;
  }

  100% {
    left: -340%;
  }
}

@media only screen and (min-width: 1024px) {
  @keyframes move {
    40% {
      left: -35.5%;
    }

    55% {
      left: -35.5%;
    }

    100% {
      left: -240%;
    }
  }
}