@charset "UTF-8";
html,
html * {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  height: 100%;
}
body {
  word-wrap: break-word;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #241C1C;
  text-rendering: optimizeLegibility;
  height: 100%;
  background: #F4F4F4;
}
.poppins300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
.poppins400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.poppins700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.poppins900 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.45;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* New clearfix */
.cf:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
::-moz-selection {
  background: #245434;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #245434;
  color: #fff;
  text-shadow: none;
}
a {
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
video::-webkit-media-controls {
  display: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  font-size: 0.875rem;
  margin: 0 0 1em;
}
small {
  font-size: 0.8em;
  display: block;
}
hr {
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%;
  border: 0;
  border-top: 2px solid #DEDEDE;
  margin: 1.5em 0;
  padding: 0;
}
b,
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
input[type="email"],
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="search"],
select,
button,
a {
  white-space: normal;
}
select,
button,
a,
.button,
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
.button,
input[type="file"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="search"],
input[type="email"],
textarea {
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
ol,
ul {
  list-style-type: none;
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.accessibility {
  display: block;
  overflow: hidden;
  height: 0.0001px !important;
  width: 0.0001px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
.acenter {
  text-align: center;
}
ul.inline > li {
  display: inline-block;
  margin: 0 0.25em 0 0;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
ul.inline.middle > li {
  vertical-align: middle;
}
.pageWidth {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
}
.pageWidth2 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
div.table {
  display: table;
}
div.table > * {
  display: table-cell;
  vertical-align: top;
}
a {
  color: #444;
}
a:hover img,
a:focus img {
  opacity: 0.9;
}
.visible {
  overflow: visible !important;
}
/* ********************************************************* */
/* **********************  NAGŁÓWKI  ************************* */
h1 {
  font-size: 1.5rem;
  margin: 0 0 0.5em;
}
h2 {
  font-size: 1.125rem;
  margin: 0 0 0.5em;
}
h3 {
  font-size: 1rem;
  margin: 0 0 0.5em;
}
h4 {
  font-size: 0.875rem;
  margin: 0 0 0.5em;
}
h5 {
  font-size: 0.75rem;
  margin: 0 0 0.5em;
}
h6 {
  font-size: 0.625rem;
  margin: 0 0 0.5em;
}
/* ********************************************************* */
/* **********************  TABELE  ************************* */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0.5em;
  text-align: left;
  font-size: 0.75rem;
}
table thead th,
table thead td {
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #b20000;
  font-weight: bold;
  padding: 1em 0.5em;
}
table tbody td {
  border-bottom: 1px solid #ccc;
}
table.striped tbody td {
  border: none;
}
table tfoot th,
table tfoot td {
  border-top: 3px solid #b20000;
  font-weight: bold;
}
table.striped tbody tr:nth-child(even) td {
  background: #eee;
}
table tbody tr:hover td {
  background: #ffecec !important;
}
table td.options a {
  display: block;
}
/* ********************************************************* */
/* **********************  ARTYKUŁY  *********************** */
article .button,
article button,
div.article .button,
div.article button {
  background: #245434;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
}
article h1,
div.article h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  font-size: 1.625rem;
  margin: 0 0 0.75em;
}
article h2,
div.article h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  font-size: 1.5rem !important;
  padding: 0 0 0.25em;
  margin: 1.5em 0 2em !important;
  border-bottom: 1px solid #eee;
}
article h3,
div.article h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 0 0 0.5em;
  margin: 2em 0 1em;
}
article h4,
div.article h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 0 0 0.5em;
  margin: 0 0 1.5em;
}
article p,
div.article p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 0 0 1.5em;
}
article p.lead,
div.article p.lead {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  line-height: 1.35;
  font-size: 1.375rem !important;
}
article ul,
div.article ul {
  font-size: 1.125rem;
  margin: 0 0 2em;
  padding: 0 0 0 20px;
  list-style-type: disc;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
article ul ul,
div.article ul ul {
  margin: 0.5em 0 1em;
  list-style-type: circle;
}
article ul li,
div.article ul li {
  margin: 0 0 0.5em;
}
article ol,
div.article ol {
  font-size: 1.125rem;
  margin: 0 0 1em;
  padding: 0 0 0 25px;
  list-style-type: decimal;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
article ol li,
div.article ol li {
  margin: 0 0 0.5em;
}
article div.body,
div.article div.body {
  width: 640px;
  max-width: 98%;
  margin: 0 auto;
}
small.meta,
small.meta {
  color: #777;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem;
  margin: 0 0 2.75em;
}
small.meta span,
small.meta span {
  padding: 0 0.85em;
}
article p.s2,
div.article p.s2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
}
article a,
div.article a {
  color: #245434;
}
div.article > div.img {
  width: 116.4%;
  margin-left: -8.2%;
}
/* ********************************************************* */
/* **********************  FORMULARZE  ********************* */
form {
  display: block;
  overflow: hidden;
  font-size: 0.875rem;
}
form label {
  display: block;
  overflow: hidden;
}
form label,
form p.label {
  display: block;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #333;
  margin: 0 0 0.25em;
}
form p.label + ul.checkbox {
  margin-top: 0.5em;
}
form input[type="email"],
form input[type="image"],
form input[type="tel"],
form input[type="text"],
form input[type="search"],
form select {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.5em;
  width: 100%;
  max-width: 300px;
  height: 36px;
}
form textarea {
  height: 130px;
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 0.5em;
  width: 100%;
  max-width: 300px;
}
form ul.checkbox li {
  display: block;
  overflow: hidden;
  margin: 0 0 0.5em;
}
form ul.checkbox li input {
  display: block;
  overflow: hidden;
  float: left;
  margin: 3px 5px 0 0;
}
.iPad form ul.checkbox li input {
  margin-top: 0;
}
form ul.checkbox li label {
  display: block;
  overflow: hidden;
  font-weight: normal;
  cursor: pointer;
}
.button {
  display: inline-block;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  background: #F1AF31;
  color: #fff;
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  border-radius: 4px;
}
.button:last-child {
  margin-right: 0;
}
.button.big {
  font-size: 1.5rem;
  padding: 0.5rem 1.75rem;
}
@media (max-width: 500px) {
  .button.big {
    display: block;
    margin: 0.5rem auto;
    font-size: 1.125rem;
  }
}
.button.white {
  border: 2px solid #fff;
  background: none;
  color: #fff !important;
}
.button:hover {
  background: #222;
  text-decoration: none;
  color: #fff;
}
.button.grey {
  background: #888;
  color: #fff;
}
.button.grey:hover {
  background: #aaaaaa;
  color: #fff;
}
.button.orange {
  background: #00A8BF;
}
.button.orange:hover {
  background: #22cae1;
}
.button.navy {
  background: #00A8BF;
}
.button.navy:hover {
  background: #22cae1;
}
.button.blue {
  background: #245434 !important;
}
.button.blue:hover {
  background: #467656 !important;
}
.button.yellow {
  background: #CCD98C;
}
.button.yellow:hover {
  background: #eefbae;
}
.button.mini {
  padding: 0.5em 1.5em;
}
.button.v2,
.button.v4 {
  display: inline-block !important;
  background: #00A8BF;
  border: none;
  border-radius: 4px;
  padding: 0.25rem 0.75rem !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  color: #fff !important;
  margin: 0;
}
.button.v4 {
  background: #b20000;
}
.button.v2:hover,
.button.v4:hover {
  background: #00869d;
}
.button.v3 {
  background: #00A8BF;
  border: none;
  border-radius: 30px;
  padding: 0.75em 2em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
  color: #fff !important;
  width: 295px;
  max-width: 100%;
  margin: 0 0 1rem;
}
.button.v3:hover {
  background: #00869d;
}
.button.block {
  display: block !important;
  max-width: 100% !important;
}
/* ***************************************** */
/* Mapa Google */
#map {
  width: 100%;
  height: 590px;
  word-wrap: normal;
}
#map img {
  max-width: none;
}
#map .gm-style-iw * {
  display: block;
  width: 100%;
}
#map .gm-style-iw h4,
#map .gm-style-iw p {
  margin: 0;
  padding: 0;
}
#map .gm-style-iw a {
  color: #4272db;
}
#map .mapLabel {
  width: 150px;
  height: auto;
  color: #1566A9;
}
#map .gm-style-iw {
  width: 400px !important;
  padding: 20px;
}
#map .gm-style-iw img {
  display: block;
  width: auto;
  margin: 0 auto;
}
#map h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #245434;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 0.125em;
}
#map p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  color: #545454;
  font-size: 1.75rem;
  text-align: center;
  margin: 0 0 1em;
}
#map a {
  text-decoration: none;
}
#header {
  display: block;
  overflow: visible;
  padding: 1.5rem;
  text-align: right;
  position: relative;
  z-index: 4;
  background: #fff;
}
#header h1,
#header h2 {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  margin: 0;
  text-align: left;
}
#header h1 a,
#header h2 a {
  display: block;
  overflow: hidden;
  padding: 0 !important;
}
#header h1 img,
#header h2 img {
  display: block;
  overflow: hidden;
  width: 193px;
}
#header #nav {
  display: block;
  overflow: visible;
}
#header #nav ul.left {
  display: inline-block;
  vertical-align: baseline;
  margin-top: 1rem;
}
#header #nav ul.right {
  display: block;
  overflow: hidden;
  text-align: left;
  margin-top: 0;
  font-size: 0rem;
  position: absolute;
  top: 2.4rem;
  right: 1.5rem;
}
#header #nav ul.right span {
  font-size: 0.75rem;
  color: #fff !important;
  line-height: 1.2;
  display: block;
  text-align: center;
}
#header #nav ul.right a {
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
}
#header #nav ul li {
  float: left;
  position: relative;
}
#header #nav a,
#header #nav span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
  display: block;
  padding: 0 0.5rem;
  color: #222;
  transition: all 0.2s linear;
  text-decoration: none;
}
#header #nav a:hover {
  color: #00A8BF;
}
#header #nav ul.right.two-buttons a.button.v2 {
  border-radius: 4px 0 0 4px;
}
#header #nav ul.right.two-buttons a.button.v4 {
  border-radius: 0 4px 4px 0;
}
#header #nav ul.sub {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  padding: 1em 0;
}
#header #nav ul.sub a {
  color: #245434;
}
#header #nav ul.sub li {
  display: block;
  float: none;
  text-align: left;
  margin: 0 0 0.5rem;
}
#header #nav ul.sub li:last-child {
  margin: 0;
}
#header #nav ul li:hover > ul.sub {
  display: block;
}
#header i.tip {
  display: inline-block;
  vertical-align: 2px;
  margin-left: 0.2rem;
  border-top: 6px solid #245434;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.cBlue {
  color: #F29100 !important;
}
.cRed {
  color: #b20000 !important;
}
i.icon {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}
i.en {
  width: 16px;
  height: 11px;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/en.png");
  margin-right: 3px;
  vertical-align: -1px;
}
i.pl {
  width: 16px;
  height: 11px;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/pl.png");
  margin-right: 3px;
  vertical-align: -1px;
}
i.arrowDown {
  width: 14px;
  height: 7px;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/arrow-down.png");
  margin-left: 3px;
}
.section.player {
  padding: 2em 0 !important;
  max-height: 670px;
}
.section.player h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.875rem;
}
.section.player h1 strong {
  color: #f4b83a;
}
.yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt.max940 {
  width: 940px;
  max-width: 100%;
}
.yt.center {
  margin-left: auto !important;
  margin-right: auto !important;
}
div.slider {
  display: block;
  overflow: hidden;
}
div.slider div.one {
  display: none;
  overflow: hidden;
}
div.slider div.one.active {
  display: block;
}
div.slider div.indicators {
  display: block;
  overflow: hidden;
  text-align: center;
}
div.slider div.indicators a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #6DCCD8;
  border: 2px solid #6DCCD8;
  border-radius: 100%;
  margin: 0 4px 0 0;
}
div.slider div.indicators a.active {
  background: #fff;
}
div.slider.type1 {
  margin: 4em 2em;
}
div.slider.type1 div.one {
  min-height: 315px;
}
div.slider.type1 div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 4% 0 0;
  width: 295px;
  max-width: 30%;
}
div.slider.type1 div.desc {
  display: block;
  overflow: hidden;
}
div.slider.type1 div.indicators {
  text-align: left;
  margin: 0 0 0 32%;
}
div.slider.type1 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2rem;
  color: #00A8BF;
  margin: 0 0 0.75em;
}
div.slider.type1 p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 1.5em;
}
div.slider.type1 h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0 0 1em;
}
.bgBlue {
  background: #00A8BF;
}
.bgYellow {
  background: #E7B424;
}
ul.list-1 {
  margin: 0 0 2rem;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
ul.list-1 li {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin: 0 1%;
}
ul.list-1 p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2.25rem;
  margin: 0;
  text-transform: uppercase;
}
ul.list-1 small {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  text-transform: uppercase;
}
ul.list-1 img {
  display: block;
  overflow: hidden;
  margin: 0 auto 1.5rem;
}
.showIcons1 + ul li {
  margin-top: 500px;
  transition: all 0.3s ease-out;
}
.showIcons1.visible + ul li {
  margin-top: 0;
}
ul.list-2 {
  margin: 0 0 2em;
  display: block;
  overflow: hidden;
  text-align: center;
}
ul.list-2 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 1% 0;
  width: 18%;
}
ul.list-2 img {
  display: block;
  overflow: hidden;
}
ul.list-2 a {
  display: block;
  overflow: hidden;
  position: relative;
}
ul.list-2 div.desc {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 1em;
  opacity: 0;
  transition: all 0.2s ease-out;
}
ul.list-2 div.desc h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0 0 0.25em;
  color: #fff;
}
ul.list-2 div.desc small {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3;
}
ul.list-2 a:hover div.desc {
  opacity: 1;
}
ul.list-2.v2 {
  text-align: left;
  margin: 0;
}
ul.list-2.v2 li {
  width: 200px;
  margin: 0 16px 36px 0;
}
ul.list-2.v2 img {
  margin: 0 0 0.65em;
}
ul.list-2.v2 div.desc {
  opacity: 1;
  position: static;
  padding: 0;
}
ul.list-2.v2 div.desc h3 {
  color: #444;
}
ul.list-2.v2 h3:before {
  display: none !important;
}
ul.list-2.v2 div.desc small {
  color: #444;
}
ul.list-3 {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 0 2em;
}
ul.list-3 li {
  display: inline-block;
  vertical-align: top;
  width: 27%;
  margin: 0 1.5% 2.75rem;
  box-shadow: 0 0 8px 1px #ccc;
}
ul.list-3 div.img {
  display: block;
  overflow: hidden;
  max-height: 190px;
}
ul.list-3 div.desc {
  padding: 1em;
}
ul.list-3 h3 {
  overflow: hidden;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #555;
  height: 5.7rem;
}
ul.list-4 {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 2em 0 0;
}
ul.list-4 li {
  display: inline-block;
  vertical-align: bottom;
  max-width: 21%;
  margin: 0 1.5% 1rem;
}
ul.list-4 img {
  opacity: 0.6;
  transition: all 0.2s ease-out;
}
ul.list-4 a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
div.partners {
  display: block;
  overflow: hidden;
  margin: 2em 0;
}
div.partners h3 {
  font-size: 1rem;
  color: #DEDEDE;
  padding: 0 0 0.35em;
  margin: 0 0 1.5em;
  border-bottom: 2px solid #DEDEDE;
}
div.partners ul {
  text-align: center;
}
div.partners ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 1.5em;
}
#footer {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 2.5rem;
}
#footer div.section {
  padding: 3rem 0 2rem;
}
#footer div.pageWidth {
  padding: 0 !important;
}
#footer div.author {
  margin: 2em 0;
}
#footer div.author a {
  display: block;
  overflow: hidden;
  margin: 0 0 3em;
}
#footer ul.navi {
  display: block;
  overflow: hidden;
}
#footer ul.navi li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  color: #1F1F2D;
}
#footer ul.navi a {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #1F1F2D;
}
#footer div.foot-wrap {
  display: block;
  overflow: hidden;
}
#footer div.foot-wrap div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 2rem 0 0;
}
#footer div.foot-wrap div.desc {
  display: block;
  overflow: hidden;
}
#footer div.foot-wrap div.img img {
  display: block;
  overflow: hidden;
}
#footer div.foot-wrap div.desc small {
  display: block;
  overflow: hidden;
  font-size: 0.875rem;
  color: #9E9E9E;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0 0 0.25rem;
}
@media (max-width: 640px) {
  #footer {
    padding: 2.5rem 1.5rem;
  }
  #footer div.foot-wrap div.img {
    float: none;
    margin: 0 0 2rem;
  }
}
.stickSocial {
  display: block;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 40%;
  z-index: 3;
}
.stickSocial a {
  display: block;
  overflow: hidden;
}
@media (max-width: 700px) {
  .stickSocial {
    display: none;
  }
}
.timeline {
  display: block;
  overflow: visible;
  position: relative;
}
.timeline div.day {
  display: block;
  overflow: hidden;
}
.timeline div.day h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2rem;
  color: #777;
  margin: 0;
  border: none;
  padding: 0;
}
.timeline div.day h2:before {
  display: block;
  overflow: hidden;
  content: "";
  width: 61px;
  height: 46px;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/bar.png") left center scroll no-repeat transparent;
  position: absolute;
  left: -6px;
  top: auto;
}
.timeline div.day h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2rem;
  color: #444;
  margin: 0 0 1em;
  border: none;
  padding: 0;
}
.timeline div.event {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
  position: relative;
}
.timeline div.event:last-child {
  margin: 0;
}
.timeline div.event div.cell > small {
  color: #888;
}
.timeline div.event > h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.25rem;
  line-height: 1.2rem;
  color: #444;
  margin: 30px 0 20px;
  border: none;
  padding: 0;
}
.timeline div.event h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #CCCCCC;
}
.timeline div.event h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #444;
  margin: 0 0 0.75em;
}
.timeline div.event p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.6875rem;
  color: #888;
  margin: 0 0 0.75rem;
}
.timeline div.event p span {
  font-size: 0.875rem;
  color: #000;
  display: block;
  margin-top: 0.25rem;
}
.timeline div.event small.more {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #245434;
  margin: 0;
}
.timeline div.event small.more a {
  display: inline-block;
  color: #245434;
  margin: 0 0.5rem 0.25rem 0;
}
.timeline div.event small.more a:last-child {
  margin: 0;
}
.timeline a.more {
  display: inline-block;
  color: #245434;
  font-weight: 700;
  margin: 0 1rem 0 0;
  font-size: 12px;
}
.timeline a.more:last-child {
  margin: 0;
}
.timeline div.one {
  background: #E7E9ED;
  border-radius: 20px;
  padding: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.timeline div.one div.cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.timeline div.one.single div.cell {
  height: auto;
}
.timeline div.one small.place {
  background: #DDE9EE;
  padding: 0.2em 0.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.timeline ul.one {
  display: flex;
  gap: 2rem;
}
.timeline ul.one > li {
  width: 30%;
  flex: 1;
}
.timeline ul.one.count-1 > li,
.timeline ul.one.count-2 > li {
  flex: 0 0 30%;
}
@media (max-width: 1000px) {
  .timeline ul.one {
    display: block;
  }
  .timeline ul.one > li {
    width: 100% !important;
    flex: 1 !important;
  }
  .timeline ul.one div.one div.cell {
    height: auto;
  }
}
.timeline div.details {
  display: none;
  overflow: hidden;
  max-width: 100%;
  border: 1px solid #eee;
  padding: 20px;
  position: absolute;
  left: 0;
  top: auto;
  background: #fff;
  z-index: 3;
}
.timeline div.details.open {
  display: block;
}
.timeline div.details div {
  display: none;
}
.timeline div.details.agenda div.agenda,
.timeline div.details.prelegent div.prelegent,
.timeline div.details.prelegenci div.prelegenci {
  display: block;
}
.timeline div.details h3 {
  font-size: 1.125rem;
  margin: 0 0 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  border: none;
  text-transform: none;
}
.timeline div.details p {
  font-size: 0.8125rem;
  margin: 0 0 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
.timeline div.details ul {
  display: block;
  padding: 0;
}
.timeline div.details ul > li {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  display: block;
  overflow: hidden;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/dot.png?v=2") left 8px scroll no-repeat transparent;
  background-size: 7px 7px;
  padding: 0 0 0 16px;
  margin: 0 0 1em;
}
.timeline div.details a.close {
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 0 1em 1em;
  width: 30px;
  height: 30px;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/close2.png") center center scroll no-repeat transparent;
  background-size: 30px 30px;
  text-decoration: none;
}
.timeline li.full div.cell {
  height: auto;
}
@media (max-width: 760px) {
  .timeline ul.three > li {
    display: block;
    width: 100%;
    margin: 0 0 1.5rem !important;
    height: auto !important;
  }
  .timeline div.cell {
    height: auto !important;
  }
}
.agenda-event-broadcast,
.agenda-event-translate {
  text-decoration: none;
  flex: 1 1 0;
  margin-top: 1em;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #6ca900 !important;
}
.agenda-event-broadcast:hover,
.agenda-event-translate:hover {
  text-decoration: none;
}
/*.agenda-event-broadcast {*/
/*  background: #6ca900;*/
/*}*/
.agenda-event-broadcast::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icon-broadcast.svg");
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.agenda-event-translate {
  background: #69D7D3;
}
.agenda-event-translate::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icon-earth.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.timeline.clean {
  border-left: none;
  padding: 0 0 1px 0;
}
.timeline.clean div.details {
  left: 0;
}
.timeline.clean:after {
  display: none;
}
ul.three {
  overflow: hidden;
  margin: 0!important;
  padding: 0 !important;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
ul.three > li {
  display: block;
  width: 31.33%;
  margin: 0 0 0 0 !important;
  font-size: 1rem;
}
ul.three.v2 > li {
  vertical-align: middle;
  text-align: center;
  margin: 0 3% 2em 0 !important;
}
#header a.mobile {
  display: none !important;
  width: 28px;
  height: 28px;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/menu-white.png") center center scroll no-repeat transparent;
  background-size: 28px 28px;
  float: right;
  margin: 0.75em 0 0;
}
a.menu {
  display: none !important;
  width: 30px;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1.4rem;
  z-index: 1000;
}
a.menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #245434;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
a.menu span:nth-child(1) {
  top: 0;
}
a.menu span:nth-child(2) {
  top: 10px;
}
a.menu span:nth-child(3) {
  top: 20px;
}
a.menu.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
a.menu.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
a.menu.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}
#cookie_bar_body {
  background: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em;
}
#cookie_bar_body div#cookie_bar {
  float: left;
  max-width: 85%;
  margin: 0 5% 0 0;
}
#cookie_x {
  display: block;
  float: left;
}
#cookie_bar_body.cookie_hide_x {
  display: none;
}
ul.social {
  display: block;
  overflow: hidden;
  margin: 0 0 1em !important;
  padding: 0 !important;
}
ul.social li {
  display: block;
  overflow: hidden;
}
ul.social li.left {
  float: left;
}
ul.social li.right {
  float: right;
}
ul.social a {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 1.5em 6px 0;
  text-decoration: none;
}
ul.social a img {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
ul.social a:hover {
  opacity: 0.9;
}
ul.social a > span.text {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 4px;
  padding: 0.3em 0.75em 0.4em;
  height: 29px;
}
ul.social a > span.count {
  display: inline-block;
  overflow: visible;
  vertical-align: middle;
  border: 1px solid #9396a3;
  padding: 3px 5px;
  border-radius: 3px;
  font: 400 0.75em/1.3 arial;
  color: #444;
  position: relative;
  margin: 0 0 0 5px;
}
ul.social a > span.count:after {
  display: block;
  overflow: hidden;
  content: "";
  width: 6px;
  height: 100%;
  top: 0;
  left: -6px;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/cloud-tip.png") right center scroll no-repeat transparent;
  position: absolute;
}
ul.social a.fb-share span.text {
  background: #2E5891;
}
ul.social a.tw-tweet span.text {
  background: #2BA8D3;
}
ul.social a.print span.text {
  background: #0085B2;
}
ul.social a.send span.text {
  background: #59B200;
}
.flmc-scroller {
  position: relative;
  overflow: hidden;
}
.flmc-scroller > .wrapper {
  margin: 0 30px;
  overflow: hidden;
}
.flmc-scroller > .wrapper > .scroller {
  width: 10000px;
  overflow: hidden;
}
.flmc-scroller > .wrapper > .scroller > .one {
  width: 1000px;
  overflow: hidden;
  float: left;
}
.flmc-scroller .arrowLeft {
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/arrow-left.png") no-repeat scroll center center transparent;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 10;
}
.flmc-scroller .arrowRight {
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/arrow-right.png") no-repeat scroll center center transparent;
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 10;
}
ul.list-5,
.article ul.list-5 {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
ul.list-5 li,
.article ul.list-5 li {
  display: inline-block;
  vertical-align: top;
  width: 17.5%;
  margin: 0 2% 1.25em 0;
}
ul.list-5 div.img,
.article ul.list-5 div.img {
  display: block;
  overflow: hidden;
  margin: 0 0 0.75em;
  box-shadow: 4px 4px 0 0 rgba(150, 150, 150, 0.75);
}
ul.list-5 div.img img,
.article ul.list-5 div.img img {
  display: block;
  overflow: hidden;
}
ul.list-5 div.desc,
.article ul.list-5 div.desc {
  display: block;
  overflow: hidden;
}
ul.list-5 h5,
.article ul.list-5 h5 {
  display: block;
  overflow: hidden;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.125em;
  text-transform: uppercase;
}
ul.list-5 small,
.article ul.list-5 small {
  display: block;
  overflow: hidden;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
.box-66 {
  display: block;
  overflow: hidden;
  border: 2px solid #EEE;
  padding: 1.5em;
  margin: 0 0 2em;
}
.box-66 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #666;
  font-size: 1.75rem !important;
  border: none !important;
  padding: 0 !important;
}
.box-66 p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  color: #666;
  font-size: 0.875rem !important;
  line-height: 1.4;
}
.box-66 p:last-child {
  margin-bottom: 0;
}
.box-66 p.download {
  display: block;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem !important;
  line-height: 1.3;
  margin: 0 0 1em;
}
.box-66 p.download img {
  display: inline-block;
  overflow: hidden;
  margin: 0 0.75em 0 0;
  vertical-align: middle;
}
.box-66 p.download a {
  color: #666;
}
.box-66 p.pdf {
  display: block;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.25rem !important;
  line-height: 1.3;
  margin: 0 0 1em;
}
.box-66 p.pdf img {
  display: inline-block;
  overflow: hidden;
  margin: 0 0.75em 0 0;
  vertical-align: middle;
}
.box-66 p.pdf a {
  color: #666;
}
.box-67 {
  display: block;
  overflow: hidden;
}
.box-67 div.img img {
  display: block;
  width: auto !important;
}
.box-67 div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 1.5em 0 0 !important;
  width: auto !important;
}
.box-67 div.desc {
  display: block;
  overflow: hidden;
}
.box-67 h3 {
  margin: 30px 0 0.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.25rem !important;
  line-height: 1.3;
  color: #333 !important;
  border: none !important;
  padding: 0 !important;
}
.ovHidden {
  overflow: hidden;
}
.ovVisible {
  overflow: visible !important;
}
.box-6 {
  display: block;
  overflow: visible;
  margin: 0 0 2em;
  text-align: center;
}
.box-6 h2 {
  font-size: 1.5rem !important;
  padding: 0 0 0.25em !important;
}
.box-6.open > div.box-7 {
  display: block;
}
.box-7 {
  font-size: 0rem;
}
.box-7 > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3% 3% 0;
  width: 31.33%;
}
.box-7 > *:nth-child(3n+3) {
  margin-right: 0;
}
.box-7 > *:last-child {
  margin-right: 0 !important;
}
.box-7 > a {
  border: 1px solid #eee;
  height: 140px;
  position: relative;
}
.box-7 > a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .box-7 > * {
    width: 48.5%;
  }
  .box-7 > *:nth-child(3n+3) {
    margin-right: 3%;
  }
  .box-7 > *:nth-child(even) {
    margin-right: 0;
  }
}
.box-8 > a {
  text-align: center;
}
.box-7 a img {
  display: block;
  margin: 0 auto;
}
.box-8 {
  position: relative;
}
.box-8.hasMenu > a {
  display: block;
  overflow: visible;
  border: 1px solid #eee;
  height: 140px;
  position: relative;
}
.box-8.hasMenu > a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box-8.hasMenu:before {
  content: "";
  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("/narodowe-wyzwania.farmer.pl/images/2024/hand.svg") center center scroll no-repeat #ddd;
  background-size: auto 26px;
}
.box-8.hasMenu.boxOpen:before {
  display: none;
}
.box-8.menuOpen > ul {
  display: block;
}
.box-8.boxOpen.menuOpen > ul {
  display: none;
}
.box-8.boxOpen {
  position: static;
}
.box-8.boxOpen div.box-9 {
  display: block;
}
.box-8.boxOpen div.bg {
  display: block;
}
.box-8 > ul {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 99%;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  background: #fff;
  padding: 0.5rem 1rem;
}
.box-8 > ul li {
  display: block;
}
.box-8 > ul a {
  display: block;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #245434;
  padding: 0.25em 0;
}
.box-8 div.box-9,
.box-8 div.bg {
  display: none;
}
.box-9 {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 10%;
  left: 0;
  right: 0;
  width: 960px;
  max-height: 80%;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  padding: 1em;
}
.box-9 ul.header {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box-9 ul.header li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
}
.box-9 ul.header li.close {
  position: absolute;
  right: 1em;
  top: 1.5em;
}
.box-9 ul.header img {
  max-width: 150px;
}
.box-9 a {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #245434;
}
.box-9 ul.header li.active a {
  color: #444;
}
.box-9 div.tabs {
  display: block;
  overflow: hidden;
}
.box-9 div.tabs > * {
  display: none;
  overflow: hidden;
  padding: 0;
}
.box-9 div.tabs > *.active {
  display: block;
}
.box-9 div.download {
  overflow: hidden;
  border: none !important;
}
.box-9 div.download a {
  display: block;
  overflow: hidden;
  padding: 1em;
  text-decoration: none;
}
.box-9 div.download a:hover {
  background: #FAFAFA;
}
.box-9 div.download img {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 1.5em 1.5em 0;
}
.box-9 div.download h3 {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.75rem;
  color: #666;
  margin: 0 0 1rem;
  padding: 0;
}
.box-9 div.download p {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0rem;
  color: #878787;
  margin: 0.5em 0 0;
}
.box-9 div.download p a {
  font-size: 1rem;
}
.box-9 div.promo a.arrowLeft,
.box-9 div.promo a.arrowRight {
  height: 400px !important;
  width: 60px;
}
.box-9 div.promo iframe {
  display: block;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .box-9 div.download h3 {
    font-size: 20px;
  }
  .box-9 ul.header li.close {
    top: 0.75rem;
    right: 0;
  }
  .box-9 ul.header li.close img {
    width: 20px;
  }
  .box-9 ul.header li:first-child {
    display: block;
  }
  .box-9 ul.header {
    margin: 0 0 1.5rem;
  }
  .box-9 ul.header a {
    font-size: 14px;
  }
}
div.bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
}
div.alphFilter {
  display: block;
  overflow: hidden;
  margin: 0 0 2em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #999;
}
div.alphFilter a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0 5px;
}
@media (max-width: 1000px) {
  div.alphFilter {
    overflow: auto;
    white-space: nowrap;
  }
}
div.filter div.date p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 0.5em;
}
div.filter div.date + div.event {
  margin: 0 0 2.5em;
}
ul.timeline-list {
  display: block;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0rem;
  text-align: center;
}
ul.timeline-list.full {
  margin: 0 auto !important;
}
ul.timeline-list li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 !important;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  color: #31313F;
}
ul.timeline-list li a,
ul.timeline-list li span {
  color: #31313F;
  display: block;
  padding: 0.6rem 0.25rem;
  text-decoration: none;
  transition: all 0.2s linear;
}
ul.timeline-list li small {
  display: block;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
ul.timeline-list li a:hover {
  background: #222;
  color: #fff;
}
ul.timeline-list li.el-1 {
  background: #eee;
}
ul.timeline-list li.el-2 {
  background: #eee;
}
ul.timeline-list li.el-3 {
  background: #eee;
}
ul.timeline-list li.active {
  background: #6ca900;
}
ul.timeline-list li.active * {
  color: #fff;
}
ul.timeline-list.elems-1 li {
  display: block;
  width: auto;
}
div.box-4 {
  display: block;
  overflow: hidden;
  margin: 0 0 2rem;
}
div.box-4 a {
  display: block;
  overflow: hidden;
  min-height: 37px;
  background: url("/innowacyjnosc.farmer.pl/images/icons/pdf.png") left top scroll no-repeat transparent;
  background-size: 37px 37px;
  padding: 0.125em 0 0.125em 52px;
  font: 300 24px/1.3 'Open Sans';
  color: #1F1F2D;
}
div.box-4:empty {
  margin: 0;
}
div.box-4:first-child {
  margin-top: 0;
}
div.box-4.two a {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 5% 1.5rem 0;
}
div.box-4.two a:nth-child(even) {
  margin-right: 0;
}
div.box-4.two span {
  font-size: 1rem;
}
@media (max-width: 940px) {
  div.box-4 a {
    font-size: 1.125rem;
    padding: 0.5rem 0 0.125rem 52px;
  }
  div.box-4.two a {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 460px) {
  div.box-4.two {
    padding: 0 1.5rem;
  }
}
.box-11 {
  font-size: 1rem;
  margin: 0 3.5% 3em 0 !important;
  border: 2px solid #DDD;
  padding: 0 1.5em;
  text-align: left;
}
.box-11 div.wrap {
  display: block;
  overflow: hidden;
  background: #fff;
  margin: -2px 0;
  padding: 1.5em 0;
}
.box-11 h3 {
  margin-top: 0 !important;
}
.box-11 p:last-child {
  margin-bottom: 0 !important;
  text-align: center;
}
.box-11 p:last-child a.button {
  margin-bottom: 0 !important;
}
.box-12 {
  display: block;
  overflow: hidden;
  font-size: 0rem;
  text-align: center;
}
.box-12 > div {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  font-size: 1rem;
  margin: 0 0 3em 0 !important;
  border: 2px solid #DDD;
  padding: 0 1.5em;
}
.box-12 > div:nth-child(odd) {
  margin-right: 3% !important;
}
.box-12 > div div.wrap {
  min-height: 345px;
}
.box-10 h4 {
  font-size: 1.125rem;
  color: #888;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 2.5rem;
}
.box-10 a {
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/download-2.jpg") left center scroll no-repeat transparent;
  background-size: 46px auto;
  display: block;
  padding: 0.65rem 0 0.65rem 60px;
  min-height: 44px;
}
.box-10a {
  display: block;
  overflow: visible;
  margin: 0 0 2rem;
  text-align: center;
}
.box-10a h2 {
  font-size: 1.5rem !important;
  padding: 0 0 0.25em !important;
  margin: 0 0 2.5em !important;
}
.box-10a.open > div.box-7 {
  display: block;
}
.section.portrety {
  display: block;
  overflow: hidden;
  padding: 8rem 0 16rem;
  background: #ddd;
  background-size: cover;
  text-align: center;
}
.section.portrety div.pageWidth > a {
  display: block;
  overflow: hidden;
}
.section.portrety h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 4rem;
  color: #fff;
  margin: 0 0 5rem;
}
.section.portrety p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
  margin: 0;
}
.section.portrety a {
  color: #fff;
}
ul.list-6 {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
ul.list-6 li {
  display: block;
  overflow: hidden;
  margin: 0 0 2.5rem;
}
ul.list-6 div.img {
  display: block;
  overflow: hidden;
  width: 180px;
  max-width: 30%;
  margin: 0 1rem 0 0;
  float: left;
}
ul.list-6 div.desc {
  display: block;
  overflow: hidden;
}
ul.list-6 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
ul.pagination {
  display: block !important;
  overflow: hidden !important;
  list-style-type: none !important;
  margin: 1.5em 0 0 !important;
  padding: 0 !important;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  color: #AAA;
}
ul.pagination > li {
  display: inline-block;
  vertical-align: top;
}
ul.pagination > li.prev {
  display: block;
  float: left;
}
ul.pagination > li.next {
  display: block;
  float: right;
}
ul.pagination > li.next a,
ul.pagination > li.prev a {
  background: #8ACDDA;
  color: #fff;
  padding: 0.25em 1em;
  text-decoration: none;
  transition: all 0.2s linear;
}
ul.pagination > li.next a:hover,
ul.pagination > li.prev a:hover {
  background: #aceffc;
}
ul.pagination a,
ul.pagination span {
  display: inline-block;
  padding: 0.25em;
  border: 1px solid #F2F2F2;
  min-width: 30px;
  text-align: center;
}
ul.pagination span {
  background: #8ACDDA;
  color: #fff;
  border: 1px solid #8ACDDA;
}
.cookie-bar2 {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 400px;
  max-width: 100%;
  background: rgba(0, 89, 178, 0.9);
  overflow: hidden;
  color: #fff;
  padding: 1rem;
}
.cookie-bar2 a {
  color: #fff;
}
.cookie-bar2 div.img {
  overflow: hidden;
  float: left;
  max-width: 35%;
  margin: 0 1.5rem 0 0;
}
.cookie-bar2 div.desc {
  overflow: hidden;
}
.cookie-bar2 div.desc > p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 1rem;
}
.cookie-bar2 div.desc2 {
  overflow: hidden;
}
.cookie-bar2 div.desc2 p {
  float: left;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.cookie-bar2 div.desc2 small {
  float: right;
  overflow: hidden;
}
.cookie-bar2 small a {
  display: block;
  background: #245434;
  padding: 0.25rem 1rem;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.cookie-bar2 small a:hover {
  background: #023212;
}
.cookie-bar2.open {
  display: block;
}
.cookie-bar2.v2 {
  background: rgba(15, 15, 30, 0.9);
}
@media (max-width: 400px) {
  div.cookie-bar2 div.img {
    margin: 0 1rem 0 0;
  }
  div.cookie-bar2 div.desc2 p {
    padding: 0;
    margin: 0 0 1rem;
  }
  div.cookie-bar2 div.desc2 small {
    float: left;
    clear: left;
  }
}
.box-13 {
  margin: 0 0 2.5rem;
  font-size: 0rem;
  text-align: center;
}
.box-13 .cRed {
  color: #FF0000 !important;
}
.box-13 div.one {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 280px;
  max-width: 48.5%;
  margin: 0 3% 0 0;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
  text-align: left;
}
.box-13 div.one:last-child {
  margin: 0;
}
.box-13 div.head {
  background: #EBEBEB;
  padding: 1rem 1.5rem;
  margin: 0 !important;
}
.box-13 div.body {
  padding: 1.5rem;
  max-width: 100%;
}
.box-13 div.head small {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #666;
  margin: 0.25rem 0 0;
}
.box-13 div.head h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 1.25rem;
  margin: 0;
  border: none;
  padding: 0;
  color: #1F1F2E;
  text-transform: none;
}
.box-13 div.head p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 1.5rem;
}
.box-13 div.head p:last-child {
  margin: 0;
}
.box-13 div.head p.toggle {
  margin: 1rem 0 0;
}
.box-13 div.head h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  border: none;
  padding: 0;
  color: #1F1F2E;
  text-transform: none;
}
.box-13 div.head h4:last-child {
  margin: 0;
}
.box-13 div.head h3 + h4 {
  margin: -1rem 0 0.4rem;
}
.box-13 div.body p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 1rem;
}
.box-13 div.body p:last-child {
  margin: 0;
}
.box-13 div.body ul {
  margin: 0 0 1.5rem !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #666;
  padding: 0 !important;
}
.box-13 div.body ul:last-child {
  margin: 0 !important;
}
.box-13 div.body ul li {
  display: block;
  margin: 0 0 0.75rem;
  position: relative;
  padding-left: 16px;
}
.box-13 div.body ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #00ACE2;
}
.box-13 div.body h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  color: #20202F;
  margin: 0 !important;
}
.box-13 div.body h4 + p {
  color: #20202F;
}
.box-13 div.head h3 + h4 {
  margin: -1.1rem 0 0.4rem;
}
.box-13 div.body h4.info {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  color: #666;
  text-align: center;
  margin: 0 0 0.5rem !important;
}
.box-13 div.body div.toggle div.terms {
  display: none;
}
.box-13 div.one.open {
  background: #EBEBEB;
}
.box-13 div.one.open div.head p.toggle {
  display: none;
}
.box-13 div.one.open div.body {
  padding-top: 0;
}
.box-13 div.one.open div.body div.toggle div.terms {
  display: block;
}
.box-13 div.one.open div.body div.toggle div.list {
  display: none;
}
.box-13 div.one.open div.foot p.toggle {
  display: block;
}
.box-13 div.foot {
  background: #EBEBEB;
  margin: 1.5rem -1.5rem -1.5rem;
  padding: 1.5rem;
}
.box-13 div.foot h4 {
  font-size: 1.125rem;
  margin: 0 0 0.5rem !important;
  padding: 0;
}
.box-13 div.foot p {
  font-size: 0.8125rem;
  margin: 0;
}
.box-13 div.foot p.toggle {
  display: none;
  font-size: 0.875rem;
  margin: 1rem 0 0;
}
.box-13 div.foot p.toggle a {
  color: #00ACE1;
}
@media (max-width: 580px) {
  .box-13 div.one {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 0 2rem;
  }
  .box-13 div.head {
    min-height: 0 !important;
  }
}
.box-14 {
  text-align: center;
  margin: 0 0 2.5rem;
}
.box-14 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2rem !important;
  margin: 0 0 1.5rem !important;
  color: #1F1F2E;
}
.box-14 p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 1.5rem;
  color: #1F1F2E;
}
ul.list-8 {
  display: block;
  padding: 0 !important;
  margin: 0 0 1.5rem;
  text-align: center;
}
ul.list-8 > li {
  display: block;
  margin: 0 0 1rem !important;
  background: transparent;
  color: #20202F;
  font-size: 1rem;
}
ul.list-8 li:before {
  display: none !important;
}
ul.list-8 li.enabled {
  padding: 36px 0 0 !important;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/tick.png");
  background-size: 30px;
}
ul.list-8 li.disabled {
  padding: 36px 0 0 !important;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/cross.png");
  background-size: 24px;
  color: #aaa;
}
.cGold {
  color: #B28500 !important;
}
div.expert {
  padding: 2rem 0 0;
}
div.expert div.head {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 0 0 2rem;
  text-align: left;
}
div.expert div.head div.img {
  flex: 0 0 175px;
}
div.expert div.head div.img img {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}
div.expert div.head div.desc {
  flex: 1;
}
div.expert div.head h2 {
  margin: 0 0 0.5rem !important;
  font-size: 36px !important;
  line-height: 1.2;
  border: none !important;
  padding: 0 !important;
  color: #245434;
}
div.expert div.head p {
  margin: 0 0 0.5rem !important;
  font-size: 16px !important;
  width: auto;
}
div.expert div.head ul {
  padding: 0 !important;
  display: block;
  margin: 1rem 0 0 !important;
}
div.expert div.head ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
@media (max-width: 760px) {
  div.expert div.head div.img {
    flex: 0 0 100px;
  }
  div.expert div.head h2 {
    font-size: 24px !important;
  }
}
.show1160 {
  display: none !important;
}
body.windowOpen {
  overflow: hidden;
}
div.rodo {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(49, 49, 64, 0.9);
  z-index: 1000;
}
div.rodo div.wrap {
  width: 620px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.rodo div.head {
  padding: 1.5rem;
  position: relative;
  border-bottom: 1px solid #eee;
}
div.rodo div.head > img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
div.rodo div.head a.close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
div.rodo div.body {
  padding: 1.5rem;
}
div.rodo div.body div.scroll-pane {
  height: 350px;
  overflow: auto;
  outline: 0;
}
div.rodo div.body div.scroll-pane .jspTrack {
  width: 6px;
}
div.rodo div.body div.komunikat {
  display: block;
  padding-right: 1rem;
}
div.rodo div.body div.ustawienia {
  display: none;
  padding-right: 1rem;
}
div.rodo div.body h2 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}
div.rodo div.body p {
  font-size: 1rem;
  margin: 0 0 1.5rem;
}
div.rodo div.body p:last-child {
  margin: 0;
}
div.rodo div.checkbox {
  margin: 0 0 1.5rem;
}
div.rodo div.checkbox input {
  display: none;
}
div.rodo div.checkbox label {
  display: block;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/check-a.png") left 1px scroll no-repeat transparent;
  background-size: 22px auto;
  padding-left: 36px;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
div.rodo div.checkbox input:checked + label {
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/check-b.png");
}
div.rodo div.foot {
  background: #ddd;
  padding: 1.5rem 0.5rem 1rem;
  text-align: center;
}
div.rodo div.foot a.button {
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff !important;
  background: #00698C;
  margin: 0 1rem 0.5rem 0;
  transition: all 0.2s linear;
  border: none;
}
div.rodo div.foot a.button.ustawienia {
  background: #424251;
}
div.rodo div.foot a.button:last-child {
  margin-right: 0;
}
div.rodo div.foot a.button:hover {
  background: #222;
}
div.rodo.open {
  display: block;
}
div.rodo.ustawienia div.body div.komunikat {
  display: none;
}
div.rodo.ustawienia div.body div.ustawienia {
  display: block;
}
div.rodo.no-absolute {
  padding: 1.25rem;
}
div.rodo.no-absolute div.wrap {
  position: static;
  transform: none;
}
@media (max-width: 1000px) {
  div.rodo {
    padding: 1.25rem;
  }
  div.rodo div.wrap {
    position: static;
    transform: none;
  }
}
@media (max-width: 800px) {
  div.rodo div.body div.scroll-pane {
    height: 200px;
  }
}
@media (max-width: 400px) {
  div.rodo div.head > img {
    margin: 0;
  }
}
h3.show-on-click {
  font-size: 1.25rem !important;
  text-transform: none !important;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
}
h3.show-on-click a {
  color: #31313F;
  display: inline-block;
  position: relative;
  padding: 0 24px 0 0;
  margin: 0 24px 0 0;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/arrow-down2019.png") right 11px scroll no-repeat transparent;
  background-size: 16px auto;
}
h3.show-on-click + ul,
h3.show-on-click + div {
  display: none;
  padding: 1rem 0 0;
}
h3.show-on-click.open a {
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/arrow-up2019.png");
}
h3.show-on-click.open + ul,
h3.show-on-click.open + div {
  display: block;
}
.bodyWrap {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 105px;
}
@media (max-width: 1000px) {
  .bodyWrap {
    padding-top: 60px;
  }
}
.section {
  padding: 3rem 2.5rem;
  background: #fff;
  background-size: cover;
}
.section .head {
  text-align: center;
  margin: 0 auto 3rem;
}
.section .head h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 auto 0.5rem;
}
.section .head p {
  font-size: 1.25rem;
  margin: 0 auto;
  width: 940px;
  max-width: 100%;
}
@media (max-width: 630px) {
  .section div.head h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 420px) {
  .section div.head h2 {
    font-size: 2rem;
  }
}
.button-anim,
.m-section1 .button,
.m-section2 .button,
.m-section3 .button,
.m-section4 .button,
section.focus-2023 .button {
  margin-top: 30px;
  box-shadow: inset 0 0 0 30px #F1AF31;
  transition: 0.3s;
  background: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1875rem;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px 35px;
  border: 0;
}
.button-anim:hover,
.m-section1 .button:hover,
.m-section2 .button:hover,
.m-section3 .button:hover,
.m-section4 .button:hover,
section.focus-2023 .button:hover {
  box-shadow: inset 0 0 0 2px #F1AF31, 0 0 0 5px rgba(241, 175, 49, 0.2);
  color: #F1AF31;
}
@media (max-width: 500px) {
  .button-anim,
  .m-section1 .button,
  .m-section2 .button,
  .m-section3 .button,
  .m-section4 .button,
  section.focus-2023 .button {
    margin-top: 0;
  }
}
.m-fokus {
  position: relative;
  overflow: hidden;
  background: #0d2d36;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin: 0 auto 2rem;
  padding: 0;
}
.m-fokus .fokus-addon1 {
  position: absolute;
  left: -70px;
  top: 90px;
  z-index: 3;
}
.m-fokus .fokus-addon1-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #6CA900;
  position: absolute;
  left: 20px;
  top: 150px;
  animation: anim1 7s 0s infinite alternate;
}
.m-fokus .fokus-addon1-white {
  background: url(/narodowe-wyzwania.farmer.pl/images/samo_biale.svg) center / cover no-repeat;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  animation: anim1 7s 0s infinite alternate-reverse;
}
.m-fokus .fokus-addon2 {
  position: absolute;
  right: -140px;
  top: 80px;
  width: 390px;
  height: 345px;
  z-index: 3;
}
.m-fokus .fokus-addon2-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #367E0E;
  position: absolute;
  left: 20px;
  top: 0;
  animation: anim1 7s 0s infinite alternate;
}
.m-fokus .fokus-addon2-white {
  background: url(/narodowe-wyzwania.farmer.pl/images/samo_biale.svg) center / cover no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 60px;
  top: 50px;
  animation: anim1 7s 0s infinite alternate-reverse;
}
.m-fokus .fokus-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  animation: focusBgAnim 50s 0s infinite alternate;
}
.m-fokus .fokus-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: soft-light;
}
.m-fokus .wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  min-height: 730px;
  padding: 130px 2.5rem 50px 2.5rem;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: left;
}
.m-fokus .left,
.m-fokus .right {
  flex: 1;
}
.m-fokus .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.m-fokus .left p {
  margin-bottom: 0;
}
.m-fokus .left img {
  max-width: 300px;
}
.m-fokus .right {
  position: relative;
}
.m-fokus div.img {
  margin: 0 0 1.5rem;
}
.m-fokus h1 {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.m-fokus h1 strong {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
  background: url(../images/NWwR_white.png) center no-repeat;
  background-size: cover;
}
.m-fokus h2 {
  max-width: 770px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.m-fokus p {
  margin: 0 0 1.5rem;
  font-size: 18px;
}
.m-fokus p:last-child {
  margin-bottom: 0;
}
.m-fokus .button {
  font-size: 1.1875rem;
  margin-top: 4rem;
  background: #F1AF31;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 0;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: visible;
}
.m-fokus .button:hover strong {
  background: #cf8d0f;
}
.m-fokus .button:before {
  content: "";
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: 130px;
  background: url("/narodowe-wyzwania.farmer.pl/images/svg/circle.svg") center center scroll no-repeat transparent;
  background-size: contain;
}
.m-fokus .button strong {
  display: block;
  position: relative;
  background: #F1AF31;
  border-radius: 40px;
  padding: 0.75rem 2rem;
}
@media (max-width: 1000px) {
  .m-fokus .wrap {
    padding: 60px 50px;
    height: auto;
    min-height: 0;
    gap: 0;
  }
  .m-fokus .fokus-addon1,
  .m-fokus .fokus-addon2 {
    display: none;
  }
}
@media (max-width: 900px) {
  .m-fokus .fokus-bg {
    background-image: url("https://pliki.konferencje.ptwp.pl/i/1f/62/eb/z5w14j63evjlomn9.jpg") !important;
  }
  .m-fokus .wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .m-fokus .left {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 700px) {
  .m-fokus {
    padding-top: 0;
  }
  .m-fokus .wrap {
    padding: 6rem 1.5rem 4rem;
  }
  .m-fokus p {
    font-size: 13px;
  }
  .m-fokus .left img {
    width: 140px;
  }
  .m-fokus .button {
    margin-top: 1.5rem;
    font-size: 14px;
  }
}
@keyframes anim1 {
  100% {
    transform: translateY(20px);
  }
}
@keyframes focusBgAnim {
  100% {
    transform: scale(1.3);
  }
}
.slides {
  font-size: 0rem;
  overflow: hidden;
}
.slides div.one {
  display: none;
  position: relative;
}
.slides div.one.active {
  display: block;
  -webkit-animation-name: slide-in;
  -webkit-animation-duration: 0.25s;
  animation-name: slide-in;
  animation-duration: 0.25s;
}
ul.indicators {
  text-align: center;
}
ul.indicators:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  width: 25px;
  border-top: 1px solid #245434;
}
ul.indicators:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
  width: 25px;
  border-top: 1px solid #245434;
}
ul.indicators li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
}
ul.indicators a {
  display: block;
  background: #245434;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #245434;
}
ul.indicators li.active a {
  background: #fff;
}
ul.list-10 {
  font-size: 0rem;
}
ul.list-10 li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 0 0;
}
ul.list-10 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-10 a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
}
ul.list-10 a:hover {
  color: #CCD98C;
}
ul.list-10 img {
  display: block;
}
ul.list-10 div.desc {
  background: url("/narodowe-wyzwania.farmer.pl/images/bcg-5.png") center center scroll no-repeat #222;
  background-size: cover;
  padding: 1.5rem;
}
ul.list-10 h3 {
  height: 5.8em;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1200px) {
  ul.list-10 {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  ul.list-10 li {
    width: 300px;
    margin: 0 2.5rem 0 0;
  }
  ul.list-10 li:last-child {
    margin-right: 0;
  }
  ul.list-10 h3 {
    font-size: 1.125rem;
  }
}
.subHeader {
  padding: 10rem 2.5rem 18rem;
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/sub.jpg") center top scroll no-repeat #245434;
  background-size: cover;
  text-align: center;
  margin: 0;
  position: relative;
}
.subHeader::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  mix-blend-mode: soft-light;
}
.subHeader > .sectionWidth {
  position: relative;
}
.subHeader h1 {
  font-size: 3.375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
.subHeader h1.long {
  font-size: 2.25rem;
}
.subHeader p {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  color: #fff;
  margin: 2rem auto 0;
  width: 800px;
  max-width: 100%;
  font-style: italic;
}
.subHeader .pageWidth2 {
  padding: 0 !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .subHeader {
    padding: 6rem 1.5rem 15rem;
  }
}
@media (max-width: 630px) {
  .subHeader {
    background-image: url("https://pliki.konferencje.ptwp.pl/i/1f/62/eb/z5w14j63evjlomn9.jpg") !important;
  }
  .subHeader h1 {
    font-size: 2rem;
  }
  .subHeader h1.long {
    font-size: 1.375rem;
  }
}
@media (max-width: 370px) {
  .subHeader h1 {
    font-size: 1.75rem;
  }
  .subHeader p {
    font-size: 1rem;
  }
}
@keyframes slide-in {
  from {
    right: 50%;
  }
  to {
    right: 0;
  }
}
.universal {
  position: relative;
  background: #fff;
  color: #444;
  display: flex;
  margin: 0 auto 50px;
}
.universal.reverse {
  flex-direction: row-reverse;
}
.universal .img {
  flex: 1;
  width: 50%;
  background: #245434;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.universal .img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.universal .desc {
  flex: 1;
  width: 50%;
  position: relative;
}
.universal .wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 645px;
  padding: 0 6rem;
  position: relative;
}
.universal h2 {
  color: #222526;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2.5rem;
  max-width: 100%;
  margin-bottom: 2.5rem;
}
.universal h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 auto 1.5rem;
}
.universal p,
.universal ul {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.universal small {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.universal h2 + small {
  margin-top: -1rem;
}
.universal blockquote {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  width: 490px;
  max-width: 100%;
  margin: 0 auto 1.5rem;
  color: #245434;
  position: relative;
}
.universal blockquote:before {
  content: "";
  display: block;
  width: 198px;
  height: 150px;
  position: absolute;
  left: -3rem;
  top: -3rem;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/blockquote.png") center center scroll no-repeat transparent;
}
.universal p:last-child {
  margin: 0;
}
@media (max-width: 1000px) {
  .universal {
    margin: 0 auto;
  }
  .universal div.wrap {
    padding: 2rem;
  }
}
@media (max-width: 760px) {
  .universal {
    padding: 0;
    flex-direction: column;
  }
  .universal.reverse {
    padding: 0;
    flex-direction: column;
  }
  .universal .desc,
  .universal .img {
    width: 100%;
  }
  .universal .wrap {
    min-height: 400px;
  }
  .universal h2 {
    margin-left: 0;
  }
}
@media (max-width: 440px) {
  .universal h2 {
    font-size: 1.75rem;
  }
  .universal p {
    font-size: 1rem;
  }
}
.universal.addon1 > div.desc {
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/addon1.png") right top scroll no-repeat #fff;
}
.universal2 {
  position: relative;
  margin: 2rem auto;
}
.universal2 h2 {
  text-align: center;
  color: #222526;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2.625rem;
  margin: 0 auto 1.5rem;
}
.universal2 p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 0 auto 1.5rem;
}
@media (max-width: 1100px) {
  .universal2 {
    margin: 2rem 0;
  }
}
@media (max-width: 440px) {
  .universal2 h2 {
    font-size: 1.75rem !important;
  }
  .universal2 p {
    font-size: 1rem;
  }
}
.m-section1 ul {
  display: block;
  position: relative;
}
.m-section1 ul:before {
  content: "";
  display: block;
  border-left: 2px solid #245434;
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
}
.m-section1 ul li {
  display: block;
  padding: 0 0 0 2rem;
  position: relative;
  margin: 0 0 1rem;
}
.m-section1 ul li:last-child {
  margin: 0;
}
.m-section1 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 0.65rem;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #245434;
  border: 3px solid #fff;
}
.m-section1 ul li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: transparent;
  left: -2px;
  top: 0.65rem;
  border-radius: 50%;
  border: 1px solid #245434;
  animation: dotAnim 1s 0s infinite ease-in-out;
  transform: scale(0);
}
.m-section1 div.desc {
  background: #fff;
}
@keyframes floatMazaj {
  100% {
    transform: translateY(-15px);
  }
}
.m-section2 {
  color: #222526;
}
.m-section2 div.desc {
  background: #B1F8F8;
}
.m-section2 div.desc h2 {
  color: #222526;
}
.m-section2 div.desc {
  background: #fff;
}
@keyframes dotAnim {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}
.m-section3 .desc ul {
  display: block;
  width: 490px;
  max-width: 100%;
  margin: 3.5rem auto 0;
  font-size: 0rem;
}
.m-section3 .desc ul li {
  display: inline-block;
  vertical-align: middle;
  width: 47.5%;
  margin: 0 5% 5% 0;
}
.m-section3 .desc ul li:nth-child(even) {
  margin-right: 0;
}
.m-section3 .desc h2 {
  color: #fff;
}
.m-section3 .desc {
  background: #6DA802;
  color: #fff;
}
.m-section4 div.desc {
  background: #fff;
}
.m-section4 div.desc .logos {
  display: inline-grid;
  align-self: flex-start;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 40px;
  margin-bottom: 100px;
}
.m-section4 div.desc .logos a {
  display: inline-block;
}
.m-section4 .button {
  margin-top: 0;
  align-self: start;
  justify-self: start;
  text-decoration: none;
}
.m-partners {
  font-size: 0rem;
  margin: 30px auto 2rem;
  overflow: hidden;
  display: flex;
  background: #fff;
  flex-direction: row-reverse;
}
.m-partners .right {
  flex-basis: 50%;
  padding: 0 0 2.5rem 2.5rem;
}
.m-partners .left {
  flex-basis: 50%;
  overflow: hidden;
}
.m-partners .left ul {
  overflow: hidden;
  padding-top: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "a1 a2 ." "a3 a4 a5" "a6 a7 a8";
}
.m-partners .left ul li {
  display: none;
  position: relative;
}
.m-partners .left ul li:nth-child(1) {
  grid-area: a1;
  display: block;
}
.m-partners .left ul li:nth-child(2) {
  grid-area: a2;
  display: block;
}
.m-partners .left ul li:nth-child(3) {
  grid-area: a3;
  display: block;
}
.m-partners .left ul li:nth-child(4) {
  grid-area: a4;
  display: block;
}
.m-partners .left ul li:nth-child(5) {
  grid-area: a5;
  display: block;
}
.m-partners .left ul li:nth-child(6) {
  grid-area: a6;
  display: block;
}
.m-partners .left ul li:nth-child(7) {
  grid-area: a7;
  display: block;
}
.m-partners .left ul li:nth-child(8) {
  grid-area: a8;
  display: block;
}
.m-partners .left ul li:first-child {
  animation-name: slideIn;
  animation-duration: 0.25s;
}
.m-partners .left ul a {
  display: block;
  border: 1px solid #eee;
  position: relative;
  height: 90px;
}
.m-partners .left ul a img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-partners .left ul small {
  font-weight: 900;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  text-transform: uppercase;
  display: block;
  background: 0 0;
  color: #aaa;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.8125rem;
  transform: translateY(-100%);
}
.m-partners .left ul a:hover small {
  opacity: 1;
}
.m-partners .right h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.1;
  font-size: 2.5rem;
  margin: 0 0 1.75rem;
}
.m-partners .right > p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 0 0 3rem;
  max-width: 580px;
}
.m-partners .right .wrap {
  display: inline-block;
}
.m-partners .right .wrap a {
  text-decoration: none;
}
.m-partners .right .wrap .img {
  margin: 0 auto 0.75rem;
}
.m-partners .right .wrap .img img {
  display: block;
  margin: 0;
}
.m-partners .right .wrap .desc {
  text-align: left;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/email.png") left center scroll no-repeat transparent;
  padding-left: 60px;
}
.m-partners .right .wrap p {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0;
}
.m-partners .right .wrap small {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 900px) {
  .m-partners {
    flex-direction: column;
  }
  .m-partners .right h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .m-partners .left ul {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a1 a2" "a3 a4" "a5 a6" "a7 a8";
  }
}
@media (max-width: 440px) {
  .m-partners .right h2 {
    font-size: 1.75rem;
  }
  .m-partners .right p {
    font-size: 1.25rem;
  }
}
@keyframes slideIn {
  from {
    left: -1rem;
  }
  to {
    left: 0;
  }
}
.section.text {
  position: relative;
  z-index: 1;
  background: #E8E8E8;
  padding-bottom: 3rem;
}
.section.text div.pageWidth2 {
  width: 800px;
  max-width: 100%;
  padding: 2.5rem 3.5rem;
  background: #fff;
  margin-top: -16rem;
}
.section.text.sesje div.pageWidth2 {
  padding: 0 !important;
}
.section.text.sesje div.pageWidth2 div.wrap {
  padding: 2rem;
}
@media (max-width: 630px) {
  .section.text {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .section.text div.pageWidth2 {
    padding: 2.5rem 1.5rem;
  }
}
.article.post-159 ul {
  border-left: 6px solid #EEE;
  padding: 0 !important;
  overflow: visible !important;
}
.article.post-159 ul li {
  list-style-type: none;
  padding: 0 0 0 2rem;
  margin: 0 0 1.5rem;
  display: block;
  position: relative;
  overflow: visible !important;
}
.article.post-159 ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #245434;
  border: 5px solid #fff;
  position: absolute;
  left: -0.8rem;
  top: 0.2rem;
}
.article.post-159 ul.social {
  overflow: hidden !important;
  border: none;
}
.article.post-159 ul.social li {
  padding: 0;
}
.article.post-159 ul.social li:before {
  display: none;
}
.article.post-166 p,
.article.post-166 ul,
.article.post-166 ol {
  font-size: 1rem;
}
.article.post-166 p.lead {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
}
.article.post-166 h2 {
  font-size: 2rem !important;
  color: #31313F;
  text-transform: none;
  position: relative;
  padding: 0;
  border: none;
  margin: 2.5rem 0 1.5rem !important;
}
.article.post-166 h2:before {
  content: "";
  display: block;
  border-top: 5px solid #245434;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
}
.article.post-166 h2 strong {
  font-family: "Poppins", sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  display: inline-block;
  position: relative;
  padding-right: 1.25rem;
  background: #fff;
}
.article.post-166 hr {
  border-top: 1px solid #eee;
}
ul.list-11 {
  column-count: 2;
  column-gap: 2rem;
  padding: 0 !important;
  margin: 0 0 1.5rem !important;
}
ul.list-11 li {
  display: block;
  font-size: 1rem;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem !important;
}
ul.list-11 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #245434;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media (max-width: 500px) {
  ul.list-11 {
    column-count: 1;
    column-gap: 0;
  }
}
.box-26 {
  font-size: 0rem;
  overflow: hidden;
  position: relative;
}
.box-26 > div.left {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  background: #fff;
  float: left;
  width: 76%;
}
.box-26 > div.right {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  background: #20202F;
}
.box-26 > div.left.full {
  float: none;
  margin: 0 auto;
  width: auto;
}
.box-26 div.head {
  position: relative;
  padding: 2rem 50px 2rem 2rem;
  margin: 0;
}
.box-26 div.head a.close {
  display: block;
  width: 46px;
  height: 46px;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/close4.png") center center scroll no-repeat #eee;
  background-size: 22px auto;
  position: absolute;
  top: 0;
  right: 0;
}
.box-26 div.head h2 {
  font-size: 2.25rem !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 1rem !important;
  text-align: left;
  text-transform: none;
  color: #222;
  padding: 0;
  border: none;
}
.box-26 div.head p {
  font-size: 0.875rem !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  text-align: left !important;
}
.box-26 div.head p a {
  color: #245434 !important;
}
.box-26 div.head-wrap {
  padding-right: 100px;
  position: relative;
}
.box-26 div.head-wrap ul.social {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
}
.box-26 div.head-wrap ul.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.box-26 div.head-wrap ul.social a {
  margin: 0 0 6px;
}
.box-26 div.sec {
  position: relative;
  margin: 0 2rem;
  padding: 2rem 0;
  border-top: 1px solid #ddd;
}
.box-26 div.sec h3 {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #245434;
  margin: 0 0 1.5rem;
}
.box-26 div.sec.partnerzy ul {
  font-size: 0rem;
}
.box-26 div.sec.partnerzy ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2.66% 0.5rem 0;
  max-width: 23%;
}
.box-26 div.sec.partnerzy ul li:last-child {
  margin-right: 0;
}
.box-26 div.sec.tematyka ul {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
}
.box-26 div.sec.tematyka ul li {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 20px;
}
.box-26 div.sec.tematyka ul li:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
  background: #245434;
}
.box-26 div.sec.tematyka ul li:last-child {
  margin: 0;
}
.box-26 div.sec.tematyka p {
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 1.5rem;
}
.box-26 div.sec.prelegenci ul {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
  padding-left: 0;
}
.box-26 div.sec.prelegenci ul li {
  margin: 0 0 1rem;
  overflow: hidden;
}
.box-26 div.sec.prelegenci ul li:last-child {
  margin: 0;
}
.box-26 div.sec.prelegenci div.img {
  float: left;
  overflow: hidden;
  width: 48px;
  margin: 0 1rem 0 0;
}
.box-26 div.sec.prelegenci div.desc {
  overflow: hidden;
}
.box-26 div.sec.prelegenci h4 {
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.25rem;
  padding: 0;
}
.box-26 div.sec.prelegenci p {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}
.box-26 div.sec.prelegenci a {
  color: #222;
  text-decoration: none;
}
.box-26 div.sec.prelegenci a:hover {
  color: #245434;
}
.box-26 .button {
  background: #4375B1;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  padding: 0.35rem 1rem;
}
.box-26 div.sesje-wrap {
  overflow: hidden;
  position: relative;
  padding: 0 0 2.5rem;
  margin: 0 0 1rem;
}
.box-26 div.sesje-wrap h3 {
  float: left;
  margin: 0;
}
.box-26 div.sesje-wrap div.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 260px;
}
.box-26 div.sesje-wrap div.right {
  float: right;
}
.box-26 div.yt {
  margin: 0;
}
@media (max-width: 800px) {
  .box-26 div.head h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 740px) {
  .box-26 > div.left.full {
    width: auto;
  }
}
@media (max-width: 620px) {
  .box-26 > div.left {
    margin: 0 0 1rem;
    width: 100%;
    float: none;
  }
  .box-26 div.head h2 {
    font-size: 1.5rem !important;
  }
  .box-26 div.sec.tematyka ul,
  .box-26 div.sec.tematyka p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .box-26 div.head-wrap {
    padding: 0;
    margin: 0;
  }
  .box-26 div.head-wrap ul.social {
    position: static;
    transform: none;
    margin: 1.5rem 0 0 !important;
  }
}
.section-prelegenci h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 4rem;
  margin: 0 0 2.5rem;
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.section-prelegenci h2 span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2rem;
  display: block;
}
.section-prelegenci h2 a {
  color: #fff;
}
/* RESPONSYWNOŚĆ */
@media (max-width: 1000px) {
  .pageWidth {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .section.bgFocus .pageWidth {
    padding: 0;
  }
  #header a.mobile {
    display: block !important;
    position: absolute;
    left: 1em;
    top: 0;
  }
  #header div.menu {
    display: none;
    padding: 0;
  }
  #header {
    padding: 0.5rem;
    height: 65px;
  }
  #header #nav ul {
    float: none !important;
    margin: 0 !important;
    text-align: left;
  }
  #header #nav ul li {
    float: none;
    display: block;
    padding: 0 !important;
  }
  #header #nav ul li.home {
    display: none;
  }
  #header #nav ul a,
  #header #nav ul span {
    display: block;
    padding: 0.5rem 1rem !important;
    text-decoration: none;
    font-size: 1.25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.45;
  }
  #header #nav ul a:hover {
    background: #245434;
    color: #fff !important;
  }
  #header #nav ul.right {
    padding-left: 1rem;
  }
  #header h1,
  #header h2 {
    width: 150px;
    left: 0;
    right: 0;
    top: 0.55rem;
    float: none;
    margin: 0 auto;
  }
  #header h1 img,
  #header h2 img {
    margin: 0 auto;
  }
  #header a.menu {
    display: block !important;
  }
  body.sub #header a.logo,
  #header.stick a.logo {
    display: block !important;
    margin: 0.25rem auto 0;
  }
  body.menuOpen {
    height: 100%;
    overflow: hidden;
  }
  body.menuOpen div.menu {
    display: block !important;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 3rem 0 1rem;
    background: #fff;
    width: 100%;
    height: 100%;
  }
  body.menuOpen #header #nav ul.left {
    display: block;
  }
  body.menuOpen #header a.close {
    display: block;
    text-align: left;
    margin: 1.5rem 0.25rem;
  }
  body.menuOpen #header a.close img {
    width: 24px;
  }
  body.menuOpen #header #nav a {
    color: #444 !important;
  }
  body.menuOpen #header #nav a:hover {
    color: #fff !important;
  }
  body.menuOpen #header div.menu {
    padding: 1.5rem 0;
  }
  body.menuOpen #header #nav ul.right {
    position: static;
    margin: 0.75rem 0 0 !important;
  }
  body.menuOpen #header #nav ul.right li {
    display: inline-block;
  }
  body.menuOpen #header #nav ul.right li a {
    color: #20202F !important;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.45;
    font-size: 1rem;
  }
  body.menuOpen #header #nav ul.right span {
    padding: 0 !important;
    text-align: left;
    font-size: 1.25rem;
    color: #cc0000 !important;
  }
  body.menuOpen #header #nav ul.right span br {
    display: none;
  }
  body.menuOpen #header #nav ul.left ul.sub {
    position: static;
    background: #eee;
    padding: 0.35rem 0;
    width: 100%;
  }
  body.menuOpen #header #nav ul.left ul.sub li {
    margin: 0;
  }
  body.menuOpen #header #nav ul.left ul.sub a {
    color: #245434 !important;
  }
  body.menuOpen #header #nav ul.left ul.sub a:hover {
    color: #fff !important;
  }
  body.menuOpen #header #nav a.register {
    color: #fff !important;
  }
  #header #nav ul li.en {
    margin-left: 0;
  }
  .box-8.hasMenu:before {
    top: 0;
  }
}
script + .bar {
  margin-top: 0;
}
.bar {
  background: #000;
  color: #fff;
  margin: -2rem auto 2rem;
  padding: 1rem 1.5rem;
}
.bar > a {
  display: flex;
  align-items: center;
  color: inherit;
}
.bar > a:hover {
  text-decoration: none;
}
.bar .bar-img {
  margin-right: 20px;
}
.bar .bar-text {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.25rem;
}
.bar .bar-text a {
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.bar p {
  font-size: inherit;
  margin: 0;
}
.bar svg {
  display: block;
}
@media (max-width: 800px) {
  .bar .desc,
  .bar .desc p {
    font-size: 0.875rem;
  }
}
@media (max-width: 500px) {
  .bar > a {
    flex-direction: column;
  }
  .bar .bar-text {
    text-align: center;
    margin-top: 20px;
  }
}
.m-our-guests {
  text-align: center;
}
.m-our-guests > p {
  padding: 0 20px;
}
.peoples-list {
  text-align: center;
  margin-top: 40px;
  font-size: 0rem;
  display: flex;
  flex-wrap: wrap;
}
.peoples-list h3 {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.5rem;
  text-align: center;
}
.peoples-list p {
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
  min-height: 5.8em;
  overflow: hidden;
}
.peoples-list li {
  display: inline-flex;
  flex-direction: column;
  width: 20%;
  background: #fff;
}
.peoples-list .desc {
  padding: 1rem;
  position: relative;
}
.peoples-list .desc > * {
  position: relative;
}
.peoples-list li {
  background: #E3E3E3 !important;
}
.peoples-list li:nth-child(even) {
  background: #EAEAEA !important;
}
.peoples-list .img {
  position: relative;
}
.peoples-list .img img {
  width: 100%;
}
@media (max-width: 1000px) {
  .peoples-list li {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .peoples-list li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .peoples-list li {
    width: 50%;
  }
}
#header3 {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 0 0 350px;
  background: #fff;
  box-shadow: 0 8px 8px -4px rgba(50, 50, 50, 0.2);
  /* 0 0 8px 4px rgba(50,50,50,0.2); */
  min-height: 60px;
}
body.windowOpen #header3 {
  z-index: 1;
}
#header3 a {
  text-decoration: none;
  transition: all 0.2s linear;
  color: #6BB12C;
}
#header3 a:hover {
  color: #245434;
}
#header3 h2.home {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  padding: 1.5rem 5px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
#header3 h2.home img {
  display: block;
  margin: 0 auto;
  max-width: 95%;
}
#header3 h2.home a {
  width: 100%;
}
#header3 ul.menu {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  padding: 3.25rem 140px 0 0.5rem;
  position: relative;
  width: 100%;
  border-left: 1px solid #eee;
}
#header3.en ul.menu {
  font-size: 1.25rem;
}
#header3 ul.menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2.95rem;
  width: 100%;
  border-top: 1px solid #eee;
}
#header3 ul.menu > li {
  display: inline-block;
  vertical-align: middle;
}
#header3 ul.menu a {
  display: block;
  padding: 0.75rem;
  position: relative;
  font-weight: 700;
  color: #222;
}
#header3 ul.menu ul.sub {
  display: none;
  position: absolute;
  height: 42px;
  left: 0;
  top: auto;
  background: #367F0E;
  width: 100%;
  padding: 0.25rem 1rem;
}
#header3 ul.menu ul.sub:before {
  content: "";
  display: block;
  width: 20px;
  overflow: hidden;
  left: -20px;
  bottom: 0;
  border-top: 42px solid #367F0E;
  border-left: 20px solid transparent;
  position: absolute;
}
#header3 ul.menu ul.sub li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
}
#header3 ul.menu ul.sub a {
  padding: 0.5rem;
  color: #fff;
}
#header3 ul.menu ul.sub a:hover {
  color: #fff;
}
#header3 ul.menu > li.has-sub > a:after {
  content: "";
  width: 5px;
  border-top: 5px solid #31313F;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  display: inline-block;
  vertical-align: 5px;
  margin-left: 0.35rem;
}
#header3 ul.menu > li:hover > a,
#header3 ul.menu > li.active > a {
  color: #245434;
}
#header3 ul.menu > li:hover > a:after,
#header3 ul.menu > li.active > a:after {
  border-top-color: #367F0E;
}
#header3 ul.menu > li.has-sub:hover > a:before,
#header3 ul.menu > li.has-sub.active > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 6px;
  border-bottom: 6px solid #245434;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
