:root {
  --colorMain: #5BB8E8;
  --colorMainHover: #74c2ea;
  --colorSecond: #A9E02F;
  --colorSecondHover: #b5e747;
  --colorThird: #2072B8;
  --colorThirdHover: #2d80c7;
  --mSectionSpace: 60px;
  --pageWidth: 1200px;
  --borderRadius: 60px;
  --fontMain: Ubuntu, sans-serif;
  --fontSecond: sans-serif;
  --hSpace: 40px;
  --headerHeight: 112px;
}
@media (max-width: 890px) {
  :root {
    --headerHeight: 80px;
  }
}
@media (max-width: 900px) {
  :root {
    --borderRadius: 60px;
  }
}
@media (max-width: 640px) {
  :root {
    --hSpace: 20px;
    --borderRadius: 30px;
    --mSectionSpace: 30px;
  }
}
@media (max-width: 500px) {
  :root {
    --hSpace: 15px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  font-family: "Ubuntu", sans-serif;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.6;
}

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

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

:is(h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol):first-child {
  margin-top: 0;
}

:is(h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol):last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

a {
  transition: 0.2s color;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  margin: 0 auto;
  background: #fff;
}

.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;
}

.button {
  padding: 5px 20px;
  background: var(--colorMain);
  color: #fff;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}
.button:hover {
  background: var(--colorMainHover);
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  flex-shrink: 0;
  padding-block: 20px;
  z-index: 100;
  position: sticky;
  min-height: var(--headerHeight);
  top: 0;
  font-size: 17px;
}

.header.is-sticky {
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.02), 0px 1px 4px rgba(3, 7, 18, 0.03), 0px 3px 9px rgba(3, 7, 18, 0.05), 0px 4px 15px rgba(3, 7, 18, 0.06), 0px 7px 24px rgba(3, 7, 18, 0.08);
}

.header-container {
  display: flex;
  gap: 26px;
  align-items: center;
  padding-inline: var(--hSpace);
  width: 100%;
  max-width: var(--pageWidth);
  margin-inline: auto;
}

.header-logo-mobile-img {
  display: none;
}

.header-logo {
  max-width: 200px;
  width: 100%;
}

.header-logo img {
  display: block;
}

.header-content {
  display: flex;
  gap: 26px;
  align-items: center;
  flex: 1;
}

.header-menu {
  flex: 1;
}

