:root {
  --color-primary: #293f5b;

  --color-text: #304b6b;
  --color-text-light: #7a8ca2;
  --color-bg: #f5f8fc;
  --color-white: #ffffff;

  --container: 1320px;
  --radius: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width:1180px;
  margin: 0 auto;
}

h2 {
  font-weight: 500;
  font-size: 42px;
  color: #fff;
}

.faq-seqtion h2 {
  margin-bottom: 60px;
}


.faq-section {
  padding-top:180px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-item {
  background: #1D1C22;
  border: 2px solid #A2ADAF;
  border-radius: 30px;
  overflow: hidden;
}

.accordion-item.active {
  background: #303340;
}
.accordion-item.active .accordion-button {
  padding-bottom: 8px;
}

.accordion-button {
  width: 100%;
  border: none;
  background: transparent;
  padding: 18px 27px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  color: #293f5b;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  font-weight: 300;
}

.accordion-body {
  padding: 0 27px 18px;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
}.mobcont { background:#b0cdee; padding:10px 30px; border-radius:20px;  }@media (min-width: 992px) {	.mobcont { display:none }}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-section h2 {
    font-size: 32px;
  }

  .accordion-button {
    padding: 20px;
    font-size: 16px;
  }

  .accordion-body {
    padding: 0 20px 20px;
    font-size: 14px;
  }
}

.handpieces-section {
  padding: 90px 0;
}

.handpieces-section .container {
  display: grid;
  gap: 180px;
}

.handpiece-card {
  min-height: 690px;
  padding: 50px;
  padding-right: 0px;
  border-radius: 20px;
  background: linear-gradient(136.8deg, #eef3f9 0%, #ccd9e8 100%);

  display: grid;
  grid-template-columns: 360px 420px 1fr;
  overflow: hidden;
}

.handpiece-info {
  padding-right: 55px;
}

.handpiece-info h2 {
  margin-bottom: 12px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  color: #293f5b;
}

.handpiece-info > p {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.2;
  color: #99b0c8;
}

.handpiece-features {
  display: grid;
  gap: 18px;
  font-size: 14px;
  line-height: 1.35;
  color: #99b0c8;
}

.handpiece-features {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.handpiece-features li {
  display: flex;
  align-items: center;
  gap: 23px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  color: #293f5b;
}

.handpiece-features li img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.handpiece-features li span {
  display: block;
}

.handpiece-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  height: 100%;
  max-height: 590px;
}

.handpiece-tile {
  padding: 15px;
  border-radius: 20px;
  background: #ffffff;
}

.handpiece-tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 15px;
}

.handpiece-tile p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  color: #536a83;
}

.handpiece-product img {
  position: absolute;
  top: -40px;
}

.handpiece-product div {
  position: relative;
}

.handpiece-product .line img {
  right: -1px;

  margin-top: 0px;
}

.handpiece-table {
  margin-top: 85px;
  font-size: 16px;
  color: #294462;
}

.handpiece-table strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #293f5b;
  padding-bottom: 16px;
  line-height: 1.35;
  border-bottom: 1px solid #d2d4d9;
}

.handpiece-table div {
  display: grid;
  grid-template-columns: 1fr 85px 75px;
  gap: 16px;
  padding: 10px 0;
  align-items: center;

  border-bottom: 1px solid #d2d4d9;
}

.handpiece-table span {
  color: #293f5b;
  line-height: 1.35;
}

@media (max-width: 992px) {
  .handpieces-section {
    padding: 60px 0;
  }

  .handpieces-section .container {
    gap: 40px;
  }

  .handpiece-product {
order:-1;
  }

  .handpiece-card img, .handpiece-product .line img {
    right:-28px;
  }

  .handpiece-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .handpiece-info h2 {
    font-size: 36px;
  }

  .handpiece-info > p {
    margin-bottom: 15;
    font-size: 28px;
  }.handpiece-table {
    margin-top:0px;
  }

  .handpiece-tile p {
    font-size:16px;
  }
.handpiece-info {
  padding-right:0px;
}
  .handpiece-card {
    padding-bottom:50px;
  }

  .handpiece-grid {
    gap: 14px;
  }

  .handpiece-product {
    justify-content: center;
  }

 
}

.benefits-section {
  padding: 90px 0;
}

.benefits-layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: start;
}

.benefits-heading h2 {
  margin-bottom: 80px;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 500;
  color: #293f5b;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  min-height: 49px;
  padding: 0 40px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-primary {
  background: #004ff4;
  color: #ffffff;
}

.benefits-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.benefit-card {
  padding: 18px;
  border-radius: 20px;
  background: #f4f7fb;
}

.benefit-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 18px;
}

.benefit-card h3 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  color: #293f5b;
}

