@charset "UTF-8";
html,
html * {
  margin: 0;
  padding: 0;
  border: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}
html {
  height: 100%;
}
body {
  word-wrap: break-word;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #060202;
  height: 100%;
  background: #060202;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  max-width: 1290px;
  margin: 0 auto;
}
/* Natural Box model */
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* HTML 5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* New clearfix */
.cf:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
::selection {
  background: #F15E59;
  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;
  /* IE (non-standard property) */
}
/* Usuwa przestrzeń pomiędzy elementem a dolną krawędzią rodzica  */
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: '';
  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;
}
/* ********************************************************* */
/* *****************  GRID (12 kolumn)  ******************** */
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: 2000px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.pageWidth2 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
div.table {
  display: table;
}
div.table > * {
  display: table-cell;
  vertical-align: top;
}
a {
  color: #000;
}
a:hover img,
a:focus img {
  opacity: 0.9;
}
/* ********************************************************* */
/* **********************  NAGŁÓWKI  ************************* */
h1 {
  font-size: 24px;
  margin: 0 0 0.5em;
}
h2 {
  font-size: 18px;
  margin: 0 0 0.5em;
}
h3 {
  font-size: 16px;
  margin: 0 0 0.5em;
}
h4 {
  font-size: 14px;
  margin: 0 0 0.5em;
}
h5 {
  font-size: 12px;
  margin: 0 0 0.5em;
}
h6 {
  font-size: 10px;
  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,
div.article {
  display: block;
}
article h1,
div.article h1 {
  text-transform: uppercase;
  font-size: 48px;
  margin: 0 0 2rem;
}
article h2,
div.article h2 {
  text-transform: uppercase;
  font-size: 25px;
  margin: 2.5rem 0 0.5rem !important;
  color: #F15E59;
}
article h2:first-child,
div.article h2:first-child {
  margin-top: 0 !important;
}
article h4,
div.article h4 {
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 0 0.5rem;
  margin: 0 0 0.5rem;
  color: #F15E59;
}
article h3,
div.article h3 {
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 0 0.5rem;
  margin: 2rem 0 1rem;
  border-bottom: 1px solid #eee;
}
div.article {
  font-size: 20px;
  line-height: 1.45;
}
article p,
div.article p {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 1.5rem;
}
article p.lead,
div.article p.lead {
  line-height: 1.35;
  font-size: 24px;
}
article ul,
div.article ul {
  font-size: 20px;
  margin: 0 0 2rem;
  padding: 0 0 0 20px;
  list-style-type: disc;
}
article ul ul,
div.article ul ul {
  margin: 0.5rem 0 1rem;
  list-style-type: circle;
}
article ul li,
div.article ul li {
  margin: 0 0 0.5rem;
}
article ol,
div.article ol {
  font-size: 20px;
  margin: 0 0 1em;
  padding: 0 0 0 25px;
  list-style-type: decimal;
}
article ol li,
div.article ol li {
  margin: 0 0 0.5rem;
}
article div.body,
div.article div.body {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
small.meta,
small.meta {
  color: #777;
  font-size: 11px;
  margin: 0 0 2.75em;
}
small.meta span,
small.meta span {
  padding: 0 0.85em;
}
article p.s2,
div.article p.s2 {
  font-size: 18px;
}
article a,
div.article a {
  color: #F15E59;
}
div.article div.img {
  margin: 0 auto 2rem;
}
/* ********************************************************* */
/* **********************  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-size: 14px;
  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 {
  font-family: inherit;
}
.button {
  display: inline-block;
  overflow: hidden;
  border-radius: 40px;
  padding: 0.75rem 2rem;
  border: none;
  background: #F7B473;
  color: #fff !important;
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  font-size: 20px;
}
.button.block {
  display: block;
}
.button.white {
  border: 2px solid #fff;
  background: none;
  color: #fff !important;
}
.button.v2,
.button.v4 {
  display: inline-block !important;
  background: #F15E59;
  border: none;
  border-radius: 4px;
  padding: 0.25rem 0.75rem !important;
  font-size: 16px;
  color: #fff !important;
  margin: 0;
}
.button.v4 {
  background: #008e8e;
}
.button.v2:hover,
.button.v4:hover {
  background: #cf3c37;
}
.button.v3 {
  background: #F15E59;
  border: none;
  border-radius: 30px;
  padding: 0.75em 2em;
  font-size: 18px;
  color: #fff !important;
  width: 295px;
  max-width: 100%;
  margin: 0 0 1rem;
}
.button.v3:hover {
  background: #cf3c37;
  color: #fff !important;
}
.button6 {
  display: block;
  margin: 2rem auto;
  width: 300px;
  max-width: 100%;
}
.button:hover {
  background: #394294;
  text-decoration: none;
  color: #fff !important;
}
.button.grey {
  background: #888;
  color: #fff;
}
.button.grey:hover {
  background: #aaaaaa;
  color: #fff;
}
.button.orange {
  background: #F7B473;
}
.button.orange:hover {
  background: #ffd695;
}
.button.navy {
  background: #071C3D;
}
.button.navy:hover {
  background: #293e5f;
}
.button.blue {
  background: #F15E59;
}
.button.blue:hover {
  background: #ff807b;
}
.button.yellow {
  background: #FFFDE9;
}
.button.yellow:hover {
  background: #ffffff;
}
.button.mini {
  padding: 0.5rem 1.5rem;
  font-size: 14px;
}
/* ***************************************** */
/* Mapa Google */
#map {
  width: 100%;
  height: 100%;
  word-wrap: normal;
  position: absolute;
}
#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 {
  color: #31313F;
  font-size: 28px;
  text-align: center;
  margin: 0 0 0.25rem;
}
#map p {
  color: #F15E59;
  font-size: 20px;
  text-align: center;
  margin: 0 0 1rem !important;
}
#map a {
  text-decoration: none;
}
#header {
  display: block;
  overflow: visible;
  padding: 0;
  text-align: center;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  /*#nav ul li.en { margin-left: 1em; }*/
}
#header h1,
#header h2 {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: left;
}
#header h1 a,
#header h2 a {
  display: block;
  overflow: hidden;
}
#header h1 img,
#header h2 img {
  display: block;
  overflow: hidden;
  width: 32px;
}
#header div.menu {
  padding-right: 160px;
}
#header #nav {
  display: block;
  overflow: visible;
  width: 1290px;
  max-width: 100%;
  padding: 0;
  text-align: right;
  position: relative;
}
#header #nav ul.left {
  display: inline-block;
  vertical-align: baseline;
  overflow: visible;
  margin: 0 1rem 0 0;
}
#header #nav ul.right {
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 0px;
  position: absolute;
  top: 0;
  right: 0;
}
#header #nav ul li {
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  margin: 0;
  position: relative;
  padding: 1.2rem 0;
}
#header #nav ul li.home {
  overflow: hidden;
  float: left;
  margin: 6px 2rem -1.25rem 0;
  padding: 0;
  width: 0;
  transition: width 0.2s ease-out;
}
#header #nav ul li.home img {
  display: block;
  overflow: hidden;
  width: 70px;
}
#header #nav a {
  color: #F15E59;
  font-size: 14px;
  display: block;
  padding: 0 0.5em;
  text-decoration: none;
}
#header #nav ul.right.two-buttons {
  overflow: hidden;
}
#header #nav ul.right.two-buttons a {
  line-height: 1;
  background: #F15E59;
  color: #fff !important;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  transition: all 0.2s linear;
}
#header #nav ul.right.two-buttons a.v4 {
  background: #394294;
}
#header #nav ul.right.two-buttons a:hover {
  background: #000;
}
#header #nav ul.right.two-buttons li:first-child a {
  border-radius: 14px 0 0 14px;
}
#header #nav ul.right.two-buttons li:last-child a {
  border-radius: 0 14px 14px 0;
}
#header #nav ul.right.one-button a {
  line-height: 1;
  background: #F15E59;
  font-size: 12px;
  color: #fff !important;
  padding: 0.35rem 0.75rem !important;
  border-radius: 20px;
  transition: all 0.2s linear;
}
#header #nav ul.right.one-button a.v4 {
  background: #F15E59;
}
#header #nav ul.right.one-button a:hover {
  background: #000;
}
#header #nav ul li.home a {
  padding: 0;
}
#header a.logo {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: -5px auto 0;
  padding: 0 !important;
  width: 48px;
}
#header a.logo img {
  display: block;
  overflow: hidden;
  width: 48px;
}
#header #nav ul.left ul.sub {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  background: #F15E59;
  padding: 0.5em 0;
  min-width: 180px;
  width: 100%;
  text-align: left;
}
#header #nav ul.left > li:hover ul.sub {
  display: block;
}
#header #nav ul.left ul.sub li {
  margin: 0;
  display: block;
  padding: 0;
}
#header #nav ul.left ul.sub a {
  color: #fff !important;
  display: block;
  padding: 0.5em;
  transition: all 0.2s linear;
  text-decoration: none;
}
#header #nav ul.left ul.sub a:hover {
  background: #fff;
  color: #F15E59 !important;
}
#header #nav ul.right2 {
  position: absolute;
  top: 0;
  right: 0;
  background: #F15E59;
  text-align: left;
  padding: 0.25rem 0.75rem 0.25rem 54px;
}
#header #nav ul.right2 li {
  display: block;
  padding: 0 !important;
}
#header #nav ul.right2 a {
  color: #fff !important;
  font-size: 13px;
  padding: 0.25rem 0;
}
#header #nav ul.right2 li.i {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/images/icons/register2.png") center center scroll no-repeat transparent;
  background-size: 30px auto;
}
#header #nav ul.right2 li.l {
  border-bottom: 1px solid #BD4B49;
}
#header #nav ul.right2.log-only {
  padding: 1rem 0.75rem 1rem 54px;
}
#header #nav ul.right2.log-only li.l {
  border: none;
}
#header a.register {
  background: #008E8E;
  border-radius: 4px;
  padding: 0.35rem 0.75rem !important;
  color: #fff !important;
  transition: all 0.2s linear;
}
#header a.register:hover {
  background: #F15E59;
}
#header.stick,
body.sub #header,
body.sub #header.stick {
  padding: 0;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 12px 6px rgba(170, 170, 170, 0.3);
}
#header.stick #nav ul li,
body.sub #header #nav ul li,
body.sub #header.stick #nav ul li {
  padding: 2rem 0;
}
#header.stick #nav ul li li,
body.sub #header #nav ul li li,
body.sub #header.stick #nav ul li li {
  padding: 0;
}
#header.stick #nav ul li.home,
body.sub #header #nav ul li.home,
body.sub #header.stick #nav ul li.home {
  padding: 0;
  width: 110px;
  margin-left: 1rem;
}
#header.stick #nav li a,
body.sub #header #nav li a,
body.sub #header.stick #nav li a {
  color: #F15E59;
}
#header.stick #nav li li a,
body.sub #header #nav li li a,
body.sub #header.stick #nav li li a {
  color: #F15E59;
}
#header.stick #nav ul.left,
body.sub #header #nav ul.left,
body.sub #header.stick #nav ul.left {
  display: block;
  margin-right: 1rem;
}
#header.stick #nav ul.right,
body.sub #header #nav ul.right,
body.sub #header.stick #nav ul.right {
  top: 1rem;
  right: 1rem;
}
#header.stick #nav ul.right li,
body.sub #header #nav ul.right li,
body.sub #header.stick #nav ul.right li {
  padding: 0.75rem 0;
}
#header.stick #nav ul.right2,
body.sub #header #nav ul.right2,
body.sub #header.stick #nav ul.right2 {
  padding: 1.1rem 0.75rem 1.1rem 54px;
  height: 100%;
}
#header.stick #nav ul.right2.log-only,
body.sub #header #nav ul.right2.log-only,
body.sub #header.stick #nav ul.right2.log-only {
  padding: 1.9rem 0.75rem 1.9rem 54px;
}
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: 1rem;
  z-index: 1000;
}
a.menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #F15E59;
  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);
}
.cRed {
  color: #F15E59 !important;
}
.cDeepBlue {
  color: #005361 !important;
}
i.icon {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}
i.en {
  width: 16px;
  height: 11px;
  background-image: url("/images/icons/en.png");
  margin-right: 3px;
  vertical-align: 1px;
}
i.pl {
  width: 16px;
  height: 11px;
  background-image: url("/images/icons/pl.png");
  margin-right: 3px;
  vertical-align: -1px;
}
i.arrowDown {
  width: 14px;
  height: 7px;
  background-image: url("/images/icons/arrow-down.png");
  margin-left: 3px;
}
div.section.bgFocus {
  padding: 8rem 2rem;
  background: #222;
  background-size: cover;
  text-align: center;
}
div.section.bgFocus div.pageWidth {
  width: 1020px;
  max-width: 100%;
}
div.section.bgFocus h1 {
  font-size: 46px;
  color: #fff;
  margin: 0 0 0.5rem;
  display: inline;
  line-height: 1.35;
  box-shadow: -10px 0 0 #F15E59, 10px 0 0 #F15E59;
  background: #F15E59;
}
div.section.bgFocus h2 {
  font-size: 20px;
  margin: 0 0 0.5rem;
  color: #F15E59;
  display: inline;
  line-height: 1.35;
  padding: 0.5rem;
  box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
  background: #fff;
}
div.section.bgFocus h1 + p {
  margin: 0;
}
div.section.bgFocus p {
  margin: 0 0 2.5rem;
}
div.section.bgFocus h3 {
  margin: 2.5rem 0 0;
}
div.section.bgFocus a.button {
  background: #394294;
  color: #fff !important;
  border: none;
  border-radius: 24px;
  padding: 0.75rem;
  margin: 0;
  width: 240px;
  max-width: 100%;
  font-size: 18px;
}
div.section.bgFocus a.button:hover {
  background: #5b64b6;
}
.focus-1 {
  padding: 1rem 2rem 3rem;
  text-align: center;
  color: #fff;
}
.focus-1 a {
  color: #fff;
}
.focus-1 h1 {
  font-size: 36px;
  margin: 0 0 1rem;
}
.focus-1 h2 {
  font-size: 18px;
}
.focus-1 ul {
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
  width: 680px;
  max-width: 100%;
  padding: 1em;
}
.focus-1 ul li {
  display: inline-block;
  padding: 0 0.25em;
  font-size: 18px;
}
.focus-1 div.img {
  display: block;
  overflow: hidden;
  margin: 0 0 2em;
}
.focus-1 div.img img {
  display: block;
  overflow: hidden;
  width: 236px;
  margin: 0 auto;
}
.focus-1 p.p1 {
  color: #E2A63E;
  line-height: 1.45;
  font-size: 64px;
  margin: 0 auto 2rem;
  width: 1100px;
  max-width: 100%;
}
.focus-1 p.p2 {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.focus-1 p.p2 span.s1 {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
  color: #008E8E;
  background: #fff;
}
.focus-1 p.p2 span.s2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
  color: #fff;
  background: #008E8E;
}
.focus-1 p.p3 {
  margin: 0 0 2rem;
  display: block;
  clear: both;
}
.focus-1 p.p3 a {
  display: inline-block;
  background: #F15E59;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 18px;
  margin: 0 0 0 21rem;
  text-decoration: none;
  transition: all 0.2s linear;
}
.focus-1 p.p3 a:hover {
  background: #008E8E;
}
.focus-1 a.button {
  background: #FFFDE9;
  padding: 0.5em 3em;
  font-size: 18px;
  color: #fff !important;
  border: none;
}
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: #F15E59;
  border-radius: 100%;
  margin: 0 4px 0 0;
}
div.slider div.indicators a.active {
  background: #FFFDE9;
}
div.slider.type1 {
  margin: 2em 0 0;
  /*div.indicators { text-align: left; margin: 0 0 0 34%; }*/
}
div.slider.type1 div.img {
  display: block;
  overflow: hidden;
  margin: 0 0 2em;
}
div.slider.type1 div.img img {
  display: block;
  width: 288px;
  margin: 0 auto;
}
div.slider.type1 div.desc {
  display: block;
  overflow: hidden;
}
div.slider.type1 div.indicators {
  text-align: center;
  margin: 0;
}
div.slider.type1 h3 {
  font-size: 32px;
  color: #B6CE3B;
  margin: 0 0 0.75em;
}
div.slider.type1 p {
  font-size: 16px;
  margin: 0 0 1.5em;
}
div.slider.type1 h4 {
  font-size: 18px;
  margin: 0;
}
.bgBlue {
  background: #AECD30;
}
.cLightRed {
  color: #FFBFBF !important;
}
.cYellow,
body.sub #header.stick #nav a.cYellow {
  color: #FFFF00 !important;
}
div.section {
  padding: 4em 0 3em;
  position: relative;
}
div.section h2 {
  font-size: 23px;
  margin: 0 0 1em;
  color: #F15E59;
}
div.section h2.v2 {
  font-size: 18px;
  font-style: italic;
  color: #D2D2D2;
  text-transform: none;
}
div.section h2.v3 {
  font-size: 48px;
  margin: 0 0 -85px;
  padding: 0 0 0.25em;
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
div.section p.lead {
  font-size: 18px;
  margin: 0 0 1.5em;
}
div.section div.stick {
  padding: 1.5em 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, #111111 0%, rgba(0, 0, 0, 0) 100%);
}
div.section div.stick h2 {
  color: #fff;
}
div.section div.stick h2 a {
  color: #fff;
}
div.section.mapa {
  padding: 0;
}
div.section.mapa div.info {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -590px;
  background: rgba(0, 83, 97, 0.7);
  padding: 4em 0;
  height: 590px;
  text-align: center;
}
div.section.mapa h2 {
  color: #fff;
  margin: 0 0 0.5em;
}
div.section.mapa div.img {
  display: block;
  overflow: hidden;
  margin: 0 0 2em;
}
div.section.mapa h3 {
  color: #fff;
  margin: 0 0 1em;
  font-size: 20px;
}
div.section.mapa h4 {
  color: #f39200;
  margin: 0 0 1em;
  font-size: 20px;
}
div.section.mapa h4 a {
  color: #f39200;
}
div.section.bgBlue h2 {
  color: #fff;
}
div.section.bgBlue h2 a {
  color: #fff;
}
div.section.bgBlue p,
div.section.bgBlue p a {
  color: #fff;
}
ul.list-1 {
  margin: 0 0 2em;
  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-size: 28px;
  margin: 0;
  text-transform: uppercase;
}
ul.list-1 small {
  font-size: 15px;
  text-transform: uppercase;
}
ul.list-1 img {
  display: block;
  overflow: hidden;
  margin: 0 auto 1em;
}
.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;
  font-size: 0px;
}
ul.list-2 li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 25%;
}
ul.list-2 img {
  display: block;
  overflow: hidden;
  width: 100%;
  backface-visibility: visible;
}
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: 12px;
  opacity: 0;
  transition: all 0.2s ease-out;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #cc1135 100%);
}
ul.list-2 div.desc h3 {
  font-size: 18px;
  margin: 0 0 0.25em;
  color: #fff;
}
ul.list-2 div.desc small {
  font-size: 14px;
  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;
}
div.focus-2 {
  display: block;
  overflow: hidden;
  padding: 4em 3em;
}
div.focus-2 div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 3em 0 0;
  width: 278px;
  max-width: 30%;
}
div.focus-2 div.desc {
  display: block;
  overflow: hidden;
}
div.focus-2 blockquote {
  margin: 1em 0 2em;
  font-size: 20px;
  font-style: italic;
  color: #555;
}
div.focus-2 h2 {
  color: #555;
  margin: 0 0 0.5em;
}
div.focus-2 h3 {
  margin: 0 0 1em;
}
div.focus-2 h3,
div.focus-2 h3 a {
  font-size: 20px;
  color: #555;
}
div.focus-2 p,
div.focus-2 p a {
  font-size: 20px;
  color: #555;
}
div.focus-3 {
  display: block;
  overflow: hidden;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 2em;
}
div.focus-3 h2 {
  font-size: 48px;
  margin: 0 0 0.25em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 83, 97, 0.9);
}
div.focus-3 p {
  font-size: 20px;
  margin: 0 0 1em;
  color: #fff;
}
div.focus-3 p a {
  color: #fff;
}
div.focus-3 div.img {
  display: block;
  overflow: hidden;
  margin: 3em 0;
}
div.focus-3 div.img img {
  display: block;
  overflow: hidden;
  width: 236px;
  margin: 0 auto;
}
.cGreen {
  color: #98CB17 !important;
}
ul.list-3 {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
  font-size: 0px;
}
ul.list-3 a {
  display: block;
  overflow: hidden;
  position: relative;
}
ul.list-3 li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin: 0 0 1%;
}
ul.list-3 li:nth-child(3n+1) {
  padding: 0 2px 0 0;
}
ul.list-3 li:nth-child(3n+2) {
  padding: 0 1px;
}
ul.list-3 li:nth-child(3n+3) {
  padding: 0 0 0 2px;
}
ul.list-3 div.img {
  display: block;
  overflow: hidden;
}
ul.list-3 div.desc {
  padding: 30px 15px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
ul.list-3 h3 {
  overflow: hidden;
  text-align: left;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
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: 25%;
  margin: 0 1.5% 1rem;
}
ul.list-4 img {
  filter: grayscale(1);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  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: 16px;
  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;
}
#footer div.section {
  padding: 3em 0 2em;
}
#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: 14px;
  color: #1F1F2D;
}
div.box-3 {
  display: block;
  overflow: hidden;
}
div.box-3 div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 2em 0 0;
}
div.box-3 div.desc {
  display: block;
  overflow: hidden;
}
div.box-3 div.img img {
  display: block;
  overflow: hidden;
}
div.box-3 div.desc small {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #9E9E9E;
  margin: 0 0 0.25em;
}
.stickSocial {
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stickSocial a {
  display: block;
  overflow: hidden;
}
div.sub-wrap {
  position: relative;
  padding: 8rem 0 0;
  color: #fff;
  overflow: hidden;
}
div.sub-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 720px;
  width: 100%;
  background: url("https://pliki.frsih.pl/i/00/09/30/000930.jpg") center center scroll no-repeat #060202;
  background-size: cover;
}
div.sub-wrap h1 {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
div.sub-wrap h1.long {
  font-size: 44px;
}
div.sub-wrap p.lead {
  font-size: 20px;
  margin: 2rem auto 0 !important;
  width: 800px;
  max-width: 100%;
  font-style: italic;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
div.sub-wrap .pageWidth2 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1000px) {
  div.sub-wrap {
    background-size: auto;
  }
  div.sub-wrap h1 {
    padding: 0 1rem;
  }
}
@media (max-width: 620px) {
  div.sub-wrap {
    padding-top: 3rem;
  }
}
@media (max-width: 600px) {
  div.sub-wrap::before {
    background-image: url("https://pliki.frsih.pl/i/00/09/32/000932.jpg");
  }
}
@media (max-width: 370px) {
  div.sub-wrap p {
    font-size: 16px;
  }
}
div.timeline {
  display: block;
  overflow: visible;
  padding: 0 0 1px;
  position: relative;
}
div.timeline div.day {
  display: block;
  overflow: hidden;
}
div.timeline div.day h2 {
  font-size: 32px;
  color: #777;
  margin: 0;
  border: none;
  padding: 0;
}
div.timeline div.day h2:before {
  display: block;
  overflow: hidden;
  content: "";
  width: 61px;
  height: 46px;
  background: url("/images/icons/bar.png") left center scroll no-repeat transparent;
  position: absolute;
  left: -6px;
  top: auto;
}
div.timeline div.day h3 {
  font-size: 32px;
  color: #444;
  border: none;
  padding: 0;
  margin: 0 0 1em;
}
div.timeline div.event {
  font-size: 18px;
  margin: 0 0 1.5rem;
  position: relative;
}
div.timeline div.event:last-child {
  margin: 0;
}
div.timeline div.event > h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3829bf;
  margin: 0 0 1.5rem;
  border: none;
  padding: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
div.timeline div.event h3::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #efefef;
}
div.timeline div.event h4 {
  font-size: 24px;
  color: #444;
  margin: 0 0 0.75em;
}
div.timeline div.event p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #444;
  margin: 0 0 0.75rem;
}
div.timeline div.event small {
  font-size: 14px;
  line-height: 1.45;
  color: #0096D7;
  margin: 0;
}
div.timeline div.event small a.more {
  font-size: 12px;
  display: inline-block;
  color: #F15E59;
  margin: 0 0.75rem 0.25rem 0;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s linear;
}
div.timeline div.event small a.more:last-child {
  margin-right: 0;
}
div.timeline div.event small a.more:hover {
  color: #3829bf;
}
div.timeline ul.three li {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 1rem;
}
div.timeline div.one {
  display: block;
  position: relative;
  height: 100%;
}
div.timeline div.one div.cell {
  flex: 1;
  height: 100%;
}
div.timeline div.one div.cell .agenda-event-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.timeline div.one small.place {
  background: #DDE9EE;
  padding: 0.2em 0.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
div.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;
}
div.timeline div.details.open {
  display: block;
}
div.timeline div.details div {
  display: none;
}
div.timeline div.details.agenda div.agenda,
div.timeline div.details.prelegent div.prelegent,
div.timeline div.details.prelegenci div.prelegenci {
  display: block;
}
div.timeline div.details h3 {
  font-size: 18px;
  margin: 0 0 1em;
  border: none;
  text-transform: none;
}
div.timeline div.details p {
  font-size: 13px;
  margin: 0 0 1em;
}
div.timeline div.details ul {
  display: block;
  padding: 0;
}
div.timeline div.details ul > li {
  font-size: 16px;
  line-height: 1.45;
  display: block;
  overflow: hidden;
  background: url("/images/2017/dot.png") left 8px scroll no-repeat transparent;
  background-size: 7px 7px;
  padding: 0 0 0 16px;
  margin: 0 0 1em;
}
div.timeline div.details a.close {
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 0 1em 1em;
  width: 30px;
  height: 30px;
  background: url("/images/icons/close2.png") center center scroll no-repeat transparent;
  background-size: 30px 30px;
  text-decoration: none;
}
div.timeline.clean {
  border-left: none;
  padding: 0 0 1px 0;
}
div.timeline.clean div.details {
  left: 0;
}
div.timeline.clean:after {
  display: none;
}
ul.three {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
ul.three > li {
  width: 30.66%;
  margin: 0 2.666% 1.5em 0 !important;
}
ul.three.v2 > li {
  vertical-align: middle;
  text-align: center;
}
#header a.mobile {
  display: none !important;
  width: 28px;
  height: 28px;
  background: url("/images/2017/menu.png") center center scroll no-repeat transparent;
  background-size: 28px 28px;
  float: right;
  margin: 0.75em 0 0;
}
ul.social {
  display: block;
  overflow: hidden !important;
  margin: 0 0 1rem !important;
  padding: 0 !important;
}
ul.social li {
  display: block;
  overflow: hidden;
}
ul.social li.left {
  float: left;
  padding-left: 0 !important;
}
ul.social li.right {
  float: right;
}
ul.social li:before {
  display: none !important;
}
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: -2px;
  margin: 0 5px 0 0;
}
ul.social a:hover {
  opacity: 0.9;
}
ul.social a > span.text {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  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 12px/1.4 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("/images/www/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;
}
div.flmc-scroller {
  position: relative;
  overflow: hidden;
}
div.flmc-scroller > div.wrapper {
  margin: 0 30px;
  overflow: hidden;
}
div.flmc-scroller > div.wrapper > div.scroller {
  width: 10000px;
  overflow: hidden;
}
div.flmc-scroller > div.wrapper > div.scroller > div.one {
  width: 1000px;
  overflow: hidden;
  float: left;
}
div.flmc-scroller .arrowLeft {
  background: url("/images/www/arrow-left.png") no-repeat scroll center center transparent;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 10;
}
div.flmc-scroller .arrowRight {
  background: url("/images/www/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,
div.article ul.list-5 {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
ul.list-5 li,
div.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,
div.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,
div.article ul.list-5 div.img img {
  display: block;
  overflow: hidden;
}
ul.list-5 div.desc,
div.article ul.list-5 div.desc {
  display: block;
  overflow: hidden;
}
ul.list-5 h5,
div.article ul.list-5 h5 {
  display: block;
  overflow: hidden;
  font-size: 14px;
  margin: 0 0 0.125em;
  text-transform: uppercase;
}
ul.list-5 small,
div.article ul.list-5 small {
  display: block;
  overflow: hidden;
  font-size: 12px;
}
div.box-66 {
  display: block;
  overflow: hidden;
  border: 2px solid #EEE;
  padding: 1.5em;
  margin: 0 0 2em;
}
div.box-66 h2 {
  color: #666;
  font-size: 28px !important;
  border: none !important;
  padding: 0 !important;
}
div.box-66 p {
  color: #666;
  font-size: 14px !important;
  line-height: 1.4;
}
div.box-66 p:last-child {
  margin-bottom: 0;
}
div.box-66 p.download {
  display: block;
  overflow: hidden;
  font-size: 24px !important;
  line-height: 1.3;
  margin: 0 0 1em;
}
div.box-66 p.download img {
  display: inline-block;
  overflow: hidden;
  margin: 0 0.75em 0 0;
  vertical-align: middle;
}
div.box-66 p.download a {
  color: #666;
}
div.box-66 p.pdf {
  display: block;
  overflow: hidden;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 0 0 1em;
}
div.box-66 p.pdf img {
  display: inline-block;
  overflow: hidden;
  margin: 0 0.75em 0 0;
  vertical-align: middle;
}
div.box-66 p.pdf a {
  color: #666;
}
div.box-67 {
  display: block;
  overflow: hidden;
}
div.box-67 div.img img {
  display: block;
  width: auto !important;
}
div.box-67 div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 1.5em 0 0 !important;
  width: auto !important;
}
div.box-67 div.desc {
  display: block;
  overflow: hidden;
}
div.box-67 h3 {
  margin: 30px 0 0.5em;
  font-size: 20px !important;
  line-height: 1.3;
  color: #333 !important;
  border: none !important;
  padding: 0 !important;
}
.ovHidden {
  overflow: hidden;
}
div.section .box-6 {
  display: block;
  overflow: visible;
  margin: 0 0 2rem;
  /*&>div.box-7 { display: none; }*/
}
div.section .box-6 h2 {
  font-size: 20px !important;
  padding: 0 0 0.5rem !important;
  margin: 0 0 1.5rem !important;
  border-bottom: 1px solid #eee;
  text-align: center;
}
div.section .box-6.open > div.box-7 {
  display: block;
}
div.box-7 {
  font-size: 0px;
  text-align: center;
}
div.box-7 > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3% 3% 0;
  width: 31.33%;
}
div.box-7 > *:nth-child(3n+3),
div.box-7 > *:last-child {
  margin-right: 0;
}
div.box-7 > a {
  border: 1px solid #eee;
  height: 140px;
  position: relative;
}
div.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%);
}
div.box-7.has-att > a::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("/images/2023/hand.svg") center center scroll no-repeat #ddd;
  background-size: auto 26px;
}
@media (max-width: 500px) {
  div.box-7 > * {
    width: 48.5%;
  }
  div.box-7 > *:nth-child(3n+3) {
    margin-right: 3%;
  }
  div.box-7 > *:nth-child(even) {
    margin-right: 0;
  }
}
.box-8 > a {
  text-align: center;
}
.box-7 a img {
  display: block;
  margin: 1.5em auto;
}
.box-8 {
  position: relative;
}
.box-8.hasMenu > a {
  display: block;
  overflow: visible;
  border: 1px solid #eee;
  height: 140px;
}
.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("/images/2023/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;
  padding: 0;
}
.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: 1em 1em 1.5em;
}
.box-8 > ul li {
  display: block;
}
.box-8 > ul a {
  display: block;
  font-size: 16px;
  color: #F15E59;
  padding: 0.25em 0;
}
.box-8 div.box-9,
.box-8 div.bg {
  display: none;
}
div.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;
}
div.box-9 ul.header {
  display: block;
  overflow: hidden;
  padding-right: 50px;
  margin: 0;
}
div.box-9 ul.header li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
}
div.box-9 ul.header li.close {
  position: absolute;
  right: 1em;
  top: 1.5em;
}
div.box-9 ul.header img {
  max-width: 150px;
}
div.box-9 a {
  font-size: 16px;
  color: #F15E59;
}
div.box-9 ul.header li.active a {
  color: #444;
}
div.box-9 div.tabs {
  display: block;
  overflow: hidden;
}
div.box-9 div.tabs > * {
  display: none;
  overflow: hidden;
  padding: 0;
}
div.box-9 div.tabs > *.active {
  display: block;
}
div.box-9 div.download {
  overflow: hidden;
  border: none !important;
}
div.box-9 div.download a {
  display: block;
  overflow: hidden;
  padding: 1em;
  text-decoration: none;
}
div.box-9 div.download a:hover {
  background: #FAFAFA;
}
div.box-9 div.download img {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 1.5em 1.5em 0;
}
div.box-9 div.download h3 {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 28px;
  color: #666;
}
div.box-9 div.download p {
  display: block;
  font-size: 16px;
  color: #878787;
  margin: 0.5em 0 0;
}
div.box-9 div.promo a.arrowLeft,
div.box-9 div.promo a.arrowRight {
  height: 400px !important;
  width: 60px;
}
div.box-9 div.promo iframe {
  display: block;
  margin: 0 auto;
}
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-size: 20px;
  color: #999;
  padding-bottom: 10px;
  text-align: center;
}
div.alphFilter 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;
}
div.alphFilter a:hover {
  text-decoration: none;
  background: #060202;
  color: #fff !important;
}
@media (max-width: 1000px) {
  div.alphFilter {
    overflow: auto;
    white-space: nowrap;
  }
}
div.alphFilter::-webkit-scrollbar {
  width: 2px;
  background: #eee;
  height: 2px;
}
div.alphFilter::-webkit-scrollbar {
  width: auto;
}
div.alphFilter::-webkit-scrollbar-thumb {
  background-color: #394294;
}
div.alphFilter .letter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
}
div.filter div.date p {
  font-size: 24px;
  margin: 0 0 0.5em;
}
div.filter div.date + div.event {
  margin: 0 0 2.5em;
}
.sub-wrap {
  display: flex;
  flex-direction: column;
  background: #EDEDED;
}
div.subHeader {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 6em;
}
div.section.text {
  padding-top: 3rem;
  background: #EDEDED;
  padding-top: 0;
  margin-top: 200px;
}
div.section.text div.pageWidth2 {
  color: #060202;
  margin-top: -200px;
  padding: 3rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
div.section.sesje div.pageWidth2 {
  padding: 0 !important;
}
div.section.sesje div.pageWidth2 > div.wrap {
  padding: 3rem;
}
div.section.about {
  padding: 3em 0;
}
div.section.about > div.pageWidth {
  overflow: hidden;
}
div.section.about h2 {
  font-size: 42px;
  margin: 0 0 1.5em;
  display: block;
  overflow: hidden;
  clear: both;
  text-transform: none;
}
div.section.about p.lead {
  display: block;
  overflow: hidden;
  float: left;
  max-width: 30%;
  font-size: 18px;
}
div.section.about ul.list-1 {
  display: block;
  overflow: hidden;
  margin-top: 8em;
}
div.section.about ul.list-1 img {
  width: 108px;
}
ul.list-6 {
  display: block;
  overflow: hidden;
  text-align: left;
  margin: 0 0 1.5em;
  padding: 0 !important;
}
ul.list-6 li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 48%;
  margin: 0 3% 1.5em 0 !important;
  border: 2px solid #DDD;
  padding: 1em;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
ul.list-6 li:nth-child(even) {
  margin-right: 0 !important;
}
ul.list-6 li:hover {
  background: #F6F6F6;
}
ul.list-6 a {
  color: #444;
}
ul.list-6 div.img {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  max-width: 30%;
  margin: 0 4% 0 0;
}
ul.list-6 div.desc {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  max-width: 65%;
}
ul.list-6 h4 {
  display: block;
  overflow: hidden;
  margin: 0 0 0.25em;
  padding: 0;
  font-size: 18px;
  color: #444;
}
ul.list-6 p {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #444;
}
div.section.o-frsih {
  background: #F15E59;
  color: #fff;
  text-align: center;
}
div.section.o-frsih a {
  color: #fff;
}
div.section.o-frsih h2 {
  font-size: 42px;
  color: #fff;
}
div.section.o-frsih h2 a {
  color: #fff;
}
div.section.o-frsih p {
  font-size: 20px;
}
div.box-1 {
  display: block;
  overflow: hidden;
  margin: 4em 0 2em;
}
div.box-1 div.one {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 2.5em;
  text-align: left;
}
div.box-1 h3 {
  font-size: 32px;
  color: #FFFDE9;
  margin: 0 0 1em;
  text-align: center;
}
ul.list-7 {
  display: block;
  overflow: visible;
  font-size: 20px;
  border-left: 2px solid #FFFDE9;
}
ul.list-7 li {
  display: block;
  overflow: visible;
  margin: 0 0 1.5em;
  position: relative;
  padding: 0 0 0 40px;
}
ul.list-7 li:last-child {
  margin: 0;
}
ul.list-7 li:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background: #F15E59;
  border: 5px solid #FFFDE9;
  border-radius: 100%;
  position: absolute;
  top: 0.1em;
  left: -14px;
  box-shadow: 0 0 0 7px #F15E59;
}
ul.list-8 {
  display: block;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
}
ul.list-8 li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 1.5em;
  margin: 0 0 2em;
  font-size: 16px;
  text-align: left;
  min-height: 740px;
}
ul.timeline-list {
  display: block;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0px;
  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: 32px;
  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: 16px;
}
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: #394294;
  color: #fff;
}
ul.timeline-list li.active a,
ul.timeline-list li.active span {
  color: #fff;
}
div.box-11 {
  font-size: 1rem;
  margin: 0 3.5% 3em 0 !important;
  border: 2px solid #DDD;
  padding: 0 1.5em;
  text-align: left;
}
div.box-11 div.wrap {
  display: block;
  overflow: hidden;
  background: #fff;
  margin: -2px 0;
  padding: 1.5em 0;
}
div.box-11 h3 {
  margin-top: 0 !important;
}
div.box-11 p:last-child {
  margin-bottom: 0 !important;
  text-align: center;
}
div.box-11 p:last-child a.button {
  margin-bottom: 0 !important;
}
div.box-12 {
  display: block;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
}
div.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;
}
div.box-12 > div:nth-child(odd) {
  margin-right: 3% !important;
}
div.box-12 > div div.wrap {
  min-height: 345px;
}
div.box-10 h4 {
  font-size: 18px;
  color: #888;
  margin: 0 0 2.5rem;
}
div.box-10 a {
  background: url("/images/2023/pdf.png") left center scroll no-repeat transparent;
  background-size: 46px auto;
  display: block;
  padding: 0.65rem 0 0.65rem 60px;
  min-height: 44px;
}
ul.list-9 {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #fff;
}
ul.list-9 a {
  color: #fff;
  text-decoration: none;
}
ul.list-9 li {
  display: table-cell;
  width: 25%;
  height: 400px;
  position: relative;
  padding: 1.5rem;
  vertical-align: middle;
  text-align: center;
  background: center center scroll no-repeat transparent;
  background-size: cover;
}
ul.list-9 li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/images/icons/circle.png") center center scroll no-repeat transparent;
  background-size: 80% auto;
}
ul.list-9 li.el1:after {
  background-color: #43B391;
}
ul.list-9 li.el2:after {
  background-color: #039899;
}
ul.list-9 li.el3:after {
  background-color: #CC1135;
}
ul.list-9 li.el4:after {
  background-color: #20202F;
}
ul.list-9 li.el1 {
  color: #43B391;
}
ul.list-9 li.el2 {
  color: #039899;
}
ul.list-9 li.el3 {
  color: #CC1135;
}
ul.list-9 li.el4 {
  color: #20202F;
}
ul.list-9 div.desc {
  display: block;
  position: relative;
  z-index: 2;
}
ul.list-9 div.hover {
  display: none;
  position: relative;
  z-index: 2;
  color: #fff;
}
ul.list-9 div.desc strong {
  display: block;
  font-size: 68px;
  line-height: 1.1;
}
ul.list-9 div.desc small {
  display: block;
  font-size: 48px;
  line-height: 1.1;
}
ul.list-9 div.hover h3 {
  display: block;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 1rem;
}
ul.list-9 div.hover p {
  display: block;
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
ul.list-9 li.el3 div.desc small {
  font-size: 32px;
}
ul.list-9 li.el3 div.desc strong {
  font-size: 48px;
}
div.zakres-tematyczny {
  overflow: hidden;
  padding-right: 50%;
  text-align: right;
  position: relative;
}
div.zakres-tematyczny div.img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: transparent;
  background-size: cover;
}
div.zakres-tematyczny div.img img {
  display: none;
}
div.zakres-tematyczny div.desc {
  padding: 10rem 5rem;
  background: #fff;
}
div.zakres-tematyczny h2 {
  font-size: 32px;
  color: #1F1F2E;
  margin: 0 0 0.25rem;
}
div.zakres-tematyczny p {
  font-size: 24px;
  color: #1F1F2E;
  margin: 0 0 2rem;
}
div.zakres-tematyczny small {
  font-size: 16px;
  color: #1F1F2E;
  margin: 0;
}
div.zakres-tematyczny ul {
  overflow: hidden;
  padding: 0 4rem 0 0;
  position: relative;
}
div.zakres-tematyczny ul:after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #F15E59;
  position: absolute;
  top: 0;
  right: 6px;
}
div.zakres-tematyczny ul li {
  display: block;
  padding: 1rem 0;
  position: relative;
  font-size: 24px;
}
div.zakres-tematyczny ul li:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #F15E59;
  position: absolute;
  z-index: 2;
  right: -71px;
  top: 1.25rem;
  border: 10px solid #fff;
}
div.dobry-produkt {
  overflow: hidden;
  position: relative;
  padding-left: 50%;
}
div.dobry-produkt div.img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: transparent;
  background-size: cover;
}
div.dobry-produkt div.img img {
  display: none;
}
div.dobry-produkt div.desc {
  padding: 10rem 5rem;
  background: #fff;
}
div.dobry-produkt h2 {
  font-size: 64px;
  margin: 0 0 3rem;
}
div.dobry-produkt p {
  display: block;
  font-size: 32px;
  font-style: italic;
  margin: 0 0 3rem;
}
div.dobry-produkt p + p {
  margin: 0;
}
div.dobry-produkt p img {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 43%;
  margin: 0 3% !important;
}
div.dobry-produkt div.desc img {
  display: block;
  margin: 0 auto 2rem;
}
div.dobry-produkt a {
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s linear;
}
div.dobry-produkt a:hover p {
  color: #F15E59;
}
div.odwiedzili-nas {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #43B391;
}
div.odwiedzili-nas div.left {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 4rem;
  text-align: right;
}
div.odwiedzili-nas div.right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
div.odwiedzili-nas div.left h2 {
  font-size: 64px;
  margin: 0 0 3rem;
}
div.odwiedzili-nas div.left p {
  display: block;
  font-size: 24px;
}
div.box-13 {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.box-13 > div.left {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background: url('https://pliki.frsih.pl/i/00/06/87/000687.png') center bottom scroll no-repeat #039899;
}
div.box-13 > div.right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: #20202F;
}
div.zarezerwuj-termin {
  color: #fff;
  background: transparent;
  padding: 4rem;
  height: 100%;
}
div.zarezerwuj-termin a {
  color: #fff;
}
div.zarezerwuj-termin h2 {
  line-height: 1.2;
  font-style: italic;
  font-size: 80px;
  margin: 0 0 1.5rem;
}
div.zarezerwuj-termin p {
  font-size: 32px;
  margin: 0;
}
div.wspolpraca {
  background: #F15E59;
  color: #fff;
  padding: 4rem;
}
div.wspolpraca a {
  color: #fff;
}
div.wspolpraca h2 {
  font-style: italic;
  font-size: 64px;
  margin: 0 0 1.5rem;
}
div.wspolpraca p {
  font-size: 24px;
  margin: 0 0 1.5rem;
}
div.box-14 {
  overflow: hidden;
  color: #20202F;
  width: 540px;
  max-width: 100%;
}
div.box-14 div.img {
  overflow: hidden;
  float: left;
  height: 90px;
}
div.box-14 div.desc {
  overflow: hidden;
  height: 90px;
}
div.box-14 div.desc ul {
  display: table;
  width: 100%;
}
div.box-14 div.desc ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0.75rem;
}
div.box-14 div.desc ul li.contact {
  font-size: 20px;
  background: #fff;
}
div.box-14 div.desc ul li.contact strong {
  display: block;
  font-size: 24px;
}
div.box-14 div.desc ul li.email {
  text-align: center;
  background: #4E8E8E;
}
div.box-14 div.desc ul li.social {
  text-align: center;
  background: #20202F;
}
i.email {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 29px;
  background: url("/images/icons/email.png") center center scroll no-repeat transparent;
  background-size: contain;
}
i.linked-in {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url("/images/icons/linkedin.png") center center scroll no-repeat transparent;
  background-size: contain;
}
div.czytaj-wiecej {
  background: #20202F;
  color: #fff;
  padding: 4rem;
  height: 100%;
}
div.czytaj-wiecej a {
  color: #fff;
}
div.czytaj-wiecej h2 {
  font-style: italic;
  font-size: 64px;
  margin: 0 0 1.5rem;
}
div.czytaj-wiecej p {
  font-size: 24px;
  margin: 0 0 1.5rem;
}
ul.list-10 {
  overflow: hidden;
}
ul.list-10 li {
  display: none;
  overflow: hidden;
  font-size: 0px;
  min-height: 211px;
}
ul.list-10 li.active {
  display: block;
  animation-name: fadein;
  animation-duration: 2s;
}
ul.list-10 div.img {
  display: inline-block;
  vertical-align: middle;
  max-width: 35%;
  margin: 0 3% 0 0;
}
ul.list-10 div.desc {
  display: inline-block;
  vertical-align: middle;
  max-width: 62%;
  margin: 0;
  color: #039899;
  font-size: 24px;
}
@keyframes fadein {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
ul.list-11 {
  position: relative;
}
ul.list-11:after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #F15E59;
  position: absolute;
  top: 0;
  left: 6px;
}
ul.list-11 li {
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 0 !important;
  position: relative;
  font-size: 24px;
}
ul.list-11 li:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #F15E59;
  position: absolute;
  z-index: 2;
  top: 0.65rem;
  left: -27px;
  border: 10px solid #fff;
}
div.article blockquote {
  background: #ddd;
  padding: 2.5rem;
  margin: 0 0 3rem;
  border-radius: 20px;
  position: relative;
}
div.article blockquote p {
  margin: 0 0 1.5rem;
}
div.article blockquote *:last-child {
  margin: 0;
}
div.article blockquote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 2.5rem;
  width: 30px;
  height: 30px;
  border-right: 30px solid transparent;
  border-top: 30px solid #ddd;
}
div.box-15 {
  overflow: hidden;
  margin: 0 0 2.5rem;
}
div.box-15 div.img {
  overflow: hidden;
  float: left;
  margin: 0 1.5rem 0 0;
  max-width: 35%;
}
div.box-15 div.desc {
  overflow: hidden;
}
div.box-15 p {
  font-size: 24px;
  margin: 0 0 1rem !important;
}
div.box-15 h3 {
  font-size: 32px;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  border: none;
}
div.box-15 p:last-child {
  margin: 0;
}
div.box-16 {
  margin: 0 0 2.5rem;
  font-size: 0px;
  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;
}
div.box-16 div.body {
  padding: 1.5rem;
  max-width: 100%;
}
div.box-16 div.head small {
  display: block;
  font-size: 14px;
  color: #666;
}
div.box-16 div.head h3 {
  font-size: 28px;
  margin: 0 0 0.75rem;
  border: none;
  padding: 0;
  color: #1F1F2E;
  text-transform: none;
}
div.box-16 div.head p {
  font-size: 14px;
  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-size: 19px;
  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-size: 16px;
  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-size: 16px;
  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: #394294;
}
div.box-16 div.body h4 {
  font-size: 20px;
  color: #20202F;
  margin: 0 !important;
}
div.box-16 div.body h4 + p {
  color: #20202F;
}
div.box-16 div.body h4.info {
  font-size: 20px;
  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: 18px;
  margin: 0 0 0.5rem !important;
  padding: 0;
}
div.box-16 div.foot p {
  font-size: 13px;
  margin: 0;
}
div.box-16 div.foot p.toggle {
  display: none;
  font-size: 14px;
  margin: 1rem 0 0;
}
div.box-16 div.foot p.toggle a {
  color: #F15E59;
}
div.box-17 {
  text-align: center;
  margin: 0 0 2.5rem;
}
div.box-17 h2 {
  font-size: 32px;
  margin: 0 0 1.5rem !important;
  color: #1F1F2E;
  border: none;
  padding: 0;
}
div.box-17 p {
  font-size: 18px;
  margin: 0 0 1.5rem;
  color: #1F1F2E;
}
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("/images/icons/tick2.png");
  background-size: 30px;
}
ul.list-12 li.disabled {
  padding: 36px 0 0 !important;
  background-image: url("/images/icons/cross2.png");
  background-size: 24px;
  color: #aaa;
}
.cGold {
  color: #B28500 !important;
}
.cGreen2 {
  color: #A3D900 !important;
}
div.blue-border {
  border: 1px solid #F56469;
  padding: 30px;
  margin: 10px 0 30px 0;
}
div.blue-border ::marker {
  color: #F15E59;
}
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: #F56469;
  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.cookie-bar2 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 400px;
  max-width: 100%;
  background: rgba(0, 142, 142, 0.9);
  overflow: hidden;
  color: #fff;
  padding: 1rem;
}
div.cookie-bar2 a {
  color: #fff;
}
div.cookie-bar2 div.img {
  overflow: hidden;
  float: left;
  max-width: 35%;
  margin: 0 1.5rem 0 0;
}
div.cookie-bar2 div.desc {
  overflow: hidden;
}
div.cookie-bar2 div.desc > p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 1rem;
}
div.cookie-bar2 div.desc2 {
  overflow: hidden;
}
div.cookie-bar2 div.desc2 p {
  float: left;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  padding-top: 0.25rem;
  margin: 0;
}
div.cookie-bar2 div.desc2 small {
  float: right;
  overflow: hidden;
}
div.cookie-bar2 small a {
  display: block;
  background: #f39531;
  padding: 0.25rem 1rem;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 4px;
}
div.cookie-bar2 small a:hover {
  background: #d1730f;
}
div.cookie-bar2.open {
  display: block;
}
@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;
  }
}
div.expert {
  padding: 2rem 0 0;
}
div.expert div.head {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 0 0 2rem;
}
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;
}
div.expert div.head p {
  margin: 0 0 0.5rem !important;
  font-size: 16px !important;
}
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;
  }
}
.ovVisible {
  overflow: visible !important;
}
.show1160 {
  display: none !important;
}
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: 10000;
}
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: 24px;
  margin: 0 0 1.5rem;
}
div.rodo div.body p {
  font-size: 16px;
  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("/images/rodo/check-a.png") left 1px scroll no-repeat transparent;
  background-size: 22px auto;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
div.rodo div.checkbox input:checked + label {
  background-image: url("/images/rodo/check-b.png");
}
div.rodo div.foot {
  background: #ddd;
  padding: 1.5rem 0.5rem 0.5rem;
  text-align: center;
}
div.rodo div.foot a.button {
  border-radius: 4px;
  font-size: 14px;
  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;
  }
}
body.windowOpen {
  overflow: hidden;
}
ul.list-13 {
  overflow: hidden;
  padding: 0.5rem 0 0 0 !important;
  position: relative;
}
ul.list-13:after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background: #eee;
  position: absolute;
  top: 0;
  left: 6px;
}
ul.list-13 li {
  display: block;
  position: relative;
  margin: 0 0 1.5rem !important;
  padding: 0 0 0 3rem;
}
ul.list-13 li:last-child {
  margin: 0 0 0.5rem !important;
}
ul.list-13 li:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #039899;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 7px;
  border: 4px solid #fff;
}
div.box-18 {
  position: relative;
  padding: 0 0 0 2rem;
}
div.box-18:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 6px;
}
div.box-18 h3 {
  position: relative;
  border: none;
  padding: 0;
}
div.box-18 h3 a {
  color: #000;
}
div.box-18 > h3:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #039899;
  position: absolute;
  left: -2rem;
  top: 0.25rem;
  border-radius: 100%;
  border: 4px solid #fff;
}
div.box-18 ul {
  font-size: 18px;
}
h3.show-on-click a {
  display: block;
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  background: url("/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("/images/icons/arrow-up2.png");
}
h3.show-on-click.open + ul,
h3.show-on-click.open + div {
  display: block;
}
h2#faq {
  color: #060202;
  text-align: center;
  border: none;
  padding: 0;
  margin: 2.5rem 0 1.5rem;
}
div.box-26 {
  font-size: 0px;
  overflow: hidden;
  position: relative;
}
div.box-26 > div.left {
  display: block;
  overflow: hidden;
  font-size: 16px;
  background: #fff;
  float: left;
  width: 76%;
}
div.box-26 > div.right {
  display: block;
  overflow: hidden;
  font-size: 16px;
  background: #20202F;
}
div.box-26 > div.left.full {
  float: none;
  margin: 0 auto;
  width: auto;
}
div.box-26 div.head {
  position: relative;
  padding: 2rem 50px 2rem 2rem;
  margin: 0;
}
div.box-26 div.head a.close {
  display: block;
  width: 46px;
  height: 46px;
  background: url("/images/icons/close4.png") center center scroll no-repeat #eee;
  background-size: 22px auto;
  position: absolute;
  top: 0;
  right: 0;
}
div.box-26 div.head h2 {
  font-size: 30px;
  margin: 0 0 1rem;
  text-align: left;
  text-transform: none;
  color: #222;
}
div.box-26 div.head p {
  font-size: 14px !important;
  margin: 0 !important;
  text-align: left !important;
}
div.box-26 div.head p a {
  color: #394294 !important;
}
div.box-26 div.head-wrap {
  padding-right: 100px;
  position: relative;
}
div.box-26 div.head-wrap ul.social {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
}
div.box-26 div.head-wrap ul.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
div.box-26 div.head-wrap ul.social a {
  margin: 0 0 6px;
}
div.box-26 div.sec {
  position: relative;
  margin: 0 2rem;
  padding: 2rem 0;
  border-top: 1px solid #ddd;
}
div.box-26 div.sec h3 {
  font-size: 20px;
  color: #394294;
  margin: 0 0 1.5rem;
}
div.box-26 div.sec.partnerzy ul {
  font-size: 0px;
}
div.box-26 div.sec.partnerzy ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2.66% 0.5rem 0;
  max-width: 23%;
}
div.box-26 div.sec.partnerzy ul li:last-child {
  margin-right: 0;
}
div.box-26 div.sec.tematyka ul {
  font-size: 18px;
}
div.box-26 div.sec.tematyka ul li {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 20px;
}
div.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: #394294;
}
div.box-26 div.sec.tematyka ul li:last-child {
  margin: 0;
}
div.box-26 div.sec.tematyka p {
  font-size: 18px;
  margin: 0 0 1.5rem;
}
div.box-26 div.sec.prelegenci ul {
  font-size: 18px;
}
div.box-26 div.sec.prelegenci ul li {
  margin: 0 0 1rem;
  overflow: hidden;
}
div.box-26 div.sec.prelegenci ul li:last-child {
  margin: 0;
}
div.box-26 div.sec.prelegenci a {
  text-decoration: none;
  color: #F15E59;
}
div.box-26 div.sec.prelegenci div.img {
  float: left;
  overflow: hidden;
  width: 48px;
  margin: 0 1rem 0 0;
  border-radius: 100%;
}
div.box-26 div.sec.prelegenci div.desc {
  overflow: hidden;
}
div.box-26 div.sec.prelegenci h4 {
  font-size: 16px;
  margin: 0 0 0.25rem;
}
div.box-26 div.sec.prelegenci p {
  font-size: 14px;
  margin: 0;
  color: #060202;
}
div.box-26 div.sec.prelegenci a:hover h4 {
  color: #3829bf;
}
div.box-26 .button {
  background: #4375B1;
  border-radius: 4px;
  font-size: 14px;
  padding: 0.35rem 1rem;
}
div.box-26 div.sesje-wrap {
  overflow: hidden;
  position: relative;
  padding: 0 0 2.5rem;
  margin: 0 0 1rem;
}
div.box-26 div.sesje-wrap h3 {
  float: left;
  margin: 0;
}
div.box-26 div.sesje-wrap div.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 260px;
}
div.box-26 div.sesje-wrap div.right {
  float: right;
}
div.box-26 div.yt {
  margin: 0;
}
div.pageWrap {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
}
.bgYellow {
  background: #FFFDE9;
}
section.universal.focus {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #060202;
  padding-top: 0;
  margin-bottom: 92px;
}
section.universal.focus div.img {
  top: 0;
  bottom: 0;
  height: auto;
  background: url(/images/2022/focus-img-bg.png) left top / 100% 100% no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.universal.focus div.img img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 70%;
  transform: translateY(-20px);
}
section.universal.focus div.desc {
  overflow: hidden;
  background: #060202;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 1.5rem;
  position: relative;
}
section.universal.focus div.desc > div.wrap {
  z-index: 0;
  position: relative;
}
section.universal.focus .desc-addon1,
section.universal.focus .desc-addon2,
section.universal.focus .desc-addon3 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) scale(0);
  opacity: 1;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px #887FBB;
  animation: circleAnim 2s 0s 1 ease-out forwards;
  animation-iteration-count: infinite;
  z-index: 0;
}
section.universal.focus .desc-addon2 {
  width: 180px;
  height: 180px;
  box-shadow: inset 0 0 0 22px #F1EDED;
  animation: circleAnim 1.5s 0.5s 1 ease-out forwards;
  animation-iteration-count: infinite;
  z-index: 0;
}
section.universal.focus .desc-addon3 {
  width: 95px;
  height: 95px;
  box-shadow: inset 0 0 0 20px #394294;
  animation: circleAnim 1s 1s 1 ease-out forwards;
  animation-iteration-count: infinite;
  z-index: 0;
}
section.universal.focus h1 {
  margin: 0 auto 4rem;
}
section.universal.focus h2 {
  margin: 0 auto 3rem;
  font-size: 28px;
  color: #fff !important;
}
section.universal.focus h2 + p {
  margin: 0 auto 3rem;
}
section.universal.focus p {
  font-size: 20px !important;
  color: #F56469;
  margin: 0 auto 0.75rem !important;
}
section.universal.focus a.button {
  background: transparent;
  border-radius: 40px;
  background-image: linear-gradient(to right, #3829BF, #060202);
}
section.universal.focus a.button:hover {
  background: #fff;
  color: #060202 !important;
}
@media (max-width: 1100px) {
  section.universal.focus h1 img {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  section.universal.focus {
    padding-top: 60px;
  }
  section.universal.focus div.wrap {
    padding: 1.5rem 0 !important;
  }
  section.universal.focus div.img {
    top: 60px;
  }
}
@media (max-width: 800px) {
  section.universal.focus h1 img {
    width: 250px;
  }
  section.universal.focus h2 {
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  section.universal.focus div.img {
    display: none;
  }
  section.universal.focus div.desc {
    padding-top: 4rem;
  }
}
@media (max-width: 700px) {
  section.universal.focus div.img {
    height: 540px;
    background-size: auto 100%;
  }
  section.universal.focus div.img img {
    display: none;
  }
}
@media (max-width: 440px) {
  section.universal.focus h1 {
    margin: 0 auto 2rem;
  }
  section.universal.focus h2 {
    font-size: 22px !important;
    margin: 0 auto 1.5rem;
  }
}
@keyframes circleAnim {
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(50%, 50%) scale(1.2);
    opacity: 0;
  }
}
section.universal.tematyka .wrap ul {
  margin: 20px 0;
}
section.universal.tematyka .wrap li {
  font-size: 16px;
  position: relative;
  padding: 8px 20px 20px 20px;
  opacity: 0;
}
section.universal.tematyka .wrap li:last-child {
  padding-bottom: 0;
}
section.universal.tematyka .wrap li::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #F56469;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
section.universal.tematyka .wrap li::before {
  content: "";
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #F56469;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #FFA5A2;
  position: absolute;
  left: 0;
  top: 15px;
  transform: translate(-50%);
  animation: listDot 1s 0s infinite ease-in-out alternate;
}
section.universal.tematyka .wrap li.show {
  animation: show 1s 0s 1 both;
}
section.universal.tematyka .wrap p {
  margin-bottom: 0;
}
section.universal.tematyka div.img {
  padding: 0;
}
section.universal.tematyka .dots {
  text-align: center;
}
section.universal.tematyka .dots a {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #F56469;
  display: inline-flex;
  margin: 0 5px;
}
section.universal.tematyka .dots a.active {
  background: #F56469;
}
@keyframes listDot {
  0% {
    box-shadow: 0 0 0 1px #FFA5A2, 0 0 0 2px #fd6585;
  }
  100% {
    box-shadow: 0 0 0 4px #FFA5A2, 0 0 0 5px #fd6585;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.universal {
  position: relative;
  z-index: 0;
  padding: 0 0 0 50%;
  background: #F1EDED;
  color: #060202;
}
section.universal div.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: center center scroll no-repeat #F56469;
  background-size: cover;
}
section.universal div.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.universal div.img .leaflet-container img {
  width: auto;
  height: auto;
}
section.universal div.desc {
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
section.universal div.desc > div.wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 645px;
  padding: 3.5rem 5rem;
  position: relative;
}
section.universal h2 {
  color: #060202;
  font-weight: bold;
  line-height: 1.2;
  font-size: 42px;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
section.universal h2 a {
  color: #060202;
  text-decoration: none;
  transition: all 0.2s linear;
}
section.universal h2 a:hover {
  color: #F56469;
}
section.universal p,
section.universal ul {
  font-size: 18px;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
section.universal small {
  font-size: 14px;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
section.universal h2 + small {
  margin-top: -1rem;
}
section.universal blockquote {
  font-size: 20px;
  width: 490px;
  max-width: 100%;
  margin: 0 auto 1.5rem;
  color: #394294;
  position: relative;
}
section.universal blockquote:before {
  content: "";
  display: block;
  width: 198px;
  height: 150px;
  position: absolute;
  left: -3rem;
  top: -3rem;
  background: url("/images/2019/blockquote.png") center center scroll no-repeat transparent;
}
section.universal h4 {
  font-size: 16px;
  margin: 0 auto 1.5rem;
}
section.universal.reverse {
  padding: 0 50% 0 0;
}
section.universal.reverse div.img {
  left: auto;
  right: 0;
}
@media (max-width: 1000px) {
  section.universal > div.desc > div.wrap {
    padding: 2rem;
  }
}
@media (max-width: 760px) {
  section.universal {
    padding: 0 !important;
  }
  section.universal div.img {
    position: static;
    background: none;
    width: 100%;
  }
  section.universal div.img img {
    display: block;
  }
  section.universal > div.desc > div.wrap {
    height: 400px;
  }
  section.universal.top div.desc {
    padding-top: 4rem;
  }
  section.universal.bottom div.desc {
    padding-bottom: 4rem;
  }
  section.universal.reverse div.desc {
    text-align: left;
  }
}
@media (max-width: 440px) {
  section.universal h2 {
    font-size: 28px !important;
  }
  section.universal p {
    font-size: 16px;
  }
}
section.nowe-formy > div.desc,
section.cytat > div.desc {
  background: #FFFDE9;
}
section.konkursy {
  margin-top: 50px;
}
section.konkursy p.grey-images {
  margin-top: 2.5rem;
}
section.konkursy p.grey-images img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2.5rem 0 0;
}
section.konkursy p.grey-images img:last-child {
  margin-right: 0;
}
@media (max-width: 370px) {
  section.konkursy p.grey-images img {
    margin: 0 1rem 0 0;
    height: 70px;
  }
}
.grey-images img {
  filter: grayscale(1);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.5;
  transition: all 0.2s ease-out;
}
.grey-images a:hover img,
.grey-images img:hover {
  filter: grayscale(0);
  opacity: 1;
}
section.goscie h2 {
  text-align: center;
  color: #ddd;
  font-size: 140px;
  line-height: 1.2;
  margin: 2rem auto 3rem;
}
@media (max-width: 1000px) {
  section.goscie h2 {
    font-size: 100px;
  }
}
@media (max-width: 370px) {
  section.goscie h2 {
    font-size: 60px;
  }
}
ul.list-14 {
  font-size: 0px;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
ul.list-14 li {
  display: inline-block;
  vertical-align: top;
  width: 21.25%;
  margin: 0 5% 8% 0;
  position: relative;
}
ul.list-14 li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-14 div.img {
  border-radius: 100%;
  overflow: hidden;
}
ul.list-14 div.img img {
  display: block;
  margin: 0 auto;
}
ul.list-14 div.desc {
  position: absolute;
  left: 0;
  top: 70%;
}
ul.list-14 h3 {
  display: inline-block;
  background: #004E59;
  color: #fff;
  font-size: 18px;
  padding: 0.25rem 0.75rem;
  margin: 0;
}
ul.list-14 p {
  display: inline-block;
  background: #004E59;
  color: #fff;
  font-size: 16px;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0.5rem;
}
@media (max-width: 1240px) {
  ul.list-14 {
    width: auto;
    padding: 0 1.5rem;
  }
  ul.list-14 h3 {
    font-size: 16px;
  }
  ul.list-14 p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  ul.list-14 li {
    width: 30%;
  }
  ul.list-14 li:nth-child(4n+4) {
    margin-right: 5%;
  }
  ul.list-14 li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  ul.list-14 li {
    width: 47.5%;
  }
  ul.list-14 li:nth-child(3n+3) {
    margin-right: 5%;
  }
  ul.list-14 li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 440px) {
  ul.list-14 li {
    display: block;
    width: 240px;
    margin: 0 auto 2.5rem !important;
  }
}
#leafletmap {
  width: 100%;
  height: 600px;
}
#leafletmap .leaflet-tile-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#leafletmap h3 {
  color: #060202;
  font-size: 20px;
  text-align: center;
  margin: 0 0 0.25rem;
}
#leafletmap p {
  color: #060202;
  font-size: 20px;
  text-align: center;
  margin: 0 0 1rem !important;
}
#leafletmap a {
  text-decoration: none;
}
section.mapa > div.desc {
  text-align: left;
}
section.mapa h2 {
  width: auto;
  margin: 0 auto 3rem;
}
section.mapa > div.desc > div.wrap {
  padding: 2.5rem 5rem;
}
section.mapa #leafletmap {
  height: 100%;
}
@media (max-width: 1300px) {
  section.mapa > div.desc > div.wrap {
    padding: 2.5rem;
  }
}
@media (max-width: 800px) {
  section.mapa div#map,
  section.mapa #leafletmap {
    position: relative;
    top: auto;
    left: auto;
    height: 400px;
  }
}
div.box-19 {
  overflow: hidden;
  display: flex;
  width: 100%;
  margin: 0 auto 3.5rem;
}
div.box-19 div.img {
  flex-shrink: 0;
  width: 114px;
  height: 114px;
  position: relative;
  margin-right: 10px;
}
div.box-19 div.img img {
  display: block;
  margin: 0 auto;
}
div.box-19 div.desc {
  flex: 1;
  vertical-align: middle;
  padding: 0.75rem 1rem;
}
div.box-19 h3 {
  font-size: 18px;
  width: auto;
  margin: 0 auto 5px;
  display: block;
  line-height: 1.1;
  color: #fff;
}
div.box-19 p {
  font-size: 14px;
  margin: 0 auto 0.5rem;
  width: auto;
}
div.box-19 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
div.box-19 a.tel {
  position: relative;
}
div.box-19 a.tel span {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  background: #F56469;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  white-space: nowrap;
}
div.box-19 a.tel span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  border-top: 5px solid #F56469;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 10px;
}
div.box-19 a.tel.open span {
  display: block;
}
div.box-19 a.tel[href^=tel]:hover:before {
  content: attr(data-tel);
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: #2C9FBE;
  border-radius: 4px;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  div.box-19 div.desc {
    padding: 1rem 1rem 1rem 0;
  }
}
@media (max-width: 460px) {
  div.box-19 h3 {
    font-size: 24px;
  }
}
@media (max-width: 370px) {
  div.box-19 {
    display: block;
  }
  div.box-19 div.img {
    display: block;
    width: auto;
    height: auto;
    margin-right: 0;
  }
  div.box-19 div.desc {
    display: block;
    width: auto;
    padding: 1rem 1rem 2rem;
    text-align: center;
  }
}
div.box-20 {
  text-align: center;
}
div.box-20 h4 {
  margin: 0 auto 2.5rem;
}
div.box-20 a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 2.5rem;
}
div.article.post-203 ul {
  border-left: 6px solid #EEE;
  padding: 0 !important;
  overflow: visible !important;
}
div.article.post-203 ul li {
  list-style-type: none;
  padding: 0 0 0 2rem;
  margin: 0 0 1.5rem;
  display: block;
  position: relative;
  overflow: visible !important;
}
div.article.post-203 ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #F15E59;
  border: 5px solid #fff;
  position: absolute;
  left: -0.8rem;
  top: 0.2rem;
}
div.article.post-203 ul.social {
  overflow: hidden !important;
  border: none;
}
.ov-visible {
  overflow: visible !important;
}
body.post-204 div.section.text div.pageWidth2 {
  padding: 0;
}
body.post-204 div.section.text div.pageWidth2 div.cytat {
  padding: 3rem;
  background: url("https://pliki.frsih.pl/i/00/07/33/000733.jpg") right top scroll no-repeat #fff;
  background-size: cover;
  padding-left: 6rem;
  position: relative;
}
body.post-204 div.section.text div.pageWidth2 div.cytat:before {
  content: "";
  display: block;
  width: 198px;
  height: 150px;
  position: absolute;
  left: 2rem;
  top: 2rem;
  background: url("/images/2019/blockquote-red.png") center center scroll no-repeat transparent;
}
body.post-204 blockquote {
  width: 365px;
  max-width: 100%;
  background: none;
  padding: 0;
}
body.post-204 blockquote:after {
  display: none;
}
body.post-204 h3 {
  font-size: 32px;
  padding: 0;
  border: none;
  margin: 0 0 0.5rem;
  color: #31313F;
}
body.post-204 small {
  font-size: 14px;
  width: 300px;
  max-width: 100%;
}
body.post-204 div.trendy {
  background: #006773;
  padding: 3rem;
  position: relative;
  font-size: 0px;
  color: #fff;
}
body.post-204 div.trendy:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -65px;
  border-bottom: 65px solid #006773;
  border-right: 285px solid transparent;
}
body.post-204 div.trendy:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 65px solid #F15E59;
  border-right: 285px solid transparent;
}
body.post-204 div.trendy div.img {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin: 0 5% 0 0;
}
body.post-204 div.trendy div.img img {
  margin: 0 auto;
  display: block;
}
body.post-204 div.trendy div.desc {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
}
body.post-204 div.trendy p {
  font-size: 16px;
}
body.post-204 div.trendy h3 {
  font-size: 20px;
  margin: 1rem 0;
  color: #fff;
}
@media (max-width: 730px) {
  body.post-204 div.section.text div.pageWidth2 div.cytat {
    padding-left: 3rem;
    background-size: auto;
  }
  body.post-204 div.section.text div.pageWidth2 div.cytat:before {
    top: 200px;
    display: none;
  }
  body.post-204 blockquote {
    margin-top: 240px;
    background: rgba(255, 255, 255, 0.8);
    width: auto;
    padding: 1rem;
  }
  body.post-204 blockquote + h3 {
    padding: 1.5rem 1.5rem 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  body.post-204 blockquote + h3 + p {
    padding: 0.5rem 1.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 630px) {
  body.post-204 div.trendy div.img {
    width: auto;
    display: block;
    margin: 0 0 1.5rem;
  }
  body.post-204 div.trendy div.desc {
    width: auto;
    display: block;
    margin: 0;
  }
}
@media (max-width: 440px) {
  body.post-204 div.section.text div.pageWidth2 div.cytat {
    padding-left: 1.5rem;
  }
  body.post-204 blockquote + h3 {
    font-size: 20px;
  }
  body.post-204 div.trendy {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 370px) {
  body.post-204 div.trendy:before {
    border-right-width: 260px;
  }
  body.post-204 div.trendy:after {
    border-right-width: 260px;
  }
}
/* RESPONSYWNOŚĆ */
@media (max-width: 1540px) {
  #header {
    text-align: left;
  }
  #header #nav a {
    font-size: 16px;
  }
  ul.list-9 li.el3 div.desc strong {
    font-size: 44px;
  }
}
@media (max-width: 1400px) {
  .focus-1 p.p1 {
    width: 950px;
    max-width: 100%;
    font-size: 40px;
  }
  .focus-1 p.p2 {
    font-size: 16px;
  }
  .focus-1 p.p3 {
    font-size: 16px;
  }
  .focus-1 p.p3 a {
    margin: 0 0 0 15rem;
  }
  ul.list-9 li {
    height: 300px;
  }
  ul.list-9 div.desc strong {
    font-size: 40px;
  }
  ul.list-9 div.desc small {
    font-size: 28px;
  }
  ul.list-9 div.hover p {
    font-size: 16px;
  }
  ul.list-9 li.el3 div.desc strong {
    font-size: 32px;
  }
  ul.list-9 li.el3 div.desc small {
    font-size: 28px;
  }
  div.odwiedzili-nas div.left h2 {
    font-size: 42px;
    margin: 0 0 2rem;
  }
  div.zarezerwuj-termin,
  div.wspolpraca,
  div.czytaj-wiecej {
    padding: 3rem;
  }
  div.zarezerwuj-termin h2,
  div.wspolpraca h2,
  div.czytaj-wiecej h2 {
    font-size: 42px;
    margin: 0 0 1rem;
  }
  div.zarezerwuj-termin p,
  div.wspolpraca p,
  div.czytaj-wiecej p {
    font-size: 20px;
  }
  ul.list-10 div.desc {
    font-size: 18px;
  }
  div.zakres-tematyczny ul {
    padding: 0 2rem 0 0;
  }
  div.zakres-tematyczny ul li {
    font-size: 18px;
    padding: 0.75rem 0;
  }
  div.zakres-tematyczny ul li:after {
    top: 0.65rem;
    right: -39px;
  }
  div.zakres-tematyczny p {
    font-size: 18px;
  }
  div.zakres-tematyczny div.desc,
  div.dobry-produkt div.desc {
    padding: 3rem;
  }
  div.dobry-produkt p {
    font-size: 24px;
  }
  div.odwiedzili-nas div.left p {
    font-size: 18px;
  }
  #footer div.section {
    padding: 2rem 0 1.5rem;
  }
  #header #nav a {
    font-size: 15px;
  }
  i.en {
    vertical-align: -1px;
  }
  #header.stick #nav ul li.home,
  body.sub #header #nav ul li.home {
    width: 100px !important;
  }
}
@media (max-width: 1250px) {
  #header #nav ul li {
    padding: 1.4rem 0;
  }
  #header #nav a {
    font-size: 12px;
  }
  #header #nav ul.right a {
    font-size: 12px;
  }
  div.section.bgFocus h1 {
    font-size: 40px;
  }
  ul.list-9 li.el3 div.desc small {
    font-size: 25px;
  }
  ul.list-9 li.el3 div.desc strong {
    font-size: 25px;
  }
}
@media (max-width: 1160px) {
  .pageWidth {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  div.section.bgFocus div.pageWidth {
    padding: 0;
  }
  #header a.mobile {
    display: block !important;
    position: absolute;
    left: 1em;
    top: 0;
  }
  #header div.menu {
    display: none;
    padding-right: 1rem;
  }
  #header {
    padding: 0.5em;
    height: 56px;
  }
  #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 a {
    font-size: 20px;
    color: #444 !important;
  }
  #header #nav ul a {
    display: block;
    padding: 0.5rem 1rem !important;
    text-decoration: none;
  }
  #header #nav ul a:hover {
    background: #F15E59;
    color: #fff !important;
  }
  #header #nav ul.right {
    padding-left: 1rem;
  }
  #header h1,
  #header h2 {
    width: 200px;
    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;
  }
  .show1160 {
    display: block !important;
  }
  body.menuOpen {
    height: 100%;
    overflow: hidden;
  }
  body.menuOpen div.menu {
    display: block !important;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 3rem 1rem 1.5rem;
    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.5em 0.25em;
  }
  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 #nav ul.right {
    position: static;
    margin: 1rem 0 0 !important;
  }
  body.menuOpen #header #nav ul.right li {
    display: inline-block;
  }
  body.menuOpen #header #nav ul.right li a {
    color: #fff !important;
    font-size: 18px;
  }
  body.menuOpen #header #nav ul.left ul.sub {
    position: static;
    background: #eee;
    padding: 0.5rem 0;
    width: 100%;
  }
  body.menuOpen #header #nav ul.left ul.sub a {
    color: #F15E59 !important;
  }
  body.menuOpen #header #nav a.register {
    color: #fff !important;
  }
  body.menuOpen #header #nav ul.right2 {
    position: relative;
    height: auto;
    padding: 0 0 0 1rem;
    background: none;
  }
  body.menuOpen #header #nav ul.right2 a {
    color: #F15E59 !important;
    padding: 0.25rem 0 !important;
    font-size: 20px;
  }
  body.menuOpen #header #nav ul.right2 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem 0 0;
  }
  body.menuOpen #header #nav ul.right2 li.i {
    display: none;
  }
  body.menuOpen #header #nav ul.right2 li.l {
    border: none;
  }
  #header #nav ul li.en {
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  div.section h2.v3 {
    margin: 0 0 10px;
    color: #545454;
    font-size: 42px;
    text-shadow: none;
  }
  body.sub {
    background-position: center top;
  }
}
@media (max-width: 1000px) {
  ul.list-9 div.hover {
    max-height: 100%;
    overflow: auto;
  }
  div.czytaj-wiecej,
  div.wspolpraca,
  div.zarezerwuj-termin {
    padding: 1.5rem;
  }
  div.box-13 {
    display: block;
  }
  div.box-13 > div.left {
    display: block;
    width: auto;
    padding: 0 0 100px;
    background-size: auto 140px;
  }
  div.box-13 > div.right {
    display: block;
    width: auto;
  }
}
@media (max-width: 840px) {
  .pageWidth2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  ul.list-9 li {
    height: auto;
    padding: 1rem;
  }
  ul.list-9 div.desc small {
    font-size: 18px;
  }
  ul.list-9 div.desc strong {
    font-size: 26px;
  }
  ul.list-9 div.hover {
    display: none !important;
  }
  ul.list-9 li:hover div.desc,
  ul.list-9 li:hover:after {
    display: block;
  }
  div.section.bgFocus p img {
    width: 260px;
  }
  div.section.bgFocus h1 {
    font-size: 32px;
  }
  div.section.bgFocus h2 {
    font-size: 16px;
  }
  ul.list-9 li.el3 div.desc small,
  ul.list-9 li.el3 div.desc strong {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  ul.list-3 h3 {
    font-size: 16px;
  }
  .focus-1 {
    padding: 3em 2em;
  }
  ul.list-5 li,
  div.article ul.list-5 li {
    width: 22%;
  }
  div.section.about p.lead {
    max-width: none;
    float: none;
    margin: 0 0 1em;
  }
  div.section.about ul.list-1 {
    margin: 3em 0 0;
  }
  div.section.about h2 {
    margin: 0 0 0.5em;
  }
  div.slider.type1 p {
    font-size: 15px;
  }
  div.slider.type1 h4 {
    font-size: 16px;
  }
  ul.list-8 li {
    padding: 0 1em;
  }
  div.article p,
  div.article ul,
  div.article ol {
    font-size: 18px;
    margin: 0 0 1rem;
  }
  div.odwiedzili-nas {
    display: block;
  }
  div.odwiedzili-nas div.left {
    display: block;
    padding: 1.5rem;
    width: 100%;
    text-align: center;
  }
  div.odwiedzili-nas div.right {
    display: block;
    width: 100%;
  }
  div.box-26 div.head h2 {
    font-size: 24px;
  }
}
@media (max-width: 740px) {
  ul.three > li {
    width: 48%;
  }
  ul.three > li:nth-child(3n+3) {
    margin-right: 4% !important;
  }
  ul.three > li:nth-child(even) {
    margin-right: 0 !important;
  }
  ul.list-2 li {
    width: 20%;
  }
  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;
  }
  div.box-26 > div.left.full {
    width: auto;
  }
}
@media (max-width: 640px) {
  .focus-1 h1 {
    font-size: 36px;
  }
  div.section h2 {
    font-size: 26px;
  }
  div.focus-2 {
    padding: 0 3em;
  }
  div.focus-2 div.img {
    float: none;
    max-width: 100%;
    margin: 0 auto 2em;
  }
  div.focus-2 div.img img {
    display: block;
    height: 150px;
    margin: 0 auto;
  }
  /*ul.list-2 li { width: 23%; }*/
  div.stickSocial {
    display: none;
  }
  div.slider.type1 div.indicators {
    text-align: center;
    margin: 0;
  }
  ul.three li {
    display: block;
    width: 100%;
    margin: 0 0 1em;
  }
  div.timeline div.one div.cell {
    display: block;
    height: auto;
  }
  ul.list-5 li,
  div.article ul.list-5 li {
    width: 30%;
  }
  .box-7 > * {
    width: 47%;
  }
  ul.list-6 li {
    width: 100%;
    display: block;
    margin: 0 0 1.5em !important;
  }
  div.box-3 div.img {
    float: none;
    margin: 0 0 2em;
  }
  div.box-1 div.one {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0 1.5em;
  }
  div.box-1 div.one:first-child {
    margin: 0 0 4em;
  }
  div.subHeader {
    padding: 2.5rem 0;
  }
  div.subHeader h1 {
    font-size: 32px !important;
  }
  div.article p,
  div.article ol li,
  div.article ul li {
    font-size: 18px;
  }
  ul.list-11 li:after {
    top: 0.45rem;
  }
  ul.list-8 li {
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0 0 3em;
    min-height: 0;
  }
  div.slider.type1 div.img {
    float: left;
    width: 35%;
    margin: 0 1.5em 0 0;
  }
  div.box-12 > div {
    display: block;
    width: 100%;
    margin: 0 0 3% !important;
  }
  div.box-12 > div div.wrap {
    min-height: 0;
  }
  div.zakres-tematyczny {
    padding: 0;
    text-align: left;
  }
  div.zakres-tematyczny div.img {
    position: static;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  div.zakres-tematyczny div.img img {
    display: block;
  }
  div.zakres-tematyczny div.desc {
    padding: 1.5rem;
  }
  div.zakres-tematyczny ul {
    padding: 0 0 0 2rem;
  }
  div.zakres-tematyczny ul li:after {
    right: auto;
    left: -39px;
  }
  div.zakres-tematyczny ul:after {
    right: auto;
    left: 6px;
  }
  div.dobry-produkt {
    padding: 0;
    text-align: left;
  }
  div.dobry-produkt div.img {
    position: static;
    width: 100%;
    height: 400px;
  }
  div.dobry-produkt div.desc {
    padding: 1.5rem;
  }
  .focus-1 p.p3 a {
    margin: 0;
  }
  div.article blockquote {
    padding: 1.5rem;
  }
}
@media (max-width: 620px) {
  ul.list-9 div.desc strong,
  ul.list-9 div.desc small {
    color: #fff;
  }
  ul.list-9 div.desc strong br {
    display: none;
  }
  ul.list-9 li:after {
    background-image: none;
  }
  ul.list-9 li.el3 div.desc small {
    font-size: 18px;
  }
  ul.list-9 li.el3 div.desc strong {
    font-size: 26px;
  }
  div.box-26 > div.left {
    margin: 0 0 1rem;
    width: 100%;
    float: none;
  }
  div.box-26 div.head h2 {
    font-size: 20px;
  }
  div.box-26 div.sec.tematyka ul,
  div.box-26 div.sec.tematyka p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  ul.list-3 li {
    width: 90%;
    margin: 0 0 1.5rem;
  }
  ul.list-9 {
    display: block;
    font-size: 0px;
  }
  ul.list-9 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: auto !important;
  }
  ul.list-10 div.desc {
    font-size: 16px;
  }
  div.box-3 {
    text-align: center;
  }
  div.box-3 div.img {
    margin: 0 0 1rem;
  }
  div.box-3 div.img img {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
  div.box-3 div.desc small {
    margin: 0 0 1rem;
  }
  #footer ul.navi li {
    display: block;
  }
  #footer ul.navi li.dot {
    display: none;
  }
  div.box-15 h3 {
    font-size: 24px;
    margin: 0 0 0.5rem !important;
  }
  div.box-15 p {
    margin: 0 0 0.5rem !important;
  }
  div.box-15 p:last-child {
    margin: 0;
  }
}
@media (max-width: 500px) {
  div.box-16 div.one {
    width: 100%;
    display: block;
    height: auto !important;
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .focus-1 p.p1 {
    font-size: 18px;
  }
  .focus-1 p.p2 {
    font-size: 16px;
  }
  div.section.o-frsih p {
    font-size: 16px;
  }
  ul.list-7 {
    font-size: 16px;
  }
  ul.list-7 li {
    padding: 0 0 0 30px;
  }
  ul.list-7 li:before {
    top: 0;
  }
  div.box-14 div.img {
    height: 75px;
  }
  div.box-14 div.img img {
    width: 75px;
  }
  div.box-14 div.desc {
    height: 75px;
  }
  div.box-14 div.desc ul {
    display: block;
  }
  div.box-14 div.desc ul li {
    display: none;
  }
  div.box-14 div.desc ul li.contact {
    display: block;
    font-size: 16px;
  }
  div.box-14 div.desc ul li.contact strong {
    font-size: 16px;
  }
  div.odwiedzili-nas div.left h2 {
    font-size: 32px;
    margin: 0 0 1rem;
  }
  div.zakres-tematyczny h2 {
    font-size: 24px;
  }
  div.czytaj-wiecej h2,
  div.wspolpraca h2,
  div.zarezerwuj-termin h2 {
    font-size: 24px;
  }
  div.czytaj-wiecej p,
  div.wspolpraca p,
  div.zarezerwuj-termin p {
    font-size: 16px;
  }
  div.box-15 p {
    font-size: 14px;
  }
  div.box-15 h3 {
    font-size: 18px;
  }
  ul.list-9 li.el3 div.desc strong {
    font-size: 18px;
  }
  ul.list-9 li {
    min-height: 88px;
  }
  div.section.bgFocus h1 {
    font-size: 22px;
  }
  div.section.bgFocus h2 {
    font-size: 14px;
  }
  div.section.bgFocus p img {
    width: 200px;
  }
  div.section.bgFocus {
    padding: 6rem 2rem;
  }
  div.box-26 div.head-wrap {
    padding: 0;
    margin: 0 0 1rem;
  }
  div.box-26 div.head-wrap ul.social {
    position: static;
    transform: none;
  }
}
@media (max-width: 440px) {
  ul.list-1 li {
    width: 50%;
    margin: 0 0 3em;
  }
  ul.list-5 li,
  div.article ul.list-5 li {
    width: 44%;
    margin-right: 5%;
  }
  .box-7 > * {
    width: 100%;
    margin: 0 0 1em;
  }
  ul.list-2 li {
    width: 50%;
  }
  div.focus-3 h2 {
    margin-top: 2em;
  }
  div.slider.type1 div.img {
    width: 30%;
    margin: 0 1em 0 0;
  }
  ul.list-8 li {
    padding: 0;
  }
  ul.timeline-list li {
    margin-right: 1em;
    font-size: 30px;
  }
  ul.list-9 li {
    padding: 1.5rem 0.5rem;
  }
  ul.list-9 div.desc small {
    font-size: 16px;
  }
  ul.list-9 div.desc strong {
    font-size: 20px;
  }
  ul.list-10 div.desc {
    font-size: 13px;
  }
  #header #nav ul.right li a {
    font-size: 16px;
  }
  div.dobry-produkt p {
    font-size: 18px;
  }
  div.section.text div.pageWidth2,
  div.section.sesje div.pageWidth2 > div.wrap {
    padding: 2rem 1.5rem;
  }
  div.subHeader h1 {
    font-size: 36px;
  }
}
#header3 {
  position: relative;
  z-index: 100;
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 0 0 220px;
  background: #fff;
}
#header3 a {
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s linear;
}
#header3 a:hover {
  color: #F7B473;
}
#header3 h2.home {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  background: #F7B473;
}
#header3 h2.home img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  width: 100%;
}
#header3 ul.menu {
  font-size: 18px;
  padding: 3.25rem 140px 0 0.5rem;
  position: relative;
  width: 100%;
  border-left: 1px solid #eee;
}
#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 0.5rem;
  position: relative;
}
#header3 ul.menu ul.sub {
  display: none;
  position: absolute;
  height: 42px;
  left: 20px;
  top: auto;
  background: #F7B473;
  width: calc(100% - 20px);
  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 #F7B473;
  border-left: 20px solid transparent;
  position: absolute;
}
#header3 ul.menu ul.sub li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
#header3 ul.menu ul.sub a {
  padding: 0.5rem 1rem;
  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: #F7B473;
}
#header3 ul.menu > li:hover > a:after,
#header3 ul.menu > li.active > a:after {
  border-top-color: #F7B473;
}
#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 #F7B473;
  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: 220px;
  z-index: 2;
  padding: 0.9rem 0 0 1rem;
  font-size: 12px;
}
#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 #F7B473;
  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: #F7B473;
}
#header3 ul.l1 > li.has-sub:hover ul.sub {
  display: block;
}
#header3 ul.l1 > li.has-sub:hover > a {
  color: #F7B473;
}
#header3 ul.l2 {
  position: absolute;
  top: 0;
  right: 140px;
  z-index: 2;
  padding: 0.9rem 1rem;
  font-size: 12px;
}
#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: #394294;
}
#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 #394294;
  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: #F7B473;
}
#header3 ul.l2 > li.has-sub:hover ul.sub {
  display: block;
}
#header3 ul.l2 > li.has-sub:hover > a {
  color: #F7B473;
}
#header3 ul.l3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 140px;
  border-left: 1px solid #eee;
  height: 100%;
  background: #fff;
  padding: 0.9rem 0.5rem 1rem;
  font-size: 12px;
  text-align: center;
}
#header3 ul.l3 li.register a {
  margin-top: 0.75rem;
  text-transform: uppercase;
  display: block;
  padding-top: 32px;
  background: url("/images/menu/register.svg") center top scroll no-repeat transparent;
  background-size: 30px auto;
  color: #000;
}
#header3 ul.l3 li.register a:hover {
  color: #F7B473;
}
#header3 ul.l3 li.register span {
  color: #060202;
  font-weight: 700;
  display: block;
  margin-top: 0.5rem;
  padding-top: 32px;
  background: url("/images/menu/register.svg") center top scroll no-repeat transparent;
  background-size: 30px auto;
}
#header3.log-and-reg ul.l3 {
  font-size: 0px;
  padding-top: 0.75rem;
  text-align: center;
}
#header3.log-and-reg ul.l3 li {
  font-size: 12px;
  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("/images/menu/register.svg") 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 ul.l3.has-userinfo {
  padding: 0;
}
@media (max-width: 1620px) {
  #header3 ul.menu {
    font-size: 16px;
    padding: 3.25rem 120px 0 0.5rem;
  }
  #header3.en ul.menu {
    font-size: 16px;
  }
  #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: 235px;
  }
  #header3 ul.l3 {
    width: 120px;
  }
  #header3 ul.l2 {
    right: 120px;
  }
}
@media (max-width: 1300px) {
  #header3 ul.menu > li.right {
    padding-top: 0;
  }
  #header3 ul.menu a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 1180px) {
  #header3 {
    padding-left: 120px;
  }
  #header3 h2.home {
    width: 120px;
  }
  #header3 ul.l1 {
    left: 130px;
  }
  #header3.en ul.menu {
    font-size: 14px;
  }
  #header3 ul.menu a {
    padding: 1rem 0.25rem;
  }
  #header3 ul.menu > li.right {
    right: 128px;
  }
}
@media (max-width: 1000px) {
  #header3 h2.home {
    width: 120px;
    padding: 0.35rem 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.15rem 0.25rem 0;
    right: 0;
    border: none;
    height: 60px;
    background: none;
  }
  #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: 0.5rem 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;
  }
  #header3.log a.menu {
    right: 16px;
  }
  #header3 ul.l3 li.register a {
    margin-top: 0.4rem;
  }
  #header3.reg-text ul.l3 {
    right: 60px;
  }
}
@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: 6px;
    width: 58px;
    padding-top: 0.7rem;
  }
  #header3.reg-text ul.l3 {
    padding-top: 0.3rem;
  }
  #header3.reg-text ul.l3 li.register a {
    font-size: 6px;
  }
  #header3.reg-text ul.l3 li.register span {
    font-size: 6px;
    margin-top: 0;
  }
  #header3 ul.l3.has-userinfo {
    right: 60px;
    padding: 0;
    width: 120px;
  }
}
@media (max-width: 480px) {
  #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;
  }
}
@media (max-width: 1000px) {
  #header3 h2.home {
    transform: none;
    top: 0;
  }
  #header3 ul.l3 li.register span {
    margin-top: 0.5rem;
    font-size: 9px;
  }
  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 {
    position: absolute;
    top: 0;
    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: 16px;
    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: 14px;
    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: 14px;
    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: 14px;
    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 > .wrap {
    position: relative;
  }
}
@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: #394294;
    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("/images/menu/register2.svg") 0.5rem center scroll no-repeat #fff;
    background-size: 24px auto;
    color: #394294;
    display: block;
    padding: 0.5rem 2rem;
    text-align: center;
    border-radius: 8px;
    width: 210px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  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("/images/menu/close.png") center center scroll no-repeat #394294;
    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;
  }
  #header3 ul.l3 li.register span {
    margin-top: -12px;
    font-size: 6px;
  }
}
@media (max-width: 480px) {
  body.menuOpen #header3 ul.l1,
  body.menuOpen #header3 ul.l2,
  body.menuOpen #header3 ul.menu {
    margin-right: 58px;
  }
}
div.box-36 {
  background: #F56469;
  color: #060202;
  margin: 0 auto 2rem;
  position: relative;
}
div.box-36 a {
  text-decoration: none;
  color: #060202;
}
div.box-36 div.pageWidth {
  padding: 1rem 1.5rem;
}
div.box-36 div.t {
  display: table;
  width: 100%;
  table-layout: fixed;
}
div.box-36 div.c {
  display: table-cell;
  vertical-align: middle;
}
div.box-36 div.img {
  width: 30px;
}
div.box-36 div.desc {
  width: 100%;
  font-size: 14px;
  padding-left: 1rem;
}
div.box-36 div.desc a {
  color: #060202;
  font-size: 14px;
}
div.box-36 p {
  font-size: 14px;
  margin: 0;
}
div.box-36 svg {
  display: block;
}
@media (max-width: 800px) {
  div.box-36 div.desc,
  div.box-36 div.desc p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  div.box-36 div.pageWidth {
    padding: 1rem;
  }
  div.box-36 div.desc {
    font-size: 12px;
  }
}
.list-15 {
  font-size: 0px;
  display: block;
  text-align: center;
}
.list-15 li {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
}
.list-15 div.desc {
  padding: 1.25rem 10px;
  font-size: 14px;
  font-weight: 300;
}
.list-15 li:nth-child(even) {
  background: #F8F8F8 !important;
}
.list-15 li div.desc h3 {
  font-size: 18px;
  margin: 0 0 0.5rem;
}
.list-15 li div.desc p {
  font-size: 14px;
  font-weight: 300;
  margin: 0 !important;
  height: 5.8em;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .list-15 li {
    width: 25%;
  }
}
@media (max-width: 760px) {
  .list-15 li {
    width: 33.33%;
  }
}
@media (max-width: 500px) {
  .list-15 li {
    width: 50%;
  }
}
section.universal2 {
  position: relative;
  margin: 4rem auto;
}
section.universal2 .desc p {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}
section.universal2 h2 {
  text-align: center;
  color: #060202;
  line-height: 1.2;
  font-size: 42px;
  margin: 0 auto 1.5rem;
}
section.universal2 p {
  font-size: 20px;
  margin: 0 auto 1.5rem;
}
@media (max-width: 1100px) {
  section.universal2 {
    margin: 2rem 0;
  }
}
@media (max-width: 440px) {
  section.universal2 h2 {
    font-size: 28px !important;
  }
  section.universal2 p {
    font-size: 16px;
  }
}
div.box-21 {
  margin: 3rem auto 0;
}
div.box-21 > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6rem 0.5rem 0;
}
div.box-21 > *:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1100px) {
  div.box-21 > * {
    margin: 0 4rem 0.5rem 0;
  }
}
section.fokus {
  background: #071C3D;
  margin: 0 auto 4rem;
  position: relative;
  padding: 6rem 1.5rem;
  color: #F56469;
  background: url(/images/2022/subpage.png) left bottom scroll no-repeat #080505;
  background-size: auto 100%;
  overflow: hidden;
  text-align: center;
}
section.tematyka .desc {
  background: url(/images/2022/section-bg.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
section.tematyka div.img {
  background: url("/images/bg/bcg.svg") center center scroll no-repeat #394294;
  background-size: cover;
  color: #fff;
}
section.tematyka h2 a:hover {
  color: #69d7d3;
}
section.tematyka ul li {
  display: none;
}
section.tematyka ul li.show {
  display: inline-block;
}
section.tematyka ul + div.dots {
  text-align: center;
  margin: 2.5rem 0 0;
  font-size: 0px;
}
section.tematyka ul + div.dots a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #394294;
  background: transparent;
  border-radius: 100%;
  margin: 0 0.2rem;
}
section.tematyka ul + div.dots a.active {
  background: #394294;
}
@media (max-width: 760px) {
  section.tematyka div.img {
    padding: 0 0 100%;
  }
}
ul.counting {
  color: #071C3D;
  display: table;
  width: 100%;
  font-size: 0px;
  margin: 3rem 0 0 !important;
}
ul.counting li {
  display: table-cell;
  vertical-align: top;
  padding: 0 1.5rem 0 0;
  max-width: 130px;
}
ul.counting li:last-child {
  margin: 0;
}
ul.counting span {
  position: relative;
  display: inline-block;
  width: 80px;
  border-bottom: 1px solid #071C3D;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 0.5rem;
  white-space: nowrap;
}
ul.counting small {
  display: block;
  font-size: 14px;
}
ul.counting b {
  font-size: 16px;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 760px) {
  ul.counting {
    margin: 0 0 3rem !important;
  }
}
div.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;
}
div.o-window.open {
  display: block;
}
div.o-window div.wrap {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}
div.o-window div.head {
  padding: 1rem;
  position: relative;
  background: #394294;
  background-size: cover;
  text-align: center;
}
div.o-window div.body {
  padding: 2rem;
}
div.o-window div.head a.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
div.o-window div.head img {
  display: block;
  margin: 0 auto;
}
div.o-window h2 {
  font-size: 18px;
  margin: 0 0 1.5rem;
}
div.o-window ul.c {
  display: block;
  font-size: 0px;
  margin-top: 2rem;
}
div.o-window ul.c > li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 0 0;
}
div.o-window ul.c > li:last-child {
  margin-right: 0;
}
div.o-window ul.c p {
  margin: 0 0 0.5rem;
}
div.o-window.edition div.wrap {
  width: 410px;
}
div.o-window.edition h2 {
  font-size: 24px;
}
div.o-window.edition p {
  font-size: 18px;
}
div.o-window.edition a.btn {
  display: block;
  padding: 0.5rem 0.75rem;
  text-align: center;
  background: #394294;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear;
}
div.o-window.edition a.btn.grey {
  background: #D2D3D3;
  color: #5C5959;
}
div.o-window.edition a.btn:hover {
  background: #222;
  color: #fff;
}
div.o-window.edition small.or {
  display: block;
  position: relative;
  text-align: center;
  margin: 1rem 0;
}
div.o-window.edition small.or:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 49%;
  width: 100%;
  border-top: 1px solid #707070;
}
div.o-window.edition small.or span {
  display: inline-block;
  background: #fff;
  padding: 0 1.5rem;
  position: relative;
}
.box-10a {
  display: block;
  overflow: visible;
  margin: 2rem 0;
  text-align: center;
  /*&>div.box-7 { display: none; }*/
}
.box-10a h2 {
  font-size: 24px !important;
  padding: 0 0 0.25em !important;
  margin: 0 0 2.5em !important;
}
.box-10a.open > div.box-7 {
  display: block;
}
div.box-34 {
  font-size: 0px;
}
div.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;
}
div.box-34 div.desc {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
div.box-34 div.desc h2 {
  text-transform: uppercase;
  font-size: 1.25rem !important;
  padding: 0 0 0.5em !important;
  margin: 1.5em 0 !important;
  border-bottom: 1px solid #eee !important;
}
div.box-34 div.desc small {
  font-size: 0.75rem;
  display: block;
}
div.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%);
}
section.partnerzy {
  font-size: 0px;
  margin: 4rem auto 2rem;
  padding: 4rem 2.5rem;
  overflow: hidden;
  background: #F1EDED;
}
section.partnerzy > div.right {
  display: block;
  float: right;
  width: 40%;
  padding-top: 3rem;
  text-align: right;
  overflow: hidden;
}
section.partnerzy > div.left {
  display: block;
  width: 60%;
  overflow: hidden;
}
section.partnerzy > div.left ul {
  overflow: hidden;
  padding-top: 4%;
}
section.partnerzy > div.left ul li {
  display: none;
  float: left;
  width: 22%;
  margin: 0 4% 4% 0;
  position: relative;
  background: #fff;
}
section.partnerzy > div.left ul li:nth-child(3) {
  clear: left;
}
section.partnerzy > div.left ul li:nth-child(6) {
  clear: left;
}
section.partnerzy > div.left ul li:nth-child(9) {
  margin-right: 0;
}
section.partnerzy > div.left ul li:nth-child(1),
section.partnerzy > div.left ul li:nth-child(2),
section.partnerzy > div.left ul li:nth-child(3),
section.partnerzy > div.left ul li:nth-child(4),
section.partnerzy > div.left ul li:nth-child(5),
section.partnerzy > div.left ul li:nth-child(6),
section.partnerzy > div.left ul li:nth-child(7),
section.partnerzy > div.left ul li:nth-child(8),
section.partnerzy > div.left ul li:nth-child(9) {
  display: block;
}
section.partnerzy > div.left ul li:first-child {
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.25s;
  animation-name: slideIn;
  animation-duration: 0.25s;
}
section.partnerzy > div.left ul li a {
  display: block;
  border: 1px solid #eee;
  position: relative;
  height: 90px;
  overflow: hidden;
}
section.partnerzy > div.left ul li a img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
section.partnerzy > div.left ul li small {
  display: block;
  background: #eee;
  color: #aaa;
  opacity: 0;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
section.partnerzy > div.left ul li small span {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.partnerzy > div.left ul li a:hover small {
  opacity: 1;
}
section.partnerzy > div.right h2 {
  line-height: 1.1;
  font-size: 40px;
  margin: 0 0 1.75rem;
  color: #F7B473;
}
section.partnerzy > div.right h3 {
  line-height: 1.1;
  font-size: 24px;
  margin: 0 0 1.75rem;
}
section.partnerzy > div.right p {
  font-size: 24px;
  margin: 0 0 3rem;
}
section.partnerzy > div.right div.wrap {
  display: inline-block;
}
section.partnerzy > div.right div.wrap a {
  text-decoration: none;
}
section.partnerzy > div.right div.wrap div.img {
  margin: 0 auto 0.75rem;
}
section.partnerzy > div.right div.wrap div.img img {
  display: block;
  margin: 0;
}
section.partnerzy > div.right div.wrap div.desc {
  text-align: left;
  background: url("/images/icons/email.png") left center scroll no-repeat transparent;
  padding-left: 60px;
}
section.partnerzy > div.right div.wrap p {
  font-size: 24px;
  margin: 0;
}
section.partnerzy > div.right div.wrap small {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1000px) {
  section.partnerzy {
    padding: 2rem;
  }
}
@media (max-width: 900px) {
  section.partnerzy > div.right {
    float: none;
    padding: 2.5rem 0 0;
    width: auto;
    text-align: left;
  }
  section.partnerzy > div.left {
    float: none;
    width: auto;
  }
  section.partnerzy > div.right h2 {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  section.partnerzy > div.left ul li {
    width: 30.66%;
    margin-right: 4% !important;
    clear: none !important;
  }
  section.partnerzy > div.left ul li:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
@media (max-width: 440px) {
  section.partnerzy > div.right h2 {
    font-size: 28px;
  }
  section.partnerzy > div.right p {
    font-size: 20px;
  }
}
section.partnerzy.v2 > div.left ul li a {
  overflow: visible;
}
section.partnerzy.v2 > div.left ul li small {
  display: block;
  background: 0 0;
  color: #aaa;
  opacity: 1;
  font-size: 13px;
  top: -4rem;
  height: 100px;
}
@-webkit-keyframes slideIn {
  from {
    left: -1rem;
  }
  to {
    left: 0;
  }
}
@keyframes slideIn {
  from {
    left: -1rem;
  }
  to {
    left: 0;
  }
}
div.pfonline-focus {
  position: relative;
  padding: 6rem 1.5rem;
  color: #F7B473;
  background: url("/images/2022/subpage.png") left bottom scroll no-repeat #080505;
  background-size: auto 100%;
  overflow: hidden;
  text-align: center;
  /*
	margin: 0 auto 4rem;
	background: url("/images/2020/online/bcg.svg") center center scroll no-repeat @orange;
	background-size: cover; padding: 6rem 4rem; text-align: center; font-size: 0px;
	color: #fff;
*/
}
div.pfonline-focus div.wrap {
  padding: 6rem 4rem 4rem;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}
div.pfonline-focus h1 {
  margin: 0 auto 2rem;
  font-size: 28px;
}
div.pfonline-focus h1 img {
  display: block;
  margin: 0 auto;
}
div.pfonline-focus div.head p {
  font-size: 24px;
  margin: 0 auto 2rem;
  width: 900px;
  max-width: 100%;
}
div.pfonline-focus small.live {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 1rem;
  color: #fff;
  background: #77C5C7;
  font-size: 14px;
  margin: 0 auto 2rem;
}
div.pfonline-focus h2 {
  width: 800px;
  font-size: 32px;
  line-height: 1.3;
  margin: 0 auto 2rem;
  color: #fff;
  max-width: 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
div.pfonline-focus h2.long {
  font-size: 28px;
}
div.pfonline-focus div.buttons {
  margin: 0 auto 2rem;
}
div.pfonline-focus div.buttons a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
  width: 200px;
  max-width: 100%;
  margin: 0 0.5rem 0.5rem;
  border: 2px solid #fff;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear;
}
div.pfonline-focus div.buttons a:hover {
  border-color: #F7B473;
  background: #F7B473;
  color: #fff;
}
div.pfonline-focus div.foot img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  div.pfonline-focus h2 {
    font-size: 30px;
  }
  div.pfonline-focus h2.long {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  div.pfonline-focus {
    margin: 0 0 2rem;
  }
}
@media (max-width: 760px) {
  div.pfonline-focus {
    padding: 6rem 1.25rem 3rem;
  }
  div.pfonline-focus div.wrap {
    padding: 2rem 1.25rem 0;
  }
  div.pfonline-focus h2 {
    font-size: 24px;
  }
  div.pfonline-focus h2.long {
    font-size: 20px;
  }
  div.pfonline-focus div.head p {
    font-size: 16px;
  }
}
div.pfonline-focus.has-two h1 {
  margin: 0 auto 4rem;
}
div.pfonline-focus.has-two h2 {
  font-size: 28px;
  display: table;
  width: 100%;
}
div.pfonline-focus.has-two h2 span {
  display: table-cell;
  vertical-align: middle;
}
div.pfonline-focus.has-two div.wrap {
  border: 4px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 47.5%;
  margin: 0 5% 0 0;
  padding: 2rem 2rem 0;
}
div.pfonline-focus.has-two div.wrap:nth-child(even) {
  margin-right: 0;
}
div.pfonline-focus.has-two div.wrap:nth-child(4) {
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  div.pfonline-focus.has-two h2 {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  div.pfonline-focus.has-two div.wrap {
    padding: 1.5rem 1.5rem 0;
  }
}
@media (max-width: 760px) {
  div.pfonline-focus.has-two h1 {
    margin: 0 auto 3rem;
  }
  div.pfonline-focus.has-two h2 span {
    height: auto !important;
  }
  div.pfonline-focus.has-two div.wrap {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
  }
  div.pfonline-focus.has-two div.wrap:last-child {
    margin: 0 auto;
  }
}
div.pfonline-focus.count-2 h2 {
  font-size: 22px;
}
div.pfonline-focus.count-2 div.wrap {
  display: inline-block;
  vertical-align: middle;
  width: 48.5%;
  margin: 0 3% 0 0 !important;
  padding: 2rem 1rem 0;
}
div.pfonline-focus.count-2 div.wrap:nth-child(even) {
  margin-right: 0 !important;
}
div.pfonline-focus.count-2 div.buttons a {
  max-width: 45%;
}
@media (max-width: 1300px) {
  div.pfonline-focus.count-2 div.buttons a {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  div.pfonline-focus.count-2 div.wrap {
    display: block;
    width: 100%;
    margin: 0 auto 2rem !important;
  }
  div.pfonline-focus.count-2 div.wrap:last-child {
    margin: 0 auto !important;
  }
}
div.pfonline-focus.count-3 h2 {
  font-size: 22px;
}
div.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;
}
div.pfonline-focus.count-3 div.wrap:nth-child(3n+3) {
  margin-right: 0 !important;
}
div.pfonline-focus.count-3 div.buttons a {
  max-width: 45%;
}
@media (max-width: 1300px) {
  div.pfonline-focus.count-3 div.buttons a {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  div.pfonline-focus.count-3 div.wrap {
    display: block;
    width: 100%;
    margin: 0 auto 2rem !important;
  }
  div.pfonline-focus.count-3 div.wrap:last-child {
    margin: 0 auto !important;
  }
}
div.sectionWidth {
  margin: 0 auto;
}
div.box-30 {
  width: 1000px;
  max-width: 100%;
  margin: -10rem auto 0;
  padding: 0 1.5rem;
  background: #fff;
}
div.box-30.narrow {
  width: 820px;
}
div.box-30 section {
  padding: 1px 0 2rem;
}
div.box-30 h2 {
  color: #902D7A;
}
div.box-30 p.back {
  font-size: 12px;
  margin: 0 0 1.5rem;
}
div.box-30 p.back a {
  color: #fff;
}
div.box-30 p.back img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem 0 0;
}
div.box-30 p.more-sessions {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 -4.1rem;
  position: relative;
  top: -2.65rem;
  left: -1rem;
}
div.box-30 p.more-sessions a {
  display: inline-block;
  background: #F7B473;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 1000px) {
  div.box-30 {
    margin-top: 0;
  }
  div.box-30 p.more-sessions {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -2.6rem;
    left: 0;
  }
  div.box-30 p.more-sessions a {
    display: block;
    text-align: center;
  }
}
div.box-30 div.wrap-1 {
  position: relative;
  padding-right: 410px;
  margin: 0 -1.5rem 1.5rem;
}
div.box-30 div.wrap-1 div.left {
  background: #fff;
}
div.box-30 div.wrap-1 div.left div.yt {
  margin: 0 auto;
  padding-top: 0 !important;
}
div.box-30 div.wrap-1 div.left img {
  display: block;
}
div.box-30 div.wrap-1 div.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 410px;
  height: 100%;
  background: #efefef;
}
div.box-30 div.wrap-1 div.right iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div.box-30 div.wrap-1 div.right small.rodo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.75rem 0.75rem;
  font-size: 9px;
  color: #2F2E2E;
  display: none;
  background: #efefef;
}
div.box-30 div.wrap-1 div.right small.rodo a {
  color: #2F2E2E;
}
div.box-30 div.wrap-2 {
  display: flex;
  flex-direction: column-reverse;
  margin: -1.5rem -1.5rem 1.5rem;
}
div.box-30 div.wrap-2 div.left {
  flex: 0 0 100%;
  padding: 1.5rem;
}
div.box-30 div.wrap-2 div.right {
  flex: 0 0 100%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
}
div.box-30 div.wrap-2 p {
  line-height: 1.5;
}
div.box-30 div.wrap-2 div.smaller ul {
  list-style-type: none;
  padding: 0;
}
div.box-30 div.wrap-2 div.right .box-44 {
  flex: 1;
}
div.box-30 div.wrap-2 div.right .box-31 {
  flex: 1;
}
@media (max-width: 760px) {
  div.box-30 .box-44 {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 0 0 140px !important;
    padding: 0.5rem 1rem;
  }
  div.box-30 .box-44 span {
    flex: 0 0 100%;
  }
}
div.box-30 div.wrap-3 {
  background: #fff;
  padding: 3rem;
}
div.box-30 div.wrap-3 > div.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}
div.box-30 div.wrap-3 > div.inner > div.left {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin-right: 5%;
  font-size: 16px;
}
div.box-30 div.wrap-3 > div.inner > div.right {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  font-size: 16px;
}
@media (max-width: 1000px) {
  div.box-30 div.wrap-3 {
    padding: 0;
  }
}
@media (max-width: 700px) {
  div.box-30 div.wrap-3 > div.inner > div.left {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  div.box-30 div.wrap-3 > div.inner > div.right {
    display: block;
    width: auto;
  }
}
div.box-30 div.wrap-4 {
  position: relative;
}
@media (max-width: 1000px) {
  div.box-30 div.wrap-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
div.box-30 div.wrap-4 > div.inner {
  background: #fff;
  padding: 2rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
div.box-30 div.wrap-4 > div.inner.static {
  position: static;
}
div.box-30 div.wrap-4 > div.inner.open {
  display: block;
}
@media (max-width: 500px) {
  div.box-30 div.wrap-4 > div.inner {
    padding: 1rem;
  }
}
div.box-30 div.wrap-4 > div.inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 3rem;
}
div.box-30 div.wrap-4 > div.inner h2:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #F7B473;
}
div.box-30 div.wrap-4 > div.inner h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  background: #F7B473;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
  border-left: 1rem solid #fff;
  border-right: 1rem solid #fff;
}
@media (max-width: 500px) {
  div.box-30 div.wrap-4 > div.inner h2 {
    margin: 0 auto 1.5rem;
  }
}
div.box-30 div.wrap-4 > div.inner ul {
  font-size: 0;
  /* Jak mają być 4
			 *
			 * &> li { width: 23.5%; }
			 * &> li:nth-child(4n+4) { margin-right: 0; }
			 *
			 */
  /* Jeśli mają być 4
			@media (max-width: 1000px) {
				&> li { width: 32%; }
				&> li:nth-child(4n+4) { margin-right: 2%; }
				&> li:nth-child(3n+3) { margin-right: 0; }
			}

			@media (max-width: 700px) {
				&> li { width: 49%; }
				&> li:nth-child(3n+3) { margin-right: 2%; }
				&> li:nth-child(even) { margin-right: 0; }
			}
			*/
}
div.box-30 div.wrap-4 > div.inner ul > li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0 2% 2% 0;
  background: #F5F5F5;
  position: relative;
  padding: 1rem 1.5rem 3rem;
  text-align: left;
}
div.box-30 div.wrap-4 > div.inner ul > li:nth-child(even) {
  margin-right: 0;
}
div.box-30 div.wrap-4 > div.inner ul small {
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding: 0 0 0.2rem;
  margin: 0 0 1rem;
  font-size: 11px;
  color: #383838;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.box-30 div.wrap-4 > div.inner ul h3 {
  margin: 0 0 0.75rem;
  font-size: 18px;
  font-weight: 700;
  color: #060202;
  position: relative;
  height: 5.4em;
}
div.box-30 div.wrap-4 > div.inner ul h3 span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-height: 5.4em;
  overflow: hidden;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a {
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  width: 50%;
  padding: 0.75rem 0.5rem;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a.blue {
  background: #F7B473;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a.red {
  background: #F7B473;
}
div.box-30 div.wrap-4 > div.inner ul div.buttons a:hover {
  background: #222 !important;
}
div.box-30 div.wrap-4 > div.inner ul div.foot {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F7B473;
  padding: 1.25rem;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button {
  border-radius: 8px;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0.75rem 0;
  padding: 0.5rem 0.75rem;
  width: 200px;
  max-width: 100%;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button.white {
  background: #fff;
  color: #F7B473 !important;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button.red {
  background: transparent !important;
  color: #fff;
}
div.box-30 div.wrap-4 > div.inner ul div.foot a.button:hover {
  background: #222 !important;
  color: #fff !important;
}
div.box-30 div.wrap-4 > div.inner ul > li.open div.foot {
  display: block;
  text-align: center;
  height: 100%;
  bottom: auto;
  top: 0;
  padding-top: 2rem;
}
@media (max-width: 1100px) {
  div.box-30 div.wrap-4 > div.inner ul h3 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  div.box-30 div.wrap-4 > div.inner ul div.buttons a.button {
    font-size: 11px;
  }
  div.box-30 div.wrap-4 > div.inner ul h3 {
    font-size: 12px;
  }
  div.box-30 div.wrap-4 > div.inner ul > li {
    padding: 1rem 1rem 3rem;
  }
  div.box-30 div.wrap-4 > div.inner ul div.foot a.button {
    padding: 0.5rem;
    font-size: 10px;
  }
}
div.box-30 div.wrap-5 div.inner {
  display: none;
}
div.box-30 div.wrap-5 div.inner.open {
  display: block;
}
div.pageHeader {
  background: url("https://pliki.frsih.pl/i/00/09/34/000934.jpg") center top scroll no-repeat #060202;
  background-size: cover;
  padding: 8rem 18% 10rem;
  color: #fff;
  text-align: center;
  position: relative;
}
div.pageHeader.online {
  padding: 8rem 18% 20rem;
}
div.pageHeader h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  color: #fff;
}
div.pageHeader h1.long {
  font-size: 40px;
}
div.pageHeader p {
  font-size: 1.25rem;
  margin: 0;
}
div.pageHeader br:last-child {
  display: none;
}
div.pageHeader div.sectionWidth {
  width: 1000px;
  max-width: 100%;
}
div.pageHeader small.date {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #F7B473;
  padding: 0.25rem 0.75rem;
  margin: 0 0 1rem;
}
@media (max-width: 1000px) {
  div.pageHeader {
    padding: 10rem 1.5rem 7rem;
  }
  div.pageHeader.online {
    padding: 2rem 1.5rem 7rem;
  }
  div.pageHeader h1 {
    font-size: 2rem;
  }
  div.pageHeader h1.long {
    font-size: 1.5rem;
  }
  div.pageHeader p {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  div.pageHeader {
    padding-top: 2rem;
  }
  div.pageHeader.long {
    padding-bottom: 16rem;
  }
  div.pageHeader.long h1 {
    font-size: 1.25rem;
  }
  div.pageHeader.online {
    padding: 70px 1.5rem 4rem;
  }
}
div.section.post {
  overflow: visible;
  background: #E8E8E8;
  z-index: 2;
  position: relative;
  padding: 3rem 0;
  margin: 0 auto;
}
div.section.post div.sectionWidth {
  position: relative;
  background: #fff;
  padding: 2.5rem 3rem;
  width: 800px;
  max-width: 100%;
  margin-top: -8.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
div.section.post div.sectionWidth.wide {
  width: 1100px;
}
div.section.post div.sectionWidth.sesje {
  width: 100%;
  background: none;
  padding: 1.45rem 0 0 !important;
  box-shadow: none;
}
div.section.post div.sectionWidth.full-width {
  width: 100%;
  max-width: 100%;
  margin-top: -3rem;
  background: none;
  box-shadow: none;
}
@media (max-width: 1100px) {
  div.section.post {
    padding-bottom: 0;
  }
}
@media (max-width: 700px) {
  div.section.post div.sectionWidth {
    padding: 2rem 1.5rem;
  }
}
div.box-43 {
  width: 860px;
  max-width: 100%;
  margin: -20rem auto 0;
}
div.box-43.v2 {
  width: 1400px;
}
div.box-43.a {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  div.box-43 {
    margin: -7rem auto 0;
  }
}
div.box-43 .button {
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  color: #fff !important;
  background: #F7B473;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: normal;
  width: auto;
}
div.box-43 .button:hover {
  border-color: #F7B473;
  background: transparent;
  color: #F7B473 !important;
}
div.box-43 small a {
  text-decoration: none;
  color: #F7B473;
}
div.box-43 input[type="text"],
div.box-43 input[type="password"] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #A8A3A3;
  background: #fff;
  padding: 1em 1.5rem;
  font-size: 17px;
  border-radius: 4px;
  margin: 0 0 1rem;
}
div.box-43 div.input-wrap {
  position: relative;
}
div.box-43 div.input-wrap input {
  padding-left: 40px;
}
div.box-43 div.input-wrap::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("") center center scroll no-repeat transparent;
  background-size: contain;
}
div.box-43 div.input-wrap.login::before {
  background-image: url("/images/icons/user.svg");
}
div.box-43 div.input-wrap.password::before {
  background-image: url("/images/icons/lock.svg");
}
div.box-43 div.input-wrap.coupon::before {
  background-image: url("/images/icons/code.svg");
}
div.box-43 label {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 auto 0.25rem;
}
div.box-43 .errmsg {
  display: block;
  color: #F7B473;
  margin: 0 0 1rem;
  font-size: 14px;
}
div.box-43 div.hd {
  text-align: center;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}
div.box-43 div.hd p {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  display: inline;
  background-image: linear-gradient(0, #F7B473 0, #F7B473 35%, transparent 35%);
}
@media (max-width: 760px) {
  div.box-43 div.hd {
    padding: 0 1.5rem 3rem;
  }
  div.box-43 div.hd p {
    font-size: 20px;
  }
}
div.box-43 div.bd {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  box-shadow: 0 0 36px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}
div.box-43 div.bd > div.left {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 3rem 1.5rem;
}
div.box-43 div.bd > div.right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: #F9F9F9;
  padding: 3rem 1.5rem;
}
div.box-43 div.bd .button + small {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  font-weight: 700;
}
div.box-43 div.bd form + small {
  display: block;
  margin: 2rem 0 0;
  line-height: 1.45;
}
div.box-43 div.bd h2 {
  font-size: 24px !important;
  margin: 0 0 1.5rem !important;
  text-transform: none;
  color: #060202;
}
div.box-43 div.bd h2 + small {
  display: block;
  margin: 1rem 0;
  font-size: 16px;
}
@media (max-width: 760px) {
  div.box-43 div.bd {
    display: block;
  }
  div.box-43 div.bd > div.left,
  div.box-43 div.bd > div.right {
    display: block;
    width: auto;
  }
}
@media (max-width: 400px) {
  div.box-43 div.bd .button {
    display: block;
    width: 100%;
  }
  div.box-43 div.bd .button + small {
    margin: 0;
  }
}
div.box-43 div.ft {
  padding: 3rem 1.5rem;
  text-align: center;
}
div.box-43 div.ft h2 {
  margin: 0 0 1rem !important;
  text-transform: none;
  color: #060202;
}
div.box-43 div.ft p {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 400px) {
  div.box-43 div.ft .button {
    display: block;
    width: 100%;
  }
}
form.form-2 {
  background: #F8F8F8;
  padding: 2rem;
  margin: 0 0 1rem;
}
form.form-2 label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 16px;
}
form.form-2 input {
  height: auto;
  display: block;
  background: #fff;
  border: 1px solid #BEBEBE;
  margin: 0 0 1.5rem;
  font-size: 16px;
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}
form.form-2 button {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 16px;
  padding: 0.75rem 1.5rem;
  margin: 0 0.5rem 0.5rem 0;
  height: auto;
  background: #F7B473;
  color: #fff !important;
  border: none !important;
}
form.form-2 button + small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
}
form.form-2 button + small a {
  color: #F7B473;
}
form.form-2 h2 {
  font-size: 20px;
  margin: 0 0 1rem;
  color: #262525;
}
form.form-2 h2 + small {
  display: block;
  margin: 0 auto 1rem;
}
div.box-32 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #060202;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
div.box-32 > img {
  display: inline-block;
  vertical-align: -2px;
  margin: 0 0.25rem 0 0;
}
div.box-32 a {
  display: inline-block;
  vertical-align: middle;
  color: #060202;
  transition: all 0.2s linear;
  text-decoration: none;
  border-bottom: 5px solid transparent;
  margin: 0 1px;
  padding: 0.65rem;
}
div.box-32 a img {
  display: block;
  margin: 0 auto;
}
div.box-32 a:hover {
  color: #060202;
}
div.box-32 a.active {
  border-color: #902D7A;
}
@media (max-width: 500px) {
  div.box-32 {
    font-size: 14px;
  }
  div.box-32 a {
    display: none;
  }
  div.box-32 a.active {
    display: block;
  }
  div.box-32.open {
    position: relative;
    padding: 0 60px 0 0;
  }
  div.box-32.open a {
    display: block;
  }
  div.box-32.open div {
    position: absolute;
    right: 0;
    top: -13px;
    margin: 0;
    background-position: right 19px;
    z-index: 1;
    background-color: #e3e6ea;
    padding: 0;
  }
  div.box-32.multi div {
    padding-right: 10px;
    background: url("/images/icons/more2.svg") right 20px scroll no-repeat #E3E6EA;
    background-size: 8px auto;
  }
}
div.box-31 h2 {
  font-size: 18px;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #DDE0E3;
}
div.box-31 textarea {
  font-size: 14px;
  padding: 0.75rem;
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #DDE0E3;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 0.75rem;
}
div.box-31 input {
  font-size: 14px;
  padding: 0.75rem;
  display: block;
  width: 100%;
  border: 1px solid #DDE0E3;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 1rem;
}
div.box-31 small {
  font-size: 9px;
  color: #bbb;
  display: block;
  margin: 0 0 0.75rem;
}
div.box-31 small a {
  color: #bbb;
}
div.box-31 button {
  background: none;
  padding: 1rem;
  border: 2px solid #902D7A;
  background: #902D7A;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
  transition: all 0.2s linear;
  width: 100%;
}
div.box-31 button img {
  filter: brightness(0) invert(1);
  transition: all 0.2s linear;
}
div.box-31 button:hover {
  background: none;
  color: #902D7A;
}
div.box-31 button:hover img {
  filter: none;
}
ul.list-35a {
  display: block;
  margin: 0 0 1.5rem;
}
ul.list-35a li {
  display: block;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  font-size: 18px;
  border-bottom: 1px solid #DDE0E3;
}
ul.list-35a img {
  display: inline-block;
  vertical-align: middle;
}
div.box-22 {
  background: #F15E59;
  height: 43px;
  position: relative;
}
div.box-22 .pageWidth {
  padding: 0;
}
div.box-22 ul.menu3 {
  display: block;
  padding: 0.2rem 0 0;
}
div.box-22 ul.menu3 > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2rem 0 0;
  position: relative;
  font-size: 14px;
}
div.box-22 ul.menu3 > li > a,
div.box-22 ul.menu3 > li > span {
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
}
div.box-22 ul.menu3 > li.logout {
  float: right;
  margin-right: 0;
  margin-top: 0;
}
div.box-22 ul.menu3 sup {
  display: inline-block;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background: #F15E59;
  border-radius: 100%;
  padding: 0.25rem 0 0;
}
div.box-22 ul.menu3 > li a > img {
  display: inline-block;
  vertical-align: middle;
}
div.box-22 ul.menu3 ul.sub {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  width: 250px;
  background: #fff;
}
div.box-22 ul.menu3 > li.has-sub:hover ul.sub {
  display: block;
}
@media (max-width: 1100px) {
  div.box-22 ul.menu3 > li {
    margin: 0;
  }
}
@media (max-width: 1000px) {
  div.box-22 ul.menu3 {
    white-space: nowrap;
    overflow: auto;
  }
  div.box-22 ul.menu3 li {
    white-space: normal;
  }
  div.box-22 ul.menu3 > li.logout {
    float: none;
    margin: 0;
  }
}
body.newMenuOpen header {
  top: 50px;
}
div.box-22a {
  height: 100%;
}
.pageWrap > div.box-22a {
  display: none;
}
div.box-22a button.opener {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.5rem;
  background: none;
  color: #EF7174;
  font-size: 12px;
}
div.box-22a button.opener small {
  display: flex;
  gap: 0.75rem;
  /*width: min-content;*/
}
div.box-22a button.opener small span {
  border-right: 1px solid #EF7174;
  padding-right: 0.75rem;
  text-align: right;
  color: #060202;
  font-weight: 700;
  font-size: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
div.box-22a button.opener small img {
  transition: all 0.2s linear;
}
div.box-22a ul {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  background: #fff;
  padding: 1rem;
  width: 230px;
  position: absolute;
  right: 0;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
div.box-22a.open ul {
  display: flex;
}
div.box-22a.open button.opener small img {
  transform: rotate(180deg);
}
div.box-22a ul button.wyloguj {
  background: none;
  color: #EF7174;
  font-weight: 700;
}
div.box-22a ul button.wyloguj:hover {
  color: #000;
}
@media (max-width: 1000px) {
  div.box-22a button.opener {
    gap: 0.5rem;
    background: #fff0f0;
  }
  div.box-22a button.opener > img {
    width: 30px;
    height: auto;
  }
  div.box-22a button.opener small span {
    display: block;
    white-space: nowrap;
    font-size: 10px;
    max-width: 100px;
  }
  div.box-22a ul {
    width: 200px;
    font-size: 12px;
  }
}
ul.list-33 {
  font-size: 0px;
}
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: 100%;
}
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: 16px;
  margin: 0;
  color: #060202;
  transition: all 0.2s linear;
}
ul.list-33 small {
  display: block;
  font-size: 13px;
}
ul.list-33 li.has-desc2.open {
  background: #3829bf;
  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: 11px;
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  width: 100%;
  background: #3829bf;
  padding: 0.75rem;
  border-radius: 0 0 8px 8px;
}
ul.list-33 div.desc2 div.scroll p:last-child {
  margin: 0;
}
ul.list-33 div.desc2 div.scroll {
  max-height: 194px;
  overflow: auto;
  padding-right: 0.75rem;
}
ul.list-33 div.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #bcbfc3;
}
ul.list-33 div.scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #bcbfc3;
}
ul.list-33 div.scroll::-webkit-scrollbar-thumb {
  background-color: #707070;
}
@media (max-width: 1000px) {
  ul.list-33 > li {
    display: block;
    margin: 0 0 1.5rem;
    width: auto;
  }
}
ul.list-34 {
  text-align: center;
  font-size: 0;
  padding: 0;
}
ul.list-34 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  max-width: 44%;
  position: relative;
}
ul.list-34 li.has-attachments::before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url("/images/icons/hand.svg") center center scroll no-repeat #ddd;
  background-size: auto 26px;
  z-index: 1;
}
ul.list-34 li > a {
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  width: 220px;
  max-width: 100%;
  height: 130px;
}
ul.list-34 li > a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 85%;
  max-height: 85%;
}
ul.list-34 div.desc {
  display: none;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0;
}
ul.list-34 div.desc a {
  display: block;
  margin: 0 auto 0.5rem;
  color: #444;
  text-decoration: none;
}
ul.list-34 div.desc a:hover {
  color: #902D7A;
}
ul.list-34 li:hover div.desc {
  display: block;
}
ul.list-34 div.desc2 {
  text-align: left;
  display: none;
  background: rgba(200, 200, 200, 0.8);
  padding: 2rem;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
ul.list-34 div.desc2 div.tt {
  display: table;
  width: 100%;
  height: 100%;
}
ul.list-34 div.desc2 div.tc {
  display: table-cell;
  vertical-align: middle;
}
ul.list-34 div.desc2 div.tc div.e {
  position: relative;
  background: #fff;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
ul.list-34 div.desc2 h3 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #F7B473;
  margin: 0 0 1.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
ul.list-34 div.desc2 p {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 1rem;
}
ul.list-34 div.desc2 a.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  background: #F7B473;
  color: #fff;
  font-size: 2.5rem;
  line-height: 20px;
  text-decoration: none;
}
ul.list-34 li.open div.desc2 {
  display: block;
}
ul.list-34.v2 li {
  width: 47.5%;
  margin: 0 5% 1rem 0;
}
ul.list-34.v2 li:nth-child(even),
ul.list-34.v2 li:last-child {
  margin-right: 0;
}
@media (max-width: 700px) {
  ul.list-34 div.desc2 div.tc div.e {
    width: 100%;
  }
}
@media (max-width: 500px) {
  ul.list-34 li {
    width: 47.5%;
    max-width: none;
    margin: 0 5% 5% 0;
  }
  ul.list-34 li:nth-child(even) {
    margin-right: 0;
  }
}
div#communicator {
  display: none;
  position: fixed;
  z-index: 99999999;
  max-height: 80%;
  overflow: auto;
  width: 1000px;
  max-width: 100%;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #eee;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
}
div#communicator a.close {
  color: #fff;
  background: #F7B473;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
}
div#communicator.open {
  display: block;
}
@media (max-width: 600px) {
  div#communicator {
    top: 0;
    max-height: 100%;
    height: 100%;
    padding: 2rem 1.25rem;
    border-radius: 0;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  width: 100% !important;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #394294;
}
.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;
}
div.box-33 {
  padding: 0 290px 0 0;
  position: relative;
  border: 6px solid #F7B473;
  border-right-width: 1px;
  z-index: 1;
}
div.box-33 a {
  color: #fff;
  text-decoration: none;
}
div.box-33 div.left {
  position: relative;
}
div.box-33 div.right {
  background: rgba(0, 0, 0, 0.6);
  border-left: 6px solid #F7B473;
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  height: 100%;
  overflow: auto;
}
div.box-33 div.scroll-pane {
  position: absolute;
  width: 100%;
  height: 100%;
}
div.box-33 div.left > div {
  display: none;
  position: relative;
}
div.box-33 div.left > div.active {
  display: block;
}
div.box-33 div.preview {
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat #394294;
  background-size: cover;
}
div.box-33 div.preview a {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/2020/svg/play.svg") center center scroll no-repeat transparent;
}
div.box-33 ul {
  display: block;
  text-align: left;
}
div.box-33 ul > li {
  display: block;
  border-bottom: 1px solid #F7B473;
  transition: all 0.2s linear;
}
div.box-33 ul small {
  font-size: 10px;
  display: block;
  margin: 0 0 0.25rem;
}
div.box-33 ul p {
  font-size: 14px;
  margin: 0;
  min-height: 38px;
}
div.box-33 ul > li.active {
  background: #F7B473;
}
div.box-33 ul > li.active a {
  color: #fff;
  font-weight: 700;
}
div.box-33 ul a {
  display: block;
  padding: 0.75rem;
}
div.box-33 ul li:hover {
  background: #ffd695;
}
div.box-33 ul li:hover a {
  color: #fff;
}
div.box-33 div.yt {
  margin: 0;
}
div.box-33 .jspDrag {
  background: #F7B473;
}
div.box-33 .jspTrack {
  background: #d59251;
}
div.box-33 div.other div.wrap {
  border: 1px solid #fff;
  border-top: none;
  padding: 1.25rem 1.5rem;
}
div.box-33 div.other h2 {
  background: #fff;
  padding: 1.2rem 0.5rem;
  text-align: center;
  font-size: 18px;
  color: #394294;
  margin: 0 auto;
}
div.box-33 div.other h3 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 auto 1.25rem;
}
div.box-33 div.other ul {
  display: block;
  font-size: 0px;
  margin: 0 auto;
}
div.box-33 div.other ul > li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 1.25rem 0;
  background: #394294;
  border-left: 4px solid #F15E59;
  font-size: 14px;
  border-bottom: none;
}
div.box-33 div.other ul > li:nth-child(even) {
  margin-right: 0;
}
div.box-33 div.other ul li > span {
  display: table;
  width: 100%;
}
div.box-33 div.other ul span span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 49px;
  padding: 0 1rem;
}
div.box-33 div.other a.button {
  background: #fff;
  color: #394294;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  width: auto;
  max-width: 100%;
  margin: 0 0.5rem 1rem;
}
@media (max-width: 600px) {
  div.box-33 div.other ul > li {
    display: block;
    width: auto;
    margin: 0 0 1.25rem;
  }
}
@media (max-width: 800px) {
  div.box-33 {
    padding: 0;
    border: none;
  }
  div.box-33 div.right {
    position: static;
    width: 100%;
    height: 200px;
  }
  div.box-33 div.scroll-pane {
    position: relative;
  }
}
div.window {
  display: none;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
div.window div.wrap {
  display: table;
  width: 100%;
  height: 100%;
}
div.window div.wrap > div.inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 4rem 0;
}
div.window div.body {
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 70px 2rem 3rem;
  position: relative;
}
div.window a.close {
  background: #ccc;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
div.window h2 {
  font-size: 24px !important;
  margin: 0 0 0.5em;
  color: #444;
}
div.window p {
  line-height: 1.45;
  font-size: 14px !important;
  margin: 0 0 1.5em;
}
div.window small {
  line-height: 1.45;
  font-size: 10px !important;
  margin: 0 0 1.75em;
}
div.window h3 {
  font-size: 14px !important;
  margin: 0 0 0.75em;
}
div.window div.g-recaptcha-wrap {
  margin: 2rem auto 0;
  text-align: center;
}
div.window div.g-recaptcha {
  display: inline-block;
}
div.window.open {
  display: block;
}
div.login.window a.close {
  background: none;
  padding: 1rem;
}
div.login.window div.body {
  width: 312px;
  background: #fff;
  padding: 0;
  margin: 0 auto 2rem;
}
div.login.window div.l-head {
  padding: 1.5rem;
  background-color: #F56469;
}
div.login.window div.l-head h2 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 0.5rem;
}
div.login.window div.l-head p {
  font-size: 11px !important;
  color: #fff;
  margin: 0 0 0.5rem !important;
}
div.login.window div.l-head p:last-child {
  margin: 0 !important;
}
div.login.window div.l-body {
  padding: 1.5rem;
}
div.login.window div.l-body p {
  font-size: 14px !important;
  margin: 0 0 0.5rem !important;
}
div.login.window div.l-body p:last-child {
  margin: 0 !important;
}
div.login.window div.l-body a {
  color: #F56469;
}
div.login.window form input[type="text"],
div.login.window form input[type="email"],
div.login.window form input[type="password"],
div.login.window form select {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  background: #fff;
  height: 34px;
  padding: 0.5rem;
  display: block;
  width: 100%;
  font-size: 13px;
  margin: 0 0 1.5rem;
  transition: all 0.2s linear;
}
div.login.window form input[type="text"]:focus,
div.login.window form input[type="email"]:focus,
div.login.window form input[type="password"]:focus,
div.login.window form select:focus {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
}
div.login.window form label {
  display: block;
  width: 100%;
  font-size: 13px;
  margin: 0 0 0.25rem;
}
div.login.window form div.submit button {
  background: #F56469;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  padding: 0.5rem 1rem;
  font-weight: 700;
}
div.login.window form div.submit a {
  font-size: 11px;
  float: right;
  margin-top: 0.6rem;
}
div.login.window form small {
  font-size: 13px !important;
}
div.login.window div.row.error {
  background: none;
  padding: 0;
  margin: 0;
}
div.login.window div.row small.error {
  display: none;
  font-size: 10px;
  color: #F15E59;
  margin-top: -1rem;
}
div.login.window div.error p {
  color: #414141;
}
div.login.window div.row.error small.error {
  display: block;
}
div.login.window div.row.error input,
div.login.window div.row.error select {
  border: 1px solid #F15E59;
}
div.login.window div.row.error label {
  color: #F15E59;
}
div.login.window div.body.error div.l-head {
  background: #F15E59;
  color: #fff;
}
div.login.window div.body.error div.l-head h2 {
  color: #fff;
}
div.login.window div.body.error div.l-head p {
  color: #fff;
}
div.login.window div.body.error a.close img {
  filter: brightness(0) invert(1);
}
div.login.window form#formlogin {
  margin: 0 0 1.5rem;
}
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("/images/2020/svg/play.svg") center center no-repeat transparent;
}
div.box-41 {
  background: #fff;
  width: 1080px;
  max-width: 100%;
  margin: -14rem auto 0;
  padding: 2rem 4rem;
  position: relative;
}
div.box-41 div.head {
  text-align: center;
  margin: 0 auto 4rem;
}
div.box-41 div.foot {
  text-align: center;
  margin: 4rem auto 0;
}
div.box-41 p {
  font-size: 18px;
  font-style: italic;
}
div.box-41 div.wrap {
  font-size: 0px;
  position: relative;
}
div.box-41 div.wrap > div.left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 3.5rem 0 0;
  font-size: 16px;
}
div.box-41 div.wrap > div.right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0 0 3.5rem;
  font-size: 16px;
}
div.box-41 div.wrap > div.middle {
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
}
div.box-41 div.wrap > div.middle span {
  display: inline-block;
  position: relative;
  width: 50px;
  background: #F7B473;
  color: #fff;
  font-size: 16px;
  padding: 0.935rem 0;
  border-radius: 100%;
}
div.box-41 div.wrap > div.middle:before {
  content: "";
  background: #F7B473;
  display: block;
  position: absolute;
  width: 3px;
  height: 180px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.box-41 .button {
  border-radius: 4px;
}
@media (max-width: 1000px) {
  div.box-41 {
    padding: 2rem;
  }
}
@media (max-width: 760px) {
  div.box-41 div.head {
    margin: 0 auto 2rem;
  }
  div.box-41 div.foot {
    margin: 2rem auto 0;
  }
  div.box-41 div.wrap > div.left {
    display: block;
    width: 100%;
    padding: 0;
  }
  div.box-41 div.wrap > div.right {
    display: block;
    width: 100%;
    padding: 0;
  }
  div.box-41 div.wrap > div.middle {
    position: relative;
    top: 0;
    transform: none;
    margin: 2rem 0;
    width: auto;
  }
  div.box-41 div.wrap > div.middle:before {
    width: 180px;
    height: 3px;
  }
  div.box-41 form.form-2 {
    height: auto !important;
  }
}
@media (max-width: 500px) {
  div.box-41 {
    margin-top: -10rem;
  }
}
.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.box-35 {
  background: #F7B473;
  padding: 1rem;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1000px) {
  div.box-35 {
    margin-top: 60px;
    font-size: 16px;
  }
}
section.liczby > div.desc {
  background: linear-gradient(to bottom, #B2F5E9, #F4656A);
}
section.konkursy > div.desc {
  background: linear-gradient(to bottom, #B2F5E9, #F4656A);
  background-size: cover;
}
section.konkursy p em {
  padding: 0.35rem 1rem;
  line-height: 2;
}
section.konkursy .prizes-list {
  display: flex;
  gap: 20px;
}
section.konkursy .prize {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
section.konkursy .prize picture {
  text-align: center;
  display: block;
}
section.konkursy .prize img {
  margin-bottom: 10px;
  max-height: 76px;
}
section.konkursy .prize a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) and (min-width: 760px) {
  section.konkursy .prizes-list {
    flex-direction: column;
  }
}
section.mapa > div.desc {
  background: #F56469 url("/images/2022/section-bg2.png") no-repeat;
  background-size: cover;
}
.box-person {
  margin: 40px 0;
  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(#69D7D3 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: #FF5138;
  font-size: 20px;
}
.box-person .box-person-position {
  color: #FF5138;
  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: #394294;
}
.box-person ul.box-person-contact li.tel a {
  background-image: url("/images/2021/tel.svg");
}
.box-person ul.box-person-contact li.mail a {
  background-image: url("/images/2021/mail.svg");
}
.box-person ul.box-person-contact li.li a {
  background-image: url("/images/2021/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;
  }
}
ul.list-17 {
  display: block;
  padding: 0 !important;
}
ul.list-17 li {
  display: block;
  padding-left: 2rem;
  background: url("/images/2021/pcr-test.svg") left 4px scroll no-repeat transparent;
}
ul.list-18 {
  display: block;
  padding: 0 !important;
}
ul.list-18 > li {
  display: block;
  padding-left: 2.5rem;
  position: relative;
}
ul.list-18 > li > em {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #91918F;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
}
div.window2,
.article div.window2,
.section div.window2 {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 1.5rem;
  display: none;
  align-items: baseline;
  justify-content: center;
  background: rgba(34, 37, 38, 0.8);
}
div.window2.open,
.article div.window2.open,
.section div.window2.open {
  display: flex;
}
div.window2 div.inner,
.article div.window2 div.inner,
.section div.window2 div.inner {
  width: 900px;
  max-width: 100%;
  background: #fff;
  padding: 2rem;
}
div.window2 div.h,
.article div.window2 div.h,
.section div.window2 div.h {
  position: relative;
  padding-right: 5rem;
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}
div.window2 div.h a.close,
.article div.window2 div.h a.close,
.section div.window2 div.h a.close {
  position: absolute;
  top: 0;
  right: 0;
}
div.window2 div.h div.i,
.article div.window2 div.h div.i,
.section div.window2 div.h div.i {
  flex: 0 0 90px;
}
div.window2 div.h div.d,
.article div.window2 div.h div.d,
.section div.window2 div.h div.d {
  flex: 1;
  padding-left: 2rem;
}
div.window2 h2,
.article div.window2 h2,
.section div.window2 h2 {
  margin: 0 !important;
  padding: 0;
  border: none;
  font-size: 20px !important;
  text-transform: none;
  font-weight: normal !important;
  color: #444;
}
div.window2 h2:before,
.article div.window2 h2:before,
.section div.window2 h2:before {
  display: none !important;
}
div.window2 h3,
.article div.window2 h3,
.section div.window2 h3 {
  text-transform: none;
  padding: 0;
  border: none;
}
div.window2 ul,
.article div.window2 ul,
.section div.window2 ul,
div.window2 ol,
.article div.window2 ol,
.section div.window2 ol,
div.window2 p,
.article div.window2 p,
.section div.window2 p {
  font-size: 16px;
}
div.window2 p.l,
.article div.window2 p.l,
.section div.window2 p.l {
  font-weight: bold;
  font-size: 20px;
  padding-left: 2rem;
}
@media (max-width: 760px) {
  div.window2 div.inner,
  .article div.window2 div.inner,
  .section div.window2 div.inner {
    padding: 1.25rem;
  }
  div.window2 div.h,
  .article div.window2 div.h,
  .section div.window2 div.h {
    align-items: flex-start;
    padding-right: 0;
  }
  div.window2 div.h div.i,
  .article div.window2 div.h div.i,
  .section div.window2 div.h div.i {
    flex: 0 0 50px;
  }
  div.window2 div.h div.d,
  .article div.window2 div.h div.d,
  .section div.window2 div.h div.d {
    flex: 1;
    padding-left: 1.25rem;
  }
  div.window2 h2,
  .article div.window2 h2,
  .section div.window2 h2 {
    font-size: 16px !important;
  }
  div.window2 div.h a.close,
  .article div.window2 div.h a.close,
  .section div.window2 div.h a.close {
    position: absolute;
    top: -2.5rem;
    right: -2.5rem;
    background: #fff;
    border-radius: 100%;
  }
}
body.window2Open {
  overflow: hidden;
}
.m-partners {
  font-size: 0px;
}
.m-partners .left {
  padding: 2rem;
  background: #394294 !important;
}
.m-partners .left ul {
  overflow: hidden;
  margin: 5rem 0 0;
  padding-top: 40px;
  display: grid;
  gap: 40px;
  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;
  background: #fff;
  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 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  text-transform: uppercase;
  display: block;
  background: 0 0;
  color: #fff;
  opacity: 1;
  font-size: 12px;
  transform: translateY(-100%);
}
.m-partners .left ul a:hover small {
  opacity: 1;
}
@media (max-width: 1000px) {
  .m-partners .left ul {
    margin: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a1 a2" "a3 a4" "a5 a6" "a7 a8";
  }
}
@keyframes slideIn {
  from {
    left: -1rem;
  }
  to {
    left: 0;
  }
}
ul.list-12a {
  display: block;
  padding: 0 !important;
}
ul.list-12a li {
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem !important;
}
ul.list-12a a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
ul.list-12a a:hover span.desc {
  color: #3829bf;
  transition: all 0.2s linear;
}
ul.list-12a a:hover span.desc small {
  color: #060202;
}
ul.list-12a span.img {
  width: 60px;
  flex: 0 0 60px;
}
ul.list-12a span.img + span.desc {
  padding-left: 1.5rem;
}
ul.list-12a span.desc {
  flex: 1;
  font-weight: 700;
}
ul.list-12a span.desc small {
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-top: 0.25rem;
  color: #060202;
}
ul.list-12a span.img img {
  display: block;
  width: 60px;
  border-radius: 100%;
}
section.focus3.trans {
  position: relative;
  padding: 10rem 1.5rem;
  color: #F7B473;
  background: url("/images/2022/focus-img-bg.png") left center scroll no-repeat #080505;
  background-size: auto 100%;
  overflow: hidden;
}
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 #F7B473;
  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 {
  background: #fff;
  border: none !important;
  border-radius: 0 !important;
  color: #F7B473 !important;
  font-weight: 800;
  padding: 1rem 1.5rem;
  margin: 0 1rem 0 0;
  transition: all 0.2s linear;
  text-decoration: none;
}
section.focus3.trans a.button:nth-child(2) {
  margin: 0;
}
section.focus3.trans a.button:hover {
  background: #F7B473 !important;
  color: #060202 !important;
  box-shadow: inset 0 0 0 2px #F7B473, 0 0 0 5px rgba(247, 180, 115, 0.2);
}
section.focus3.trans .desc-addon1,
section.focus3.trans .desc-addon2,
section.focus3.trans .desc-addon3 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) scale(0);
  opacity: 1;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px #887FBB;
  animation: circleAnim 2s 0s 1 ease-out forwards;
  animation-iteration-count: infinite;
  z-index: 0;
}
section.focus3.trans .desc-addon2 {
  width: 180px;
  height: 180px;
  box-shadow: inset 0 0 0 22px #F1EDED;
  animation: circleAnim 1.5s 0.5s 1 ease-out forwards;
  animation-iteration-count: infinite;
  z-index: 0;
}
section.focus3.trans .desc-addon3 {
  width: 95px;
  height: 95px;
  box-shadow: inset 0 0 0 20px #394294;
  animation: circleAnim 1s 1s 1 ease-out forwards;
  animation-iteration-count: infinite;
  z-index: 0;
}
@media (max-width: 760px) {
  section.focus3.trans .desc-addon1,
  section.focus3.trans .desc-addon2,
  section.focus3.trans .desc-addon3 {
    display: none;
  }
}
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: 0px;
}
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: 16px;
  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.count-2 div.one {
  width: 48.5%;
}
section.focus3.trans div.wrap2.has-more.count-2 div.one:nth-child(even) {
  margin-right: 0;
}
section.focus3.trans div.wrap2.has-more h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1.5rem;
  height: 100px;
  min-height: 100px;
}
section.focus3.trans div.wrap2.has-more h2.long {
  font-size: 20px;
}
section.focus3.trans div.wrap2.has-more h2.very-long {
  font-size: 16px;
}
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: 12px;
}
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: 16px;
}
section.focus3.trans div.wrap2.has-more a.button {
  font-size: 14px;
  padding: 0.75rem 1rem;
}
@media (max-width: 1000px) {
  section.focus3.trans div.wrap2.has-more h2 {
    font-size: 26px;
  }
  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: 24px;
    height: auto;
  }
  section.focus3.trans div.wrap2.has-more div.one {
    display: block;
    width: 100% !important;
    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: 12px;
  background: #3829bf;
  color: #fff;
  padding: 2px 8px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
section.focus3.trans h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 150px;
}
section.focus3.trans h2.long {
  font-size: 32px;
}
section.focus3.trans h2.very-long {
  font-size: 26px;
}
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: 30px;
  font-weight: 800;
  line-height: 1;
}
section.focus3.trans ul#countdown small {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
section.focus3.trans p.live {
  font-weight: 700;
  font-size: 16px;
  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.75rem 0;
  border-radius: 4px;
  position: absolute;
  bottom: 100%;
  width: 350px;
  max-width: 100%;
  margin: 0 auto 1rem;
  text-align: left;
}
section.focus3.trans ul.more li {
  display: block;
  transition: all 0.2s linear;
  border-bottom: 1px solid #eee;
}
section.focus3.trans ul.more li:last-child {
  border: none;
}
section.focus3.trans ul.more li:hover {
  background: #eee;
}
section.focus3.trans ul.more a {
  display: block;
  padding: 0.75rem 1.5rem;
  font-size: 18px;
  font-weight: 700;
  color: #F7B473;
  text-decoration: none;
}
section.focus3.trans ul.more small {
  font-size: 13px;
  color: #060202;
  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;
  border-radius: 20px !important;
}
section.focus3.trans div.buttons.open ul.more {
  display: block;
}
@media (max-width: 1000px) {
  section.focus3.trans {
    background-position: left 3.5rem;
    padding: 10rem 1.5rem;
    min-height: 0;
  }
  section.focus3.trans h2 {
    font-size: 32px;
  }
}
@media (max-width: 760px) {
  section.focus3.trans {
    background-size: 100% auto;
    padding: 6rem 1.5rem 2rem;
  }
  section.focus3.trans div.wrap2 {
    margin: 0 0 1rem;
  }
  section.focus3.trans h1,
  section.focus3.trans div.one > span,
  section.focus3.trans div.desc > span {
    font-size: 14px;
    margin: 0 0 0.5rem;
  }
  section.focus3.trans h2 {
    font-size: 20px;
  }
  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);
}
.buttons-register-bar-cnt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 20px 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}
.buttons-register-bar-cnt h3 {
  margin: 0 !important;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 0 !important;
  padding: 0 !important;
}
.buttons-register-bar-cnt h3 a {
  padding: 20px;
  width: 100%;
  display: block;
  text-decoration: none !important;
}
.buttons-register-bar-cnt h3 a:hover {
  text-decoration: none;
}
.buttons-register-bar-cnt small {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.buttons-register-bar-cnt p {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}
.buttons-register-bar-cnt td,
.buttons-register-bar-cnt th {
  padding: 10px;
}
.buttons-register-bar-cnt .button {
  margin: 30px 0 !important;
  background: #F15E59;
  color: #fff;
  font-size: 20px;
  padding: 10px 35px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
  justify-content: center;
}
.buttons-register-bar-cnt .button--type2 {
  background: #77C5C7;
}
.buttons-register-bar-cnt {
  border-color: #F15E59;
  background-color: #F15E59;
}
.buttons-register-bar-cnt h3 a {
  color: #fff;
}
.buttons-register-bar-cnt.is-open {
  border-color: #F15E59;
  background: #fff;
}
.buttons-register-bar-cnt.is-open h3 a {
  color: #F15E59;
}
.buttons-register-bar-cnt--type2 {
  border-color: #77C5C7;
  background-color: #77C5C7;
}
.buttons-register-bar-cnt--type2 h3 a {
  color: #fff;
}
.buttons-register-bar-cnt--type2.is-open {
  border-color: #77C5C7;
  background: #fff;
}
.buttons-register-bar-cnt--type2.is-open h3 a {
  color: #77C5C7;
}
.buttons-register-bar-cnt-inline {
  display: none;
  border-top: 1px solid #ddd;
  padding: 20px 0 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
}
.buttons-register-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 600px) {
  .buttons-register-bar {
    flex-direction: column;
  }
}
.register-list-cnt {
  overflow-x: auto;
}
.register-list {
  width: 100%;
  border: 1px solid #aaa;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.2;
}
.register-list td,
.register-list th {
  border: 1px solid #aaa;
  padding: 15px;
  vertical-align: top;
}
.register-list thead th p,
.register-list thead td p {
  margin: 0;
}
.register-list thead p small br {
  display: none;
}
.register-list .register-list-head-text {
  display: block;
  margin-bottom: 10px;
  color: #888;
}
.register-list .register-list-head-name {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: #F15E59;
}
.register-list .register-list-head-price {
  display: block;
  font-size: 16px;
}
.register-list tbody td {
  vertical-align: middle;
}
.register-list tbody td:not(:first-child) {
  text-align: center;
  width: 230px;
  vertical-align: middle;
}
.register-list tbody tr:nth-of-type(even) {
  background: #f6f6f6;
}
@media (max-width: 670px) {
  .register-list {
    font-size: 15px;
  }
  .register-list td,
  .register-list th {
    padding: 10px;
  }
  .register-list tbody td:first-child {
    font-size: 13px;
  }
  .register-list .register-list-head-name {
    font-size: 20px;
  }
  .register-list tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .register-list tbody td:first-child {
    font-size: 14px;
  }
}
.faq-list dt {
  cursor: pointer;
  font-weight: bold;
  color: #F15E59;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dd {
  display: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 30px;
  font-size: 16px;
}
.slider-split {
  display: grid !important;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.slider-split-list-slide {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.slider-split-list-slide.is-show {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.slider-split-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0 0 20px 0;
}
.slider-split-dots-link {
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #77C5C7;
}
.slider-split-dots-link.is-active {
  background: #77C5C7;
}
.partners-list {
  font-size: 0px;
  display: block;
  text-align: center;
}
.partners-list .partners-list-el {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
}
.partners-list .desc {
  padding: 1.25rem 10px;
  font-size: 14px;
  font-weight: 300;
}
.partners-list .partners-list.el:nth-child(even) {
  background: #F8F8F8 !important;
}
.partners-list .desc h3 {
  font-size: 18px;
  margin: 0 0 0.5rem;
}
.partners-list .desc p {
  font-size: 14px;
  font-weight: 300;
  margin: 0 !important;
  height: 5.8em;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .partners-list .partners-list-el {
    width: 25%;
  }
}
@media (max-width: 760px) {
  .partners-list .partners-list-el {
    width: 33.33%;
  }
}
@media (max-width: 500px) {
  .partners-list .partners-list-el {
    width: 50%;
  }
}
.agenda-event-box {
  display: flex !important;
  flex-direction: column;
}
.agenda-event-content {
  flex: 1;
}
.agenda-event-bottom {
  margin: 10px 0 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #060202;
  display: flex;
  gap: 1rem;
}
.agenda-event-bottom .agenda-event-broadcast::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/images/2022/icon-broadcast.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.agenda-event-bottom .agenda-event-translate::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/images/2022/icon-earth.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.hlvs {
  display: flex;
  background: url("") center center scroll no-repeat #060202;
  background-size: cover;
  margin: 0 auto 50px;
}
.hlvs.reverse {
  flex-direction: row-reverse;
}
.hlvs > * {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hlvs > .desc {
  background: url("") center center scroll no-repeat #060202;
  background-size: cover;
  padding: 3rem 3rem;
}
.hlvs > .img {
  background: #F7B473;
}
.hlvs > .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #F7B473;
}
.hlvs h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  color: #fff;
}
.hlvs h2 a {
  color: #fff;
}
.hlvs h2 a:hover {
  color: #F7B473;
}
.hlvs p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 2rem;
}
.hlvs p:last-child {
  margin: 0;
}
.hlvs ul {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 2rem;
  padding: 0 0 0 20px;
}
.hlvs .button {
  align-self: flex-start;
  margin: 0;
}
@media (max-width: 1100px) {
  .hlvs > .desc {
    padding: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .hlvs h2 {
    font-size: 24px;
  }
  .hlvs p {
    font-size: 16px;
  }
  .hlvs ul {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .hlvs {
    flex-direction: column !important;
    margin: 0 auto;
  }
  .hlvs > .desc {
    padding: 1.5rem;
  }
}
section.goscie-2023 div.img {
  background: none;
}
section.goscie-2023 div.desc {
  background: none;
}
@media (max-width: 600px) {
  section.goscie-2023 {
    background-image: url("/images/2023/speakers.jpg") !important;
    background-position: right bottom;
    background-size: cover;
  }
  section.goscie-2023 div.img,
  section.goscie-2023 div.desc {
    background: transparent;
  }
}
.carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 520px;
  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: 4px solid #fff;
}
.carousel__item-body {
  width: 100%;
  background-color: #F7B473;
  border-radius: 8px;
  padding: 0 20px 0 80px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.carousel__item-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.carousel__item-body p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
@media (max-width: 400px) {
  .carousel__item-body h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .carousel__item-body p {
    font-size: 11px;
    margin: 0;
  }
}
.carousel__item.is-current {
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: 2;
}
.carousel__item.is-current .carousel__item-body {
  background: #9E2686;
}
.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;
}
.button-g {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  overflow: hidden;
  border-radius: 40px;
  padding: 0.75rem 2rem;
  border: none;
  background: #F7B473;
  color: #fff !important;
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  font-size: 20px;
  background: transparent;
  background-image: linear-gradient(to right, #3829BF, transparent);
}
.button-g:hover {
  background-image: linear-gradient(to right, #F7B473, transparent);
}
section.focus-2023 {
  padding: 4rem 10rem;
  background: #000;
  background-size: cover;
  color: #fff;
  margin: 0 auto 50px;
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
  min-height: 720px;
}
section.focus-2023 div.img {
  flex: 1;
  position: relative;
  z-index: 1;
}
section.focus-2023 div.desc {
  flex: 1;
  position: relative;
  z-index: 1;
}
section.focus-2023 h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 1.25rem;
}
section.focus-2023 .button {
  margin: 0;
}
section.focus-2023 p {
  font-size: 20px;
  margin: 0 0 2rem;
  color: #F7B473;
}
@media (max-width: 1000px) {
  section.focus-2023 {
    margin: 60px auto 0;
    padding: 6rem 3rem;
    min-height: 0;
  }
}
@media (max-width: 760px) {
  section.focus-2023 {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 1.5rem;
  }
  section.focus-2023 h1 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  section.focus-2023 {
    padding: 9rem 1.5rem;
    background-image: url("https://pliki.frsih.pl/i/00/09/32/000932.jpg") !important;
  }
}
section.jak-bylo-2023 ul {
  padding: 0;
  margin: 0 0 1.5rem;
}
section.jak-bylo-2023 ul li {
  display: none;
  gap: 1.5rem;
  align-items: center;
}
section.jak-bylo-2023 ul li.active {
  display: flex;
}
section.jak-bylo-2023 ul p strong {
  display: block;
  font-size: 120%;
}
section.jak-bylo-2023 ul small {
  width: 140px;
  text-align: center;
  font-size: 200px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}
section.jak-bylo-2023 div.dots {
  display: flex;
  gap: 8px;
  width: 200px;
  margin: 0 120px 0 auto;
}
section.jak-bylo-2023 div.dots button {
  flex: 1;
  height: 8px;
  background: #9E2686;
}
section.jak-bylo-2023 div.dots button.active {
  background: #F7B473;
}
section.jak-bylo-2023 h2 {
  margin-left: -3rem;
  display: flex;
  gap: 1.5rem;
  font-size: 24px;
}
section.jak-bylo-2023 h2 img {
  max-width: 30%;
}
@media (max-width: 1100px) {
  section.jak-bylo-2023 h2 {
    margin-left: -1.5rem;
    gap: 1rem;
  }
  section.jak-bylo-2023 ul li {
    gap: 1rem;
  }
  section.jak-bylo-2023 ul small {
    width: 100px;
    font-size: 120px;
  }
  section.jak-bylo-2023 div.dots {
    margin: 0 auto;
  }
}
section.konkursy-2023 ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  color: #060202;
}
section.konkursy-2023 ul li {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.2s linear;
}
section.konkursy-2023 ul li:hover {
  background: #e2e5ff;
}
section.konkursy-2023 ul a {
  display: block;
  text-decoration: none;
}
section.konkursy-2023 ul img {
  display: block;
  width: 100%;
  height: 90px;
  object-fit: contain;
  margin: 0 auto 1.5rem;
}
@media (max-width: 600px) {
  section.konkursy-2023 div.desc {
    background-image: url("/images/2023/competitions.jpg") !important;
    background-position: right top;
  }
}
@media (max-width: 500px) {
  section.konkursy-2023 ul {
    flex-direction: column;
  }
  section.konkursy-2023 ul li a {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  section.konkursy-2023 ul img {
    width: 30%;
    margin: 0;
  }
}
section.o-forum-2023 {
  margin: 0 auto;
}
@media (max-width: 600px) {
  section.o-forum-2023 div.desc {
    background-image: url("/images/2023/about.jpg") !important;
    background-position: left bottom;
  }
}
@media (max-width: 600px) {
  section.jak-bylo-2023 div.desc {
    background-image: url("/images/2023/trends.jpg") !important;
    background-position: right bottom;
    padding-bottom: 7rem;
  }
}
section.konkursy-2023 {
  margin: 0 auto;
}
section.wspolpraca-2023 > div.img {
  background: url("/images/2023/wspolpraca.jpg") center center scroll no-repeat #060202;
  background-size: cover;
  aspect-ratio: 1;
}
section.wspolpraca-2023 > div.img img {
  object-fit: contain;
  background: none;
  margin: 0;
  width: auto;
  height: auto;
  align-self: flex-start;
  animation: breathing 5s ease-out infinite normal;
}
@media (max-width: 760px) {
  section.wspolpraca-2023 > div.img img {
    width: 70%;
  }
}
@keyframes breathing {
  0% {
    transform: scale(0.9);
  }
  25% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.9);
  }
}
.form-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form-1 > * {
  width: 100%;
}
.form-1 > br {
  display: none;
}
.form-1 h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.form-1 .name,
.form-1 .email {
  width: calc(50% - 0.5rem);
}
@media (max-width: 760px) {
  .form-1 .name,
  .form-1 .email {
    width: 100%;
  }
}
.form-1 input[type=text],
.form-1 input[type=email],
.form-1 textarea {
  padding: 1rem;
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 4px;
  height: auto;
  font-family: inherit;
  font-size: 16px;
}
.form-1 input[type=text]:focus,
.form-1 input[type=email]:focus,
.form-1 textarea:focus {
  border-color: #000;
  outline: none;
}
.form-1 textarea {
  height: 140px;
}
.form-1 .infoonly {
  font-size: 11px !important;
  color: #060202 !important;
  margin: 0 !important;
}
.form-1 .infoonly a {
  color: #F7B473 !important;
}
.form-1 button {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  overflow: hidden;
  border-radius: 40px;
  padding: 0.75rem 2rem;
  border: none;
  background: #F7B473;
  color: #fff !important;
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  font-size: 20px;
  width: auto;
  margin: 0 !important;
  font-size: 16px;
}
.form-1 button:hover {
  background: #394294 !important;
}
.form-1 .error {
  display: none;
  background: #cc0000;
  color: #fff;
  padding: 0.5rem 1rem;
}
.form-1 .error.show {
  display: block;
}
.outside-paper {
  margin: 0 -3rem;
  background: #F3F3F3;
  padding: 2.5rem 3rem;
}
.outside-paper:last-child {
  margin-bottom: -3rem;
}
@media (max-width: 440px) {
  .outside-paper {
    margin: 0 -1.5rem;
    padding: 2.5rem 1.5rem;
  }
  .outside-paper:last-child {
    margin-bottom: -2rem;
  }
}
.buttons-register-bar-cnt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 20px 0;
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
}
.buttons-register-bar-cnt h3 {
  margin: 0 !important;
  padding: 20px !important;
  width: 100%;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.buttons-register-bar-cnt small,
.buttons-register-bar-cnt p {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}
.buttons-register-bar-cnt .button {
  background: #F15E59 !important;
  color: #fff !important;
  border-color: #F15E59 !important;
  font-size: 18px;
  font-weight: bold !important;
  margin-top: 10px;
  padding: 10px 35px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
  justify-content: center;
}
.buttons-register-bar-cnt .button:hover {
  color: #fff !important;
}
.buttons-register-bar-cnt {
  border-color: #F15E59;
  background-color: #F15E59;
}
.buttons-register-bar-cnt ul,
.buttons-register-bar-cnt ul ul {
  list-style: disc !important;
}
.buttons-register-bar-cnt ul li::marker {
  background: #F15E59;
  color: #F15E59;
}
.buttons-register-bar-cnt h3 a {
  color: #000;
}
.buttons-register-bar-cnt.is-open {
  border-color: #F15E59 !important;
  background: #eee !important;
}
.buttons-register-bar-cnt.is-open h3 {
  color: #F15E59 !important;
}
.buttons-register-bar-cnt.is-open .buttons-register-bar-inside {
  background: transparent;
}
.buttons-register-bar-cnt.is-open .buttons-register-bar-cnt {
  background: transparent;
  border: 0;
}
.buttons-register-bar-inside {
  display: none;
  border-top: 2px solid #aaa;
  padding: 20px 0 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
}
.buttons-register-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 600px) {
  .buttons-register-bar {
    flex-direction: column;
  }
}
.table-1 {
  width: 100%;
  border: 1px solid #aaa;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.2;
}
.table-1 td,
.table-1 th {
  border: 1px solid #aaa;
  padding: 15px;
  vertical-align: top;
}
.table-1 td:first-child {
  width: 200px;
}
.table-1 thead td {
  font-size: 17px;
}
.table-1 thead strong {
  display: block;
  font-size: 25px;
}
.table-1 tbody td:first-child {
  font-size: 15px;
}
.table-1 thead th p,
.table-1 thead td p {
  margin: 0;
}
.table-1 thead p small br {
  display: none;
}
.table-1 .register-list-head-text {
  display: block;
  margin-bottom: 10px;
  color: #888;
}
.table-1 .register-list-head-name {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: #394294;
}
.table-1 .register-list-head-price {
  display: block;
  font-size: 16px;
}
.table-1 tbody td {
  vertical-align: middle;
}
.table-1 tbody td:not(:first-child) {
  text-align: center;
  width: 230px;
  vertical-align: middle;
}
.table-1 tbody tr:nth-of-type(even) {
  background: #f6f6f6;
}
@media (max-width: 670px) {
  .table-1 {
    font-size: 15px;
  }
  .table-1 td,
  .table-1 th {
    padding: 10px;
  }
  .table-1 tbody td:first-child {
    font-size: 13px;
  }
  .table-1 .register-list-head-name {
    font-size: 20px;
  }
  .table-1 tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .table-1 tbody td:first-child {
    font-size: 14px;
  }
}
.faq-list {
  margin: 10px 0;
  text-align: left !important;
  font-size: 20px;
}
.faq-list p {
  text-align: inherit;
}
.faq-list dt {
  cursor: pointer;
  font-weight: bold;
  color: #F15E59;
  padding-bottom: 10px;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dd {
  display: none;
  padding-left: 0;
  margin-left: 0;
}
.prelegent-section-title {
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}
.prelegent-section-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #eee;
}
.prelegent-section {
  margin: 0 0 2.5em;
}
.prelegent-section .list-12a {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
}
.prelegent-section .list-12a li {
  margin-bottom: 0 !important;
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 760px) {
  .prelegent-section .list-12a li {
    flex: 0 0 100%;
  }
}
.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: #060202;
}
.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: #F7B473;
  font-weight: 700;
  transition: all 0.2s linear;
  text-decoration: none;
}
.company-info .company-info-body p a:hover {
  color: #060202;
}
.company-info .company-info-body > *:last-child {
  margin: 0;
}
.box-border {
  margin: 35px auto;
  border: 1px solid #F7B473;
  padding: 0 3rem;
  position: relative;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .box-border {
    padding: 0 1rem;
  }
}
h1.box-focus-title {
  margin: 0 !important;
  padding: 2rem 0;
}
.box-border-broadcast {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  top: 0;
  transform: translateY(-50%);
  display: inline-flex;
  width: max-content;
  align-items: center;
  color: #fff;
  background: #F7B473;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 7px;
  text-transform: uppercase;
}
.box-border-broadcast--red {
  background: #F7B473;
  color: #fff;
}
.box-focus2 {
  border: none;
  padding: 0 0 1.5rem;
  margin: 0 auto !important;
}
.box-focus2 .box-border-broadcast {
  padding: 2.8rem 2rem;
  background: #E3E6EA;
  text-align: center;
  position: static;
  transform: none;
  margin: 0 -1.5rem 1.5rem;
  width: auto;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #060202;
}
.box-focus2 .box-border-broadcast span {
  display: inline-block;
  background: #F7B473;
  padding: 2px 7px;
  color: #fff;
  margin: 0 0.75rem 0 0;
  line-height: 1;
}
.box-focus2 .box-border-wrap {
  padding: 0 1rem;
}
@media (max-width: 760px) {
  .box-focus2 .box-border-broadcast {
    padding: 1rem;
  }
  .box-focus2 .box-border-wrap {
    padding: 0;
  }
}
.box-focus2 .btn-arrow {
  display: none;
}
.box-focus2 .btn--small {
  font-size: 14px;
  padding: 5px 15px;
  height: auto;
  background: none;
  color: #F7B473;
  border: 2px solid #F7B473;
  transition: all 0.2s linear;
  text-transform: none;
  font-weight: 700;
  border-radius: 100px;
}
.box-focus2 .btn--small:hover {
  background: #F7B473;
  color: #fff;
}
.box-focus2 .btn--small.btn--red {
  background: #F7B473;
  color: #fff;
}
.box-focus2 .btn--small.btn--red:hover {
  background: none;
  color: #F7B473;
}
.box-focus2 .transmission-list-el-title::before {
  background-image: url("/images/icons/play2.svg") !important;
  background-size: contain !important;
  margin-right: 0.75rem !important;
  width: 21px;
  height: 21px;
}
.box-focus2 .transmission-list-el-title {
  font-size: 18px;
}
.box-focus2 .transmission-list-el-title:hover {
  color: #F7B473;
}
.box-focus2 .transmission-list-el {
  align-items: center;
  padding: 15px 0;
}
.transmission-list {
  margin: 0 ;
  padding: 0;
}
.transmission-list-cnt {
  max-height: 430px;
  overflow-y: auto;
}
.transmission-list-el {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F7B473;
  padding: 10px 0;
}
.transmission-list-el:last-child {
  border-bottom: 0;
}
@media (max-width: 600px) {
  .transmission-list-el {
    flex-direction: column;
  }
}
.transmission-list--red .transmission-list-el {
  border-bottom-color: #EBEBEB;
}
.transmission-list--red .transmission-list-el-title {
  color: #222;
}
.transmission-list--red .transmission-list-el-title::before {
  background: url("/images/icons/play2.svg") no-repeat;
}
.transmission-list-el-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  color: #fff;
  margin-right: 20px;
  align-items: center;
  text-decoration: none !important;
}
.transmission-list-el-title:hover {
  text-decoration: none;
  color: #F7B473;
}
.transmission-list-el-title::before {
  content: "";
  background: url("/images/icons/play2.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  flex: 0 0 20px;
}
@media (max-width: 600px) {
  .transmission-list-el-title {
    font-size: 14px !important;
    margin: 0 0 1rem;
  }
  .transmission-list-el-title::before {
    margin-right: 10px;
  }
}
.transmission-list-el.is-active .transmission-list-el-title {
  color: #F7B473;
}
.transmission-list-el-buttons {
  display: flex;
}
.transmission-list-el-buttons .btn {
  margin-left: 5px;
  text-decoration: none !important;
}
.box-50 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #E3E6EA;
  padding: 0 1.5rem;
  margin: 0 -1.5rem;
  min-height: 47px;
}
.box-50:empty {
  display: none;
}
.box-50 button {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  border: none;
}
.box-50 button span {
  display: inline-block;
  background: #902D7A;
  padding: 2px 7px;
  color: #fff;
  margin: 0 0.75rem 0 0;
  line-height: 1;
}
.box-50 + .wrap-5 .box-focus2 .box-border-broadcast {
  background: #eee;
}
.box-50 + .wrap-5 .box-focus2 {
  width: 100%;
}
@media (max-width: 500px) {
  .box-50 {
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
  .box-50 button {
    font-size: 14px;
  }
  .box-50 button span {
    margin-right: 0.5rem;
  }
  .box-50 button:last-child {
    margin-top: 0.3rem;
  }
}
.box-44 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.box-44 img {
  display: block;
  transition: all 0.2s linear;
}
.box-44 a:hover img {
  filter: brightness(0);
}
.m-retransmission {
  background: url("https://pliki.frsih.pl/i/00/09/34/000934.jpg") center center scroll no-repeat #060202;
  background-size: cover;
  margin: 2rem auto !important;
  padding: 1.5rem;
}
.m-retransmission h2 {
  color: #fff !important;
}
.m-retransmission div.desc {
  color: #fff;
}
@media (max-width: 1000px) {
  .m-retransmission {
    margin: 0 auto !important;
    padding-top: 90px;
  }
}
@media (max-width: 800px) {
  .m-retransmission h2 {
    margin: 0 auto 1rem !important;
  }
  .m-retransmission div.desc p {
    margin: 0 auto 2rem;
  }
}
.focus5 {
  background: url("https://pliki.frsih.pl/i/00/09/34/000934.jpg") center center scroll no-repeat #222;
  background-size: cover;
  padding: 5rem 3rem 5rem;
  margin-top: -1rem;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 500px) {
  .focus5 {
    padding: 7rem 1rem 4rem;
  }
}
.focus5 .pageWidth {
  position: relative;
  z-index: 1;
}
.focus5 a {
  text-decoration: none;
}
.focus5 .header-top {
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus5 .header-top h1 {
  font-size: 88px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
.focus5 .header-top p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  border-left: 4px solid #fff;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.focus5 .header-top p strong {
  display: block;
}
@media (max-width: 1100px) {
  .focus5 .header-top h1 {
    font-size: 66px;
  }
}
@media (max-width: 1000px) {
  .focus5 .header-top h1 {
    font-size: 44px;
  }
}
@media (max-width: 760px) {
  .focus5 .header-top h1 {
    font-size: 24px;
  }
  .focus5 .header-top p {
    font-size: 16px;
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.focus5 .wrap-wrap {
  display: flex;
  gap: 3rem;
  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: 2rem;
  }
}
.focus5 .header4 {
  color: #fff;
}
.focus5 .header4 p {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.focus5 .header4 small {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 0 2.5rem;
  color: #F7B473;
}
.focus5 .header4 a.button {
  color: #fff;
  background: #F7B473;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
}
.focus5 .header4 a.button:hover {
  background: #060202;
}
@media (max-width: 760px) {
  .focus5 .header4 p {
    font-size: 20px;
  }
  .focus5 .header4 small {
    margin: 0 0 1.5rem;
  }
}
.focus5 .wrap {
  position: relative;
  box-shadow: 1rem 1rem 0 0 #2F003E;
  border-radius: 6px;
  overflow: hidden;
  padding-left: 42px;
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.focus5 .wrap .header2 {
  background: #fff;
  color: #F7B473;
  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("/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("/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: #740093;
  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 #740093;
}
.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: #060202;
  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: #F7B473;
  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: #F7B473 !important;
  border-radius: 4px;
  transition: all 0.2s linear;
  border: 1px solid #fff;
  letter-spacing: normal;
}
.focus5 div.w a:hover {
  background: none;
  color: #fff !important;
}
.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("/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("/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: #F7B473;
}
.focus5 div.b a.more::before {
  content: "";
  background: url("/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: #060202;
  border-color: #060202;
  color: #fff;
}
.focus5 div.one-wrap {
  padding: 1.5rem;
  background: #740093;
  position: relative;
}
.focus5 div.one-wrap ul {
  position: static;
}
.focus5 ul.one {
  padding: 0 1.5rem 1rem 0;
  position: relative;
  max-height: 580px;
  overflow: auto;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #060202 #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: #060202;
}
.focus5 ul.one::scrollbar {
  width: 6px;
}
.focus5 ul.one::scrollbar-track {
  background-color: #eee;
}
.focus5 ul.one::scrollbar-thumb {
  background-color: #060202;
}
.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: 15px;
  line-height: 1.2;
  display: block;
}
.focus5 ul.one .speakers img {
  width: 43px;
}
.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%;
  }
}
