﻿@media (max-width: 860px) {
  html {
    font-size: 0.75px;
  }
}
@media (min-width: 860px) and (max-width: 1399px) {
  html {
    font-size: 0.58px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  html {
    font-size: 0.7px;
  }
}
@media (min-width: 1600px) and (max-width: 1899px) {
  html {
    font-size: 0.84px;
  }
}
@media (min-width: 1900px) and (max-width: 1999px) {
  html {
    font-size: 0.9px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 1px;
  }
}

a[id]::before {
  content: "";
  display: block;
  height: 150rem;
  margin: -130rem 0 0;
}

html {
  padding: 0;
  margin: 0;
  scroll-padding-top: 22px;
  scroll-behavior: smooth;
}
html body {
  top: 0px !important;
  padding: 0;
  margin: 0;
  background: #00adf1;
}

#main-container {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#main-container container {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
}
#main-container container.full-width {
  max-width: 100%;
  width: 100%;
}
.skiptranslate .goog-te-gadget-simple {
  opacity: 0 !important;
}

.skiptranslate > div > span > a {
  display: block;
  width: 0rem;
}

.fp-overflow {
  height: 100% !important;
}

.skiptranslate iframe {
  display: none !important;
}

.ico {
  display: inline-block;
  min-width: 10rem;
  min-height: 10rem;
  background-color: black;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.ico.ico-lupe {
  -webkit-mask-image: url("/img/ico/lupe.png");
  mask-image: url("/Site/img/ico/lupe.png");
}
.ico.ico-hamburger {
  -webkit-mask-image: url("/img/ico/hamburger.png");
  mask-image: url("/img/ico/hamburger.png");
}
.ico.ico-clock {
  -webkit-mask-image: url("/img/ico/clock.png");
  mask-image: url("/img/ico/clock.png");
}
.ico.ico-globe {
  -webkit-mask-image: url("/img/ico/globe.png");
  mask-image: url("/img/ico/globe.png");
}
.ico.ico-people {
  -webkit-mask-image: url("/img/ico/people.png");
  mask-image: url("/img/ico/people.png");
}
.ico.ico-fc {
  -webkit-mask-image: url("/img/ico/fc.png");
  mask-image: url("/img/ico/fc.png");
}
.ico.ico-yt {
  -webkit-mask-image: url("/img/ico/yt.png");
  mask-image: url("/img/ico/yt.png");
}
.ico.ico-fb {
  -webkit-mask-image: url("/img/ico/fb.png");
  mask-image: url("/img/ico/fb.png");
}
.ico.ico-instagram {
  -webkit-mask-image: url("/img/ico/instagram.png");
  mask-image: url("/img/ico/instagram.png");
}
.ico.ico-lang {
  -webkit-mask-image: url("/img/ico/lang.png");
  mask-image: url("/img/ico/lang.png");
}
.ico.ico-tiktok {
  -webkit-mask-image: url("/img/ico/tiktok.png");
  mask-image: url("/img/ico/tiktok.png");
}

@font-face {
  font-family: Black;
  src: url("/fonts/BLACK_TITLE_Regular.otf");
}
@font-face {
  font-family: Podium;
  src: url("/fonts/PODIUM_Sharp_3.9.otf");
  font-style: normal;
}
@font-face {
  font-family: Podium;
  src: url("/fonts/PODIUM_Sharp_3.9_italic.otf");
  font-style: italic;
}
@font-face {
  font-family: Polin;
  src: url("/fonts/EngramPRO-SemiBoldItalic.otf");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: Polin;
  src: url("/fonts/EngramPRO-SemiBold.otf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: Polin;
  src: url("/fonts/EngramPRO-LightItalic.otf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: Polin;
  src: url("/fonts/EngramPRO-Light.otf");
  font-style: normal;
  font-weight: normal;
}
html {
  font-family: "Polin";
  font-weight: normal;
  font-style: normal;
  color: white;
}

p {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  line-height: 120%;
  font-family: "Podium", sans-serif;
  font-style: normal;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

strong {
  font-weight: 600;
}

start-bg {
  background: black;
  width: 100vw;
  position: fixed;
  height: 100vh;
}
start-bg start-container {
  display: flex;
  padding: 40rem;
  height: calc(100% - 80rem);
}
start-bg start-container start-element {
  cursor: pointer;
  width: 50%;
  height: 100%;
  position: relative;
  background-color: black;
  transition: all 2s;
}
start-bg start-container start-element:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
start-bg start-container start-element:hover brand-icons {
  display: flex;
}
start-bg start-container start-element:hover brand-icons img {
  width: 60rem;
  height: 60rem;
}
start-bg start-container start-element:hover .logo-img {
  animation: logosShowsUp 0.25s infinite alternate;
}
start-bg start-container start-element:hover bg {
  opacity: 0.5;
}
start-bg start-container start-element .logo-img {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
start-bg start-container start-element bg {
  display: block;
  background: black;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  opacity: 0.1;
}
start-bg start-container start-element.frugo:hover {
  border-right: solid rgba(255, 255, 255, 0.9);
}
start-bg start-container start-element.frugo bg {
  background-image: url("/img/slider/desktopSl.png");
}
start-bg start-container start-element.frugo-energy:hover {
  border-left: solid rgba(255, 255, 255, 0.9);
}
start-bg start-container start-element.frugo-energy bg {
  background-image: url("/img/slider/desktopEn.png");
}
start-bg start-container start-element brand-icons {
  display: none;
  position: absolute;
  right: 0;
  gap: 10rem;
  flex-direction: column;
  top: 50%;
  transform: translate(-50%, -50%);
}
start-bg start-container start-element brand-icons a {
  width: 50rem;
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
}
start-bg start-container start-element brand-icons a:hover {
  transform: scale(1.05);
}
start-bg start-container start-element brand-icons a img {
  margin-left: 5rem;
  margin-top: 5rem;
}
@media (max-width: 860px) {
  start-bg start-container {
    flex-direction: column;
  }
  start-bg start-container start-element {
    width: 100%;
  }
  start-bg start-container start-element:hover {
    border: none !important;
  }
  start-bg start-container start-element brand-icons {
    right: 0;
    top: 90%;
    gap: 10rem;
    flex-direction: row;
  }
}

@keyframes logosShowsUp {
  from {
    width: 40%;
  }
  to {
    width: 50%;
  }
}
.mobile {
  display: none;
}

#muteButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 30px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.marquee-wrapper {
  background: #f77eb4;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.marquee-inner {
  display: flex;
  animation: scroll 20s linear infinite;
}

.marquee-content {
  display: flex;
}

.item {
  display: flex;
  align-items: center;
  margin-right: 0px;
  white-space: nowrap;
}
.item img {
  height: 100px;
  width: auto;
  margin-right: 10px;
}
.item span {
  color: white;
  font-family: "Podium";
  font-size: 120px;
  font-weight: 700;
  line-height: 32px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
products-container {
  padding-top: 85px;
  padding-bottom: 65px;
  display: block;
}
products-container products-navi {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 45px;
}
products-container products-navi nv-item {
  text-wrap: nowrap;
  cursor: pointer;
  width: 214px;
  font-family: "Podium";
  font-style: italic;
  color: white;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 56px;
}
products-container products-navi nv-item.active {
  color: #e486a3;
}
products-container products-section {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
}
products-container products-section info-container {
  max-width: 100%;
}
products-container products-section info-container .flex {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 22px;
}
products-container products-section info-container .flex img {
  height: 85px;
}
products-container products-section info-container hd-name {
  font-family: "Podium";
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 36px;
}
products-container products-section info-container hd-desc {
  display: block;
  font-family: "Polin";
  font-weight: 100;
  font-size: 22px;
  line-height: 32px;
}
products-container products-section info-container hd-desc br {
  content: " ";
  line-height: 32px;
  margin-bottom: 30px;
}
products-container products-section .carousel-container {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
products-container products-section .carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
products-container products-section .carousel-item {
  position: absolute;
  left: 50%;
  width: 210px;
  transform: translateX(-50%) scale(0.8);
  transition: transform 0.2s ease, opacity 0.2s ease, z-index 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
products-container products-section .carousel-item img {
  width: 100%;
}
products-container products-section .carousel-item.center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
  display: block;
}
products-container products-section .carousel-item.left {
  left: 0;
  transform: translateX(70%) scale(0.8);
  z-index: 1;
  display: block;
}
products-container products-section .carousel-item.right {
  right: 0;
  transform: translateX(-70%) scale(0.8);
  z-index: 1;
  display: block;
}
products-container products-section .nav-btns button {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  top: 35%;
  z-index: 2;
}
products-container products-section .nav-btns button.left {
  left: 10%;
}
products-container products-section .nav-btns button.right {
  right: 10%;
}

@media screen and (max-width: 1023px) {
  products-container {
    padding-top: 40px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  nv-item {
    font-size: 16px !important;
  }
  navbar {
    height: 60px !important;
  }
  navbar logo img {
    height: 39px !important;
  }
  navbar navbar-content {
    height: 60px !important;
  }
  footer links-section {
    flex-direction: column;
    align-items: center;
    gap: 47px;
  }
  footer links-section a {
    font-size: 16px !important;
  }
  footer links-section p {
    font-size: 10px;
  }
  footer links-section .footer-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .marquee-wrapper img {
    height: 80px !important;
    margin-right: 4px !important;
  }
  .marquee-wrapper span {
    font-size: 32px !important;
  }
  products-section {
    flex-direction: column;
    display: flex;
    margin-top: 10px !important;
  }
  products-section .carousel-container {
    width: 100% !important;
    height: 380px !important;
  }
  products-section .carousel-container .carousel-item {
    width: 130px;
  }
  products-section .left {
    left: 0% !important;
  }
  products-section .left img {
    width: 8vw;
  }
  products-section .right {
    right: 0% !important;
  }
  products-section .right img {
    width: 8vw;
  }
  products-section info-container {
    width: 100% !important;
  }
  products-section info-container .flex {
    padding: 0 20px;
    margin-top: 0 !important;
    gap: 5px !important;
  }
  products-section info-container .flex img {
    height: 52px !important;
  }
  products-section info-container hd-name {
    font-size: 40px !important;
  }
  products-section info-container hd-desc {
    font-size: 16px !important;
    max-width: unset !important;
  }
}
navbar {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  display: block;
  margin: 0 auto;
}
navbar .mobile-menu {
  display: none;
}
navbar .mobile-menu.opened {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #00adf1;
  top: 0;
  z-index: -1;
  padding: 0;
  gap: 28px;
}
navbar .mobile-menu.opened a {
  color: white;
  font-size: 32px;
}
navbar .mobile-menu.opened a:hover {
  color: #e486a3;
}
navbar .mobile-menu.opened socials {
  display: flex;
  gap: 10px;
  padding-top: 40px;
}
navbar navbar-content {
  padding-right: 112px;
  padding-left: 11px;
  background: #00adf1;
  height: 100px;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
navbar logo img {
  height: 71px;
}
navbar menu {
  display: flex;
  gap: 62px;
  align-items: center;
}
navbar menu .menu-item {
  font-family: "Podium";
  font-weight: 600;
  font-style: italic;
  display: block;
  font-size: 24px;
  color: white;
  text-decoration: none;
}
navbar menu .menu-item:hover {
  color: #e486a3;
}
navbar widgets {
  display: flex;
  align-items: center;
  gap: 56px;
}
navbar widgets language .dropdown {
  display: flex;
  position: relative;
  cursor: pointer;
}
navbar widgets language .dropdown span {
  font-size: 16px;
  color: #E61419;
}
navbar widgets language .dropdown a {
  font-family: "Podium";
  color: white;
  font-size: 24px;
  text-decoration: none;
}
navbar widgets language .dropdown a:hover {
  color: #E61419;
}
navbar widgets language .dropdown .dropdown-menu {
  display: none;
}
navbar widgets language .dropdown .dropdown-menu.opened {
  background: black;
  padding: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
}
navbar widgets socials {
  display: flex;
  gap: 16px;
}
navbar widgets socials img {
  width: 35px;
}
navbar #menu-trigger {
  display: none;
}

@media screen and (max-width: 1023px) {
  #menu-trigger {
    cursor: pointer;
    font-family: "Podium";
    font-weight: normal;
    display: block !important;
    font-size: 24px;
    color: white;
    text-decoration: none;
  }
  navbar-content {
    padding-right: 16px !important;
  }
  widgets {
    gap: 16px !important;
  }
}
footer {
  width: 100%;
  display: block;
}
footer .dark p {
  color: #b2e3ff;
}
footer links-section {
  padding-top: 69px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-left: 49px;
  margin-right: 72px;
  margin-bottom: 128px;
}
footer links-section link-col {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
footer links-section link-col a {
  color: white;
  font-size: 24px;
  font-family: "Polin";
  font-weight: 300;
  text-decoration: none;
}
footer links-section link-col a:hover {
  color: red;
}
footer links-section link-col p {
  line-height: 32px;
  font-weight: 100;
}

jumbotron jumbimage {
  display: block;
  height: 20vh;
  width: 100%;
  background-image: url("/Site/img/jumbotron.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: 60s forwards sliderBckg;
}
jumbotron breadcrumbs {
  margin-top: 40rem;
  display: flex;
  gap: 15rem;
}
jumbotron breadcrumbs crumb {
  font-size: 16rem;
}
jumbotron breadcrumbs crumb.main a {
  color: #9a9b9f;
}
jumbotron breadcrumbs crumb:not(.main)::before {
  content: ">";
  margin-right: 15rem;
}
jumbotron breadcrumbs crumb a {
  text-decoration: none;
  text-transform: uppercase;
  color: #233984;
}
jumbotron section {
  margin: 0;
  margin-bottom: 40rem;
}

@media (max-width: 860px) {
  jumbotron breadcrumbs {
    padding: 0 40rem;
    margin-bottom: 40rem;
  }
}