#header3 ul.menu > li.has-sub:hover ul.sub,
#header3 ul.menu > li.has-sub.active ul.sub {
  display: block;
}
#header3 ul.menu > li.has-sub:hover ul.sub {
  z-index: 1;
}
#header3 ul.menu > li.has-sub.active.hideArrow > a:before {
  display: none;
}
#header3 ul.menu > li.right {
  position: absolute;
  right: 156px;
  padding-top: 0.3rem;
}
#header3 ul.menu > li.right a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-left: 1rem;
}
#header3 ul.l1 {
  position: absolute;
  top: 0;
  left: 350px;
  z-index: 2;
  padding: 0.9rem 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
}
#header3 ul.l1 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
#header3 ul.l1 li:last-child {
  margin-right: 0;
}
#header3 ul.l1 a,
#header3 ul.l1 li > * {
  display: block;
  padding: 0 0.5rem;
}
#header3 ul.l1 ul.sub {
  display: none;
  padding: 0.5rem 0;
  left: 0;
  top: auto;
  position: absolute;
  background: #eee;
}
#header3 ul.l1 ul.sub li {
  display: block;
}
#header3 ul.l1 ul.sub a {
  display: block;
  padding: 0.25rem 1rem;
}
#header3 ul.l1 > li.has-sub > a:after {
  content: "";
  width: 4px;
  border-top: 4px solid #6CA900;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 0.35rem;
}
#header3 ul.l1 > li:hover > a:after {
  border-top-color: #6CA900;
}
#header3 ul.l1 > li.has-sub:hover ul.sub {
  display: block;
}
#header3 ul.l1 > li.has-sub:hover > a {
  color: #6CA900;
}
#header3 ul.l2 {
  position: absolute;
  top: 0;
  right: 140px;
  z-index: 2;
  padding: 0.9rem 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
}
#header3 ul.l2 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  position: relative;
}
#header3 ul.l2 li:last-child {
  margin-right: 0;
}
#header3 ul.l2 a {
  display: block;
  padding: 0 0.5rem;
  color: #245434;
}
#header3 ul.l2 ul.sub {
  display: none;
  padding: 0.5rem 0;
  left: 0;
  top: auto;
  position: absolute;
  background: #eee;
}
#header3 ul.l2 ul.sub li {
  display: block;
}
#header3 ul.l2 ul.sub a {
  display: block;
  padding: 0.25rem 1rem;
}
#header3 ul.l2 > li.has-sub > a:after {
  content: "";
  width: 4px;
  border-top: 4px solid #245434;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 0.35rem;
}
#header3 ul.l2 > li:hover > a:after {
  border-top-color: #245434;
}
#header3 ul.l2 > li.has-sub:hover ul.sub {
  display: block;
}
#header3 ul.l2 > li.has-sub:hover > a {
  color: #245434;
}
#header3 ul.l3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 140px;
  border-left: 1px solid #eee;
  height: 100%;
  background: #fff;
  padding: 1.2rem 1rem 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  text-align: center;
}
#header3 ul.l3 li.register a,
#header3 ul.l3 li.register span {
  display: block;
  padding-top: 32px;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/register.svg?v=2") center top scroll no-repeat transparent;
  background-size: 30px auto;
  color: #222;
  line-height: 1.2;
}
#header3 ul.l3 li.register a:hover {
  color: #245434;
}
#header3.log-and-reg ul.l3 {
  font-size: 0rem;
  padding-top: 0.75rem;
  text-align: center;
}
#header3.log-and-reg ul.l3 li {
  font-size: 0.75rem;
  display: block;
  padding: 0.5rem;
  margin: 0 0 1.5rem;
}
#header3.log-and-reg ul.l3 li.register a {
  padding-top: 0;
  background: none;
}
#header3.log-and-reg ul.l3 li.icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/register.svg?v=2") center center scroll no-repeat transparent;
  background-size: 24px auto;
  margin: 0;
}
#header3.log-and-reg ul.l3 a {
  display: block;
}
#header3.log-and-reg a.menu {
  right: 276px;
}
#header3.no-reg a.menu {
  right: 1.15rem;
}
#header3.no-reg ul.menu {
  padding-right: 0;
}
#header3.no-reg ul.l2 {
  right: 0;
}
#header3.no-reg ul.l3 {
  display: none;
}
#header3.no-reg ul.menu > li.right {
  right: 1rem;
}
#header3 .farmer_logo img {
  width: 80px;
  filter: brightness(0) opacity(0.2);
  transition: all 0.2s linear;
}
#header3 .farmer_logo:hover img {
  filter: none;
}
@media (max-width: 1620px) {
  #header3 ul.menu {
    padding: 3.25rem 120px 0 0.5rem;
  }
  #header3.en ul.menu {
    font-size: 1.125rem;
  }
  #header3 ul.l1 {
    padding: 0.9rem 0 0;
  }
  #header3 ul.l1 li,
  #header3 ul.l2 li {
    margin: 0;
  }
  #header3 ul.menu > li.has-sub > a:after {
    vertical-align: 2px;
  }
  #header3 ul.menu > li.right {
    padding-top: 0.15rem;
    right: 140px;
  }
  #header3 ul.menu a {
    padding: 0.75rem;
  }
  #header3 ul.l1 {
    left: 363px;
  }
  #header3 ul.l3 {
    width: 120px;
  }
  #header3 ul.l2 {
    right: 120px;
  }
}
@media (max-width: 1300px) {
  #header3 ul.menu {
    font-size: 0.9375rem;
  }
  #header3.en ul.menu {
    font-size: 1rem;
  }
  #header3 ul.menu > li.right {
    padding-top: 0;
  }
}
@media (max-width: 1180px) {
  #header3 {
    padding-left: 220px;
  }
  #header3 h2.home {
    width: 220px;
    left: 0;
  }
  #header3 ul.l1 {
    left: 230px;
  }
  #header3 ul.menu {
    font-size: 0.875rem;
  }
  #header3.en ul.menu {
    font-size: 0.875rem;
  }
  #header3 ul.menu a {
    padding: 1rem 0.15rem;
  }
  #header3 ul.menu > li.right {
    right: 128px;
  }
}
@media (max-width: 1000px) {
  #header3 h2.home {
    width: 200px;
    padding: 0;
  }
  #header3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 8px 4px rgba(50, 50, 50, 0.5);
  }
  #header3 ul.l1,
  #header3 ul.l2,
  #header3 ul.menu {
    display: none;
  }
  #header3 ul.l3 {
    padding: 0.5rem 0.25rem 0;
    right: 60px;
    border: none;
    background: #eee;
    height: 60px;
    width: auto;
  }
  #header3 ul.l3 br {
    display: none;
  }
  #header3 ul.l3 li.register a,
  #header3 ul.l3 li.register span {
    font-size: 8px;
  }
  #header3 ul.menu > li.right {
    position: static;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
  #header3 a.menu {
    display: block !important;
    top: 1.2rem;
  }
  #header3 ul.l2 {
    background: #eee;
  }
  #header3 ul.l2 > li.has-sub > a:after {
    width: 5px;
    border-top-width: 5px;
    border-left-width: 2.5px;
    border-right-width: 2.5px;
  }
  #header3.log-and-reg ul.l3 {
    width: 260px;
    height: 60px;
    padding: 1rem 0.5rem;
  }
  #header3.log-and-reg ul.l3 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  #header3.log-and-reg ul.l3 li.login {
    width: 45%;
    margin: 0 10% 0 0;
  }
  #header3.log-and-reg ul.l3 li.register {
    width: 45%;
  }
  #header3.log-and-reg ul.l3 li.icon {
    width: 24px;
    margin: 0 auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #header3.log-and-reg a.menu {
    right: 74px;
  }
  #header3.log-and-reg ul.l3 {
    width: 58px;
  }
  #header3.log-and-reg ul.l3 li {
    display: none;
  }
  #header3.log-and-reg ul.l3 li.icon {
    display: block;
    padding: 0;
    width: 58px;
  }
  #header3.log-and-reg ul.l3 li.icon a {
    display: block;
    height: 64px;
    padding: 1rem;
  }
  #header3.log-and-reg ul.l3 li.icon:before,
  #header3.log-and-reg ul.l3 li.icon:after {
    display: none;
  }
  #header3.log-and-reg ul.l3 li.login,
  #header3.log-and-reg ul.l3 li.register {
    width: 100%;
  }
}
@media (max-width: 540px) {
  #header3 ul.l3 {
    font-size: 0rem;
    width: 58px;
    padding-top: 1.25rem;
  }
  #header3.reg-text ul.l3 {
    padding-top: 0.6rem;
    width: 70px;
  }
  #header3.reg-text ul.l3 li.register a,
  #header3.reg-text ul.l3 li.register span {
    margin: 0;
    font-size: 0.375rem;
  }
}
@media (max-width: 480px) {
  #header3 a.menu,
  #header3.log-and-reg a.menu {
    right: 15px;
  }
  #header3.log-and-reg ul.l3 {
    width: 58px;
  }
  #header3.log-and-reg ul.l3 li {
    display: none;
  }
  #header3.log-and-reg ul.l3 li.icon {
    display: block;
    padding: 0;
    width: 58px;
  }
  #header3.log-and-reg ul.l3 li.icon a {
    display: block;
    height: 64px;
    padding: 1rem;
  }
  #header3.log-and-reg ul.l3 li.icon:before,
  #header3.log-and-reg ul.l3 li.icon:after {
    display: none;
  }
  #header3 h2.home {
    width: 180px;
  }
}
@media (max-width: 1000px) {
  body.menuOpen {
    overflow: hidden;
  }
  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);
  }
  body.menuOpen #header3 {
    height: 100%;
    overflow: auto;
    padding: 0;
    background: transparent;
  }
  body.menuOpen #header3 ul.menu {
    display: block;
    width: 320px;
    max-width: 100%;
    background: #fff;
    padding: 1rem 0;
    z-index: 3;
  }
  body.menuOpen #header3 ul.menu:before {
    display: none;
  }
  body.menuOpen #header3 ul.menu > li {
    display: block;
  }
  body.menuOpen #header3 ul.menu > li > a {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  body.menuOpen #header3 ul.menu > li.has-sub > a:before {
    display: none !important;
  }
  body.menuOpen #header3 ul.menu ul.sub:before {
    display: none;
  }
  body.menuOpen #header3 ul.menu > li.hasSub.open ul.sub {
    display: block;
  }
  body.menuOpen #header3 ul.sub {
    position: static;
    height: auto;
    width: auto;
    border: none;
    font-size: 0.875rem;
    padding: 1rem 0;
  }
  body.menuOpen #header3 ul.sub li {
    display: block;
  }
  body.menuOpen #header3 ul.l1 {
    display: block;
    position: static;
    width: 320px;
    max-width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body.menuOpen #header3 ul.l1 li {
    display: block;
  }
  body.menuOpen #header3 ul.l1 a,
  body.menuOpen #header3 ul.l1 li > * {
    padding: 0.65rem 1rem;
  }
  body.menuOpen #header3 ul.l2 {
    display: block;
    position: static;
    width: 320px;
    max-width: 100%;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body.menuOpen #header3 ul.l2 li {
    display: block;
  }
  body.menuOpen #header3 ul.l2 a {
    padding: 0.5rem 0.25rem;
  }
  body.menuOpen #header3 ul.l1 li.has-sub ul.sub {
    padding: 0.5rem 0;
  }
  body.menuOpen #header3 h2.home {
    display: none;
  }
}
@media (max-width: 600px) {
  body.regOpen #header3 #nav div.pageWidth {
    padding-left: 0;
  }
  body.regOpen #header3.log-and-reg ul.l3 {
    z-index: 3;
    width: 100%;
    height: auto;
    padding: 60px 0 0;
    background: none;
  }
  body.regOpen #header3.log-and-reg ul.l3 li {
    display: block;
    background-color: #245434;
    margin: 0;
    padding: 2rem 0 1rem;
  }
  body.regOpen #header3.log-and-reg ul.l3 li:last-child {
    padding: 0 0 2rem;
  }
  body.regOpen #header3.log-and-reg ul.l3 li.register a,
  body.regOpen #header3.log-and-reg ul.l3 li.login a {
    background: url("/narodowe-wyzwania.farmer.pl/images/icons/register.png") 0.5rem center scroll no-repeat #fff;
    background-size: 24px auto;
    color: #245434;
    display: block;
    padding: 0.5rem 2rem;
    text-align: center;
    border-radius: 8px;
    width: 210px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1rem;
  }
  body.regOpen #header3.log-and-reg ul.l3 li.icon {
    top: 0;
    right: 0;
    left: auto;
    transform: none;
    padding: 0;
  }
  body.regOpen #header3.log-and-reg ul.l3 li.icon a {
    background: url("/narodowe-wyzwania.farmer.pl/images/icons/close.png") center center scroll no-repeat #245434;
    background-size: 16px auto;
  }
}
@media (max-width: 540px) {
  body.menuOpen #header3 ul.l1,
  body.menuOpen #header3 ul.l2,
  body.menuOpen #header3 ul.menu {
    width: auto;
    margin-right: 148px;
  }
}
@media (max-width: 480px) {
  body.menuOpen #header3 ul.l1,
  body.menuOpen #header3 ul.l2,
  body.menuOpen #header3 ul.menu {
    margin-right: 58px;
  }
}
.two-buttons a.button {
  width: 260px;
  margin: 0 0.5rem 0.5rem;
}
.o-window {
  display: none;
  background: rgba(8, 1, 1, 0.77);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 4rem 0;
  z-index: 99;
}
.o-window.open {
  display: block;
}
.o-window div.wrap {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}
.o-window div.head {
  padding: 1rem;
  position: relative;
  background: #245434;
  background-size: cover;
  text-align: center;
}
.o-window div.body {
  padding: 2rem;
}
.o-window div.head a.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.o-window div.head img {
  display: block;
  margin: 0 auto;
}
.o-window h2 {
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 1.5rem;
}
.o-window ul.c {
  display: block;
  font-size: 0rem;
  margin-top: 2rem;
}
.o-window ul.c > li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 0 0;
}
.o-window ul.c > li:last-child {
  margin-right: 0;
}
.o-window ul.c p {
  margin: 0 0 0.5rem;
}
.o-window.edition div.wrap {
  width: 410px;
}
.o-window.edition h2 {
  font-size: 1.5rem;
}
.o-window.edition p {
  font-size: 1.125rem;
}
.o-window.edition a.btn {
  display: block;
  padding: 0.5rem 0.75rem;
  text-align: center;
  background: #245434;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.o-window.edition a.btn.grey {
  background: #D2D3D3;
  color: #5C5959;
}
.o-window.edition a.btn:hover {
  background: #222;
  color: #fff;
}
.o-window.edition small.or {
  display: block;
  position: relative;
  text-align: center;
  margin: 1rem 0;
}
.o-window.edition small.or:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 49%;
  width: 100%;
  border-top: 1px solid #707070;
}
.o-window.edition small.or span {
  display: inline-block;
  background: #fff;
  padding: 0 1.5rem;
  position: relative;
}
.pageHeader {
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/sub.jpg") center top scroll no-repeat #245434;
  background-size: cover;
  padding: 13.5rem 18% 10rem;
  color: #fff;
  text-align: center;
  position: relative;
}
.pageHeader h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
.pageHeader h1.long {
  font-size: 2.25rem;
}
.pageHeader p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 0;
}
.pageHeader br:last-child {
  display: none;
}
.pageHeader div.sectionWidth {
  width: 790px;
  max-width: 100%;
}
.pageHeader small.date {
  display: inline-block;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  background: #245434;
  padding: 0.25rem 0.75rem;
  margin: 0 0 1rem;
}
.pageHeader.long {
  padding-bottom: 18rem;
}
@media (max-width: 1000px) {
  .pageHeader {
    padding: 10rem 1.5rem 7rem;
  }
  .pageHeader h1 {
    font-size: 2rem;
  }
  .pageHeader h1.long {
    font-size: 1.5rem;
  }
  .pageHeader p {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .pageHeader {
    padding-top: 4rem;
  }
  .pageHeader.long {
    padding-bottom: 16rem;
  }
  .pageHeader.long h1 {
    font-size: 1.5rem;
  }
  .pageHeader.long h1.long {
    font-size: 1.125rem;
  }
}
.section.post {
  overflow: visible;
  background: #F8F9FA;
  z-index: 2;
  position: relative;
  padding: 3rem 0;
  margin: 0 auto;
}
.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);
}
.section.post div.sectionWidth.wide {
  width: 1100px;
}
.section.post div.sectionWidth.sesje {
  width: 100%;
  background: none;
  padding: 1.45rem 0 0 !important;
  box-shadow: none;
}
.section.post div.sectionWidth.full-width {
  width: 1290px;
  max-width: 100%;
  margin-top: -3rem;
  background: none;
  box-shadow: none;
}
@media (max-width: 1100px) {
  .section.post {
    padding-bottom: 0;
  }
}
@media (max-width: 700px) {
  .section.post div.sectionWidth {
    padding: 2rem 1.5rem;
  }
}
.tabs {
  display: block;
  overflow: hidden;
}
.tabs div.navi {
  display: block;
  overflow: hidden;
}
.tabs div.navi a {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 1rem 0.5rem 0;
  text-decoration: none;
}
.tabs div.navi a.active {
  font-weight: bold;
}
.tabs div.panes {
  display: block;
  overflow: hidden;
}
.tabs div.panes > div.jspContainer {
  display: block;
}
.tabs div.panes > div,
.tabs div.panes > div.jspContainer > div.jspPane > div.one {
  display: none;
  overflow: hidden;
}
.tabs div.panes > div.active,
.tabs div.panes > div.jspContainer > div.jspPane > div.one.active {
  display: block;
}
.tabs.tabs-7 {
  background: #F7F7F7;
}
.tabs.tabs-7 div.navi {
  font-size: 0rem;
}
.tabs.tabs-7 div.navi a {
  display: inline-block;
  background: #245434;
  padding: 1rem 0.25rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  width: 33.33%;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.tabs.tabs-7 div.navi a:nth-child(3) {
  background: #245434;
}
.tabs.tabs-7 div.navi a.active {
  background: #F7F7F7;
  color: #262525;
}
.tabs.tabs-7 div.panes > div.one {
  padding: 2rem;
}
.tabs.tabs-7 small {
  display: block;
  font-size: 0.75rem;
}
.tabs.tabs-7 form.form-2 {
  margin: 0 0 1rem;
}
.tabs.tabs-7 form.form-2 label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.tabs.tabs-7 form.form-2 input {
  height: auto;
  display: block;
  background: #fff;
  border: 1px solid #BEBEBE;
  margin: 0 0 1.5rem;
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}
.tabs.tabs-7 form.form-2 button {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  margin: 0 0.5rem 0.5rem 0;
  height: auto;
  background: #245434;
  color: #fff !important;
  border: none !important;
  text-transform: uppercase;
}
.tabs.tabs-7 form.form-2 button:hover {
  background: #245434 !important;
}
.tabs.tabs-7 form.form-2 button + small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
}
.tabs.tabs-7 form.form-2 button + small a {
  color: #245434;
}
@media (max-width: 800px) {
  .tabs.tabs-7 div.navi a {
    font-size: 0.75rem;
  }
}
.sectionWidth {
  margin: 0 auto;
}
.box-30 {
  width: 1100px;
  max-width: 100%;
  margin: -10rem auto 0;
  padding: 0 1.5rem;
}
.box-30 p.back {
  font-size: 0.75rem;
  margin: 0 0 1.5rem;
}
.box-30 p.back a {
  color: #fff;
}
.box-30 p.back img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem 0 0;
}
.box-30 p.more-sessions {
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.box-30 p.more-sessions a {
  display: inline-block;
  background: #245434;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 1000px) {
  .box-30 p.more-sessions {
    margin-left: -1.5rem;
  }
}
.box-30 div.wrap-1 {
  position: relative;
  padding-right: 410px;
  margin: 0 0 1.5rem;
}
.box-30 div.wrap-1 div.left {
  padding: 1.5rem;
  background: #fff;
}
.box-30 div.wrap-1 div.left div.yt {
  margin: 0 auto;
}
.box-30 div.wrap-1 div.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 410px;
  height: 100%;
  background: #efefef;
}
.box-30 div.wrap-1 div.right iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-30 div.wrap-1 div.right small.rodo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.75rem 0.75rem;
  font-size: 0.5625rem;
  color: #2F2E2E;
  display: none;
  background: #efefef;
}
.box-30 div.wrap-1 div.right small.rodo a {
  color: #2F2E2E;
}
.box-30 div.wrap-1 div.yt {
  padding-top: 0 !important;
}
.box-30 div.wrap-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 1.5rem;
}
.box-30 div.wrap-2 div.left {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  border-right: 1px solid #DDE0E3;
  padding-right: 1.5rem;
}
.box-30 div.wrap-2 div.right {
  display: table-cell;
  vertical-align: top;
  width: 410px;
  padding-left: 1.5rem;
}
.box-30 div.wrap-3 {
  background: #fff;
  padding: 3rem;
}
.box-30 div.wrap-3 > div.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0rem;
}
.box-30 div.wrap-3 > div.inner > div.left {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin-right: 5%;
  font-size: 1rem;
}
.box-30 div.wrap-3 > div.inner > div.right {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  font-size: 1rem;
}
.box-30 div.wrap-3 > div.inner > div.right p {
  font-size: 1.125rem;
}
@media (max-width: 1000px) {
  .box-30 div.wrap-3 {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .box-30 div.wrap-3 > div.inner > div.left {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  .box-30 div.wrap-3 > div.inner > div.right {
    display: block;
    width: auto;
  }
}
.box-30 div.wrap-4 {
  position: relative;
}
@media (max-width: 1000px) {
  .box-30 div.wrap-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.box-30 div.wrap-4 > div.inner {
  background: #fff;
  padding: 2rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.box-30 div.wrap-4 > div.inner.static {
  position: static;
}
.box-30 div.wrap-4 > div.inner.open {
  display: block;
}
@media (max-width: 500px) {
  .box-30 div.wrap-4 > div.inner {
    padding: 1rem;
  }
}
.box-30 div.wrap-4 > div.inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 3rem;
}
.box-30 div.wrap-4 > div.inner h2:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #245434;
}
.box-30 div.wrap-4 > div.inner h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  background: #245434;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  position: relative;
  border-left: 1rem solid #fff;
  border-right: 1rem solid #fff;
}
@media (max-width: 500px) {
  .box-30 div.wrap-4 > div.inner h2 {
    margin: 0 auto 1.5rem;
  }
}
.box-30 div.wrap-4 > div.inner ul {
  font-size: 0rem;
}
.box-30 div.wrap-4 > div.inner ul > li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0 2% 2% 0;
  background: #F5F5F5;
  position: relative;
  padding: 1rem 1.5rem 3rem;
  text-align: left;
}
.box-30 div.wrap-4 > div.inner ul > li:nth-child(3n+3) {
  margin-right: 0;
}
.box-30 div.wrap-4 > div.inner ul small {
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding: 0 0 0.2rem;
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  color: #383838;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box-30 div.wrap-4 > div.inner ul h3 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #245434;
  position: relative;
  height: 6em;
}
.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: 6em;
  overflow: hidden;
}
.box-30 div.wrap-4 > div.inner ul div.buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0rem;
}
.box-30 div.wrap-4 > div.inner ul div.buttons a {
  color: #fff !important;
  border: none;
  border-radius: 0;
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  display: inline-block;
  width: 50%;
  padding: 0.75rem 0.5rem;
  margin: 0;
}
.box-30 div.wrap-4 > div.inner ul div.buttons a.blue {
  background: #245434;
}
.box-30 div.wrap-4 > div.inner ul div.buttons a.red {
  background: #F1AF31;
}
.box-30 div.wrap-4 > div.inner ul div.buttons a:hover {
  background: #222 !important;
  color: #fff !important;
}
.box-30 div.wrap-4 > div.inner ul div.foot {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #245434;
  padding: 1.25rem;
}
.box-30 div.wrap-4 > div.inner ul div.foot a.button {
  border-radius: 8px;
  border: 2px solid #fff;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  margin: 0.75rem 0;
  padding: 0.5rem 0.75rem;
  width: 200px;
  max-width: 100%;
}
.box-30 div.wrap-4 > div.inner ul div.foot a.button.white {
  background: #fff;
  color: #245434 !important;
}
.box-30 div.wrap-4 > div.inner ul div.foot a.button.red {
  background: transparent !important;
  color: #fff;
}
.box-30 div.wrap-4 > div.inner ul div.foot a.button:hover {
  background: #222 !important;
  color: #fff !important;
}
.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) {
  .box-30 div.wrap-4 > div.inner ul h3 {
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  .box-30 div.wrap-4 > div.inner ul > li {
    width: 49%;
  }
  .box-30 div.wrap-4 > div.inner ul > li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .box-30 div.wrap-4 > div.inner ul > li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .box-30 div.wrap-4 > div.inner ul div.buttons a.button {
    font-size: 0.6875rem;
  }
  .box-30 div.wrap-4 > div.inner ul h3 {
    font-size: 0.75rem;
  }
  .box-30 div.wrap-4 > div.inner ul > li {
    padding: 1rem 1rem 3rem;
  }
  .box-30 div.wrap-4 > div.inner ul div.foot a.button {
    padding: 0.5rem;
    font-size: 0.625rem;
  }
}
.box-30 p.desc-info {
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  width: 960px;
  max-width: 100%;
  margin: 0 auto 2.5rem;
}
.box-30 p a {
  color: #245434;
}
.box-30 h2.h {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 2rem 0 1.5rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}
.box-30 h2.h:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #DDE0E3;
  margin-left: 1rem;
}
.box-30 div.smaller {
  font-size: 0.875rem;
}
.box-30 div.smaller ul {
  display: block;
  text-align: left;
  padding-left: 1.5rem;
  border-left: 4px solid #DDE0E3;
  margin: 1.5rem 0;
}
.box-30 div.smaller ul li {
  display: block;
  margin: 0 0 1.25rem;
  position: relative;
  line-height: 1.6;
}
.box-30 div.smaller ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -2.1rem;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #245434;
  border: 4px solid #F8F9FA;
}
.box-30 div.smaller ul li:last-child {
  margin: 0;
}
@media (max-width: 1100px) {
  .box-30 div.wrap-1 {
    position: relative;
    padding-right: 300px;
  }
  .box-30 div.wrap-1 div.left {
    padding: 0;
  }
  .box-30 div.wrap-1 div.right {
    width: 300px;
  }
  .box-30 div.wrap-1 div.right small.rodo {
    font-size: 0.4375rem;
  }
  .box-30 div.wrap-2 div.right {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  .box-30 div.wrap-1 {
    display: block;
    padding: 0;
    margin: 0 -1.5rem 1.5rem;
  }
  .box-30 div.wrap-1 div.left {
    display: block;
    width: auto;
  }
  .box-30 div.wrap-1 div.right {
    position: static;
    height: auto;
    display: block;
    width: auto;
  }
  .box-30 div.wrap-1 div.right iframe {
    position: static;
    height: 355px;
  }
  .box-30 div.wrap-1 div.right small.rodo {
    position: static;
  }
}
@media (max-width: 760px) {
  .box-30 div.wrap-2 {
    display: block;
    padding: 0;
  }
  .box-30 div.wrap-2 div.left {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    margin: 0 0 1.5rem;
  }
  .box-30 div.wrap-2 div.right {
    display: block;
    width: auto;
    padding: 0;
  }
  .box-30 div.wrap-1 div.left.stick {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
body.live .box-22 {
  position: fixed;
}
body.live .box-22 + #header3 {
  top: 40px;
}
#retransmisjaax .box-22 {
  position: relative;
}
.box-22 {
  background: #245434;
  height: 40px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  max-width: 1290px;
  padding: 6px 1rem 0;
}
.box-22 ul.menu3 {
  display: block;
  padding: 0;
}
.box-22 ul.menu3 > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2rem 0 0;
  position: relative;
  font-size: 0.875rem;
}
.box-22 ul.menu3 > li > a,
.box-22 ul.menu3 > li > span {
  color: #fff;
  display: block;
}
.box-22 ul.menu3 > li.logout {
  float: right;
  margin-right: 0;
  margin-top: 3px;
}
.box-22 ul.menu3 sup {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.625rem;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background: #CC0000;
  border-radius: 100%;
  padding: 0.25rem 0 0;
}
.box-22 ul.menu3 > li a > img {
  display: inline-block;
  vertical-align: middle;
}
.box-22 ul.menu3 ul.sub {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  width: 250px;
  background: #fff;
}
.box-22 ul.menu3 > li.has-sub:hover ul.sub {
  display: block;
}
@media (max-width: 1000px) {
  .box-22 ul.menu3 {
    white-space: nowrap;
    overflow: auto;
  }
  .box-22 ul.menu3 li {
    white-space: normal;
  }
  .box-22 ul.menu3 > li.logout {
    float: none;
    margin: 0;
  }
  .box-22 .pageWidth {
    padding: 0 0.5rem;
  }
}
body.newMenuOpen header {
  top: 50px;
}
.pfonline-focus {
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/sub.jpg") center top scroll no-repeat #222;
  background-size: cover;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  text-align: center;
  font-size: 0rem;
}
.pfonline-focus div.wrap {
  border: 4px solid #fff;
  padding: 6rem 4rem 4rem;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}
