:root {
  --colorMain: #0B0829;
  --colorSecond: #8FA0D7;
  --colorSecondHover: #a7b6e7;
  --colorThird: #FE8500;
  --colorThirdHover: #ff9523;
  --colorBlack: #0B0829;
  --pageWidth: 1303px;
  --fontMain: itc-avant-garde-gothic-pro, Arial, sans-serif;
  --fontSecond: sans-serif;
  --imgSrc: /forumzdrowiakobiet.pl/images/2026;
  --pageHSpace: 15px;
  --mSectionVSpace: 90px;
}
@media (max-width: 1100px) {
  :root {
    --mSectionVSpace: 60px;
  }
}
@media (max-width: 500px) {
  :root {
    --mSectionVSpace: 30px;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: "itc-avant-garde-gothic-pro", Arial, sans-serif;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background: #F9DFC6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  padding: 0;
  margin: 0;
  background: var(--bageBg);
  color: var(--pageTextColor);
}

b {
  font-weight: bold;
}

a {
  color: var(--colorMain);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

a {
  transition: 0.2s color;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
}

.all-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.yt {
  aspect-ratio: 16/9;
  position: relative;
}
.yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hidden, [hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.acenter {
  text-align: center;
}

.m-subjects .button, .m-about-content a, .buttons .button,
.buttons .button-plus, .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  background: var(--colorSecond);
  border: 0;
  color: var(--colorMain);
  padding: 8px 25px;
  text-transform: uppercase;
  font-family: var(--fontMain);
  font-weight: bold;
  font-size: 13px;
  gap: 6px;
  min-height: 55px;
  text-align: center;
}
.m-subjects .button::after, .m-about-content a::after, .buttons .button::after,
.buttons .button-plus::after, .button::after {
  transition: 0.2s;
}
.m-about-content a:hover::after,
.buttons .button-plus:hover::after, .button:hover::after {
  translate: 20%;
}
.m-about-content a:hover,
.buttons .button-plus:hover, .button:hover {
  background: var(--colorSecondHover);
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  padding-block: 10px;
  transition: 0.2s background, 0.2s box-shadow;
}

.header.is-sticky {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.header-inside {
  max-width: var(--pageWidth);
  margin-inline: auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: var(--pageHSpace);
}

.header-logo {
  margin-right: 30px;
  max-width: 200px;
}

.header-logo img {
  display: block;
  aspect-ratio: 261/125;
}

.header-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-register {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  text-align: center;
  background: var(--colorSecond);
  border: 0;
  color: var(--colorMain);
  padding: 8px 15px;
  text-transform: uppercase;
  margin-left: 20px;
  font-family: var(--fontMain);
  font-weight: bold;
  font-size: 13px;
  gap: 6px;
  height: 39px;
}
.header-register:is(a):hover {
  background: var(--colorSecondHover);
}

.header-user {
  margin-left: 10px;
}

.header-user-toggle {
  height: 30px;
  width: 30px;
  background: var(--colorSecond);
  position: relative;
  border-radius: 50%;
}
.header-user-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--colorMain);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.227' height='19.245' viewBox='0 0 17.227 19.245'%3E%3Cg id='Group_793' data-name='Group 793' transform='translate(0 0)'%3E%3Cg id='Group_792' data-name='Group 792' transform='translate(0 0)'%3E%3Cg id='Group_791' data-name='Group 791' transform='translate(0)'%3E%3Cpath id='Path_3765' data-name='Path 3765' d='M115.789,9.994a5,5,0,1,0-5-5A5.01,5.01,0,0,0,115.789,9.994Z' transform='translate(-107.174)' fill='%230b0829'/%3E%3Cpath id='Path_3766' data-name='Path 3766' d='M41.355,251.476a4.659,4.659,0,0,0-.5-.916,6.211,6.211,0,0,0-4.3-2.706.92.92,0,0,0-.633.153,5.326,5.326,0,0,1-6.284,0,.819.819,0,0,0-.633-.153,6.166,6.166,0,0,0-4.3,2.706,5.372,5.372,0,0,0-.5.916.464.464,0,0,0,.022.415,8.7,8.7,0,0,0,.589.873,8.292,8.292,0,0,0,1,1.135,13.074,13.074,0,0,0,1,.873,9.95,9.95,0,0,0,11.87,0,9.591,9.591,0,0,0,1-.873,10.075,10.075,0,0,0,1-1.135,7.648,7.648,0,0,0,.589-.873A.372.372,0,0,0,41.355,251.476Z' transform='translate(-24.165 -237.49)' fill='%230b0829'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.227' height='19.245' viewBox='0 0 17.227 19.245'%3E%3Cg id='Group_793' data-name='Group 793' transform='translate(0 0)'%3E%3Cg id='Group_792' data-name='Group 792' transform='translate(0 0)'%3E%3Cg id='Group_791' data-name='Group 791' transform='translate(0)'%3E%3Cpath id='Path_3765' data-name='Path 3765' d='M115.789,9.994a5,5,0,1,0-5-5A5.01,5.01,0,0,0,115.789,9.994Z' transform='translate(-107.174)' fill='%230b0829'/%3E%3Cpath id='Path_3766' data-name='Path 3766' d='M41.355,251.476a4.659,4.659,0,0,0-.5-.916,6.211,6.211,0,0,0-4.3-2.706.92.92,0,0,0-.633.153,5.326,5.326,0,0,1-6.284,0,.819.819,0,0,0-.633-.153,6.166,6.166,0,0,0-4.3,2.706,5.372,5.372,0,0,0-.5.916.464.464,0,0,0,.022.415,8.7,8.7,0,0,0,.589.873,8.292,8.292,0,0,0,1,1.135,13.074,13.074,0,0,0,1,.873,9.95,9.95,0,0,0,11.87,0,9.591,9.591,0,0,0,1-.873,10.075,10.075,0,0,0,1-1.135,7.648,7.648,0,0,0,.589-.873A.372.372,0,0,0,41.355,251.476Z' transform='translate(-24.165 -237.49)' fill='%230b0829'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: 18px;
          mask-size: 18px;
}

.header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.header-menu-el {
  position: relative;
}

.header-menu-inside {
  display: flex;
  align-items: center;
}

.header-menu-link {
  color: inherit;
  flex: 1;
  display: flex;
  align-items: center;
}
.header-menu-link:hover {
  color: var(--colorThird);
}

.header-menu-toggle {
  width: 26px;
  height: 26px;
  background: none;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  display: none;
  color: currentColor;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-menu-toggle::after {
  content: "";
  width: 7px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

@media (min-width: 980px) {
  .header-menu-el:has(.header-menu-sublist) .header-menu-link::after {
    content: "";
    width: 7px;
    height: 5px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: currentColor;
    display: inline-block;
    margin-left: 5px;
  }
  .header-menu-el:has(.header-menu-sublist):hover .header-menu-sublist {
    display: flex;
  }
  .header-menu-el:has(.header-menu-sublist):hover .header-menu-link {
    color: var(--colorThird);
  }
}
.header-menu-sublist {
  font-family: var(--fontMain);
  text-transform: none;
  text-align: left;
  position: absolute;
  z-index: 2;
  left: 50%;
  translate: -50%;
  top: calc(100% + 10px);
  min-width: 250px;
  max-width: 300px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px;
  flex-direction: column;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.header-menu-sublist::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
  width: 100%;
  height: 10px;
  background: transparent;
}

.header-menu-sublist-el + .header-menu-sublist-el {
  border-top: 1px solid #eee;
}

.header-menu-sublist-link {
  color: #000;
  padding: 6px 0;
  display: block;
  text-align: center;
}

.header-menu-sublist-link:hover {
  color: var(--colorSecond);
}

.header-burger {
  display: flex;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
  display: none;
  color: inherit;
}
.header-burger strong {
  display: none;
}
.header-burger span {
  display: block;
  width: 30px;
  height: 2px;
  background: currentColor;
}
.header-burger span:nth-of-type(2) {
  width: 20px;
}

@media (max-width: 1200px) {
  .header-menu {
    font-size: 25px;
  }
}
@media (max-width: 1180px) {
  .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    padding: 30px;
    background: #0A0A0A;
    height: 100vh;
    translate: -110%;
    transition: 0.3s translate;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: flex-start;
    box-shadow: 3px 0 30px rgba(255, 255, 255, 0.2);
  }
  .header-burger {
    display: flex;
    margin-left: 10px;
  }
  .header-btn {
    margin-left: auto;
  }
  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    width: 100%;
  }
  .header-menu-el {
    width: 100%;
  }
  .header-menu-toggle {
    display: block;
  }
  .header-menu-el.is-show .header-menu-toggle {
    scale: 1 -1;
  }
  .header-menu-el.is-show > .header-menu-sublist {
    display: block;
    top: 0;
    left: 0;
    position: relative;
    min-width: 0;
    max-width: 100%;
    translate: 0;
    text-align: left;
    background: none;
    box-shadow: none;
    padding-left: 0;
  }
  .header-menu-sublist-el + .header-menu-sublist-el {
    border: 0;
  }
  .header-menu-sublist-link {
    color: #fff;
    font-size: 24px;
  }
  .header-menu-sublist-link {
    font-size: 14px;
    padding-block: 5px;
  }
  .header-lang {
    margin-top: auto;
    margin-left: 0;
  }
  .header-register {
    margin-left: auto;
  }
  body.is-menu-show .header-main {
    translate: 0;
  }
  body.is-menu-show .header-burger {
    width: 40px;
  }
  body.is-menu-show .header-burger span {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    rotate: 45deg;
  }
  body.is-menu-show .header-burger span:nth-of-type(2) {
    display: none;
  }
  body.is-menu-show .header-burger span:nth-of-type(3) {
    rotate: -45deg;
  }
}
@media (max-width: 600px) {
  .header-register {
    font-size: 10px;
    padding-inline: 15px;
  }
}
@media (max-width: 500px) {
  .header-register {
    font-size: 8px;
    padding-inline: 10px;
  }
  .header-register::after {
    display: none;
  }
  .header-logo {
    max-width: 120px;
    margin-right: 20px;
  }
}
.footer {
  background: #fff;
}
.footer .pageWidth {
  padding: 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-inline: auto;
  max-width: var(--pageWidth);
  width: 100%;
}
.footer .footer-menu {
  flex-direction: column-reverse;
  display: flex;
}
.footer .footer-menu-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  list-style: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.footer a:hover {
  color: var(--colorSecond);
}
.footer .footer-copyright {
  font-size: 13px;
  display: block;
  margin: 0 0 0.5rem;
}
@media (max-width: 760px) {
  .footer .pageWidth {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .footer-copyright {
    margin: 0 0 1.5rem;
  }
  .footer .footer-menu-list {
    flex-direction: column;
    gap: 0.75rem;
    font-size: 14px;
  }
}

.coordinators {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
  margin: 3rem 0 0;
}
.coordinators li {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.coordinators .ul-img {
  width: 150px;
  flex-shrink: 0;
  aspect-ratio: 1;
  position: relative;
}
.coordinators .ul-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px;
}
.coordinators .ul-desc {
  flex: 1;
}
.coordinators h4 {
  font-size: 24px;
  margin: 0 0 10px !important;
}
.coordinators h4 + small {
  margin-bottom: 20px;
}
.coordinators small {
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
}
.coordinators a {
  color: var(--colorSecond);
}
@media (max-width: 1000px) {
  .coordinators h4 {
    font-size: 20px;
  }
  .coordinators small {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .coordinators h4 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .coordinators small {
    font-size: 12px;
  }
  .coordinators li {
    gap: 15px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-list dt {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
  color: var(--colorThird);
  background: var(--colorMain);
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.35rem 0;
}
.faq-list dt::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("https://pliki.konferencje.ptwp.pl/i/82/2c/d8/25078jz26xjpxql6.svg") center center scroll no-repeat transparent;
  background-size: contain;
  flex-shrink: 0;
}
.faq-list dd {
  display: none;
  padding: 1rem 0;
}
.faq-list dd.open {
  display: block;
}
.faq-list dd p:first-child {
  margin-top: 0;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  flex-direction: column;
  align-items: center;
}
.buttons .button-plus.v2 {
  background: var(--colorThird);
}
.buttons .button-plus.v2:hover {
  background: var(--colorThirdHover);
}
.buttons .button,
.buttons .button-plus {
  max-width: 300px;
  width: 100%;
  position: relative;
}
.buttons .button::after,
.buttons .button-plus::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("/forumzdrowiakobiet.pl/images/2026/arrow-up.svg") center/contain no-repeat;
  transition: 0.2s;
  filter: brightness(0);
}

.price-table {
  display: block;
}
.price-table tr {
  display: grid;
  grid-template-columns: 420px 1fr 1fr;
}
.price-table thead {
  display: block;
}
.price-table thead th:not(:empty) {
  padding: 1.5rem;
  background: #fff;
  border-bottom: 1px solid #F2E2D6;
}
.price-table thead th:nth-child(2) {
  border-radius: 40px 0 0 0;
  border-right: 1px solid #F2E2D6;
}
.price-table thead th:last-child {
  border-radius: 0 40px 0 0;
}
.price-table thead p {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.price-table tbody {
  display: block;
}
.price-table tbody th {
  padding: 1.5rem;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.price-table tbody td {
  padding: 1.5rem;
  background: #F5EFEA;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-table tbody td:not(:empty) {
  border-bottom: 1px solid #F2E2D6;
}
.price-table tbody td:nth-child(2) {
  border-right: 1px solid #F2E2D6;
}
.price-table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 0 40px;
}
.price-table tbody tr:last-child td:last-child {
  border-radius: 0 0 40px 0;
}
.price-table tbody tr:last-child td {
  border-bottom: none;
}
.price-table tfoot {
  display: block;
  margin: 1.5rem 0;
}
.price-table tfoot tr {
  grid-template-columns: 420px 1fr;
}
.price-table tfoot td {
  padding: 1.5rem;
}
.price-table tfoot .terms {
  background: #F5EFEA;
  border-radius: 40px;
  font-size: 14px;
}
.price-table small {
  display: block;
  font-size: 12px;
}
.price-table small + small {
  margin-top: 1rem;
}
.price-table .lotus {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  list-style: none;
  padding: 0;
}
.price-table .lotus li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.price-table .lotus li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--colorThird);
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 1000px) {
  .price-table tr {
    display: grid;
    grid-template-columns: 260px 1fr 1fr;
  }
  .price-table tfoot tr {
    grid-template-columns: 260px 1fr;
  }
}
@media (max-width: 760px) {
  .price-table tr {
    display: flex;
  }
  .price-table thead {
    margin: 0 0 1.5rem;
  }
  .price-table thead th:empty {
    display: none;
  }
  .price-table thead th:not(:empty) {
    border-radius: 0;
    padding: 1rem;
    border-bottom: none;
  }
  .price-table thead tr {
    border-radius: 40px;
    overflow: hidden;
  }
  .price-table thead p {
    font-size: 16px;
  }
  .price-table tbody tr {
    flex-wrap: wrap;
  }
  .price-table tbody th {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 1.5rem 0;
    flex: 0 0 100%;
  }
  .price-table tbody td {
    display: block;
    flex: 1;
    padding: 1rem;
    border: none;
  }
  .price-table tbody td::before {
    content: attr(data-name);
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0.5rem;
  }
  .price-table tbody td:nth-child(2) {
    border-radius: 40px 0 0 40px !important;
  }
  .price-table tbody td:last-child {
    border-radius: 0 40px 40px 0 !important;
  }
  .price-table .hr {
    height: 24px;
    background-position: left center;
  }
  .price-table tfoot tr {
    grid-template-columns: 260px 1fr;
  }
  .price-table tfoot td:empty {
    display: none;
  }
  .price-table tfoot tr:last-child td {
    margin: 1.5rem 0 0;
    padding: 0;
  }
}

.subpage-header {
  background: var(--colorMain);
  padding: 10rem 0 9rem;
  position: relative;
  margin: 0 auto 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subpage-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 40%;
  width: 100%;
  height: 80px;
  background: url("/forumzdrowiakobiet.pl/images/2026/znaczek.svg") center center scroll repeat-x transparent;
  background-size: auto 60px;
}

.subpage-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  max-width: 1100px;
  width: 100%;
  margin-bottom: 0;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}

.subpage-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: var(--colorSecond);
  margin-top: 1.5rem;
  max-width: 1100px;
  width: 100%;
  padding-inline: var(--pageHSpace);
  margin-inline: auto;
}

