@font-face {
    font-family: Calibri;
    src: url(./fonts/Calibri.ttf);
}

@font-face {
  font-family: 'Times New Roman';
  font-weight: 400;
  src: url(./fonts/roman.ttf);
}

@font-face {
  font-family: 'Inter-Medium';
  font-weight: 500;
  src: url(./fonts/Inter-Medium.ttf);
}


@font-face {
  font-family: 'Inter-Light';
  font-weight: 300;
  src: url(./fonts/Inter-Light.ttf);
}

body {
  margin: 0;
  font-family: Calibri, sans-serif;
  font-size: 24px;
  background-color: #cfcfcf;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: normal;
}

h4 {
  font-size: 16px;
  font-weight: normal;
}

li {
  font-size: 22px;
  color: #656565;
}

a {
  text-decoration: none;
}

.epm-lightbox-content img + h3 {
  text-transform: uppercase;
}

.epm-lightbox-content h1 {
  margin-top: 0;
  margin-bottom: 6px;
}

.epm-lightbox-content h1 + h3 {
  margin-top: 0;
  margin-bottom: 40px;
}

.epm-lightbox-content div h3 {
  margin: 12px 0;
}

.epm-lightbox-content img {
  width: 110px;
}

p {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: normal;
  color: #656565;
}

.menu-left {
  left: 0;
}

.menu-right {
  right: 0;
}

.menu-container {
  bottom: 0;
  position: fixed;
  background-color: #fff;
}

.menu-container h1,
.menu-container h2,
.menu-container h3 {
  margin: 0;
  white-space: nowrap;
}

.menu-container h1 {
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 30px;
}

.menu-container h1 + .menu-tabs {
  margin-top: 10px;
}

.menu-container h3 {
  font-weight: normal;
  margin-bottom: 15px;
}

.menu-right h1 + .menu-content {
  margin-top: 30px;
}

.menu {
  overflow-x: hidden;
  padding: 0 0 30px 0;
  transition: 0.5s;
  width: 0;
  position: relative;
  z-index: 2;
}

.menu-items {
  padding-bottom: 40px;
}

.menu-items a {
  display: block;
  padding: 24px 0 23px 53px;
  border-top: 2px solid #ededed;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 20px;
  color: #000;
  background: url('images/Dot_Pulse-less-frames.gif') no-repeat;
  background-position: left center;
  background-size: 38px;
  padding-left: 53px;
  position: relative;
}

.menu-left .menu-items a::after,
.button-annotations button::after {
  position: absolute;
  width: 62px;
  top: 12px;
  right: 0;
  background-color: #fff;
  border-radius: 28px;
  padding-top: 13px;
  padding-bottom: 12px;
  content: 'Off';
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #000;
  text-align: center;
}

.menu-left .menu-items a.option-selected::after {
  background-color: #000;
  color: #fff;
  content: 'On';
}