.pfonline-focus h1 {
  margin: 0 auto 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.75rem;
  color: #fff;
}
.pfonline-focus h1 img {
  display: block;
  margin: 0 auto;
}
.pfonline-focus div.head p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 auto 3rem;
  width: 1100px;
  max-width: 100%;
  color: #fff;
}
.pfonline-focus small.live {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 1rem;
  color: #fff;
  background: #245434;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto 2rem;
}
.pfonline-focus h2 {
  font-size: 2.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  margin: 0 auto 2rem;
  width: 900px;
  max-width: 100%;
}
.pfonline-focus h2.long {
  font-size: 2rem;
}
.pfonline-focus div.buttons {
  margin: 0 auto 2rem;
}
.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 #fff;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.pfonline-focus div.buttons a:hover {
  background: #fff;
  color: #245434;
}
.pfonline-focus div.foot img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .pfonline-focus h2 {
    font-size: 2.25rem;
  }
  .pfonline-focus h2.long {
    font-size: 1.625rem;
  }
}
@media (max-width: 1100px) {
  .pfonline-focus {
    margin: 0 0 2rem;
  }
}
@media (max-width: 760px) {
  .pfonline-focus {
    padding: 3rem 1.25rem;
  }
  .pfonline-focus div.wrap {
    padding: 2rem 1.25rem 0;
  }
  .pfonline-focus h2 {
    font-size: 1.75rem;
  }
  .pfonline-focus h2.long {
    font-size: 1.25rem;
  }
  .pfonline-focus div.head p {
    font-size: 1rem;
  }
}
.pfonline-focus.has-two h1 {
  margin: 0 auto 4rem;
}
.pfonline-focus.has-two h2 {
  font-size: 1.75rem;
  display: table;
  width: 100%;
}
.pfonline-focus.has-two h2 span {
  display: table-cell;
  vertical-align: middle;
}
.pfonline-focus.has-two div.wrap {
  display: inline-block;
  vertical-align: middle;
  width: 47.5%;
  margin: 0 5% 0 0;
  padding: 2rem 2rem 0;
}
.pfonline-focus.has-two div.wrap:nth-child(even) {
  margin-right: 0;
}
.pfonline-focus.has-two div.wrap:nth-child(4) {
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .pfonline-focus.has-two h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 1000px) {
  .pfonline-focus.has-two div.wrap {
    padding: 1.5rem 1.5rem 0;
  }
}
@media (max-width: 760px) {
  .pfonline-focus.has-two h1 {
    margin: 0 auto 3rem;
  }
  .pfonline-focus.has-two h2 span {
    height: auto !important;
  }
  .pfonline-focus.has-two div.wrap {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
  }
  .pfonline-focus.has-two div.wrap:last-child {
    margin: 0 auto;
  }
}
.pfonline-focus.count-3 h2 {
  font-size: 1.375rem;
}
.pfonline-focus.count-3 div.wrap {
  display: inline-block;
  vertical-align: middle;
  width: 31.33%;
  margin: 0 3% 0 0 !important;
  padding: 2rem 1rem 0;
}
.pfonline-focus.count-3 div.wrap:nth-child(3n+3) {
  margin-right: 0 !important;
}
.pfonline-focus.count-3 div.buttons a {
  max-width: 45%;
}
@media (max-width: 1300px) {
  .pfonline-focus.count-3 div.buttons a {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .pfonline-focus.count-3 div.wrap {
    display: block;
    width: 100%;
    margin: 0 auto 2rem !important;
  }
  .pfonline-focus.count-3 div.wrap:last-child {
    margin: 0 auto !important;
  }
}
ul.list-33 {
  font-size: 0rem;
}
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-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  color: #245434;
  transition: all 0.2s linear;
}
ul.list-33 small {
  display: block;
  font-size: 0.8125rem;
}
ul.list-33 li.has-desc2.open {
  background: #245434;
  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: #245434;
  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: 0rem;
}
ul.list-34 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  max-width: 44%;
  position: relative;
}
ul.list-34 li > a {
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #E5E5E5;
  position: relative;
  width: 220px;
  max-width: 100%;
  height: 130px;
}
ul.list-34 li > a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 85%;
  max-height: 85%;
}
ul.list-34 div.desc {
  display: none;
  background: #E5E5E5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0;
}
ul.list-34 div.desc a {
  display: block;
  margin: 0 auto 0.5rem;
  color: #444;
  text-decoration: none;
}
ul.list-34 div.desc a:hover {
  color: #CC0000;
}
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-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  color: #245434;
  margin: 0 0 1.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #E5E5E5;
}
ul.list-34 div.desc2 p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 1rem;
}
ul.list-34 div.desc2 a.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  background: #CC0000;
  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%;
    margin: 0 5% 5% 0;
  }
  ul.list-34 li:nth-child(even) {
    margin-right: 0;
  }
}
#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: #245434;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
}
#communicator a.close {
  color: #fff;
  background: #CC0000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
}
#communicator.open {
  display: block;
}
@media (max-width: 600px) {
  #communicator {
    top: 0;
    max-height: 100%;
    height: 100%;
    padding: 2rem 1.25rem;
    border-radius: 0;
  }
}
.box-31 {
  margin: 1.5rem 0;
}
.box-31 h2 {
  font-size: 1.125rem;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #DDE0E3;
}
.box-31 textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  padding: 0.75rem;
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #DDE0E3;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 0.75rem;
}
.box-31 input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  padding: 0.75rem;
  display: block;
  width: 100%;
  border: 1px solid #DDE0E3;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 1rem;
}
.box-31 small {
  font-size: 0.5625rem;
  color: #bbb;
  display: block;
  margin: 0 0 0.75rem;
}
.box-31 small a {
  color: #bbb;
}
.box-31 a.button {
  padding: 0.5rem;
  background: #245434;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  border: none !important;
  transition: all 0.2s linear;
}
.box-31 a.button:hover {
  background: #245434 !important;
  color: #fff;
}
form#questionform .error {
  border: 1px solid red;
}
form#questionform .qmessage {
  padding: 0.2em 0.4em;
  margin-bottom: 0.8em;
  text-align: center;
  color: white;
  font-size: 0.6875rem;
}
form#questionform .qmessage.sendok {
  background-color: green;
}
form#questionform .qmessage.senderror {
  background-color: red;
}
form#questionform .qmessage.emptyerror {
  background-color: #F4BD04;
}
form#questionform input,
form#questionform textarea {
  max-width: 100%;
}
form#questionform button {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.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;
}
.window div.wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.window div.wrap > div.inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 4rem 0;
}
.window div.body {
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 70px 2rem 3rem;
  position: relative;
}
.window a.close {
  background: #ccc;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.window h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem !important;
  margin: 0 0 0.5em;
  color: #444;
}
.window p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem !important;
  margin: 0 0 1.5em;
}
.window small {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.625rem !important;
  margin: 0 0 1.75em;
}
.window h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem !important;
  margin: 0 0 0.75em;
}
.window div.g-recaptcha-wrap {
  margin: 2rem auto 0;
  text-align: center;
}
.window div.g-recaptcha {
  display: inline-block;
}
.window.open {
  display: block;
}
.login.window a.close {
  background: none;
  padding: 1rem;
}
.login.window div.body {
  width: 312px;
  background: #fff;
  padding: 0;
  margin: 0 auto 2rem;
}
.login.window div.l-head {
  padding: 1.5rem;
  background: url("https://pliki.konferencje.ptwp.pl/i/68/2e/5c/6wzv7k131ej9moep.jpg") center center scroll no-repeat #eee;
  background-size: cover;
}
.login.window div.l-head h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  color: #fff;
}
.login.window div.l-head p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem !important;
  margin: 0 0 0.5rem !important;
  color: #fff;
}
.login.window div.l-head p:last-child {
  margin: 0 !important;
}
.login.window div.l-body {
  padding: 1.5rem;
}
.login.window div.l-body p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem !important;
  margin: 0 0 0.5rem !important;
}
.login.window div.l-body p:last-child {
  margin: 0 !important;
}
.login.window div.l-body a {
  color: #245434;
}
.login.window form input[type="text"],
.login.window form input[type="email"],
.login.window form input[type="password"],
.login.window form select {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  background: #fff;
  height: 34px;
  padding: 0.5rem;
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  margin: 0 0 1.5rem;
  transition: all 0.2s linear;
}
.login.window form select:focus {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
}
.login.window form label {
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  margin: 0 0 0.25rem;
}
.login.window form div.submit button {
  background: #245434;
  color: #fff;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
}
.login.window form div.submit a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem;
  float: right;
  margin-top: 0.6rem;
}
.login.window div.row.error {
  background: none;
  padding: 0;
  margin: 0;
}
.login.window div.row small.error {
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.625rem;
  color: #CC0000;
  margin-top: -1rem;
}
.login.window div.error p {
  color: #414141;
}
.login.window div.row.error small.error {
  display: block;
}
.login.window div.row.error input,
.login.window div.row.error select {
  border: 1px solid #CC0000;
}
.login.window div.row.error label {
  color: #CC0000;
}
.login.window div.body.error div.l-head {
  background: #CC0000;
  color: #fff;
}
.login.window div.body.error div.l-head h2 {
  color: #fff;
}
.login.window div.body.error div.l-head p {
  color: #fff;
}
.login.window div.body.error a.close img {
  filter: brightness(0) invert(1);
}
.login.window form#formlogin {
  margin: 0 0 1.5rem;
}
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("/narodowe-wyzwania.farmer.pl/images/icons/play.svg") center center no-repeat transparent;
}
.section.promo {
  padding: 0;
  background: none;
  font-size: 0rem;
  margin: 4rem auto -2.5rem;
}
.section.promo ul {
  display: block;
  text-align: center;
}
.section.promo ul li {
  display: none;
  vertical-align: middle;
  width: 22.75%;
  margin: 0 3% 3% 0;
}
.section.promo img {
  display: block;
  transition: all 0.2s linear;
  position: relative;
}
.section.promo li.new img {
  animation-name: slideLeft;
  animation-duration: 0.5s;
}
.section.promo ul li:nth-child(1),
.section.promo ul li:nth-child(2),
.section.promo ul li:nth-child(3),
.section.promo ul li:nth-child(4) {
  display: inline-block;
}
.section.promo ul li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 1100px) {
  .section.promo {
    margin: 2.5rem auto 0;
  }
}
@media (max-width: 760px) {
  .section.promo ul li {
    width: 48.5%;
  }
  .section.promo ul li:nth-child(even) {
    margin-right: 0;
  }
}
@keyframes slideLeft {
  from {
    left: 3rem;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.box-33 {
  padding: 0 290px 0 0;
  position: relative;
  background: #fff;
}
.box-33 a {
  color: #2B2929;
  text-decoration: none;
}
.box-33 div.left {
  position: relative;
}
.box-33 div.right {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  height: 100%;
  overflow: auto;
  background: none !important;
}
.box-33 div.scroll-pane {
  position: absolute;
  width: 100%;
  height: 100%;
}
.box-33 div.left > div {
  display: none;
  position: relative;
}
.box-33 div.left > div.active {
  display: block;
}
.box-33 div.preview {
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #245434;
  background-size: cover;
}
.box-33 div.preview a {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/play.svg") center center scroll no-repeat transparent;
}
.box-33 ul {
  display: block;
  text-align: left;
}
.box-33 ul > li {
  display: block;
  border-bottom: 1px solid #F4F4F4;
  transition: all 0.2s linear;
}
.box-33 ul small {
  font-size: 0.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  display: block;
  margin: 0 0 0.25rem;
}
.box-33 ul p {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.box-33 ul > li.active a {
  color: #222;
}
.box-33 ul > li.active small {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.box-33 ul a {
  display: block;
  padding: 1rem;
  color: #245434;
}
.box-33 ul li:hover {
  background: #245434;
}
.box-33 ul li:hover a {
  color: #fff;
}
.box-33 div.yt {
  margin: 0;
}
.box-33 .jspDrag {
  background: #245434;
}
.box-33 .jspTrack {
  background: #eee;
}
.box-33 div.other div.wrap {
  border: 1px solid #fff;
  border-top: none;
  padding: 1.25rem 1.5rem;
}
.box-33 div.other h2 {
  background: #fff;
  padding: 1.2rem 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #245434;
  margin: 0 auto;
}
.box-33 div.other h3 {
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 auto 1.25rem;
}
.box-33 div.other ul {
  display: block;
  font-size: 0rem;
  margin: 0 auto;
}
.box-33 div.other ul > li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 1.25rem 0;
  background: #245434;
  border-left: 4px solid #CC0000;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  border-bottom: none;
}
.box-33 div.other ul > li:nth-child(even) {
  margin-right: 0;
}
.box-33 div.other ul li > span {
  display: table;
  width: 100%;
}
.box-33 div.other ul span span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 49px;
  padding: 0 1rem;
}
.box-33 div.other a.button {
  background: #fff;
  color: #245434;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.5rem 1.5rem;
  width: auto;
  max-width: 100%;
  margin: 0 0.5rem 1rem;
}
@media (max-width: 600px) {
  .box-33 div.other ul > li {
    display: block;
    width: auto;
    margin: 0 0 1.25rem;
  }
}
@media (max-width: 800px) {
  .box-33 {
    padding: 0;
  }
  .box-33 div.right {
    position: static;
    width: 100%;
    height: 166px;
    /*400px;*/
    border: none;
    border-top: 6px solid #fff;
  }
  .box-33 div.scroll-pane {
    position: relative;
  }
  .box-33 ul p {
    min-height: 0;
  }
}
.box-34 {
  font-size: 0rem;
}
.box-34 div.img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5% 5% 0;
  width: 30%;
  border: 1px solid #eee;
  padding-bottom: 30%;
  position: relative;
}
.box-34 div.desc {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.box-34 div.img img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  width: 100% !important;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #245434;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #090B64;
  position: relative;
}
.jspDrag {
  background: #3D4EF9;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: 0;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.horizontal-only {
  height: auto;
}
.scroll-pane:focus,
.jspPane:focus,
.jspContainer:focus {
  outline: none;
}
.person-contact-box {
  background: #B1F8F8;
  display: flex;
  max-width: 440px;
}
.person-contact-box .person-contact-box-img {
  width: 100px;
  height: 100px;
}
.person-contact-box .person-contact-box-content {
  padding: 10px 15px;
}
.person-contact-box .person-contact-box-text {
  font-size: 13px !important;
  font-weight: normal !important;
  margin-bottom: 13px !important;
  text-align: left !important;
}
.person-contact-box .person-contact-box-bottom {
  display: flex;
}
.person-contact-box .person-contact-box-name {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
.person-contact-box .person-contact-box-icon {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.person-contact-box .person-contact-box-icon path {
  fill: #46BED6;
}
.person-contact-box .person-contact-box-icon:hover path {
  fill: #245434;
}
@media (max-width: 550px) {
  .person-contact-box .person-contact-box-bottom {
    flex-direction: column;
  }
}
.person-box {
  display: flex;
  background: #f4f4f4;
  margin-bottom: 1.5rem;
  max-width: 510px;
  border-radius: 4px;
  overflow: hidden;
}
.person-box .person-box-img-cnt {
  position: relative;
  width: 100px;
  flex-shrink: 0;
}
.person-box .person-box-img {
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  height: 100%;
}
.person-box .person-box-content {
  padding: 10px 10px 10px 20px;
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 110px;
  gap: 0 10px;
  grid-template-rows: auto auto;
}
.person-box .person-box-name {
  font-size: 1.25rem;
  margin-top: 0;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.person-box .person-box-text {
  font-size: 0.75rem;
  color: #000;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-bottom: 0;
}
.person-box .person-box-icons {
  grid-column: 2 / 3;
  grid-row: 1 / -1;
  justify-self: end;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.person-box .person-box-icons img {
  margin-right: 5px;
}
.person-box .person-box-icons a:hover,
.person-box .person-box-icons a:focus {
  text-decoration: none;
}
.person-box .person-box-icon {
  position: relative;
}
.person-box .person-box-icon[href^="tel"]:hover::before {
  z-index: 1;
  content: attr(data-tel);
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  transform: translate(-50%);
  background: #000;
  border-radius: 4px;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
}
@media (max-width: 1300px) and (min-width: 760px), (max-width: 460px) {
  .person-box .person-box-content {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .person-box .person-box-name,
  .person-box .person-box-text,
  .person-box .person-box-icons {
    grid-column: 1 / 2;
  }
  .person-box .person-box-icons {
    grid-row: 3 / 4;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  .person-box {
    margin: 0 auto 10px;
  }
}
.our-projects-box {
  margin-top: 70px;
}
.our-projects-box .our-projects-box-title {
  text-align: center;
}
.our-projects-box .our-projects-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-projects-box .our-projects-list li {
  border: 1px solid #ddd;
  padding: 10px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
.our-projects-box .our-projects-list img {
  max-width: 90%;
}
.our-projects-box .our-projects-list a {
  display: inline-block;
  text-align: center;
}
@media (max-width: 640px) {
  .our-projects-box .our-projects-list {
    flex-wrap: wrap;
  }
  .our-projects-box .our-projects-list li {
    width: calc(50% - 10px);
  }
}
div.blue-border {
  border: 1px solid #245434;
  padding: 30px;
  margin: 10px 0 30px 0;
}
div.blue-border ::marker {
  color: #245434;
}
div.blue-border p,
div.blue-border ul {
  font-size: 15px;
}
div.blue-border ul li {
  margin-bottom: 15px;
}
div.blue-border p:last-of-type {
  margin-top: 40px;
  background: #245434;
  color: #fff;
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  font-weight: bold;
  font-size: 14px;
}
div.blue-border p:last-of-type a {
  color: #fff;
}
div.box-16 {
  margin: 0 0 2.5rem;
  font-size: 0rem;
  text-align: center;
}
div.box-16 div.one {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 31%;
  margin: 0 3.5% 0 0;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
  text-align: left;
}
div.box-16 div.one:last-child {
  margin: 0;
}
div.box-16 div.head {
  background: #EBEBEB;
  padding: 1.5rem;
  margin: 0;
}
div.box-16 div.body {
  padding: 1.5rem;
  max-width: 100%;
}
div.box-16 div.head small {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #666;
}
div.box-16 div.head h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.75rem;
  margin: 0 0 0.75rem;
  border: none;
  padding: 0;
  color: #1F1F2E;
  text-transform: none;
}
div.box-16 div.head p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
div.box-16 div.head p:last-child {
  margin: 0;
}
div.box-16 div.head p.toggle {
  margin-top: 1rem;
}
div.box-16 div.head h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.1875rem;
  margin: 0 0 1rem;
  border: none;
  padding: 0;
  color: #1F1F2E;
  text-transform: none;
}
div.box-16 div.head h4:last-child {
  margin: 0;
}
div.box-16 div.head h3 + h4 {
  margin: -1.1rem 0 0.4rem;
}
div.box-16 div.body p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  color: #666;
  margin: 0 0 1rem;
}
div.box-16 div.body p:last-child {
  margin: 0;
}
div.box-16 div.body ul {
  margin: 0 0 1.5rem !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  color: #666;
  padding: 0 !important;
}
div.box-16 div.body ul:last-child {
  margin: 0 !important;
}
div.box-16 div.body ul li {
  display: block;
  margin: 0 0 0.75rem;
  position: relative;
  padding-left: 16px;
}
div.box-16 div.body ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #245434;
}
div.box-16 div.body h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.25rem;
  color: #20202F;
  margin: 0 !important;
}
div.box-16 div.body h4 + p {
  color: #20202F;
}
div.box-16 div.body h4.info {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.25rem;
  color: #666;
  text-align: center;
  margin: 0 0 0.5rem !important;
}
div.box-16 div.body div.toggle div.terms {
  display: none;
}
div.box-16 div.one.open {
  background: #EBEBEB;
}
div.box-16 div.one.open div.head p.toggle {
  display: none;
}
div.box-16 div.one.open div.body {
  padding-top: 0;
}
div.box-16 div.one.open div.body div.toggle div.terms {
  display: block;
}
div.box-16 div.one.open div.body div.toggle div.list {
  display: none;
}
div.box-16 div.one.open div.foot p.toggle {
  display: block;
}
div.box-16 div.foot {
  background: #EBEBEB;
  margin: 2rem 0 0;
  padding: 1.5rem;
}
div.box-16 div.foot h4 {
  font-size: 1.125rem;
  margin: 0 0 0.5rem !important;
  padding: 0;
}
div.box-16 div.foot p {
  font-size: 0.8125rem;
  margin: 0;
}
div.box-16 div.foot p.toggle {
  display: none;
  font-size: 0.875rem;
  margin: 1rem 0 0;
}
div.box-16 div.foot p.toggle a {
  color: #CC0000;
}
@media (max-width: 740px) {
  div.box-16 div.one {
    width: 48.5%;
    margin: 0 3% 1.5rem 0;
  }
  div.box-16 div.one:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  div.box-16 div.one {
    width: 100%;
    display: block;
    height: auto !important;
    margin: 0 0 1.5rem;
  }
}
h3.show-on-click {
  padding: 0 0 1rem !important;
  border-bottom: 1px solid #eee;
}
h3.show-on-click a {
  display: block;
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  background: url("/narodowe-wyzwania.farmer.pl/images/icons/arrow-down2.png") right 12px scroll no-repeat transparent;
  background-size: 13px auto;
}
h3.show-on-click + ul,
h3.show-on-click + div {
  display: none;
}
h3.show-on-click.open a {
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/arrow-up2.png");
}
h3.show-on-click.open + ul,
h3.show-on-click.open + div {
  display: block;
}
ul.list-12 {
  display: block;
  padding: 0 !important;
  margin: 0 0 1.5rem;
  text-align: center;
}
ul.list-12 > li {
  display: block;
  margin: 0 0 1rem !important;
  background: center top scroll no-repeat transparent;
  color: #20202F;
}
ul.list-12 li:before {
  display: none !important;
}
ul.list-12 li.enabled {
  padding: 36px 0 0 !important;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/tick2.png");
  background-size: 30px;
}
ul.list-12 li.disabled {
  padding: 36px 0 0 !important;
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/cross2.png");
  background-size: 24px;
  color: #aaa;
}
.cGold {
  color: #B28500 !important;
}
.cGreen2 {
  color: #A3D900 !important;
}
div.box-25 {
  padding: 2rem;
}
ul.one > li {
  margin: 0 0 1.5rem;
}
article.prelegenci div.box-5 {
  display: block;
  overflow: hidden;
  margin: 0 0 1.5rem;
  padding: 0 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #999;
  text-align: center;
}
article.prelegenci div.box-5 a {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #eee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s linear;
}
article.prelegenci div.box-5 a:hover {
  background: #222;
  color: #fff;
}
@media (max-width: 1000px) {
  article.prelegenci div.box-5 {
    overflow: auto;
    white-space: nowrap;
  }
}
article.prelegenci div.box-10 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 1rem !important;
  border-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
article.prelegenci div.box-10 h2::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #eee;
}
article.prelegenci div.box-10 h2 + ul.list-4 {
  margin: 0 0 1.5rem;
}
article.prelegenci div.box-10 a {
  padding: 0.5rem 0;
}
article.prelegenci ul.list-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
  padding: 0 !important;
  list-style-type: none;
  text-align: left;
}
article.prelegenci ul.list-4 li {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  align-items: center;
  margin: 0 !important;
  max-width: none;
}
article.prelegenci ul.list-4 a {
  display: flex;
  align-items: center;
}
article.prelegenci ul.list-4 span.img {
  width: 60px;
  flex: 0 0 60px;
}
article.prelegenci ul.list-4 span.img + span.desc {
  padding-left: 1.5rem;
  font-weight: 700;
}
article.prelegenci ul.list-4 span.desc small {
  font-size: 12px;
  display: block;
  margin-top: 0.25rem;
  color: #222;
  font-weight: 300;
}
article.prelegenci ul.list-4 a img {
  display: block;
  width: 60px;
  border-radius: 100%;
  opacity: 0.9;
  margin: 0 1rem 0 0;
}
article.prelegenci ul.list-4 li:hover a img {
  opacity: 0.7;
}
@media (max-width: 760px) {
  article.prelegenci ul.list-4 li {
    flex: 0 0 100%;
  }
}
div.box-43 {
  width: 860px;
  max-width: 100%;
  margin: -10rem auto 0;
}
div.box-43.v2 {
  width: 1400px;
}
div.box-43 h2 {
  font-size: 1.75rem;
}
div.box-43 form {
  overflow: visible;
}
div.box-43 button,
div.box-43 a.button {
  font-weight: 700;
}
div.box-43 input[type="text"],
div.box-43 input[type="password"] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #A8A3A3;
  background: #fff;
  padding: 1em 1.5rem;
  font-size: 1.0625rem;
  border-radius: 4px;
  margin: 0 0 1rem;
}
div.box-43 label {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin: 0 auto 0.25rem;
}
div.box-43 .errmsg {
  display: block;
  color: #CC0000;
  margin: 0 0 1rem;
  font-size: 0.875rem;
}
div.box-43 div.hd {
  text-align: center;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}
