/* Slide 47 (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-47-e68fe376"] */
.slide[data-cid=slide-47-e68fe376] .flex-47 .material-icons {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 36px;
}

/* Slide 132 (#8) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-132-2906a2b0"] */
.scroll .slide[data-cid=slide-132-2906a2b0].slide-132,
.scroll .slide[data-cid=slide-132-2906a2b0].slide-132 .container {
  min-height: 100vh;
}

.slide[data-cid=slide-132-2906a2b0].slide-132 .wrap {
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .slide[data-cid=slide-132-2906a2b0].slide-132 .wrap {
    padding: 50px;
  }
}
@media (max-width: 1023px) {
  .slide[data-cid=slide-132-2906a2b0].slide-132 .container {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
.slide[data-cid=slide-132-2906a2b0] .btn-132 {
  min-width: 160px !important;
}
.slide[data-cid=slide-132-2906a2b0] .btn-132.stroke {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.slide[data-cid=slide-132-2906a2b0].whiteSlide .btn-132.stroke {
  color: #202020 !important;
  border: 1px solid rgba(32, 32, 32, 0.2);
}

/* Slide 47 (#9) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-47-e9dbb02c"] */
.slide[data-cid=slide-47-e9dbb02c] .flex-47 .material-icons {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 36px;
}

/* Slide 68 (#10) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-68-a304a649"] */
.slide[data-cid=slide-68-a304a649] .flex-68 a {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  opacity: 0.9;
  transition: opacity 0.1s ease-in, transform 0.15s cubic-bezier(0.5, 0, 0.25, 2.5);
}
.slide[data-cid=slide-68-a304a649] .flex-68 a:hover {
  opacity: 1;
  transform: scale(1.05);
}
.slide[data-cid=slide-68-a304a649].whiteSlide .tintLogos {
  filter: brightness(0.2);
}
.slide[data-cid=slide-68-a304a649]:not(.whiteSlide) .tintLogos {
  filter: brightness(1.3);
}

/* Slide 108 (#11) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-108-8ceb817e"] */
.slide[data-cid=slide-108-8ceb817e] .step-number-108 {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide[data-cid=slide-108-8ceb817e].whiteSlide .step-number-108 {
  background: #BBBBBB !important;
}
.slide[data-cid=slide-108-8ceb817e].whiteSlide .step-number-108 h4 {
  color: #fff !important;
}
.slide[data-cid=slide-108-8ceb817e].whiteSlide .step-number-108.active {
  background: #5095b6 !important;
}
.slide[data-cid=slide-108-8ceb817e]:not(.whiteSlide) .step-number-108 {
  background: #fff !important;
}
.slide[data-cid=slide-108-8ceb817e]:not(.whiteSlide) .step-number-108 h4 {
  color: #202020 !important;
}
.slide[data-cid=slide-108-8ceb817e]:not(.whiteSlide) .step-number-108.active {
  background: #5095b6 !important;
}
.slide[data-cid=slide-108-8ceb817e]:not(.whiteSlide) .step-number-108.active h4 {
  color: #fff !important;
}
@media (max-width: 767px) {
  .slide[data-cid=slide-108-8ceb817e] .step-number-108 {
    height: 30px;
    width: 30px;
  }
  .slide[data-cid=slide-108-8ceb817e] .step-container-108 {
    min-width: 180px;
  }
}

/* Example Panel Mega-menu (#12) */
.dropdown.mega-menu {
  width: auto;
  left: 0 !important;
  right: 0 !important;
  transform: none;
  box-shadow: 0 40px 40px rgba(10, 33, 65, 0.1);
}

.dropdown.mega-menu.show {
  transform: translateY(26px);
}

.dropdown.mega-menu,
.dropdown.mega-menu.show.hide {
  transform: translateY(36px);
}

.dropdown a {
  opacity: 1;
}

.panel .sections .menu svg {
  width: 14px;
  height: 20px;
}

/* Example Multilingual (#13) */
.dropdown.translate {
  padding: 10px 0;
}

.dropdown.translate li {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}

.dropdown.translate li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.dropdownTrigger[data-dropdown-id=language] {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

[data-current-lang=en] .dropdown.translate li[data-switch-lang=en],
[data-current-lang=de] .dropdown.translate li[data-switch-lang=de],
[data-current-lang=fr] .dropdown.translate li[data-switch-lang=fr] {
  color: #E91556;
  background: transparent;
  cursor: default;
  opacity: 1;
}

/* Example Panel submenu 2 (#2) */
.panel.top .submenu {
  max-height: 50px;
  line-height: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  opacity: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

.panel.top .submenu .sections > div {
  height: auto;
}

/* show submenu for second slide */
.slides:not(.stage-2,.stage-3) .panel.top .submenu {
  max-height: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}

/* Example Panel submenu 2 (#2) */
.panel.top .submenu2 {
  max-height: 50px;
  line-height: 50px;
  transition: 0.5s;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  opacity: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

.panel.top .submenu2 .sections > div {
  height: auto;
}

/* show submenu for second slide */
.slides:not(.stage-4) .panel.top .submenu2 {
  max-height: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}

/* M-AKUSTIK — TECHNOLOGIA */

.techSlide .wrap{
  padding-top:90px;
  padding-bottom:90px;
}

.tech-kicker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:18px;
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:2px;
  color:#4f9abe;
}

.tech-kicker span{
  flex:0 0 90px;
  height:2px;
  background:rgba(0,0,0,.12);
  display:block;
}

.tech-item-clean{
  text-align:center;
  padding:38px 26px;
  background:rgba(0,0,0,.025);
  border:0;
  border-radius:18px;
  box-shadow:none;
}

/* INDYWIDUALNE WYRÓWNANIE OPTYCZNE */
.tech-icon-clean.speaker-icon{
  font-size:56px;
}

.tech-icon-clean.mic-icon{
  font-size:56px;
}

.tech-icon-clean.tune-icon{
  font-size:56px;
}

.tech-icon-clean.settings-icon{
  font-size:56px;
}

/* IKONA NA DOLE */
.tech-bottom-note i{
  font-size:20px;
  color:#4f9abe;
  flex:0 0 auto;
}

.tech-icon-clean{
  display:block;
  font-size:26px;
  color:#4f9abe;
  margin:0 auto 28px;
  line-height:1;
}

.tech-item-clean h3{
  margin-bottom:14px;
}

.tech-item-clean hr{
  width:58px;
  height:3px;
  border:0;
  background:rgba(0,0,0,.14);
  margin:0 auto 24px;
}

.tech-bottom-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding-top:32px;
  border-top:3px solid rgba(0,0,0,.12);
}

.tech-bottom-note i{
  font-size:46px;
  color:#4f9abe;
  flex:0 0 auto;
}

.tech-bottom-note p{
  margin:0;
}

/* PHABLET + PHONE */
@media (max-width:767px){
  .techSlide .wrap{
    padding-top:70px;
    padding-bottom:70px;
  }

  .tech-kicker{
    gap:12px;
    font-size:11px;
    letter-spacing:1.4px;
  }

  .tech-kicker span{
    flex:0 0 45px;
  }

  .tech-item-clean{
    padding:40px 28px;
    margin-bottom:28px;
  }

  .tech-icon-clean{
    font-size:90px;
    margin-bottom:28px;
  }

  .tech-bottom-note{
    flex-direction:column;
    text-align:center;
    gap:12px;
  }
}

/* GŁÓWNE IKONY */
.tech-icon-clean{
  display:block;
  color:#4f9abe;
  margin:0 auto 28px;
  line-height:1;
}