/* Importowanie czcionki Barlow */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Ustawienia globalne */
:root {
  --max-width: 1140px;
  --mobile-padding: 24px;
  --transition-duration: 0.3s;
  --transition-easing: ease;
  --hover-opacity: 0.2;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  height: 100%;
}

/* Ustawienie domyślnej czcionki */
body {
  margin: 0;
  font-family: 'Barlow', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f5f5f5;
}

/* Kontenery i utility */
  .desktop-none{
    display: none !important;
  }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.paragraph__mobile {
  display: none;
}

/* Typografia */
header {
  margin: 72px 0 48px 0;
}

h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
}

h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

h4{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
h5{
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;

}

/* Przyciski */
button {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #0D0D0D;
  padding: 12px 24px;
  background-color: #FBFBFB;
  border-radius: 4px;
  border: none;
  font-family: 'Barlow', sans-serif;

}

button:hover {
  cursor: pointer;
}

/* Sekcja stylów nawigacji głównej */
#main-nav {
  background: #080808;
}

#main-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-nav .nav-toggle {
  display: none;
}

#main-nav img {
  width: 35.2px;
  height: 34px;
}

#main-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-nav ul li a {
  font: 500 14px 'Barlow', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 22px 16px;

  line-height: 20px;
  letter-spacing: 0%;

}

#main-nav ul li a:hover {
  color: #000000CC;
  background: #FFF;
}


/* Koniec sekcji stylów nawigacji głównej */

/* Header styles */
#main-header {
  background-color: #1a1a1a;
  color: white;
  padding: 20px 0;
  text-align: center;
}

#main-header h1 {
  font-size: 2.5rem;
  margin: 0;
}

#main-header p {
  font-size: 1.2rem;
  margin: 10px 0 0;
}

/* Sekcja stylów stopki */
footer {
  width: 100%;
  margin-top: auto;
  background-color: #f4f4f4;
}

#footer .section-nav {
  background-color: #f4f4f4;
  width: 100%;
}

#footer .section-social {
  background-color: #000000;
  width: 100%;
  padding: 24px 0;
}

/* Stylizacja sekcji społecznościowej w stopce */
#footer .section-social .container div {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

#footer .section-social .container div span {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFF;
}

#footer .section-social .container div i {
  font-size: 24px;
  color: #FFF;
}

/* Hover efekt dla linków do Facebooka i Instagrama w social media */
.section-social a:hover {
  opacity: var(--hover-opacity);
}

/* Transition dla linków w social media */
.section-social a {
  transition: var(--transition-duration) var(--transition-easing);
}

/* Footer Section Styles */
.footer-navigation {
  padding: 54px 0;
}

.footer-container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

/* Styl dla logo i sekcji kontaktowej w stopce */
.footer-logo-info {
  display: flex;
  align-items: center;
  gap: 80px; /* Odstęp między logo a sekcją kontaktową */
}

.footer-logo-info img {
  width: 94px;
  height: 94px;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* Styl dla odstępu po pierwszym <span> w sekcji kontaktowej */
.footer-contact-info span:first-child {
  margin-bottom: 20px;
}

.footer-contact-info span:nth-last-child(2),
.footer-contact-info span:nth-last-child(1) {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}

.footer-main-menu{
  column-count: 3;
  flex: 0.75;
}
.footer-main-menu ul,
.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-main-menu ul li,
.footer-links ul li {
  padding: 4px 0 12px 0;
}

.footer-main-menu ul li a,
.footer-links ul li a {
  text-decoration: none;
  color: inherit;
}

.footer-main-menu ul {
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.footer-main-menu ul li {
  flex: 1 1 calc(50% - 10px); /* Two items per row */
  text-align: center;
}

.footer-links {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

#footer .fa-phone,
#footer .fa-envelope {
  margin-right: 8px;
  font-size: 17px;
}

/* Hover efekt dla linków w footer-links i footer-main-menu */
.footer-links a:hover,
.footer-main-menu a:hover {
  opacity: var(--hover-opacity);
}

/* Transition dla linków w footer-links i footer-main-menu */
.footer-links a,
.footer-main-menu a {
  transition: var(--transition-duration) var(--transition-easing);
}


/* Sekcje */
section {
  padding: 72px 0 64px 0;
}

section h1 {
  padding: 0 0 40px 0;
}


section.banner {
  padding: 72px;
  margin: 0;
}


section.banner .paragraph {
  padding: 32px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;

  /* max-width: 830px; */
  margin: 0 auto;
}

section.banner-header {
  background-image: url('../img/hero_banner_bg.webp');
  background-size: 120%;
  background-position: center;
  max-width: none;
  position: relative;

}
section.banner-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.70);
}
section.banner-header > * {
  position: relative;
  z-index: 1;
}
section.banner-header .paragraph {
  font-size: 20px;
  line-height: 32px;
  padding: 40px 0;


  font-size: 18px;
  line-height: 32px;
  letter-spacing: 10%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

section.banner-header .paragraph .discipline-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

section.banner-header .paragraph .discipline-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

section.banner-header .paragraph p:first-child {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

section.banner-header .paragraph p:first-child > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}


section.banner.header-kids .container {
  display: flex;
  
}
section.banner.header-kids #kids-wrapper-1{
  flex-basis: 75%;
  text-align: center;
}
section.banner.header-kids #kids-wrapper-1 .paragraph{
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle
}