div.box-43 div.hd p {
  font-size: 1.75rem;
  font-weight: 700;
  font-style: italic;
  display: inline;
  color: #fff;
  background-image: linear-gradient(0, #245434 0, #245434 35%, transparent 35%);
}
@media (max-width: 760px) {
  div.box-43 div.hd {
    padding: 0 1.5rem 3rem;
  }
  div.box-43 div.hd p {
    font-size: 1.25rem;
  }
}
div.box-43 div.bd {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}
div.box-43 div.bd > div.left {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 3rem 1.5rem;
}
div.box-43 div.bd > div.right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: #eeffe5;
  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 {
  margin: 2rem 0 0;
}
@media (max-width: 760px) {
  div.box-43 div.bd {
    display: block;
  }
  div.box-43 div.bd > div.left,
  div.box-43 div.bd > div.right {
    display: block;
    width: auto;
  }
}
div.box-43 div.ft {
  padding: 3rem 1.5rem;
  text-align: center;
}
div.box-43 div.ft p {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
}
section.focus3.trans {
  position: relative;
  padding: 13rem 1.5rem 10rem;
  color: #fff;
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/sub.jpg") center top scroll no-repeat #6BB12C;
  background-size: cover;
  margin: 0 auto 50px;
}
@media (max-width: 1000px) {
  section.focus3.trans {
    margin: 0 auto;
  }
}
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 #fff;
  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 {
  font-weight: 700;
  padding: 1rem 1.5rem;
  margin: 0 1rem 0 0;
  transition: all 0.2s linear;
}
section.focus3.trans a.button:nth-child(2) {
  margin: 0;
}
section.focus3.trans a.button:hover {
  background: #6BB12C !important;
}
section.focus3.trans div.wrap2.has-more {
  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 #fff;
  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: block;
  width: 100%;
  text-align: left;
  padding: 0;
}
section.focus3.trans div.wrap2.has-more p.live {
  /*padding-left: 34px;*/
  font-size: 0.75rem;
}
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: 0.9375rem;
}
section.focus3.trans div.wrap2.has-more a.button {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
}
@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 {
    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.5rem;
    height: auto;
  }
  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: inline-block;
  font-size: 0.75rem;
  background: #245434;
  color: #fff;
  padding: 2px 8px;
  letter-spacing: 1.5px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