.button-annotations button::after {
  padding: 21px 2px 20px 2px;
  min-width: 83px;
  border-radius: 79px;
  top: 5px;
  right: 0;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.button-annotations button.option-selected::after {
  background-color: #000;
  color: #fff;
  border-color: #000;
  content: 'On';
}

.menu-right .menu-items a::after,
.menu-right .menu-button a::before,
.menu-left .menu-button a::after,
.menu-top .menu-button a::before,
.menu-tab a::after {
  background: url('images/icons8-expand-arrow.svg') no-repeat;
  position: absolute;
  background-size: contain;
  content: '';
}

.menu-tab a::after {
  width: 26px;
  height: 26px;
  top: 21px;
  right: 34px;
  transform: rotate(0deg);
}

.menu-right .menu-items a::after {
  width: 16px;
  height: 16px;
  top: 28px;
  right: 26px;
  transform: rotate(-90deg);
}

.menu-right .menu-button a::before,
.menu-top .menu-button a::before,
.menu-left .menu-button a::after {
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: rotate(-90deg) translate(50%);
}

.menu-right .menu-button a::before {
  transform: rotate(90deg) translate(-50%);
}

.menu-left .menu-button a::after {
  right: 0;
  left: auto;
}

.menu-left .menu-button a.button-open::after {
  transform: rotate(-270deg) translate(-50%);
}

.menu-right .menu-button a.button-open::before {
  transform: rotate(270deg) translate(50%);
}

.menu-tab a.active::after {
  transform: rotate(180deg);
}

.menu-items a:last-child {
  border-bottom: 2px solid #ededed;
}

.menu-right .menu {
  padding: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.menu-content {
  overflow-y: auto;
  height: 81.6vh;
  padding-right: 19px;
}

.menu-left.menu-container {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.menu-right.menu-container {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.menu-button {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}

.menu-left .menu-button {
  right: -56px;
}

.menu-right .menu-button {
  left: -56px;
}

.menu-button a {
  box-sizing: border-box;
  display: block;
  width: 58px;
  height: 168px;
  margin: 0;
  background-color: #fff;
  position: relative;
  color: #000;
  font-size: 20px;
}

.menu-button a:visited {
  color: #000;
}

.menu-button a span {
  position: absolute;
  top: 75px;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}

.menu-left a span {
  top: 72px;
  right: -8px;
}

.menu-right a span {
  top: 68px;
  left: -24px;
  transform: rotate(90deg);
}

#menu3.menu-right a span {
  left: -26px;
}

#menu4.menu-left a span {
  right: -16px;
}

#menu1,
#menu3,
#menu2,
#menu4 {
  height: 100%;
}

#menu5 {
  height: 0;
  width: 100%;
}

#menu1 .menu-button,
#menu4 .menu-button {
  & > a {
    border: 1px solid white;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

#menu2 .menu-button,
#menu3 .menu-button {
  & > a {
    border: 1px solid white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

/* #menu3 .menu-button {
  bottom: 353px;
} */

/* #menu4 .menu-button {
  bottom: 80px;
} */

/* #menu3 .menu-tabs {
  height: 100%;
} */

/* #menu3 .menu-content {
  height: 75.8vh;
} */

/* #menu3 .menu-button a span {
  left: 21px;
} */

.menu-tab {
  border-radius: 6px;
  border: 1.5px solid #bbb;
  margin-bottom: 14px;
}

.menu-tab a {
  padding: 19px 36px 17px 36px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.tab-content {
  transition: max-height 0.7s;
  /*transition: all 0.4s;
   transition: transform .2s;*/
  /*transform-origin: top center;*/
  margin: 0 36px 20px 36px;
}

.tab-closed {
  display: none;
}

.tab-opened {
  display: block;
}

.epm-lightbox-bg {
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.epm-lightbox-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

#intro-wrapper .epm-lightbox-content {
  display: none;
  width: 276px;
}

#help-lightbox.epm-lightbox-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.92);
}

#help-lightbox.epm-lb-show {
  display: block;
}

#help-lightbox .epm-lightbox-content {
  width: 765px;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  padding: 30px;
  text-align: left;
}

#menuButtons {
  width: calc((100dvw - 80px) / 2 + 66px / 2);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 52px;
  right: 40px;
  padding-right: 70px;

  #backButton,
  #backToVessels {
    margin: 0;
  }

  #backToVessels {
    display: flex;
    gap: 8px;
    justify-content: center;
  }

  .backButtons {
    display: flex;
    gap: 16px;
    justify-items: center;
  }
}

#menuButtons .button {
  margin-left: 23px;
}

.button {
  padding: 20px 10px;
  border-radius: 79px;
  font-size: 16px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
}

.button-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

#helpButton a {
  display: inline-block;
}

