@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,300&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css");
/* modyfikacja głównego slidera */
@media only screen and (min-width: 1200px) {
  #main_banner1 {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
  }

  #main_banner1 .main_slider .slick-slide {
    outline: none; /* usuwa niechciane obramowanie na focus */
  }

  #main_banner1 .main_slider .slick-slide img {
    margin: 0 auto;
  }

  #main_banner1 .main_slider::before,
  #main_banner1 .main_slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15vw;
    pointer-events: none;
    z-index: 20;
  }

  #main_banner1 .main_slider::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
  }

  #main_banner1 .main_slider::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
  }

  #main_banner1 img.loaded {
    width: 100%;
    height: auto;
    max-width: none;
  }
}

/* do kafelek */
.dn-desktop {
  display: none;
}

.kafelek a {
  min-height: auto !important;
}

/* fixy do bloga */
.pull-right {
  clear: both !important;
}

body > ol:nth-of-type(2) {
  clear: right;
}

/* ikona tooltipa przy produkcie (?) */

#projector_details
  .component_projector_cms
  .benefits_projector_cms
  li
  .tooltip_wrapper
  .tooltip_icon,
#projector_details .benefits_projector_cms li .tooltip_wrapper .tooltip_icon {
  color: #000000;
}

/* poszerzenie kontenera */
@media (min-width: 1200px) {
  .container,
  #layout {
    max-width: 1370px !important;
  }
  #layout {
    margin: 0px -15px 0px -15px !important;
  }
}

@media only screen and (max-width: 600px) {
  .dn-desktop {
    display: block !important;
  }
}
@media only screen and (max-width: 979px) {
  .big_label .dn-desktop {
    display: block !important;
  }

  /* do kafelek + wyłączenie menu z liniami produktów na wersji mobilnej */

  #menu_categories5 {
    display: none;
  }

  .col-12 .kafelek {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: fit-content;
  }
  #kafelki-linie img {
    height: auto;
  }

  /* naprawa wyświetlania kolumn obok siebie */
  #menu_buttons2 > .menu_button_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #kafelki-linie {
    display: flex;
    justify-content: center;
  }
  #kafelki-linie .col-12 img {
    padding: 0px 30px 0px 30px !important;
  }
}

#flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  height: 110vh;
  max-width: 100%;
  margin: auto;
  background-color: #ffffff; /* zmiana 18,07*/
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#left-zone {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#left-zone .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item input {
  display: none;
}

.testimonials label {
  display: block;
  height: 80px;
  text-align: center;
  line-height: 30px;
  position: relative;
}

.testimonials label:hover {
  opacity: 0.75;
  cursor: pointer;
}

.content-test {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 50%;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}

.content-test p {
  max-width: 95%;
  text-align: center;
}

#right-zone {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 50%;
}

input:checked ~ .content-test {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  opacity: 1;
}

@media (min-width: 480px) {
  #flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: 730px;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .content-test {
    width: 65%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px;
  }

  .info-seria span {
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 5px;
  }
  .info-seria {
    margin: 30px 0px 0px 0px;
  }

  #left-zone {
    width: 35%;
  }

  #right-zone {
    height: 100%;
    width: 65%;
  }
}

@media (max-width: 480px) {
  .content_testimonial-1 .picto {
    padding-top: 100px;
  }
  .content_testimonial-2 .picto {
    padding-top: 100px;
  }
  .content_testimonial-3 .picto {
    padding-top: 100px;
  }
  .content_testimonial-4 .picto {
    padding-top: 100px;
  }
  .item > label {
    font-size: 1.3rem;
  }
}

.content-test h1:first-letter {
  text-transform: uppercase;
}

input:checked ~ label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 20pt;
}