section.focus3.trans h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 800;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 100px;
}
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;
  position: relative;
}
section.focus3.trans div.w:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1rem;
  background: url("/images/2020/svg/arrow.svg") left center scroll no-repeat transparent;
  width: 38px;
  height: 26px;
}
section.focus3.trans div.w:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: -3rem;
  width: 74px;
  height: 133px;
  background: url("/images/2020/svg/a.svg") center center scroll no-repeat transparent;
}
section.focus3.trans div.w div.l {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
section.focus3.trans div.w div.r {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  padding: 0 0 0 40px;
}
@media (max-width: 1000px) {
  section.focus3.trans div.w {
    display: block;
  }
  section.focus3.trans div.w div.l {
    display: block;
    margin: 0 0 1rem;
    text-align: center !important;
  }
  section.focus3.trans div.w div.r {
    display: block;
    margin: 0;
    width: 100% !important;
    padding: 0;
    text-align: center !important;
  }
}
@media (max-width: 760px) {
  section.focus3.trans div.w {
    padding: 0;
  }
  section.focus3.trans div.w:before,
  section.focus3.trans div.w:after {
    display: none;
  }
}
section.focus3.trans div.w div.l > small {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 1rem 0.5rem 0;
  color: #fff;
}
section.focus3.trans div.w div.r {
  text-align: right;
  width: 380px;
}
section.focus3.trans div.w div.r > small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  font-weight: 800;
}
section.focus3.trans ul#countdown {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
section.focus3.trans ul#countdown li {
  display: inline-block;
  vertical-align: top;
  width: 56px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5rem 0.25rem;
}
section.focus3.trans ul#countdown strong {
  display: block;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}