section.banner.start, section.banner.trainers{
  padding: 72px 0;
}
section.banner.start .paragraph, section.banner.trainers .paragraph{
  font-size: 22px;
  max-width: 70%;
  padding: 24px 0 0 0;
  margin: 0;
}
section.banner.start, section.banner.trainers{
  background-image:
    linear-gradient(90deg, #0F0F0F 0%, #0F0F0F 65%, rgba(15, 15, 15, 0.85) 75%, rgba(15, 15, 15, 0) 100%),
    url('../img/nogi.jpg');
  background-size: 100% 100%, 50%;
  background-position: center, right calc(50% + 100px);
  background-repeat: no-repeat;
}


section.banner.trainers{
  background-image:
    linear-gradient(90deg, #0F0F0F 0%, #0F0F0F 60%, rgba(15, 15, 15, 0.85) 65%, rgba(15, 15, 15, 0) 100%),
    url('../img/indivual.png');
    background-size: 100% 100%, contain;
    background-position: center, right center;


}
section.banner.start button, section.banner.trainers button{
  margin: 24px 0 0 0;
}
section.start .paragraph{
  font-weight: 400;
}
section.question{
  text-align: center;
  padding: 42px 0 72px 0;
}
section.question h3{
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;

}
section.question .paragraph{
  padding: 24px 0 32px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

}
section.question button{
  background-color: #000000;
  color: #FFFFFF;
}
section.question-dark button{
  background-color: #FBFBFB;
  color: #000000;
}

section.banner-left .paragraph {
  margin: 0;
}

section.banner.kids .paragraph{
  font-weight: 400;
}

section.banner.kids button {
  background-color: #DBE43E;
}

section.banner.kids{
  background-color: #0F238B;
  background-image:
    linear-gradient(90deg, #0F238B 0%, #0F238B 60%, rgba(15, 35, 139, 0.85) 65%, rgba(15, 35, 139, 0) 100%),
    url('../img/banner_kids.webp');
  background-size: 100% 100%, 40%;
  background-position: center, right center;
  background-repeat: no-repeat;
}

/* Article block module */
.article-block {
  display: flex;
  align-items: center;
  gap: 100px;
}

.article-block__media {
  flex: 1 1 45%;
}

.article-block__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  object-fit: cover;
  aspect-ratio: 212 / 137;
}

.article-block__content {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px 0 24px 0;
}

.article-block--image-right {
  flex-direction: row-reverse;
}

.article-block--image-left {
  flex-direction: row;
}

.article-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: uppercase;

}

.article-block__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;

  padding: 12px 0 0 0;
}

.article-block__button {
  background: #0d0d0d;
  color: #ffffff;
  width: fit-content;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
}

.article h1{
  padding: 0;
}
.article .container{
  display: flex;
  flex-direction: column;
  gap: 72px;
}



/* Koniec sekcji hero-banner */

/* Gallery module */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e6e6e6;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item--empty {
  background: #f0f0f0;
}

/* Stylizacja sekcji numbers */
section.numbers .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

section.numbers div {
  text-align: center;
}
section.numbers div h2 {
  padding: 0 0 10px 0;
  font-size: 60px;
  line-height: 100%;

}
section.numbers div span {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

section.numbers {
  padding: 89px 0 118px 0;
}

/* Koniec sekcji numbers */



/* Opinion cards layout */
/* Opinion cards layout */
.opinion-cards {
  column-count: 3;
  column-gap: 16px;
}


/* Opinion card */

/* Opinion card */
.opinion-card {
  width: 100%;
  max-width: 100%;
  border: 1px solid #0F0F0F;
  padding: 16px;
  background: #FBFBFB;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border-width: 1px;
  break-inside: avoid;
  margin-bottom: 16px;
}

.opinion-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
}