.benefit-card p {
  font-size: 16px;
  line-height: 1.25;
  color: #293f5b;
  font-weight: 300;
}
.benefits-section .mobile-on {
  display: none;
}
@media (max-width: 992px) {
  .benefits-section {
    padding: 60px 0;
  }

  .benefits-section .mobile-on {
    display: inline-flex;
    max-width: 260px;
  }

  .benefits-section .mobile-off {
    display: none;
  }
  .benefits-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .benefits-heading h2 {
    margin-bottom: 28px;
    font-size: 36px;
  }
  .faq-seqtion h2 {
    font-size: 36px;
  }
  .faq-seqtion {
    padding-top: 60px;
    margin-bottom: 80px;
  }
  .benefits-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .benefit-card h3 {
    font-size: 32px;
  }

  .presentation-video {
    padding: 60px 0;
  }

  .presentation-video__wrapper {
    display: flex;
    flex-direction: column;
  }
}

.comparison-section {
  padding: 100px 0;
  padding-top:180px;
}

.comparison-card {
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(80, 115, 150, 0.08);

  display: grid;
  grid-template-columns: 1fr 720px;
  gap: 74px;
  align-items: start;
}

.comparison-table h2 {
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 1.1;
  color: #293f5b;
}

.compare-row {
  display: grid;
  grid-template-columns: 130px 1fr 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid #d2d4d9;

  font-size: 16px;
  line-height: 1.25;
  color: #293f5b;
  align-items: center;
  font-weight: 300;
}

.compare-row.compare-head {
  padding: 23px 0;
}

.compare-head {
  font-size: 16px;
  line-height: 1.25;
  color: #293f5b;
  font-weight: 400;
}

.compare-row strong {
  font-weight: 500;
}

.damage-slider {
  min-width: 0;
}