section.focus3.trans ul#countdown small {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}
section.focus3.trans p.live {
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}
section.focus3.trans p.live img {
  margin-right: 0.5rem;
}
section.focus3.trans ul.more {
  display: none;
  background: #fff;
  padding: 0.5rem 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: #245434;
  text-decoration: none;
}
section.focus3.trans ul.more small {
  font-size: 0.6875rem;
  color: #222;
  font-weight: 300;
}
section.focus3.trans div.buttons {
  position: relative;
  display: flex !important;
  gap: 1rem;
}
section.focus3.trans div.buttons > a {
  margin: 0;
  flex: 1;
  text-align: center;
  width: 100%;
  padding: 0.5rem !important;
}
section.focus3.trans div.buttons.open ul.more {
  display: block;
}
@media (max-width: 1000px) {
  section.focus3.trans {
    padding: 10rem 1.5rem;
    min-height: 0;
  }
  section.focus3.trans h2 {
    font-size: 2rem;
  }
}
@media (max-width: 760px) {
  section.focus3.trans {
    padding: 6rem 1.5rem 2rem;
  }
  section.focus3.trans div.wrap2 {
    margin: 0 0 1rem;
    padding: 1.5rem;
  }
  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.875rem;
  }
  section.focus3.trans a.button {
    margin: 0.25rem 0;
    display: block;
  }
  section.focus3.trans p.live {
    padding: 0;
  }
  section.focus3.trans p.live img {
    display: inline-block;
    position: static;
    transform: none;
    margin: 0 0.5rem 0 0;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}
