:root {
  --m-section-space: 100px;
}

@media (max-width: 640px) {
  :root {
    --m-section-space: 50px;
  }
}
@media (max-width: 500px) {
  :root {
    --m-section-space: 30px;
  }
}
:root {
  --m-section-space: 100px;
}

@media (max-width: 640px) {
  :root {
    --m-section-space: 50px;
  }
}
@media (max-width: 500px) {
  :root {
    --m-section-space: 30px;
  }
}
.quests-title {
  font-size: 42px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .quests-title {
    font-size: 32px;
  }
}

.quests-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
}
.quests-text p:first-child {
  margin-top: 0;
}
.quests-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 560px) {
  .quests-text {
    font-size: 16px;
  }
}

/*! 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: sans-serif;
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  background: #010A21;
  background-size: cover;
  font-family: "eurostile", sans-serif;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  body.menuOpen {
    overflow: hidden;
  }
}

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

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

body.popup-show {
  overflow: hidden;
}
body.popup-show .subpage-content {
  position: static;
}

.button, .prelegent-single-box-back, .agenda-panel-back {
  background: #7DCE1A;
  color: #fff;
  display: inline-block;
  padding: 0.625em 1.875em;
  font-size: 1em;
  border-radius: 0.3125em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  text-decoration: none;
  transition: 0.1s background, 0.1s color;
}

.focus {
  min-height: 780px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 55px;
  color: #fff;
  width: 100%;
  margin-top: -120px;
  isolation: isolate;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .focus {
    padding-inline: 20px;
  }
}

.focus-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to top, transparent, #000 200px);
          mask-image: linear-gradient(to top, transparent, #000 200px);
  z-index: -1;
  background-attachment: fixed;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.focus-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.focus-bg video {
  width: 110%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.focus-content {
  max-width: 1366px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
}

.focus-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "eurostile-extended", sans-serif;
  color: #fff;
  position: relative;
}
.focus-title strong {
  font-weight: 900;
}

.focus-text {
  font-size: 20px;
  max-width: 780px;
  line-height: 1.4;
  font-family: "eurostile-extended", sans-serif;
  margin-bottom: 20px;
}

.focus-date {
  font-size: 18px;
  font-weight: 500;
  max-width: 780px;
  font-family: "eurostile-extended", sans-serif;
  color: #7DCE1A;
  margin-bottom: 40px;
}

.focus-register {
  position: relative;
  align-self: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7DCE1A;
  height: 52px;
  padding: 0 30px;
  display: inline-flex;
  font-family: "eurostile-extended", sans-serif;
}

.focus-register::before {
  content: "";
  inset: 0;
  position: absolute;
  background: #7DCE1A;
  --cut: 0.625rem;
  --c: calc(100% - var(--cut));
  --s: 2px;
  --c2: calc(100% - var(--cut) - var(--s) / 2);
  --s2: calc(100% - var(--s));
  -webkit-clip-path: polygon(var(--s) 0, 100% 0, 100% var(--c), var(--c) 100%, 0 100%, 0 0, var(--s) 0, var(--s) var(--s2), var(--c2) var(--s2), var(--s2) var(--c2), var(--s2) var(--s), var(--s) var(--s));
          clip-path: polygon(var(--s) 0, 100% 0, 100% var(--c), var(--c) 100%, 0 100%, 0 0, var(--s) 0, var(--s) var(--s2), var(--c2) var(--s2), var(--s2) var(--c2), var(--s2) var(--s), var(--s) var(--s));
  scale: 1 -1;
}

.focus-register:hover {
  color: #000e51;
}
.focus-register:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  --cut: 10px;
  -webkit-clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
          clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
  background: #fff;
  scale: -1 1;
}

@media (max-width: 800px) {
  .focus {
    min-height: 550px;
    margin-top: 0;
  }
  .focus-title {
    font-size: 6vw;
    justify-content: center;
    text-align: left;
  }
  .focus-title::before {
    top: 1px;
  }
  .focus-title span {
    max-width: 99999px;
    width: 83%;
  }
}
@media (max-width: 470px) {
  .focus-bg {
    background-image: url(https://pliki.konferencje.ptwp.pl/i/ea/9e/26/09m61k5d6xjvr34l.png) !important;
  }
  .focus-text {
    font-size: 16px;
  }
}
@media (orientation: portrait) {
  .focus-bg {
    height: 100%;
    left: 0;
    top: 0;
  }
  .focus-bg video {
    height: 100%;
    width: auto;
    overflow: hidden;
  }
}
.focus-title,
.focus-text,
.focus-date,
.focus-register-cnt {
  translate: -20px;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}

.focus-text {
  transition-delay: 0.2s;
}

.focus-date {
  transition-delay: 0.5s;
}

.focus-register-cnt {
  transition-delay: 0.7s;
}

.focus.is-anim .focus-title,
.focus.is-anim .focus-text,
.focus.is-anim .focus-date,
.focus.is-anim .focus-register-cnt {
  translate: 0;
  opacity: 1;
}

.m-tematyka {
  overflow-x: clip;
  margin-bottom: calc(var(--m-section-space) * 1.6);
}

.m-tematyka-inside {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-inline: auto;
  max-width: 1366px;
  width: 100%;
  padding-inline: 20px;
}

.m-tematyka-img {
  z-index: -1;
  grid-column: 6/-1;
  grid-row: 1/-1;
  position: relative;
}
.m-tematyka-img video, .m-tematyka-img img {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 60vw;
  max-width: 999999px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 200px);
          mask-image: linear-gradient(to right, transparent, #000 200px);
  opacity: 0.8;
}

.m-tematyka-content {
  grid-column: 1/8;
  grid-row: 1/-1;
  color: #fff;
  padding: 50px;
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-tematyka-content::before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  border-top: 4px solid #7DCE1A;
  border-bottom: 4px solid #7DCE1A;
  border-right: 4px solid #7DCE1A;
  width: 100vw;
  z-index: -1;
}

.m-tematyka-title {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  background: #7DCE1A;
  display: inline-flex;
  font-family: "eurostile-extended", sans-serif;
  color: #010A21;
  padding: 20px 50px;
  justify-content: flex-end;
  margin-left: 0;
  align-self: flex-start;
}
@media (max-width: 500px) {
  .m-tematyka-title {
    font-size: 20px;
    padding-inline: 20px;
    text-align: center;
  }
}

.m-tematyka-content p {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-family: "eurostile-extended", sans-serif;
}

.m-tematyka-content ul {
  list-style: none;
  padding: 0;
  margin: 50px;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 0;
}
.m-tematyka-content ul li {
  position: relative;
  padding-left: 30px;
  padding-block: 10px;
}
.m-tematyka-content ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 23px;
  translate: 0 -50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/pdo.wnp.pl/images/2025/arrow.svg");
  padding-left: 20px;
}

@media (max-width: 870px) {
  .m-tematyka-inside {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding: 0;
  }
  .m-tematyka-content {
    padding: 50px;
  }
  .m-tematyka-img {
    margin-left: -20px;
    margin-right: -20px;
    aspect-ratio: 16/10;
    overflow-x: clip;
  }
  .m-tematyka-img img, .m-tematyka-img video {
    position: relative;
    width: auto;
    height: 100%;
    left: 50%;
    top: 0;
    translate: -50%;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
@media (max-width: 640px) {
  .m-tematyka-content {
    padding: 30px;
    font-size: 18px;
  }
  .m-tematyka-title {
    padding-inline: 20px;
  }
  .m-tematyka-content p {
    font-size: inherit;
  }
}
@media (max-width: 500px) {
  .m-tematyka-content {
    padding: 40px 20px;
    font-size: 16px;
  }
}
.m-tematyka-title,
.m-tematyka-content p {
  translate: -20px;
  opacity: 0;
  transition: 0.5s;
}

.m-tematyka-content::before {
  translate: -100%;
  opacity: 0;
  transition: 0.5s;
}

.m-tematyka-title {
  transition-delay: 0.6s;
}

.m-tematyka-content p {
  transition-delay: 0.4s;
}

.m-tematyka-content::before {
  transition-delay: 0.2s;
}

.m-tematyka.is-anim .m-tematyka-title,
.m-tematyka.is-anim .m-tematyka-content p,
.m-tematyka.is-anim .m-tematyka-content::before {
  translate: 0;
  opacity: 1;
}

.m-program {
  display: flex;
  gap: 90px;
  max-width: 1366px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: var(--m-section-space);
}

.m-program-img {
  display: grid;
  grid: auto/auto;
}

.m-program-img > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.m-program-img > svg {
  stroke-dasharray: 2800px;
  stroke-dashoffset: -2800px;
  stroke-width: 4px;
  stroke: #7DCE1A;
  fill: none;
}

.m-program-content {
  color: #fff;
}

.m-program-title {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  background: #7DCE1A;
  display: inline-flex;
  font-family: "eurostile-extended", sans-serif;
  color: #010A21;
  padding: 20px 50px;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .m-program-title {
    font-size: 20px;
    padding-inline: 20px;
    text-align: center;
  }
}

.m-program-content p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-family: "eurostile-extended", sans-serif;
}

.m-program-content ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
}
.m-program-content ul li {
  position: relative;
  padding-left: 30px;
  padding-block: 10px;
}
.m-program-content ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 23px;
  translate: 0 -50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/pdo.wnp.pl/images/2025/arrow.svg");
  padding-left: 20px;
}

.m-program-button {
  position: relative;
  align-self: flex-start;
  background: none;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7DCE1A;
  height: 52px;
  padding: 0 30px;
  display: inline-flex;
  font-family: "eurostile-extended", sans-serif;
  isolation: isolate;
}

.m-program-button::before {
  content: "";
  inset: 0;
  position: absolute;
  background: #7DCE1A;
  --cut: 0.625rem;
  --c: calc(100% - var(--cut));
  --s: 2px;
  --c2: calc(100% - var(--cut) - var(--s) / 2);
  --s2: calc(100% - var(--s));
  -webkit-clip-path: polygon(var(--s) 0, 100% 0, 100% var(--c), var(--c) 100%, 0 100%, 0 0, var(--s) 0, var(--s) var(--s2), var(--c2) var(--s2), var(--s2) var(--c2), var(--s2) var(--s), var(--s) var(--s));
          clip-path: polygon(var(--s) 0, 100% 0, 100% var(--c), var(--c) 100%, 0 100%, 0 0, var(--s) 0, var(--s) var(--s2), var(--c2) var(--s2), var(--s2) var(--c2), var(--s2) var(--s), var(--s) var(--s));
  scale: 1 -1;
}

.m-program-button:hover {
  color: #010A21;
}
.m-program-button:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  --cut: 10px;
  -webkit-clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
          clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
  background: #7DCE1A;
  scale: -1 1;
}

@media (max-width: 870px) {
  .m-program {
    padding-inline: 20px;
    flex-direction: column;
    gap: 30px;
  }
  .m-program-img > * {
    width: 100%;
    height: auto;
  }
  .m-program-content {
    width: 100%;
    margin-inline: auto;
    align-items: flex-end;
  }
  .m-program-button {
    margin-inline: auto;
  }
  .m-program ul {
    margin-top: 10px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .m-program-title {
    padding-inline: 20px;
  }
  .m-program-content {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .m-program-content {
    border: 0;
    padding-right: 0;
  }
  .m-program ul {
    padding-right: 0;
  }
}
.m-program-title,
.m-program-content li {
  translate: -20px;
  opacity: 0;
  transition: 0.5s;
}

.m-program-title {
  transition-delay: 0.2s;
}

.m-program-content li:nth-child(1) {
  transition-delay: 0.35s;
}

.m-program-content li:nth-child(2) {
  transition-delay: 0.4s;
}

.m-program-content li:nth-child(3) {
  transition-delay: 0.45s;
}

.m-program-content li:nth-child(4) {
  transition-delay: 0.5s;
}

.m-program-content li:nth-child(5) {
  transition-delay: 0.55s;
}

.m-program-content li:nth-child(6) {
  transition-delay: 0.6s;
}

.m-program-content li:nth-child(7) {
  transition-delay: 0.65s;
}

.m-program-content li:nth-child(8) {
  transition-delay: 0.7s;
}

.m-program-content li:nth-child(9) {
  transition-delay: 0.75s;
}

.m-program-content li:nth-child(10) {
  transition-delay: 0.8s;
}

.m-program-content li:nth-child(11) {
  transition-delay: 0.85s;
}

.m-program-content li:nth-child(12) {
  transition-delay: 0.9s;
}

.m-program-content li:nth-child(13) {
  transition-delay: 0.95s;
}

.m-program-content li:nth-child(14) {
  transition-delay: 1s;
}

.m-program-content li:nth-child(15) {
  transition-delay: 1.05s;
}

.m-program-content li:nth-child(16) {
  transition-delay: 1.1s;
}

.m-program-content li:nth-child(17) {
  transition-delay: 1.15s;
}

.m-program-content li:nth-child(18) {
  transition-delay: 1.2s;
}

.m-program-content li:nth-child(19) {
  transition-delay: 1.25s;
}

.m-program-content li:nth-child(20) {
  transition-delay: 1.3s;
}

.m-program.is-anim .m-program-img > svg {
  animation: anim 2s 0s 1 linear both;
}
.m-program.is-anim .m-program-title,
.m-program.is-anim .m-program-content li {
  opacity: 1;
  translate: 0;
}

@keyframes anim {
  0% {
    stroke-dashoffset: -2800px;
    stroke-dasharray: 2800px;
  }
  99.99% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2800px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: none;
  }
}
.m-wspolpraca {
  max-width: 1366px;
  margin-inline: auto;
  width: 100%;
  color: #fff;
  margin-bottom: var(--m-section-space);
}

.m-wspolpraca-inside {
  display: flex;
  padding: 50px;
  position: relative;
}
.m-wspolpraca-inside::before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  border: 4px solid #7DCE1A;
  border-left: 0;
  width: 100vw;
  z-index: -1;
}

.m-wspolpraca-title {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  background: #7DCE1A;
  display: inline-flex;
  font-family: "eurostile-extended", sans-serif;
  color: #010A21;
  padding: 20px 50px;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .m-wspolpraca-title {
    font-size: 20px;
    padding-inline: 20px;
    text-align: center;
  }
}

.m-wspolpraca-text {
  max-width: 490px;
  line-height: 1.4;
  font-family: "eurostile-extended", sans-serif;
  font-size: 18px;
  margin-top: 0;
}

.m-wspolpraca-left {
  flex: 1;
}

.m-wspolpraca-right {
  flex: 1;
}

.m-person {
  display: flex;
  gap: 30px;
}

.m-person-img {
  width: 215px;
  height: 215px;
  flex-shrink: 0;
}

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

.m-person-content h3 {
  color: #7DCE1A;
  font-family: "eurostile-extended", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0;
}

.m-person-content a {
  position: relative;
  align-self: flex-start;
  background: none;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7DCE1A;
  height: 52px;
  padding: 0 30px;
  display: inline-flex;
  font-family: "eurostile-extended", sans-serif;
  isolation: isolate;
  margin-top: 40px;
}

.m-person-content a::before {
  content: "";
  inset: 0;
  position: absolute;
  background: #7DCE1A;
  --cut: 0.625rem;
  --c: calc(100% - var(--cut));
  --s: 2px;
  --c2: calc(100% - var(--cut) - var(--s) / 2);
  --s2: calc(100% - var(--s));
  -webkit-clip-path: polygon(var(--s) 0, 100% 0, 100% var(--c), var(--c) 100%, 0 100%, 0 0, var(--s) 0, var(--s) var(--s2), var(--c2) var(--s2), var(--s2) var(--c2), var(--s2) var(--s), var(--s) var(--s));
          clip-path: polygon(var(--s) 0, 100% 0, 100% var(--c), var(--c) 100%, 0 100%, 0 0, var(--s) 0, var(--s) var(--s2), var(--c2) var(--s2), var(--s2) var(--c2), var(--s2) var(--s), var(--s) var(--s));
  scale: 1 -1;
}

.m-person-content a:hover {
  color: #010A21;
}
.m-person-content a:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  --cut: 10px;
  -webkit-clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
          clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
  background: #7DCE1A;
  scale: -1 1;
}

@media (max-width: 640px) {
  .m-wspolpraca-title {
    padding-inline: 20px;
  }
  .m-wspolpraca-inside {
    padding: 30px;
    flex-direction: column;
  }
  .m-person-img {
    width: 150px;
    height: 150px;
  }
  .m-person-content h3 {
    font-size: 16px;
  }
  .m-person-content p {
    font-size: 14px;
  }
  .m-person-content a {
    margin-top: 0;
    font-size: 12px;
    padding-inline: 15px;
  }
}
@media (max-width: 500px) {
  .m-person {
    gap: 20px;
  }
  .m-person-img {
    width: 120px;
    height: 120px;
  }
  .m-wspolpraca-text {
    font-size: 16px;
  }
  .m-wspolpraca-inside {
    padding: 20px;
  }
}
.m-wspolpraca-title,
.m-wspolpraca-text {
  translate: -20px;
  opacity: 0;
  transition: 0.5s;
}

.m-wspolpraca-title {
  transition-delay: 0.2s;
}

.m-wspolpraca-text {
  transition-delay: 0.4s;
}

.m-person {
  translate: 20px;
  opacity: 0;
  transition: 0.5s;
}

.m-wspolpraca.is-anim .m-wspolpraca-title,
.m-wspolpraca.is-anim .m-wspolpraca-text,
.m-wspolpraca.is-anim .m-person {
  translate: 0;
  opacity: 1;
}

.m-events {
  max-width: 1366px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: var(--m-section-space);
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-events-title {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  background: #7DCE1A;
  display: inline-flex;
  font-family: "eurostile-extended", sans-serif;
  color: #010A21;
  padding: 20px 50px;
  justify-content: flex-end;
  margin-inline: auto;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .m-events-title {
    font-size: 20px;
    padding-inline: 20px;
    text-align: center;
  }
}

.m-events-content {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  max-width: 1366px;
}

.m-events-box {
  flex: 1;
  background-size: cover;
  display: flex;
}

.m-events-box-link {
  padding: 40px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.m-events-box-img-cnt {
  aspect-ratio: 16/7;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-events-box-img {
  max-width: 180px;
}

.m-events-box:nth-child(3) .m-events-box-img {
  max-width: 250px;
}

.m-events-box-title {
  font-size: 24px;
  font-weight: 900;
  color: #7DCE1A;
  font-family: "eurostile-extended", sans-serif;
  margin-bottom: 0;
}

.m-events-box-text {
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .m-events-content {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
  .m-events-box-img-cnt {
    aspect-ratio: auto;
  }
}
@media (max-width: 640px) {
  .m-events-box-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .m-events-box-img {
    max-width: 150px;
  }
  .m-events-box-text {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .m-events-box-link {
    padding: 40px 20px;
  }
  .m-events-box-text {
    font-size: 16px;
  }
}
.m-events-title {
  translate: -20px;
  opacity: 0;
  transition: 0.5s;
}

.m-events-box {
  opacity: 0;
  translate: 0 20px;
  transition: 0.5s;
}

.m-events-title {
  transition-delay: 0.2s;
}

.m-events-box:nth-child(1) {
  transition-delay: 0.3s;
}

.m-events-box:nth-child(2) {
  transition-delay: 0.4s;
}

.m-events-box:nth-child(3) {
  transition-delay: 0.5s;
}

.m-events.is-anim .m-events-title,
.m-events.is-anim .m-events-box {
  opacity: 1;
  translate: 0;
}

.timeline-list-days {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-list-days-el {
  flex: 1;
  max-width: 200px;
  height: 80px;
  background-color: #eee;
}
.timeline-list-days-el.is-active {
  background: #7DCE1A;
  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;
}
.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: #000;
}

.agenda-events {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 70px;
}

.agenda-event {
  background: #eee;
  max-width: 33.3333%;
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .agenda-event {
    max-width: 50%;
  }
}

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

.agenda-event-type {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  color: #666;
}

.agenda-event-title {
  font-size: 16px;
  flex: 1;
  margin-top: 0;
  line-height: 1.4;
}
.agenda-event-title a {
  color: inherit;
}

.agenda-event-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.agenda-event-links a {
  color: #7DCE1A;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.agenda-event-bottom {
  display: flex;
  height: 25px;
  margin-top: 10px;
  gap: 4px;
  font-size: 10px;
  color: #7DCE1A;
  text-transform: uppercase;
}
@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;
}

.agenda-event-broadcast::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/nowyprzemysl.pl/images/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(/nowyprzemysl.pl/images/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: 30px;
  color: #000;
}
@media (max-width: 500px) {
  .agenda-panel-title {
    font-size: 25px;
  }
}

.agenda-panel-social {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.agenda-panel-social svg {
  transition: 0.2s fill;
  fill: #7DCE1A;
}
.agenda-panel-social a:hover svg {
  fill: #000;
}

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

.agenda-panel-section-title {
  font-size: 25px;
  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: #000;
}

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

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

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

.agenda-panel-speaker-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.agenda-panel-speaker-content {
  font-weight: normal;
}
.agenda-panel-speaker-content a {
  font-weight: inherit;
}

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

.agenda-panel-speaker-company {
  color: #888;
}

.agenda-panel-back {
  margin-top: 20px;
}

.agenda-panel .yt {
  padding-bottom: 56.25%;
  position: relative;
  margin: 20px 0;
}
.agenda-panel .yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

ul.list-12 {
  display: block;
  padding: 0 !important;
  list-style-type: none;
}
ul.list-12 li {
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem !important;
}
ul.list-12 .wrap {
  display: flex;
  align-items: center;
}
ul.list-12 div.img {
  width: 60px;
  flex: 0 0 60px;
}
ul.list-12 div.img + div.desc {
  padding-left: 1.5rem;
}
ul.list-12 div.desc {
  flex: 1;
}
ul.list-12 div.img img {
  display: block;
  width: 60px;
  height: auto;
  border-radius: 100%;
}
ul.list-12 p {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}
ul.list-12 small {
  display: block;
  margin: 0.25rem 0 0;
}

.prelegents-section-list {
  margin: 0 0 2rem;
}

.prelegents-section-list ul.list-12 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 16px;
}
.prelegents-section-list ul.list-12 li {
  flex: 0 0 calc(50% - 20px);
  margin-bottom: 0 !important;
}
.prelegents-section-list ul.list-12 a {
  color: #000;
}
.prelegents-section-list ul.list-12 a:hover {
  color: #7DCE1A;
}
@media (max-width: 760px) {
  .prelegents-section-list ul.list-12 {
    gap: 20px;
  }
  .prelegents-section-list ul.list-12 li {
    flex: 0 0 100%;
  }
}

.agenda-download {
  justify-content: center;
  display: flex;
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
}
.agenda-download h4 {
  margin: 10px;
}
.agenda-download a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237DCE1A' 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-size: 40px;
  background-position: left center;
  min-height: 50px;
  background-repeat: no-repeat;
  text-decoration: none;
  display: inline-flex;
  padding-left: 45px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #000 !important;
}
.agenda-download img {
  display: none;
}

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

.slider-next,
.slider-prev {
  position: absolute;
  top: 50%;
  width: 41px;
  height: 41px;
  background: #7DCE1A;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s background-color;
}
.slider-next.swiper-button-disabled,
.slider-prev.swiper-button-disabled {
  opacity: 0.5;
}
.slider-next::after,
.slider-prev::after {
  content: "";
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m4 10l9 9l1.4-1.5L7 10l7.4-7.5L13 1z'/%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 20 20'%3E%3Cpath fill='black' d='m4 10l9 9l1.4-1.5L7 10l7.4-7.5L13 1z'/%3E%3C/svg%3E");
}
.slider-next:hover:not(.swiper-button-disabled),
.slider-prev:hover:not(.swiper-button-disabled) {
  background: #000;
  color: #fff;
}

.slider-prev {
  left: 0;
  transform: translate(0, -50%);
}
.slider-prev::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='m4 10l9 9l1.4-1.5L7 10l7.4-7.5L13 1z'/%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 20 20'%3E%3Cpath fill='black' d='m4 10l9 9l1.4-1.5L7 10l7.4-7.5L13 1z'/%3E%3C/svg%3E");
}

.slider-next {
  right: 0;
  transform: translate(0, -50%);
}
.slider-next::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M7 1L5.6 2.5L13 10l-7.4 7.5L7 19l9-9z'/%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 20 20'%3E%3Cpath fill='black' d='M7 1L5.6 2.5L13 10l-7.4 7.5L7 19l9-9z'/%3E%3C/svg%3E");
}

@media (max-width: 470px) {
  .slider-prev,
  .slider-next {
    width: 50px;
    height: 50px;
  }
  .slider-prev::after {
    -webkit-mask-position: calc(100% - 8px) center;
            mask-position: calc(100% - 8px) center;
  }
  .slider-next::after {
    -webkit-mask-position: 8px center;
            mask-position: 8px center;
  }
}
.letter-select {
  text-align: center;
  padding: 0;
  margin: 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: #7DCE1A;
}
.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: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #7DCE1A;
  text-decoration: none;
  background: #eee;
  font-weight: 800;
}
.letter-select .letter-select-link:hover {
  background: #ddd;
}
.letter-select .letter-select-link.is-active {
  background: #7DCE1A;
  color: #fff;
}

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

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

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

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

.prelegent-single-box-back {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .prelegent-single-box-header {
    flex-direction: column;
    text-align: center;
  }
}
.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: #eee;
}

.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(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

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

.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;
  line-height: 1.2;
}

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

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

.register-box {
  border-radius: 3px;
  padding: 30px;
  margin: 40px 0;
  background: #dfdfdf;
}
.register-box h2, .register-box h3 {
  margin-top: 0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.register-box .register-buttons {
  margin: 0;
}
.register-box .register-buttons .button, .register-box .register-buttons .agenda-panel-back, .register-box .register-buttons .prelegent-single-box-back {
  font-size: 16px;
}
@media (max-width: 500px) {
  .register-box .register-buttons .button, .register-box .register-buttons .agenda-panel-back, .register-box .register-buttons .prelegent-single-box-back {
    min-height: 0;
  }
}

.register-buttons {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  justify-content: center;
}
.register-buttons .button, .register-buttons .agenda-panel-back, .register-buttons .prelegent-single-box-back {
  font-weight: normal;
  gap: 2px;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: none;
  text-align: center;
  border-radius: 5px;
}
.register-buttons .button strong, .register-buttons .agenda-panel-back strong, .register-buttons .prelegent-single-box-back strong {
  font-size: 20px;
}
.register-buttons .button--type2 {
  background: #D3ECFB;
}
.register-buttons .button--type2:hover {
  background: none;
  box-shadow: inset 0 0 0 1px #D3ECFB;
  color: #D3ECFB;
}
.register-buttons span {
  max-width: 300px;
}
@media (max-width: 500px) {
  .register-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .register-buttons .button, .register-buttons .agenda-panel-back, .register-buttons .prelegent-single-box-back {
    min-height: 90px;
  }
}

.register-list-cnt {
  overflow-x: auto;
}

.register-list-cnt {
  margin: 30px 0;
}
.register-list-cnt > h3 {
  text-align: center;
}

.register-list {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.2;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}
.register-list td, .register-list th {
  border: 1px solid #ddd;
  padding: 15px;
  vertical-align: top;
}
.register-list thead th p, .register-list thead td p {
  margin: 0;
}
.register-list thead p small br {
  display: none;
}
.register-list img {
  filter: hue-rotate(35deg);
}
.register-list .register-list-head-text,
.register-list small {
  display: block;
  margin-bottom: 10px;
  color: #888;
}
.register-list .register-list-head-name,
.register-list strong {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: #7DCE1A;
}
.register-list .register-list-head-price {
  display: block;
  font-size: 16px;
}
.register-list tbody td {
  vertical-align: middle;
}
.register-list tbody td:not(:first-child) {
  text-align: center;
  width: 230px;
  vertical-align: middle;
}
.register-list tbody tr:nth-of-type(even) {
  background: #f6f6f6;
}
@media (max-width: 670px) {
  .register-list {
    font-size: 15px;
  }
  .register-list td, .register-list th {
    padding: 10px;
  }
  .register-list tbody td:first-child {
    font-size: 13px;
  }
  .register-list .register-list-head-name {
    font-size: 20px;
  }
  .register-list tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .register-list tbody td:first-child {
    font-size: 14px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-list dt {
  cursor: pointer;
  font-weight: bold;
  background: #003eb4;
  color: #fff;
  padding: 10px;
  position: relative;
  padding-right: 40px;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dt::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 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='white' d='m12 15l-5-5h10z'/%3E%3C/svg%3E");
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-list dt:has(+ dd[style*=block])::after {
  scale: 1 -1;
}
.faq-list dd {
  display: none;
  padding-top: 0;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 20px;
  font-size: 17px;
}
.faq-list dd p:first-child {
  margin-top: 0;
}

.form-contact {
  border-top: 2px solid #eee;
  padding-top: 30px;
  margin-top: 50px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-messages {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-messages.is-error {
  padding: 2px;
  color: #cc0000;
}
.form-messages.is-ok {
  padding: 2px;
  color: #09944f;
}

.form-label {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  font-family: inherit;
  font-weight: bold;
}

.form-control {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
  border: 0;
  font-weight: 500;
  box-sizing: border-box;
  background: none;
  border: 1px solid #ddd;
}
.form-control:focus {
  border-color: #000;
  outline: none;
}

.form-control:is(textarea) {
  min-height: 150px;
}

.infoonly {
  font-size: 11px;
  color: inherit;
  display: block;
  line-height: 1.4;
}

.form-error {
  display: none;
  background: #cc0000;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 20px;
}

.form-error.show {
  display: block;
}

.login-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: #fff;
  font-size: 1.125rem;
  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: 1.4375rem;
  color: #7DCE1A;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .login-content {
    margin: -1.875rem;
  }
}
@media (max-width: 400px) {
  .login-content {
    margin: -0.9375rem;
  }
}

.login-content .forgot-password {
  color: #7DCE1A;
  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, .login-content-right:has(.login-register) .login-register .agenda-panel-back, .login-content-right:has(.login-register) .login-register .prelegent-single-box-back {
  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: #010A21;
  text-align: center;
  color: #fff;
}
.login-content-bottom .button, .login-content-bottom .agenda-panel-back, .login-content-bottom .prelegent-single-box-back {
  background: #D3ECFB;
  color: #7DCE1A;
}

@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-top {
  min-height: 46.25rem;
  background: #7DCE1A 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 #D3ECFB;
  position: relative;
  font-weight: 900;
  padding: 30px 80px;
  max-width: 1360px;
}

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

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

.online-top-title {
  color: #fff;
  font-size: 3.375rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  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: #D3ECFB;
  color: #7DCE1A;
  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: 1.125rem;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
  margin: -75px -70px;
}
@media (max-width: 980px) {
  .online-content {
    margin: -1.875rem;
  }
}
@media (max-width: 400px) {
  .online-content {
    margin: -0.9375rem;
  }
}
.online-content h2:where(:not([class])),
.online-content h3:where(:not([class])),
.online-content h4:where(:not([class])) {
  font-size: 1.4375rem;
  color: #7DCE1A;
  line-height: 1.5;
}

.online-top-error {
  font-weight: bold;
}
.online-top-error p {
  margin-bottom: 0;
}
.online-top-error .button, .online-top-error .agenda-panel-back, .online-top-error .prelegent-single-box-back {
  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;
  }
}
.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: #7DCE1A;
  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, .online-session-navi .transmission-list-el-buttons .agenda-panel-back, .online-session-navi .transmission-list-el-buttons .prelegent-single-box-back {
  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 #7DCE1A;
}

.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: #7DCE1A;
  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: #7DCE1A;
  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: 0.9375rem;
  padding: 0 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.online-speakers-list-el-name {
  margin: 0;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  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: 1.5625rem !important;
  margin-bottom: 0.625rem;
}
.online-speakers-list-el-long-top .online-speakers-list-el-text {
  font-size: 1rem;
  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: #7DCE1A;
  font-family: 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: #7DCE1A;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.8em;
}

.online-session-section-content {
  font-size: 1.125rem;
  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='%237DCE1A' 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: #7DCE1A !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: #7DCE1A;
}

.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;
  max-height: 80%;
  overflow: auto;
  width: 1000px;
  max-width: 100%;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #eee;
  padding: 2.5rem;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
}
#communicator.open {
  display: block;
}
#communicator .close {
  color: #fff;
  background: #7DCE1A;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  border: 0;
}

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

.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: #7DCE1A;
  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='%237DCE1A' 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, .transmission-list-el-buttons .agenda-panel-back, .transmission-list-el-buttons .prelegent-single-box-back {
  font-size: 15px;
  padding: 5px 10px;
  min-height: 20px;
}
.transmission-list-el-buttons .button + .button, .transmission-list-el-buttons .agenda-panel-back + .button, .transmission-list-el-buttons .prelegent-single-box-back + .button, .transmission-list-el-buttons .button + .agenda-panel-back, .transmission-list-el-buttons .agenda-panel-back + .agenda-panel-back, .transmission-list-el-buttons .prelegent-single-box-back + .agenda-panel-back, .transmission-list-el-buttons .button + .prelegent-single-box-back, .transmission-list-el-buttons .agenda-panel-back + .prelegent-single-box-back, .transmission-list-el-buttons .prelegent-single-box-back + .prelegent-single-box-back {
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #7DCE1A;
  color: #7DCE1A;
}
.transmission-list-el-buttons .button + .button:hover, .transmission-list-el-buttons .agenda-panel-back + .button:hover, .transmission-list-el-buttons .prelegent-single-box-back + .button:hover, .transmission-list-el-buttons .button + .agenda-panel-back:hover, .transmission-list-el-buttons .agenda-panel-back + .agenda-panel-back:hover, .transmission-list-el-buttons .prelegent-single-box-back + .agenda-panel-back:hover, .transmission-list-el-buttons .button + .prelegent-single-box-back:hover, .transmission-list-el-buttons .agenda-panel-back + .prelegent-single-box-back:hover, .transmission-list-el-buttons .prelegent-single-box-back + .prelegent-single-box-back:hover {
  background: var(--button-bg);
  color: var(--button-color);
}

@media (max-width: 560px) {
  .transmission-list-el {
    flex-direction: column;
  }
}
.header:has(.header-userinfo) .header-register {
  display: none;
}

.header-userinfo {
  grid-area: register;
  position: relative;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  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;
}

.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='%237DCE1A' 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: 0;
  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;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          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: #7DCE1A;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .header-userinfo {
    border-right: 1px solid #ddd;
    padding-left: 0;
    border-left: 0;
    padding-right: 10px;
  }
  .header-userinfo-user {
    border-left: 0;
    font-size: 9px;
  }
}
.media-contact-box-list {
  display: flex;
  justify-content: space-between;
  gap: 21px;
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 21px;
}
.media-contact-box-list a {
  text-decoration: none;
  color: #003eb4;
}

.media-contact-box {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-areas: "img content";
}

.media-contact-box-img {
  grid-area: img;
}
.media-contact-box-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-contact-box-content {
  grid-area: content;
  flex: 1;
  padding: 20px;
  font-size: 14px;
  line-height: 1.4;
  background: #fafafa;
}

.media-contact-box-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 660px) {
  .media-contact-box-list {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.quests {
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-areas: "content list";
  margin: 40px 0;
  background: #fff;
}

.quests-content {
  grid-area: content;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.quests-title {
  margin: 0 0 20px;
  max-width: 400px;
}

.quests-text {
  margin-bottom: 20px;
  max-width: 400px;
}

.quests-list {
  grid-area: list;
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  justify-items: end;
  grid-template-areas: ".. ..  a1  a2  a3" ".. a4  a5  a6  a7" "a8 a9 a10 a11 a12";
}

.quests-list-el-1 {
  grid-area: a1;
}

.quests-list-el-2 {
  grid-area: a2;
}

.quests-list-el-3 {
  grid-area: a3;
}

.quests-list-el-4 {
  grid-area: a4;
}

.quests-list-el-5 {
  grid-area: a5;
}

.quests-list-el-6 {
  grid-area: a6;
}

.quests-list-el-7 {
  grid-area: a7;
}

.quests-list-el-8 {
  grid-area: a8;
}

.quests-list-el-9 {
  grid-area: a9;
}

.quests-list-el-10 {
  grid-area: a10;
}

.quests-list-el-11 {
  grid-area: a11;
}

.quests-list-el-12 {
  grid-area: a12;
}

.quests-list-el-13 {
  grid-area: a13;
}

.quests-list-el-14 {
  grid-area: a14;
}

.quests-list-el-15 {
  grid-area: a15;
}

.quests-list-el-16 {
  grid-area: a16;
}

.quests-list-el-17 {
  grid-area: a17;
}

.quests-list-el-18 {
  grid-area: a18;
}

.quests-list-el-19 {
  grid-area: a19;
}

.quests-list-el-20 {
  grid-area: a20;
}

.quests-list-el-21 {
  grid-area: a21;
}

.quests-list-el-22 {
  grid-area: a22;
}

.quests-list-el-23 {
  grid-area: a23;
}

.quests-list-el-24 {
  grid-area: a24;
}

.quests-list-el-25 {
  grid-area: a25;
}

.quests-list-el {
  position: relative;
  width: 100%;
}

.quests-list-el-img {
  transition: 0.5s filter;
}
.quests-list-el-img img {
  display: block;
  width: 100%;
}

.quests-list-el-desc {
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 13px;
  background: rgba(125, 206, 26, 0.9);
  opacity: 0;
  transition: 0.5s opacity;
  pointer-events: none;
  color: #fff;
}

.quests-list-el-name {
  font-weight: bold;
}

.quests-list-el-text {
  margin-top: 10px;
  font-weight: 200;
}

.quests-list-el:hover .quests-list-el-img {
  filter: grayscale(0.8);
}
.quests-list-el:hover .quests-list-el-desc {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 960px) {
  .quests-content {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .quests-title {
    text-align: center;
    max-width: 800px;
  }
  .quests-text {
    text-align: center;
    max-width: 800px;
  }
  .quests {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "content" "list";
  }
  .quests-list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: ".. ..  a1  a2  a3" ".. a4  a5  a6  a7" "a8 a9 a10 a11 a12";
  }
}
@media (max-width: 680px) {
  .quests-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "a1  a2  a3  a4" "a5  a6  a7  a8" "a9 a10 a11 a12";
  }
}
@media (max-width: 400px) {
  .quests-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "a1 a2" "a3 a4" "a5 a6" "a7 a8" "a9 a10" "a11 a12";
  }
  .quests-content {
    padding: 20px;
  }
}
.subpage {
  background: #010A21;
  padding-bottom: 60px;
  position: relative;
}

.subpage-bg {
  min-height: 740px;
  background: url(/pdo.wnp.pl/images/2025/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 30px;
  color: #fff;
  padding: 0 30px 0 min(10%, 150px);
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 110%;
  margin-top: -110px;
  -webkit-mask-image: linear-gradient(to top, transparent, #000 200px);
          mask-image: linear-gradient(to top, transparent, #000 200px);
}

.subpage-header {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.subpage-title {
  font-size: 54px;
  text-transform: uppercase;
  font-family: "eurostile-extended", sans-serif;
  color: #7DCE1A;
  text-align: center;
  margin: 0;
}

.subpage-top-date {
  margin: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin: 10px auto;
}

.subpage-subtitle {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  max-width: 740px;
  margin: 20px auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5);
}

.subpage-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
  background: #fff;
  padding: 75px 70px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  color: #444;
}
.subpage-content :where(ul:not([class])) {
  list-style: square;
  padding-left: 20px;
}
.subpage-content :where(ul:not([class])) li {
  margin-bottom: 15px;
}
.subpage-content :where(ul:not([class])) li::marker {
  color: #7DCE1A;
}
.subpage-content :where(ul:not([class]:first-child)) {
  margin-top: 0;
}
.subpage-content :where(a:not([class])) {
  color: #7DCE1A;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.subpage-content :where(a:not([class])):hover {
  color: #000;
}
.subpage-content :where(h2:not([class])),
.subpage-content :where(h3:not([class])),
.subpage-content :where(h4:not([class])) {
  font-size: 25px;
  color: #7DCE1A;
  line-height: 1.1;
  font-family: "eurostile-extended", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

@media (max-width: 980px) {
  .subpage-content {
    padding: 30px;
  }
}
@media (max-width: 780px) {
  .subpage-title {
    font-size: 40px;
  }
  .subpage-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 476px) {
  .subpage-title {
    font-size: 30px;
  }
  .subpage-content {
    padding: 15px;
  }
  .subpage-content :where(h2:not([class])),
  .subpage-content :where(h3:not([class])),
  .subpage-content :where(h4:not([class])) {
    font-size: 20px;
  }
}
.box-person-inside {
  margin: 40px auto;
  margin-bottom: 70px;
  display: grid;
  max-width: 600px;
  gap: 0 60px;
  grid-template-columns: 205px 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "img name" "img position" "img contact";
}

.box-person-img-wrap {
  position: relative;
  align-self: flex-start;
  grid-area: img;
}

.box-person-img-wrap::before {
  content: "";
  width: 205px;
  height: 205px;
  position: absolute;
  left: 33px;
  top: 30px;
  opacity: 1;
  background-image: linear-gradient(45deg, #010A21 25%, #ffffff 25%, #ffffff 50%, #010A21 50%, #010A21 75%, #ffffff 75%, #ffffff 100%);
  background-size: 12.14px 12.14px;
  background-position: right top;
}

.box-person-img img {
  width: 205px;
  height: 205px;
  display: block;
  position: relative;
  box-shadow: 0 0 0 1px #010A21;
  z-index: 1;
  background: #fff;
}

.box-person-desc h4 {
  grid-area: name;
  color: #7DCE1A;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.box-person-desc h4 strong {
  display: block;
}

.box-person-position {
  grid-area: position;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.box-person .box-person-contact a {
  color: inherit;
}

.box-person-links {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.box-person-links li {
  display: block;
  font-size: 16px;
}
.box-person-links li a {
  color: #060202;
  display: block;
  padding: 0 0 0 40px;
  background: left center scroll no-repeat;
  text-decoration: none;
  transition: all 0.2s linear;
}
.box-person-links li {
  position: relative;
}
.box-person-links li::after,
.box-person-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.box-person-links li::after {
  background: #7DCE1A;
}
.box-person-links li::before {
  z-index: 1;
  background: #fff;
  -webkit-mask-size: 17px;
          mask-size: 17px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.box-person-links li.box-person-links-el--mail::before {
  -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='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%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='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E");
}
.box-person-links li.box-person-links-el--li::before {
  -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='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.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%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='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.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.box-person-links li.box-person-links-el--tel::before {
  -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='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%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='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%3E%3C/svg%3E");
}
.box-person-links .contact-box-link:hover {
  color: #000;
}

@media (max-width: 670px) {
  .box-person-inside {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "img" "name" "position" "contact";
    justify-items: center;
  }
  .box-person-img-wrap {
    margin-bottom: 50px;
    transform: translateX(-15px);
  }
  .box-person-desc {
    text-align: center;
    padding-top: 30px;
  }
  .box-person-links {
    align-items: center;
  }
  .box-person-links li {
    display: inline-flex;
  }
}
.partners-list-title {
  font-size: 22px;
  text-align: center;
  font-family: sans-serif;
  color: #7DCE1A;
}

.partners-list-cnt {
  padding-bottom: 40px;
}

.partners-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
}

.partners-list-element {
  border: 1px solid #ddd;
  width: calc(25% - 20px);
  aspect-ratio: 220/140;
  position: relative;
}
.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:hover .partners-list-element-menu {
  opacity: 1;
  pointer-events: all;
}

.partners-list-element:has(.partners-list-element-menu)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #ddd;
  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='%237DCE1A' 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;
  -webkit-backdrop-filter: blur(2px);
          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: #7DCE1A !important;
  transition: 0.1s !important;
}
.partners-list-element-menu a:hover {
  background-color: #000 !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: 10000000;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
  overflow-y: auto;
  padding: 30px;
}

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

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

.partners-list-popup-container {
  background: #fff;
  padding: 1.25rem;
  max-width: 43.75rem;
  width: 90%;
  min-height: 25rem;
  position: relative;
  align-self: center;
  justify-self: center;
}

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

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

.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: 2px solid #ddd;
}
.partners-list-popup-menu a {
  padding: 10px 15px;
  display: inline-flex;
  text-decoration: none;
  color: #666 !important;
}
.partners-list-popup-menu .is-active a {
  color: #000 !important;
  font-weight: 900;
  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;
}

.box-7 {
  font-size: 0px;
}
.box-7 > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3% 3% 0;
  width: 31.33%;
}
.box-7 > *:nth-child(3n+3) {
  margin-right: 0;
}
.box-7 > *:last-child {
  margin-right: 0 !important;
}
.box-7 > a {
  border: 1px solid #eee;
  height: 140px;
  position: relative;
}
.box-7 > a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box-7 > a img {
  display: block;
  margin: 1.5em auto;
}
@media (max-width: 500px) {
  .box-7 > * {
    width: 48.5%;
  }
  .box-7 > *:nth-child(3n+3) {
    margin-right: 3%;
  }
  .box-7 > *:nth-child(even) {
    margin-right: 0;
  }
}

.subject-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin: 30px 0;
}

.subject-list-el {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 10px;
}

.subject-list-icon {
  justify-self: center;
}

@media (max-width: 680px) {
  .subject-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .subject-list {
    gap: 20px;
  }
  .subject-list-el {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px auto;
    justify-items: center;
    text-align: center;
  }
  .subject-list-icon {
    width: 40px;
  }
  .subject-list-icon img {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .subject-list {
    gap: 10px;
  }
  .subject-list-text {
    font-size: 12px;
  }
}
.presentation-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 500px) {
  .presentation-list {
    gap: 10px;
  }
}

.presentation-list-el {
  width: calc(33.3333% - 20px);
  background: #fff;
  border: 1px solid #ddd;
  aspect-ratio: 1/0.7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.presentation-list-el img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-info {
  display: flex;
  flex-direction: column;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 60px 3px rgba(0, 0, 0, 0.16);
  border: 1px solid #EDEDED;
  border-radius: 20px;
  overflow: hidden;
}

.company-info-img {
  padding: 20px;
}
.company-info-img img {
  max-width: 100%;
  height: auto;
}

.company-info-head {
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
}

.company-info-heading {
  margin: 0;
}

.company-info-body {
  padding: 2rem 1.5rem;
}
.company-info-body a {
  font-weight: bold;
  text-decoration: none;
  color: #7DCE1A;
}
.company-info-body p:first-child {
  margin-top: 0;
}
.company-info-body p:last-child {
  margin-bottom: 0;
}

.contact-box-cnt {
  container: contact/inline-size;
}

.contact-box {
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
}

.contact-box-img {
  width: 180px;
  flex-shrink: 0;
  aspect-ratio: 1;
  overflow: hidden;
}
.contact-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-box-content {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-box-name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #7DCE1A;
  font-family: sans-serif;
  margin-bottom: 10px;
  line-height: 1;
}

.contact-box-position {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.contact-box-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-box-link {
  padding-left: 35px;
  font-size: 18px;
  position: relative;
  min-height: 26px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #7DCE1A;
  font-family: sans-serif;
  text-decoration: none;
}

.contact-box-link-icon {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  background: #7DCE1A;
  background-size: 17px;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  transition: 0.1s background-color;
}

.contact-box-link-icon::before {
  content: "";
  position: absolute;
  -webkit-mask-size: 17px;
          mask-size: 17px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  inset: 0;
  background-color: #fff;
  transition: 0.1s background-color;
}

.contact-box-link--mail .contact-box-link-icon::before {
  -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='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%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='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E");
}

.contact-box-link--ln .contact-box-link-icon::before {
  -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='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.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%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='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.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.contact-box-link--phone .contact-box-link-icon::before {
  -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='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%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='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%3E%3C/svg%3E");
}

.contact-box-link:hover {
  color: #000;
}

.contact-box-link:hover .contact-box-link-icon {
  background-color: #000;
}

.contact-box-link:hover .contact-box-link-icon::before {
  background-color: #fff;
}

.contact-box-link .phone-number-tooltip {
  padding: 5px 10px;
  background: #000;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  left: 45px;
  bottom: calc(100% + 10px);
  display: none;
  z-index: 100;
}

.contact-box-link .phone-number-tooltip::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background: #000;
  left: 0;
  bottom: 0;
  transform: translate(0, calc(100% - 1px));
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

.is-show-phone-number .phone-number-tooltip {
  display: block;
}

@media (max-width: 1220px) {
  .contact-box-img {
    width: 150px;
  }
  .contact-box-name {
    font-size: 18px;
  }
  .contact-box-position {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .contact-box-links {
    display: flex;
    gap: 20px;
    flex-direction: row;
  }
  .contact-box-link {
    font-size: 17px;
  }
}
@media (max-width: 550px) {
  .m-coop-contact-boxes {
    max-width: 90%;
  }
  .contact-box-img {
    width: 170px;
  }
  .contact-box-links {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 470px) {
  .contact-box-img {
    width: 140px;
  }
  .contact-box-links {
    flex-direction: row;
  }
  .contact-box-link {
    padding-left: 25px;
    font-size: 0;
  }
  .contact-box {
    padding: 10px;
  }
  .contact-box-img {
    align-self: start;
  }
  .contact-box-content {
    padding-left: 10px;
  }
  .contact-box-position {
    font-size: 10px;
  }
}
.footer {
  background: #fff;
  display: flex;
  justify-content: center;
}

.footer-inside {
  display: inline-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-logo {
  grid-area: logo;
}

.footer-copyright {
  grid-area: copyright;
  align-self: end;
  font-weight: normal;
  color: #14143c;
}

.footer-menu {
  grid-area: menu;
  align-self: start;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-list-el {
  margin-right: 10px;
}

.footer-menu-list-link {
  text-decoration: none;
  font-weight: bold;
  color: #14143c;
  padding: 5px 5px 5px 0;
  display: block;
  text-transform: uppercase;
}
.footer-menu-list-link:hover {
  color: #7DCE1A;
}

@media (max-width: 600px) {
  .footer-inside {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-rows: auto auto auto;
    justify-items: center;
    grid-template-areas: "logo" "menu" "copyright";
  }
  .footer-menu-list-link {
    padding: 5px;
  }
  .footer-menu-list {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
}
.header {
  z-index: 300;
  position: sticky;
  top: -1px;
  width: 100%;
  left: 0;
  padding-inline: 20px;
  transition: 0.2s background;
}

.header.isSticky {
  background: rgba(1, 10, 33, 0.8);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.header-inside {
  padding-block: 20px;
  max-width: 1366px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 295px 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "logo sub register" "logo nav register";
}

.header-logo {
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.main-nav {
  display: contents;
}

.main-submenu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 50px;
  grid-area: sub;
  align-self: center;
}

.main-submenu-el {
  position: relative;
}

.main-submenu-link {
  text-decoration: none;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  transition: 0.2s color;
}
.main-submenu-link:hover {
  color: #7DCE1A;
}

.main-submenu-el:hover .main-submenu-sub {
  display: block;
}

.main-submenu-sub {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 100%;
  background: #fff;
  padding: 10px 0;
  min-width: 100px;
  list-style: none;
  margin: 0;
  z-index: 2;
  display: none;
  --cut: 15px;
  -webkit-clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
          clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
}

.main-submenu-el:has(.main-submenu-sub) {
  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='white' d='m12 15l-5-5h10z'/%3E%3C/svg%3E");
  background-size: 17px;
  background-position: right center;
  background-repeat: no-repeat;
}

.main-submenu-sub-link {
  font-size: 12px;
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  text-align: center;
  color: #000;
  transition: 0.1s background-color;
}
.main-submenu-sub-link:hover {
  background: #eee;
}

.main-menu {
  grid-area: nav;
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 50px;
  position: relative;
}

.main-menu-el {
  height: 100%;
}

.main-menu-el-link {
  text-decoration: none;
  font-size: 14px;
  padding: 12px 0;
  color: #7DCE1A;
  display: flex;
  font-weight: 900;
  text-transform: uppercase;
  height: 100%;
  align-items: center;
  transition: 0.2s color;
  font-family: "eurostile-extended", sans-serif;
}
.main-menu-el-link:hover {
  color: #fff;
}

.main-menu-el--with-sub .main-menu-el-link::after {
  content: "";
  width: 7px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #7DCE1A;
  display: inline-block;
  margin-left: 5px;
}

.main-menu-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: calc(100% + 120px);
  background: #000;
  display: none;
  list-style: none;
  margin: 0;
  padding: 12px 0 12px 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}

.main-menu-el--with-sub:hover .main-menu-sub {
  display: flex;
}

.main-menu-el--with-sub:hover .main-menu-link {
  color: #7DCE1A;
}

.main-menu-sub-link {
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  display: block;
  font-size: 15px;
}

.header-register {
  position: relative;
  grid-area: register;
  align-self: center;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7DCE1A;
  padding: 10px 30px;
}

.header-register::before {
  content: "";
  inset: 0;
  position: absolute;
  background: #7DCE1A;
  --cut: 0.625rem;
  --c: calc(100% - var(--cut));
  --s: 2px;
  --c2: calc(100% - var(--cut) - var(--s) / 2);
  --s2: calc(100% - var(--s));
  -webkit-clip-path: polygon(var(--s) 0, 100% 0, 100% var(--c), var(--c) 100%, 0 100%, 0 0, var(--s) 0, var(--s) var(--s2), var(--c2) var(--s2), var(--s2) var(--c2), var(--s2) var(--s), var(--s) var(--s));
          clip-path: polygon(var(--s) 0, 100% 0, 100% var(--c), var(--c) 100%, 0 100%, 0 0, var(--s) 0, var(--s) var(--s2), var(--c2) var(--s2), var(--s2) var(--c2), var(--s2) var(--s), var(--s) var(--s));
  scale: 1 -1;
}

.focus-register:is(a):hover {
  color: #010A21;
}
.focus-register:is(a):hover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  --cut: 10px;
  -webkit-clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
          clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
  background: #7DCE1A;
  scale: -1 1;
}

.header-register:is(a) {
  cursor: pointer;
}

.header-register:is(a):hover .header-register-icon svg {
  fill: #96e635;
}
.header-register:is(a):hover .header-register-text {
  color: #96e635;
}

.header-burger {
  justify-self: end;
  grid-area: burger;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: none;
  border: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  gap: 5px;
  z-index: 100;
}
.header-burger strong {
  position: absolute;
  left: -9999px;
}
.header-burger span {
  width: 30px;
  height: 2px;
  background: #7DCE1A;
}

body.menuOpen .header-burger {
  position: relative;
}
body.menuOpen .header-burger span:first-of-type {
  display: none;
}
body.menuOpen .header-burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.menuOpen .header-burger span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1300px) {
  .header {
    grid-template-rows: 50px 50px;
  }
  .main-menu-link {
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .main-menu-link {
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .header-inside {
    grid-template-columns: 160px 1fr auto auto;
    grid-template-rows: 1fr;
    grid-template-areas: "logo nav register burger";
  }
  .main-nav {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background: #010A21;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 320px;
    z-index: 10;
  }
  .main-menu {
    height: auto;
  }
  body.menuOpen .main-nav {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  body.menuOpen::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(1px) grayscale(0.5);
            backdrop-filter: blur(1px) grayscale(0.5);
  }
  .main-menu,
  .main-submenu {
    gap: 0;
  }
  .main-submenu,
  .main-menu {
    padding: 20px 10px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
  }
  .main-submenu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-menu-link,
  .main-submenu-link {
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
  }
  .main-submenu-sub {
    background-color: #7DCE1A;
  }
  .main-submenu-sub-link {
    font-size: 14px;
    color: #fff;
  }
  .header-burger {
    display: flex;
  }
  .header-register {
    border-left: 0;
    flex-direction: row;
    text-align: left;
    gap: 10px;
    justify-self: end;
    order: -1;
    align-self: flex-start;
    margin-left: 10px;
  }
  .header-register-icon svg {
    max-height: 1.7rem;
  }
  .header-register-text {
    margin-top: 0;
    max-width: 80px;
  }
}
@media (max-width: 470px) {
  .header {
    padding-right: 10px;
  }
  .header-logo {
    max-width: 190px;
  }
  .header-register {
    font-size: 11px;
    padding: 10px;
  }
  .main-nav {
    width: 100%;
    height: 100vh;
  }
}
img {
  max-width: 100%;
  height: auto;
}

body.windowOpen {
  overflow: hidden;
}

body.windowOpen .header {
  z-index: 1;
}

div.subHeader {
  padding: 8rem 2.5rem 16rem;
  background: #C2281A;
  background-size: cover;
  text-align: center;
  margin: 0;
  color: #fff;
}
div.subHeader h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
div.subHeader h1.long {
  font-size: 2rem;
}
div.subHeader p {
  margin: 2rem auto 0;
  font-size: 1.125rem;
  line-height: 1.45;
}
div.subHeader .pageWidth2 {
  padding: 0 !important;
  max-width: 100%;
  margin: 0 auto;
}
div.subHeader.v2 {
  padding: 5rem 1.5rem 5rem !important;
}
div.subHeader.v2 + div.section.post div.sectionWidth.sesje {
  margin-top: -8rem !important;
}
div.subHeader.v2 div.pageWidth2 {
  width: 900px;
}
@media (max-width: 740px) {
  div.subHeader h1 {
    font-size: 3.4375rem;
  }
  div.subHeader.v2 div.pageWidth2 {
    width: auto !important;
  }
  div.subHeader.v2 h1 {
    font-size: 1.5rem;
  }
  div.subHeader.v2 h1.long {
    font-size: 1.25rem;
  }
}

div.section.post {
  overflow: visible;
  background: #F8F9FA;
  z-index: 2;
  position: relative;
  padding: 3rem 0;
  margin: 0 auto;
}
div.section.post div.sectionWidth {
  position: relative;
  background: #fff;
  padding: 2.5rem 3rem;
  width: 800px;
  max-width: 100%;
  margin-top: -8.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
div.section.post div.sectionWidth.wide {
  width: 1100px;
}
div.section.post div.sectionWidth.sesje {
  width: 100%;
  background: none;
  padding: 1.45rem 0 0 !important;
  box-shadow: none;
}
div.section.post div.sectionWidth.full-width {
  width: 100%;
  max-width: 100%;
  margin-top: -3rem;
  background: none;
  box-shadow: none;
}
@media (max-width: 1100px) {
  div.section.post {
    padding-bottom: 0;
  }
}
@media (max-width: 700px) {
  div.section.post div.sectionWidth {
    padding: 2rem 1.5rem;
  }
}

div.box-43 {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
div.box-43.v2 {
  width: 1400px;
}
div.box-43 small {
  font-size: 12px;
}
div.box-43 form {
  margin: 0 0 1.5rem;
}
div.box-43 a {
  color: #C2281A;
  text-decoration: none;
}
div.box-43 a:hover {
  color: #000;
}
div.box-43 .button, div.box-43 .agenda-panel-back, div.box-43 .prelegent-single-box-back {
  padding: 1rem 1.5rem;
  background: #C2281A;
  font-size: 1.0625rem;
  font-weight: 700;
  border: none;
}
div.box-43 .button:hover, div.box-43 .agenda-panel-back:hover, div.box-43 .prelegent-single-box-back:hover {
  background: #000;
}
div.box-43 input[type=text],
div.box-43 input[type=password] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #A8A3A3;
  background: #fff;
  padding: 1em 1.5rem;
  font-size: 1.0625rem;
  border-radius: 4px;
  margin: 0 0 1rem;
}
div.box-43 label {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin: 0 auto 0.25rem;
}
div.box-43 .errmsg {
  display: block;
  color: #C2281A;
  margin: 0 0 1rem;
  font-size: 0.875rem;
}
div.box-43 div.hd {
  text-align: center;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
  font-size: 1rem;
  line-height: 1.3;
}
div.box-43 div.hd p {
  font-size: 1.75rem;
  font-weight: 700;
  font-style: italic;
  display: inline;
  background-image: linear-gradient(0, #C2281A 0, #C2281A 35%, transparent 35%);
}
@media (max-width: 760px) {
  div.box-43 div.hd {
    padding: 0 1.5rem 3rem;
  }
  div.box-43 div.hd p {
    font-size: 1.25rem;
  }
}
div.box-43 div.bd {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}
div.box-43 div.bd > div.left {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 3rem 1.5rem;
}
div.box-43 div.bd > div.right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: #fff0ef;
  padding: 3rem 1.5rem;
}
div.box-43 div.bd .button + small, div.box-43 div.bd .agenda-panel-back + small, div.box-43 div.bd .prelegent-single-box-back + small {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  font-weight: 700;
}
div.box-43 div.bd form + small {
  margin: 2rem 0 0;
}
@media (max-width: 760px) {
  div.box-43 div.bd {
    display: block;
  }
  div.box-43 div.bd > div.left, div.box-43 div.bd > div.right {
    display: block;
    width: auto;
  }
}
@media (max-width: 400px) {
  div.box-43 div.bd .button, div.box-43 div.bd .agenda-panel-back, div.box-43 div.bd .prelegent-single-box-back {
    display: block;
    width: 100%;
  }
  div.box-43 div.bd .button + small, div.box-43 div.bd .agenda-panel-back + small, div.box-43 div.bd .prelegent-single-box-back + small {
    display: block;
    margin: 1rem 0 0;
  }
}
div.box-43 div.ft {
  padding: 3rem 1.5rem;
  text-align: center;
}
div.box-43 div.ft p {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
}
div.box-43 div.ft a.button, div.box-43 div.ft a.agenda-panel-back, div.box-43 div.ft a.prelegent-single-box-back {
  color: #fff;
}
@media (max-width: 400px) {
  div.box-43 div.ft .button, div.box-43 div.ft .agenda-panel-back, div.box-43 div.ft .prelegent-single-box-back {
    display: block;
    width: 100%;
  }
}

div.box-22 {
  background: #C2281A;
  height: 43px;
  position: relative;
}
div.box-22 a {
  text-decoration: none;
}
div.box-22 div.pageWidth {
  width: 100%;
}
div.box-22 ul.menu3 {
  display: block;
  padding: 0.45rem 0 0;
  margin: 0;
}
div.box-22 ul.menu3 > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2rem 0 0;
  position: relative;
  font-size: 0.875rem;
}
div.box-22 ul.menu3 > li > a,
div.box-22 ul.menu3 > li > span {
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
}
div.box-22 ul.menu3 > li.logout {
  float: right;
  margin-right: 0;
  margin-top: 0;
}
div.box-22 ul.menu3 sup {
  display: inline-block;
  font-weight: 700;
  font-size: 0.625rem;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background: #C2281A;
  border-radius: 100%;
  padding: 0.25rem 0 0;
}
div.box-22 ul.menu3 > li a > img {
  display: inline-block;
  vertical-align: middle;
}
div.box-22 ul.menu3 ul.sub {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  width: 250px;
  background: #fff;
}
div.box-22 ul.menu3 > li.has-sub:hover ul.sub {
  display: block;
}
@media (max-width: 1180px) {
  div.box-22 {
    margin-top: 0.5rem;
  }
}
@media (max-width: 1100px) {
  div.box-22 {
    margin-top: 0;
  }
  div.box-22 ul.menu3 > li {
    margin: 0;
  }
}
@media (max-width: 1000px) {
  div.box-22 ul.menu3 {
    white-space: nowrap;
    overflow: auto;
  }
  div.box-22 ul.menu3 li {
    white-space: normal;
  }
  div.box-22 ul.menu3 > li.logout {
    float: none;
    margin: 0;
  }
  div.box-22 div.pageWidth {
    padding: 0;
  }
}

body.newMenuOpen header {
  top: 50px;
}

div.box-30 {
  width: 1100px;
  max-width: 100%;
  margin: -10rem auto 0;
  padding: 0 1.5rem;
}
div.box-30 p {
  font-size: 1rem;
}
div.box-30 p.back {
  font-size: 0.75rem;
  margin: 0 0 1.5rem;
}
div.box-30 p.back a {
  color: #fff;
}
div.box-30 p.back img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem 0 0;
}
div.box-30 p.more-sessions {
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 0;
}
div.box-30 p.more-sessions a {
  display: inline-block;
  background: #C2281A;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}
@media (max-width: 1000px) {
  div.box-30 p.more-sessions {
    margin-left: -1.5rem;
  }
}
div.box-30 div.wrap-1 {
  position: relative;
  padding-right: 410px;
  margin: 0 0 1.5rem;
}
div.box-30 div.wrap-1 div.left {
  padding: 1.5rem;
  background: #fff;
}
div.box-30 div.wrap-1 div.left div.yt {
  margin: 0 auto;
}
div.box-30 div.wrap-1 div.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 410px;
  height: 100%;
  background: #efefef;
}
div.box-30 div.wrap-1 div.right iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div.box-30 div.wrap-1 div.right small.rodo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.75rem 0.75rem;
  font-size: 0.5625rem;
  color: #2F2E2E;
  display: none;
  background: #efefef;
}
div.box-30 div.wrap-1 div.right small.rodo a {
  color: #2F2E2E;
}
div.box-30 div.wrap-1 div.yt {
  padding-top: 0 !important;
}
div.box-30 div.wrap-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 1.5rem;
}
div.box-30 div.wrap-2 div.left {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  border-right: 1px solid #DDE0E3;
  padding-right: 1.5rem;
}
div.box-30 div.wrap-2 div.right {
  display: table-cell;
  vertical-align: top;
  width: 410px;
  padding-left: 1.5rem;
}
div.box-30 div.wrap-3 {
  background: #fff;
  padding: 3rem;
}
div.box-30 div.wrap-3 > div.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0rem;
}
div.box-30 div.wrap-3 > div.inner > div.left {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin-right: 5%;
  font-size: 1rem;
}
div.box-30 div.wrap-3 > div.inner > div.right {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  font-size: 1rem;
}
div.box-30 div.wrap-3 > div.inner > div.right p {
  font-size: 1.125rem;
}
@media (max-width: 1000px) {
  div.box-30 div.wrap-3 {
    padding: 0;
  }
}
@media (max-width: 700px) {
  div.box-30 div.wrap-3 > div.inner > div.left {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  div.box-30 div.wrap-3 > div.inner > div.right {
    display: block;
    width: auto;
  }
}
div.box-30 div.wrap-4 {
  position: relative;
}
div.box-30 div.wrap-4 ul {
  padding: 0;
}
@media (max-width: 1000px) {
  div.box-30 div.wrap-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
div.box-30 div.wrap-4 > div.inner {
  background: #fff;
  padding: 2rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
div.box-30 div.wrap-4 > div.inner.static {
  position: static;
}
div.box-30 div.wrap-4 > div.inner.open {
  display: block;
}
@media (max-width: 500px) {
  div.box-30 div.wrap-4 > div.inner {
    padding: 1rem;
  }
}
div.box-30 div.wrap-4 > div.inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 3rem;
}
div.box-30 div.wrap-4 > div.inner h2:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #C2281A;
}
div.box-30 div.wrap-4 > div.inner h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  background: #C2281A;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  border-left: 1rem solid #fff;
  border-right: 1rem solid #fff;
}
@media (max-width: 500px) {
  div.box-30 div.wrap-4 > div.inner h2 {
    margin: 0 auto 1.5rem;
  }
}
div.box-30 div.wrap-4 > div.inner ul {
  font-size: 0rem;
}
div.box-30 div.wrap-4 > div.inner ul > li {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin: 0 2% 2% 0;
  background: #F5F5F5;
  position: relative;
  padding: 1rem 1.5rem 3rem;
  text-align: left;
}
div.box-30 div.wrap-4 > div.inner ul > li:nth-child(4n+4) {
  margin-right: 0;
}
div.box-30 div.wrap-4 > div.inner ul small {
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding: 0 0 0.2rem;
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  color: #383838;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.box-30 div.wrap-4 > div.inner ul h3 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #C2281A;
  position: relative;
  height: 5.4em;
}
div.box-30 div.wrap-4 > div.inner ul h3 span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-height: 5.6em;
  overflow: hidden;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0rem;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a {
  color: #fff !important;
  border: none;
  border-radius: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  display: inline-block;
  width: 50%;
  padding: 0.75rem 0.5rem;
  margin: 0;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a.blue {
  background: #000;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a.red {
  background: #C2281A;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a:hover {
  background: #222 !important;
  color: #fff !important;
}
div.box-30 div.wrap-4 > div.inner ul div.foot {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #C2281A;
  padding: 1.25rem;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button, div.box-30 div.wrap-4 > div.inner ul div.foot a.agenda-panel-back, div.box-30 div.wrap-4 > div.inner ul div.foot a.prelegent-single-box-back {
  border-radius: 8px;
  border: 2px solid #fff;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  margin: 0.75rem 0;
  padding: 0.5rem 0.75rem;
  width: 200px;
  max-width: 100%;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button.white, div.box-30 div.wrap-4 > div.inner ul div.foot a.white.agenda-panel-back, div.box-30 div.wrap-4 > div.inner ul div.foot a.white.prelegent-single-box-back {
  background: #fff;
  color: #C2281A !important;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button.red, div.box-30 div.wrap-4 > div.inner ul div.foot a.red.agenda-panel-back, div.box-30 div.wrap-4 > div.inner ul div.foot a.red.prelegent-single-box-back {
  background: transparent !important;
  color: #fff;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button:hover, div.box-30 div.wrap-4 > div.inner ul div.foot a.agenda-panel-back:hover, div.box-30 div.wrap-4 > div.inner ul div.foot a.prelegent-single-box-back:hover {
  background: #222 !important;
  color: #fff !important;
}
div.box-30 div.wrap-4 > div.inner ul > li.open div.foot {
  display: block;
  text-align: center;
  height: 100%;
  bottom: auto;
  top: 0;
  padding-top: 2rem;
}
div.box-30 div.wrap-4 > div.inner ul.count-2 > li {
  width: 49%;
}
div.box-30 div.wrap-4 > div.inner ul.count-2 > li:nth-child(even) {
  margin-right: 0;
}
div.box-30 div.wrap-4 > div.inner ul.count-3 > li {
  width: 32%;
}
div.box-30 div.wrap-4 > div.inner ul.count-3 > li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 1100px) {
  div.box-30 div.wrap-4 > div.inner ul h3 {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  div.box-30 div.wrap-4 > div.inner ul > li {
    width: 32%;
  }
  div.box-30 div.wrap-4 > div.inner ul > li:nth-child(4n+4) {
    margin-right: 2%;
  }
  div.box-30 div.wrap-4 > div.inner ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  div.box-30 div.wrap-4 > div.inner ul > li {
    width: 49% !important;
  }
  div.box-30 div.wrap-4 > div.inner ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
  div.box-30 div.wrap-4 > div.inner ul > li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  div.box-30 div.wrap-4 > div.inner ul div.buttons a.button, div.box-30 div.wrap-4 > div.inner ul div.buttons a.agenda-panel-back, div.box-30 div.wrap-4 > div.inner ul div.buttons a.prelegent-single-box-back {
    font-size: 0.6875rem;
  }
  div.box-30 div.wrap-4 > div.inner ul h3 {
    font-size: 0.75rem;
  }
  div.box-30 div.wrap-4 > div.inner ul > li {
    padding: 1rem 1rem 3rem;
  }
  div.box-30 div.wrap-4 > div.inner ul div.foot a.button, div.box-30 div.wrap-4 > div.inner ul div.foot a.agenda-panel-back, div.box-30 div.wrap-4 > div.inner ul div.foot a.prelegent-single-box-back {
    padding: 0.5rem;
    font-size: 0.625rem;
  }
}
div.box-30 p.desc-info {
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  width: 960px;
  max-width: 100%;
  margin: 0 auto 2.5rem;
}
div.box-30 p a {
  color: #C2281A;
}
div.box-30 h2.h {
  font-weight: 400;
  font-size: 0.875rem;
  margin: 2rem 0 1.5rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}
div.box-30 h2.h:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #DDE0E3;
  margin-left: 1rem;
}
div.box-30 h2.h:first-child {
  margin-top: 0;
}
div.box-30 div.smaller {
  font-size: 0.875rem;
}
div.box-30 div.smaller ul {
  display: block;
  text-align: left;
  padding-left: 1.5rem;
  border-left: 4px solid #DDE0E3;
  margin: 1.5rem 0;
}
div.box-30 div.smaller ul li {
  display: block;
  margin: 0 0 1.25rem;
  position: relative;
  line-height: 1.6;
}
div.box-30 div.smaller ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -2.1rem;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #C2281A;
  border: 4px solid #F8F9FA;
}
div.box-30 div.smaller ul li:last-child {
  margin: 0;
}
@media (max-width: 1100px) {
  div.box-30 div.wrap-1 {
    position: relative;
    padding-right: 300px;
  }
  div.box-30 div.wrap-1 div.left {
    padding: 0;
  }
  div.box-30 div.wrap-1 div.right {
    width: 300px;
  }
  div.box-30 div.wrap-1 div.right small.rodo {
    font-size: 0.4375rem;
  }
  div.box-30 div.wrap-2 div.right {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  div.box-30 div.wrap-1 {
    display: block;
    padding: 0;
    margin: 0 -1.5rem 1.5rem;
  }
  div.box-30 div.wrap-1 div.left {
    display: block;
    width: auto;
  }
  div.box-30 div.wrap-1 div.right {
    position: static;
    height: auto;
    display: block;
    width: auto;
  }
  div.box-30 div.wrap-1 div.right iframe {
    position: static;
    height: 355px;
  }
  div.box-30 div.wrap-1 div.right small.rodo {
    position: static;
  }
}
@media (max-width: 760px) {
  div.box-30 div.wrap-2 {
    display: block;
    padding: 0;
  }
  div.box-30 div.wrap-2 div.left {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    margin: 0 0 1.5rem;
  }
  div.box-30 div.wrap-2 div.right {
    display: block;
    width: auto;
    padding: 0;
  }
  div.box-30 div.wrap-1 div.left.stick {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  div.box-30 h2.h {
    font-size: 20px !important;
  }
}

div.pageHeader {
  background: #eee;
  background-size: cover;
  padding: 8rem 18% 10rem;
  color: #fff;
  text-align: center;
  position: relative;
}
div.pageHeader h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  color: #333;
}
div.pageHeader p {
  font-size: 1.25rem;
  margin: 0;
}
div.pageHeader br:last-child {
  display: none;
}
div.pageHeader div.sectionWidth {
  width: 1000px;
  max-width: 100%;
}
div.pageHeader small.date {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #C2281A;
  padding: 0.25rem 0.75rem;
  margin: 0 0 1rem;
}
div.pageHeader.long {
  padding-bottom: 18rem;
}
div.pageHeader.long h1 {
  font-size: 2.5rem;
}
@media (max-width: 1000px) {
  div.pageHeader {
    padding: 10rem 1.5rem 7rem;
  }
  div.pageHeader h1 {
    font-size: 2rem;
  }
  div.pageHeader p {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  div.pageHeader {
    padding-top: 4rem;
  }
  div.pageHeader.long {
    padding-bottom: 16rem;
  }
  div.pageHeader.long h1 {
    font-size: 1.25rem;
  }
}

div.yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

div.yt iframe,
div.yt video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div.box-32 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #C2281A;
  margin: 1rem auto 0;
}
div.box-32 img {
  display: inline-block;
  vertical-align: -2px;
  margin: 0 0.5rem 0 0;
}
div.box-32 a {
  color: #C2281A;
  transition: all 0.2s linear;
  text-decoration: none;
}
div.box-32 a:hover {
  color: #000;
}
@media (max-width: 1100px) {
  div.box-32 {
    margin: 0;
    padding: 1rem;
  }
}

ul.list-33 {
  font-size: 0;
  padding: 0;
}
ul.list-33 > li {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 5% 1.5rem 0;
  position: relative;
  transition: all 0.2s linear;
}
ul.list-33 > li:nth-child(even) {
  margin-right: 0;
}
ul.list-33 a {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-decoration: none;
}
ul.list-33 div.img {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
ul.list-33 div.img img {
  display: block;
  border-radius: 8px;
}
ul.list-33 div.desc {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 1.25rem;
}
ul.list-33 h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #C2281A;
  transition: all 0.2s linear;
}
ul.list-33 small {
  display: block;
  font-size: 0.8125rem;
  color: #000;
}
ul.list-33 li.has-desc2.open {
  background: #C2281A;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
ul.list-33 li.has-desc2.open div.img img {
  border-radius: 4px 0 0 0;
}
ul.list-33 li.has-desc2.open div.desc {
  padding-right: 0.75rem;
}
ul.list-33 li.has-desc2.open h3,
ul.list-33 li.has-desc2.open small {
  color: #fff;
}
ul.list-33 li.has-desc2.open div.desc2 {
  display: block;
}
ul.list-33 div.desc2 {
  display: none;
  color: #fff;
  font-size: 0.6875rem;
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  width: 100%;
  background: #C2281A;
  padding: 0.75rem;
  border-radius: 0 0 8px 8px;
}
ul.list-33 div.desc2 div.scroll p:last-child {
  margin: 0;
}
ul.list-33 div.desc2 div.scroll {
  max-height: 194px;
  overflow: auto;
  padding-right: 0.75rem;
}
ul.list-33 div.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #bcbfc3;
}
ul.list-33 div.scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #bcbfc3;
}
ul.list-33 div.scroll::-webkit-scrollbar-thumb {
  background-color: #707070;
}
@media (max-width: 1000px) {
  ul.list-33 > li {
    display: block;
    margin: 0 0 1.5rem;
    width: auto;
  }
}

ul.list-34 {
  text-align: center;
  font-size: 0;
  padding: 0;
}
ul.list-34 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  max-width: 44%;
  position: relative;
}
ul.list-34 li > a {
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #E5E5E5;
  position: relative;
  width: 220px;
  max-width: 100%;
  height: 130px;
}
ul.list-34 li > a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 85%;
  max-height: 85%;
}
ul.list-34 div.desc {
  display: none;
  background: #E5E5E5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0;
}
ul.list-34 div.desc a {
  display: block;
  margin: 0 auto 0.5rem;
  color: #444;
  text-decoration: none;
}
ul.list-34 div.desc a:hover {
  color: #C2281A;
}
ul.list-34 li:hover div.desc {
  display: block;
}
ul.list-34 div.desc2 {
  text-align: left;
  display: none;
  background: rgba(200, 200, 200, 0.8);
  padding: 2rem;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
ul.list-34 div.desc2 div.tt {
  display: table;
  width: 100%;
  height: 100%;
}
ul.list-34 div.desc2 div.tc {
  display: table-cell;
  vertical-align: middle;
}
ul.list-34 div.desc2 div.tc div.e {
  position: relative;
  background: #fff;
  padding: 2rem;
  border: 1px solid #E5E5E5;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
ul.list-34 div.desc2 h3 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #C2281A;
  margin: 0 0 1.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #E5E5E5;
}
ul.list-34 div.desc2 p {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 1rem;
}
ul.list-34 div.desc2 a.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  background: #C2281A;
  color: #fff;
  font-size: 2.5rem;
  line-height: 20px;
  text-decoration: none;
}
ul.list-34 li.open div.desc2 {
  display: block;
}
ul.list-34.v2 li {
  width: 47.5%;
  margin: 0 5% 1rem 0;
}
ul.list-34.v2 li:nth-child(even), ul.list-34.v2 li:last-child {
  margin-right: 0;
}
@media (max-width: 700px) {
  ul.list-34 div.desc2 div.tc div.e {
    width: 100%;
  }
}
@media (max-width: 500px) {
  ul.list-34 li {
    width: 47.5%;
    max-width: none;
    margin: 0 5% 5% 0;
  }
  ul.list-34 li:nth-child(even) {
    margin-right: 0;
  }
}

div#communicator {
  display: none;
  position: fixed;
  z-index: 99999999;
  max-height: 80%;
  overflow: auto;
  width: 1000px;
  max-width: 100%;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #eee;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
}
div#communicator a.close {
  color: #fff;
  background: #C2281A;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
}
div#communicator.open {
  display: block;
}
@media (max-width: 600px) {
  div#communicator {
    top: 0;
    max-height: 100%;
    height: 100%;
    padding: 2rem 1.25rem;
    border-radius: 0;
  }
}

ul.list-35a {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0;
}
ul.list-35a li {
  display: block;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  border-bottom: 1px solid #DDE0E3;
}
ul.list-35a img {
  display: inline-block;
  vertical-align: middle;
}

ins#retransmisjaax div.yt {
  margin: 0;
}
ins#retransmisjaax div.yt a {
  display: block;
  position: relative;
}
ins#retransmisjaax div.yt a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/nowyprzemysl.pl/images/icons/play.svg") center center no-repeat transparent;
}

body.windowOpen {
  overflow: hidden;
}

body.windowOpen .header {
  z-index: 1;
}

div.window {
  display: none;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
div.window div.wrap {
  display: table;
  width: 100%;
  height: 100%;
}
div.window div.wrap > div.inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 4rem 0;
}
div.window div.body {
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 70px 2rem 3rem;
  position: relative;
}
div.window a.close {
  background: #ccc;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
div.window h2 {
  font-weight: 700;
  font-size: 1.5rem !important;
  margin: 0 0 0.5em;
  color: #444;
}
div.window p {
  line-height: 1.45;
  font-size: 0.875rem !important;
  margin: 0 0 1.5em;
}
div.window small {
  line-height: 1.45;
  font-size: 0.625rem !important;
  margin: 0 0 1.75em !important;
}
div.window h3 {
  font-weight: 700;
  font-size: 0.875rem !important;
  margin: 0 0 0.75em;
}
div.window div.g-recaptcha-wrap {
  margin: 2rem auto 0;
  text-align: center;
}
div.window div.g-recaptcha {
  display: inline-block;
}
div.window.open {
  display: block;
}

div.login.window a.close {
  background: none;
  padding: 1rem;
}
div.login.window div.body {
  width: 312px;
  background: #fff;
  padding: 0;
  margin: 0 auto 2rem;
}
div.login.window div.l-head {
  padding: 1.5rem;
  background: #ccc;
  background-size: cover;
}
div.login.window div.l-head h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #333;
  margin: 0 0 0.5rem;
}
div.login.window div.l-head p {
  font-size: 0.6875rem !important;
  color: #333;
  margin: 0 0 0.5rem !important;
}
div.login.window div.l-head p:last-child {
  margin: 0 !important;
}
div.login.window div.l-body {
  padding: 1.5rem;
}
div.login.window div.l-body p {
  font-size: 0.875rem !important;
  margin: 0 0 0.5rem !important;
}
div.login.window div.l-body p:last-child {
  margin: 0 !important;
}
div.login.window div.l-body a {
  color: #C2281A;
}
div.login.window form input[type=text],
div.login.window form input[type=email],
div.login.window form input[type=password],
div.login.window form select {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  background: #fff;
  height: 34px;
  padding: 0.5rem;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 0.8125rem;
  margin: 0 0 1.5rem;
  transition: all 0.2s linear;
}
div.login.window form input[type=text]:focus,
div.login.window form input[type=email]:focus,
div.login.window form input[type=password]:focus,
div.login.window form select:focus {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
}
div.login.window form label {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 0.8125rem;
  margin: 0 0 0.25rem;
}
div.login.window form div.submit button {
  background: #C2281A;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
}
div.login.window form div.submit a {
  font-size: 0.6875rem;
  float: right;
  margin-top: 0.6rem;
}
div.login.window div.row.error {
  background: none;
  padding: 0;
  margin: 0;
}
div.login.window div.row small.error {
  display: none;
  font-size: 0.625rem;
  color: #C2281A;
  margin-top: -1rem;
}
div.login.window div.error p {
  color: #414141;
}
div.login.window div.row.error small.error {
  display: block;
}
div.login.window div.row.error input,
div.login.window div.row.error select {
  border: 1px solid #C2281A;
}
div.login.window div.row.error label {
  color: #C2281A;
}
div.login.window div.body.error div.l-head {
  background: #C2281A;
  color: #fff;
}
div.login.window div.body.error div.l-head h2 {
  color: #fff;
}
div.login.window div.body.error div.l-head p {
  color: #fff;
}
div.login.window div.body.error a.close img {
  filter: brightness(0) invert(1);
}
div.login.window form#formlogin {
  margin: 0 0 1.5rem;
}
div.login.window .button, div.login.window .agenda-panel-back, div.login.window .prelegent-single-box-back {
  margin: 0;
  width: 100%;
  padding: 0.5rem;
  border: none;
  font-size: 14px;
  background: #000;
}
div.login.window button {
  border: none;
  cursor: pointer;
}

section.focus3.trans {
  position: relative;
  padding: 9rem 1.5rem 8rem;
  color: #fff;
  background: url("/nowyprzemysl.pl/images/subpage-bg.png") center center scroll no-repeat #dbdbdb;
  background-size: cover;
}
section.focus3.trans div.pageWidth {
  display: block;
  padding: 0;
  width: 100% !important;
}
section.focus3.trans div.wrap {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
section.focus3.trans div.wrap2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 2px solid #C2281A;
  background: rgba(255, 255, 255, 0.6);
  padding: 2rem;
  margin: 0 0 2rem;
}
section.focus3.trans div.wrap2 > div.c {
  display: table-cell;
  vertical-align: middle;
}
section.focus3.trans div.wrap2 > div.c.img {
  width: 100px;
}
section.focus3.trans div.wrap2 > div.c.desc {
  width: 100%;
}
section.focus3.trans a.button, section.focus3.trans a.agenda-panel-back, section.focus3.trans a.prelegent-single-box-back {
  background: #000;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-weight: 800;
  padding: 1rem 1.5rem;
  margin: 0 1rem 0 0;
  width: auto;
}
section.focus3.trans a.button:nth-child(2), section.focus3.trans a.agenda-panel-back:nth-child(2), section.focus3.trans a.prelegent-single-box-back:nth-child(2) {
  margin: 0;
  background: #C2281A;
}
section.focus3.trans a.button:hover, section.focus3.trans a.agenda-panel-back:hover, section.focus3.trans a.prelegent-single-box-back:hover {
  background: #C2281A !important;
  color: #fff !important;
}
section.focus3.trans a.button:nth-child(2):hover, section.focus3.trans a.agenda-panel-back:nth-child(2):hover, section.focus3.trans a.prelegent-single-box-back:nth-child(2):hover {
  background: #000 !important;
  color: #fff !important;
}
section.focus3.trans div.wrap2.has-more {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
section.focus3.trans div.wrap2.has-more div.c.desc {
  font-size: 0rem;
}
section.focus3.trans div.wrap2.has-more div.one {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 3% 0;
  font-size: 1rem;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 1.5rem;
}
section.focus3.trans div.wrap2.has-more div.one:nth-child(3n+3) {
  margin-right: 0;
}
section.focus3.trans div.wrap2.has-more h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  height: 100px;
  min-height: 100px;
}
section.focus3.trans div.wrap2.has-more h2.long {
  font-size: 1.25rem;
}
section.focus3.trans div.wrap2.has-more h2.very-long {
  font-size: 1rem;
}
section.focus3.trans div.wrap2.has-more div.w {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
section.focus3.trans div.wrap2.has-more div.w:before {
  display: none;
}
section.focus3.trans div.wrap2.has-more div.w:after {
  display: none;
  right: 0;
  bottom: 0.5rem;
  top: auto;
}
section.focus3.trans div.wrap2.has-more div.w div.l {
  display: block;
  width: 100%;
  margin: 0 0 1.5rem;
}
section.focus3.trans div.wrap2.has-more div.w div.r {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: 0;
}
section.focus3.trans div.wrap2.has-more div.w div.r .button, section.focus3.trans div.wrap2.has-more div.w div.r .agenda-panel-back, section.focus3.trans div.wrap2.has-more div.w div.r .prelegent-single-box-back {
  flex: 1;
  text-align: center;
  margin: 0;
  padding: 0.75rem 0;
}
section.focus3.trans div.wrap2.has-more p.live {
  font-size: 0.75rem;
  color: #000;
  background: none;
  padding: 0;
}
section.focus3.trans div.wrap2.has-more p.live img {
  position: absolute;
  left: 0;
  top: 0;
}
section.focus3.trans div.wrap2.has-more ul.more a {
  font-size: 1rem;
}
section.focus3.trans div.wrap2.has-more a.button, section.focus3.trans div.wrap2.has-more a.agenda-panel-back, section.focus3.trans div.wrap2.has-more a.prelegent-single-box-back {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
}
@media (min-width: 1001px) {
  section.focus3.trans div.wrap2.has-more.count-2 div.one {
    width: 48.5%;
  }
  section.focus3.trans div.wrap2.has-more.count-2 div.one:nth-child(even) {
    margin-right: 0;
  }
  section.focus3.trans div.wrap2.has-more.count-2 p.live, section.focus3.trans div.wrap2.has-more.count-2 div.buttons {
    text-align: center !important;
  }
  section.focus3.trans div.wrap2.has-more.count-4 div.one {
    width: 48.5%;
    margin-right: 3%;
  }
  section.focus3.trans div.wrap2.has-more.count-4 div.one:nth-child(even) {
    margin-right: 0;
  }
  section.focus3.trans div.wrap2.has-more.count-4 p.live, section.focus3.trans div.wrap2.has-more.count-4 div.buttons {
    text-align: center !important;
  }
}
@media (max-width: 1000px) {
  section.focus3.trans div.wrap2.has-more h2 {
    font-size: 1.625rem;
  }
  section.focus3.trans div.wrap2.has-more a.button, section.focus3.trans div.wrap2.has-more a.agenda-panel-back, section.focus3.trans div.wrap2.has-more a.prelegent-single-box-back {
    display: block;
    width: 100%;
    margin: 1rem 0;
  }
  section.focus3.trans div.wrap2.has-more div.one {
    width: 48.5%;
  }
  section.focus3.trans div.wrap2.has-more div.one:nth-child(3n+3) {
    margin-right: 3%;
  }
  section.focus3.trans div.wrap2.has-more div.one:nth-child(even) {
    margin-right: 0;
  }
  section.focus3.trans div.wrap2.has-more div.w {
    padding-right: 0;
  }
  section.focus3.trans div.wrap2.has-more div.w:after {
    display: none;
  }
  section.focus3.trans div.wrap2.has-more div.w > div.l {
    text-align: left !important;
  }
}
@media (max-width: 760px) {
  section.focus3.trans div.wrap2.has-more > div.c.img {
    display: none;
  }
  section.focus3.trans div.wrap2.has-more > div.c.desc {
    padding-left: 0;
  }
  section.focus3.trans div.wrap2.has-more h2 {
    font-size: 1.25rem !important;
    height: auto;
  }
  section.focus3.trans div.wrap2.has-more h2.long {
    font-size: 1.125rem;
  }
  section.focus3.trans div.wrap2.has-more h2.very-long {
    font-size: 1rem;
  }
  section.focus3.trans div.wrap2.has-more div.one {
    display: block;
    width: 100%;
    margin: 0 0 2rem;
  }
}
section.focus3.trans h1,
section.focus3.trans div.one > span,
section.focus3.trans div.desc > span {
  display: block;
  font-size: 0.8125rem;
  color: #000;
  letter-spacing: 4px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
section.focus3.trans h2 {
  font-size: 2.625rem;
  line-height: 1.2;
  font-weight: 800;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 150px;
  color: #000;
}
section.focus3.trans h2.long {
  font-size: 2rem;
}
section.focus3.trans h2.very-long {
  font-size: 1.625rem;
}
section.focus3.trans div.w {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-left: 60px;
  position: relative;
}
section.focus3.trans div.w:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  background: url("/nowyprzemysl.pl/images/icons/arrow.svg") left center scroll no-repeat transparent;
  width: 38px;
  height: 26px;
}
section.focus3.trans div.w:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: -3rem;
  width: 74px;
  height: 133px;
  background: url("/images/2020/svg/a.svg") center center scroll no-repeat transparent;
}
section.focus3.trans div.w div.l {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
section.focus3.trans div.w div.r {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  padding: 0 0 0 40px;
}
@media (max-width: 1000px) {
  section.focus3.trans div.w {
    display: block;
  }
  section.focus3.trans div.w div.l {
    display: block;
    margin: 0 0 1rem;
    text-align: center !important;
  }
  section.focus3.trans div.w div.r {
    display: block;
    margin: 0;
    width: 100% !important;
    padding: 0;
    text-align: center !important;
  }
}
@media (max-width: 760px) {
  section.focus3.trans div.w {
    padding: 0;
  }
  section.focus3.trans div.w:before, section.focus3.trans div.w:after {
    display: none;
  }
}
section.focus3.trans div.w div.l > small {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 1rem 0.5rem 0;
  color: #fff;
}
section.focus3.trans div.w div.r {
  text-align: right;
  width: 380px;
}
section.focus3.trans div.w div.r > small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  font-weight: 800;
}
section.focus3.trans ul#countdown {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
section.focus3.trans ul#countdown li {
  display: inline-block;
  vertical-align: top;
  width: 56px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5rem 0.25rem;
}
section.focus3.trans ul#countdown strong {
  display: block;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}
section.focus3.trans ul#countdown small {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}
section.focus3.trans p.live {
  display: inline-block;
  background: #C2281A;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 0.25rem 0.5rem;
}
section.focus3.trans p.live img {
  margin-right: 0.5rem;
}
section.focus3.trans ul.more {
  display: none;
  background: #fff;
  padding: 0.75rem 0;
  border-radius: 4px;
  position: absolute;
  bottom: 100%;
  width: 350px;
  max-width: 100%;
  margin: 0 auto 1rem;
  text-align: left;
}
section.focus3.trans ul.more li {
  display: block;
  transition: all 0.2s linear;
  border-bottom: 1px solid #eee;
}
section.focus3.trans ul.more li:last-child {
  border: none;
}
section.focus3.trans ul.more li:hover {
  background: #eee;
}
section.focus3.trans ul.more a {
  display: block;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #C2281A;
  text-decoration: none;
}
section.focus3.trans ul.more small {
  display: block;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 300;
  margin-top: 0.25rem;
}
section.focus3.trans div.buttons {
  position: relative;
}
section.focus3.trans div.buttons.open ul.more {
  display: block;
}
@media (max-width: 1000px) {
  section.focus3.trans {
    padding: 7rem 1.5rem;
    min-height: 0;
  }
  section.focus3.trans h2 {
    font-size: 2rem;
  }
}
@media (max-width: 760px) {
  section.focus3.trans {
    padding: 3rem 1.5rem;
  }
  section.focus3.trans div.wrap2 {
    margin: 0 0 1rem;
  }
  section.focus3.trans h1,
  section.focus3.trans div.one > span,
  section.focus3.trans div.desc > span {
    font-size: 0.875rem;
    margin: 0 0 0.5rem;
  }
  section.focus3.trans h2 {
    font-size: 1.375rem;
  }
  section.focus3.trans h2.long {
    font-size: 1.25rem;
  }
  section.focus3.trans h2.very-long {
    font-size: 1.125rem;
  }
  section.focus3.trans a.button, section.focus3.trans a.agenda-panel-back, section.focus3.trans a.prelegent-single-box-back {
    margin: 0.25rem 0;
    display: block;
    font-size: 16px;
  }
}

div.box-31 {
  margin: 0 0 1.5rem;
}
div.box-31 h2 {
  font-size: 1.125rem;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #C2281A;
}
div.box-31 textarea {
  font-size: 0.875rem;
  padding: 0.75rem;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 90px;
  border: 1px solid #DDE0E3;
  background: #fff;
  margin: 0 auto 0.75rem;
}
div.box-31 input {
  font-size: 0.875rem;
  padding: 0.75rem;
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #DDE0E3;
  background: #fff;
  margin: 0 auto 1rem;
}
div.box-31 small {
  font-size: 0.5625rem;
  color: #bbb;
  display: block;
  margin: 0 0 0.75rem;
}
div.box-31 small a {
  color: #bbb;
}
div.box-31 .button, div.box-31 .agenda-panel-back, div.box-31 .prelegent-single-box-back {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  padding: 0.75rem;
  text-align: center;
}
div.box-31 .button:hover, div.box-31 .agenda-panel-back:hover, div.box-31 .prelegent-single-box-back:hover {
  background: #000;
  color: #fff !important;
}

.button6 {
  margin: 0.5rem;
}

div.pfonline-focus {
  background-color: #C2281A;
  background: url("/nowyprzemysl.pl/images/subpage-bg.png") center/cover;
  background-size: cover;
  padding: 4rem;
  text-align: center;
  font-size: 0rem;
  margin: 50px auto 0;
}
div.pfonline-focus div.wrap {
  border: 4px solid #C2281A;
  padding: 4rem 4rem 0;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}
div.pfonline-focus .pfonline-focus-title {
  margin: 0 auto 2rem;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
}
div.pfonline-focus .pfonline-focus-text {
  font-size: 1.5rem;
  margin: 0 auto 3rem;
  width: 900px;
  max-width: 100%;
  color: #fff;
}
div.pfonline-focus small.live {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 1rem;
  color: #fff;
  background: #C2281A;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto 2rem;
}
div.pfonline-focus h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 2rem;
  color: #fff;
  width: 900px;
  max-width: 100%;
}
div.pfonline-focus div.buttons {
  margin: 0 auto 2rem;
}
div.pfonline-focus div.buttons a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
  width: 200px;
  max-width: 100%;
  margin: 0 0.5rem 0.5rem;
  border: 2px solid #C2281A;
  font-size: 1.125rem;
  font-weight: 700;
  color: #C2281A;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear;
}
div.pfonline-focus div.buttons a:hover {
  background: #C2281A;
  color: #fff;
}
div.pfonline-focus div.foot img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  div.pfonline-focus .pfonline-focus-title {
    font-size: 3.75rem;
  }
}
@media (max-width: 760px) {
  div.pfonline-focus {
    padding: 3rem 1.25rem;
  }
  div.pfonline-focus div.wrap {
    padding: 2rem 1.25rem 0;
  }
  div.pfonline-focus .pfonline-focus-title {
    font-size: 2.1875rem;
  }
  div.pfonline-focus .pfonline-focus-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  div.pfonline-focus .pfonline-focus-title {
    font-size: 1.625rem;
  }
  div.pfonline-focus .pfonline-focus-text {
    font-size: 1rem;
  }
}

div.box-33 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 350px 0 0;
  position: relative;
  border: 6px solid #C2281A;
}
div.box-33 a {
  color: #2B2929;
  text-decoration: none;
}
div.box-33 div.left {
  position: relative;
}
div.box-33 div.right {
  background: rgba(255, 255, 255, 0.6);
  border-left: 6px solid #C2281A;
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 #ef968e;
  /* Chrome */
}
div.box-33 div.right::-webkit-scrollbar {
  width: 6px;
}
div.box-33 div.right::-webkit-scrollbar-track {
  background-color: #ef968e;
}
div.box-33 div.right::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
}
div.box-33 div.right::scrollbar {
  width: 6px;
}
div.box-33 div.right::scrollbar-track {
  background-color: #ef968e;
}
div.box-33 div.right::scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
}
div.box-33 div.left > div {
  display: none;
  position: relative;
}
div.box-33 div.left > div.active {
  display: block;
}
div.box-33 div.preview {
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center center scroll no-repeat #C2281A;
  background-size: cover;
}
div.box-33 div.preview a {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/2020/svg/play.svg") center center scroll no-repeat transparent;
}
div.box-33 ul {
  display: block;
  text-align: left;
  padding: 0;
}
div.box-33 ul > li {
  display: block;
  border-bottom: 1px solid #C2281A;
  transition: all 0.2s linear;
}
div.box-33 ul small {
  font-size: 0.625rem;
  display: block;
  margin: 0 0 0.25rem;
}
div.box-33 ul p {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  min-height: 38px;
}
div.box-33 ul > li.active {
  background: #C2281A;
}
div.box-33 ul > li.active a {
  color: #fff;
}
div.box-33 ul > li.active small {
  font-weight: 700;
}
div.box-33 ul a {
  display: block;
  padding: 1rem;
}
div.box-33 ul li:hover {
  background: #222;
}
div.box-33 ul li:hover a {
  color: #fff;
}
div.box-33 div.yt {
  margin: 0;
}
div.box-33 div.other div.wrap {
  border: 1px solid #fff;
  border-top: none;
  padding: 1.25rem 1.5rem;
}
div.box-33 div.other h2 {
  background: #fff;
  padding: 1.2rem 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #C2281A;
  margin: 0 auto;
}
div.box-33 div.other h3 {
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 auto 1.25rem;
}
div.box-33 div.other ul {
  display: block;
  font-size: 0rem;
  margin: 0 auto;
}
div.box-33 div.other ul > li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 1.25rem 0;
  background: #C2281A;
  border-left: 4px solid #C2281A;
  font-size: 0.875rem;
  border-bottom: none;
}
div.box-33 div.other ul > li:nth-child(even) {
  margin-right: 0;
}
div.box-33 div.other ul li > span {
  display: table;
  width: 100%;
}
div.box-33 div.other ul span span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 49px;
  padding: 0 1rem;
}
div.box-33 div.other a.button, div.box-33 div.other a.agenda-panel-back, div.box-33 div.other a.prelegent-single-box-back {
  background: #fff;
  color: #C2281A;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  width: auto;
  max-width: 100%;
  margin: 0 0.5rem 1rem;
}
@media (max-width: 600px) {
  div.box-33 div.other ul > li {
    display: block;
    width: auto;
    margin: 0 0 1.25rem;
  }
}
div.box-33 .agenda-event-bottom {
  padding: 0 15px 0.25rem;
  background: none;
}
div.box-33 .agenda-event-translate {
  background: #C2281A;
}
@media (max-width: 800px) {
  div.box-33 {
    padding: 0;
    border-right-width: 6px;
  }
  div.box-33 div.right {
    border-left: 0;
    position: static;
    width: 100%;
    max-height: 400px; /*400px;*/
  }
  div.box-33 div.scroll-pane {
    position: relative;
  }
}