.subpage-content {
  margin: 0 auto 4rem;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}

.subpage-content img {
  border-radius: 20px;
}

.subpage-content {
  font-size: 18px;
}
.subpage-content .pageWidth,
.subpage-content .pageWidth2 {
  padding-inline: 0;
}
.subpage-content h2, .subpage-content h3, .subpage-content h4 {
  margin: 2.5rem 0 1.5rem;
}
.subpage-content p, .subpage-content ol, .subpage-content ul {
  margin: 0 0 1.5rem;
}
.subpage-content ul {
  list-style: disc;
  padding-left: 20px;
}
.subpage-content ol {
  list-style: decimal;
  padding-left: 25px;
}
.subpage-content li {
  margin: 0 0 1rem;
}
.subpage-content li:last-child {
  margin: 0;
}
.subpage-content ul > li::marker {
  color: #8FA0D7;
}

@media (max-width: 1000px) {
  .subpage-header {
    padding-top: 5rem;
    padding-bottom: 4rem;
    margin: 0 0 3rem;
  }
}
@media (max-width: 700px) {
  .subpage-title {
    font-size: 32px;
  }
  .subpage-subtitle {
    font-size: 18px;
  }
}
.pageWidth,
.pageWidth2 {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}

.company-info {
  display: flex;
  flex-direction: column;
  width: 300px;
  max-width: 100%;
  margin: 3rem auto;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.16);
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.company-info .company-info-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.company-info .company-info-head {
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
}
.company-info .company-info-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: var(--colorBlack);
  padding: 0;
  border: none;
}
.company-info .company-info-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
.company-info .company-info-body {
  padding: 2.5rem 1.5rem;
}
.company-info .company-info-body p {
  margin: 0 0 0.5rem;
  font-size: 18px;
}
.company-info .company-info-body p a {
  color: var(--colorThird);
  font-weight: 700;
  transition: all 0.2s linear;
  text-decoration: none;
}
.company-info .company-info-body p a:hover {
  color: var(--colorMain);
}
.company-info .company-info-body > *:last-child {
  margin: 0;
}