.popup-container {
  padding: 4px;
  background: #fff;
  width: 96%;
  max-width: 800px;
  position: relative;
}
.popup-close {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -999px;
}
.popup-close::before,
.popup-close::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #081E56;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.1s;
}
.popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-close:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.popup-close:hover::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.box-person {
  margin: 40px 0 80px;
  display: grid;
  grid-template-columns: 205px 1fr;
  grid-template-rows: auto auto auto;
  gap: 0 60px;
}
.box-person .box-person-img-wrap {
  position: relative;
  align-self: flex-start;
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}
.box-person .box-person-img-wrap::before {
  content: "";
  width: 205px;
  height: 205px;
  position: absolute;
  left: 33px;
  top: 30px;
  background: radial-gradient(#245434 40%, transparent calc(40% + 1px));
  background-size: 16px 16px;
  background-position: right top;
}
.box-person .box-person-img img {
  width: 205px;
  height: 205px;
  display: block;
  position: relative;
  z-index: 1;
}
.box-person .box-person-content {
  margin-left: 60px;
}
.box-person .box-person-title {
  margin-top: -5px;
  text-transform: unset;
  border: 0;
  margin-bottom: 0.5rem;
  font-size: 20px;
}
.box-person .box-person-name {
  color: #245434;
  font-size: 20px;
}
.box-person .box-person-position {
  color: #888;
  font-size: 12px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.box-person ul.box-person-contact {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.box-person ul.box-person-contact li {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 16px;
}
.box-person ul.box-person-contact li:last-child {
  margin: 0;
}
.box-person ul.box-person-contact a {
  color: #060202;
  display: block;
  padding: 0 0 0 40px;
  background: left center scroll no-repeat;
  text-decoration: none;
  transition: all 0.2s linear;
}
.box-person ul.box-person-contact a:hover {
  color: #245434;
}
.box-person ul.box-person-contact li.tel a {
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/tel.svg");
}
.box-person ul.box-person-contact li.mail a {
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/mail.svg");
}
.box-person ul.box-person-contact li.li a {
  background-image: url("/narodowe-wyzwania.farmer.pl/images/icons/li.svg");
}
@media (max-width: 670px) {
  .box-person {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .box-person .box-person-title {
    grid-row: 1 / 2;
  }
  .box-person .box-person-img-wrap {
    margin-bottom: 50px;
  }
  .box-person .box-person-img-wrap {
    grid-row: 2 / 3;
  }
  .box-person .box-person-position {
    margin-bottom: 20px;
  }
  .box-person ul.box-person-contact {
    padding-left: 0;
  }
}
.buttons-register-bar-cnt {
  border: 2px solid #245434;
  background: rgba(36, 84, 52, 0.05);
  padding: 20px;
  margin: 0 0 2rem;
}
.buttons-register-bar-cnt h3 {
  text-align: center;
  color: #245434 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
}
.buttons-register-bar-cnt h3 a {
  color: inherit !important;
  text-decoration: none !important;
}
.buttons-register-bar-cnt p:last-child {
  margin-bottom: 0;
}
.buttons-register-bar-cnt small {
  color: inherit !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  text-align: center !important;
  display: block !important;
  font-size: 15px !important;
}
.buttons-register-bar-cnt .button {
  background: #245434 !important;
  border: 0 !important;
  padding: 20px 10px !important;
  color: #fff !important;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.buttons-register-bar-cnt .button--type2 {
  background: #245434 !important;
}
.buttons-register-bar-cnt + .buttons-register-bar-cnt {
  margin-top: 30px;
}
.buttons-register-bar-cnt--type2 {
  border-color: #245434;
  background: rgba(36, 84, 52, 0.05);
}
.buttons-register-bar-cnt--type2 h3 {
  text-align: center;
  color: #245434 !important;
}
.buttons-register-bar-cnt-inline {
  display: none;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.buttons-register-bar-inside {
  display: none;
  border-top: 1px solid #ddd;
  padding: 20px 0 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
}
.buttons-register-bar-cnt.is-def-open .buttons-register-bar-inside,
.buttons-register-bar-cnt.is-open .buttons-register-bar-inside {
  display: block;
}
.buttons-register-bar-cnt.is-def-open h3 a,
.buttons-register-bar-cnt.is-open h3 a {
  display: block;
  padding: 0 0 20px;
}
.buttons-register-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 2rem;
}
.buttons-register-bar:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .buttons-register-bar {
    flex-direction: column;
  }
}
.faq-list {
  margin: 20px 0;
}
.faq-list dt {
  font-weight: bold;
  color: #245434 !important;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-list dd {
  display: none;
  border-left: 2px solid #eee;
  padding: 20px 0 20px 20px;
  font-size: 15px;
  margin-bottom: 20px;
}
.faq-list dd p {
  font-size: inherit !important;
}
.faq-list dd p:last-child {
  margin-bottom: 0;
}
table.table-1 {
  border: 1px solid #eee;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1rem;
  margin: 0 0 2rem;
  width: 100%;
}
table.table-1 img {
  display: block;
  margin: 0 auto;
}
table.table-1 td,
table.table-1 th {
  padding: 1rem;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #eee;
  width: 30%;
  font-size: 0.75rem;
}
table.table-1 th:first-child,
table.table-1 td:first-child {
  width: 42%;
  text-align: left;
}
table.table-1 tbody td {
  text-align: center;
}
table.table-1 tbody td:first-child {
  font-weight: 700;
}
table.table-1 thead {
  font-weight: 700;
  font-size: 1.125rem;
  vertical-align: top;
}
table.table-1 thead td {
  vertical-align: top;
}
table.table-1 thead small {
  font-size: 0.875rem;
  color: #666;
  display: block;
  margin-top: 0 !important;
}
table.table-1 thead strong {
  font-weight: 700;
  font-size: 1.375rem;
  display: block;
}
table.table-1 thead td:last-child strong:first-of-type {
  color: #00A8BF;
}
table.table-1 thead td:last-child strong:last-of-type {
  font-size: 19px;
}
table.table-1 .cBlue {
  color: #00A8BF !important;
}
@media (max-width: 900px) {
  table.table-1 td,
  table.table-1 th {
    width: 35%;
  }
  table.table-1 td:first-child,
  table.table-1 th:first-child {
    width: 30%;
  }
}
.cGold {
  color: #B28500;
}
.universal.o-wydarzeniu {
  margin: 0 auto;
}
.universal.konkurs {
  margin: 0 auto;
}
.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;
  object-fit: cover;
  display: block;
  max-width: none;
  border: 2px solid #fff;
}
.carousel__item-body {
  width: 100%;
  background-color: #6BB12C;
  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: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}
.carousel__item-body p {
  font-size: 14px;
  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;
}
section.focus-2023 {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #fff;
  background-size: cover;
  padding: 2rem;
  min-height: 630px;
  margin: 0 auto 50px;
}
section.focus-2023 div.img {
  flex: 1;
}
section.focus-2023 div.desc {
  flex: 1;
  text-align: center;
}
section.focus-2023 div.img img {
  display: block;
  margin: 0 auto;
}
section.focus-2023 div.wrap {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 6rem;
}
section.focus-2023 h1 {
  display: none;
}
section.focus-2023 h2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 4px solid #245434;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
  color: #245434;
}
section.focus-2023 h2 strong {
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
}
section.focus-2023 h2 span {
  font-size: 46px;
  font-weight: 700;
  text-align: left;
}
section.focus-2023 p {
  font-size: 24px;
  font-weight: 700;
  color: #245434;
}
@media (max-width: 1000px) {
  section.focus-2023 {
    min-height: 0;
    margin: 0;
    background-position: right bottom;
  }
  section.focus-2023 div.wrap {
    margin: 0 auto;
  }
  section.focus-2023 div.img img {
    width: 176px;
    height: auto;
  }
  section.focus-2023 h2 {
    justify-content: center;
    padding: 1rem;
    margin: 1rem;
  }
  section.focus-2023 h2 strong {
    font-size: 110px;
  }
  section.focus-2023 h2 span {
    font-size: 30px;
  }
  section.focus-2023 p {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  section.focus-2023 {
    flex-direction: column;
    background-position: center -200px;
    background-size: 100% auto;
  }
  section.focus-2023 div.desc {
    width: 100%;
  }
  section.focus-2023 a.button {
    width: auto;
  }
}
@media (max-width: 540px) {
  section.focus-2023 {
    background-position: center -55px;
  }
}
@media (max-width: 390px) {
  section.focus-2023 {
    background-position: center 0;
  }
}
section.tematyka ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
}
section.tematyka ul li {
  width: calc(50% - 0.75rem);
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/addon2.png") left center scroll no-repeat transparent;
  padding-left: 40px;
  font-size: 17px;
}
@media (max-width: 500px) {
  section.tematyka ul {
    align-items: center;
    margin: 0 auto 2rem;
    gap: 1rem;
  }
  section.tematyka ul li {
    font-size: 14px;
    padding: 4px 0 4px 36px;
    width: 100%;
  }
  section.tematyka ul br {
    display: none;
  }
}
section.goscie {
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/addon3.png") right bottom scroll no-repeat #fff;
}
section.goscie div.img {
  background: none;
}
section.goscie div.desc {
  background: none;
}
@media (max-width: 760px) {
  section.goscie {
    flex-direction: column-reverse !important;
  }
}
section.wydarzenia-towarzyszace ul {
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  gap: 1.5rem;
  color: #fff;
}
section.wydarzenia-towarzyszace ul li {
  flex: 1;
  background: #6BB12C;
  border-radius: 8px;
  padding: 1rem;
  transition: all 0.2s linear;
}
section.wydarzenia-towarzyszace ul li:nth-child(2n) {
  background: #DF0075;
}
section.wydarzenia-towarzyszace ul li:hover {
  background: #F1AF31;
}
section.wydarzenia-towarzyszace ul a {
  display: block;
  text-decoration: none;
}
section.wydarzenia-towarzyszace ul img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin: 0 auto 1rem;
}
section.wydarzenia-towarzyszace ul small {
  margin: 0;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 500px) {
  section.wydarzenia-towarzyszace ul {
    flex-direction: column;
  }
  section.wydarzenia-towarzyszace ul li a {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  section.wydarzenia-towarzyszace ul img {
    width: 30%;
    margin: 0;
  }
}
section.inn-prod-rol {
  margin: 0 auto;
}
section.wspolpraca {
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/addon4.png") right bottom scroll no-repeat #fff;
}
section.wspolpraca div.img {
  background: none;
}
section.wspolpraca div.desc {
  background: none;
}
section.wspolpraca div.desc h2,
section.wspolpraca div.desc p {
  color: #222;
}
@media (max-width: 500px) {
  section.wspolpraca .person-box .person-box-content {
    gap: 0.25rem;
  }
  section.wspolpraca .person-box .person-box-img-cnt {
    width: 120px;
  }
  section.wspolpraca .person-box .person-box-name {
    font-size: 16px;
  }
  section.wspolpraca .person-box .person-box-text {
    font-size: 10px;
    line-height: 1.2;
  }
}
.focus-2023 h2 {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.focus-2023 .img svg {
  display: block;
  margin: 0 auto;
  max-width: 330px;
  width: 100%;
}
.focus-2023 .logo-tractor {
  transform: translate(260px, 0);
  animation: animateTractor 1s 2s linear both;
}
.focus-2023 .logo-text path,
.focus-2023 .logo-text rect {
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 310px;
  stroke-dashoffset: -310px;
  animation: logoAnim 1s 1.5s linear both, logoAnimFill 1s 3.5s linear both;
}
.focus-2023 .logo-bottom path,
.focus-2023 .logo-tractor path,
.focus-2023 .logo-bottom rect,
.focus-2023 .logo-tractor rect {
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 610px;
  stroke-dashoffset: -610px;
  animation: logoAnim 2s 0s linear both, logoAnimFill 1s 3.5s linear both;
}
@keyframes logoAnim {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes logoAnimFill {
  100% {
    fill: #fff;
  }
}
@keyframes animateTractor {
  100% {
    transform: translate(0, 0);
  }
}
.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%;
  object-fit: none;
}
.company-info .company-info-head {
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
}
.company-info .company-info-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: #222;
}
.company-info .company-info-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
.company-info .company-info-body {
  padding: 2.5rem 1.5rem;
}
.company-info .company-info-body p {
  margin: 0 0 0.5rem;
  font-size: 18px;
}
.company-info .company-info-body p a {
  color: #245434;
  font-weight: 700;
  transition: all 0.2s linear;
  text-decoration: none;
}
.company-info .company-info-body p a:hover {
  color: #222;
}
.company-info .company-info-body > *:last-child {
  margin: 0;
}
.focus5 {
  background: url("/narodowe-wyzwania.farmer.pl/images/2024/sub.jpg") center center scroll no-repeat #222;
  background-size: cover;
  padding: 3rem 3rem 5rem;
  margin-top: 0;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 500px) {
  .focus5 {
    padding: 2rem 1rem 4rem;
  }
}
.focus5 .pageWidth {
  position: relative;
  z-index: 1;
}
.focus5 a {
  text-decoration: none;
}
.focus5 .button {
  font-weight: 700;
}
.focus5 .header-top {
  margin: 0 auto 3rem;
  width: 900px;
  max-width: 100%;
  text-align: center;
}
.focus5 .header-top h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.focus5 .header-top p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.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: 2.5rem;
  }
}
.focus5 .header4 {
  color: #fff;
}
.focus5 .header4 h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.focus5 .header4 p {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1rem;
}
.focus5 .header4 small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 2rem 0 0;
}
.focus5 .header4 a.button {
  margin: 2rem 0 0;
}
@media (max-width: 760px) {
  .focus5 .header4 h1 {
    font-size: 26px;
    margin: 0 0 1rem;
  }
  .focus5 .header4 p {
    font-size: 16px;
  }
  .focus5 .header4 a.button {
    margin: 0;
  }
}
.focus5 .wrap {
  position: relative;
  box-shadow: 1rem 1rem 0 0 #000000;
  border-radius: 6px;
  overflow: hidden;
  padding-left: 42px;
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.focus5 .wrap .header2 {
  background: #fff;
  color: #245434;
  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("/narodowe-wyzwania.farmer.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("/narodowe-wyzwania.farmer.pl/images/live/2023/hourglass.svg");
  animation-name: rotate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.focus5 div.one {
  background: #F1AF31;
  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 #F1AF31;
}
.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 #000000;
  color: #201D41;
  border-radius: 6px;
  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: #245434;
  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: #245434;
  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("/narodowe-wyzwania.farmer.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("/narodowe-wyzwania.farmer.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;
  line-height: 1.4;
}
@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: #245434;
}
.focus5 div.b a.more::before {
  content: "";
  background: url("/narodowe-wyzwania.farmer.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: #245434;
  position: relative;
}
.focus5 div.one-wrap ul {
  position: static;
}
.focus5 ul.one {
  background: #245434;
  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 #fff;
}
.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%;
  }
}