.button-clear {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.button-black {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.ar-button {
  background-color: #cfcfcf;
  background: #cfcfcf url('images/icons8-3d.svg') no-repeat;
  background-size: 38px;
  padding-left: 75px;
  display: inline-block;
  background-position: 29px center;
}

#forButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#backButtonWrapper {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}

#helpButton {
  min-width: 58px;
  height: 58px;
  padding: 0;
  width: 58px;
  text-align: center;
  position: absolute;
  margin-left: 0;
  right: 0;
  top: 15px;
  border-color: transparent;
}

#menuButtons .border-white {
  border-color: #fff;
}

#helpButton img {
  position: absolute;
  top: -23px;
}

a.button {
  display: inline-block;
  text-decoration: none;
}

#titleWrapper {
  position: absolute;
  left: 52px;
  top: 52px;
  width: max-content;
}

#titleWrapper img {
  display: block;
  margin-bottom: 20px;
  /* margin-top: 29px;
  margin-bottom: 20px;
  margin-left: 22px; */
}

#titleWrapper h1 {
  margin-top: 0;
  /* margin-left: 26px;
  padding-bottom: 4px; */
  color: gray;
  font-size: 25px;
  /* border-bottom: 2px solid #000; */
  /* margin-bottom: 9px; */
  display: inline-block;
}

#titleWrapper h2 {
  margin-top: 0;
  text-transform: uppercase;
}

#annotations {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  margin: 0 auto 52px;
  padding: 0 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* max-width: 1920px; */
  color: #fff;

  &.annotations--products {
    justify-content: center;
  }
}

#annotations h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.button-annotations {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.button-annotations button {
  display: block;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 0;
  text-align: left;
  width: auto;
  padding-right: 12px;
  background-color: transparent;
  border: 0;
}

.button-annotations #annotationLight {
  min-width: 120px;
}

.button-annotations #annotationOther {
  min-width: 178px;
}

#logoPlacement {
  position: absolute;
  left: 53px;
  top: 29px;
}

#logoPlacement a {
  display: block;
}

.columns {
  display: flex;
  gap: 20px;
}

.columns > div {
  flex: 1;
  text-align: center;
}

.lg-container {
  font-family: 'Inter', sans-serif;
}

.lg-sub-html p {
  font-size: 20px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #747474;
}

.lg-toolbar .lg-icon {
  font-size: 32px;
  color: #fff;
}

#lg-toolbar-1 {
  padding-right: 21px;
}

.lg-toolbar .lg-icon:hover,
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #999;
}

.lg-next,
.lg-prev {
  font-family: Inter !important;
  font-size: 45px;
  color: #fff;
  padding: 0;
  top: 48%;
  height: 31px;
}

.lg-next {
  transform: rotate(90deg);
  right: 30px;
}

.lg-prev {
  transform: rotate(-90deg);
  left: 30px;
}

.lg-next::before,
.lg-prev::after {
  content: '⌃';
}

#menu5.vessels-modal > .menu-content {
  max-height: 100dvh;
  max-width: 100dvw;
  overflow: hidden;
}

.menu-top {
  top: 0;

  .menu-content {
    height: 100%;
    padding: 0;
    background-color: #fff;
    transition-duration: 0.3s;

    &.menu-open {
      .background {
        display: block;
      }
    }

    &.menu-open + .menu-button {
      z-index: -1;
    }

    .background {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
    }

    h3 {
      font-size: 3vw;
      font-weight: 100;
      text-align: center;
      margin-bottom: 0;
    }

    .list {
      box-sizing: border-box;
      margin-top: 0;
      position: relative;
      padding: 0 50px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      /* grid-template-rows: max-content; */
      grid-template-rows: 1fr 1fr;
      height: calc(100dvh - (3vw + 200px) - 100px);
      width: 100%;
      max-width: 100%;
      list-style: none;
      z-index: 10;

      .vessel-item {
        a {
          display: flex;
          flex-direction: column;
          align-items: center;
          height: 100%;
          width: 100%;
          /* display: block; */
          /* position: relative; */

          img {
            /* position: absolute; */
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
          }

          .description {
            color: #000;
            display: flex;
            gap: 20px;
            font-size: 1.5vw;
            position: relative;
            top: -35px;

            span {
              text-align: start;
            }
          }
        }
      }
    }
  }
  .menu-button {
    position: relative;
    max-width: fit-content;
    bottom: -52px;
    left: 50%;
    opacity: 1;
    transition-duration: 0.3s;
    transform: translateX(-50%);

    & > a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5rem;
      width: 190px !important;
      height: 58px !important;
      border-radius: 79px !important;
      box-sizing: border-box !important;
      &::before {
        display: none;
      }
    }
    span {
      position: static;
    }

    &::before {
      display: none !important;
    }
  }
}