.files {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.files li {
  margin: 0;
}
.files a {
  display: block;
  background: url("https://pliki.konferencje.ptwp.pl/i/8b/8e/7f/29z1ey4on0kv307p.svg") -0.5rem center no-repeat;
  background-size: 50px auto;
  padding-left: 3.5rem;
}
.files p {
  font-weight: 700;
  margin: 0 0 0.25rem;
}
.files small {
  font-size: 12px;
  display: block;
  color: var(--colorBlack);
}

.presentations {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0 !important;
}
.presentations a {
  display: block;
  background: #fff;
  padding: 1rem;
  position: relative;
  border-radius: 10px;
}
.presentations a::before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  background: url("https://pliki.konferencje.ptwp.pl/i/10/bd/92/z5w14j603vjlomn9.svg") center center scroll no-repeat #ddd;
  background-size: auto 26px;
}
.presentations img {
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 760px) {
  .presentations {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

#retransmisjaax .yt {
  padding-top: 0 !important;
}
#retransmisjaax .yt img {
  width: 100%;
}
#retransmisjaax a.preview {
  display: block;
  position: relative;
}
#retransmisjaax a.preview:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://pliki.konferencje.ptwp.pl/i/93/85/b3/lrmnxjl03rjpq851.svg") center center scroll no-repeat transparent;
}

