@charset "UTF-8";
button, .button {
  cursor: pointer;
}

.quests-title, .uni-title {
  font-size: 42px;
  font-weight: bold;
}

@media (max-width: 780px) {
  .quests-title, .uni-title {
    font-size: 32px;
  }
}
.quests-text, .uni-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
}

.quests-text p:first-child, .uni-text p:first-child {
  margin-top: 0;
}

.quests-text p:last-child, .uni-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .quests-text, .uni-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;
  height: 100%;
  min-width: 320px;
}

body {
  background: #042532;
  font-family: futura-pt, sans-serif;
}

@media (max-width: 1000px) {
  body.menuOpen {
    overflow: hidden;
  }
}
strong {
  font-weight: bold;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 90px;
}

@media (max-width: 1000px) {
  .all {
    padding-top: 60px;
  }
}
.hidden, [hidden] {
  display: none !important;
}

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

.button, .rodo-button, .focus-register {
  background: #3d9136;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  text-decoration: none;
  transition: 0.3s background-color, 0.4s box-shadow;
}

.button:hover, .rodo-button:hover, .focus-register:hover {
  background-color: #4db644;
  box-shadow: 0 0 0 5px rgba(61, 145, 54, 0.2);
}

.timeline-list-days {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: -45px -45px 45px;
}
@media (max-width: 980px) {
  .timeline-list-days {
    margin: -30px -30px 30px;
  }
}
@media (max-width: 500px) {
  .timeline-list-days {
    margin: -15px -15px 30px;
  }
}

.timeline-list-days-el {
  flex: 1;
  height: 80px;
  background-color: #eee;
  font-size: 32px;
}

.timeline-list-days-el a {
  color: #3d9136 !important;
}

.timeline-list-days-el.is-active {
  background: #3d9136;
  color: #fff;
}

.timeline-list-days-el span, .timeline-list-days-el a {
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.timeline-list-days-el small {
  font-size: 13px;
  color: #052a41;
}

.agenda-events-time {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}

.agenda-events-time::after {
  content: "";
  flex: 1;
  border-top: 1px solid #ccc;
}

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

.agenda-event {
  background: #eee;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

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

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

.agenda-event-title a {
  color: inherit !important;
  text-decoration: none;
}

.agenda-event-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.agenda-event-links a {
  color: #3d9136;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
}
.agenda-event-links a:hover {
  color: #4db644;
}

.agenda-event-bottom {
  display: flex;
  height: 25px;
  margin-top: 10px;
  gap: 4px;
  font-size: 10px;
  margin-bottom: -10px;
  color: #3d9136;
  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;
  color: #444;
  font-weight: 400;
}

.agenda-event-broadcast::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/precop.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(/precop.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: 35px;
  color: #000;
}

.agenda-panel-social {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.agenda-panel-social svg {
  transition: 0.2s fill;
}

.agenda-panel-social a:hover svg {
  fill: #3d9136;
}

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

.agenda-panel-section-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}

.agenda-panel-section-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #000;
}

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

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

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

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

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

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

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

.agenda-panel-back {
  background: #000;
  color: #fff;
  display: inline-flex;
  text-decoration: none;
  padding: 10px 40px;
  transition: 0.2s background;
  margin-bottom: 40px;
  font-size: 15px;
}

.agenda-panel-back:hover {
  background: #222;
}

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

.agenda-download a {
  padding: 0.125em 0 0.125em 52px;
  background: url(/precop.pl/images/pdf.png) left top no-repeat;
  background-size: auto 100%;
  color: #3d9136;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s linear;
}
.agenda-download a:hover {
  color: #4db644 !important;
}

.uni {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "content1 content2";
  color: #1428a0;
}

.uni--reverse {
  grid-template-areas: "content2 content1";
}

.uni--wide {
  grid-template-columns: 1fr;
  grid-template-areas: "content1";
}

@media (max-width: 780px) {
  .uni {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "content2" "content1";
  }
  .uni--reverse {
    grid-template-areas: "content2" "content1";
  }
  .uni--wide {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "content1";
  }
}
.uni-content-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  grid-area: content1;
  min-height: 500px;
  padding-left: 80px;
}