.lg-backdrop,
.lg-outer .lg-thumb-outer {
  background-color: #fff;
}

.lg-toolbar .lg-icon {
  color: #000;
}

.lg-prev,
.lg-next {
  scale: 2;
}

needle-engine {
  z-index: 0 !important;
}

#device-modal,
#products-modal {
  display: none;
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  z-index: 9999;
  background-color: white;
  overflow: hidden;

  h3 {
    font-size: 3vw;
    font-weight: 100;
    text-align: center;
    margin-bottom: 0;
  }

  .background {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#device-modal {
  background-color: black;
  color: #fff;
  z-index: 9999;

  /* .background_logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100dvh;
    opacity: 0.25;
  } */

  .background {
    min-height: 1000px;
    min-width: 840px;
    flex-shrink: 0;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
  }

  .header {
    margin: 40px 40px 0;

    .logo {
      display: block;
      margin: 0 auto;
    }
  }

  .title {
    margin: -10px auto 0;
    max-width: 920px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 55.64px;
    text-align: center;
    text-transform: none;

    @media (max-width: 620px) {
      font-size: 42px;
      line-height: 49px;
    }

    span {
      font-style: italic;
    }
  }

  .menu-content {
    padding-right: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-items: center;
  }

  .device-types {
    margin: 60px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    height: 100%;

    @media (max-width: 620px) {
      gap: 20px;
    }
  }

  .description {
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .description-text {
    /* font-size: 35px; */
    font-family: 'Inter-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 32.61px;
    /* line-height: 40.92px;
    line-height: 1.7; */
    color: #fff;
    margin: 0 0 40px;
    text-align: center;
    font-weight: 100;
    max-width: 980px;
    @media (max-width: 620px) {
      margin: 0 0 20px;
      /* font-size: 20px;
      line-height: 1.5; */
      font-size: 20px;
      line-height: 1.5;
    }
  }

  .description-text-2 {
    /* font-size: 35px; */
    font-family: 'Inter-Light';
    margin-top: 40px;
    font-weight: 300;
    font-size: 24px;
    line-height: 32.61px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;

    @media (max-width: 620px) {
      margin-top: 20px;
      font-size: 20px;
      line-height: 1.5;
    }

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

  .description-notify {
    font-family: Inter;
    color: #BFBFBF;
    font-size: 16px;
    line-height: 21.74px;
    letter-spacing: 0%;
    text-align: center;
  }

  .button_v3 {
    font-family: 'Inter-Medium';
    /* margin-top: 40px; */
    min-width: 233px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 42px;
    background-color: transparent;
    font-weight: 500;
    font-size: 24px;
    line-height: 32.61px;
    letter-spacing: 0%;

    &:hover {
      cursor: pointer;
    }
  }

  .device_selection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    row-gap: 30px;

    .button_v2 {
      width: 211px;
    }

    button,
    a {
      /* border-radius: 50px;
      min-width: 365px;
      min-height: 100px; */
      /* font-size: 35px; */
    }
  }
}

.menu-top,
#products-modal {
  .header {
    position: relative;
    z-index: 10;
    margin: 52px 52px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;

    & > .button_v2 {
      align-self: flex-start;
    }
  }
}