.opinion-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.opinion-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.opinion-card__avatar--placeholder {
  background: #e6e6e6;
}

.opinion-card__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4px;
}

.opinion-card__role {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6A6A6A;
  text-transform: uppercase;
}


/* FAQ cards layout */
/* FAQ cards layout */
.faq-cards {
  column-count: 2;
  column-gap: 16px;
}


/* FAQ card */
/* FAQ card */
.faq-card {
  border: 1px solid #0F0F0F;
  padding: 24px;
  background: #FBFBFB;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  break-inside: avoid;
  margin-bottom: 16px;
}

.faq-card__question {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.faq-card__answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.faq button{
  display: none;
}

/* Trainer cards layout */
.trainer-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  align-items: start;
}


/* Trainer card */
.trainer-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.trainer-card__avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  background: radial-gradient(70.12% 89.69% at 50% 100%, #505050 0%, #181818 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}

.trainer-card__avatar--placeholder {
  background: radial-gradient(70.12% 89.69% at 50% 100%, #505050 0%, #181818 100%);
}

.trainer-card__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 15px;

}

.trainer-card__role {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #00000099;
  margin-bottom: 12px;
}

.trainer-card__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.trainer-card__link {
  font-size: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
}

/* Rules cards layout */
.rules h4{
  font-size: 28px;
}
.rules-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 16px;
  align-items: start;
}


.rules-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.rules-card__icon {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.rules-card__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;

}

.rules .paragraph{
  padding: 24px 0;

  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;

  width: 70%;

}

.rules .download-link{
  margin-bottom: 16px;
}

.rules .download-link:last-of-type{
  margin-bottom: 0;
}

/* Download link module */
.download-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: black;
  transition: var(--transition-duration) var(--transition-easing);
}

.download-link:hover {
  opacity: 0.6;
}

.download-link__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;

}

.download-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.download-link__icon img {
  width: 18px;
  height: 18px;
}


.trainer-card__phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #00000099;
}

/* Pricing */
.pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}


.pricing__table {
  overflow: hidden;
  text-align: center;
}

.pricing__header,
.pricing__row {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr;
}

.pricing__header {
  color: #FFFFFF;
  gap: 8px;



}

.pricing__row {
  gap: 8px;
}

.pricing__header .pricing__col {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;

  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 10px 0;
  border: 1px solid #000000;
  border-radius: 4px;
}

.pricing__col{
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  padding: 8px 0;
  border: 1px solid #0000004D;
  border-radius: 4px;
  margin-bottom: 8px;

}
.pricing__price {
  justify-content: center;
  font-weight: 700;
}

.pricing__notes {
  display: grid;
  gap: 24px;
}

.pricing__note {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
}
.pricing__note{
  display: flex;
  align-items: center;
}

.pricing__note-icon {
  font-weight: 700;
  font-size: 12px;
}

.pricing__note-text{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.discount .pricing__note-text{
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.discount .pricing__note-icon{
  display: none;
}

/* Price alert */
.price-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid currentColor;
  background: #F4F4F4;
  margin-bottom: 48px;
}

.price-alert__icon {
  font-size: 20px;
  line-height: 1;
  color: currentColor;
  margin-top: 2px;
}

.price-alert__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: currentColor;
}
section.trainers .paragraph{
  margin-top: 80px;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}

/* Copy clipboard */
section.copy{
  padding: 28px 0 32px 0;
}
.copy-clipboard {
  display: inline-flex;
  flex-direction: column;
  padding: 4px 0 8px 0;
}

.copy-clipboard__row {
  display: inline-flex;
  align-items: center;
  border: 1px solid #00000080;
  padding: 8px 16px;
  cursor: pointer;
}

.copy-clipboard__row:hover{
  border: 1px solid black;
  
}

.copy-clipboard__icon{
  font-size: 18px;
  margin-left: 26px;
}

.copy-clipboard__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;

}

/* Schedule */
.schedule-section {
  padding: 64px 0 80px 0;
}

.schedule-day-switcher{
  display: none;
}

.schedule-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  justify-content: center;
  color: #111111;

  font-weight: 500;
  font-size: 14px;
  line-height: 20px;

}