@font-face {
  font-family: "Tactic Sans EXD BLK";
  src: url("https://marbo-sport.pl/data/include/cms/font/TacticSansExd-BlkIt.woff2")
      format("woff2"),
    url("https://marbo-sport.pl/data/include/cms/font/TacticSansExd-BlkIt.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.testimonials label {
  font-size: 12pt;
  font-family: "Tactic Sans EXD BLK", sans-serif;
  font-weight: 900;
  padding: 10px 0px 0px 40px;
  text-align: left;
}

input:checked ~ label[class^="label_testimonial-"] {
  color: #000000;
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#3668b0)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #3668b0);
  background-image: -o-linear-gradient(left, #ffffff, #3668b0);
  background-image: linear-gradient(to right, #ffffff, #3668b0);
}

[class^="label_testimonial-"]:before {
  content: " ";
}

.testimonials label:first-letter {
  text-transform: uppercase;
}

[class^="label_testimonial-"]:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#3668b0)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #3668b0);
  background-image: -o-linear-gradient(left, #ffffff, #3668b0);
  background-image: linear-gradient(to right, #ffffff, #3668b0);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

p.testimonialState {
  margin-top: -5px;
  font-size: 0.8rem;
  font-style: italic;
  color: #808080d4;
}

p.testimonialFrom {
  margin-top: 5px;
  font-weight: bold;
  color: #ffffff;
}

.testimonials label span {
  font-size: 10pt;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* Ustawienia widoczności */
.kafelki-txt,
#kafelki-linie,
#menu_categories5 {
  display: none !important;
}
@media only screen and (max-width: 979px) {
  .testimonials {
    display: none !important;
  }
  #kafelki-linie {
    display: flex !important;
  }
  .kafelki-txt {
    display: block;
  }
}

/* YouTube Blok */
.menu_button_wrapper.--post {
  position: relative;
}
.menu_button_wrapper.--post .youtube-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 48px;
  height: auto;
  pointer-events: none;
  transition: transform 0.3s ease, filter 0.3s ease;
  z-index: 2;
}
.menu_button_wrapper.--post:hover .youtube-icon {
  transform: translate(-50%, -50%) scale(1.2);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
}

.video-title {
  font-size: 13px;
  text-align: center;
  margin-top: 6px;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  max-height: 2.6em; /* max 2 linie */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* MARKI */

.container-marki {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.column-marki {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  padding: 25px 20px;
  min-height: 150px;
  transition: box-shadow 0.3s ease;
}

.column-marki:hover {
  box-shadow: 0 0 10px rgba(58, 100, 169, 0.3);
}

@media (max-width: 979px) {
  .column-marki {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 757px) {
  .column-marki {
    flex: 1 1 100%;
  }
}

/*------pasek korzyści przeniesiony do maski---------------------------------*/

#pasek_korzysci .benefits_bar {
  align-items: center;
  display: flex;
  list-style: none;
  margin-top: 15px;
}
@media (min-width: 979px) {
  #pasek_korzysci .benefits_bar {
    margin-top: 0;
  }
}
#pasek_korzysci .benefits_bar li {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  padding: 0;
  position: relative;
}
@media (min-width: 757px) {
  #pasek_korzysci .benefits_bar li {
    flex-basis: 50%;
  }
}
@media (min-width: 979px) {
  #pasek_korzysci .benefits_bar li {
    flex: 1 1 0;
    flex-direction: column;
    padding: 10px 0;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #pasek_korzysci .benefits_bar li {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 979px) {
  #pasek_korzysci .benefits_bar li:not(:first-child)::before {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  #pasek_korzysci .benefits_bar li:not(:first-child)::before {
    margin-left: 25px;
  }
}
#pasek_korzysci .benefits_bar li:last-child {
  padding-right: 0;
}
#pasek_korzysci .benefits_bar li:last-child .tooltip_wrapper .tooltipContent {
  left: initial;
  right: 50%;
}
#pasek_korzysci .benefits_bar li::before {
  color: #3a64a9;
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 3rem;
  font-style: normal;
  line-height: 1;
  margin-right: 15px;
}
#pasek_korzysci .benefits_bar li.return::before {
  content: "\E88D";
}
#pasek_korzysci .benefits_bar li.shipment::before {
  content: "\E88B";
  font-size: 3.6rem;
}
#pasek_korzysci .benefits_bar li.insurance::before {
  content: "\E88C";
}
#pasek_korzysci .benefits_bar li.loyalty::before {
  content: "\e899";
  font-size: 3.6rem;
}
#pasek_korzysci .benefits_bar li.finances::before {
  content: "\E888";
}
#pasek_korzysci .benefits_bar li:not(:last-child)::after {
  background: #dbdbdb;
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 1px;
}
@media (min-width: 979px) {
  #pasek_korzysci .benefits_bar li:not(:last-child)::after {
    content: "";
  }
}
@media (min-width: 979px) {
  #pasek_korzysci .benefits_bar li > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  #pasek_korzysci .benefits_bar li > div {
    justify-content: flex-start;
    padding-right: 15px;
  }
}
@media (min-width: 979px) {
  #pasek_korzysci .benefits_bar li > div strong {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #pasek_korzysci .benefits_bar li > div strong {
    white-space: nowrap;
  }
}
#pasek_korzysci .benefits_bar li > div .tooltip_wrapper {
  display: none;
  margin-left: 10px;
  position: relative;
}
@media (min-width: 979px) {
  #pasek_korzysci .benefits_bar li > div .tooltip_wrapper {
    display: block;
  }
}
#pasek_korzysci .benefits_bar li > div .tooltip_wrapper .tooltip_icon {
  background: #fff;
  color: #dbdbdb;
  position: relative;
}
#pasek_korzysci .benefits_bar li > div .tooltip_wrapper .tooltip_icon:hover {
  z-index: 2;
}
#pasek_korzysci .benefits_bar li > div .tooltip_wrapper:hover .tooltipContent {
  display: block;
}
#pasek_korzysci .benefits_bar li > div .tooltip_wrapper .tooltipContent {
  background: #fff;
  border: 1px solid #dbdbdb;
  font-size: 1rem;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 234px;
  z-index: 1;
}