#device-modal {
  /* .header {
    margin: 52px 52px 0;
  }

  background-color: red; */

  /* .device-types {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100dvh - 125px);
    gap: 126px;

    h3 {
      margin-top: 0;
    }
  } */

  /* .device-types {
    background-color: red;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: calc(100dvh - 154px);
    padding: 0 52px;
  }

  .device_selection {
    margin-top: 0;
  } */
}

#products-modal {
  z-index: 10000;
}

.button_v2 {
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  background-color: black;
  color: white;
  cursor: pointer;
  border-radius: 29px;
  border-color: transparent;
  font-size: 1.25rem;
  border-radius: 79px;

  &.button_v2--device {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    border-radius: 25px;
    color: black;
    background-color: white;
  }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.products-list {
  margin: 70px auto 0;
  padding: 0 20px;
  max-width: 1780px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}

#resetButton {
  padding: 0;
  height: 58px;
  width: 58px;
  border: none;
  background-color: transparent;

  & > img {
    cursor: pointer;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: 'On';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  font-size: 0.5rem;
}

.slider.slider--env:before {
  content: '';
  background-image: url('../assets/images/sun.svg');
  background-size: '24px';
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

input:checked + .slider:before {
  content: 'Off';
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .slider.slider--env:before {
  content: '';
  background-image: url('../assets/images/moon.svg');
}

.notification,
.product-subtitle {
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
}

.product-subtitle {
  color: black;
}

.scale-out-center {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

#menu4.menu-container.menu-left .menu-items a::after {
  display: none !important;
}

#products-modal {
  .menu-content {
    height: 96vh;
    padding-right: 0;
    h3 {
      margin-top: 0;
    }
  }
}

#products-button {
  position: relative;
  left: -18px;
}

#productsBackToVessels {
  position: relative;
  left: -8px;
}

#lg-backdrop-1,
#lg-outer-1 {
  max-width: 97dvw;
  max-height: 97dvh;
  left: 1.5dvw;
  top: 1.5dvh;
  border-radius: 12px;
}

.lg-prev::after,
.lg-next::before {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

#lg-prev-1,
#lg-next-1 {
  background-color: transparent;
  width: 25px;
  height: 40px;
}

#lg-close-1::after {
  content: url('./images/close.svg');
  font-weight: 600;
  height: 20px;
  width: 20px;
}

.lg-counter {
  display: none;
}

.lg-icon.lg-zoom-in:after {
  content: '';
}

#ArButton {
  margin: 0 !important;
}

#menuButtons.product {
  width: calc((100dvw / 2 + 120px));
}

#menuButtons {
  .backButtons {
    .button {
      align-items: center;
    }
  }
}

.main_header {
  box-sizing: border-box;
  position: absolute;
  margin-top: 52px;
  padding: 0 52px;
  width: 100%;
  max-width: 100dvw;
  display: flex;
  justify-content: space-between;

  #helpButton,
  #helpButton > img {
    position: static;
  }
}

#menu5 {
  .menu-button {
    span {
      transform: rotate(0);
    }
  }
}

#productsBackToVessels {
  width: 190px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

#products-button {
  width: 142px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

#productsDeviceChange {
  width: 172px;
  height: 58px;
}

#menu4.menu-left.product .menu-button a span {
  left: -27px;
}

#menu3.menu-right.product .menu-button a span {
  left: -32px;
}

#menuButtons.product {
  padding-right: 0;
  .backButtons {
    max-height: 58px;
    gap: 50px;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    button {
      font-size: 20px;
      padding: 16px;
    }
  }

  #backButton {
    width: 168px;
  }

  #backToVessels {
    width: 190px;
  }

  #ArButton {
    width: 162px;
  }

  #helpButton {
    height: 58px;
    width: 58px;
    position: fixed;
    right: 52px;
    top: 52px;

    img {
      position: static;
    }
  }
}

#backToProducts {
  width: 114px;
  height: 58px;
  display: none;
}

#videoPlaceholder, 
#videoPlaceholderProducts {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
  width: 100dvw;
  height: 100dvh;
  object-fit: cover;
}