.schedule-meta i {
  font-size: 18px;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  align-items: start;
}

.schedule-weekend {
  display: flex;
  flex-direction: column;
  gap: 18px;
}


.schedule-day {
  border: 1px solid #000000;
  border-radius: 4px;
  background: #ffffff;
  padding: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.schedule-day__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.schedule-day__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.schedule-tile {
  border-radius: 4px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); */
  position: relative;
}

.schedule-tile__time {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.schedule-tile__name {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;

}

.schedule-tile__tooltip {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  cursor: help;
  color: inherit;
  
}

.schedule-tile__tooltip i {
  font-size: 20px;
  opacity: 0.6;
}

.schedule-tooltip__text {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(6px);
  min-width: 180px;
  max-width: 260px;
  background: #ffffff;
  color: #111111;
  border-radius: 4px;
  padding: 11px 16px;
  box-shadow: 0px 4px 12px 0px #00000033;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 5;
  text-transform: none;
  
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;

}


.schedule-tile__tooltip:hover .schedule-tooltip__text,
.schedule-tile__tooltip:focus-within .schedule-tooltip__text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.schedule-tile__tooltip:active .schedule-tooltip__text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.schedule-empty {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #7a7a7a;
  padding: 8px 0;
}

/* Contact form module */
.contact-form {
  max-width: 720px;
  margin: 0 auto;
}

.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form__input,
.contact-form__textarea {
  font-family: 'Barlow', sans-serif;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 12px;
  color: #111111;
  background: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  transition: border-color var(--transition-duration) var(--transition-easing), box-shadow var(--transition-duration) var(--transition-easing);
}

.contact-form__textarea {
  resize: none;
  min-height: 150px;

}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #9a9a9a;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: #0d0d0d;
  box-shadow: 0 0 0 2px rgba(13, 13, 13, 0.12);
}

.contact-form__actions {
  display: flex;
  justify-content: center;
}

.contact-form__submit {
  background: #0d0d0d;
  color: #ffffff;
}

.contact-form__submit:hover {
  opacity: 0.9;
}

.contact-form__helper {
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;

}



/* USTAWIENIA DLA URZĄDZEŃ MOBILNYCH */
/* USTAWIENIA DLA URZĄDZEŃ MOBILNYCH */
/* USTAWIENIA DLA URZĄDZEŃ MOBILNYCH */
/* USTAWIENIA DLA URZĄDZEŃ MOBILNYCH */