.m-title {
  font-size: 42px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 500px) {
  .m-title {
    font-size: 30px;
  }
}

.m-tekst {
  text-align: center;
  margin: 20px 0 30px;
  max-width: 1000px;
  margin-inline: auto;
  font-size: 18px;
}
@media (max-width: 500px) {
  .m-tekst {
    font-size: 16px;
  }
}

.focus {
  background: url("/forumzdrowiakobiet.pl/images/2026/focus.jpg");
  background-size: cover;
  color: #fff;
  display: flex;
  background-color: #333;
  height: 660px;
  padding-top: 100px;
  min-height: calc(100dvh - 30px);
  isolation: isolate;
  position: relative;
  padding-bottom: 30px;
}

.focus::after {
  content: "";
  height: 81px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 80px;
  right: 0;
  background: url("/forumzdrowiakobiet.pl/images/2026/znaczek.svg") 0 0/auto 100px repeat-x;
  pointer-events: none;
}

.focus-main {
  max-width: var(--pageWidth);
  margin-inline: auto;
  width: 100%;
  padding-inline: var(--pageHSpace);
  display: flex;
  gap: 100px;
}

.focus-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
}

.focus-title {
  font-size: clamp(50px, 6.4vw, 100px);
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
  max-width: 600px;
}

.focus-text {
  font-size: clamp(18px, 2.1vw, 40px);
  max-width: 600px;
  text-transform: uppercase;
  font-weight: 900;
  background: #fff;
  color: #000;
  mix-blend-mode: screen;
  padding: 5px 10px;
  display: inline-block;
}