.uni--wide .uni-content-1 {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 980px) {
  .uni-content-1 {
    padding-left: 50px;
  }
  .uni--wide .uni-content-1 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.uni-content-2 {
  grid-area: content2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.uni-title {
  margin: 0 0 20px;
}

.uni-text {
  margin-bottom: 20px;
}

@media (max-width: 780px) {
  .uni-content-1 {
    padding: 30px;
  }
  .uni-content-1 {
    align-items: center;
  }
}
@media (max-width: 560px) {
  .uni-content-1 {
    padding: 15px;
  }
  .uni--wide .uni-content-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .uni-content-1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .uni .button, .uni .rodo-button, .uni .focus-register {
    width: 100%;
    text-align: center;
  }
}
.focus {
  min-height: 600px;
  background: #05293c url(/precop.pl/images/focus-precop.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: relative;
  margin-bottom: 40px;
  cursor: crosshair;
}

.focus-move {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #3d9136;
  transition: 0.1s box-shadow, 0.1s transform;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
}

.focus-move.is-click {
  box-shadow: inset 0 0 0 100px rgba(61, 145, 54, 0.3);
  mix-blend-mode: color-dodge;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transform: translate(-50%, -50%) scale(2.2);
}

@media (max-width: 760px) {
  .focus-move {
    display: none;
  }
}
.focus-addons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.focus-addon1,
.focus-addon2 {
  position: absolute;
  pointer-events: none;
}

.focus-addon1 svg,
.focus-addon2 svg {
  width: 100%;
  height: 100%;
  stroke: #3d9136;
  stroke-width: 2px;
  fill: none;
  stroke-dashoffset: -3600;
  stroke-dasharray: 3600px;
}

@media (min-width: 780px) {
  .focus-addon1 svg,
.focus-addon2 svg {
    -webkit-animation: animLines 6s 0s 1 both;
            animation: animLines 6s 0s 1 both;
  }
}
.focus-addon1 {
  width: 580px;
  height: 580px;
  left: -460px;
  top: 30px;
}

.focus-addon2 {
  width: 470px;
  height: 470px;
  right: -56px;
  top: -202px;
  transform: rotate(-10deg);
}

@-webkit-keyframes animLines {
  0% {
    stroke-dasharray: 5600px;
  }
  100% {
    stroke-dasharray: 3600px;
    stroke-dashoffset: 0;
  }
}

@keyframes animLines {
  0% {
    stroke-dasharray: 5600px;
  }
  100% {
    stroke-dasharray: 3600px;
    stroke-dashoffset: 0;
  }
}
.focus-inside {
  z-index: 2;
  position: relative;
  width: 100%;
}

.focus-title {
  font-size: 142px;
  text-transform: uppercase;
  margin: 0;
}

.focus-title span {
  font-weight: normal;
}

.focus-text {
  font-size: 32px;
  max-width: 700px;
  color: #3d9136;
}

.focus-subtext {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.focus-logotypes {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 30px auto 0;
  margin-bottom: -20px;
}

.focus-logotypes-text {
  margin-bottom: 30px;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.focus-logotypes-text::before, .focus-logotypes-text::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.focus-logotypes-list {
  display: flex;
  justify-content: center;
  width: calc(100% - 40px);
  gap: 30px;
}

.focus-logotypes-el {
  display: flex;
  justify-content: center;
}

.focus-logotypes-el img {
  max-width: 100%;
  min-width: 120px;
}

.focus-logotypes-el img[src*=logo-eec] {
  max-height: 60px;
}

.focus-logotypes-el--ue img {
  max-width: 100px;
}

.focus-social {
  position: absolute;
  top: 0;
  right: 0;
}

.focus-social a {
  -webkit-text-decoration: auto;
          text-decoration: auto;
  margin: 0 10px 0 0;
}

.focus-social a:last-child {
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .focus-social {
    position: static;
    margin: 20px 0 0;
  }
}
@media (max-width: 400px) {
  .focus-social {
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .focus-addon1 svg,
.focus-addon2 svg {
    stroke: rgba(61, 145, 54, 0.2);
  }
}
@media (max-width: 870px) {
  .focus-title {
    font-size: 120px;
  }
  .focus-logotypes-el,
.focus-logotypes-el img[src],
.focus-logotypes-el img {
    min-width: 0;
  }
}
@media (max-width: 760px) {
  .focus-title {
    font-size: 100px;
  }
}
@media (max-width: 680px) {
  .focus {
    padding: 30px;
  }
  .focus-title {
    font-size: 80px;
  }
  .focus-text {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  .focus-title {
    font-size: 60px;
  }
  .focus-text,
.focus-subtext {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .focus {
    padding: 20px;
  }
  .focus-register {
    width: 100%;
    text-align: center;
  }
  .focus-title {
    font-size: 50px;
  }
  .focus-text,
.focus-subtext {
    font-size: 17px;
  }
}
.uni-section-1 {
  background: #d8e9d7;
  position: relative;
  grid-template-columns: 55% 45%;
}

.uni-section-1 .uni-content-1,
.uni-section-1 .uni-content-2 {
  position: relative;
  z-index: 1;
}

.uni-section-1 .uni-content-1 {
  padding-right: 0;
}

.uni-section-1 .uni-content-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.uni-section-1-images {
  width: 90%;
  flex-direction: column;
  max-width: 422px;
  gap: 20px;
  display: flex;
}

.uni-section-1-addon {
  position: absolute;
  pointer-events: none;
  width: 770px;
  height: 770px;
  right: -256px;
  top: 302px;
  transform: rotate(-10deg);
  z-index: 0;
  opacity: 0.8;
}

.uni-section-1-addon svg {
  width: 100%;
  height: 100%;
  stroke: #abd5e1;
  stroke-width: 2px;
  fill: none;
  stroke-dashoffset: -3600;
  stroke-dasharray: 3600px;
}

@media (min-width: 780px) {
  .uni-section-1-addon.is-animate svg {
    -webkit-animation: animLines 6s 0s 1 both;
            animation: animLines 6s 0s 1 both;
  }
}
@media (max-width: 780px) {
  .uni-section-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  .uni-section-1 .uni-content-1 {
    padding-right: 30px;
  }
  .uni-section-1 .uni-text {
    text-align: center;
  }
  .uni-section-1 .uni-content-2 {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .uni-section-1-images {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    gap: 0;
    margin-left: 0;
  }
  .uni-section-1-images img {
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .uni-section-1-images img:nth-child(2) {
    transform: translate(0, -40px);
  }
}
.uni-section-2 {
  background-color: #bee8f1;
}

.uni-section-2 .uni-content-1 {
  position: relative;
  z-index: 1;
}

.uni-map .uni-content-1 {
  background: #fff;
}

.uni-map .uni-content-2 {
  position: relative;
  background: #eee;
  z-index: 1;
}

.uni-map .map {
  width: 100%;
  height: 100%;
}

.uni-map .map .leaflet-popup-content-wrapper {
  border-radius: 5px;
}

.uni-map .map .leaflet-tile-container {
  filter: grayscale(1);
}

.uni-map .map h3 {
  color: #1428a0;
  font-size: 20px;
  text-align: center;
  margin: 0 0 0.25rem;
}

.uni-map .map p {
  color: #042532;
  font-size: 15px;
  text-align: center;
  margin: 0 0 1rem;
}

.uni-map .map a {
  text-decoration: none;
}

@media (max-width: 780px) {
  .uni-map .uni-content-2 {
    padding: 0;
  }
}
.gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.gallery-list-el {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-areas: "img text";
}

.gallery-list-el-img {
  grid-area: img;
}

.gallery-list-el-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-list-el-text {
  grid-area: text;
  padding: 10px;
  background: #3d9136;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-list-el-text span {
  background: #fff;
  line-height: 1.5;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: bold;
}

.gallery-list-el-1 .gallery-list-el-text,
.gallery-list-el-4 .gallery-list-el-text {
  background: #1428a0;
}

.gallery-list-el-1 .gallery-list-el-text span,
.gallery-list-el-4 .gallery-list-el-text span {
  color: #1428a0;
}

.gallery-list-el-2 .gallery-list-el-text,
.gallery-list-el-3 .gallery-list-el-text {
  background: #3d9136;
}

.gallery-list-el-2 .gallery-list-el-text span,
.gallery-list-el-3 .gallery-list-el-text span {
  color: #3d9136;
}

.gallery-list-el-3,
.gallery-list-el-4 {
  grid-template-columns: 40% 60%;
  grid-template-areas: "text img";
}

@media (max-width: 1100px) {
  .gallery-list-el-text {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .gallery-list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .gallery-list-el-1,
.gallery-list-el-3 {
    grid-template-columns: 40% 60%;
    grid-template-areas: "text img";
  }
  .gallery-list-el-2,
.gallery-list-el-4 {
    grid-template-columns: 60% 40%;
    grid-template-areas: "img text";
  }
  .gallery-list-el-1 .gallery-list-el-text,
.gallery-list-el-3 .gallery-list-el-text {
    background: #1428a0;
  }
  .gallery-list-el-1 .gallery-list-el-text span,
.gallery-list-el-3 .gallery-list-el-text span {
    color: #1428a0;
  }
  .gallery-list-el-2 .gallery-list-el-text,
.gallery-list-el-4 .gallery-list-el-text {
    background: #3d9136;
  }
  .gallery-list-el-2 .gallery-list-el-text span,
.gallery-list-el-4 .gallery-list-el-text span {
    color: #3d9136;
  }
}
@media (max-width: 540px) {
  .gallery-list-el {
    grid-template-columns: 50% 50%;
  }
  .gallery-list-el-text {
    font-size: 13px;
  }
}
.uni-partners {
  position: relative;
  overflow: hidden;
}

.uni-partners .uni-content-1 {
  background: #fff;
}

.uni-partners .uni-content-2 {
  background-color: #052b4f;
  padding: 60px;
}

.uni-partners-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}

@media (max-width: 360px) {
  .uni-partners-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.uni-partners-list .slider-list-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}

@media (max-width: 1280px) and (min-width: 780px), (max-width: 360px) {
  .uni-partners-list .slider-list-slide {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.uni-section-partners-addon {
  position: absolute;
  pointer-events: none;
  width: 770px;
  height: 770px;
  left: -460px;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  z-index: 0;
  opacity: 0.4;
}

.uni-section-partners-addon svg {
  width: 100%;
  height: 100%;
  stroke: #abd5e1;
  stroke-width: 2px;
  fill: none;
}

.uni-partners-list-el {
  color: #fff;
}

.uni-partners-list-el-link {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  align-items: center;
  gap: 5px;
}

.uni-partners-list-el-text {
  font-size: 14px;
  min-height: 2.5em;
  display: flex;
  align-items: flex-end;
  color: #595971;
}

.uni-partners-list-el-canvas {
  height: 100px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uni-partners-list-el-img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.uni-speakers {
  padding: 10px 0 50px 0;
}

.speakers-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.uni-speakers .uni-title {
  text-align: center;
  color: #d8e9d7;
}

.uni-speakers .uni-text {
  text-align: center;
  color: #d8e9d7;
}

.speakers-list {
  margin-top: 10px;
}

.speakers-list-el {
  display: flex;
  flex-direction: column;
}

.uni-speakers .slider-list-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

@media (max-width: 840px) {
  .uni-speakers .slider-list-slide {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 50% 50%;
  }
}
@media (max-width: 640px) {
  .uni-speakers .slider-list-slide {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 50% 50%;
  }
}
@media (max-width: 480px) {
  .uni-speakers .slider-list-slide {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50% 50%;
  }
}
.speakers-list-el-img {
  background: #000203;
}

.speakers-list-el-img img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
}

.speakers-list-el-content {
  background: #b3dde6;
  padding: 10px;
  min-height: 180px;
  flex: 1;
}

.speakers-list-el:nth-of-type(2n) .speakers-list-el-content {
  background: #bee8f1;
}

.speakers-list-el-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 890px) {
  .speakers-list-el-name {
    font-size: 18px;
  }
}
.speakers-list-el-text {
  font-size: 14px;
  color: #000;
  padding-bottom: 5px;
}

@media (max-width: 640px) {
  .speakers-list-el-name {
    font-size: 17px;
  }
  .speakers-list-el-text {
    font-size: 13px;
  }
  .speakers-list-el-content {
    min-height: 150px;
  }
  .uni-partners .uni-content-2 {
    padding: 30px;
  }
}
.uni-in-through-the-lens .uni-title {
  text-align: center;
  color: #fff;
}

.uni-in-through-the-lens .uni-text {
  text-align: center;
  color: #fff;
  max-width: 813px;
  margin: 0 auto;
}

.lens-gallery {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
}

.lens-gallery img {
  display: block;
}

.lens-gallery-el-1,
.lens-gallery-el-6 {
  grid-column: span 2;
}

@media (max-width: 640px) {
  .lens-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .uni-in-through-the-lens h2,
.uni-in-through-the-lens .uni-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
section.white-paper {
  background: #bee8f1;
  padding: 1.5rem;
  margin: 1.5rem auto 3rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  color: #1428a0;
}

section.white-paper div.img {
  flex: 0 0 380px;
}

section.white-paper div.desc {
  flex: 1;
  padding-right: 3rem;
}

section.white-paper h2 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}

section.white-paper p {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 1.5rem;
}

section.white-paper img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  section.white-paper div.img {
    flex: 0 0 30%;
  }
  section.white-paper div.desc {
    padding-right: 0;
  }
  section.white-paper h2 {
    font-size: 32px;
  }
  section.white-paper p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  section.white-paper {
    flex-direction: column;
    text-align: center;
  }
  section.white-paper div.img {
    flex: 1;
  }
  section.white-paper div.img img {
    width: 200px;
    max-width: 100%;
  }
}
.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;
  flex-shrink: 0;
}

.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-text {
  line-height: 26px;
}

.prelegent-single-box-back {
  background: #000;
  color: #fff;
  display: inline-flex;
  text-decoration: none;
  padding: 10px 40px;
  transition: 0.2s background;
  margin-bottom: 40px;
  font-size: 15px;
}

.prelegent-single-box-back:hover {
  background: #222;
}

@media (max-width: 640px) {
  .prelegent-single-box-header {
    flex-direction: column;
    text-align: center;
  }
}
.featured {
  display: flex;
  margin-left: -45px;
  margin-right: -45px;
}

.featured:first-of-type {
  margin-top: -45px;
}

.featured:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.featured:last-of-type {
  margin-bottom: -45px;
}

.featured-image {
  width: 50%;
  background: #eee;
}

.featured-image img {
  max-width: 100%;
  display: block;
}

.featured-content {
  width: 50%;
  padding: 30px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 23px;
  background: #fff;
  aspect-ratio: 1;
  overflow-y: auto;
}

.featured-content::-webkit-scrollbar {
  width: 2px;
  background: #fff;
  height: 2px;
}

.featured-content::-webkit-scrollbar {
  width: 5px;
}

.featured-content::-webkit-scrollbar-thumb {
  background-color: #3d9136;
  border: 1px solid transparent;
  background-clip: content-box;
  border-radius: 10px;
}

.featured-title {
  margin: 0;
  color: #042532;
  font-size: 25px;
}

@media (max-width: 600px) {
  .featured,
.featured:nth-of-type(2n) {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .featured:first-of-type {
    margin-bottom: -15px;
  }
  .featured:last-of-type {
    margin-bottom: 0;
  }
  .featured-image {
    width: 100%;
  }
  .featured-image img {
    width: 100%;
  }
  .featured-content {
    width: 100%;
    padding: 40px;
    aspect-ratio: auto;
    min-height: 300px;
  }
}
.letter-select {
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  overflow-x: auto;
}

.letter-select::-webkit-scrollbar {
  width: 2px;
  background: #fbfbfb;
  height: 2px;
}

.letter-select::-webkit-scrollbar {
  width: auto;
}

.letter-select::-webkit-scrollbar-thumb {
  background-color: #3d9136;
}

.letter-select .letter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
}

.letter-select .letter-select-el {
  margin: 5px;
  margin-left: 0;
}

.letter-select .letter-select-link {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3d9136;
  text-decoration: none;
  background: #eee;
  font-weight: 800;
}

.letter-select .letter-select-link:hover {
  background: #ddd;
}

.letter-select .letter-select-link.is-active {
  background: #3d9136;
  color: #fff;
}

.prelegents-section {
  padding-bottom: 30px;
}

.prelegents-section-title {
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
}

.prelegents-section-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #eee;
}

.prelegents-section-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 16px;
}
@media (max-width: 760px) {
  .prelegents-section-list {
    gap: 20px;
  }
}

.prelegents-section-el {
  margin-bottom: 10px;
  display: flex;
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 760px) {
  .prelegents-section-el {
    flex: 0 0 100%;
  }
}

.prelegents-section-el-link {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.prelegents-section-el-img {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.prelegents-section-el-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.prelegents-section-el-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prelegents-section-el-name {
  font-weight: 700;
}

.prelegents-section-el-position {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.prelegents-section-el-position a {
  font-weight: 700;
  text-decoration: none;
  color: #3d9136;
}

.slider {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.slider-list-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.slider-list-slide.is-show {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 20px 0;
}

.dots-link {
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #d8e9d7;
}

.dots-link.is-active {
  background: #d8e9d7;
}

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

.partners-list {
  display: flex;
  gap: 1.25rem;
  max-width: 68.75rem;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.partners-list-element {
  border: 1px solid #ddd;
  flex-basis: calc(33% - 15px);
  flex-grow: 1;
  max-width: calc(33% - 15px);
  min-height: 9.375rem;
  position: relative;
}

@media (max-width: 680px) {
  .partners-list-element {
    min-height: 120px;
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.partners-list-element:hover .partners-list-element-menu {
  opacity: 1;
  pointer-events: all;
}

.partners-list-element-seemore {
  font-size: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url("/precop.pl/images/icons/hand.svg") center center scroll no-repeat #ddd;
  background-size: auto 26px;
}

.partners-list-element-menu {
  list-style: none;
  padding: 5px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(4, 37, 50, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  gap: 5px;
  opacity: 0;
  transition: 0.5s;
  align-items: center;
  pointer-events: none;
}

.partners-list-element-menu li::before {
  content: none;
}

.partners-list-element-menu li, .partners-list-element-menu a {
  display: flex;
  align-items: center;
}

.partners-list-element-menu span {
  display: none;
}

.partners-list-element-menu svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.partners-list-element-menu a:hover svg {
  fill: #000;
}

.partners-list-element-logo {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.partners-list-element-logo img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.partners-list-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  -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.popup-show .subpage-content {
  z-index: auto;
}

.partners-list-popup-container {
  background: #fff;
  padding: 1.25rem;
  max-width: 43.75rem;
  width: 90%;
  max-height: 80%;
  min-height: 25rem;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  justify-self: center;
  align-self: center;
}

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

.partners-list-popup-close::before,
.partners-list-popup-close::after {
  content: "";
  transition: 0.5s;
  width: 1.25rem;
  height: 2px;
  position: absolute;
  background: #042532;
  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: 1px solid #ddd;
  margin-left: -20px;
  margin-right: -20px;
}

.partners-list-popup-menu a {
  padding: 10px 15px;
  display: inline-flex;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}

.partners-list-popup-menu .is-active a {
  color: #3d9136;
  font-weight: bold;
  display: block;
}

@media (max-width: 450px) {
  .partners-list-popup-menu {
    font-size: 15px;
  }
}
.partners-list-popup-tab {
  display: none;
  text-align: center;
}

.partners-list-popup-tab.is-active {
  display: block;
  text-align: center;
}

.partners-list-popup-tab a {
  color: #3d9136;
  text-decoration: none;
}

.media-contact-box-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 30px;
}

.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: 15px;
  background: #fafafa;
}

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

@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(61, 145, 54, 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;
  }
}
.buttons-register-bar-cnt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 20px 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}

.buttons-register-bar-cnt h3 {
  margin: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.buttons-register-bar-cnt h3 a {
  padding: 15px;
  width: 100%;
  font-size: 23px;
  display: block;
  text-decoration: none;
}
.buttons-register-bar-cnt h3 a:hover {
  color: #fff;
}

.buttons-register-bar-cnt p {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}

.buttons-register-bar-cnt .button, .buttons-register-bar-cnt .rodo-button, .buttons-register-bar-cnt .focus-register {
  background: #3d9136;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px 35px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
  justify-content: center;
}

.buttons-register-bar-cnt .button--type2 {
  background: #1986a4;
}

.buttons-register-bar-cnt {
  border-color: #3d9136;
  background-color: #3d9136;
}

.buttons-register-bar-cnt h3 a {
  color: #fff;
}

.buttons-register-bar-cnt.is-open {
  border-color: #3d9136;
  background: rgba(61, 145, 54, 0.1);
}

.buttons-register-bar-cnt.is-open h3 a {
  color: #3d9136;
}

.buttons-register-bar-cnt--type2 {
  border-color: #1986a4;
  background-color: #1986a4;
}

.buttons-register-bar-cnt--type2 h3 a {
  color: #fff;
}

.buttons-register-bar-cnt--type2.is-open {
  border-color: #1986a4;
  background: rgba(25, 134, 164, 0.1);
}

.buttons-register-bar-cnt--type2.is-open h3 a {
  color: #1986a4;
}

.buttons-register-bar-inside {
  display: none;
  padding: 0 0 30px 0;
  justify-content: center;
}

.buttons-register-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 600px) {
  .buttons-register-bar {
    flex-direction: column;
  }
}
.register-list-cnt {
  overflow-x: auto;
}

.register-list {
  width: 100%;
  border: 1px solid #aaa;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.2;
}

.register-list td, .register-list th {
  border: 1px solid #aaa;
  padding: 15px;
  vertical-align: top;
}

.register-list td:first-child {
  min-width: 200px;
}

.register-list thead th p, .register-list thead td p {
  margin: 0;
}

.register-list thead p small br {
  display: none;
}

.register-list .register-list-head-text {
  display: block;
  margin-bottom: 10px;
  color: #888;
}

.register-list .register-list-head-name {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: #3d9136;
}

.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 dt {
  cursor: pointer;
  font-weight: bold;
  color: #3d9136;
}

.faq-list dt a {
  text-decoration: none;
}

.faq-list dd {
  display: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 30px;
  font-size: inherit;
}

.counters {
  display: flex;
  gap: 20px;
  color: #1428a0;
  margin-top: 30px;
  max-width: 450px;
  width: 100%;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.counters small {
  display: block;
  line-height: 1.2;
}

.counters-el {
  flex: 1;
}

.counters-el-nr {
  font-size: 40px;
  font-weight: bold;
  border-bottom: 1px solid #1428a0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  max-width: 80px;
  display: flex;
  align-items: center;
  position: relative;
}

.counters-el-nr span {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.counters-el-nr span path {
  fill: #1428a0;
  stroke-width: 2px;
  stroke: #1428a0;
}

.counters-el-text {
  margin-top: 20px;
  font-size: 14px;
  max-width: 100px;
}

@media (max-width: 400px) {
  .counters {
    gap: 10px;
  }
  .counters-el-nr {
    font-size: 30px;
  }
  .counters-el-text {
    font-size: 12px;
  }
}
.subpage {
  background: #bee8f1;
  position: relative;
  overflow: hidden;
}

.subpage-bg {
  min-height: 740px;
  background: #3d9136 url(/precop.pl/images/focus-precop.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: 100%;
  max-width: 1280px;
}

.subpage-bg-addons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.subpage-bg-addon1,
.subpage-bg-addon2 {
  position: absolute;
  pointer-events: none;
}

.subpage-bg-addon1 svg,
.subpage-bg-addon2 svg {
  width: 100%;
  height: 100%;
  stroke: #3d9136;
  stroke-width: 2px;
  fill: none;
  stroke-dashoffset: -3600;
  stroke-dasharray: 3600px;
}

@media (min-width: 780px) {
  .subpage-bg-addon1 svg,
.subpage-bg-addon2 svg {
    -webkit-animation: animLinesBg 6s 0s 1 both;
            animation: animLinesBg 6s 0s 1 both;
  }
}
.subpage-bg-addon1 {
  width: 580px;
  height: 580px;
  left: -460px;
  top: 30px;
}

.subpage-bg-addon2 {
  width: 470px;
  height: 470px;
  right: -56px;
  top: -202px;
  transform: rotate(-10deg);
}

@-webkit-keyframes animLinesBg {
  0% {
    stroke-dasharray: 5600px;
  }
  100% {
    stroke-dasharray: 3600px;
    stroke-dashoffset: 0;
  }
}

@keyframes animLinesBg {
  0% {
    stroke-dasharray: 5600px;
  }
  100% {
    stroke-dasharray: 3600px;
    stroke-dashoffset: 0;
  }
}
.subpage-header {
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.subpage-title {
  font-size: 54px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.subpage-subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  max-width: 740px;
  margin: 20px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.subpage-content {
  position: relative;
  z-index: 1;
  margin: 0 auto 4rem;
  max-width: 850px;
  width: 100%;
  background: #fff;
  padding: 45px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #444;
}

.subpage-content h2:where(:not([class])),
.subpage-content h3:where(:not([class])),
.subpage-content h4:where(:not([class])) {
  font-size: 30px;
  color: #000;
  line-height: 1.1;
}

.subpage-content > p:first-child {
  margin-top: 0;
}

.subpage-content a:where(:not([class])) {
  color: #3d9136;
  text-decoration: none;
}
.subpage-content a:where(:not([class])):hover {
  color: #444;
}

@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: 500px) {
  .subpage-title {
    font-size: 32px;
  }
  .subpage-subtitle {
    font-size: 16px;
  }
  .subpage-content {
    font-size: 16px;
    padding: 15px;
  }
  .subpage-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .subpage-content h2:where(:not([class])) {
    font-size: 24px;
  }
}
ul.list-featherlight {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

ul.list-featherlight li.grid-item {
  display: inline-block;
}

ul.list-featherlight li.grid-item div.img {
  width: 150px;
}

ul.list-featherlight li.grid-item div.img img {
  max-width: 100%;
}

@media (max-width: 600px) {
  ul.list-featherlight li.grid-item div.img {
    width: 150px;
  }
}
.box-person {
  margin: 40px auto;
  margin-bottom: 70px;
  display: grid;
  max-width: 550px;
  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, #042532 25%, #ffffff 25%, #ffffff 50%, #042532 50%, #042532 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 #042532;
  z-index: 1;
  background: #fff;
}

.box-person-name {
  grid-area: name;
  color: #3d9136;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  margin-top: 26px;
  line-height: 1;
}

.box-person-name strong {
  display: block;
}

.box-person-position {
  grid-area: position;
  color: #3d9136;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

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

.box-person-contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.box-person-contact li {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
}

.box-person-contact li a {
  color: #000;
  display: block;
  padding: 4px 0 4px 40px;
  background: left center scroll no-repeat;
  text-decoration: none;
  transition: all 0.2s linear;
  filter: invert(42%) sepia(76%) saturate(432%) hue-rotate(67deg) brightness(95%) contrast(84%);
}

.box-person-contact li.tel a {
  background-image: url("https://pliki.konferencje.ptwp.pl/i/e7/a9/3d/26w9oj936njl5gzx.svg");
}

.box-person-contact li.mail a {
  background-image: url("https://pliki.konferencje.ptwp.pl/i/53/0b/a0/09m61k53goyvr34l.svg");
}

.box-person-contact li.li a {
  background-image: url("/precop.pl/images/icons/ln.svg");
}

@media (max-width: 670px) {
  .box-person {
    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-name {
    text-align: center;
  }
}
.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;
  }
}
.contact-box {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 20px;
}

.contact-box-img-cnt {
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.contact-box-img-cnt img {
  width: 100%;
  height: 100%;
}

.contact-box-content {
  grid-column: 1/-1;
  grid-row: 1/-1;
  background-color: #bee8f1;
  padding: 15px 15px 15px 75px;
  margin-left: 70px;
  margin-top: 20px;
  min-height: 130px;
  overflow: hidden;
  border-radius: 8px;
}

.contact-box-name {
  font-weight: bold;
  font-size: 24px;
  color: #1428a0;
  margin: 0;
  margin-bottom: 10px;
}

.contact-box-position {
  text-transform: uppercase;
  font-weight: 500;
  color: #1428a0;
  margin: 0;
  margin-bottom: 10px;
}

.contact-box-links {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.contact-box-link img {
  transition: 0.2s filter;
  filter: invert(42%) sepia(76%) saturate(432%) hue-rotate(67deg) brightness(95%) contrast(84%);
}

.contact-box-link:hover img {
  filter: none;
}

.contact-box-link {
  position: relative;
}

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

.contact-box-link .phone-number-tooltip::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #000;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 45%) rotate(45deg);
}

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

@media (max-width: 400px) {
  .contact-box-img-cnt {
    width: 90px;
    height: 90px;
  }
  .contact-box-content {
    margin-left: 20px;
    padding-left: 85px;
  }
  .contact-box-name {
    font-size: 20px;
  }
}
.rodo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(40, 40, 40, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 10000;
  display: none;
  padding: 30px;
}

.rodo.is-show {
  display: flex;
}

.rodo-container {
  background: #fff;
  max-width: 620px;
  width: 100%;
  margin: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.rodo-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom: 1px solid #eee;
  padding: 10px;
  background: #042532;
}

.rodo-head img {
  max-width: 150px;
}

.rodo-close {
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.rodo-close::before, .rodo-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}

.rodo-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}

.rodo-close:hover::before {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.rodo-close:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}

.rodo-content {
  padding: 30px;
  font-size: 0.9em;
  line-height: 1.5;
  color: #444;
  max-height: 450px;
  overflow-y: auto;
}

.rodo-content h2 {
  margin-top: 0;
}

.rodo-content a {
  color: #222;
}

.rodo-footer {
  padding: 20px;
  background: #eee;
  text-align: center;
}

.press-info-title {
  font-size: 30px;
  color: #042532;
  line-height: 1.1;
  text-transform: uppercase;
}

.press-info-el {
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.press-info-el-link {
  text-decoration: none;
  color: inherit;
  padding: 20px;
  display: block;
  background: #fff;
}

.press-info-el-link:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.press-info-el-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.press-info-el-text {
  font-size: 15px;
  font-weight: 300;
}

.hotels {
  padding: 0 !important;
}

.hotels-box {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 4% 4% 0 !important;
}

.hotels-box:nth-child(even) {
  margin-right: 0 !important;
}

.hotels-box-img {
  margin: 0 0 1rem;
}

.hotels-box-img img {
  width: 100%;
}

.hotels-box-header {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}

.hotels-box-header a {
  text-decoration: none;
  color: #1428a0;
}

.hotels-box-desc {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.hotels-box-desc a {
  text-decoration: none;
}

.hotels-box-desc:last-child {
  margin: 0;
}

@media (max-width: 523px) {
  .hotels-box {
    display: block;
    width: auto !important;
    margin: 0 0 2.5rem !important;
  }
}
.footer {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "logo copyright" "logo menu";
  align-items: center;
  gap: 10px 30px;
  padding: 30px;
  background: #fff;
}

.footer-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-el a {
  text-decoration: none;
  font-weight: bold;
  color: #14143c;
  padding: 5px 5px 5px 0;
  display: block;
  text-transform: uppercase;
}

.footer-menu-list-el a:hover {
  color: #3d9136;
}

@media (max-width: 600px) {
  .footer {
    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-el a {
    padding: 5px;
  }
  .footer-menu-list {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
  }
}
.header {
  display: grid;
  grid-template-columns: 250px auto 120px;
  grid-template-rows: 45px 45px;
  background: #fff;
  z-index: 100;
  position: fixed;
  max-width: 1280px;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  box-shadow: 0 8px 8px -4px rgba(50, 50, 50, 0.2);
  grid-template-areas: "logo sub register" "logo nav register";
}

.header--no-register {
  grid-template-columns: 250px auto;
  grid-template-areas: "logo sub" "logo nav";
}

.header--has-userinfo {
  box-shadow: 0 8px 8px -4px rgba(50, 50, 50, 0.2);
  grid-template-areas: "logo sub userinfo" "logo nav userinfo";
}
.header--has-userinfo .header-register {
  display: none;
}

.header-logo {
  grid-area: logo;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid #eee;
}

.header-logo-img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.main-nav {
  display: contents;
}

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

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

@media (max-width: 1100px) {
  .main-submenu-el {
    flex: 0 0 100%;
  }
  .main-submenu-el.has-img {
    flex: 0 0 auto;
  }
}
.main-submenu-link {
  text-decoration: none;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #3d9136;
  display: flex;
}

@media (min-width: 1101px) {
  .main-submenu-el.has-img .main-submenu-link {
    padding: 0 5px;
  }
}
.main-submenu-el:hover .main-submenu-sub {
  display: block;
}

.main-submenu-sub {
  position: absolute;
  left: 0;
  top: 100%;
  background: #3d9136;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  z-index: 2;
  display: none;
}

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

.main-submenu-sub-link:hover {
  background: #4db644;
}

.main-menu {
  grid-area: nav;
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  position: relative;
  padding-left: 10px;
}

.main-menu-el {
  height: 100%;
  margin-right: 1.25rem;
}

.main-menu-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  color: #3d9136;
  display: flex;
  text-transform: uppercase;
  height: 100%;
  align-items: center;
}

.main-menu-link:hover {
  color: #4db644;
}

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

.main-menu-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: calc(100% + 120px);
  background: #3d9136;
  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: #3d9136;
}

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

.header-register {
  grid-area: register;
  border-left: 1px solid #eee;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #444;
}

.header-register-icon {
  display: block;
}

.header-register-icon svg {
  transition: 0.2s fill;
  fill: #3d9136;
}

.header-register-text {
  margin-top: 5px;
  transition: 0.2s color;
}

.header-register {
  cursor: default;
}

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

.header-register:is(a):hover .header-register-icon svg {
  fill: #4db644;
}

.header-register:is(a):hover .header-register-text {
  color: #4db644;
}

.header-userinfo {
  grid-area: userinfo;
  border-left: 1px solid #eee;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #444;
}

.header-burger {
  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: #3d9136;
}

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: 1200px) {
  .main-menu-link {
    font-size: 15px;
    padding: 5px;
  }
}
@media (max-width: 1100px) {
  .header {
    grid-template-columns: 120px 1fr 70px auto;
    grid-template-rows: 1fr;
    height: 60px;
    grid-template-areas: "logo nav register burger";
  }
  .header-register {
    border-left: none;
    border-right: 1px solid #eee;
  }
  .header-register-text {
    font-size: 9px;
  }
  .header--has-userinfo {
    grid-template-columns: 120px 1fr 160px auto;
    grid-template-rows: 1fr;
    height: 60px;
    grid-template-areas: "logo nav userinfo burger";
  }
  .header--no-register {
    grid-template-columns: 120px 1fr auto;
    grid-template-areas: "logo nav burger";
  }
  .main-nav {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background: #031b24;
    flex-direction: column-reverse;
    width: 320px;
  }
  body.menuOpen .main-nav {
    display: flex;
  }
  body.menuOpen::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.5);
    -webkit-backdrop-filter: blur(1px) grayscale(0.5);
            backdrop-filter: blur(1px) grayscale(0.5);
  }
  .main-submenu,
.main-menu {
    padding: 20px 10px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
  }
  .main-submenu {
    border-top: 1px solid #042532;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main-menu-link,
.main-submenu-link {
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
  }
  .main-submenu-sub {
    background-color: #042532;
  }
  .main-submenu-sub-link {
    font-size: 14px;
    color: #4db644;
  }
  .main-submenu-sub-link:hover {
    color: #042532;
  }
  .header-burger {
    display: flex;
  }
  .header-register-icon svg {
    max-height: 20px;
  }
  .header-register {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .header-register-text {
    font-size: 8px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

body.windowOpen {
  overflow: hidden;
}

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

div.subHeader {
  padding: 8rem 2.5rem 16rem;
  background: url("/precop.pl/images/focus-precop.png") center top scroll no-repeat #042532;
  background-size: 100% auto;
  text-align: center;
  margin: 0;
  color: #fff;
}

div.subHeader h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 1rem;
  line-height: 1;
  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: #bee8f1;
  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: -20rem auto 0;
}
div.box-43.v2 {
  width: 1400px;
}
div.box-43.a {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  div.box-43 {
    margin: -7rem auto 0;
  }
}
div.box-43 .button {
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  color: #fff !important;
  background: #3d9136;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: normal;
  width: auto;
}
div.box-43 .button:hover {
  border-color: #3d9136;
  background: transparent;
  color: #3d9136 !important;
}
div.box-43 small a {
  text-decoration: none;
  color: #3d9136;
}
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: 17px;
  border-radius: 4px;
  margin: 0 0 1rem;
}
div.box-43 div.input-wrap {
  position: relative;
}
div.box-43 div.input-wrap input {
  padding-left: 40px;
}
div.box-43 div.input-wrap::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("") center center scroll no-repeat transparent;
  background-size: contain;
}
div.box-43 div.input-wrap.login::before {
  background-image: url("/precop.pl/images/icons/user.svg");
}
div.box-43 div.input-wrap.password::before {
  background-image: url("/precop.pl/images/icons/lock.svg");
}
div.box-43 div.input-wrap.coupon::before {
  background-image: url("/precop.pl/images/icons/code.svg");
}
div.box-43 label {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 auto 0.25rem;
}
div.box-43 .errmsg {
  display: block;
  color: #990026;
  margin: 0 0 1rem;
  font-size: 14px;
}
div.box-43 div.hd {
  text-align: center;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}
div.box-43 div.hd p {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  display: inline;
  background-image: linear-gradient(0, #B6E5EF 0, #B6E5EF 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: 20px;
  }
}
div.box-43 div.bd {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  box-shadow: 0 0 36px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}
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: #F9F9F9;
  padding: 3rem 1.5rem;
}
div.box-43 div.bd .button + small {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  font-weight: 700;
}
div.box-43 div.bd form + small {
  display: block;
  margin: 2rem 0 0;
  line-height: 1.45;
}
div.box-43 div.bd h2 {
  font-size: 24px !important;
  margin: 0 0 1.5rem !important;
}
@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 {
    display: block;
    width: 100%;
  }
  div.box-43 div.bd .button + small {
    margin: 0;
  }
}
div.box-43 div.ft {
  padding: 3rem 1.5rem;
  text-align: center;
}
div.box-43 div.ft h2 {
  margin-top: 0;
}
div.box-43 div.ft p {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 400px) {
  div.box-43 div.ft .button {
    display: block;
    width: 100%;
  }
}

div.box-22 {
  background: #3d9136;
  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.25rem 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: #3d9136;
  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: 1000px;
  max-width: 100%;
  margin: -10rem auto 0;
  padding: 0 1.5rem;
  background: #fff;
}
div.box-30.narrow {
  width: 820px;
}
div.box-30 section {
  padding: 1px 0 2rem;
}
div.box-30 p.back {
  font-size: 12px;
  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: 13px;
  font-weight: 700;
  margin: 0 0 -4.1rem;
  position: relative;
  top: -2.65rem;
  left: -1rem;
}
div.box-30 p.more-sessions a {
  display: inline-block;
  background: #3d9136;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 1000px) {
  div.box-30 {
    margin-top: 0;
  }
  div.box-30 p.more-sessions {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -2.6rem;
    left: 0;
  }
  div.box-30 p.more-sessions a {
    display: block;
    text-align: center;
  }
}
div.box-30 div.wrap-1 {
  position: relative;
  padding-right: 410px;
  margin: 0 -1.5rem 1.5rem;
}
div.box-30 div.wrap-1 div.left {
  background: #fff;
}
div.box-30 div.wrap-1 div.left div.yt {
  margin: 0 auto;
  padding-top: 0 !important;
}
div.box-30 div.wrap-1 div.left img {
  display: block;
}
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: 9px;
  color: #2F2E2E;
  display: none;
  background: #efefef;
}
div.box-30 div.wrap-1 div.right small.rodo a {
  color: #2F2E2E;
}
div.box-30 div.wrap-2 {
  display: flex;
  flex-direction: column-reverse;
  margin: -1.5rem -1.5rem 1.5rem;
}
div.box-30 div.wrap-2 div.left {
  flex: 0 0 100%;
  padding: 1.5rem;
}
div.box-30 div.wrap-2 div.right {
  flex: 0 0 100%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
}
div.box-30 div.wrap-2 p {
  line-height: 1.5;
}
div.box-30 div.wrap-2 div.smaller ul {
  list-style-type: none;
  padding: 0;
}
div.box-30 div.wrap-2 div.right .box-44 {
  flex: 1;
}
div.box-30 div.wrap-2 div.right .box-31 {
  flex: 1;
}
@media (max-width: 760px) {
  div.box-30 .box-44 {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 0 0 140px !important;
    padding: 0.5rem 1rem;
  }
  div.box-30 .box-44 span {
    flex: 0 0 100%;
  }
}
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: 0;
}
div.box-30 div.wrap-3 > div.inner > div.left {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin-right: 5%;
  font-size: 16px;
}
div.box-30 div.wrap-3 > div.inner > div.right {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  font-size: 16px;
}
@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;
}
@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 #3d9136;
}
div.box-30 div.wrap-4 > div.inner h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  background: #3d9136;
  font-size: 14px;
  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: 0;
  /* Jak mają być 4
   *
   * &> li { width: 23.5%; }
   * &> li:nth-child(4n+4) { margin-right: 0; }
   *
   */
  /* Jeśli mają być 4
  @media (max-width: 1000px) {
  	&> li { width: 32%; }
  	&> li:nth-child(4n+4) { margin-right: 2%; }
  	&> li:nth-child(3n+3) { margin-right: 0; }
  }

  @media (max-width: 700px) {
  	&> li { width: 49%; }
  	&> li:nth-child(3n+3) { margin-right: 2%; }
  	&> li:nth-child(even) { margin-right: 0; }
  }
  */
}
div.box-30 div.wrap-4 > div.inner ul > li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  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(even) {
  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: 11px;
  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: 18px;
  font-weight: 700;
  color: #444;
  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.4em;
  overflow: hidden;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a {
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  width: 50%;
  padding: 0.75rem 0.5rem;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a.blue {
  background: #3d9136;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a.red {
  background: #990026;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a:hover {
  background: #222 !important;
}
div.box-30 div.wrap-4 > div.inner ul div.foot {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #3d9136;
  padding: 1.25rem;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button {
  border-radius: 8px;
  border: 2px solid #fff;
  font-size: 14px;
  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 {
  background: #fff;
  color: #3d9136 !important;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button.red {
  background: transparent !important;
  color: #fff;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button: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;
}
@media (max-width: 1100px) {
  div.box-30 div.wrap-4 > div.inner ul h3 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  div.box-30 div.wrap-4 > div.inner ul div.buttons a.button {
    font-size: 11px;
  }
  div.box-30 div.wrap-4 > div.inner ul h3 {
    font-size: 12px;
  }
  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 {
    padding: 0.5rem;
    font-size: 10px;
  }
}
div.box-30 div.wrap-5 div.inner {
  display: none;
}
div.box-30 div.wrap-5 div.inner.open {
  display: block;
}

.cGreen2 {
  color: #3d9136;
}

div.pageHeader {
  background: url("/precop.pl/images/focus-precop.png") center top scroll no-repeat #042532;
  background-size: cover;
  padding: 8rem 18% 10rem;
  color: #fff;
  text-align: center;
  position: relative;
}

div.pageHeader.online {
  padding: 8rem 18% 20rem;
}

div.pageHeader h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  color: #fff;
}

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: #3d9136;
  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.online {
    padding: 2rem 1.5rem 7rem;
  }
  div.pageHeader h1 {
    font-size: 2rem;
  }
  div.pageHeader h1.long {
    font-size: 1.5rem;
  }
  div.pageHeader p {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  div.pageHeader {
    padding-top: 2rem;
  }
  div.pageHeader.long {
    padding-bottom: 16rem;
  }
  div.pageHeader.long h1 {
    font-size: 1.25rem;
  }
  div.pageHeader.online {
    padding-top: 2rem;
  }
}
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: 16px;
  font-weight: 700;
  color: #444;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
div.box-32 > img {
  display: inline-block;
  vertical-align: -2px;
  margin: 0 0.25rem 0 0;
}
div.box-32 a {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  transition: all 0.2s linear;
  text-decoration: none;
  border-bottom: 5px solid transparent;
  margin: 0 1px;
  padding: 0.5rem;
}
div.box-32 a img {
  display: block;
  margin: 0 auto;
}
div.box-32 a:hover {
  color: #444;
}
div.box-32 a.active {
  border-color: #3d9136;
}
@media (max-width: 500px) {
  div.box-32 {
    font-size: 14px;
  }
  div.box-32 a {
    display: none;
  }
  div.box-32 a.active {
    display: block;
  }
  div.box-32.open {
    position: relative;
    padding: 0 60px 0 0;
  }
  div.box-32.open a {
    display: block;
  }
  div.box-32.open div {
    position: absolute;
    right: 0;
    top: -16px;
    margin: 0;
    background-position: right 19px;
    z-index: 1;
    background-color: #e3e6ea;
    padding: 0 10px;
  }
  div.box-32.multi div {
    padding-right: 10px;
    background: url("/precop.pl/images/icons/more2.svg") right 20px scroll no-repeat transparent;
    background-size: 8px auto;
  }
}

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: #3d9136;
  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: #3d9136;
  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: #3d9136;
  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.has-attachments::before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url("/precop.pl/images/icons/hand.svg") center center scroll no-repeat #ddd;
  background-size: auto 26px;
  z-index: 1;
}

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: #3d9136;
}

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: #3d9136;
  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: #3d9136;
  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: #3d9136;
  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 #3d9136;
}

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("/precop.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: #bee8f1;
}

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: #3d9136;
}

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: #3d9136;
  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: #3d9136;
  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 #3d9136;
}

div.login.window div.row.error label {
  color: #3d9136;
}

div.login.window div.body.error div.l-head {
  background: #3d9136;
  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 .focus-register, div.login.window .rodo-button {
  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: 6rem 1.5rem;
  color: #fff;
  background: url("/precop.pl/images/focus-precop.png") center top scroll no-repeat #042532;
  background-size: cover;
  margin: 0 auto 1.5rem;
}

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 #3d9136;
  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.focus-register, section.focus3.trans a.rodo-button {
  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.focus-register:nth-child(2), section.focus3.trans a.rodo-button:nth-child(2) {
  margin: 0;
  background: #3d9136;
}

section.focus3.trans a.button:hover, section.focus3.trans a.focus-register:hover, section.focus3.trans a.rodo-button:hover {
  background: #3d9136 !important;
  color: #fff !important;
}

section.focus3.trans a.button:nth-child(2):hover, section.focus3.trans a.focus-register:nth-child(2):hover, section.focus3.trans a.rodo-button: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 .focus-register, section.focus3.trans div.wrap2.has-more div.w div.r .rodo-button {
  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.focus-register, section.focus3.trans div.wrap2.has-more a.rodo-button {
  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.focus-register, section.focus3.trans div.wrap2.has-more a.rodo-button {
    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("/precop.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("/precop.pl/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: #3d9136;
  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: #3d9136;
  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.focus-register, section.focus3.trans a.rodo-button {
    margin: 0.25rem 0;
    display: block;
    font-size: 16px;
  }
}
div.box-31 h2 {
  font-size: 18px;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #DDE0E3;
}
div.box-31 textarea {
  font-size: 14px;
  padding: 0.75rem;
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #DDE0E3;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 0.75rem;
}
div.box-31 input {
  font-size: 14px;
  padding: 0.75rem;
  display: block;
  width: 100%;
  border: 1px solid #DDE0E3;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 1rem;
}
div.box-31 small {
  font-size: 9px;
  color: #bbb;
  display: block;
  margin: 0 0 0.75rem;
}
div.box-31 small a {
  color: #bbb;
}
div.box-31 button {
  background: none;
  padding: 1rem;
  border: 2px solid #3d9136;
  background: #3d9136;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
  transition: all 0.2s linear;
  width: 100%;
}
div.box-31 button img {
  filter: brightness(0) invert(1);
  transition: all 0.2s linear;
}
div.box-31 button:hover {
  background: none;
  color: #3d9136;
}
div.box-31 button:hover img {
  filter: none;
}

.button6 {
  margin: 0.5rem;
}

div.pfonline-focus {
  margin-bottom: 40px;
  background: url("/precop.pl/images/focus-precop.png") center top scroll no-repeat #042532;
  background-size: cover;
  padding: 4rem;
  text-align: center;
  font-size: 0rem;
}

div.pfonline-focus div.wrap {
  border: 4px solid #3d9136;
  padding: 4rem 4rem 0;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}

div.pfonline-focus .pfonline-focus-title {
  margin: 0 auto 1rem;
  font-weight: 700;
  font-size: 72px;
  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: #3d9136;
  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 #3d9136;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3d9136;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear;
}

div.pfonline-focus div.buttons a:hover {
  background: #3d9136;
  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 {
  width: 100%;
  margin: 0 auto;
  padding: 0 350px 0 0;
  position: relative;
  border: 6px solid #3d9136;
}

div.box-33 a {
  color: #2b2929;
  text-decoration: none;
}

div.box-33 div.left {
  position: relative;
}

div.box-33 div.right {
  background: #bee8f1;
  border-left: 6px solid #3d9136;
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 #bee8f1;
  /* Chrome */
}

div.box-33 div.right::-webkit-scrollbar {
  width: 6px;
}

div.box-33 div.right::-webkit-scrollbar-track {
  background-color: #bee8f1;
}

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: #bee8f1;
}

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 #3d9136;
  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 #3d9136;
  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: #3d9136;
}

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: #3d9136;
  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: #3d9136;
  border-left: 4px solid #3d9136;
  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.focus-register, div.box-33 div.other a.rodo-button {
  background: #fff;
  color: #3d9136;
  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: #3d9136;
}

@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;
  }
}
@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;
  }
}
.hlvs {
  display: flex;
  background: #fff;
  margin: 0 auto 50px;
}
.hlvs.reverse {
  flex-direction: row-reverse;
}
.hlvs > * {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hlvs > .desc {
  padding: 3rem 3rem;
}
.hlvs > .img {
  background: #1428a0;
}
.hlvs > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #1428a0;
}
.hlvs h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  color: #1428a0;
}
.hlvs h2 a {
  color: #1428a0;
}
.hlvs h2 a:hover {
  color: #444;
}
.hlvs p {
  color: #1428a0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 2rem;
}
.hlvs p:last-child {
  margin: 0;
}
.hlvs ul {
  color: #1428a0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 2rem;
  padding: 0 0 0 20px;
}
.hlvs .button {
  align-self: flex-start;
  margin: 0;
}
@media (max-width: 1100px) {
  .hlvs > .desc {
    padding: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .hlvs h2 {
    font-size: 24px;
  }
  .hlvs p {
    font-size: 15px;
  }
  .hlvs ul {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .hlvs {
    flex-direction: column !important;
    margin: 0 auto;
  }
  .hlvs > .desc {
    padding: 1.5rem;
  }
}

@animation-timing : 27s;
.carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  .carousel {
    min-height: 400px;
  }
}

.carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  will-change: transform, opacity;
  opacity: 0;
  transition: 1s;
  transform: translateY(0%) scale(0.4);
}

.carousel__item-head {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 14px;
  position: relative;
  margin-right: -60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.carousel__item-head img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: none;
}

.carousel__item-body {
  width: 100%;
  background-color: #3d9136;
  border-radius: 8px;
  padding: 0 20px 0 80px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.carousel__item-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.carousel__item-body p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
@media (max-width: 400px) {
  .carousel__item-body h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .carousel__item-body p {
    font-size: 11px;
    margin: 0;
  }
}

.carousel__item.is-current {
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: 2;
}

.carousel__item.is-prev {
  transform: translateY(-100%) scale(0.7);
  opacity: 0.4;
}

.carousel__item.is-next {
  transform: translateY(100%) scale(0.7);
  opacity: 0.4;
}

.carousel__item.is-to-center {
  transform: translateY(0%) scale(0.4);
  opacity: 0;
  z-index: 0;
}

@-webkit-keyframes animMazaj {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animMazaj {
  100% {
    stroke-dashoffset: 0;
  }
}
section.focus-2023 {
  display: flex;
  gap: 5rem;
  padding: 3rem 3rem 0;
  position: relative;
  isolation: isolate;
  margin: 0 auto 50px;
  color: #fff;
}
section.focus-2023 svg {
  width: 100%;
  stroke-dashoffset: 4130px;
  stroke-dasharray: 4130px;
  -webkit-animation: animMazaj 6s 1s 1 both;
          animation: animMazaj 6s 1s 1 both;
}
section.focus-2023 .desc {
  display: flex;
}
section.focus-2023 .wrap {
  align-self: center;
}
section.focus-2023 h1 {
  font-size: 142px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 2rem;
}
section.focus-2023 h2 {
  font-size: 24px;
  line-height: 1.6;
  margin: 0 0 2rem;
}
section.focus-2023 h2 strong {
  font-size: 32px;
}
section.focus-2023 h2 span {
  color: #fff;
  padding: 6px 12px;
  display: inline;
  background-image: linear-gradient(120deg, #3d9136 0, #3d9136 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 88%;
  background-color: #3d9136;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
section.focus-2023 p {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 2rem;
  border-left: 4px solid #fff;
  padding-left: 1rem;
}
section.focus-2023 p strong {
  display: block;
  margin: 0 0 0.5rem;
}
section.focus-2023 div.org {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 4rem 0 0;
}
section.focus-2023 div.org img {
  max-width: 70%;
}
@media (max-width: 1100px) {
  section.focus-2023 h1 {
    font-size: 100px;
  }
}
@media (max-width: 1000px) {
  section.focus-2023 {
    gap: 2rem;
    padding: 2rem 2rem;
  }
  section.focus-2023 h1 {
    font-size: 80px;
  }
  section.focus-2023 h2 {
    font-size: 20px;
  }
  section.focus-2023 h2 strong {
    font-size: 24px;
  }
  section.focus-2023 h2 span {
    padding: 4px 8px;
  }
  section.focus-2023 p {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  section.focus-2023 {
    gap: 2rem;
    padding: 2rem 2rem;
    overflow: hidden;
    margin: 0 auto;
  }
  section.focus-2023 div.img {
    position: absolute;
    right: 20px;
    bottom: -140px;
    width: 130px;
  }
  section.focus-2023 h1 {
    font-size: 40px;
  }
  section.focus-2023 h2 {
    font-size: 16px;
  }
  section.focus-2023 h2 strong {
    font-size: 20px;
  }
  section.focus-2023 h2 span {
    padding: 4px 8px;
  }
  section.focus-2023 p {
    font-size: 16px;
  }
  section.focus-2023 div.org {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 580px) {
  section.focus-2023 div.img {
    display: none;
  }
}

section.focus-after-2023 {
  display: flex;
  gap: 3rem;
  align-items: center;
  padding: 1.5rem 3rem 0 1.5rem;
  position: relative;
  isolation: isolate;
  margin: 0 auto 50px;
  color: #fff;
}
section.focus-after-2023 svg {
  width: 100%;
  stroke-dashoffset: 4130px;
  stroke-dasharray: 4130px;
  -webkit-animation: animMazaj 6s 1s 1 both;
          animation: animMazaj 6s 1s 1 both;
}
section.focus-after-2023 .img {
  width: 200px;
}
section.focus-after-2023 .desc {
  display: flex;
  flex: 1;
}
section.focus-after-2023 .desc2 {
  width: 480px;
}
section.focus-after-2023 .wrap {
  align-self: center;
}
section.focus-after-2023 h1 {
  font-size: 88px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 2rem;
}
section.focus-after-2023 p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem;
}
section.focus-after-2023 .yt {
  box-shadow: 1rem 1rem 0 0 #3d9136;
  border-radius: 10px;
}
section.focus-after-2023 div.org {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  align-items: center;
  margin: 4rem 0 0;
}
section.focus-after-2023 div.org img {
  max-width: 70%;
}
@media (max-width: 1100px) {
  section.focus-after-2023 h1 {
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  section.focus-after-2023 {
    gap: 2rem;
    padding: 2rem 2rem;
  }
  section.focus-after-2023 h1 {
    font-size: 80px;
  }
  section.focus-after-2023 p {
    font-size: 20px;
  }
  section.focus-after-2023 div.org small {
    width: 100%;
  }
}
@media (max-width: 760px) {
  section.focus-after-2023 {
    gap: 2rem;
    padding: 2rem 2rem;
    overflow: hidden;
    margin: 0 auto;
    flex-direction: column;
  }
  section.focus-after-2023 div.img {
    position: absolute;
    right: 20px;
    bottom: -140px;
    width: 130px;
  }
  section.focus-after-2023 div.desc {
    width: 100%;
  }
  section.focus-after-2023 div.desc2 {
    width: 100%;
  }
  section.focus-after-2023 h1 {
    font-size: 40px;
    margin: 0 0 1.5rem;
  }
  section.focus-after-2023 p {
    font-size: 16px;
  }
  section.focus-after-2023 div.org {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 580px) {
  section.focus-after-2023 div.img {
    display: none;
  }
}

section.o-wydarzeniu-2023 {
  margin: 0 auto;
}
section.o-wydarzeniu-2023 div.desc {
  background: #bee8f1;
}
section.o-wydarzeniu-2023 ul {
  padding: 0;
}

section.nurty-2023 div.desc {
  background: #d8e9d7;
}
section.nurty-2023 ul {
  display: block;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
section.nurty-2023 ul li {
  flex: 0 0 calc(50% - 1rem);
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 600px) {
  section.nurty-2023 ul li {
    gap: 0.5rem;
    line-height: 1.3;
  }
}

section.goscie-2023 > div.img {
  background: #fff;
}
section.goscie-2023 > div.desc {
  position: relative;
  overflow: hidden;
}
section.goscie-2023 > div.desc > * {
  position: relative;
}
section.goscie-2023 > div.desc::before {
  content: "";
  position: absolute;
  left: -200px;
  bottom: -200px;
  background: url("/precop.pl/images/icons/globe.svg") center center scroll no-repeat transparent;
  background-size: contain;
  width: 520px;
  height: 520px;
}
@media (max-width: 760px) {
  section.goscie-2023 > div.desc::before {
    bottom: 0;
  }
}

section.partnerzy-2023 div.img {
  background: #d8e9d7;
  padding: 3rem;
}
section.partnerzy-2023 div.img p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 2rem;
  text-align: center;
  color: #14143c;
}
@media (max-width: 1000px) {
  section.partnerzy-2023 div.img {
    padding: 1.5rem;
  }
  section.partnerzy-2023 div.img p {
    margin: 0 0 1.5rem;
  }
  section.partnerzy-2023 .uni-partners-list .slider-list-slide {
    gap: 1rem;
  }
}

section.jak-bylo-2023 div.desc {
  background: #bee8f1;
}
section.jak-bylo-2023 ul {
  display: block;
  list-style-type: none;
  padding: 0;
}
section.jak-bylo-2023 ul li {
  display: block;
  margin: 0 0 1rem;
  background: url("/precop.pl/images/icons/flower.svg") left bottom scroll no-repeat transparent;
}
section.jak-bylo-2023 ul li:last-child {
  margin: 0;
}
section.jak-bylo-2023 ul a {
  display: block;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  margin-left: 29px;
  border-bottom: 1px solid #1428a0;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #1428a0;
  position: relative;
}
section.jak-bylo-2023 ul a::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s;
  transform: translate(0, -50%);
  background: url("/precop.pl/images/icons/arrow2.svg") center no-repeat;
}
section.jak-bylo-2023 ul a:hover::before {
  transform: translate(10px, -50%);
}

h3.show-and-hide {
  padding: 0 2rem 1.25rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
  cursor: pointer;
  color: #000;
}
h3.show-and-hide::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.25rem;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: all 0.2s linear;
}
h3.show-and-hide + p {
  display: none;
}
h3.show-and-hide.open + p {
  display: block;
}
h3.show-and-hide.open::before {
  top: 0.6rem;
  transform: rotate(135deg);
}

.form-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form-1 > * {
  width: 100%;
}
.form-1 > br {
  display: none;
}
.form-1 .name,
.form-1 .email {
  width: calc(50% - 0.5rem);
}
@media (max-width: 760px) {
  .form-1 .name,
.form-1 .email {
    width: 100%;
  }
}
.form-1 input[type=text],
.form-1 input[type=email],
.form-1 textarea {
  padding: 1rem;
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 4px;
  height: auto;
}
.form-1 input[type=text]:focus,
.form-1 input[type=email]:focus,
.form-1 textarea:focus {
  border-color: #000;
  outline: none;
}
.form-1 textarea {
  height: 140px;
}
.form-1 .infoonly {
  font-size: 11px !important;
  color: #444 !important;
  margin: 0 !important;
  display: block;
  line-height: 1.4;
}
.form-1 button {
  margin: 0;
}
.form-1 .error {
  display: none;
  background: #cc0000;
  color: #fff;
  padding: 0.5rem 1rem;
}
.form-1 .error.show {
  display: block;
}

.outside-paper {
  margin: 0 -45px -45px;
  background: #F3F3F3;
  padding: 45px;
}
.outside-paper h3 {
  margin: 0;
}
.outside-paper p {
  margin: 0 0 1.5rem;
}
@media (max-width: 980px) {
  .outside-paper {
    margin: 0 -30px -30px;
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .outside-paper {
    margin: 0 -15px -15px;
    padding: 15px;
  }
}

ul.list-1 {
  width: 620px;
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
ul.list-1 li {
  width: calc(50% - 10px);
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 8px;
}
ul.list-1 a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  height: 100%;
}
ul.list-1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s linear;
}
ul.list-1 h2 {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
ul.list-1 a:hover img {
  transform: scale(1.2) rotate(5deg);
}
@media (max-width: 760px) {
  ul.list-1 h2 {
    font-size: 20px;
  }
}

.box-border {
  margin: 35px auto;
  border: 1px solid #B6E5EF;
  padding: 0 3rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .box-border {
    padding: 0 1rem;
  }
}

h1.box-focus-title {
  margin: 0 !important;
  padding: 2rem 0;
}

.box-border-broadcast {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  top: 0;
  transform: translateY(-50%);
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  color: #444;
  background: #B6E5EF;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 7px;
  text-transform: uppercase;
}

.box-border-broadcast--red {
  background: #990026;
  color: #fff;
}

.box-focus2 {
  border: none;
  padding: 0 0 1.5rem;
  margin: 0 auto !important;
}
.box-focus2 .box-border-broadcast {
  padding: 2.8rem 2rem;
  background: #E3E6EA;
  text-align: center;
  position: static;
  transform: none;
  margin: 0 -1.5rem 1.5rem;
  width: auto;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #444;
}
.box-focus2 .box-border-broadcast span {
  display: inline-block;
  background: #3d9136;
  padding: 2px 7px;
  color: #fff;
  margin: 0 0.75rem 0 0;
  line-height: 1;
}
.box-focus2 .box-border-wrap {
  padding: 0 1rem;
}
@media (max-width: 760px) {
  .box-focus2 .box-border-broadcast {
    padding: 1rem;
  }
  .box-focus2 .box-border-wrap {
    padding: 0;
  }
}
.box-focus2 .btn-arrow {
  display: none;
}
.box-focus2 .btn--small {
  font-size: 14px;
  padding: 5px 15px;
  height: auto;
  background: none;
  color: #3d9136;
  border: 2px solid #3d9136;
  transition: all 0.2s linear;
  text-transform: none;
  font-weight: 600;
}
.box-focus2 .btn--small:hover {
  background: #3d9136;
  color: #fff;
}
.box-focus2 .btn--small.btn--red {
  background: #3d9136;
  color: #fff;
}
.box-focus2 .btn--small.btn--red:hover {
  background: none;
  color: #3d9136;
}
.box-focus2 .transmission-list-el-title::before {
  background-image: url("/precop.pl/images/icons/play2.svg") !important;
  background-size: contain !important;
  margin-right: 0.75rem !important;
  width: 21px;
  height: 21px;
}
.box-focus2 .transmission-list-el-title {
  font-size: 18px;
}
.box-focus2 .transmission-list-el-title:hover {
  color: #3d9136;
}
.box-focus2 .transmission-list-el {
  align-items: center;
  padding: 15px 0;
}

.transmission-list {
  margin: 0;
  padding: 0;
}

.transmission-list-cnt {
  max-height: 430px;
  overflow-y: auto;
}

.transmission-list-el {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3d9136;
  padding: 10px 0;
}
.transmission-list-el:last-child {
  border-bottom: 0;
}

.transmission-list--red .transmission-list-el {
  border-bottom-color: #EBEBEB;
}
.transmission-list--red .transmission-list-el-title {
  color: #222;
}
.transmission-list--red .transmission-list-el-title::before {
  background: url("/precop.pl/images/icons/play2.svg") no-repeat;
}

.transmission-list-el-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  color: #fff;
  margin-right: 20px;
  align-items: center;
  text-decoration: none !important;
}
.transmission-list-el-title:hover {
  text-decoration: none;
  color: #3d9136;
}
.transmission-list-el-title::before {
  content: "";
  background: url("/images/2021/play-icon-green.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  flex: 0 0 20px;
}
@media (max-width: 600px) {
  .transmission-list-el-title {
    font-size: 17px;
  }
  .transmission-list-el-title::before {
    margin-right: 10px;
  }
}

.transmission-list-el.is-active .transmission-list-el-title {
  color: #3d9136;
}

.transmission-list-el-buttons {
  display: flex;
}

.transmission-list-el-buttons .btn {
  margin-left: 5px;
  text-decoration: none !important;
}

.box-50 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #E3E6EA;
  padding: 0 1.5rem;
  margin: 0 -1.5rem;
  min-height: 47px;
}
.box-50:empty {
  display: none;
}
.box-50 button {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  border: none;
}
.box-50 button span {
  display: inline-block;
  background: #3d9136;
  padding: 2px 7px;
  color: #fff;
  margin: 0 0.75rem 0 0;
  line-height: 1;
}
.box-50 + .wrap-5 .box-focus2 .box-border-broadcast {
  background: #eee;
}
.box-50 + .wrap-5 .box-focus2 {
  width: 100%;
}
@media (max-width: 500px) {
  .box-50 {
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
  .box-50 button {
    font-size: 14px;
  }
  .box-50 button span {
    margin-right: 0.5rem;
  }
  .box-50 button:last-child {
    margin-top: 0.3rem;
  }
}

.box-44 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.box-44 img {
  display: block;
  transition: all 0.2s linear;
}
.box-44 a:hover img {
  filter: brightness(0);
}

.focus5 {
  background: url("/precop.pl/images/live/2023/bcg.jpg") center center scroll no-repeat #222;
  background-size: cover;
  padding: 3rem 3rem 5rem;
  margin-top: -1rem;
}
@media (max-width: 500px) {
  .focus5 {
    padding: 2rem 1rem 4rem;
  }
}
.focus5 a {
  text-decoration: none;
}
.focus5 .header-top {
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus5 .header-top h1 {
  font-size: 88px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
.focus5 .header-top p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  border-left: 4px solid #fff;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.focus5 .header-top p strong {
  display: block;
}
@media (max-width: 1100px) {
  .focus5 .header-top h1 {
    font-size: 66px;
  }
}
@media (max-width: 1000px) {
  .focus5 .header-top h1 {
    font-size: 44px;
  }
}
@media (max-width: 760px) {
  .focus5 .header-top h1 {
    font-size: 24px;
  }
  .focus5 .header-top p {
    font-size: 16px;
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.focus5 .wrap-wrap {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.focus5 .wrap-wrap .header4 {
  flex: 0 0 30%;
}
.focus5 .wrap-wrap .wrap {
  flex: 1;
}
.focus5 .wrap-wrap ul.one {
  max-height: 400px;
}
.focus5 .wrap-wrap ul.one h3 {
  flex: 0 0 200px;
}
.focus5 .wrap-wrap .button:hover {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1000px) {
  .focus5 .wrap-wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.focus5 .header4 {
  color: #fff;
}
.focus5 .header4 p {
  font-size: 24px;
  margin: 0 0 2rem;
}
.focus5 .header4 p strong {
  color: #B6E5EF;
}
.focus5 .header4 small {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 0 2.5rem;
}
@media (max-width: 760px) {
  .focus5 .header4 p {
    font-size: 20px;
  }
}
.focus5 .wrap {
  position: relative;
  box-shadow: 1rem 1rem 0 0 #D2E6D1;
  border-radius: 6px;
  overflow: hidden;
  padding-left: 42px;
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.focus5 .wrap .header2 {
  background: #fff;
  color: #3d9136;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0.5rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  transform: rotate(180deg);
  width: 42px;
}
.focus5 .wrap .header2::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  background: url("/precop.pl/images/live/2023/playing.svg") left center scroll no-repeat transparent;
  background-size: 20px 20px;
  transform: rotate(-90deg);
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.focus5 .wrap .header2.upcoming::before {
  background-image: url("/precop.pl/images/live/2023/hourglass.svg");
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.focus5 div.one {
  background: #3d9136;
  padding: 3rem;
  position: relative;
}
.focus5 h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2rem;
  text-align: right;
}
.focus5 .one.open h2 {
  text-align: center;
}
.focus5 h3 {
  font-weight: 700;
}
.focus5 .speakers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  line-height: 22px;
}
.focus5 .speakers span {
  margin-left: -20px;
  position: relative;
}
.focus5 .speakers img {
  width: 62px;
  border-radius: 100%;
  overflow: hidden;
  border: 0.25rem solid #3d9136;
}
.focus5 .speakers strong {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0.25rem 0.25rem 0 0 #201D41;
  color: #201D41;
  border-radius: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  padding: 0.2rem 0.5rem;
  line-height: 1.45;
}
.focus5 .speakers span.title {
  margin: 0 30px 0 0;
}
.focus5 .speakers span.number {
  margin: 0;
  font-weight: 700;
  align-self: center;
}
.focus5 .speakers span:hover strong {
  display: block;
}
.focus5 div.w {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3d9136;
  padding: 2rem;
  text-align: center;
}
.focus5 div.w h2 {
  font-size: 24px;
  line-height: 1.2;
  padding-right: 1rem;
}
.focus5 div.w p {
  color: #fff;
  margin: 0 0 1.5rem;
}
.focus5 div.w a {
  display: block;
  margin: 0 auto 0.5rem;
  width: 280px;
  max-width: 100%;
  background: #fff;
  color: #3d9136;
  border-radius: 4px;
  transition: all 0.2s linear;
  border: 1px solid #fff;
  letter-spacing: normal;
}
.focus5 div.w a:hover {
  background: none;
  color: #fff;
}
.focus5 div.one.open div.w,
.focus5 li.open div.w {
  display: block;
  overflow: auto;
}
.focus5 button.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: url("/precop.pl/images/live/2023/close2.svg") left center scroll no-repeat transparent;
  background-size: contain;
  width: 29px;
  height: 29px;
  border: none;
}
.focus5 .speakers-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  margin: 0 0 2rem;
}
.focus5 .speakers-wrap p.time {
  margin: 0;
  padding: 0 0 0 30px;
  background: url("/precop.pl/images/live/2023/clock.svg") left center scroll no-repeat transparent;
  background-size: 22px auto;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
}
.focus5 div.b {
  display: flex;
  gap: 1rem;
}
.focus5 div.b a {
  padding: 0.5rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  min-width: 140px;
  text-decoration: none;
  transition: all 0.2s linear;
  font-weight: 700;
}
@media (max-width: 440px) {
  .focus5 div.b a {
    min-width: 0;
    flex: 1;
    font-size: 14px;
    padding: 0.5rem 0;
  }
}
.focus5 div.b a.more {
  background: #fff;
  color: #3d9136;
}
.focus5 div.b a.more::before {
  content: "";
  background: url("/precop.pl/images/live/2023/live.svg") left center scroll no-repeat transparent;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  margin-right: 0.5rem;
}
.focus5 div.b a:hover {
  background: #201D41;
  border-color: #201D41;
  color: #fff;
}
.focus5 div.one-wrap {
  padding: 1.5rem;
  background: #3d9136;
  position: relative;
}
.focus5 div.one-wrap ul {
  position: static;
}
.focus5 ul.one {
  background: #3d9136;
  padding: 0 1.5rem 1rem 0;
  position: relative;
  max-height: 580px;
  overflow: auto;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #201D41 #eee;
  /* Chrome */
}
.focus5 ul.one.open {
  overflow: hidden;
}
.focus5 ul.one::-webkit-scrollbar {
  width: 6px;
}
.focus5 ul.one::-webkit-scrollbar-track {
  background-color: #eee;
}
.focus5 ul.one::-webkit-scrollbar-thumb {
  background-color: #201D41;
}
.focus5 ul.one::scrollbar {
  width: 6px;
}
.focus5 ul.one::scrollbar-track {
  background-color: #eee;
}
.focus5 ul.one::scrollbar-thumb {
  background-color: #201D41;
}
.focus5 ul.one li {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #B6E5EF;
}
.focus5 ul.one li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.focus5 ul.one div.p {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.focus5 ul.one h3 {
  flex: 0 0 275px;
}
.focus5 ul.one h3 a {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  display: block;
}
.focus5 ul.one .speakers img {
  width: 45px;
}
.focus5 ul.one div.b a {
  min-width: 110px;
  font-weight: 700;
}
@media (max-width: 1350px) {
  .focus5.after-hours h2 {
    font-size: 40px;
  }
  .focus5.after-hours .speakers span.title {
    flex: 0 0 100%;
  }
  .focus5.after-hours .speakers span.title + span {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .focus5.after-hours h2 {
    font-size: 32px;
  }
  .focus5.after-hours .speakers-wrap {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .focus5 div.h h2 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 1.5rem;
  }
  .focus5 .header h1 {
    font-size: 28px;
  }
  .focus5 .header p {
    font-size: 15px;
  }
  .focus5 div.one {
    padding: 2rem;
  }
  .focus5 .wrap {
    padding-left: 0;
  }
  .focus5 .wrap .header2 {
    width: auto;
    height: auto;
    position: static;
    transform: none;
    writing-mode: unset;
    font-size: 15px;
  }
  .focus5 .wrap .header2::before {
    transform: rotate(-180deg);
    margin: 0 0.5rem 0 0;
  }
  .focus5 ul.one div.p {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .focus5 ul.one div.p h3 {
    flex: auto;
  }
  .focus5 ul.one div.p h3 a {
    font-size: 16px;
  }
  .focus5 ul.one .speakers span:first-child {
    margin-left: 0;
  }
  .focus5 ul.one div.b a {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .focus5 div.one {
    padding: 1.5rem;
  }
  .focus5 .speakers-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .focus5 .speakers {
    align-items: flex-start;
  }
  .focus5 .speakers .title {
    flex: 0 0 100%;
  }
  .focus5 .speakers .title + span {
    margin-left: 0;
  }
  .focus5 .speakers img {
    width: 42px !important;
  }
  .focus5 .speakers strong {
    font-size: 14px;
    left: 0;
    transform: none;
  }
  .focus5 div.w {
    padding: 1.5rem;
    overflow: auto;
  }
  .focus5 div.w h2 {
    font-size: 20px;
  }
  .focus5 div.w a {
    width: 100%;
  }
}

.button2 {
  display: inline-block;
  padding: 1rem 2rem;
  background: #3d9136;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  border: 1px solid #3d9136;
  transition: all 0.2s linear;
}
.button2:hover {
  text-decoration: none;
  border-color: #3d9136;
  background: none;
}

i.arr-down {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  background: url("/precop.pl/images/icons/more2.svg") center center scroll no-repeat transparent;
  background-size: contain;
  transition: all 0.2s linear;
}

div.box-22a {
  height: 100%;
  background: #3d9136;
}
.all div.box-22a {
  display: none;
}
div.box-22a button.opener {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.5rem;
  background: none;
  color: #fff;
  font-size: 12px;
  border: none;
}
div.box-22a button.opener small {
  display: flex;
  gap: 0.75rem;
  font-size: 12px; /*width: min-content;*/
}
div.box-22a button.opener small span {
  border-right: 1px solid #fff;
  padding-right: 0.75rem;
  text-align: right;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
div.box-22a button.opener small img {
  transition: all 0.2s linear;
}
div.box-22a ul {
  list-style-type: none;
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  background: #fff;
  padding: 1rem;
  width: 230px;
  position: absolute;
  right: 0;
  top: 100%;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
div.box-22a.open ul {
  display: flex;
}
div.box-22a.open button.opener small img {
  transform: rotate(180deg);
}
div.box-22a ul button.wyloguj {
  background: none;
  color: #3d9136;
  border: none;
  padding: 0;
}
div.box-22a ul button.wyloguj:hover {
  color: #000;
}
@media (max-width: 1100px) {
  div.box-22a button.opener {
    flex-direction: row;
    gap: 0.5rem;
  }
  div.box-22a button.opener > img {
    width: 25px;
    height: auto;
  }
  div.box-22a button.opener small span {
    display: block;
    white-space: nowrap;
  }
  div.box-22a ul {
    width: 200px;
    font-size: 12px;
  }
}

.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 .company-info-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.company-info .company-info-head {
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
}
.company-info .company-info-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.company-info .company-info-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
.company-info .company-info-body {
  padding: 2.5rem 1.5rem;
}
.company-info .company-info-body p {
  margin: 0 0 0.5rem;
  font-size: 18px;
  font-weight: 700;
}
.company-info .company-info-body > *:last-child {
  margin: 0;
}

section.nagrody-2023 {
  margin: 0 auto;
}
section.nagrody-2023 div.desc {
  background: url("https://pliki.konferencje.ptwp.pl/i/e4/01/c2/09m61k5qn6kvr34l.png") right bottom scroll no-repeat #fff;
}

section#retransmisje {
  margin: 0 auto 50px;
}
section#retransmisje h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 1000px) {
  section#retransmisje {
    margin: 0;
  }
  section#retransmisje h2 {
    font-size: 24px;
  }
}

ul.list-30 {
  display: block;
  overflow: hidden;
  font-size: 0;
  padding: 0 !important;
}
ul.list-30 li {
  display: inline-block;
  overflow: hidden;
  width: 30%;
  margin: 0 3.5% 1.5em 0 !important;
  font-size: 16px;
}
ul.list-30 li:nth-child(3n+3) {
  margin-right: 0 !important;
}
ul.list-30 img {
  display: block;
  overflow: hidden;
}
ul.list-30 div.img {
  display: block;
  overflow: hidden;
  margin: 0 0 1em;
}
@media (max-width: 540px) {
  ul.list-30 li,
ul.list-30 li:nth-child(3n+3) {
    width: 47%;
    margin: 0 6% 6% 0 !important;
  }
  ul.list-30 li:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}
/*# sourceMappingURL=style.2023.css.map */
