/*! 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;
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.mazaj {
  padding-inline: 20px;
}

.mazaj div {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1400px;
  margin-inline: auto;
  margin-block: 40px;
}

.mazaj span {
  height: 0;
  flex: 1;
  border-bottom: 3px dotted #646EF0;
}

.mazaj div::before,
.mazaj div::after {
  content: "";
  width: 110px;
  aspect-ratio: 110/42;
  background: url(/forumzdrowiadzieci.pl/images/2025/mazaj2.svg);
  background-size: cover;
  translate: 0 5px;
}

.mazaj div::after {
  scale: -1 1;
}

@media (max-width: 640px) {
  .mazaj div::before,
  .mazaj div::after {
    width: 60px;
  }
}
.button {
  min-height: 47px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "filson-pro", sans-serif;
  color: #646EF0;
  background: none;
  border: 0;
  position: relative;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  transition: 0.5s color;
  text-align: center;
  justify-content: center;
}

.button span {
  display: inline-flex;
}

.button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.button-border {
  stroke-width: 1.5px;
  stroke-dasharray: 9px 3px;
  stroke: #646EF0;
  transition: 0.3s stroke-dasharray, 0.3s stroke;
}

.button:hover {
  color: #222;
}

.button:hover .button-border {
  stroke-dasharray: 25px 2px;
  stroke: #222;
}

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

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

a {
  text-decoration: none;
  color: #646EF0;
}

a:hover {
  transition: all 0.1s linear;
}

button {
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 1.45;
  background: #F2EBF2;
  overflow-x: hidden;
}
@media (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

html, body {
  scroll-padding-block: 120px;
}

.all {
  overflow-x: clip;
}

.pageWidth {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.mini-text {
  font-size: 0.8em;
  margin-top: 20px;
}

.header {
  min-height: 113px;
  background: #fff;
  display: flex;
  font-family: "filson-pro", sans-serif;
  position: relative;
  z-index: 100;
}

.header-container {
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex: 1;
  padding-inline: 20px;
}

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

.header-menu {
  font-size: 16px;
  flex: 1;
  display: flex;
  text-transform: uppercase;
  font-weight: 900;
}

.header-menu-list {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu-list-el {
  position: relative;
  height: 100%;
}

@media (min-width: 1160px) {
  .header-menu-list-el:has(.header-menu-sublist) .header-menu-list-link {
    padding-right: 20px;
    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='%23646EF0' 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-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
  }
}
.header-menu-list-inside {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-menu-list-toggle {
  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-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  margin-left: auto;
  border: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}

.header-menu-list-link {
  flex: 1;
  translate: 0 -2px;
  display: inline-flex;
}
.header-menu-list-link:hover {
  color: #222;
}

.header-menu-sublist {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-radius: 10px;
  top: 100%;
  background: #fff;
  list-style: none;
  padding: 20px;
  margin: 0;
  display: none;
  white-space: nowrap;
  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);
}

@media (min-width: 1160px) {
  .header-menu-list-el:hover .header-menu-sublist {
    display: block;
  }
}
.header-menu-sublist-link {
  color: #646EF0;
  display: block;
  padding: 4px 0;
}
.header-menu-sublist-link:hover {
  color: #222;
}

.header-register {
  margin-left: 30px;
}

.header-burger {
  display: flex;
  width: 30px;
  height: 40px;
  border: none;
  background: none;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  display: none;
}
.header-burger strong {
  display: none;
}
.header-burger span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #646EF0;
}

@media (max-width: 1260px) {
  .header-menu {
    font-size: 14px;
  }
  .header-register {
    font-size: 14px;
  }
}
@media (max-width: 1160px) {
  .header-container {
    justify-content: space-between;
  }
  .header-mobile-logo-img {
    display: block;
    margin-bottom: 50px;
  }
  .header-mobile-logo-img path,
  .header-mobile-logo-img rect {
    fill: #fff !important;
  }
  .header-menu {
    display: none;
    flex-direction: column;
    padding: 20px;
    box-shadow: 1px 0px 1px rgba(3, 7, 18, 0.01), 5px 1px 3px rgba(3, 7, 18, 0.03), 11px 2px 6px rgba(3, 7, 18, 0.04), 20px 3px 11px rgba(3, 7, 18, 0.05), 31px 5px 17px rgba(3, 7, 18, 0.07), 44px 7px 24px rgba(3, 7, 18, 0.08);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(#646EF0, #646fa8);
    z-index: 2;
    width: 320px;
    flex: auto;
    font-size: 18px;
  }
  .header-menu-list-toggle {
    display: block;
  }
  .header-menu-sublist {
    position: relative;
  }
  .header-burger {
    display: flex;
  }
  .header-menu-list {
    flex-direction: column;
    flex: 0;
    gap: 30px;
    margin-bottom: 30px;
  }
  .header-menu-list-el {
    display: block;
  }
  .header-menu-list-inside {
    height: auto;
  }
  .header-menu-list-link {
    display: block;
    color: #fff;
    flex: initial;
  }
  .header-menu-list-link:hover {
    color: #222;
  }
  .header-menu-sublist {
    left: 0;
    top: 0;
    translate: none;
    padding: 0;
    background: none;
    padding-top: 10px;
    box-shadow: none;
  }
  .header-menu-sublist-link {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }
  .header-menu-list-el.is-show .header-menu-sublist {
    display: block;
  }
  .header-menu-list-el.is-show .header-menu-list-toggle {
    scale: 1 -1;
  }
  .header-register {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
  }
  .header-register .button-border {
    stroke: #fff;
  }
  .header-register:hover {
    color: #222;
  }
  .header-register:hover .button-border {
    stroke: #222;
  }
  body.is-menu-show .header-burger span:nth-of-type(1) {
    display: none;
  }
  body.is-menu-show .header-burger span {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
  body.is-menu-show .header-burger span:nth-of-type(2) {
    rotate: 45deg;
  }
  body.is-menu-show .header-burger span:nth-of-type(3) {
    rotate: -45deg;
  }
  body.is-menu-show .header-menu {
    display: flex;
  }
}
.m-relacje + .footer {
  margin-top: -132px;
}

.footer {
  border-radius: 20px 20px 0 0;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "logo copyright" "logo menu";
  align-items: center;
  gap: 10px 30px;
  padding: 30px;
  background: #fff;
}
.footer .footer-logo {
  grid-area: logo;
}
.footer .footer-copyright {
  grid-area: copyright;
  align-self: end;
  font-weight: normal;
  color: #222;
}
.footer .footer-menu {
  grid-area: menu;
  align-self: start;
}
.footer .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-menu-list-el {
  margin-right: 10px;
}
.footer .footer-menu-list-el a {
  text-decoration: none;
  font-weight: bold;
  color: #222;
  padding: 5px 5px 5px 0;
  display: block;
  text-transform: uppercase;
}
.footer .footer-menu-list-el a:hover {
  color: #646EF0;
}
@media (max-width: 600px) {
  .footer {
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-areas: "logo" "menu" "copyright";
  }
  .footer .footer-menu-list-el a {
    padding: 5px;
  }
  .footer .footer-menu-list {
    justify-content: center;
  }
  .footer .footer-copyright {
    text-align: center;
  }
  .footer .footer-logo {
    text-align: center;
  }
}

.m-title {
  font-size: 42px;
  color: #646EF0;
  font-weight: 900;
  margin: 0;
  font-family: "filson-pro", sans-serif;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .m-title {
    font-size: 35px;
  }
}

.m-focus {
  height: 820px;
  background: #eee;
  display: flex;
  color: #fff;
  background-size: cover;
  font-family: "filson-pro", sans-serif;
}

.m-focus-inline {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 100px;
  padding-inline: 20px;
}

.m-focus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.m-focus-logo {
  margin-bottom: 30px;
}

.m-focus-date {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  max-width: 470px;
}

.m-focus-text {
  font-size: 24px;
  max-width: 470px;
}

.m-focus-button {
  color: #fff;
  margin-top: 20px;
}

.m-focus-button svg .button-border {
  stroke: #fff;
}

@media (max-width: 800px) {
  .m-focus {
    height: auto;
    min-height: 600px;
    background-color: #646EF0;
    padding-block: 50px;
  }
  .m-focus-logo {
    max-width: 80%;
  }
  .m-focus-inline {
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }
  .m-focus-content {
    align-items: center;
  }
  .m-focus-date,
  .m-focus-text {
    -webkit-text-stroke: initial;
    paint-order: stroke fill;
  }
}
.m-about {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}

.m-about-inside {
  display: flex;
  gap: 70px;
  align-items: center;
}

.m-about-title {
  margin: 0;
  margin-bottom: 30px;
}

.m-about-content {
  flex: 1;
}

.m-about-content .button {
  margin-top: 30px;
}

.m-about-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.m-about-content li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
.m-about-content li:last-child {
  margin-bottom: 0;
}
.m-about-content li::before {
  content: "";
  width: 36px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(/forumzdrowiadzieci.pl/images/2025/mazaj.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.m-about-button {
  margin-top: 20px;
}

.m-about-img {
  flex: 1;
}

@media (max-width: 800px) {
  .m-about-inside {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
.m-program {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}

.m-program-inside {
  display: flex;
  flex-direction: row-reverse;
  gap: 70px;
  align-items: center;
}

.m-program-title {
  margin-bottom: 30px;
}

.m-program-content {
  flex: 1;
}

.m-program-content .button {
  margin-top: 30px;
}

.m-program-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.m-program-content li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}
.m-program-content li:last-child {
  margin-bottom: 0;
}
.m-program-content li::before {
  content: "";
  width: 36px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("/forumzdrowiadzieci.pl/images/2025/mazaj.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.m-program-button {
  margin-top: 20px;
}

.m-program-img {
  flex: 1;
}

@media (max-width: 800px) {
  .m-program-inside {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
.m-wspolpraca {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}

.m-wspolpraca-inside {
  display: flex;
  gap: 70px;
  align-items: center;
}

.m-wspolpraca-content {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.m-wspolpraca-title {
  font-size: 42px;
  color: #646EF0;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
}

.m-wspolpraca-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.m-wspolpraca-content li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
.m-wspolpraca-content li:last-child {
  margin-bottom: 0;
}
.m-wspolpraca-content li::before {
  content: "";
  width: 36px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("/forumzdrowiadzieci.pl/images/2025/mazaj.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.m-wspolpraca-text {
  margin-bottom: 30px;
  max-width: 400px;
}

.m-wspolpraca-name {
  font-weight: 900;
  font-size: 24px;
  font-family: "filson-pro", sans-serif;
}

.m-wspolpraca-name,
.m-wspolpraca-position,
.m-wspolpraca-email,
.m-wspolpraca-tel {
  margin-bottom: 5px;
  max-width: 420px;
}

.m-wspolpraca-position {
  margin-bottom: 30px;
}

.m-wspolpraca-button {
  margin-top: 20px;
}

.m-wspolpraca-img {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url("/forumzdrowiadzieci.pl/images/2025/wspolpraca-img-bg.png") center bottom/contain no-repeat;
}

.m-wspolpraca-img img {
  display: block;
  width: 100%;
  max-width: 450px;
}

@media (max-width: 800px) {
  .m-wspolpraca-inside {
    gap: 20px;
    flex-direction: column;
    text-align: center;
  }
  .m-wspolpraca-content {
    align-items: center;
    text-align: center;
  }
}
.m-relacje {
  background: url("/forumzdrowiadzieci.pl/images/2025/gradient.jpg") center/cover no-repeat;
  padding-top: 100px;
  padding-bottom: 160px;
}

.m-relacje-inside {
  display: flex;
  max-width: 1400px;
  padding-inline: 20px;
  margin-inline: auto;
  gap: 70px;
  align-items: center;
  justify-content: center;
}

.m-relacje-img {
  flex-shrink: 0;
  max-width: 220px;
}

.m-relacje-content {
  flex: 1;
  max-width: 750px;
}

.m-relacje-title {
  color: #646EF0;
  font-size: 42px;
  font-weight: 900;
  margin: 0 0 30px;
}

.m-relacje-social {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  color: #646EF0;
}

.m-relacje-portals {
  margin: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
}

@media (max-width: 800px) {
  .m-relacje-inside {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .m-relacje-portals {
    flex-wrap: wrap;
  }
  .m-relacje-portals p {
    flex-basis: 100%;
  }
}
.m-prelegent {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-inline: 20px;
}

.m-prelegent-title {
  text-align: left;
  max-width: 1400px;
  margin-inline: auto;
  margin-bottom: 40px;
}

.m-prelegent-list-cnt {
  max-width: 1400px;
  margin-inline: auto;
}

.m-prelegent-list:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 50px;
  overflow-x: auto;
}

.m-prelegent-list-cnt:has(.swiper-initialized) {
  width: auto;
  max-width: 9999999px;
  margin-inline: -20px;
}

.m-prelegent-list .m-prelegent-el {
  flex-shrink: 0;
  width: 280px;
  position: relative;
  isolation: isolate;
}

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

.m-prelegent-el::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  left: -30px;
  top: 0;
  pointer-events: none;
  aspect-ratio: 1;
  background: url("/forumzdrowiadzieci.pl/images/2025/blob.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.m-prelegent-el-photo img {
  border-radius: 20px;
  aspect-ratio: 1;
  width: 100%;
  display: block;
}

.m-prelegent-el-name {
  margin-top: 10px;
  font-size: 20px;
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
}

.m-prelegent-el-text {
  font-size: 16px;
  margin-top: 20px;
}

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

.m-prelegent-list:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1300px;
}

.m-prelegent-list .m-prelegent-el {
  flex-shrink: 0;
  max-width: 280px;
  width: calc(20% - 40px);
}

@media (max-width: 1200px) {
  .m-prelegent-el-name {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .m-prelegent-list .m-prelegent-el {
    flex-shrink: 0;
    max-width: 280px;
    width: calc(50% - 40px);
  }
}
@media (max-width: 640px) {
  .m-prelegent-list .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .m-prelegent-list .swiper-wrapper::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .m-prelegent-list {
    margin-right: -20px !important;
  }
  .m-prelegent-list .m-prelegent-el {
    flex-shrink: 0;
    width: 280px;
  }
}
.m-knowledge {
  max-width: 1400px;
  padding-inline: 20px;
  margin-inline: auto;
}

.m-knowledge-title {
  text-align: center;
  margin-bottom: 40px;
}

.m-knowledge-list {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.m-knowledge-list::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.m-knowledge-list-el {
  flex-shrink: 0;
  width: 320px;
  border-radius: 20px;
  padding: 30px;
}

.m-knowledge-list-el p {
  font-size: 24px;
  font-weight: 900;
  font-family: "filson-pro", sans-serif;
  margin-bottom: 20px;
  padding-top: 90px;
  position: relative;
}

.m-knowledge-list-el p::before {
  content: "";
  width: 65px;
  aspect-ratio: 1;
  background: url("/forumzdrowiadzieci.pl/images/2025/znak.svg") center top/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
}

.m-knowledge-list-el:nth-child(1) {
  background-color: #D7DD70;
}

.m-knowledge-list-el:nth-child(2) {
  background-color: #A9A5F0;
}

.m-knowledge-list-el:nth-child(3) {
  background-color: #D3C9EC;
}

.m-knowledge-list-el:nth-child(4) {
  background-color: #E3DDD7;
}

.m-knowledge-list-el:nth-child(5) {
  background-color: #D6D5AE;
}

.m-knowledge-list-el:nth-child(6) {
  background-color: #D7DD70;
}

.m-knowledge-list-el:nth-child(7) {
  background-color: #A9A5F0;
}

.m-knowledge-list-el:nth-child(8) {
  background-color: #D3C9EC;
}

.m-knowledge-list-el:nth-child(9) {
  background-color: #E3DDD7;
}

.m-knowledge-list-el:nth-child(10) {
  background-color: #D6D5AE;
}

.m-knowledge-list-el:nth-child(11) {
  background-color: #D7DD70;
}

.m-knowledge-list-el:nth-child(12) {
  background-color: #A9A5F0;
}

.m-knowledge-list-el:nth-child(13) {
  background-color: #D3C9EC;
}

.m-knowledge-list-el:nth-child(14) {
  background-color: #E3DDD7;
}

.m-knowledge-list-el:nth-child(15) {
  background-color: #D6D5AE;
}

.m-knowledge-list-el:nth-child(16) {
  background-color: #D7DD70;
}

.m-knowledge-list-el:nth-child(17) {
  background-color: #A9A5F0;
}

.m-knowledge-list-el:nth-child(18) {
  background-color: #D3C9EC;
}

.m-knowledge-list-el:nth-child(19) {
  background-color: #E3DDD7;
}

.m-knowledge-list-el:nth-child(20) {
  background-color: #D6D5AE;
}

.m-knowledge-list-el:nth-child(21) {
  background-color: #D7DD70;
}

.m-knowledge-list-el:nth-child(22) {
  background-color: #A9A5F0;
}

.m-knowledge-list-el:nth-child(23) {
  background-color: #D3C9EC;
}

.m-knowledge-list-el:nth-child(24) {
  background-color: #E3DDD7;
}

.m-knowledge-list-el:nth-child(25) {
  background-color: #D6D5AE;
}

.m-knowledge-list-el:nth-child(26) {
  background-color: #D7DD70;
}

.m-knowledge-list-el:nth-child(27) {
  background-color: #A9A5F0;
}

.m-knowledge-list-el:nth-child(28) {
  background-color: #D3C9EC;
}

.m-knowledge-list-el:nth-child(29) {
  background-color: #E3DDD7;
}

.m-knowledge-list-el:nth-child(30) {
  background-color: #D6D5AE;
}

@media (max-width: 1400px) {
  .m-knowledge-list {
    margin-right: -20px;
  }
}
@media (max-width: 800px) {
  .m-knowledge-list-el {
    width: 280px;
  }
  .m-knowledge-list-el p {
    font-size: 20px;
  }
}
.ptp {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}

.ptp-img {
  width: 255px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ptp-content {
  flex: 1;
}

.ptp-content div {
  margin-bottom: 10px;
}

.m-ptp-link {
  font-weight: bold;
}

@media (max-width: 640px) {
  .ptp {
    gap: 30px;
  }
  .ptp-img {
    width: 200px;
  }
}
@media (max-width: 540px) {
  .ptp {
    gap: 30px;
    flex-direction: column;
    text-align: center;
  }
}
.m-collaboration-section {
  margin-block: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
  overflow-x: hidden;
}

.m-collaboration-title-cnt {
  text-align: center;
}

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

.m-collaboration-section-desc {
  text-align: center;
  margin-bottom: 30px;
}

.m-collaboration-main {
  color: #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "map content";
  max-width: 1400px;
  margin-inline: auto;
  gap: 40px;
}

.m-collaboration-right {
  grid-area: content;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  border-radius: 20px;
  padding: 0 0 0 40px;
}

.m-collaboration-content {
  margin-top: 80px;
  align-self: center;
  margin-right: -20px;
}

.m-collaboration-right img {
  width: 430px;
  margin-right: -40px;
  margin-left: -30px;
}

@media (max-width: 1000px) {
  .m-collaboration-main {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "content" "map";
  }
  .m-collaboration-right {
    justify-content: center;
    max-width: 600px;
    margin-inline: auto;
  }
  .m-collaboration-right img {
    width: 320px;
  }
  .m-collaboration-title-cnt {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .m-collaboration-section {
    margin-top: 50px;
  }
  .m-collaboration-main {
    gap: 20px;
  }
  .m-collaboration-right {
    padding-left: 20px;
    gap: 40px;
  }
  .m-collaboration-content {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .m-collaboration-title {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 476px) {
  .m-collaboration-section-desc {
    margin-bottom: 0;
  }
  .m-collaboration-right {
    gap: 20px;
  }
  .m-collaboration-right img {
    width: 200px;
  }
}
.m-partners {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}

.m-partners .button {
  background: #646EF0;
  color: #000;
}

.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: #646EF0;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  font-family: "filson-pro", sans-serif;
  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 .slider-list-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 10px 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: 11px;
  text-align: center;
  line-height: 2.5em;
}
.m-partners-list-el span, .m-partners-list-el a {
  background: #fff;
  height: 120px;
  border-radius: 20px;
  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: #646EF0;
}

@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 .slider-list-slide {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .m-partners-title {
    margin-top: 20px;
  }
}
.m-contact-box-content {
  font-size: 16px;
  text-align: right;
}

.m-contact-box-name {
  font-size: 24px;
  font-weight: 900;
  font-family: "filson-pro", sans-serif;
  margin-top: 20px;
  color: #333;
  margin-bottom: 20px;
}

.m-contact-box-position {
  font-size: 16px;
}

.m-contact-box-links {
  text-align: right;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
}

.m-contact-box-link {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  color: inherit;
  font-weight: 300;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

@media (max-width: 640px) {
  .m-contact-box-name {
    font-size: 20px;
  }
  .m-contact-box-position {
    font-size: 12px;
  }
  .m-contact-box-links {
    font-size: 14px;
  }
  .m-contact-box-link::before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 480px) {
  .m-contact-box-link {
    font-size: 12px;
  }
  .m-contact-box-link span {
    display: block;
    font-weight: bold;
  }
}
.transmission-list-title {
  background: #eee;
  padding: 50px;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.transmission-list-title span {
  background: #646EF0;
  color: #fff;
  line-height: 1.1;
  padding: 2px 5px;
  margin-right: 5px;
}

.transmission-list {
  list-style: none;
  padding: 0 30px;
  margin: 0;
}

.transmission-list-el {
  padding: 20px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.transmission-list-el:last-child {
  border: 0;
}
.transmission-list-el br + br {
  display: none;
}

.transmission-list-el-title {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  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='%23646EF0' d='m9.5 16.5l7-4.5l-7-4.5zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.transmission-list-el-buttons {
  display: flex;
  gap: 10px;
}
.transmission-list-el-buttons .button {
  font-size: 15px;
  padding: 5px 10px;
  min-height: 20px;
}
.transmission-list-el-buttons .button:hover {
  background: #000;
}
.transmission-list-el-buttons .button + .button {
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #646EF0;
  color: #646EF0;
}
.transmission-list-el-buttons .button + .button:hover {
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}

@media (max-width: 560px) {
  .transmission-list-el {
    flex-direction: column;
  }
}
.online-top {
  min-height: 740px;
  background: #646EF0 url(/images/2024/focus-bg.jpg) center/cover;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 250px;
  padding-top: 175px;
}

.online-top-inside {
  border: 1px solid #D5DC6A;
  position: relative;
  font-weight: 900;
  padding: 30px 80px;
  max-width: 1360px;
}

.online-top-error {
  text-align: center;
  padding: 1.5rem;
}

.online-top-date {
  background: #fff;
  color: #646EF0;
  padding: 5px 8px;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.online-top-title {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 960px;
}
.online-top-title span {
  display: block;
  font-size: 0.5em;
  margin-bottom: 20px;
}
.online-top-title div:not(:last-child) {
  margin-bottom: 40px;
}
.online-top-title br + br {
  display: none;
}

.online-top-date {
  margin: 0;
  background: #D5DC6A;
  color: #646EF0;
  padding: 5px 8px;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.online-top-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  max-width: 780px;
}

.online-content {
  z-index: 1;
  background: #fff;
  font-size: 18px;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
  margin: -75px -70px;
}
@media (max-width: 980px) {
  .online-content {
    margin: -30px;
  }
}
@media (max-width: 400px) {
  .online-content {
    margin: -15px;
  }
}
.online-content h2:where(:not([class])),
.online-content h3:where(:not([class])),
.online-content h4:where(:not([class])) {
  font-size: 23px;
  color: #646EF0;
  line-height: 1.5;
}

.online-top-error {
  font-weight: bold;
}
.online-top-error p {
  margin-bottom: 0;
}
.online-top-error .button {
  margin: 5px;
}

@media (max-width: 860px) {
  .online-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .online-top-title {
    font-size: 40px;
  }
  .login-top-text {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .online-top {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 30px;
  }
  .online-content {
    margin-top: 0;
  }
  .online-top-title {
    font-size: 26px;
  }
  .online-top-title span {
    margin-bottom: 10px;
  }
  .online-top-text {
    font-size: 14px;
  }
  .online-top-inside {
    padding: 30px 20px;
  }
}
.login-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: #fff;
  font-size: 18px;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
  margin: -75px -70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right" "bottom bottom";
}
.login-content h2:where(:not([class])),
.login-content h3:where(:not([class])),
.login-content h4:where(:not([class])) {
  font-size: 23px;
  color: #646EF0;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .login-content {
    margin: -30px;
  }
}
@media (max-width: 400px) {
  .login-content {
    margin: -15px;
  }
}

.login-content .forgot-password {
  color: #646EF0;
  text-decoration: none;
  font-size: 14px;
}

.login-content:not(:has(.login-content-right)) {
  display: flex;
  justify-content: center;
}
.login-content:not(:has(.login-content-right)) .login-content-left {
  max-width: 500px;
}

.login-content-left,
.login-content-right {
  flex: 1;
  padding: 40px;
}

.login-content-left {
  grid-area: left;
}

.login-content-right {
  grid-area: right;
  background: #fdfdfd;
}

.login-content-right:has(.login-register) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-content-right:has(.login-register) .login-register .button {
  line-height: 1.2;
}

.login-form-info {
  line-height: 1.2;
}

.login-form-err {
  color: #cc0000;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.login-content-bottom {
  grid-area: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  background: #F2EBF2;
  text-align: center;
  color: #fff;
}
.login-content-bottom .button {
  background: #D5DC6A;
  color: #646EF0;
}

@media (max-width: 860px) {
  .login-top {
    min-height: 0;
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .login-top-title {
    font-size: 40px;
  }
  .login-top-title--long {
    font-size: 30px;
  }
  .login-content {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .login-content {
    grid-template-columns: auto;
    grid-template-areas: "left" "right" "bottom";
  }
}
@media (max-width: 540px) {
  .login-top-title {
    font-size: 28px;
  }
  .login-top-text {
    font-size: 14px;
  }
  .login-top-inside {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .login-content-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-content-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.online-session-navi-inside {
  display: flex;
  background: #eee;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.online-session-navi-btn {
  background: none;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.online-session-navi-btn span {
  background: #646EF0;
  color: #fff;
  line-height: 1.1;
  padding: 2px 5px;
  margin-right: 5px;
}

.online-session-navi-transmission {
  flex-basis: 100%;
  display: none;
}

.online-session-navi .transmission-list-title {
  padding: 20px;
}
.online-session-navi .transmission-list {
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.2);
}
.online-session-navi .transmission-list-el-buttons .button {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.online-session-navi.is-open .online-session-navi-transmission {
  display: block;
}

.online-session-navi-lang {
  display: flex;
  gap: 10px;
}
.online-session-navi-lang div {
  display: flex;
  gap: 5px;
}
.online-session-navi-lang a {
  text-decoration: none;
}
.online-session-navi-lang img {
  border-radius: 50%;
  display: block;
}
.online-session-navi-lang .active img {
  box-shadow: 0 0 0 2px #646EF0;
}

.online-session-video-cnt {
  aspect-ratio: 16/9;
  position: relative;
}
.online-session-video-cnt .yt,
.online-session-video-cnt .online-session-video-empty {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.online-session-video-bottom {
  display: flex;
}

.online-session-social {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #eee;
  min-height: 80px;
}

.online-session-social-el {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #646EF0;
  text-indent: -999px;
  overflow: hidden;
}

.online-session-social-el--fb {
  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='M15.12 5.32H17V2.14A26 26 0 0 0 14.26 2c-2.72 0-4.58 1.66-4.58 4.7v2.62H6.61v3.56h3.07V22h3.68v-9.12h3.06l.46-3.56h-3.52V7.05c0-1.05.28-1.73 1.76-1.73'/%3E%3C/svg%3E");
}

.online-session-social-el--tw {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M389.2 48h70.6L305.6 224.2L487 464H345L233.7 318.6L106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9zm-24.8 373.8h39.1L151.1 88h-42z'/%3E%3C/svg%3E");
}

.online-session-social-el--ln {
  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' fill-rule='evenodd' d='M9.429 8.969h3.714v1.85c.535-1.064 1.907-2.02 3.968-2.02c3.951 0 4.889 2.118 4.889 6.004V22h-4v-6.312c0-2.213-.535-3.461-1.897-3.461c-1.889 0-2.674 1.345-2.674 3.46V22h-4zM2.57 21.83h4V8.799h-4zM7.143 4.55a2.53 2.53 0 0 1-.753 1.802a2.57 2.57 0 0 1-1.82.748a2.6 2.6 0 0 1-1.818-.747A2.55 2.55 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.58 2.58 0 0 1 4.571 2c.682 0 1.336.269 1.819.747s.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.online-session-communicator-btn {
  padding: 15px;
  min-height: 80px;
  border: 0;
  cursor: pointer;
  flex: 1;
  background: #646EF0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
  font-size: 16px;
}

.online-session-communicator-btn-icon {
  width: 40px;
  height: 40px;
  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='M15.85 8.14c.39 0 .77.03 1.14.08C16.31 5.25 13.19 3 9.44 3c-4.25 0-7.7 2.88-7.7 6.43c0 2.05 1.15 3.86 2.94 5.04L3.67 16.5l2.76-1.19c.59.21 1.21.38 1.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54 3.44-6.43 7.69-6.43M12 5.89a.96.96 0 1 1 0 1.92a.96.96 0 0 1 0-1.92M6.87 7.82a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92'/%3E%3Cpath fill='white' d='M22.26 14.57c0-2.84-2.87-5.14-6.41-5.14s-6.41 2.3-6.41 5.14s2.87 5.14 6.41 5.14c.58 0 1.14-.08 1.67-.2L20.98 21l-1.2-2.4c1.5-.94 2.48-2.38 2.48-4.03m-8.34-.32a.96.96 0 1 1 .96-.96c.01.53-.43.96-.96.96m3.85 0a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92'/%3E%3C/svg%3E");
}

.online-session-communicator-btn-text {
  max-width: 250px;
  display: block;
}

@media (max-width: 550px) {
  .online-session-video-bottom {
    flex-direction: column;
  }
}
.online-speakers-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.online-speakers-list-el--with-desc .online-speakers-list-el-link {
  cursor: pointer;
}

.online-speakers-list-wrap {
  width: 100%;
}

.online-speakers-list-el-link {
  padding: 0;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  background: none;
  border: 0;
  text-align: left;
  align-items: stretch;
}

.online-speakers-list-el-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.online-speakers-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;
}

.online-speakers-list-el-desc {
  flex: 1;
  font-weight: 400;
  font-size: 15px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.online-speakers-list-el.is-open .online-speakers-list-el-long {
  display: flex;
}

.online-speakers-list-el-long {
  justify-content: center;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.online-speakers-list-el-long-inside {
  padding: 20px;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  display: grid;
}

.online-speakers-list-el-long-container {
  justify-self: center;
  align-self: center;
  background: #fff;
  position: relative;
  padding: 40px;
  max-width: 900px;
  width: 100%;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}

.online-speakers-list-el-long-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  cursor: pointer;
}
.online-speakers-list-el-long-close::before, .online-speakers-list-el-long-close::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.online-speakers-list-el-long-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.online-speakers-list-el-long-top {
  display: flex;
  gap: 30px;
  align-items: center;
}

.online-speakers-list-el-long-desc {
  font-size: 18px;
  line-height: 1.4;
}

.online-speakers-list-el-long-top .online-speakers-list-el-desc {
  background: none;
  padding-left: 0;
}
.online-speakers-list-el-long-top .online-speakers-list-el-name {
  margin: 0;
  font-size: 25px !important;
  margin-bottom: 10px;
}
.online-speakers-list-el-long-top .online-speakers-list-el-text {
  font-size: 16px;
  line-height: 1.4;
}

.online-speakers-list-el-long-desc {
  line-height: 1.6;
}

@media (max-width: 670px) {
  .online-speakers-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 570px) {
  .online-speakers-list {
    gap: 15px;
  }
  .online-speakers-list-el-img {
    height: auto;
  }
  .online-speakers-list-el-desc h2, .online-speakers-list-el-desc h3 {
    margin: 0;
    font-size: 15px;
  }
  .online-speakers-list-el-desc small {
    font-size: 13px;
  }
}
@media (max-width: 470px) {
  .online-speakers-list-el-img {
    width: 100px;
    height: 100px;
  }
}
.online-session-section {
  padding: 30px;
}

.online-session-section-title {
  color: #646EF0;
  font-family: "filson-pro", sans-serif;
  font-size: 25px;
  margin-top: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.online-session-section-title span {
  align-self: center;
  background: #646EF0;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.8em;
}

.online-session-section-content {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 570px) {
  .online-session-section {
    padding: 20px 15px;
  }
}
.online-session-logos-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
}

.online-session-logos-list-el {
  border: 1px solid #ddd;
  width: calc(25% - 20px);
  aspect-ratio: 220/140;
  position: relative;
}
.online-session-logos-list-el.is-full {
  width: auto;
  min-width: 90%;
  flex: 1;
  max-width: 100%;
  aspect-ratio: 660/100;
}
@media (max-width: 640px) {
  .online-session-logos-list-el {
    width: calc(33.3333% - 20px);
  }
}

.online-session-logos-list-el:has(.online-session-logos-list-el-links)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 36 36'%3E%3Cpath fill='%23646EF0' d='M30.4 17.6c-1.8-1.9-4.2-3.2-6.7-3.7q-1.65-.45-3.3-.6c2.8-3.3 2.3-8.3-1-11.1s-8.3-2.3-11.1 1s-2.3 8.3 1 11.1c.6.5 1.2.9 1.8 1.1v2.2l-1.6-1.5c-1.4-1.4-3.7-1.4-5.2 0c-1.4 1.4-1.5 3.6-.1 5l4.6 5.4c.2 1.4.7 2.7 1.4 3.9c.5.9 1.2 1.8 1.9 2.5v1.9c0 .6.4 1 1 1h13.6c.5 0 1-.5 1-1v-2.6c1.9-2.3 2.9-5.2 2.9-8.1v-5.8c.1-.4 0-.6-.2-.7m-22-9.4c0-3.3 2.7-5.9 6-5.8c3.3 0 5.9 2.7 5.8 6c0 1.8-.8 3.4-2.2 4.5v-5a3.4 3.4 0 0 0-3.4-3.2c-1.8-.1-3.4 1.4-3.4 3.2v5.2c-1.7-1-2.7-2.9-2.8-4.9M28.7 24c.1 2.6-.8 5.1-2.5 7.1c-.2.2-.4.4-.4.7v2.1H14.2v-1.4c0-.3-.2-.6-.4-.8c-.7-.6-1.3-1.3-1.8-2.2c-.6-1-1-2.2-1.2-3.4c0-.2-.1-.4-.2-.6l-4.8-5.7c-.3-.3-.5-.7-.5-1.2c0-.4.2-.9.5-1.2c.7-.6 1.7-.6 2.4 0l2.9 2.9v3l1.9-1V7.9c.1-.7.7-1.3 1.5-1.2c.7 0 1.4.5 1.4 1.2v11.5l2 .4v-4.6c.1-.1.2-.1.3-.2c.7 0 1.4.1 2.1.2v5.1l1.6.3v-5.2l1.2.3c.5.1 1 .3 1.5.5v5l1.6.3v-4.6c.9.4 1.7 1 2.4 1.7z' class='clr-i-outline clr-i-outline-path-1'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 100;
  transform: translate(50%, -50%);
}

.online-session-logos-list-el > a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-session-logos-list-el > a img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.online-session-logos-list-el-links {
  position: absolute;
  inset: 1px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}

.online-session-logos-list-el:hover .online-session-logos-list-el-links {
  opacity: 1;
  pointer-events: all;
}

.online-session-logos-list-el-link {
  width: 40px;
  height: 40px;
  background-size: 27px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  border: 0;
  background-color: #646EF0 !important;
  border-radius: 50%;
  transition: 0.1s !important;
}
.online-session-logos-list-el-link:hover {
  background-color: #000 !important;
}

.online-session-logos-list-el-link--www {
  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%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M3.338 17A10 10 0 0 0 12 22a10 10 0 0 0 8.662-5M3.338 7A10 10 0 0 1 12 2a10 10 0 0 1 8.662 5'/%3E%3Cpath d='M13 21.95s1.408-1.853 2.295-4.95M13 2.05S14.408 3.902 15.295 7M11 21.95S9.592 20.098 8.705 17M11 2.05S9.592 3.902 8.705 7M9 10l1.5 5l1.5-5l1.5 5l1.5-5M1 10l1.5 5L4 10l1.5 5L7 10m10 0l1.5 5l1.5-5l1.5 5l1.5-5'/%3E%3C/g%3E%3C/svg%3E");
}

.online-session-logos-list-el-link--more {
  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='M6.5 20q-2.275 0-3.887-1.575T1 14.575q0-1.95 1.175-3.475T5.25 9.15q.575-2.025 2.138-3.4T11 4.075v8.075L9.4 10.6L8 12l4 4l4-4l-1.4-1.4l-1.6 1.55V4.075q2.575.35 4.288 2.313T19 11q1.725.2 2.863 1.488T23 15.5q0 1.875-1.312 3.188T18.5 20z'/%3E%3C/svg%3E");
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 700px) {
  .online-session-logos-list-el {
    width: calc(25% - 20px);
  }
}
@media (max-width: 540px) {
  .online-session-logos-list-el {
    width: calc(33.3333% - 20px);
  }
}
.online-session-logos-list-el-popup {
  display: none;
}

.online-session-logos-list-el-popup.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
  z-index: 10000;
  padding: 20px;
}

.online-session-logos-list-el-popup-container {
  background: #fff;
  position: relative;
  padding: 40px;
}
.online-session-logos-list-el-popup-container h3, .online-session-logos-list-el-popup-container h2 {
  color: #646EF0;
}

.online-session-logos-list-el-popup-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.online-session-logos-list-el-popup-close::before, .online-session-logos-list-el-popup-close::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.online-session-logos-list-el-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#communicator {
  display: none;
  position: fixed;
  z-index: 999999999;
  overflow: auto;
  max-width: calc(100% - 20px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: calc(100% - 20px);
  width: 1000px;
  margin: 0 auto;
  background: #eee;
  border-radius: 8px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
}
#communicator #communicatorifopen {
  position: absolute;
  inset: 45px 20px 20px 20px;
}
#communicator.open {
  display: block;
}
#communicator .close {
  color: #D5DC6A;
  background: #646EF0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  border: 0;
  z-index: 1;
}
#communicator iframe {
  max-height: 100%;
  border: 0 !important;
}

body.is-online-communicator-open,
body.is-popup-open {
  overflow: hidden;
}
body.is-online-communicator-open .subpage,
body.is-online-communicator-open .subpage-content,
body.is-popup-open .subpage,
body.is-popup-open .subpage-content {
  position: static;
}

.header:has(.header-userinfo) .header-register {
  display: none;
}

.header-userinfo {
  grid-area: register;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 20px;
}

.header-userinfo-user {
  background: none;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #222;
  cursor: pointer;
  font-family: inherit;
}

.header-userinfo-user-text {
  max-width: 80px;
  display: block;
  font-family: inherit;
  color: #fff;
}

.header-userinfo-user-icon {
  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='%23646EF0' d='M12 12q-1.65 0-2.825-1.175T8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12m-8 6v-.8q0-.85.438-1.562T5.6 14.55q1.55-.775 3.15-1.162T12 13t3.25.388t3.15 1.162q.725.375 1.163 1.088T20 17.2v.8q0 .825-.587 1.413T18 20H6q-.825 0-1.412-.587T4 18'/%3E%3C/svg%3E");
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.header-userinfo.is-open .header-userinfo-menu {
  display: block;
}

.header-userinfo-menu {
  position: absolute;
  right: 40%;
  top: calc(100% + 10px);
  background: #fff;
  min-width: 200px;
  padding: 20px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  display: none;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.056), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.081), 12.5px 12.5px 10px rgba(0, 0, 0, 0.1), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.119), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.144), 100px 100px 80px rgba(0, 0, 0, 0.2);
}
.header-userinfo-menu::before {
  content: "";
  width: 12px;
  height: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  position: absolute;
  right: 0;
  translate: -50% -100%;
  top: 0;
}
.header-userinfo-menu li {
  padding: 5px 0;
}
.header-userinfo-menu li:has(.header-userinfo-logout) {
  margin-top: 10px;
}
.header-userinfo-menu .header-userinfo-logout {
  background: #646EF0;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.header-userinfo-menu .header-userinfo-logout:hover {
  background: #000;
}

@media (max-width: 1160px) {
  .header-userinfo {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    border-left: 0;
    padding-right: 10px;
  }
  .header-userinfo-user {
    border-left: 0;
    font-size: 8px;
  }
}
.loading-cnt {
  position: relative;
}

.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}

.loading-cnt .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0turn);
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  z-index: 1;
  pointer-events: none;
}

.loading::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-right-color: #fff;
  animation: loadingAnimation 0.5s 0s infinite linear;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(0turn);
}

.loading.is-dark::before {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.9);
}

.button:has(.loading) {
  position: relative;
  pointer-events: none;
  filter: grayscale(1);
  background: rgba(100, 110, 240, 0.5);
}

.button .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button .loading::before {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.9);
}

@keyframes loadingAnimation {
  100% {
    transform: rotate(1turn);
  }
}
.pani {
  display: grid;
  border-radius: 0 20px 0 0;
  min-height: 122px;
  margin-top: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 166px 1fr;
  grid-template-areas: "..... link" "photo content";
}

.pani-link {
  grid-area: link;
  font-weight: bold;
  font-family: "filson-pro", sans-serif;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pani-link::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.075' height='19.099' viewBox='0 0 19.075 19.099'%3E%3Cpath id='Path_4045' data-name='Path 4045' d='M20.3,10.75a9.551,9.551,0,1,0,6.974,3.026A9.64,9.64,0,0,0,20.3,10.75Zm4.581,10.06-2.6,2.666a.73.73,0,0,1-1.045-1.02l1.314-1.345H16.326a.811.811,0,1,1,0-1.622H22.52l-1.34-1.339a.73.73,0,0,1,1.032-1.032l2.667,2.667A.729.729,0,0,1,24.886,20.81Z' transform='translate(-10.755 -10.75)' fill='%23646ef0'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  translate: 0 3px;
}

.pani-photo {
  background: #646EF0;
  border-radius: 20px 20px 0 0;
  width: 166px;
  position: relative;
  grid-area: photo;
}

.pani-photo img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 155px;
}

.pani-content {
  grid-area: content;
  flex: 1;
  border-radius: 0 20px 20px 0;
  padding: 20px;
  background: #eee;
  margin-left: -20px;
  padding-left: 40px;
  min-height: 122px;
}

.pani-content h2 {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}

.pani-content div {
  font-size: 14px;
}

@media (max-width: 560px) {
  .pani {
    grid-template-areas: "link link" "photo content";
  }
  .pani-link {
    margin-bottom: 40px;
  }
}
@media (max-width: 470px) {
  .pani {
    grid-template-areas: "link" "photo" "content";
    grid-template-columns: 100%;
    margin-top: 90px;
  }
  .pani-photo {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 140px;
  }
  .pani-content {
    border-radius: 0 0 20px 20px;
    margin-left: 0;
    padding: 20px;
  }
  .pani-link {
    margin-bottom: 10px;
  }
}
.pani-big {
  margin-top: 160px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 50px;
  grid-template-rows: auto auto;
  grid-template-areas: "img content" "img footer";
}

.pani-big-photo {
  position: relative;
  min-height: 150px;
  width: 190px;
  background: #646EF0;
  border-radius: 30px 30px 0 30px;
  grid-area: img;
}

.pani-big-photo img {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  max-width: 90%;
}

.pani-big-content {
  grid-area: content;
}

.pani-big-content h2 {
  color: #000;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.pani-big-content div {
  font-size: 14px;
}

.pani-big-footer {
  grid-area: footer;
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .pani-big {
    gap: 0 30px;
  }
}
@media (max-width: 500px) {
  .pani-big {
    margin-top: 110px;
  }
  .pani-big-photo {
    width: 130px;
  }
  .pani-big-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 470px) {
  .pani-big {
    margin-top: 100px;
    gap: 0 20px;
  }
  .pani-big-photo {
    width: 110px;
  }
  .pani-big-content h2 {
    font-size: 20px;
  }
}
.panie-box {
  display: flex;
  gap: 30px;
  margin-top: 140px;
}

.panie-photo {
  position: relative;
  min-height: 150px;
  width: 325px;
  background: #646EF0;
  border-radius: 30px 30px 0 30px;
}

.panie-photo img {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  max-width: 90%;
}

.panie-content {
  flex: 1;
}

.panie-title {
  font-size: 20px;
  font-weight: 900;
  color: #646EF0;
  margin-bottom: 10px;
}

.panie-part h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 5px;
  color: #000;
}
.panie-part div {
  font-size: 12px;
}

.panie-part + .panie-part {
  margin-top: 20px;
}

@media (max-width: 730px) {
  .panie-photo {
    max-width: 280px;
  }
}
@media (max-width: 640px) {
  .panie-box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .panie-content {
    padding-bottom: 90px;
  }
  .panie-photo {
    max-width: 400px;
  }
}
.info {
  display: block;
  text-align: center;
  color: #888;
  margin: 1.5rem auto;
}

.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: #646EF0;
  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;
}

.price-table {
  margin: 1.5rem auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.price-table td, .price-table th {
  padding: 1.5rem 1rem 1.5rem 0;
  font-size: 14px;
}
.price-table th small {
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: 400;
}
.price-table thead th {
  font-weight: 700;
  font-size: 18px;
  font-family: "filson-pro", sans-serif;
  vertical-align: top;
}
.price-table th:first-child {
  width: 300px;
}
.price-table tbody th {
  font-size: 14px;
  font-weight: 700;
  font-family: "filson-pro", sans-serif;
  text-align: left;
}
.price-table thead tr {
  border-bottom: 3px solid #646EF0;
}
.price-table tbody tr {
  border-bottom: 1px solid #646EF0;
}
.price-table tbody td {
  text-align: center;
}
@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 {
    overflow: hidden;
  }
  .price-table thead p {
    font-size: 16px;
  }
  .price-table tbody tr {
    flex-wrap: wrap;
    border: none;
  }
  .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;
    color: #646EF0;
  }
  .price-table tbody td:nth-child(2) {
    border: 1px solid #D5DC6A;
    border-radius: 10px 0 0 10px;
  }
  .price-table tbody td:last-child {
    border: 1px solid #D5DC6A;
    border-left: none;
    border-radius: 0 10px 10px 0;
  }
  .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;
  }
}

.timeline-list-days {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -60px;
}
@media (max-width: 600px) {
  .timeline-list-days {
    margin-top: -30px;
  }
}
@media (max-width: 476px) {
  .timeline-list-days {
    margin-top: -20px;
  }
}

.timeline-list-days-el {
  flex: 1;
  max-width: 200px;
  height: 80px;
  background-color: #eee;
}
@media (max-width: 476px) {
  .timeline-list-days-el {
    height: 60px;
    max-width: 160px;
  }
}
.timeline-list-days-el a {
  color: #000 !important;
}
.timeline-list-days-el a small {
  color: #000;
}
.timeline-list-days-el.is-active {
  background: #646EF0;
  color: #fff;
}
.timeline-list-days-el span, .timeline-list-days-el a {
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.timeline-list-days-el small {
  font-weight: normal;
  font-size: 13px;
}

.agenda-events-time {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.agenda-events-time::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #ddd;
}

.agenda-events {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  margin-bottom: 70px;
  gap: 20px;
}

.agenda-event {
  background: #E7E9ED;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.agenda-event-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.agenda-event-type {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  color: #8C8D96;
  font-weight: bold;
  text-transform: uppercase;
}

.agenda-event-title {
  font-size: 16px !important;
  flex: 1;
  margin-top: 0 !important;
  font-weight: bold;
  line-height: 1.4;
}
.agenda-event-title a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.agenda-event-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 20px;
}
.agenda-event-links a {
  text-transform: uppercase;
  color: #646EF0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  display: block;
  text-decoration: none;
}
.agenda-event-links a:hover {
  color: #646EF0;
}

.agenda-event-bottom {
  display: flex;
  height: 25px;
  margin-top: 10px;
  gap: 4px;
  font-size: 8px;
  color: #D5DC6A;
  text-transform: uppercase;
  filter: grayscale(1) brightness(0.5);
  opacity: 0.8;
}
@media (max-width: 500px) {
  .agenda-event-bottom {
    font-size: 10px;
  }
}

.agenda-event-broadcast,
.agenda-event-translate {
  text-decoration: none;
  flex: 1 1 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D5DC6A;
}

.agenda-event-broadcast::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/energydays.pl/images/www/icon-broadcast.svg);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.agenda-event-translate::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/energydays.pl/images/www/icon-earth.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.agenda-panel {
  margin-top: 40px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.agenda-panel-title {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
}
.agenda-panel-title span {
  font-size: 0.7em;
  display: block;
}
.agenda-panel-title div:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .agenda-panel-title {
    font-size: 30px;
  }
}

.agenda-panel-social {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
  margin: 20px 0;
}
.agenda-panel-social svg {
  transition: 0.2s fill;
  fill: #646EF0;
}
.agenda-panel-social a:hover svg {
  fill: #646EF0;
}

.agenda-panel-section {
  margin-bottom: 30px;
}

.agenda-panel-section-title {
  font-size: 25px !important;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.agenda-panel-section-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #ddd;
}

.agenda-panel-section-content {
  line-height: 1.7;
}
.agenda-panel-section-content ins {
  text-decoration: none;
}

.agenda-panel-speakers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.agenda-panel-speaker {
  display: flex;
}

.agenda-panel-speaker-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: inherit;
  text-align: center;
}

.agenda-panel-speaker-photo {
  width: 100px;
  height: 100px;
}

.agenda-panel-speaker-name {
  margin: 0;
  margin-bottom: 5px;
}

.agenda-panel-speaker-company {
  font-size: 12px;
}

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

.agenda-panel-prelegent-list-el {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-content: center;
}

.agenda-panel-prelegent-list-el-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.agenda-panel-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;
}

.agenda-panel-prelegent-list-el-content {
  flex: 1;
  font-size: 15px;
  padding: 15px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agenda-panel-prelegent-list-el-name {
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
  color: #646EF0;
  font-weight: bold;
}

.agenda-panel-prelegent-list-el-text {
  font-size: 13px;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.agenda-panel-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  gap: 10px;
}
@media (max-width: 570px) {
  .agenda-panel-partners {
    grid-template-columns: repeat(2, 1fr);
  }
}

.agenda-panel-partners-el {
  margin-bottom: 0 !important;
  min-height: 110px;
  border: 1px solid #eee;
}
.agenda-panel-partners-el.is-logo-full {
  grid-column: 1/-1;
}
.agenda-panel-partners-el a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agenda-panel-partners-el a img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.agenda-panel-back {
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 2;
  margin-top: 20px;
  display: inline-block;
}

.agenda-panel .yt {
  padding-bottom: 56.25%;
  position: relative;
  margin: 20px 0;
}
.agenda-panel .yt .yt, .agenda-panel .yt .preview,
.agenda-panel .yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.agenda-panel .yt .preview {
  overflow: hidden;
}
.agenda-panel .yt .preview img {
  filter: blur(2px);
}
.agenda-panel .yt .preview::before {
  content: "";
  z-index: 2;
  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='m9.5 16.5l7-4.5l-7-4.5zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.agenda-download-links {
  display: flex;
  gap: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.agenda-download-links:not(:has(*)) {
  display: none;
}
@media (max-width: 600px) {
  .agenda-download-links {
    flex-direction: column;
    gap: 10px;
  }
}

.agenda-download a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300dfa2' class='bi bi-file-pdf-fill' viewBox='0 0 16 16'%3E  %3Cpath d='M5.523 10.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.035 21.035 0 0 0 .5-1.05 11.96 11.96 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.888 3.888 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 4.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z'%3E%3C/path%3E  %3Cpath fill-rule='evenodd' d='M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm.165 11.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.64 11.64 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.707 19.707 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z'%3E%3C/path%3E%3C/svg%3E");
  background-position: -4px center;
  background-repeat: no-repeat;
  min-height: 50px;
  background-size: 50px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.agenda-download img {
  display: none;
}
.agenda-download small {
  display: block;
  font-weight: 400;
  font-size: 11px;
  margin: 0;
  color: #888;
}
@media (max-width: 500px) {
  .agenda-download a {
    background-size: 30px;
    padding-left: 30px;
    font-size: 15px;
  }
}

.login-popup .popup-container {
  padding: 30px;
}
.login-popup .popup-head {
  margin: -30px -30px 30px -30px;
  padding: 30px;
}
.login-popup .form-row {
  margin-bottom: 15px;
}
.login-popup .popup-footer {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.subpage {
  background: url("/forumzdrowiadzieci.pl/images/2025/subpage.png") center top/100% auto no-repeat;
  min-height: calc(100vh - 200px);
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .subpage {
    background-size: 200% auto;
  }
}

.subpage-header {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-family: "filson-pro", sans-serif;
}

.subpage-title {
  text-align: center;
  font-size: 5vw;
  margin: 40px 0 0;
  line-height: 1.2;
}

.subpage-top-date {
  background: #D5DC6A;
  color: #222;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bold;
  margin: 20px auto 0;
  font-size: 20px;
}

.subpage-subtitle {
  color: #fff;
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

.subpage-content-cnt {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  isolation: isolate;
  padding-bottom: 100px;
  z-index: 1;
}

.subpage-content {
  position: relative;
  max-width: 800px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  padding: 60px;
  overflow: clip;
  margin: 0 auto;
}

:where(.subpage-content p) {
  margin-bottom: 20px;
}
:where(.subpage-content p):last-child {
  margin-bottom: 0;
}

:where(.subpage-content h2, .subpage-content h3) {
  color: #646EF0;
  font-family: "filson-pro", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 900;
}

:where(.subpage-content a:not([class])) {
  font-weight: bold;
}

:where(.subpage-content ul:not([class])) {
  margin-block: 20px;
  list-style: none;
  padding: 0;
}
:where(.subpage-content ul:not([class])) li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
:where(.subpage-content ul:not([class])) li:last-child {
  margin-bottom: 0;
}
:where(.subpage-content ul:not([class])) li::before {
  content: "";
  width: 36px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(/forumzdrowiadzieci.pl/images/2025/mazaj.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.subpage-content-header {
  margin: -60px;
  margin-bottom: 50px;
  aspect-ratio: 780/360;
  background-position: center;
  background-size: cover;
}

@media (max-width: 870px) {
  .subpage-content {
    font-size: 20px;
    max-width: 860px;
  }
}
@media (max-width: 600px) {
  .subpage-title {
    font-size: 40px;
  }
  .subpage-subtitle {
    font-size: 18px;
  }
  .subpage-content {
    padding: 30px;
    font-size: 20px;
  }
  .subpage-content-header {
    margin: -40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 476px) {
  .subpage-content {
    padding: 20px;
  }
}
.partners-list-cnt {
  padding-bottom: 40px;
}
.partners-list-cnt > h3, .partners-list-cnt > h2 {
  text-align: center;
}

.partners-list {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.partners-list-title {
  margin-bottom: 20px;
}

.partners-list-element {
  background: #fff;
  border: 1px solid #ddd;
  width: calc(25% - 20px);
  aspect-ratio: 220/140;
  position: relative;
  border-radius: 20px;
}
.partners-list-element.is-full {
  width: auto;
  min-width: 90%;
  flex: 1;
  max-width: 100%;
  aspect-ratio: 660/100;
}
@media (max-width: 640px) {
  .partners-list-element {
    width: calc(33.3333% - 20px);
  }
}

.partners-list-element.full {
  width: 100%;
  aspect-ratio: auto;
}

.partners-list-element:hover .partners-list-element-menu {
  opacity: 1;
  pointer-events: all;
}

.partners-list-element-seemore {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 36 36'%3E%3Cpath fill='%23646EF0' d='M30.4 17.6c-1.8-1.9-4.2-3.2-6.7-3.7q-1.65-.45-3.3-.6c2.8-3.3 2.3-8.3-1-11.1s-8.3-2.3-11.1 1s-2.3 8.3 1 11.1c.6.5 1.2.9 1.8 1.1v2.2l-1.6-1.5c-1.4-1.4-3.7-1.4-5.2 0c-1.4 1.4-1.5 3.6-.1 5l4.6 5.4c.2 1.4.7 2.7 1.4 3.9c.5.9 1.2 1.8 1.9 2.5v1.9c0 .6.4 1 1 1h13.6c.5 0 1-.5 1-1v-2.6c1.9-2.3 2.9-5.2 2.9-8.1v-5.8c.1-.4 0-.6-.2-.7m-22-9.4c0-3.3 2.7-5.9 6-5.8c3.3 0 5.9 2.7 5.8 6c0 1.8-.8 3.4-2.2 4.5v-5a3.4 3.4 0 0 0-3.4-3.2c-1.8-.1-3.4 1.4-3.4 3.2v5.2c-1.7-1-2.7-2.9-2.8-4.9M28.7 24c.1 2.6-.8 5.1-2.5 7.1c-.2.2-.4.4-.4.7v2.1H14.2v-1.4c0-.3-.2-.6-.4-.8c-.7-.6-1.3-1.3-1.8-2.2c-.6-1-1-2.2-1.2-3.4c0-.2-.1-.4-.2-.6l-4.8-5.7c-.3-.3-.5-.7-.5-1.2c0-.4.2-.9.5-1.2c.7-.6 1.7-.6 2.4 0l2.9 2.9v3l1.9-1V7.9c.1-.7.7-1.3 1.5-1.2c.7 0 1.4.5 1.4 1.2v11.5l2 .4v-4.6c.1-.1.2-.1.3-.2c.7 0 1.4.1 2.1.2v5.1l1.6.3v-5.2l1.2.3c.5.1 1 .3 1.5.5v5l1.6.3v-4.6c.9.4 1.7 1 2.4 1.7z' class='clr-i-outline clr-i-outline-path-1'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 100;
  transform: translate(50%, -50%);
}

.partners-list-element-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  inset: 1px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  backdrop-filter: blur(2px);
  gap: 10px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}
.partners-list-element-menu a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #646EF0 !important;
  transition: 0.1s !important;
}
.partners-list-element-menu a:hover {
  background-color: #D5DC6A !important;
}
.partners-list-element-menu span {
  display: none;
}
.partners-list-element-menu svg {
  width: 27px;
  height: 27px;
  fill: white;
}
.partners-list-element-menu a:hover svg {
  fill: white;
}

.partners-list-element-logo {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.partners-list-element-logo img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-list-element-menu {
  position: absolute;
  bottom: 0;
  left: 0;
}

.partners-list-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  display: none;
  overflow-y: auto;
  padding: 30px;
}

.partners-list-popup.is-show {
  display: flex;
}

.partners-list-popup-inside {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  display: grid;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

body.popup-show .subpage-content {
  z-index: auto;
}

.partners-list-popup-container {
  background: #fff;
  padding: 20px;
  max-width: 700px;
  width: 90%;
  max-height: 80%;
  min-height: 400px;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
  border-radius: 20px;
  justify-self: center;
  align-self: center;
}

.partners-list-popup-close {
  width: 45px;
  height: 45px;
  border: 0;
  grid-area: close;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.2s background-color;
  background: none;
}

.partners-list-popup-close::before,
.partners-list-popup-close::after {
  content: "";
  transition: 0.5s;
  width: 25px;
  height: 3px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #000;
}

.partners-list-popup-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.partners-list-popup-logo {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.partners-list-popup-logo img {
  max-width: 200px;
  width: 100%;
}

.partners-list-popup-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  justify-content: center;
  gap: 5px 0;
  line-height: 1.2;
  border-bottom: 1px solid #ddd;
  margin-left: -20px;
  margin-right: -20px;
}
.partners-list-popup-menu a {
  padding: 10px 15px;
  display: inline-flex;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}
.partners-list-popup-menu .is-active a {
  color: #646EF0;
  font-weight: bold;
  display: block;
}
@media (max-width: 450px) {
  .partners-list-popup-menu {
    font-size: 15px;
  }
}

.partners-list-popup-tab {
  display: none;
  text-align: center;
}
.partners-list-popup-tab.is-active {
  display: block;
  text-align: center;
}
.partners-list-popup-tab a {
  color: #646EF0;
  text-decoration: none;
}

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

@media (max-width: 500px) {
  .wspolpraca .slider-list-slide {
    grid-template-columns: repeat(2, 1fr);
  }
}
.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: #646EF0;
}

.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 #646EF0;
  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;
}

@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: rgb(250.75, 250.75, 250.75);
  height: 2px;
}
.letter-select::-webkit-scrollbar {
  width: auto;
}
.letter-select::-webkit-scrollbar-thumb {
  background-color: #646EF0;
}
.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: #646EF0;
  text-decoration: none;
  background: #eee;
  font-weight: 800;
}
.letter-select .letter-select-link:hover {
  background: #ddd;
}
.letter-select .letter-select-link.is-active {
  background: #646EF0;
  color: #fff;
}
/*# sourceMappingURL=style.2025.css.map */