/* Pełna szerokość paska korzyści */

.benefits_bar {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  padding: 10px 60px 10px 70px;
  z-index: 10;
  margin: 0px;
}

@media (max-width: 757px) {
  .benefits_bar {
    width: 100%;
    max-width: 100%;
    padding: 10px 0px;
  }
}

.marbo_series {
  margin: 0px !important;
  padding: 0px !important;
}

/* 23,07,2025 - sekcja "nasze realizacje" na stronie głównej----------------------- */

#galeria-glowna {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  padding: 0px 0px 20px 0px;
}

.galeria-foto {
  flex: 0 1 calc(33.333% - 20px);
  box-sizing: border-box;
}

.galeria-foto img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

@media (max-width: 979px) {
  .galeria-foto {
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .galeria-foto {
    flex: 0 1 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.btn-wiecej-realizacji,
.btn-skontaktuj {
  display: inline-block;
  margin: 20px 10px 0;
  padding: 10px 20px;
  background-color: #3668b0;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}

.btn-wiecej-realizacji:hover,
.btn-skontaktuj:hover {
  color: #d3d3d3;
}

.marki-txt {
  padding: 20px 0px 10px 0px;
}

/* fixy szerokości */
#menu_buttons2 > div:nth-child(1),
#menu_buttons2 > div:nth-child(2) {
  flex: 1 0 100%;
  max-width: 100%;
  background-color: #ffffff; /*zmiana 18,07*/
}
/* --------------------------- */
/* fix wyszukiwarki  */
@media (min-width: 979px) {
  .ui-autocomplete {
    top: 170px !important;
  }
}

@media (max-width: 768px) {
  #pasek_korzysci span {
    margin: 0px 0px 0px 3px;
  }
}
/* fix projektora */
#projector_form #menu_banners2 {
  display: none;
}
/* fix tylko na RO */
@media (max-width: 768px) {
  #place-order__summary .summary__regulations .f-group.--small .f-label {
    display: block;
  }
}
/* fix ikony apple w place-prder */
#client-data__login-method
  > ul
  > li.login-methods__method.service_oscop_item.service_Apple
  > a:before {
  font-family: "FontAwesome";
  content: "\F179";
  color: black;
}
/* zmiana ikony */
.icon-box:before {
  content: "\f187";
}
.zalogujb {
  width: 100%;
}