.slider-top {
  margin-bottom: 16px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.slider-top h3 {
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 500;
  color: #293f5b;
}

.slider-top p {
  font-size: 16px;
  line-height: 1.25;
  color: #57708d;
  font-weight: 300;
}

.slider-controls {
  display: flex;
  gap: 8px;
}

.slider-btn {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  border: 1px solid #e9eef5;
  background: #fff;

  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-btn:hover {
  background-color: #e9eef5;
}

.slider-window {
  overflow: hidden;
  border-radius: 14px;
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.slider-slide {
  min-width: 100%;
}

.slider-slide img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

@media (max-width: 900px) {
  .comparison-section {
    padding: 60px 0;
  }

  .comparison-card {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .compare-row {

    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

.table-wrapper table {
    min-width: 600px; /* Adjust to your table width */
    border-collapse: collapse;

  }

  .compare-head {
    display: none;
  }
.comparison-table h2 {
  font-size:36px;
  margin-bottom:30px;
}



}@media (max-width: 486px) {.comparison-table .compare-row { font-size:13px }}

.slider-window {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.slider-track {
  position: relative;
  min-height: 260px;
}

.slider-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.slider-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.slider-slide img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

.feature-video {
  padding: 90px 0;
}

.feature-video__card {
  padding: 35px 50px;

  display: grid;
  grid-template-columns: 645px 1fr;
  gap: 100px;

  align-items: center;

  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(80, 115, 150, 0.08);
}

.feature-video__media {
  overflow: hidden;
  border-radius: 12px;
}

.feature-video__media img,
.feature-video__media video {
  width: 100%;
  display: block;
}

.feature-video__content h2 {
  margin-bottom: 18px;

  font-size: 42px;
  line-height: 1.25;
  font-weight: 500;

  color: #293f5b;
}

.feature-video__content p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25;

  color: #293f5b;
}
.feature-video__content p strong {
  font-weight: 700;

  color: #293f5b;
}
@media (max-width: 992px) {
  .feature-video {
    padding: 60px 0;
  }

  .feature-video__card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .feature-video__content h2 {
    font-size: 30px;
  }

  .feature-video__content p {
    font-size: 14px;
  }
}

.presentation-video {
  padding: 90px 0;
  padding-bottom:180px;
  background: linear-gradient(
    #Fff 0%,
    #FFf 66%,
    #f4f7fb 100%
);
}

.presentation-video__wrapper {
  display: grid;
  grid-template-columns: 1fr 800px;
  gap: 90px;
  align-items: center;
}

.presentation-video__content h2 {
  margin-bottom: 20px;

  font-size: 42px;
  line-height: 1.25;
  font-weight: 500;

  color: #293f5b;
}

.presentation-video__content p {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;

  color: #293f5b;
}
.video-player {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border-radius:25px;
}

.video-player video {
  width: 100%;
  display: block;
  cursor: pointer;
}

.video-play-btn {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
  border: 3px solid #fff !important;
  background: transparent;
  width: 120px;
  height: 120px;

  border: none;
  border-radius: 50%;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s;
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-player.playing .video-play-btn {
  opacity: 0;
  visibility: hidden;
}

.testimonials-section {
  padding: 90px 0;
  overflow: hidden;
}

.testimonials-inner {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding-left: max(40px, calc((100vw - 1320px) / 2));

  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
}

.testimonials-content h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
  color: #293f5b;
}

.testimonials-content h2 span {
  color: #99b0c8;
}

.testimonials-controls {
  margin-top: 140px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.testimonial-btn {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #9ab6d3;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e9eef5;
}

.testimonial-btn:hover {
  background-color: #e9eef5;
}

.testimonials-slider {
  overflow: hidden;
  min-width: 0;
}

.testimonials-track {
  display: flex;
  gap: 36px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 410px;
  background: #fff;
  border-radius: 17px;
  padding: 45px 35px;
}

.testimonial-top {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 24px;
  align-items: start;
  margin-bottom: 30px;
}

.testimonial-top img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-top h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 300;
  color: #293f5b;
}

.testimonial-top p {
  font-size: 16px;
  line-height: 1.22;
  color: #293f5b;
  font-weight: 300;
}

.testimonial-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  font-style: italic;
  color: #293f5b;
  hyphens: auto;
  -moz-hyphens: auto;
}

@media (max-width: 900px) {
  .testimonials-section {
    padding: 70px 0;
  }

  .testimonials-inner {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .testimonials-content h2 {
    font-size: 32px;
  }

  .testimonials-controls {
    margin-top: 28px;
    justify-content: flex-start;
  }

  .testimonial-card {
    flex-basis: 82vw;
    padding: 24px;
  }

  .testimonial-top {
    grid-template-columns: 1fr 80px;
  }

  .testimonial-top img {
    width: 80px;
    height: 80px;
  }
}

.testimonials-inner {
    max-width: 1920px;
    margin: 0 auto;

    padding-left: max(
        40px,
        calc((100vw - 1920px) / 2 + 290px)
    );

    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 80px;
}

.testimonials-slider {
  overflow: hidden;
  min-width: 0;
  width: 100%;
}

.testimonials-track {
  display: flex;
  gap: 36px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

  padding: 34px 0;
  transition: 0.3s ease;
}

.site-header.is-scrolled {
  padding: 14px 0;
  background: #1D1C22;

}

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

.main-nav {
  display: flex;
  align-items: center;
  gap: 42px;
}

.main-nav a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #293f5b;
}

.btn.header-btn {
  color: #303340;
  background: #fff;
}



.is-scrolled .btn.header-btn .notscroll {
  display: none;
}

.is-scrolled .btn.header-btn .scroll {
  display: block;
}

.btn.header-btn .scroll {
  display: none;
}

.hero-section {
  padding-top:180px;
  position: relative;
  height: 1012px;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  overflow: hidden;
}
.feature-video {
  position: relative;
  z-index: 1;
}
.feature-video .container {
  margin-top: -300px;
}



.hero-title {
  margin-bottom: 25px;
color:#fff;
  font-size: 84px;
  line-height: 1.06;
  font-weight: 400;
}

.hero-description {
  max-width: 600px;
margin-bottom:60px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 28px;
}

.btn {
  min-height: 49px;
  padding: 0 30px;
  padding-left:37px;
  padding-right:37px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary {
  background: #fff;
  color: #303340;
}

.btn-primary:hover img {
  transform: rotate(45deg);
}

.btn-primary img {
    transition: transform 0.3s ease;
} 


.btn-white {
  background: #ffffff;
  color: #293f5b;
}

.hero-recommend {
  margin-top: 130px;
color:#fff;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-recommend span {display:flex;font-size:16px;font-weight:300;color:#fff;column-gap:10px;align-items: center;}
.tl {display:flex;flex-direction: column;}
.hero-recommend span.trust {font-weight:500;font-size:18px;}

.hero-avatars {
  display: flex;
}

.hero-avatars img {
  width: 48px;
  height: 48px;
  margin-left: -20px;

  border-radius: 50%;
  object-fit: cover;
}

.hero-avatars img:first-child {
  margin-left: 0;
}

.hero-recommend p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #293f5b;
}

.hero-badges {
  margin-top: 80px;
}

.hero-badge img {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.hero-badge p {
  margin: 0;
  font-size: 14px;
  line-height: 1.22;
  color: #57708d;
}

/* MOBILE */

@media (max-width: 900px) {
  .site-header {
    padding: 20px 0;
  }

  .feature-video .container {
    margin-top:0px;
  }
.slider-top {
  flex-direction: column;
}
.compare-row {grid-template-columns: 1fr 1fr 1fr;}
  .main-nav,
  .header-btn {
    display: none;
  }

  .hero-section {
    min-height: auto;
    padding-top: 550px;
    padding-bottom: 60px;
    background-position: center top;
  }

  .hero-section::before {
    background: linear-gradient(
      90deg,
      rgba(245, 248, 252, 0.96) 0%,
      rgba(245, 248, 252, 0.88) 55%,
      rgba(245, 248, 252, 0.35) 100%
    );
  }

  .hero-content {
    max-width: 100%;
    padding-bottom:30px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-recommend {
    margin-top: 36px;
  }

  .hero-badges {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}

.footer {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #303340;
}

.footer-grid {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 90px;
}

.footer-content h2 {
  margin-bottom: 5px;

  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;

  color: #fff;
}
.ftxt {
  color:#fff;
  font-size:16px;
  font-weight:300;
  margin-bottom:40px;
}

.faq-seqtion {
  padding-bottom: 180px;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.footer-contact-item:last-child {
  grid-column: 1 / -1;
}

.footer-contact-item span {
  display: block;

  margin-bottom: 0px;
  font-size: 16px;
font-weight:600;

  color: #A2ADAF;
}

.footer-contact-item a,
.footer-contact-item p {
  display: block;

  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;

  color: #fff;

  text-decoration: none;
}

.footer-contact-item a {
  position: relative;
  display: inline-block;
}


.footer-form h3 {
  margin-bottom: 24px;

  font-size: 32px;
  font-weight: 400;

  color: #293f5b;
}

.footer-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-form input,
.footer-form textarea {
  width: 100%;

  border: 1px solid #CBD2D6;
  border-radius: 20px;

  background: #303340;

  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  color: #fff;

  padding: 0 18px;
}
.footer-form {padding-top:60px;}
.footer-form input {
  height: 43px;
}

.footer-form textarea {
  height: 130px;

  padding-top: 16px;

  resize: none;
}

.footer-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
}

.footer-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  font-size: 12px;
  line-height: 1.5;

  color: #536a83;
}

.footer-checkbox input {
  width: 14px;
  height: 14px;

  margin-top: 2px;

  flex-shrink: 0;
}

.footer-bottom {
  padding-top: 30px;

  border-top: 1px solid rgba(41, 63, 91, 0.1);

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-bottom p,
.footer-links a {
  font-size: 13px;
  color: #536a83;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer {
    padding: 70px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .footer-content h2 {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .footer-form h3 {
    font-size: 30px;
  }

  .footer-contact,
  .footer-form-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  cursor: pointer;

  font-size: 12px;
  line-height: 1.5;
  color: #536a83;
}

.footer-checkbox input {
  display: none;
}

.checkbox-custom {
  width: 20px;
  height: 20px;

  flex-shrink: 0;

  border: 1px solid #bfd0e2;
  border-radius: 6px;

  background: #ffffff;

  position: relative;

  transition: 0.25s ease;
}

.checkbox-custom::after {
  content: "";

  position: absolute;

  left: 6px;
  top: 2px;

  width: 5px;
  height: 10px;

  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;

  transform: rotate(45deg) scale(0);

  transition: 0.25s ease;
}

.footer-checkbox input:checked + .checkbox-custom {
  background: #a9c9ee;
  border-color: #a9c9ee;
}

.footer-checkbox input:checked + .checkbox-custom::after {
  transform: rotate(45deg) scale(1);
}

.footer-checkbox:hover .checkbox-custom {
  border-color: #8cb2da;
}
.footer-checkbox input:focus + .checkbox-custom {
  box-shadow: 0 0 0 4px rgba(169, 201, 238, 0.25);
}

.checkbox-content {
  flex: 1;
}

.checkbox-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.checkbox-more {
  border: 0;
  background: transparent;

  cursor: pointer;

  color: #9ab4d0;

  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;

  white-space: nowrap;
}

.checkbox-hidden {
  max-height: 0;
  overflow: hidden;

  transition: 0.3s ease;

  color: #536a83;

  line-height: 1.6;
}

.footer-checkbox.active .checkbox-hidden {
  max-height: 200px;
  margin-top: 12px;
}

.arrow {
  display: inline-block;
  transition: 0.3s ease;
}

.footer-checkbox.active .arrow {
  transform: rotate(180deg);
}

.open-policy {
  border: 0;
  background: transparent;
  display: flex;
  gap: 5px;
  cursor: pointer;

  color: #99b0c8;

  font-size: 8px;
  font-weight: 500;

  text-transform: uppercase;
  white-space: nowrap;
}

.modal-overlay {
  position: fixed;
  inset: 0;

  background: rgba(20, 30, 40, 0.45);
  backdrop-filter: blur(5px);

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 20px;

  opacity: 0;
  visibility: hidden;

  transition: 0.3s ease;

  z-index: 9999;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: relative;

  width: 100%;
  max-width: 700px;

  max-height: 80vh;

  overflow-y: auto;

  padding: 40px;

  border-radius: 20px;

  background: #ffffff;

  transform: translateY(20px);

  transition: 0.3s ease;
}

.modal-overlay.active .modal {
  transform: translateY(0);
}
.modal h3 {
  margin-bottom: 24px;

  font-size: 32px;
  font-weight: 500;

  color: #293f5b;
}

.modal-content p {
  margin-bottom: 16px;

  line-height: 1.2;
  font-weight: 300;
  color: #293f5b;
}
.faq-seqtion {
  padding-top: 180px;
}
.modal-close {
  position: absolute;

  right: 18px;
  top: 18px;

  width: 40px;
  height: 40px;

  border: 0;
  border-radius: 50%;

  cursor: pointer;

  background: #eef3f9;

  font-size: 22px;
  color: #293f5b;
}

.footer-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 12px;
  align-items: flex-start;
  align-items: center;
}

.checkbox-text {
  font-size: 9px;
  line-height: 2.2;
  color: #293f5b;
}

form .btn.btn-primary {
  border-width: 0px;
  background: #fff;
  max-width: 260px;
  font-weight: 300;
  font-size: 14px;
  color: #303340;
  margin-top: 20px;
}
form .newsletter-form__row .btn.btn-primary {margin-top:0px;text-transform: none;min-height:35px;height:35px}
.footer-form  .newsletter-form__row input {height:35px;min-height:35px;}
.btn {
  transition: 0.3s ease;
}

.btn span img {
  transition: transform 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover span img {
  transform: rotate(45deg);
}

.form-message {
  display: none;

  margin-bottom: 20px;
  padding: 16px 20px;

  border-radius: 10px;

  font-size: 14px;
  line-height: 1.5;
}

.form-message-success {
  background: #eaf8f0;
  border: 1px solid #b9e3c8;
  color: #28754e;
}

.form-message-error {
  background: #fff0f0;
  border: 1px solid #f0c4c4;
  color: #b14444;
}

.form-message.active {
  display: block;
}

input,
textarea,
select {
  outline: none;
}

.footer-form input,
.footer-form textarea {
  transition: 0.25s ease;
}

.footer-form input:focus,
.footer-form textarea:focus {
  border-color: #293f5b;

  box-shadow: 0 10px 25px rgba(41, 63, 91, 0.08);
}
.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: #8fa2b8;
}
.footer-checkbox input:focus + .checkbox-custom {
  box-shadow: 0 0 0 4px rgba(41, 63, 91, 0.12);
}
#zabieg {
  background: linear-gradient(
    #F4f7fb 0%,
    #FFf 100%
);
}

.cult-section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 1140px;

  overflow: hidden;
}
.before-cult {
  padding: 90px 0;
  padding-top:0px;
  padding-bottom:0px;
}
.cult-video {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}
.cult-overlay {
  position: absolute;
  inset: 0;

  background: url(../img/img14.jpg) no-repeat center center;
  background-size: cover;
}
.cult-content {
  position: relative;
  z-index: 5;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding-top: 120px;
}

.cult-card {
  width: 350px;

  padding: 20px 27px;

  border-radius: 15px;

  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  box-shadow: 0 10px 30px rgba(41, 63, 91, 0.05);
  display: grid;
  grid-template-columns: 45px 1fr;
  column-gap: 15px;
  margin-bottom: 30px;
}

.cult-card .content {
  color: #57708d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
}

.cult-card .content strong {
  font-weight: 600;
}

@media (max-width: 1300px) {

.comparison-card{ grid-template-columns: 1fr 1fr;}


}

@media (max-width:1200px) {
    .presentation-video__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .presentation-video {
    padding: 60px 0;
  }
  .presentation-video__content {
    order: 10;
  }
}

@media (max-width: 992px) {
.comparison-card{ grid-template-columns: 1fr;}
.slider-top h3 {font-size:28px;}

  .cult-section {
    min-height: auto;
    border-radius: 20px;
  }
  .presentation-video__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .presentation-video {
    padding: 60px 0;
  }
  .presentation-video__content {
    order: 10;
  }
  .cult-content {
    flex-direction: column;

    gap: 30px;

    padding: 60px 24px;
  }

  .cult-title p {
    font-size: 20px;
  }

  .cult-features {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .cult-card {
    width: 100%;
  }
}

.cult-title h2 {
  font-weight: 200;
  font-size: 100px;
  letter-spacing: -2%;
  margin-bottom: 40px;
}@media (max-width: 992px) {  .cult-title h2 {    font-size: 52px;  }}

.cult-title p {
  color: #293f5b;
  font-size: 46px;
  line-height: 1.25;
}

main {

  max-width: 1920px;
  margin: 0 auto;
}

.comparison-section.test {
  padding-top:90px;
  background: linear-gradient(
    #Fff 0%,
    #F4f7fb 100%
);
}

.gradient1 {
background: linear-gradient(
    #F4F7Fb 0%,
    #F4f7fb 49%,
    #fff 100%
);
}

.dof {
  display:none;
}

@media (max-width: 992px) {
.don {
  display:none;
}
.dof {
  display:block;
}
.handpiece-product img {
  position: relative
;
top:0px;
width:100%;
height:auto;
}
}

@media (max-width: 992px) {
.testimonials-inner {
  grid-template-columns: 1fr;
  gap:20px;
  padding-left:25px;
}
.handpiece-grid {
  max-height:auto;
}
.handpiece-grid {max-height:inherit;}
.hero-section {
 background-image: url(../img/hero_mob.jpg);
}
    .hero-title {
        font-size: 41px;
    }

}

@media (max-width:1200px) {
  .feature-video__card {
    grid-template-columns: 1fr;
  }
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 32px;
    cursor: pointer;
}

@media (max-width: 991px) {

    .mobile-menu-toggle {
        display: block;
        z-index: 1002;
    }
    .comparison-section ,.benefits-section,.feature-video,.before-cult,.cult-content{padding-bottom:0px}
    /*.cult-overlay {display:none;}*/
	.cult-overlay {
	  background:transparent;
	}
  	.cult-overlay img{width:100%;height:auto;}
    .cult-card {box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.04),
    0 8px 24px rgba(0, 0, 0, 0.06);}
    .slider-track {min-height:auto;}
.faq-seqtion {padding-bottom:90px;margin-bottom:0px;}
.testimonials-section {
  padding-bottom:0px
}
    .main-nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 120px 30px 30px;
        transition: .3s;
        z-index: 1001;
    }

    .main-nav.active {
        left: 0;
    }

    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.5);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 1000;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .header-btn {
        display: none;
    }
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-close {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    z-index: 1002;
}

.mobile-menu-toggle.hidden {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu-toggle.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.menu-open {
  overflow: hidden;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #293F5B;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 1003;

  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-overlay:not(.active) .mobile-menu-close {
  display: none;
}

.extra .comparison-card {
  grid-template-columns: 1fr;
}

.show {display:none;}
@media (max-width: 991px) {


.show {display:block;}



}

.accordion-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: none;
    border: none;
    cursor: pointer;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #fff;
}

.accordion-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.accordion-icon img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

/* Obrót chevrona po otwarciu */
.accordion-item.active .accordion-icon img {
    transform: rotate(180deg);
}

@media (max-width:768px) {
  .testimonials-controls {display:none;}
  .testimonials-track {flex-direction:column;}
  .testimonials-content {padding-bottom:30px;}
  .testimonial-card {flex:auto;flex-basis:auto;}
}
.mob_only {display:none;}
.cult-overlay img {display:none;}
@media (max-width: 991px) { 
  .cult-overlay img {
  display:block;
  }
.cult-overlay  {position:relative;}
}
.hero-section .extrafield { width:100% }
@media (max-width: 992px) { 
.mob_only {display:block;background: #E9EEF5;display:flex;justify-content: center;}
.hero-section {background-image:none;flex-direction:column;padding-top:0px;padding-bottom:0px;height:auto;}
.hero-section .extrafield {
  background: linear-gradient(
    #E9EEF5 0%,
    #F4f7fb 100%
)


}

.feature-video {
  background: linear-gradient(
    #F4f7fb 0%,
    #fff 100%
)

}
.mob_only img{width:100%;height:auto;}
.cult-section {
  background: linear-gradient(#FFf 0%, #F4f7fb 100% );
}
}

/* added CM 16.08.2026*/
@media (max-width: 992px) { 
.cover-desktop { display:none }
}
@media (min-width: 992px) { 
.cover-mobile { display:none }
}

/* Styl nakładki tła */
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); /* Ciemne, półprzezroczyste tło */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Stan aktywny - płynne pojawienie się */
.video-popup-overlay.active {
  opacity: 1;
}

/* Kontener na wideo */
.video-popup-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.video-popup-overlay.active .video-popup-container {
  transform: scale(1);
}

/* Element wideo wewnątrz popupu */
.video-popup-container video {
  width: 100%;
  height: auto;
  display: block;
}

/* Przycisk zamknięcia (X) */
.video-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 10000;
}

.video-popup-close:hover {
  background: #000;
  transform: scale(1.1);
}

.dark {
  background-color: #1D1C22;
}

.simple-cta {
  background:url(../img/img1.jpg) no-repeat center center;
width:100%;
min-height:295px;
border-radius:20px;
display:flex;
justify-content: center;
align-items:center;
}
.cta {
  padding-bottom:180px;
}
.cta-2 .simple-cta {
  background:url(../img/img5.jpg) no-repeat center center;
width:100%;
min-height:295px;
border-radius:20px;
display:flex;
justify-content: center;
align-items:center;
}

.cta-2 .simple-cta__inner h2 {color:#fff;font-weight:500;}
.cta-2 .btn {text-transform: none;width:250px;}
.c2col .red {background:#FF6376;color:#fff;}
.btn.sec {padding-left:10px;padding-right: 10px;}
.c2col {display:flex;justify-content: center;column-gap: 30px;}
.half-txt {padding-bottom:180px;}
.half {display:grid;grid-template-columns: 1fr 590px;column-gap:90px;}
.c2 img {border-radius: 20px;}
.c1 h2 {margin-bottom:40px;}
.c1 p {color:#fff;font-size:16px;margin-bottom:40px;}


.simple-cta__inner h2 {
  color:#FF6376;
  font-size:32px;
  font-weight:400;
  text-align:center;
  margin-bottom:10px;
}
.simple-cta__inner  p {
  color:#fff;
  text-align:center;
  font-size:16px;
  font-weight:300;
  line-height:1.25;
  margin-bottom:40px;

}
.simple-cta__inner {
  text-align:center;
}

.korzysci .head h2 {
  font-size:42px;
  color:#fff;
  font-weight:500;
  margin-bottom:60px;
}

.korzysci .head p ,.iconbox .slogan{
  color:#FF6376;
  font-size:16px;
  text-transform:uppercase;
  font-weight:400;
  margin-bottom:0px;
}

.korzysci .content {
  display:grid;
  grid-template-columns: 433px 1fr;
  column-gap:80px;
}

.korzysci .content h3 {
  color:#fff;
  font-weight:600;
  font-size:16px;
  margin-bottom:15px;

}

.korzysci .content p {
  color:#fff;
  font-weight:300;
  font-size:16px;
  margin-bottom:20px;
  
}

.korzysci .content .block {
  padding-bottom:20px;
}

.korzysci img {
  width:100%;
  height:auto;
  border-radius:20px;

}

.korzysci {
  padding-bottom:180px;
}

.light {
  background:#303340; 
  padding-top:180px;
  padding-bottom:180px;
}

.light .full {
  padding-bottom:60px;
}

.light .full h2 {
  margin-bottom:35px;
}

.light .full p{
  color:#fff;
  font-weight:300;
  font-size:16px;
  margin-bottom:20px;

}
.iconbox {
  padding:180px 0;
}

.editor .half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap:100px;
}

.editor .half h3 {
  color:#fff;
  font-size: 32px;
  font-weight:400;
  margin-bottom:5px;
}

.editor .half img {
  margin-bottom:35px;
}

.imgh {
  height:360px;
}

.editor .s1 {
  padding-bottom:115px;
}

.light .full p.slogan {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.editor .half p {
  color:#fff;
  font-size: 16px;
font-weight:300;
}

.editor ul li:before,.c1 ul li:before,.training-content li:before {
  background:url(../icons/dot.svg) no-repeat top left;
  content:"";
position:absolute;
width:6px;
height:6px;
left:0px;
top:12px;
}

.editor ul,.c1 ul {
  padding-top:15px;
}

.editor ul li,.c1 ul li,.training-content li {
  padding-left:15px;
  position:relative;
  color:#fff;
  font-size:16px;
  font-weight:300;
  line-height:30px;
}
.ask {
  padding-bottom:180px;
}
.light-half {
  border-radius:20px;
  background:#303340;
  padding:40px 100px;
  display:grid;
  grid-template-columns: 1fr 310px;
  column-gap:60px;;
} 
.hc1 h2 {margin-bottom:20px;}
.hc1 p {
  color:#fff;font-weight:300;font-size:16px;margin-bottom:40px;
}

.hc1 .btn {
  background:#FF6376;color:#fff;
}
.hc1 {display:flex;height:100%;align-items:center;}
.iconbox h2 {
  margin-bottom:20px;
}

.iconbox p {
  color:#fff;
  font-size:16px;
  font-weight:300;
}
.iconbox .slogan {margin-bottom:5px;}
.ico {
  padding-top:60px;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap:60px;
  padding-bottom:60px;
}

.single-ico {
  height:50px;
  margin-bottom:15px;
}

.box .txt {
color:#fff;
font-size:16px;
font-weight:300;
}

.iconbox .btn-primary,.hero-buttons .btn-primary {
  color:#fff;
  background:#FF6376;
}



 #filozofia, #zabieg, #prezentacja, .benefits-section,.comparison-section ,.handpieces-section{
  display:none !important;
}


.section--product-header {padding-top:180px;}
.row--details {display:grid;grid-template-columns: 1fr 580px;column-gap:75px;}
.col-header-description p {color:#fff;font-size:16px;font-weight:300;}
.ico2 {color:#fff;font-size:21px;font-weight:300;display:flex;column-gap: 60px;padding-bottom:60px;}
.box {display:flex;column-gap: 10px;align-items: center;}
.iconbox.t2 h2 {margin-bottom:40px;}
.iconbox.t2 {padding-bottom:180px;}
.box2 {display:grid;grid-template-columns: 1fr 470px;column-gap:120px;}
.box2 .slogan {
      color: #FF6376;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
}
.roundboxes {
  display:flex;
  justify-content: space-between;
  margin-bottom:50px;
}
.f1,.f2 {color:#fff;font-size:16px;font-weight:300;}
.box2 h2 {margin-bottom:60px;}
.roundbox {position:relative;line-height:1.25;text-align:center;width:125px;height:125px;display:flex;flex-direction:column;justify-content: center;align-items: center;border:2px solid #A2ADAF;border-radius:50%;color:#fff;font-weight:300;font-size:16px;}
.roundbox strong {font-weight:600;}
.roundbox:before {content:"";background: url(../icons/dots.svg) no-repeat center center;
position:absolute;width:70px;height:8px;right:-100px;}
.roundbox:last-child:before {display:none;}
.box2p img {border-radius:20px;}
.slider2 {padding-bottom:180px;}
.slider1 .installment-slider__label .label-tooltip::before,.slider2 .installment-slider__label .label-tooltip::before {display:none;}
.slider1 .installment-slider__label .label-tooltip, .slider2 .installment-slider__label .label-tooltip {display:none;}
.slider1 .installment-slider__heading .heading-label,.slider2 .installment-slider__heading .heading-label {width:100%;}
.slider1 .installment-slider__footer,.slider2 .installment-slider__footer {padding-top:0px !important;padding-bottom:60px;display:flex;justify-content: space-between;}
/*
 * Styles extracted for the installment slider component.
 * Source: app.css
 */

/* Local base styles needed by the component */
.installment-slider,
.installment-slider *,
.installment-slider *::before,
.installment-slider *::after {
    box-sizing: border-box;
}

.installment-slider {
    color: #0a1b46;

    font-style: normal;
  
    position: relative;
}

/* Heading */
.installment-slider__heading {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.installment-slider__heading .heading-label {
    font-size:32px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    width: 50%;
    color:#fff;
}

.installment-slider__heading .heading-label strong {
    display: block;
    font-weight: 800;
}

.installment-slider__heading .heading-label--to {
    text-align: right;
}

/* Bootstrap progress base required by the original component */
.installment-slider .progress {
    --bs-progress-height: 8px;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #FF6376;
    --bs-progress-border-radius: 10px;
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #A2ADAF;
    --bs-progress-bar-transition: 2s width ease-in-out;

    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    display: flex;
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
    overflow: visible;
}

.installment-slider .progress-bar {
    background-color: var(--bs-progress-bar-bg);
    border-bottom-left-radius: var(--bs-progress-border-radius);
    border-top-left-radius: var(--bs-progress-border-radius);
    color: var(--bs-progress-bar-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -1px;
    overflow: hidden;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap;
}

/* Tooltip below the progress bar */
.installment-slider__label {
    padding: 15px 0 0;
    position: relative;
    width: 100%;
}

.installment-slider__label .label-tooltip {
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 20px;
    min-width: 185px;
    padding: 10px 26px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: auto;
}

.installment-slider__label .label-tooltip.animated {
    transition: left 2s ease-in-out;
}

.installment-slider__label .label-tooltip.animated-fast {
    transition: left 0.45s ease-in;
}

.installment-slider__label .label-tooltip::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 11px 9px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -9px;
    transform: translateX(-50%);
    width: 0;
}

/* Footer */
.installment-slider__footer {
    padding-top: 60px;
}

.installment-slider__footer .footer-info {
    color: #aeb8ba;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

/* Responsive rules from the original stylesheet */
@media (min-width: 768px) {
    .installment-slider__heading .heading-label strong {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .installment-slider__footer {
        padding-top: 50px;
    }

    .installment-slider__footer .footer-info {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (min-width: 1200px) {
    .installment-slider__footer {
        padding-top: 20px;
    }

    .installment-slider__footer .footer-info {
        max-width: 40%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .installment-slider .progress-bar {
        transition: none;
    }

    .installment-slider__label .label-tooltip {
        transition: none;
    }
}

/*
 * Optional outer Bootstrap column sizing used by the supplied HTML.
 * Keep this part only when the element is placed inside a flex/grid row.
 */
.col-12.col-header-slider {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .col-lg-6.col-header-slider {
        width: 50%;
    }
}




.training-slider {

    overflow: hidden;

    color: #fff;
}

.training-slider__container {

    margin: 0 auto;
}

.training-carousel {
    position: relative;
}

.training-carousel__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 90px;
}

/* Stały tekst */

.training-content {
    max-width: 570px;
}

.training-subtitle {
    color: #FF6376;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
}

.training-content h2 {
margin-bottom:20px;
}

.training-content p {
    margin: 0 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight:300;
    margin-bottom:60px;
}

.training-content h3 {
    margin: 0 0 19px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.training-content ul {
    margin: 0;
    margin-bottom:60px;
  
}
.trenerzy {
  display:flex;
  column-gap:20px;
  font-size:16px;
  font-weight:600;
  text-transform: uppercase;
  align-items:center;
}


/* Zmieniane zdjęcia */

.training-images {
    position: relative;
    width: 100%;
    height: 430px;
}

.training-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition:
        opacity 0.45s ease,
        visibility 0.45s ease,
        transform 0.45s ease;
}

.training-image.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.training-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* Strzałki */

.training-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.training-arrow:hover {
    border-color: #d46476;
    background: #d46476;
}

.training-arrow--prev {
    left: -50px;
}

.training-arrow--next {
    right: -50px;
}

/* Imiona jako wskaźniki */

.training-indicators {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 28px;
   
}

.training-indicator {
    position: relative;
    flex: 0 0 auto;
    padding: 0 0 10px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight:300;
    cursor: pointer;
    transition: color 0.25s ease;
    font-family: "Inter", sans-serif;
}

.training-indicator.is-active,.training-indicator:hover {
  font-weight:600;
}




.training-indicator:hover,
.training-indicator.is-active {
    color: #fff;
}



@media (max-width: 768px) {
    .training-slider {
        padding: 60px 0;
    }

    .training-carousel__main {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .training-images {
        order: -1;
        height: 380px;
    }

    .training-content h2 {
        font-size: 30px;
    }

    .training-arrow--prev {
        left: 12px;
    }

    .training-arrow--next {
        right: 12px;
    }

    .training-indicators {
        gap: 22px;
        overflow-x: auto;
        padding-bottom: 12px;
        scrollbar-width: none;
    }

    .training-indicators::-webkit-scrollbar {
        display: none;
    }

    .training-indicator {
        white-space: nowrap;
    }
}

.newsletter {
  background-color: #1D1C22;
  color:#fff;
  padding-top:150px;
  padding-bottom:145px;
}

.hnl img {margin-bottom:22px}
.hnl p {
  font-size:16px;
  font-weight:300;
  margin-bottom:20px;
}
.hnl ul {list-style:none;display:flex;gap:20px;margin-bottom:30px;}
.hnl ul img {margin-bottom:0px;}
.halfnews {display:grid;grid-template-columns: 1fr 1fr;column-gap:120px;}
.hnp h3 {
  font-size:32px;font-weight:400;margin-bottom:5px;
}
.hnp p {
  font-size:16px;font-weight:300;color:#A2ADAF;margin-bottom:35px;
}
.newsletter-form__row {display:grid;grid-template-columns:1fr 140px;gap:20px;}