.header-menu-list {
  display: flex;
  gap: 26px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.header-menu-toggle {
  width: 30px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  border: 0;
  background: var(--colorMain);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");
  background-size: 22px;
}

.header-menu-link {
  flex: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
.header-menu-link:hover {
  color: var(--colorMain);
}

.header-register {
  text-transform: uppercase;
  font-size: inherit;
}

.header-menu-toggle {
  display: none;
}

@media (min-width: 890px) {
  .header-menu-el:has(.header-menu-sublist) .header-menu-link {
    position: relative;
    padding-right: 20px;
  }
  .header-menu-el:has(.header-menu-sublist) .header-menu-link::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: right center;
            mask-position: right center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");
    -webkit-mask-size: 18px;
            mask-size: 18px;
  }
  .header-menu-el:hover .header-menu-sublist {
    display: block;
  }
  .header-menu-el:hover .header-menu-link {
    color: var(--colorMainHover);
  }
  .header-menu-sublist::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    translate: 0 -100%;
  }
}
.header-menu-sublist {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  translate: -50%;
  display: none;
  min-width: 220px;
  list-style: none;
  margin: 0;
  /* https://smoothshadows.com/#djEsMSw1LDAuMDgsMjQsMzIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02), 0px 5px 4px rgba(3, 7, 18, 0.03), 0px 12px 9px rgba(3, 7, 18, 0.05), 0px 20px 15px rgba(3, 7, 18, 0.06), 0px 32px 24px rgba(3, 7, 18, 0.08);
}

.header-menu-sublist-link {
  white-space: normal;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.header-menu-sublist-link:hover {
  color: var(--colorMainHover);
}

.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;
  display: none;
}
.header-burger strong {
  display: none;
}
.header-burger span {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--colorMain);
}
.header-burger span:nth-of-type(2) {
  width: 20px;
}

@media (max-width: 1300px) {
  .header-menu-link {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .header-menu-list {
    gap: 20px;
  }
  .header-menu-link {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .header-logo {
    max-width: 160px;
  }
}
@media (max-width: 890px) {
  .header {
    padding-block: 10px;
  }
  .header-container {
    min-height: 60px;
  }
  .header-logo {
    max-width: 140px;
  }
  .header-logo-mobile-img {
    display: block;
    max-width: 150px;
  }
  .header-register {
    margin-left: auto;
  }
  .header-burger {
    display: flex;
  }
  .header-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 300px;
    background: #fff;
    padding: 25px;
    padding-right: 20px;
    /* https://smoothshadows.com/#djEsMSw1LDAuMDgsMjQsMCwxNSwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
    box-shadow: 1px 0px 1px rgba(3, 7, 18, 0.02), 2px 0px 4px rgba(3, 7, 18, 0.03), 5px 0px 9px rgba(3, 7, 18, 0.05), 10px 0px 15px rgba(3, 7, 18, 0.06), 15px 0px 24px rgba(3, 7, 18, 0.08);
  }
  .header-menu-list {
    padding-top: 30px;
    display: block;
    flex: 1;
  }
  .header-menu-toggle {
    display: block;
  }
  .header-menu-link,
  .header-menu-sublist-link {
    font-size: 20px;
    padding: 5px 0;
  }
  .header-menu-sublist-link {
    font-weight: bold;
    display: block;
  }
  .header-menu-sublist {
    box-shadow: none;
    padding: 0;
    position: relative;
    translate: none;
    left: 0;
    top: 0;
    display: none;
  }
  .header-menu-el.is-show .header-menu-toggle {
    scale: 1 -1;
  }
  .header-menu-el.is-show .header-menu-sublist {
    display: block;
  }
  body.is-menu-show .header-menu {
    display: block;
  }
  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: 500px) {
  .header-container {
    gap: 10px;
    padding-inline: 10px;
  }
  .header-logo {
    max-width: 130px;
  }
  .header-register {
    font-size: 11px;
  }
}
.footer {
  padding: 30px 0;
  font-family: var(--fontSecond);
}

.footer-inside {
  max-width: var(--pageWidth);
  padding-inline: var(--hSpace);
  margin-inline: auto;
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
}

.footer-content {
  flex: 1;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-menu-list-link {
  text-decoration: none;
  color: inherit;
}
.footer-menu-list-link:hover {
  color: var(--colorMain);
}

.footer-copyright {
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .footer-inside {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer-copyright {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .footer-inside {
    align-items: center;
  }
  .footer-menu-list {
    flex-direction: column;
    gap: 10px;
  }
  .footer-copyright {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.m-focus {
  min-height: 550px;
  max-height: 750px;
  height: calc(100svh - var(--headerHeight));
  color: #fff;
  isolation: isolate;
  position: relative;
  background: linear-gradient(100deg, var(--colorMain) 50%, color-mix(in srgb, var(--colorMain), black 10%));
}

.m-focus-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  isolation: isolate;
  overflow: hidden;
}

.m-focus-bg div {
  height: 100%;
  width: auto;
  aspect-ratio: 1200/800;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0% -50%;
  z-index: 0;
  background: url("/konferencja2026.pttpb.pl/images/2026/qnm76xro40xr8dv5.jpg") right center/auto 100%;
  -webkit-mask-image: linear-gradient(-80deg, #000 40%, rgba(0, 0, 0, 0) 90%);
          mask-image: linear-gradient(-80deg, #000 40%, rgba(0, 0, 0, 0) 90%);
  -webkit-mask-image: no-repeat;
          mask-image: no-repeat;
}

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

.m-focus-content {
  width: 80%;
  max-width: 620px;
}

.m-focus-title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}

.m-focus-text {
  line-height: 1.2;
  font-size: 27px;
}

.m-focus-date {
  line-height: 1.2;
  font-size: 33px;
  font-weight: 500;
  margin-top: 40px;
}

.m-focus-btn {
  margin-top: 30px;
  padding: 5px 30px;
  background: var(--colorSecond);
  color: #fff;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  font-size: 23px;
  text-decoration: none;
}
.m-focus-btn:hover {
  background: var(--colorSecondHover);
}

@media (max-width: 1000px) {
  .m-focus {
    height: 700px;
  }
  .m-focus-title {
    font-size: 35px;
  }
  .m-focus-text {
    font-size: 25px;
  }
  .m-focus-date {
    font-size: 27px;
  }
  .m-focus-bg div {
    -webkit-mask-image: linear-gradient(-80deg, #000 30%, rgba(0, 0, 0, 0) 60%);
            mask-image: linear-gradient(-80deg, #000 30%, rgba(0, 0, 0, 0) 60%);
  }
}
@media (max-width: 740px) {
  .m-focus-title {
    font-size: 30px;
  }
  .m-focus-text {
    font-size: 20px;
  }
  .m-focus-date {
    font-size: 22px;
  }
  .m-focus-bg div {
    -webkit-mask-image: linear-gradient(-80deg, #000 10%, rgba(0, 0, 0, 0) 50%);
            mask-image: linear-gradient(-80deg, #000 10%, rgba(0, 0, 0, 0) 50%);
  }
}
@media (max-width: 500px) {
  .m-focus {
    padding-top: 230px;
    height: auto;
  }
  .m-focus-bg {
    inset: auto;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 500/310;
  }
  .m-focus-bg::before {
    content: none;
  }
  .m-focus-bg div {
    width: 100%;
    -webkit-mask-image: linear-gradient(to bottom, #000 40%, rgba(0, 0, 0, 0));
            mask-image: linear-gradient(to bottom, #000 40%, rgba(0, 0, 0, 0));
    background-size: cover;
  }
  .m-focus-content {
    width: 100%;
  }
  .m-focus-title {
    font-size: 28px;
  }
  .m-focus-text {
    font-size: 18px;
  }
  .m-focus-date {
    font-size: 22px;
    margin-top: 20px;
  }
  .m-focus-btn {
    font-size: 18px;
  }
}
.m-under-focus {
  max-width: calc(var(--pageWidth) - 300px);
  padding-inline: var(--hSpace);
  margin-inline: auto;
  width: 100%;
  margin-block: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.m-under-focus-lead {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.m-under-focus-text {
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .m-under-focus-lead {
    font-size: 24px;
  }
  .m-under-focus-text {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .m-under-focus {
    margin-block: 30px;
    gap: 20px;
  }
  .m-under-focus-lead {
    font-size: 22px;
  }
}
.m-program {
  max-width: var(--pageWidth);
  padding-inline: var(--hSpace);
  margin-inline: auto;
  width: 100%;
}

.m-program-inside {
  display: flex;
  background: var(--colorMain);
  padding: 60px 40px;
  border-radius: var(--borderRadius);
  color: #fff;
  gap: 70px;
}

.m-program-title {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.4;
  max-width: 230px;
}

.m-program-content {
  flex: 1;
  font-size: 22px;
}

.m-program-content ul {
  -moz-column-count: 2;
       column-count: 2;
  gap: 40px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.m-program-content li + li {
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .m-program-title {
    font-size: 30px;
  }
  .m-program-inside {
    gap: 50px;
  }
  .m-program-content {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .m-program-inside {
    flex-direction: column;
    gap: 20px;
    padding-block: 40px;
  }
  .m-program-title {
    max-width: 100%;
    text-align: center;
  }
  .m-program-content ul {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .m-program-inside {
    padding: 30px;
    align-items: center;
  }
  .m-program-title {
    text-align: center;
    width: auto;
    max-width: 100%;
  }
  .m-program-content {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .m-program-inside {
    padding: 40px;
  }
  .m-program-title {
    max-width: 70%;
  }
  .m-program-content ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.m-patrons-title, .m-partners-title {
  font-size: 39px;
  color: #2072B8;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .m-patrons-title, .m-partners-title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .m-patrons-title, .m-partners-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.m-partners {
  max-width: var(--pageWidth);
  padding-inline: var(--hSpace);
  margin-inline: auto;
  width: 100%;
  margin-block: var(--mSectionSpace);
}

.m-partners-content {
  background: #F2F4F2;
  border-radius: var(--borderRadius);
  padding: 60px;
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
}

.m-partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.m-partners-list-el {
  max-width: calc(20% - 20px);
}

.m-partners-list-el-text {
  display: none;
}

.m-partners-list-el-inside {
  border-radius: 20px;
  background: #fff;
  aspect-ratio: 310/165;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-partners-list-el-inside img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 640px) {
  .m-partners-content {
    padding: 30px;
  }
  .m-partners-list {
    gap: 10px;
  }
  .m-partners-list-el {
    max-width: calc(33.3333% - 10px);
  }
  .m-partners-list-el-inside {
    border-radius: 10px;
  }
}
.m-banner {
  max-width: var(--pageWidth);
  padding-inline: var(--hSpace);
  margin-inline: auto;
  width: 100%;
  margin-block: var(--mSectionSpace);
}

.m-banner-inside {
  background: var(--colorMain);
  padding: 60px 140px;
  border-radius: var(--borderRadius);
  color: #fff;
  gap: 70px;
}

.m-banner-title {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.m-banner-content {
  flex: 1;
  font-size: 22px;
}

.m-banner-btn {
  margin-top: 30px;
  padding: 5px 30px;
  background: var(--colorSecond);
  color: #fff;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  font-size: 23px;
  text-decoration: none;
}
.m-banner-btn:hover {
  background: var(--colorSecondHover);
}

@media (max-width: 1100px) {
  .m-banner-title {
    font-size: 25px;
  }
  .m-banner-inside {
    gap: 50px;
  }
  .m-banner-content {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .m-banner-inside {
    flex-direction: column;
    gap: 20px;
  }
  .m-banner-content ul {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .m-banner-inside {
    padding: 30px;
  }
  .m-banner-content {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .m-banner-inside {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .m-banner-btn {
    margin-top: 10px;
  }
  .m-banner-content ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  .m-banner-btn {
    font-size: 18px;
  }
}
.m-patrons {
  margin-block: var(--mSectionSpace);
  overflow: hidden;
}

.m-patrons-list-wrapper {
  display: flex;
  justify-content: center;
}

.swiper-initialized .m-patrons-list-wrapper {
  justify-content: initial;
}

.m-patrons-list .swiper-wrapper {
  transition-timing-function: linear;
}

.m-patrons-list .m-patrons-list-el {
  width: 260px;
  height: auto;
}

.m-patrons-list-el-link {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(40deg, #A8DF32, #77C7A4);
  overflow: hidden;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.m-patrons-list-el-img {
  display: block;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
}

.m-patrons-list-el-desc {
  padding: 30px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.3;
}

.m-patrons-list-el-desc strong {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

@media (max-width: 860px) {
  .m-patrons-list .m-patrons-list-el {
    width: 240px;
  }
  .m-patrons-list-el-desc {
    padding: 15px;
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .m-patrons-list .m-patrons-list-el {
    width: 200px;
  }
  .m-patrons-list-el-desc {
    font-size: 11px;
  }
}
.list-26 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.list-26 li {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 20px;
}
.list-26 li:has(.img) {
  display: flex;
  gap: 30px;
  background: var(--cardBg);
  padding: 25px;
  border-radius: 10px;
}
.list-26 .img {
  max-width: 500px;
  width: 40%;
}
.list-26 img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.list-26 .desc {
  flex: 1;
}

@media (max-width: 860px) {
  .list-26 li,
  .list-26 li:has(.img) {
    flex-direction: column;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-bottom: 20px;
    gap: 10px;
  }
  .list-26 .img {
    width: 100%;
    max-width: 100%;
  }
}
.subpage {
  max-width: var(--pageWidth);
  margin-inline: auto;
  width: 100%;
  padding-inline: 15px;
}

.subpage-header {
  padding: 30px;
  min-height: 200px;
  background: var(--colorMain);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 30px 30px 0 0;
  background: var(--colorMain);
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.subpage-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 40px;
}

.subpage-content {
  padding: 50px;
  font-size: 18px;
  border-top: 0;
  border-radius: 0 0 30px 30px;
}

@media (max-width: 640px) {
  .subpage {
    padding-inline: 10px;
  }
  .subpage-content {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .subpage {
    padding-inline: 5px;
  }
  .subpage-header {
    min-height: 150px;
  }
  .subpage-content {
    padding: 15px;
  }
  .subpage-title {
    font-size: 30px;
  }
}
.prelegent-section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin: 20px 0;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
}
.prelegent-section-title::before, .prelegent-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--colorMain);
}

.prelegent-list {
  padding-bottom: 30px;
}

.prelegent-list-title {
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
}
.prelegent-list-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #eee;
}

.prelegent-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 720px) {
  .prelegent-list {
    grid-template-columns: 1fr;
  }
}

.prelegent-list-el {
  max-width: 420px;
}

.prelegent-list-el-inside {
  display: flex;
  text-decoration: none;
  gap: 20px;
}

.prelegent-list-el-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.prelegent-list-el-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.prelegent-list-el-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.prelegent-list-el-name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.prelegent-list-el-text {
  font-size: 12px;
  color: #777;
}

.prelegent-single-box-header {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #5BB8E8;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.prelegent-single-box-img {
  width: 200px;
  flex-shrink: 0;
}
.prelegent-single-box-img img {
  display: block;
  max-width: 100%;
}

.prelegent-single-box-data p {
  margin: 0 0 5px;
  font-size: 15px;
}

.prelegent-single-box-name {
  margin-bottom: 10px;
  margin-top: 0;
}

.prelegent-single-box-text {
  line-height: 26px;
}

.prelegent-single-box-footer {
  padding-top: 30px;
}

@media (max-width: 640px) {
  .prelegent-single-box-header {
    flex-direction: column;
    text-align: center;
  }
}
.letter-select {
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  overflow-x: auto;
}
.letter-select::-webkit-scrollbar {
  width: 2px;
  background: #fbfbfb;
  height: 2px;
}
.letter-select::-webkit-scrollbar {
  width: auto;
}
.letter-select::-webkit-scrollbar-thumb {
  background-color: #5BB8E8;
}
.letter-select .letter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
}
.letter-select .letter-select-el {
  margin: 5px;
  margin-left: 0;
}
.letter-select .letter-select-link {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #5BB8E8;
  text-decoration: none;
  background: #eee;
  font-weight: 800;
}
.letter-select .letter-select-link:hover {
  background: #ddd;
}
.letter-select .letter-select-link.is-active {
  background: #5BB8E8;
  color: #fff;
}

.info {
  display: block;
  color: #000;
  margin: 1.5rem auto;
  border: 1px solid var(--colorMain);
  padding: 30px;
  border-radius: 10px;
}
.info strong {
  color: var(--colorMain);
}

.subpage-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.faq-list dt {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
  color: var(--colorMain);
  background: #f8f8f8;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 10px;
  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/99/bb/32/5o6d3j8nwwjzwg70.svg") center center scroll no-repeat transparent;
  background-size: contain;
  flex-shrink: 0;
}
.faq-list dd {
  display: none;
  padding: 1rem 1.5rem;
}
.faq-list dd.open {
  display: block;
}
.faq-list dd p:first-child {
  margin-top: 0;
}

.auth-buttons {
  display: flex;
  gap: 10px 30px;
  background: #eee;
  border-radius: 10px;
  padding: 40px 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.auth-buttons-link {
  width: 100%;
  max-width: 250px;
  flex: 1;
  padding: 10px 30px;
  background: var(--colorMain);
  color: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}
.auth-buttons-link:hover {
  background: var(--colorMainHover);
}

.auth-buttons-link--secondary {
  background: var(--colorThird);
}
.auth-buttons-link--secondary:hover {
  background: var(--colorThirdHover);
}

.prices-table-cnt {
  overflow-x: auto;
}

.prices-table {
  width: 100%;
  margin: 0 0 40px;
  border-collapse: collapse;
}
.prices-table td, .prices-table th {
  padding: 1.5rem 1rem 1.5rem 0;
  font-size: 14px;
}
.prices-table thead th strong {
  color: var(--colorMain);
  display: block;
}
.prices-table thead th span {
  font-weight: 400;
  font-size: 16px;
}
.prices-table thead th {
  font-weight: 700;
  font-size: 18px;
  vertical-align: top;
}
.prices-table th:first-child {
  min-width: 220px;
}
.prices-table tbody th {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.prices-table thead tr {
  border-bottom: 3px solid #5BB8E8;
}
.prices-table tbody tr {
  border-bottom: 1px solid #5BB8E8;
}
.prices-table tbody td {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.prices-table-mobile {
  display: flex;
  flex-direction: column;
  gap: 30px;
  display: none;
}

.prices-table-mobile-part {
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}

.prices-table-mobile-part-header {
  text-align: center;
  padding-bottom: 20px;
  padding: 20px;
  background: var(--colorMain);
}
.prices-table-mobile-part-header strong {
  color: #fff;
  display: block;
  font-size: 20px;
}
.prices-table-mobile-part-header span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.prices-table-mobile-part-main {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.prices-table-mobile-part-main div {
  padding-block: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.prices-table-mobile-part-main div span {
  font-size: 14px;
}
.prices-table-mobile-part-main div:last-child {
  border: 0;
  padding-bottom: 0;
}

@media (max-width: 700px) {
  .prices-table {
    display: none;
  }
  .prices-table-mobile {
    display: flex;
  }
}
/*# sourceMappingURL=style.2026.css.map */