.focus-box {
  flex: 1;
  max-width: 420px;
  align-self: flex-end;
}

.focus-box-date {
  display: flex;
  gap: 10px;
  background: #000000;
  padding: 20px;
}

.focus-box-date-l {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.focus-box-date-l strong {
  font-size: 64px;
  line-height: 1;
  font-family: var(--fontSecond);
  display: flow-root;
}
.focus-box-date-l strong::before {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-l strong::after {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-l span {
  height: 2px;
  background: #fff;
  flex: 1;
}

.focus-box-date-r {
  display: flex;
  gap: 8px;
  flex-direction: column;
  font-weight: bold;
}
.focus-box-date-r strong {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  display: flow-root;
}
.focus-box-date-r strong::before {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-r strong::after {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-r span {
  font-size: 24px;
  display: flow-root;
}
.focus-box-date-r span::before {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-r span::after {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}

.focus-box-map-link {
  background: var(--colorSecond);
  color: var(--colorMain);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 20px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.focus-box-map-link::before {
  content: "";
  width: 26px;
  height: 39px;
  margin-right: 10px;
  flex-shrink: 0;
  background: url("/forumzdrowiakobiet.pl/images/2026/marker.svg") center/contain no-repeat;
}

.focus-box-footer {
  background: var(--colorThird);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 5px;
  padding-bottom: 70px;
}

.focus-box-footer a {
  color: #fff;
  font-family: var(--fontMain);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.focus-box-footer a::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("/forumzdrowiakobiet.pl/images/2026/arrow-up.svg") center/contain no-repeat;
  transition: 0.2s;
}

.focus-box-footer a:hover::after {
  translate: 20%;
}

.focus-bg {
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.focus-bg::before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  background: var(--colorMain);
  opacity: 0.3;
}
.focus-bg video {
  filter: grayscale(0.4) brightness(0.5);
  width: 100%;
  height: auto;
}
@media (orientation: portrait) {
  .focus-bg video {
    height: 100%;
    width: auto;
  }
}
@media (orientation: landscape) {
  .focus-bg video {
    height: auto;
    width: 100%;
  }
}

.focus.is-horizontal .video-bg video {
  height: auto;
  width: 100%;
}

.focus.is-vertical .video-bg video {
  height: 100%;
  width: auto;
}

@media (max-width: 890px) {
  .focus {
    max-height: 99999px;
    height: auto;
    background-image: url(https://pliki.konferencje.ptwp.pl/i/0d/eb/dc/25078jzw45jpxql6.jpg);
  }
  .focus-main {
    flex-direction: column;
    gap: 30px;
  }
  .focus-content {
    text-align: center;
    align-items: center;
  }
  .focus-title,
  .focus-text {
    max-width: 80%;
  }
  .focus-box {
    align-self: center;
  }
}
@media (max-width: 500px) {
  .focus {
    padding-top: 75px;
    min-height: 100dvh;
  }
  .focus-main {
    margin: 0;
    padding: 0;
    gap: 5px;
  }
  .focus-content {
    text-align: left;
    padding-bottom: 10px;
    flex: 1;
    max-width: 90%;
    margin-inline: auto;
    align-items: flex-start;
  }
  .focus-title {
    max-width: 100%;
  }
  .focus-text {
    max-width: 100%;
  }
  .focus-box {
    max-width: 90%;
    flex: initial;
  }
  .focus-box-date-l strong {
    font-size: 55px;
  }
  .focus-box-date-r strong {
    font-size: 25px;
  }
  .focus-box-map-link {
    padding: 10px;
    font-size: 15px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .focus {
    padding-bottom: 10px;
  }
  .focus::after {
    height: 51px;
    background-size: auto 70px;
    bottom: 0;
  }
  .focus-bg video {
    filter: grayscale(0.4) brightness(0.8);
  }
  .focus-bg::before {
    opacity: 0.1;
  }
}
@media (max-width: 380px) {
  .focus-text {
    font-size: 13px;
  }
}
.m-about-inside {
  max-width: var(--pageWidth);
  padding-inline: var(--pageHSpace);
  margin-inline: auto;
  width: 100%;
  padding-block: var(--mSectionVSpace);
}

.m-about-main {
  display: flex;
  gap: 60px;
}

.m-about-content {
  flex: 1;
  font-size: 18px;
}

.m-about-content a {
  position: relative;
  margin-top: 20px;
  font-size: inherit;
}
.m-about-content a::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("/forumzdrowiakobiet.pl/images/2026/arrow-up.svg") center/contain no-repeat;
  transition: 0.2s;
  filter: brightness(0);
}

.m-about-content ul {
  padding-left: 20px;
  margin-left: 20px;
}
.m-about-content ul li {
  margin-bottom: 10px;
}
.m-about-content ul li::marker {
  color: var(--colorThird);
}

.m-about-img img {
  display: block;
}

@media (max-width: 860px) {
  .m-about-main {
    flex-direction: column;
    gap: 30px;
  }
  .m-about-content {
    display: contents;
  }
  .m-about-title {
    order: -1;
  }
  .m-about-text {
    order: 1;
  }
  .m-about-img {
    order: 0;
  }
}
.m-dlaczego-warto {
  padding-inline: var(--pageHSpace);
}

.m-dlaczego-warto-inside {
  background-color: #333;
  background: var(--bgImage);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: var(--pageWidth);
  padding-inline: var(--pageHSpace);
  margin-inline: auto;
  width: 100%;
  padding-block: var(--mSectionVSpace);
  border-radius: 20px;
  min-height: 615px;
  display: flex;
  align-items: center;
  color: #fff;
}

.m-dlaczego-warto-main {
  max-width: 820px;
  margin-left: 100px;
}

.m-dlaczego-warto-title {
  color: var(--colorThird);
  line-height: 1.2;
}

.m-dlaczego-warto-text {
  font-size: 18px;
}
.m-dlaczego-warto-text p {
  font-weight: bold;
}
.m-dlaczego-warto-text ul {
  padding-left: 15px;
  max-width: 600px;
}
.m-dlaczego-warto-text li {
  margin-bottom: 10px;
}
.m-dlaczego-warto-text li::marker {
  color: var(--colorThird);
}

@media (max-width: 1200px) {
  .m-dlaczego-warto-main {
    margin-inline: auto;
    padding-inline: 20px;
  }
}
@media (max-width: 500px) {
  .m-dlaczego-warto-inside {
    background-image: url(https://pliki.konferencje.ptwp.pl/i/e7/d8/c6/nqv04jwrxek9g8me.jpg);
    padding-top: 200px;
  }
  .m-dlaczego-warto-title {
    font-size: 30px;
  }
  .m-dlaczego-warto-text {
    font-size: 16px;
  }
}
.m-goscie-inside {
  max-width: var(--pageWidth);
  padding-inline: var(--pageHSpace);
  margin-inline: auto;
  width: 100%;
  padding-block: var(--mSectionVSpace);
}

.m-goscie-title {
  text-align: center;
}

.m-goscie-slider-inside {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.m-goscie-slider-el {
  width: calc(25% - 20px);
  opacity: 0;
  transition: 0.4s translate, 0.4s opacity;
  translate: 0 -20px;
}

.m-goscie-slider-el.is-animated {
  opacity: 1;
  translate: 0 0;
}

.m-goscie-slider-el.is-animated-1 {
  transition-delay: 0s;
}

.m-goscie-slider-el.is-animated-2 {
  transition-delay: 0.1s;
}

.m-goscie-slider-el.is-animated-3 {
  transition-delay: 0.2s;
}

.m-goscie-slider-el.is-animated-4 {
  transition-delay: 0.3s;
}

.m-goscie-slider-el-inside {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m-goscie-slider-el-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1;
}
.m-goscie-slider-el-img img {
  display: block;
  width: 100%;
}

.m-goscie-slider-el-desc {
  background: var(--colorSecond);
  padding: 20px;
  border-radius: 20px;
  margin-top: 10px;
  flex: 1;
}
.m-goscie-slider-el-desc :is(h2, h3, p) {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.m-goscie-slider-el-desc div {
  max-height: 4lh;
  overflow: hidden;
}
.m-goscie-slider-el-desc small {
  font-size: 14px;
  display: block;
  height: 4lh;
  overflow-x: hidden;
  overflow-y: auto;
  width: calc(100% + 30px);
  padding-right: 30px;
  word-break: break-word;
}

@media (min-width: 891px) {
  .m-goscie-slider-el:nth-of-type(8n + 5) .m-goscie-slider-el-desc,
  .m-goscie-slider-el:nth-of-type(8n + 6) .m-goscie-slider-el-desc,
  .m-goscie-slider-el:nth-of-type(8n + 7) .m-goscie-slider-el-desc,
  .m-goscie-slider-el:nth-of-type(8n + 8) .m-goscie-slider-el-desc {
    background: var(--colorThird);
  }
}
@media (max-width: 890px) and (min-width: 641px) {
  .m-goscie-slider-el {
    width: calc(33.3333% - 20px);
  }
  .m-goscie-slider-el:nth-of-type(6n + 4) .m-goscie-slider-el-desc,
  .m-goscie-slider-el:nth-of-type(6n + 5) .m-goscie-slider-el-desc,
  .m-goscie-slider-el:nth-of-type(6n + 6) .m-goscie-slider-el-desc {
    background: var(--colorThird);
  }
  .m-goscie-slider-el-desc p {
    font-size: 16px;
  }
  .m-goscie-slider-el-desc small {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .m-goscie-slider-inside {
    gap: 30px 10px;
  }
  .m-goscie-slider-el {
    width: calc(50% - 10px);
  }
  .m-goscie-slider-el:nth-of-type(4n + 3) .m-goscie-slider-el-desc,
  .m-goscie-slider-el:nth-of-type(4n + 4) .m-goscie-slider-el-desc {
    background: var(--colorThird);
  }
  .m-goscie-slider-el-desc p {
    font-size: 14px;
  }
  .m-goscie-slider-el-desc small {
    font-size: 11px;
  }
}
.m-subjects {
  position: relative;
}
.m-subjects::before {
  content: "";
  height: 15px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) 0 0/44px 15px repeat-x, url("/forumzdrowiakobiet.pl/images/2026/znaczek4.svg") center/contain repeat-x;
  position: absolute;
  background-size: 44px 14px;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 500px) {
  .m-subjects::before {
    background-size: 30px 14px;
  }
}

.m-subjects-inside {
  max-width: var(--pageWidth);
  padding-inline: var(--pageHSpace);
  margin-inline: auto;
  width: 100%;
  padding-block: var(--mSectionVSpace);
}

.m-subjects-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}

.m-subjects-list-el {
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  font-size: 18px;
}
.m-subjects-list-el :is(h2, h3) {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.m-subjects-list-el :is(h2, h3)::before {
  content: "";
  display: block;
  background: url("/forumzdrowiakobiet.pl/images/2026/addon.svg") center no-repeat;
  width: 49px;
  height: 29px;
  margin-bottom: 10px;
}

.m-subjects-list-el:nth-child(1) {
  background-color: var(--colorThird);
}

.m-subjects-list-el:nth-child(2) {
  background-color: var(--colorSecond);
}

.m-subjects-list-el:nth-child(3) {
  background-color: var(--colorMain);
}

.m-subjects-footer {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.m-subjects .button {
  position: relative;
  font-size: 18px;
}
.m-subjects .button::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("/forumzdrowiakobiet.pl/images/2026/arrow-up.svg") center/contain no-repeat;
  transition: 0.2s;
  filter: brightness(0);
}

@media (max-width: 740px) {
  .m-subjects-list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .m-subjects-list-el {
    font-size: 15px;
  }
  .m-subjects::before {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    display: block;
  }
}
.wspolpraca {
  padding-inline: var(--pageHSpace);
  padding-top: var(--mSectionVSpace);
}
.wspolpraca .pageWidth {
  max-width: var(--pageWidth);
  margin-inline: auto;
  background: var(--colorMain);
  border-radius: 20px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.wspolpraca .pageWidth::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 0;
  background: url("/forumzdrowiakobiet.pl/images/2026/znaczek2.svg") repeat-y;
  width: 100px;
  height: 100%;
}
.wspolpraca .img {
  color: #000;
  flex: 0 0 50%;
  padding: 80px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.wspolpraca .desc {
  flex: 1;
  padding: 80px;
}
.wspolpraca ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .wspolpraca .img {
    padding: 1.5rem;
    padding-right: 4rem;
  }
  .wspolpraca .desc {
    padding: 1.5rem;
    padding-left: 3rem;
  }
}
@media (max-width: 1000px) {
  .wspolpraca p {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .wspolpraca .pageWidth {
    flex-direction: column-reverse;
  }
  .wspolpraca .pageWidth::before {
    display: none;
  }
  .wspolpraca .desc {
    padding: 1.5rem;
    padding-bottom: 5rem;
  }
  .wspolpraca .img {
    position: relative;
    padding: 1.5rem;
    padding-top: 4rem;
  }
  .wspolpraca .img::before {
    content: "";
    position: absolute;
    left: 0;
    translate: 0 -50%;
    top: 0;
    background: url("/forumzdrowiakobiet.pl/images/2026/znaczek2.svg") 0 0/contain repeat-y;
    width: 80px;
    height: 200%;
    rotate: 90deg;
    transform-origin: center;
    scale: -1 1;
  }
  .wspolpraca p {
    font-size: 16px;
  }
  .wspolpraca .ul-img {
    flex: 0 0 100px;
  }
}
@media (max-width: 500px) {
  .wspolpraca .ul-img {
    flex: 0 0 80px;
  }
}

.m-partners {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}

.m-partners-title {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
}
.m-partners-title span {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  color: #0B0829;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  writing-mode: vertical-rl;
  text-align: center;
  text-orientation: mixed;
  white-space: nowrap;
  scale: -1 -1;
}

.m-partners-list.slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 0;
}
.m-partners-list.slider .slider-list-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
}
.m-partners-list.slider .slider-list-slide.is-show {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.m-partners-list .slider-list-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 20px;
  align-items: start;
}

.m-partners-list-el {
  display: flex;
  flex-direction: column;
}
.m-partners-list-el small {
  text-transform: uppercase;
  color: #333;
  font-size: 10px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.m-partners-list-el span, .m-partners-list-el a {
  border: 1px solid #ddd;
  background: #fff;
  aspect-ratio: 136/85;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-partners-list-el img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-dots {
  display: flex;
  display: none;
  gap: 10px;
  justify-content: center;
}
.slider-dots .slider-dots-el {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  text-indent: -999px;
  overflow: hidden;
}
.slider-dots .slider-dots-el.is-active {
  background: #0B0829;
}

@media (max-width: 980px) {
  .m-partners {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
    padding-inline: 20px;
  }
  .m-partners-title {
    position: relative;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .m-partners-title span {
    writing-mode: horizontal-tb;
    text-align: center;
    text-orientation: initial;
    scale: 1 1;
    translate: none;
    position: relative;
    width: 100%;
    display: block;
  }
  .m-partners-list .slider-list-slide {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .m-partners-title {
    margin-top: 20px;
  }
}
.m-relacje {
  margin: 0 0 3rem;
  padding-inline: var(--pageHSpace);
}
.m-relacje .m-relacje-inside {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 50px;
  padding-top: var(--mSectionVSpace);
}
.m-relacje .img {
  flex: 0 0 40%;
  animation: anim 3s 0s infinite alternate ease-in-out;
}
.m-relacje .desc {
  flex: 1;
  overflow: hidden;
}
.m-relacje p {
  font-size: 20px;
  margin: 0 0 2.5rem;
  width: 800px;
  max-width: 100%;
}
.m-relacje .social {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 2.5rem;
  color: var(--colorSecond);
}
.m-relacje .social a {
  color: inherit;
}
.m-relacje .social img {
  display: block;
}
@keyframes anim {
  from {
    translate: 0 -5px;
  }
  to {
    translate: 0 5px;
  }
}
.m-relacje .other {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 0 2.5rem;
}
.m-relacje .other img {
  display: block;
}
@media (max-width: 1000px) {
  .m-relacje .img {
    margin-left: -5%;
  }
  .m-relacje .desc {
    margin-left: -5%;
  }
  .m-relacje p {
    font-size: 16px;
    width: auto;
  }
  .m-relacje .other {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .m-relacje .other a {
    flex: 1;
  }
  .m-relacje .other small {
    flex: 0 0 100%;
  }
}
@media (max-width: 1000px) {
  .m-relacje {
    margin: 0 0 1rem;
  }
  .m-relacje .m-relacje-inside {
    flex-direction: column;
    gap: 0;
  }
  .m-relacje .img {
    margin-left: 0;
    flex: 1;
  }
  .m-relacje .desc {
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.2026.css.map */