.raport-bar {
  display: none;
  background: linear-gradient(#fff, #F6F6F6);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  max-width: 90%;
  padding-right: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  z-index: 100;
  box-shadow: 0 0.4px 2.2px rgba(0, 0, 0, 0.02), 0 0.9px 5.3px rgba(0, 0, 0, 0.028), 0 1.8px 10px rgba(0, 0, 0, 0.035), 0 3.1px 17.9px rgba(0, 0, 0, 0.042), 0 5.8px 33.4px rgba(0, 0, 0, 0.05), 0 14px 80px rgba(0, 0, 0, 0.07);
}

.raport-bar-img-cnt {
  max-width: 13.375em;
}

.raport-bar-content {
  text-decoration: none;
  color: inherit;
}

.raport-bar-content span {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #7DCE1A;
  font-size: 0.9375em;
  display: block;
}

.raport-bar-content strong {
  font-size: 2.625em;
  font-weight: bold;
  display: block;
}

.raport-bar-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(/nowyprzemysl.pl/images/close.svg);
  background-size: cover;
  background-position: center;
  width: 27px;
  height: 27px;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  border: 0;
}
.raport-bar-close:focus {
  outline: none;
}

@media (max-width: 860px) {
  .raport-bar-content strong {
    font-size: 2em;
  }
}
@media (max-width: 640px) {
  .raport-bar-img-cnt {
    max-width: 10.625em;
  }
  .raport-bar-content strong {
    font-size: 1.6875em;
  }
}
@media (max-width: 500px) {
  .raport-bar-img-cnt {
    max-width: 7.5em;
  }
  .raport-bar-content strong {
    font-size: 1.5625em;
  }
}
@media (max-width: 400px) {
  .raport-bar {
    padding-right: 50px;
  }
  .raport-bar-img-cnt {
    max-width: 6.25em;
  }
  .raport-bar-content span {
    margin-bottom: 5px;
  }
  .raport-bar-content strong {
    font-size: 1.25em;
  }
}
ul.list-11 {
  font-size: 0;
  padding: 0;
}
ul.list-11 > li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 0 0;
}
ul.list-11 > li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-11 div.img {
  margin: 0 0 1rem;
}
ul.list-11 div.img img {
  display: block;
}
ul.list-11 h3 {
  font-size: 16px;
}
@media (max-width: 800px) {
  ul.list-11 {
    overflow: auto;
    white-space: nowrap;
  }
  ul.list-11 > li {
    white-space: normal;
    width: 260px;
    margin: 0 1.5rem 0 0;
  }
}

@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;
  }
}
/*# sourceMappingURL=style.2025.min.css.map */