@media (max-width: 768px) {
  /* Globalne ustawienia dla urządzeń mobilnych */
  .container{
    padding: 0 var(--mobile-padding);
  }

  h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0%;
  }

  section.trainers .paragraph{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-top: 40px;
  }

  section h1{
    padding: 0 0 40px 0;
  }

  .paragraph__desktop {
    display: none;
  }

  .paragraph__mobile {
    display: block;
  }

  .article-block {
    flex-direction: column-reverse;
    gap: 24px;
  }

  section.rules .paragraph{
    width: auto;
    padding: 16px 0 24px 0;
  }

  #main-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  #main-nav .container {
    position: relative;
    padding: 20px 16px;
    flex-wrap: wrap;
    align-items: center;
  }

  #main-nav ul {
    display: none;
  }

  #main-nav .nav-toggle {
    display: inline-flex;
    width: 24px;
    height: 16px;
    border: none;
    background: transparent url("../img/menu_burger.svg") no-repeat center center;
    background-size: contain;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    line-height: 0;
    order: 1;
    border-radius: 0;
  }

  #main-nav.is-open .nav-toggle {
    width: 19px;
    height: 19px;
    background-image: url("../img/menu_close.svg");
    background-position: center center;
  }

  #main-nav .container > a {
    margin-left: auto;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 2;
  }

  #main-nav .container > a img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  #main-nav .container > a::after {
    content: none;
  }

  #main-nav.is-open ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 12px;
    order: 3;
    min-height: calc(100vh - 52px);
    min-height: calc(100dvh - 52px);
    min-height: -webkit-fill-available;
    justify-content: flex-start;
    align-items: stretch;
  }

  #main-nav.is-open {
    min-height: 100vh;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
  }

  #main-nav.is-open ul li a {
    padding: 16px 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.12); */
    display: block;
    width: 100%;
    text-align: center;
  }

  #main-nav.is-open ul li {
    width: 100%;
  }

  body.nav-open {
    overflow: hidden;
  }

  .footer-navigation {
    background: #000000;
    padding: 40px 0 32px;
  }

  .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
  }

  .footer-logo-info {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .footer-logo-info img {
    width: 64px;
    height: 64px;
  }

  .footer-contact-info {
    color: #ffffff;
  }

  .footer-contact-info span:nth-last-child(2),
  .footer-contact-info span:nth-last-child(1) {
    color: #ffffff;
  }

  .footer-main-menu {
    column-count: 1;
    width: 100%;
  }

  .footer-main-menu ul,
  .footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .footer-main-menu ul li,
  .footer-links ul li {
    padding: 4px 0;
  }

  .footer-main-menu ul,
  .footer-links {
    color: #ffffff;
  }

  #footer .section-social {
    background-color: #f4f4f4;
    color: #000000;
    padding: 16px 0 24px 0;
  }

  #footer .section-social .container div {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  #footer .section-social .container div span {
    color: #000000;
  }

  #footer .section-social .container div i {
    color: #000000;
  }

  .faq-cards--home .faq-card:nth-child(n+5) {
    display: none;
  }

  #footer .footer-navigation {
    background: #000000;
    padding: 24px 0 48px 0;
  }

  #footer .footer-navigation,
  #footer .footer-navigation a {
    color: #ffffff;
  }

  #footer .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  #footer .footer-logo-info {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  #footer .footer-logo-info img {
    width: 40px;
    height: 40px;
    filter: invert(1) brightness(1.1);
  }

  #footer .footer-contact-info {
    align-items: center;
    color: #ffffff;
  }

  #footer .footer-contact-info span{
    margin-bottom: 4px;
  }

  #footer .footer-contact-info i {
    color: #ffffff;
  }

  #footer .footer-main-menu,
  #footer .footer-links {
    width: 100%;
  }

  #footer .footer-main-menu ul,
  #footer .footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  #footer .footer-main-menu ul li,
  #footer .footer-links ul li {
    padding: 4px 0;
  }

  #footer .section-social {
    background-color: #f4f4f4;
    color: #000000;
  }

  #footer .section-social .container div {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    justify-content: center;
  }

  #footer .section-social .container div span,
  #footer .section-social .container div i {
    color: #000000;
  }

  #footer .section-social .container div i{
    font-size: 28px;
  }

  #footer .section-social .container div div div{
    flex-direction: row;
    gap: 20px;
  }

  .footer-links{
    display: none;
  }

  .schedule-day-switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px 0;
  }

  .schedule-day-switcher__label {
    text-transform: uppercase;
    text-align: center;
    flex: 1;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 5%;
  }

  .schedule-day-switcher__btn {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent url("../img/arrow_left.svg") no-repeat center;
    background-size: contain;
    padding: 0;
    cursor: pointer;
  }

  .schedule-day-switcher__next {
    background-image: url("../img/arrow_right.svg");
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .schedule-weekend {
    display: contents;
  }

  .schedule-day {
    display: none;
  }

  .schedule-day.is-active {
    display: block;
  }

  .schedule-day__title {
    display: none;
  }

  .schedule-section {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .schedule-meta {
    order: 1;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .schedule-grid-wrapper {
    order: 2;
    overflow-x: visible;
  }

  .schedule-day{
    border: none;
    border-radius: 0;
    background: #ffffff;
    padding: 0;
    box-shadow: none;
  }

  .schedule-tile__tooltip {
    right: 8px;
  }

  .schedule-tooltip__text {
    top: calc(100% + 8px);
    bottom: auto;
    left: auto;
    right: 0;
    transform: translateY(6px);
    width: min(320px, calc(100vw - (var(--mobile-padding) * 2)));
    max-width: calc(100vw - (var(--mobile-padding) * 2));
    min-width: 220px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    z-index: 20;
  }

  .schedule-tile__tooltip:hover .schedule-tooltip__text,
  .schedule-tile__tooltip:focus-within .schedule-tooltip__text,
  .schedule-tile__tooltip:active .schedule-tooltip__text {
    transform: translateY(0);
  }

  .trainer-card{
    align-items: center !important;
    text-align: center;
  }

  #coaches-trainers-2{
    gap: 48px;
  }

  section{
    padding: 40px 0;
  }
  section.banner{
    padding: 56px 0;
    text-align: left;
  }
  section.banner .paragraph{
    font-size: 20px;
    padding: 16px 0;
  }
  section.banner-header{
    text-align: center;
    padding: 64px 0px;
  }
  section.banner-header .paragraph{
    padding: 32px 0;
  }

  section.banner-header .paragraph .discipline-tags {
    justify-content: center;
    gap: 6px;
  }

  section.banner-header .paragraph .discipline-tag {
    font-size: 16px;
    line-height: 100%;
    padding: 3px 11px;
    letter-spacing: 0.1em;
  }

  section.banner-header .paragraph p:first-child {
    justify-content: center;
    gap: 6px;
  }

  section.banner-header .paragraph p:first-child > strong {
    font-size: 16px;
    line-height: 100%;
    padding: 3px 11px;
    letter-spacing: 0.1em;
  }

  section.numbers{
    padding: 56px 0;
  }
  section.numbers .container{
    flex-direction: column;
    gap: 48px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article h1{
    margin-bottom: -32px;
  }
  .article-block__text{
    padding: 12px 0 0 0;
  }
  .article-block__button{
    margin-top: 24px;
    font-size: 18px;
  }
  .article.start .container{
    gap: 48px;
  }
  .gallery-item{
    aspect-ratio: 1/1;
  }
  .opinion-card{
    margin-bottom: 24px;
  }
  .container h1{
    /* text-align: left; */
  }
  #start-headline_h1-1{
    text-align: left;
  }

  section.banner.kids{
    padding-bottom: 380px;
  }

  section.banner.kids{
    background-color: #0F238B;
    background-image:
      linear-gradient(180deg, #0F238B 0%, #0F238B 45%, rgba(15, 35, 139, 0.85) 55%, rgba(15, 35, 139, 0) 100%),
      url('../img/banner_kids.webp');
    background-size: 100% 100%, 100% auto;
    background-position: top center, center calc(100% + 100px);
    background-repeat: no-repeat;
  }
  section.contact{
    text-align: left;
  }
  .contact-form__actions{
    justify-content: flex-start;
  }
  .contact-form__helper{
    text-align: left;
  }
  .faq button{
    display: block;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 18px;
  }
  section.banner.start{
    background-color: #000000;
    background-image:
    linear-gradient(180deg, #0F0F0F 0%, #0F0F0F 45%, rgba(15, 15, 15, 0.85) 55%, rgba(15, 15, 15, 0) 100%),
      url('../img/nogi.jpg');
    background-size: 100% 100%, 190% auto;
    background-position: center, right calc(100% + 50px);
    background-repeat: no-repeat;
    padding-bottom: 320px;
  }
  section.banner.trainers{
    background-color: #000000;
    background-image:
    linear-gradient(180deg, #0F0F0F 0%, #0F0F0F 45%, rgba(15, 15, 15, 0.85) 55%, rgba(15, 15, 15, 0) 100%),
      url('../img/indivual.png');
    background-size: 100% 100%, 180% auto;
    background-position: center, calc(100% + 80px) bottom;
    background-repeat: no-repeat;
    padding-bottom: 320px;
  }
  section.banner.start .paragraph, section.banner.trainers .paragraph{
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 16px 0 0 0;
  }
  section.banner.start h3, section.banner.trainers h3{
    font-size: 28px;
  }
  section.banner.start button, section.banner.trainers button{
    font-size: 18px;
    margin-top: 16px;
  }

  section.article.start{
    padding: 40px 0 0 0;
  }

  section.question{
    padding: 48px 0;
  }
  section.question h3{
    font-size: 28px;
  }
  section.question .paragraph{
    font-size: 16px;
    padding: 24px 0;
  }
  section.question button{
    font-size: 18px;
  }
  .mobile-none{
    display: none !important;
  }
  .desktop-none{
    display: block !important;
  }

  .pricing__col{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #0000004D;

    padding: 11px 16px;
    margin-bottom: 4px;
  }
  .pricing__row{
    gap: 4px;
  }
  .pricing__header .pricing__col{
    background-color: transparent;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;


  }

  .price .paragraph{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 16px;

  }

  #price-pricing-notes-1{
    display: none;
  }

  .copy{
    background-color: #F1F1F1 !important;
  }
  .copy .container{
    text-align: left;
  }

  .copy .paragraph{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .pricing__note{
    gap: 16px;
  }

  .pricing__row:last-of-type{
    display: none;
  }
  .fa-arrow-right:before{
    content: "\f00c" !important;
  }
  section.banner-header .paragraph__mobile{
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: none;

  }
  section.banner-header{
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
  }

}

@media (max-width: 1100px) {
  .opinion-cards {
    column-count: 2;
  }
}

@media (max-width: 700px) {
  .opinion-cards {
    column-count: 1;
  }
}

@media (max-width: 900px) {
  .faq-cards {
    column-count: 1;
  }
}

@media (max-width: 1000px) {
  .trainer-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .trainer-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px) {
  .rules-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .rules-cards {
    grid-template-columns: 1fr;
  }
}



@media (max-width: 1000px) {
  .pricing {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) {
  .schedule-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "monday tuesday wednesday"
      "thursday friday weekend";
  }

  .schedule-day--monday { grid-area: monday; }
  .schedule-day--tuesday { grid-area: tuesday; }
  .schedule-day--wednesday { grid-area: wednesday; }
  .schedule-day--thursday { grid-area: thursday; }
  .schedule-day--friday { grid-area: friday; }

  .schedule-weekend {
    grid-area: weekend;
  }
}






/* FOR KIDS THEME */
.for-kids h1 {
  text-transform: none;
  color: #0F238B;
}
.for-kids h3 {
  color: #0F238B;
}
.for-kids .article-block__button {
  background-color: #0F238B;
  color: #FFFFFF;
}
.for-kids .trainer-cards{
  padding-bottom: 72px;
}
.for-kids .trainer-card {
  align-items: center;
}
.for-kids .trainer-card__name {
  color: #0F238B;
}
.for-kids .trainer-card__role,
.for-kids .trainer-card__link,
.for-kids .trainer-card__phone {
  color: #0F238BCC;
}
.for-kids .trainer-card__avatar--placeholder {
  background: radial-gradient(70.12% 89.69% at 50% 100%, #535dca 0%, #0F238B 100%);
}
.for-kids .trainer-card__avatar{
  background: radial-gradient(70.12% 89.69% at 50% 100%, #535dca 0%, #0F238B 100%);
}
.for-kids.banner .paragraph{
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;

  max-width: 70%;
  margin: 0;
}

#kids-section-4{
  background-image:
    linear-gradient(90deg,  #CEDCFF 0%, #CEDCFF 60%, #CEDCFF 50%, rgba(15, 35, 139, 0) 100%),
    url('../img/for-kids-banner-1.png');
  background-size: 100% 100%, 40%;
  background-position: center, right center;
  background-repeat: no-repeat;

  padding: 120px;
}

#kids-section-5{
  background-image:
    linear-gradient(90deg,  #CEDCFF 0%, #CEDCFF 60%, #CEDCFF 50%, rgba(15, 35, 139, 0) 100%),
    url('../img/for-kids-banner-2.jpg');
  background-size: 100% 100%, 40%;
  background-position: center, right center;
  background-repeat: no-repeat;

  padding: 120px;
}

#kids-section-6{
background-color: #0F238B;
background-image: linear-gradient(270deg, #0F238B 61%, #0F238B 61%, rgba(15, 35, 139, 0.95) 0, rgba(15, 35, 139, 0.7) 67%, rgba(15, 35, 139, 0.4) 68%, rgba(15, 35, 139, 0) 100%), url('../img/for-kids-banner-3.jpg');
background-size: 100% 100%, 40%;
background-position: left center, left center;
background-repeat: no-repeat;

padding: 120px;
}

.for-kids button{
  background-color: #0F238B;
  color: #FFFFFF;
}

.for-kids#kids-section-6 h3{
  color: #fff;
}
.for-kids#kids-section-6 .container{
  margin-left: 40%;
}
.for-kids#kids-section-6 .paragraph{
  max-width: 100%;
}

.for-kids.question{
  background-color: #F3F6FE;
  color: #0F238B; 
}
.for-kids.question .paragraph{
  color: #0F238B;
}
.for-kids.question button{
  background-color: #0F238B;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  section.banner.kids.header-kids{
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
  }
  section.banner.header-kids .container{
    display: block;
  }
.for-kids#kids-section-6 .container{
    margin: 0 auto;
}
  .for-kids.banner .paragraph{
    max-width: none;
  }

  #kids-section-4,
  #kids-section-5,
  #kids-section-6{
    padding: 56px 0;
    background-image: none;
  }

  #kids-section-4, #kids-section-5{
    color: #0F238B;
  }
}

.hidden {
  display: none !important;
}



