@charset "UTF-8";
:root {
  --social-widget-color-main: #E20513;
  --social-widget-color-background: #F8F8F8;
}
.firaSans300 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
.firaSans400 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.firaSans500 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
}
.firaSans600 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
.firaSans700 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.firaSans800 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
.firaSans900 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
}
.notoSerif400 {
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.45;
}
.notoSerif700 {
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.45;
}
html {
  height: 100%;
}
html,
html * {
  margin: 0;
  padding: 0;
  border: 0;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}
body {
  word-wrap: break-word;
  word-break: normal;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 16px;
  color: #403E3E;
  height: 100%;
}
/* Natural Box model */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML 5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* new clearfix */
div:after,
.cf:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* old clearfix */
.cfo:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  image-rendering: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: #403E3E;
}
a {
  transition: all 0.2s linear;
}
a:hover {
  color: #E20513;
}
p {
  margin: 0 0 1.5rem;
}
.pageWidth {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
}
/* ******************************************************************* */
button,
.button,
a.button {
  display: inline-block;
  background: #403E3E;
  padding: 0.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
}
button.v2,
.button.v2,
a.button.v2 {
  display: inline-block;
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  margin: 0 0 1rem;
  cursor: pointer;
}
button.v2 img,
.button.v2 img,
a.button.v2 img {
  vertical-align: middle;
  margin: 0 0.35rem 0 0;
}
button.v2 + .button,
.button.v2 + .button,
a.button.v2 + .button,
button.v2 + button,
.button.v2 + button,
a.button.v2 + button {
  margin-left: 1.5rem;
}
button.v3,
.button.v3,
a.button.v3 {
  display: inline-block;
  border-radius: 4px;
  font-size: 0.9375rem;
  padding: 0.65rem;
  margin: 0 0 1rem;
  width: 250px;
  max-width: 100%;
  cursor: pointer;
}
button.v3 img,
.button.v3 img,
a.button.v3 img {
  vertical-align: middle;
  margin: 0 0.35rem 0 0;
}
button.v3 + .button,
.button.v3 + .button,
a.button.v3 + .button,
button.v3 + button,
.button.v3 + button,
a.button.v3 + button {
  margin-left: 1.5rem;
}
button.mini,
.button.mini {
  font-size: 0.6875rem;
  padding: 0.2rem 0.5rem;
}
.button.grey {
  background: #F0EFEF;
}
.button.white {
  background: #fff;
  color: #E20513;
}
button.red,
.button.red {
  background: #E20513;
  color: #fff !important;
}
button.medium,
.button.medium {
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
}
button.big,
.button.big {
  border-radius: 8px;
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25rem;
}
button:hover,
.button:hover,
button:focus,
.button:focus {
  background-color: #000 !important;
  color: #fff !important;
}
.stick-me {
  position: sticky !important;
  top: 1rem;
}
/*
 * 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;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: #BBB;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #E8E8E8;
  position: relative;
}
.jspDrag {
  background: #0055A3;
  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;
}
.obiekty-konferencyjne-ukryty-box {
  display: none;
}
div.box-666 {
  background: #F8F8F8;
  text-align: center;
}
div.box-666 div.pageWidth {
  position: relative;
  padding: 1rem 240px;
}
div.box-666 div.one.right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
div.box-666 div.ad div.wrap {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  div.box-666 div.ad.w750 {
    min-height: 152px;
  }
  div.box-666 div.ad.w970 {
    min-height: 152px;
  }
  div.box-666 div.ibbBanner,
  div.box-666 div.ad div.wrap > div > div {
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  div.box-666 div.ad.w750 {
    min-height: 140px;
  }
  div.box-666 div.ad.w970 {
    min-height: 140px;
  }
}
div.box-666 div.pageWidth {
  padding: 0 300px 0 1rem;
}
div.box-2 {
  text-align: center;
  font-size: 0rem;
  width: 220px;
  max-width: 100%;
}
div.box-2 a {
  display: block;
  margin: 0 auto 1rem;
  background: #fff;
  border: 1px solid #E5E5E5;
  position: relative;
  width: 130px;
  height: 80px;
}
div.box-2 a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 85%;
  max-height: 85%;
}
div.box-2.two-in-a-row a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5% 5% 0;
  width: 47.5%;
}
div.box-2.two-in-a-row a:nth-child(even) {
  margin-right: 0;
}
div.box-2.smaller a {
  height: 53px;
}
div.box-2.smaller a img {
  max-width: 80%;
  max-height: 80%;
}
@media (max-width: 750px) {
  div.box-2 > div {
    /*overflow: auto; white-space: nowrap;*/
    margin: 0;
  }
}
div.box-2 {
  width: 300px;
}
div.box-2.two-in-a-row a,
div.box-2.two-in-a-row a:nth-child(even) {
  width: 105px;
  margin: 0 0.75rem 0.75rem 0;
}
div.box-2.two-in-a-row a:nth-child(3n+3) {
  margin-right: 0;
}
div.box-2.four-and-three a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75rem 0.75rem 0;
  width: 78px;
  height: 64px;
}
div.box-2 > div > a.mobile {
  display: none;
}
@media (max-width: 1180px) {
  div.box-2.four-and-three a:nth-child(4n+4) {
    margin-right: 0.75rem;
  }
}
@media (max-width: 630px) {
  div.box-2 {
    overflow: hidden;
  }
  div.box-2 > div {
    animation: marquee 20s linear infinite;
    will-change: transform;
    white-space: nowrap;
  }
  div.box-2 > div > a {
    width: 70px !important;
    margin: 0 5px 0.5rem !important;
  }
  div.box-2 > div > a.mobile {
    display: inline-block;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-480px);
  }
}
#header,
.header-mockup {
  padding: 1.5rem 0;
  background: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 1000px) {
  #header.stick,
  .header-mockup.stick {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
  }
}
#header div.pageWidth,
.header-mockup div.pageWidth {
  position: relative;
}
#header h1.logo,
.header-mockup h1.logo,
#header h2.logo,
.header-mockup h2.logo {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.625rem;
  line-height: calc(26px * 1.45);
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
}
#header h1.logo img,
.header-mockup h1.logo img,
#header h2.logo img,
.header-mockup h2.logo img {
  display: inline-block;
  vertical-align: -16px;
  margin: 0 0.5rem 0 0;
}
#header h1.logo span,
.header-mockup h1.logo span,
#header h2.logo span,
.header-mockup h2.logo span {
  display: inline-block;
  vertical-align: middle;
}
#header h1.logo.korona-switch > *:first-child,
.header-mockup h1.logo.korona-switch > *:first-child,
#header h2.logo.korona-switch > *:first-child,
.header-mockup h2.logo.korona-switch > *:first-child {
  margin-right: 0.5rem;
}
#header h1.logo.korona-switch > *,
.header-mockup h1.logo.korona-switch > *,
#header h2.logo.korona-switch > *,
.header-mockup h2.logo.korona-switch > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: left;
}
#header h1.logo.korona-switch small,
.header-mockup h1.logo.korona-switch small,
#header h2.logo.korona-switch small,
.header-mockup h2.logo.korona-switch small {
  font-size: 0.875rem;
  display: block;
  margin: 0.2rem auto 0;
  text-transform: uppercase;
}
#header h1.logo.korona-switch small em,
.header-mockup h1.logo.korona-switch small em,
#header h2.logo.korona-switch small em,
.header-mockup h2.logo.korona-switch small em {
  position: relative;
  display: inline-block;
  vertical-align: 5px;
  margin: 0 0.25rem 0 0;
  width: 26px;
  border-radius: 8px;
  border: 2px solid #403E3E;
  font-size: 0rem;
  text-align: left;
}
#header h1.logo.korona-switch small em:before,
.header-mockup h1.logo.korona-switch small em:before,
#header h2.logo.korona-switch small em:before,
.header-mockup h2.logo.korona-switch small em:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #403E3E;
  border-radius: 100%;
  border: 1px solid #fff;
}
#header h1.logo.korona-switch small a.active em,
.header-mockup h1.logo.korona-switch small a.active em,
#header h2.logo.korona-switch small a.active em,
.header-mockup h2.logo.korona-switch small a.active em {
  background: #5fec4d;
  text-align: right;
}
#header h1.logo.korona-switch small a.active em:before,
.header-mockup h1.logo.korona-switch small a.active em:before,
#header h2.logo.korona-switch small a.active em:before,
.header-mockup h2.logo.korona-switch small a.active em:before {
  border-color: #5fec4d;
}
@media (max-width: 630px) {
  #header h1.logo.korona-switch > *:first-child,
  .header-mockup h1.logo.korona-switch > *:first-child,
  #header h2.logo.korona-switch > *:first-child,
  .header-mockup h2.logo.korona-switch > *:first-child {
    margin-right: 0;
  }
  #header h1.logo.korona-switch small,
  .header-mockup h1.logo.korona-switch small,
  #header h2.logo.korona-switch small,
  .header-mockup h2.logo.korona-switch small {
    font-size: 0.5625rem;
    letter-spacing: 0px;
  }
  #header h1.logo.korona-switch small em,
  .header-mockup h1.logo.korona-switch small em,
  #header h2.logo.korona-switch small em,
  .header-mockup h2.logo.korona-switch small em {
    vertical-align: 3px;
    margin: 0 0.25rem 0 0;
  }
}
@media (max-width: 630px) {
}
#header h1.logo a,
.header-mockup h1.logo a,
#header h2.logo a,
.header-mockup h2.logo a {
  display: inline-block;
  vertical-align: middle;
}
#header h1.logo span.partner,
.header-mockup h1.logo span.partner,
#header h2.logo span.partner,
.header-mockup h2.logo span.partner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}
#header h1.logo span.partner small,
.header-mockup h1.logo span.partner small,
#header h2.logo span.partner small,
.header-mockup h2.logo span.partner small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.5625rem;
  line-height: 1.2;
  color: #959595;
  margin: 0 0 0.5rem;
}
#header h1.logo span.partner img,
.header-mockup h1.logo span.partner img,
#header h2.logo span.partner img,
.header-mockup h2.logo span.partner img {
  display: block;
}
@media (max-width: 600px) {
  #header h1.logo span.partner,
  .header-mockup h1.logo span.partner,
  #header h2.logo span.partner,
  .header-mockup h2.logo span.partner {
    margin-left: 0.5rem;
  }
}
#header div.social,
.header-mockup div.social {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header div.social img,
.header-mockup div.social img {
  filter: contrast(0) brightness(0.5);
  transition: all 0.2s linear;
}
#header div.social a svg,
.header-mockup div.social a svg {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s linear;
}
#header div.social a:hover img,
.header-mockup div.social a:hover img {
  filter: none;
}
#header div.social a:hover svg path,
.header-mockup div.social a:hover svg path,
#header div.social a:hover svg g,
.header-mockup div.social a:hover svg g {
  fill: #E20513;
}
#header div.right,
.header-mockup div.right {
  position: absolute;
  z-index: 3;
  width: 200px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#header div.right a,
.header-mockup div.right a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 1rem 0 0;
}
#header div.right a:last-child,
.header-mockup div.right a:last-child {
  margin-right: 0;
}
#header div.right img,
.header-mockup div.right img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#header div.right a.mobileSearch,
.header-mockup div.right a.mobileSearch {
  display: none;
  position: absolute;
  right: 2.25rem;
  top: 0;
}
#header div.social a,
.header-mockup div.social a {
  display: inline-block;
  vertical-align: middle;
}
#header div.social img,
.header-mockup div.social img {
  display: block;
}
#header a.menu,
.header-mockup a.menu {
  display: none !important;
  width: 30px;
  height: 22px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: static;
  z-index: 1000;
}
#header a.menu span,
.header-mockup a.menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #E20513;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#header a.menu span:nth-child(1),
.header-mockup a.menu span:nth-child(1) {
  top: 0px;
}
#header a.menu span:nth-child(2),
.header-mockup a.menu span:nth-child(2) {
  top: 10px;
}
#header a.menu span:nth-child(3),
.header-mockup a.menu span:nth-child(3) {
  top: 20px;
}
#header a.menu.open span,
.header-mockup a.menu.open span {
  background: #0666a7;
}
#header a.menu.open span:nth-child(1),
.header-mockup a.menu.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
#header a.menu.open span:nth-child(2),
.header-mockup a.menu.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
#header a.menu.open span:nth-child(3),
.header-mockup a.menu.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}
#nav,
.nav-mockup {
  border-top: 3px solid #403E3E;
  border-bottom: 1px solid #403E3E;
  background: #fff;
}
#nav div.pageWidth,
.nav-mockup div.pageWidth {
  /*padding-top: 0.75rem; padding-bottom: 0.75rem;*/
  position: relative;
}
#nav ul.menu,
.nav-mockup ul.menu {
  display: flex;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
#nav ul.menu > li,
.nav-mockup ul.menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 0.875rem;
  line-height: calc(15px * 1.45);
}
#nav ul.menu > li:last-child,
.nav-mockup ul.menu > li:last-child {
  margin-right: 0;
}
#nav ul.menu > li a strong,
.nav-mockup ul.menu > li a strong,
#nav ul.menu > li.featured,
.nav-mockup ul.menu > li.featured {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
}
#nav ul.menu > li > a,
.nav-mockup ul.menu > li > a {
  display: block;
  white-space: nowrap;
  padding: 1rem 0.85rem;
  position: relative;
}
#nav ul.menu img,
.nav-mockup ul.menu img {
  margin: 0 0.5rem 0 0;
}
#nav ul.menu > li.active,
.nav-mockup ul.menu > li.active {
  border-left: 1px solid #403E3E;
  border-right: 1px solid #403E3E;
}
#nav ul.menu > li.active > a,
.nav-mockup ul.menu > li.active > a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
}
#nav ul.menu > li.active > a:before,
.nav-mockup ul.menu > li.active > a:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: 0 auto;
}
#nav ul.menu > li.is-mark a,
.nav-mockup ul.menu > li.is-mark a {
  padding-left: 1.5rem;
  background: url("/images/2023/arrow-left.svg") left center scroll no-repeat transparent;
}
#nav ul.menu > li.red-bcg,
.nav-mockup ul.menu > li.red-bcg {
  background: #E20513;
}
#nav ul.menu > li.red-bcg > a,
.nav-mockup ul.menu > li.red-bcg > a {
  color: #fff;
}
#nav ul.menu > li.red-bcg > a:before,
.nav-mockup ul.menu > li.red-bcg > a:before {
  border-bottom-color: #E20513;
  bottom: -1px;
}
#nav ul.menu > li.active.red-bcg > a:after,
.nav-mockup ul.menu > li.active.red-bcg > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  width: 10px;
  margin: 0 auto;
  border-top: 6px solid #E20513;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#nav ul.menu > li.active ul.sub,
.nav-mockup ul.menu > li.active ul.sub {
  display: block;
}
#nav ul.menu ul.sub,
.nav-mockup ul.menu ul.sub {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  padding: 0 0 0 0.75rem;
  font-size: 0.8125rem;
}
#nav ul.menu ul.sub li,
.nav-mockup ul.menu ul.sub li {
  display: inline-block;
  margin: 0 1.75rem 0 0;
}
#nav ul.menu ul.sub a,
.nav-mockup ul.menu ul.sub a {
  display: block;
  padding: 0.825rem 0;
}
#nav ul.menu ul.sub li.active a,
.nav-mockup ul.menu ul.sub li.active a {
  color: #E20513;
}
#nav ul.menu li.has-sub > a:after,
.nav-mockup ul.menu li.has-sub > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.25rem;
  width: 6px;
  border-top: 6px solid #403E3E;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
#nav ul.menu li.has-sub2,
.nav-mockup ul.menu li.has-sub2 {
  position: relative;
}
#nav ul.menu ul.sub2,
.nav-mockup ul.menu ul.sub2 {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  width: 180px;
  background: #eee;
  z-index: 2;
  padding: 1rem 0;
}
#nav ul.menu li:hover ul.sub2,
.nav-mockup ul.menu li:hover ul.sub2 {
  display: block;
}
#nav ul.menu ul.sub2 li,
.nav-mockup ul.menu ul.sub2 li {
  display: block;
}
#nav ul.menu ul.sub2 li a,
.nav-mockup ul.menu ul.sub2 li a {
  display: block;
  padding: 0.25rem 1rem;
}
#nav.branchSubMenuOpen ul.menu li.active,
.nav-mockup.branchSubMenuOpen ul.menu li.active {
  border: none;
}
#nav.branchSubMenuOpen ul.menu li.active a:before,
.nav-mockup.branchSubMenuOpen ul.menu li.active a:before,
#nav.branchSubMenuOpen ul.menu > li.after.red-bcg > a:after,
.nav-mockup.branchSubMenuOpen ul.menu > li.after.red-bcg > a:after {
  display: none;
}
#nav ul.menu li.sp,
.nav-mockup ul.menu li.sp {
  float: right;
  margin: -0.75rem 0;
  padding: 0.75rem;
  position: relative;
  background: #F2F2F2;
  width: 200px;
  text-align: center;
}
#nav ul.menu li.sp:hover ul,
.nav-mockup ul.menu li.sp:hover ul {
  display: block;
}
#nav ul.menu li.sp > a,
.nav-mockup ul.menu li.sp > a {
  display: inline-block;
  background: #E20513;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
#nav ul.menu li.sp:hover > a,
.nav-mockup ul.menu li.sp:hover > a,
#nav ul.menu li.sp > a:hover,
.nav-mockup ul.menu li.sp > a:hover {
  background: #222;
}
#nav ul.menu li.sp ul a:hover,
.nav-mockup ul.menu li.sp ul a:hover {
  color: #222;
}
#nav ul.menu li.sp ul,
.nav-mockup ul.menu li.sp ul {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: auto;
  width: 280px;
  background: #F2F2F2;
  padding: 1rem 0;
  text-align: left;
}
#nav ul.menu li.sp ul a,
.nav-mockup ul.menu li.sp ul a {
  display: inline;
}
#nav ul.menu li.sp ul li,
.nav-mockup ul.menu li.sp ul li {
  display: block;
  padding: 0.4rem 1.5rem;
  font-size: 0.875rem;
}
#nav ul.menu li.sp ul li.title,
.nav-mockup ul.menu li.sp ul li.title {
  font-size: 1rem;
}
#nav ul.menu li.sp ul li.logout,
.nav-mockup ul.menu li.sp ul li.logout {
  margin-top: 0.5rem;
}
#nav ul.menu li.sp ul li.logout a,
.nav-mockup ul.menu li.sp ul li.logout a {
  color: #E20513;
}
#nav ul.menu li.sp ul small,
.nav-mockup ul.menu li.sp ul small {
  font-size: 0.75rem;
}
#nav ul.menu li.sp ul small a,
.nav-mockup ul.menu li.sp ul small a {
  color: #E20513;
}
#nav ul.menu li.search,
.nav-mockup ul.menu li.search {
  margin: 0.5rem 0 0 auto;
  position: relative;
}
@media (max-width: 1320px) {
  #nav ul.menu > li,
  .nav-mockup ul.menu > li {
    font-size: 0.8125rem;
    line-height: calc(13px * 1.45);
  }
  #nav ul.menu > li > a,
  .nav-mockup ul.menu > li > a {
    padding: 1.1rem 0.85rem;
  }
  #nav div.pageWidth,
  .nav-mockup div.pageWidth {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  #nav ul.menu > li,
  .nav-mockup ul.menu > li {
    font-size: 0.75rem;
    line-height: calc(12px * 1.45);
  }
  #nav ul.menu ul.sub,
  .nav-mockup ul.menu ul.sub {
    font-size: 0.75rem;
  }
}
@media (max-width: 1100px) {
  #nav ul.menu > li,
  .nav-mockup ul.menu > li {
    font-size: 0.6875rem;
    line-height: calc(11px * 1.45);
    margin: 0 !important;
  }
  #nav ul.menu > li > a,
  .nav-mockup ul.menu > li > a {
    padding: 1rem 0.5rem;
  }
  #nav ul.menu ul.sub,
  .nav-mockup ul.menu ul.sub {
    font-size: 0.6875rem;
  }
}
i.person {
  display: inline-block;
  vertical-align: -2px;
  margin: 0 0.15rem 0 0;
  width: 14px;
  height: 14px;
  background: url("/images/2019/icons/person.png") center center scroll no-repeat transparent;
  background-size: 14px auto;
}
div#branchMenu {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.2);
}
div#branchMenu div.wrap {
  background: #fff;
  margin: 0;
  width: 360px;
  max-width: 100%;
  min-height: 100%;
  box-shadow: 0 8px 8px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  animation-name: fadeFromLeft;
  animation-duration: 0.75s;
}
div#branchMenu li.has-sub > a {
  position: relative;
}
div#branchMenu li.has-sub > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  border-left: 5px solid #bbb;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
div#branchMenu h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0;
  padding: 0.7rem 1rem;
}
div#branchMenu a.close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
div#branchMenu div.wrap > ul > li {
  display: block;
  padding: 0.5rem;
  border-top: 1px solid #DBDBDB;
}
div#branchMenu div.wrap > ul > li > a {
  display: block;
  padding: 0.2rem 0.75rem;
}
div#branchMenu ul.sub {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #F0EFEF;
  padding: 0.75rem;
  width: 340px;
  height: 100%;
  box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.1);
}
div#branchMenu ul.sub:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
div#branchMenu ul.sub li {
  display: block;
}
div#branchMenu ul.sub li a {
  display: block;
  padding: 0.5rem 0.75rem;
}
div#branchMenu li:hover {
  background: #F0EFEF;
}
div#branchMenu li:hover ul.sub {
  display: block;
}
div#branchMenu li.c1 > a {
  border-left: 3px solid #056CA7;
}
div#branchMenu li.c2 > a {
  border-left: 3px solid #AC2458;
}
div#branchMenu li.c3 > a {
  border-left: 3px solid #46951C;
}
div#branchMenu li.c4 > a {
  border-left: 3px solid #DD720E;
}
div#branchMenu li.c5 > a {
  border-left: 3px solid #693D0C;
}
div#branchMenu li.c6 > a {
  border-left: 3px solid #CF9704;
}
div#branchMenu li.c7 > a {
  border-left: 3px solid #006334;
}
div#branchMenu li.c8 > a {
  border-left: 3px solid #327FC6;
}
div#branchMenu li.c9 > a {
  border-left: 3px solid #007431;
}
div#branchMenu li.c10 > a {
  border-left: 3px solid #A7223B;
}
div#branchMenu li.c11 > a {
  border-left: 3px solid #6C1068;
}
div#branchMenu li.c12 > a {
  border-left: 3px solid #052A63;
}
div#branchMenu li.c13 > a {
  border-left: 3px solid #052A63;
}
div#branchMenu li.c14 > a {
  border-left: 3px solid #052A63;
}
div#branchMenu li.c15 > a {
  border-left: 3px solid #980C0C;
}
div#branchMenu li.strefa-premium > a {
  border-left: 3px solid #FBC200;
}
div#branchMenu .new {
  overflow: hidden;
}
div#branchMenu .new > a {
  display: inline-block !important;
  margin-right: 0.5rem;
}
div#branchMenu .new:after {
  content: attr(data-text);
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1;
  padding: 0.2rem;
  font-size: 0.6875rem;
  background: #E20513;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
div#branchMenuNew {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: rgba(0, 0, 0, 0.2);
}
div#branchMenuNew div.wrap {
  background: #fff;
  margin: 0;
  width: 360px;
  max-width: 100%;
  min-height: 100%;
  box-shadow: 0 8px 8px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  animation-name: fadeFromLeft;
  animation-duration: 0.75s;
}
div#branchMenuNew li.has-sub > a {
  position: relative;
}
div#branchMenuNew li.has-sub > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  width: 11px;
  height: 18px;
  background: url("/images/2019/icons/menu/next.png") center center scroll no-repeat transparent;
  background-size: contain;
}
div#branchMenuNew li.has-sub > a span {
  display: block;
  position: absolute;
  width: 24px;
  height: 28px;
  top: 0;
  right: 0;
}
div#branchMenuNew div.wrap > ul {
  position: relative;
  animation-name: fadeFromLeft;
  animation-duration: 0.75s;
}
div#branchMenuNew div.wrap > ul > li {
  display: block;
  padding: 0.5rem 1rem;
  border-top: 1px solid #DBDBDB;
}
div#branchMenuNew div.wrap > ul > li > a {
  display: block;
  padding: 0.2rem 1.5rem 0.2rem 0.75rem;
}
div#branchMenuNew ul.sub {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #F0EFEF;
  padding: 0.75rem;
  width: 340px;
  height: 100%;
  box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.1);
}
div#branchMenuNew ul.sub:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
div#branchMenuNew ul.sub li {
  display: block;
}
div#branchMenuNew ul.sub li a {
  display: block;
  padding: 0.5rem 0.75rem;
}
div#branchMenuNew li:hover,
div#branchMenuNew li.active {
  background: #F0EFEF;
}
div#branchMenuNew li:hover ul.sub {
  display: block;
}
div#branchMenuNew li.c1 > a {
  border-left: 3px solid #056CA7;
}
div#branchMenuNew li.c2 > a {
  border-left: 3px solid #AC2458;
}
div#branchMenuNew li.c3 > a {
  border-left: 3px solid #46951C;
}
div#branchMenuNew li.c4 > a {
  border-left: 3px solid #DD720E;
}
div#branchMenuNew li.c5 > a {
  border-left: 3px solid #693D0C;
}
div#branchMenuNew li.c6 > a {
  border-left: 3px solid #CF9704;
}
div#branchMenuNew li.c7 > a {
  border-left: 3px solid #006334;
}
div#branchMenuNew li.c8 > a {
  border-left: 3px solid #327FC6;
}
div#branchMenuNew li.c9 > a {
  border-left: 3px solid #007431;
}
div#branchMenuNew li.c10 > a {
  border-left: 3px solid #A7223B;
}
div#branchMenuNew li.c11 > a {
  border-left: 3px solid #6C1068;
}
div#branchMenuNew li.c12 > a {
  border-left: 3px solid #052A63;
}
div#branchMenuNew li.c13 > a {
  border-left: 3px solid #052A63;
}
div#branchMenuNew li.c14 > a {
  border-left: 3px solid #18a84f;
}
div#branchMenuNew li.c15 > a {
  border-left: 3px solid #980C0C;
}
div#branchMenuNew li.no-c > a {
  padding-left: 0 !important;
}
div#branchMenuNew li.strefa-premium {
  background: #E20513;
  border: none !important;
}
div#branchMenuNew li.strefa-premium > a {
  border: none;
  color: #fff;
  padding-left: 0 !important;
}
div#branchMenuNew li.strefa-premium.has-sub > a:before {
  background-image: url("/images/2019/icons/menu/next-wh.png");
}
div#branchMenuNew li.info {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  border: none !important;
}
div#branchMenuNew .new {
  overflow: hidden;
}
div#branchMenuNew .new > a {
  display: inline-block !important;
  margin-right: 0.5rem !important;
}
div#branchMenuNew .new:after {
  content: attr(data-text);
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1;
  padding: 0.2rem;
  font-size: 0.6875rem;
  background: #E20513;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
div#branchMenuNew div.head {
  position: relative;
  padding: 1.5rem 1rem;
  overflow: hidden;
}
div#branchMenuNew div.head a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2rem 0 0;
}
div#branchMenuNew div.head a.close {
  margin-left: auto;
}
div#branchMenuNew div.head img {
  display: block;
}
div#branchMenuNew div.sub {
  display: none;
}
div#branchMenuNew ul.showSubLevel > li {
  display: none !important;
}
div#branchMenuNew ul.showSubLevel > li.open {
  display: block !important;
  background: #fff;
  border-top: none;
  position: relative;
  animation-name: fadeFromLeft;
  animation-duration: 0.75s;
}
div#branchMenuNew ul.showSubLevel > li.open > a {
  display: none;
}
div#branchMenuNew ul.showSubLevel > li.open div.sub {
  display: block;
}
div#branchMenuNew p.back a {
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  display: block;
  padding: 0 0 0 1.5rem;
  background: url("/images/2019/icons/menu/prev.png") left center scroll no-repeat transparent;
  background-size: 11px auto;
}
div#branchMenuNew div.serwis {
  border-top: 1px solid #DBDBDB;
  margin: 1rem 0 0;
  padding: 1rem 0;
}
div#branchMenuNew div.serwis a {
  display: block;
}
div#branchMenuNew div.serwis small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem;
}
div#branchMenuNew div.serwis h2,
div#branchMenuNew div.serwis .branch {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
div#branchMenuNew div.partnerzy {
  border-top: 1px solid #DBDBDB;
  padding: 1rem 0 0;
}
div#branchMenuNew div.partnerzy small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem;
  margin: 0 0 0.5rem;
}
div#branchMenuNew div.partnerzy ul {
  font-size: 0rem;
}
div#branchMenuNew div.partnerzy ul li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 3% 0;
  position: relative;
  height: 52px;
  border: 1px solid #DBDBDB;
}
div#branchMenuNew div.partnerzy ul li:nth-child(3n+3) {
  margin-right: 0;
}
div#branchMenuNew div.partnerzy ul a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}
div#branchMenuNew div.sub > ul > li {
  display: block;
  border-top: 1px solid #DBDBDB;
  font-size: 0.875rem;
  padding: 0.5rem 0 0;
}
div#branchMenuNew div.sub > ul > li:first-child {
  border: none;
}
div#branchMenuNew div.sub > ul a {
  display: block;
  padding: 0.5rem 0;
}
div#branchMenuNew div.sub > ul > li:hover {
  background: none !important;
}
div#branchMenuNew div.sub > ul ul {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0 0 0.5rem;
}
div#branchMenuNew div.sub > ul ul li {
  display: block;
}
div#branchMenuNew div.sub > ul ul a {
  display: block;
  padding: 0.25rem 0;
}
body.branchMenuOpen {
  overflow: hidden;
}
body.branchMenuOpen div#branchMenu,
body.branchMenuOpen div#branchMenuNew {
  display: block;
}
@keyframes fadeFromLeft {
  from {
    left: -300px;
  }
  to {
    left: 0;
  }
}
div.help-nav {
  border-bottom: 1px solid #a5a4a4;
  padding: 0.75rem 0 0;
  font-size: 0.8125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
  z-index: 4;
  background: #fff;
}
div.help-nav.hide {
  position: static;
}
div.help-nav.hide div.pageWidth > ul {
  height: 30px;
}
div.help-nav.hide div.pageWidth > ul:before {
  display: none;
}
div.help-nav.hide div.pageWidth > ul li {
  display: none;
}
div.help-nav.hide.no-active {
  display: none;
}
div.help-nav div.pageWidth > ul {
  padding-left: 2.35rem;
  position: relative;
}
div.help-nav div.pageWidth > ul:before {
  content: "";
  display: block;
  border-bottom: 1px solid #E20513;
  border-left: 1px solid #E20513;
  position: absolute;
  width: 0.5rem;
  height: 2.2rem;
  left: 1.15rem;
  top: -1.65rem;
  box-shadow: -4px 0 0 6px #fff;
  background: #fff;
}
div.help-nav div.pageWidth > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5rem 0.75rem 0;
  position: relative;
}
div.help-nav div.pageWidth > ul > li:last-child {
  padding-right: 0;
}
div.help-nav div.pageWidth > ul > li[data-menu="zielony-indeks"] > a {
  color: #18a84f !important;
}
div.help-nav div.pageWidth > ul > li[data-menu="rynki-zagraniczne"] > a {
  color: #2e5ba8 !important;
}
div.help-nav div.pageWidth > ul li.active > a {
  color: #E20513;
}
div.help-nav div.pageWidth > ul li.has-sub > a:after {
  content: "";
  display: inline-block;
  vertical-align: 1px;
  width: 6px;
  border-top: 6px solid #E20513;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-left: 0.35rem;
}
div.help-nav ul.sub {
  display: none;
  font-size: 0rem;
  position: absolute;
  z-index: 1;
  left: -1.5rem;
  top: 100%;
  background: #eee;
  border-top: 2px solid #E20513;
  width: 240px;
  padding: 0.5rem 0;
}
div.help-nav ul.sub li {
  display: block;
}
div.help-nav ul.sub a {
  display: block;
  padding: 0.65rem 1.5rem;
  font-size: 0.8125rem;
}
div.help-nav ul.sub a.sponsor {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  padding: 0.25rem 0 0.25rem 1.5rem;
}
div.help-nav ul.sub a.sponsor span {
  display: block;
  background: #fff;
  height: 45px;
  position: relative;
  border: 1px solid #DBDBDB;
}
div.help-nav ul.sub a.sponsor img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}
div.help-nav ul.sub a.sponsor + a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
  width: 65%;
}
div.help-nav div.pageWidth > ul li.has-sub:hover ul.sub {
  display: block;
}
div.help-nav div.pageWidth > ul li:last-child ul.sub {
  left: auto;
  right: 0;
}
div.help-nav .new {
  overflow: hidden;
}
div.help-nav .new > a {
  display: inline-block !important;
  margin-right: 0.5rem;
}
div.help-nav .new:after {
  content: attr(data-text);
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1;
  padding: 0.2rem;
  font-size: 0.6875rem;
  background: #E20513;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
div.help-nav + div.box-3 > div.pageWidth {
  width: 1264px;
}
@media (max-width: 1320px) {
  div.help-nav {
    font-size: 0.75rem;
  }
  div.help-nav div.pageWidth > ul > li {
    padding: 0 0.5rem 0.75rem 0;
  }
  div.help-nav div.pageWidth {
    padding: 0;
  }
  div.help-nav ul.sub a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  div.help-nav {
    font-size: 0.6875rem;
  }
}
@media (max-width: 1100px) {
  div.help-nav {
    font-size: 0.6875rem;
  }
  div.help-nav div.pageWidth > ul {
    padding-left: 2rem;
  }
  div.help-nav div.pageWidth > ul:before {
    left: 1rem;
  }
  div.help-nav div.pageWidth > ul li {
    padding: 0 0.7rem 0.75rem 0;
  }
}
@media (max-width: 1000px) {
  div.help-nav {
    display: none;
  }
}
div.box-3 {
  padding: 0 0 1.5rem;
}
div.box-3 > div.pageWidth > div.wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
div.box-3 > div.pageWidth > div.wrap > div.left {
  display: table-cell;
  vertical-align: top;
  padding-right: 1.5rem;
  width: 100%;
  position: relative;
}
div.box-3 > div.pageWidth > div.wrap > div.right {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  /*position: relative;*/
}
div.box-3 > div.pageWidth > div.wrap > div.right > div.ad.block:first-child {
  margin-bottom: 1.5rem;
}
div.box-3 div.left-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
div.box-3 div.left-wrap div.left-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 1.5rem;
  width: 100%;
}
div.box-3 div.left-wrap div.left-right {
  display: table-cell;
  vertical-align: top;
  width: 300px;
}
div.box-3 div.left-wrap div.left-right > div.tabs {
  margin-top: -0.35rem;
}
div.box-3 > div.pageWidth > div.wrap > div.right > div.box-5:first-child {
  margin-top: 0.45rem;
}
div.box-3.paddTB {
  padding: 1.5rem 0;
}
div.box-3.focus-category div.left-wrap div.left-left {
  padding-right: 0;
}
div.box-3.focus-category div.box-7 div.img {
  margin: 0 0 1.5rem;
}
div.box-3.focus-category div.box-7 h2 {
  font-size: 2.5rem;
}
div.box-3.focus-category.v2 div.box-7 {
  position: relative;
  margin: 0 auto;
}
div.box-3.focus-category.v2 div.box-7 div.img {
  margin: 0;
}
div.box-3.focus-category.v2 div.box-7 div.img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+80,0d0d0d+100&0+0,0.8+80,0.8+100 */
  background: -moz-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#cc0d0d0d', GradientType=0);
  /* IE6-9 */
}
div.box-3.focus-category.v2 div.box-7 div.desc {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1.5rem 3rem;
  text-align: center;
}
div.box-3.focus-category.v2 div.box-7 h2 {
  font-size: 2.5rem;
  color: #fff;
  transition: all 0.2s linear;
}
div.box-3.focus-category.v2 div.box-7 a:hover h2 {
  color: #E20513;
}
div.box-3.v2023 div.left-wrap div.left-right {
  width: 380px;
}
@media (max-width: 1300px) {
  div.box-3.v2023 div.left-wrap div.left-right {
    width: 320px;
  }
}
@media (max-width: 1100px) {
  div.box-3.focus-category.v2 div.box-7 div.desc {
    padding: 0 1.5rem 1.5rem;
  }
  div.box-3.focus-category.v2 div.box-7 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  div.box-3.v2023 > div.pageWidth > div.wrap {
    display: block;
  }
  div.box-3.v2023 > div.pageWidth > div.wrap > div.left {
    display: block;
    padding-right: 0;
    margin: 0;
  }
  div.box-3.v2023 > div.pageWidth > div.wrap > div.right {
    display: block;
    width: 100%;
  }
  div.box-3 div.pageWidth > div.wrap > div.right .abc-wrap:last-child {
    margin: 0;
  }
  div.box-3.v2023 div.left-wrap div.left-right {
    width: 100%;
  }
}
@media (max-width: 800px) {
  div.box-3.focus-category.v2 div.box-7 h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 700px) {
  div.box-3.focus-category.v2 div.box-7 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  div.box-3.focus-category.v2 div.box-7 h2 {
    font-size: 1.25rem;
  }
}
div.box-4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1rem 0;
}
div.box-4 h2 {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 0 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
}
div.box-4 h3 {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 0 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
}
div.box-4 a {
  color: #E20513;
}
div.box-4 a:hover {
  color: #403E3E;
}
div.box-4 ul {
  display: inline;
}
div.box-4 ul li {
  display: inline-block;
  vertical-align: top;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 1rem 0 0;
}
div.box-4 ul li:last-child {
  margin-right: 0;
}
div.box-4.v2023 {
  border-top: 1px solid #EDEDED;
  padding: 1rem 0 0;
}
div.box-4.v2023 h2 {
  display: block;
  margin: 0 0 0.25rem;
}
@media (max-width: 1000px) {
  div.box-4.v2023 {
    overflow: hidden;
  }
  div.box-4.v2023 .wrap {
    overflow: auto;
    white-space: nowrap;
  }
}
div.box-5 {
  margin: -0.2rem 0 2rem;
}
div.box-5.no-margin-bottom {
  margin-bottom: 0;
}
div.box-5 div.head {
  position: relative;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
}
div.box-5 div.head::before {
  content: "";
  flex: 1;
  border-bottom: 2px solid #403E3E;
}
div.box-5 div.head::after {
  display: none;
}
div.box-5 div.head h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.0625rem;
  position: relative;
  flex-shrink: 0;
}
div.box-5 div.body {
  padding: 0 1rem;
}
div.box-5 div.body.nopadding {
  padding: 0;
}
div.box-5 div.body p.title {
  margin: 0.75rem 0 -0.75rem;
}
div.box-5.full {
  border: 1px solid #E5E5E5;
  padding: 0.5rem 0 0;
}
div.box-5.full div.head {
  top: -1.25rem;
  margin: 0 0 -1rem 0.5rem;
}
div.box-5.full div.head h2 {
  padding: 0 0.5rem;
  background: #fff;
}
div.box-5.full + div.box-8.premium {
  margin-top: 2.5rem;
}
div.box-5.grey div.body {
  padding: 0.5rem 1.5rem 0 0;
}
div.box-5.grey ul.list-2 {
  border: none;
}
div.box-5.grey ul.list-2 li {
  padding: 0 0 0 1.5rem;
}
div.box-5.blue {
  border: 1px solid #0285b2;
}
div.box-5.red div.head:before {
  border-bottom: 3px solid #E20513;
}
div.box-5.bigger div.head h2 {
  font-size: 1.5rem;
  margin-top: -0.35rem;
}
div.box-5:last-child {
  margin-bottom: 0;
}
div.box-5 div.more {
  text-align: right;
}
div.box-5 div.more a {
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
div.box-5.margin-top-none {
  margin-top: 0 !important;
}
ul.list-3 {
  display: table;
  width: 100%;
  font-size: 0.875rem;
}
ul.list-3 li {
  display: table-row;
  text-align: center;
}
ul.list-3 li > * {
  display: table-cell;
  padding: 1rem 0 1rem 1rem;
  border-bottom: 1px solid #e5e5e5;
}
ul.list-3 li > strong {
  padding-left: 0;
}
ul.list-3 li:last-child > * {
  border: none;
}
ul.list-3 li:first-child > * {
  padding-top: 0.5rem;
}
ul.list-3 strong {
  text-align: left;
}
ul.list-3 strong small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.4375rem;
  color: #403E3E;
}
ul.list-3 span.up {
  color: #006738;
}
ul.list-3 span.down {
  color: #E20513;
}
ul.list-4 {
  display: block;
  font-size: 0rem;
}
ul.list-4 li {
  display: block;
  margin: 0 0 1.5rem;
}
ul.list-4 li div.img {
  display: inline-block;
  vertical-align: middle;
  width: 73px;
  max-width: 30%;
  margin: 0 5% 0 0;
}
ul.list-4 li div.desc {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
ul.list-4 small {
  color: #5c5c5c;
  display: block;
  font-size: 0.8125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
ul.list-4 h3 {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.1;
}
ul.list-4.v2023 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 0 2.5rem;
}
ul.list-4.v2023 li {
  flex: 1;
  margin: 0;
}
ul.list-4.v2023 h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
}
ul.list-4.v2023 li div.img {
  width: 85px;
  margin: 0 0.5rem 0 0;
}
ul.list-4.v2023 li div.img img {
  height: 90px;
  width: auto;
}
ul.list-4.v2023 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 1300px) {
  ul.list-4.v2023 h3 {
    font-size: 0.875rem;
  }
}
@media (max-width: 1000px) {
  ul.list-4.v2023 {
    flex-direction: column;
    gap: 1rem;
  }
  ul.list-4.v2023 li {
    width: 100%;
  }
}
div.box-7 {
  margin: 0 0 1.5rem;
  position: relative;
}
div.box-7 .partner-badge {
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 850px) {
  div.box-7 .partner-badge {
    top: 0;
    z-index: 1;
  }
}
div.box-7.featured {
  background: #E52732;
}
div.box-7.featured div.desc {
  padding: 0 1.5rem 1.5rem;
}
div.box-7.featured * {
  color: #fff;
}
div.box-7 div.img {
  margin: 0 0 1.5rem;
  position: relative;
  max-height: 345px;
  overflow: hidden;
}
div.box-7 div.img small.label {
  position: absolute;
  left: 0;
  top: 1.25rem;
}
div.box-7 div.img img {
  display: block;
  width: 100%;
}
div.box-7 div.img small.live {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  color: #fff;
  background: url("/images/2023/live.svg") 0.5rem center scroll no-repeat #E52732;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 760px) {
  div.box-7 div.img small.live {
    font-size: 14px;
  }
}
div.box-7 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.1;
  font-size: 2.25rem;
}
div.box-7 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 16px;
  margin: 1rem 0;
  color: #5c5c5c;
}
div.box-7 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #5c5c5c;
}
div.box-7.full-img div.img {
  max-height: none;
}
div.box-7.big div.img {
  margin: 0 0 1.25rem;
}
ul.list-1 {
  font-size: 0rem;
}
ul.list-1 li {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 5% 0 0;
}
ul.list-1 li:nth-child(even) {
  margin-right: 0;
}
ul.list-1 div.img {
  margin: 0 0 1rem;
  position: relative;
}
ul.list-1 div.img small.label {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
ul.list-1 div.img img {
  display: block;
}
ul.list-1 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1.25rem;
}
div.tabs div.navi {
  margin: 0 0 1rem;
  padding: 0 0 0.7rem;
  border-bottom: 2px solid #E20513;
}
div.tabs div.navi a {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 0 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
div.tabs div.navi a.active {
  color: #E20513;
}
div.tabs div.navi a:last-child {
  margin-right: 0;
}
div.tabs div.panes > div.one {
  display: none;
}
div.tabs div.panes > div.one.active {
  display: block;
}
div.tabs-1 {
  overflow: hidden;
  margin: 0 0 1rem;
}
div.tabs-1 > div.navi {
  float: left;
  overflow: hidden;
  width: 45%;
  margin: 0;
}
div.tabs-1 > div.panes {
  overflow: hidden;
  background: #F0EFEF;
  padding: 1rem 1rem 0.5rem;
}
div.tabs-1 > div.navi a {
  display: block;
  margin: 0 1rem 0 0;
  padding: 0.75rem;
  border-bottom: 1px solid #EAEAEA;
  color: #403E3E;
  transition: none;
}
div.tabs-1 > div.navi a:last-child {
  margin: 0 1rem 0 0;
  border: none;
}
div.tabs-1 > div.navi a.active {
  background: #F0EFEF;
  margin: 0;
  border-bottom-color: #fff;
}
div.tabs-1 > div.navi h3,
div.tabs-1 > div.navi p,
div.tabs-1 > div.navi small {
  display: inline-block;
  width: 75px;
  max-width: 33.33%;
  vertical-align: middle;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.8125rem;
  text-align: center;
  margin: 0;
}
div.tabs-1 > div.navi h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}
div.tabs-1 > div.navi h3 small {
  display: block;
  width: auto;
  max-width: 100%;
  text-align: left;
}
div.tabs-1 .down {
  color: #E20513;
}
div.tabs-1 .up {
  color: #006738;
}
@media (max-width: 630px) {
  div.tabs-1 > div.navi {
    float: none;
    width: auto;
  }
}
div.tabs-1.v2 > div.navi a {
  padding: 0.21rem 0.75rem;
}
div.tabs-2 div.navi {
  text-align: center;
  margin: 1rem 0 0;
}
div.tabs-2 div.navi a {
  background: #fff;
  padding: 0.2rem 0.75rem;
  color: #822398;
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  border-radius: 4px;
  margin: 0 0.2rem 0.5rem 0;
}
div.tabs-2 div.navi a.active {
  background: #822398;
  color: #fff;
}
div.tabs-3 div.navi {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #F7F7F7;
  font-size: 14px;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 0 1.5rem !important;
  overflow: auto;
  white-space: nowrap;
  text-transform: uppercase;
}
div.tabs-3 div.navi a {
  padding: 0.5rem 0 !important;
  font-weight: 400 !important;
  border: none !important;
  border-bottom: 4px solid transparent !important;
  font-size: 14px !important;
}
div.tabs-3 div.navi a.active {
  font-weight: 700 !important;
  border-bottom: 4px solid #E20513 !important;
  color: #2D373C !important;
}
ul.list-2 {
  display: block;
  border-left: 2px solid #E5E5E5;
  font-size: 0rem;
  position: relative;
}
ul.list-2 li {
  display: block;
  margin: 0 0 1rem;
  position: relative;
  padding: 0 0 0 1.5rem;
}
ul.list-2 li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: #E20513;
  position: absolute;
  left: -6px;
  top: 2px;
}
ul.list-2 small {
  display: block;
  font-size: 0.75rem;
  margin: 0 0 0.25rem;
}
ul.list-2 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media (max-width: 1000px) {
  ul.list-2.v1:before {
    content: "";
    display: block;
    height: 100%;
    left: 52.25%;
    top: 0;
    position: absolute;
    border-left: 2px solid #E5E5E5;
  }
  ul.list-2.v1 li {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 5% 1rem 0;
  }
  ul.list-2.v1 li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  ul.list-2.v1 {
    max-height: 296px;
    overflow: auto;
    margin: 0;
    padding: 3px 0 0;
    border: none;
  }
  ul.list-2.v1 li:before {
    display: none;
  }
  ul.list-2.v1 li {
    padding: 0;
  }
  ul.list-2.v1:before {
    display: none;
  }
  ul.list-2.v1 li {
    display: block;
    width: auto;
    margin: 0 0 1rem !important;
  }
}
ul.list-2.v2 {
  border-left: 1px solid #F0EFEF;
}
ul.list-2.v2 li:before {
  background: #F0EFEF;
  top: 0;
}
ul.list-2.v2 small {
  color: #989898;
  font-size: 0.6875rem;
  margin: 0 0 0.25rem;
}
ul.list-2.v2 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 0.875rem;
}
ul.list-2.v2 div.img {
  margin: 0 0 0.5rem;
}
ul.list-2.v2 div.img img {
  display: block;
  width: 100%;
}
ul.list-2.v2 li.featured h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.1;
  font-size: 1rem;
}
ul.list-2.v2 li.featured:before {
  top: 155px;
}
ul.list-2.v3 small {
  display: inline-block;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  position: relative;
  top: -3px;
  margin: 0 0 0.25rem;
  background: #403E3E;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1;
  font-size: 0.8125rem;
  text-align: center;
  padding: 0.25rem 0 0;
}
div.box-6 {
  background: #2B4274;
  padding: 1.15rem 0;
  text-align: center;
}
div.box-6 form {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.5rem 0 0;
}
div.box-6 form label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  font-style: italic;
}
div.box-6 form div.wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 100px 0 0;
}
div.box-6 form div.wrap input {
  border: none;
  height: 38px;
  background: #fff;
  padding: 0.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  display: block;
  border-radius: 4px 0 0 4px;
}
div.box-6 form div.wrap button {
  height: 38px;
  width: 100px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
}
div.box-6 ul.social {
  display: inline-block;
  vertical-align: middle;
}
div.box-6 ul.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem 0 0;
}
div.box-6 ul.social li.label {
  margin-right: 1rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  font-style: italic;
}
div.box-6 ul.social li:last-child {
  margin: 0;
}
div.box-6 ul.social img {
  filter: brightness(0) invert(1);
  transition: all 0.2s linear;
}
div.box-6 ul.social a:hover img {
  filter: none;
}
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
div.box-8-wrap {
  border: 1px solid #e5e5e5;
}
div.box-8-wrap div.box-8 {
  margin-top: -1.15rem;
  margin-left: 1rem;
}
div.box-8-wrap div.box-8 h1,
div.box-8-wrap div.box-8 h2 {
  padding-left: 0.5rem;
}
div.box-8 {
  margin: 1rem 0;
  position: relative;
}
div.box-8:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 2px solid #403E3E;
}
div.box-8 h1,
div.box-8 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.5rem;
  display: inline-block;
  background: #fff;
  padding: 0 1.5rem 0 0;
  position: relative;
  margin: 0;
}
div.box-8 h1 img,
div.box-8 h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
div.box-8 div.right {
  position: absolute;
  top: 0.7rem;
  right: 0;
  background: #fff;
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 0.5rem;
}
div.box-8 a.rss,
div.box-8 a.alert {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0.4rem 0.75rem;
  margin: -0.5rem 0.5rem 0.25rem 0;
  color: #fff;
}
div.box-8 a.rss:last-child,
div.box-8 a.alert:last-child {
  margin-right: 0;
}
div.box-8 a.rss:hover,
div.box-8 a.alert:hover {
  background: #222;
}
div.box-8 a.rss {
  background: #E20513;
}
div.box-8 a.alert {
  background: #006738;
}
div.box-8.red:before {
  border-bottom: 3px solid #E20513;
}
div.box-8.red div.right,
div.box-8.red div.right a {
  color: #E20513;
}
div.box-8.premium:before {
  border-bottom-color: #403E3E !important;
}
div.box-8.no-margin-top {
  margin-top: 0;
}
div.box-8.notowania div.right {
  top: 0.25rem;
}
body.sub div.box-8.premium {
  margin-top: 3.75rem;
}
ul.list-5 {
  font-size: 0rem;
  margin: 0;
}
ul.list-5 li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 2rem 0;
  position: relative;
}
ul.list-5 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-5 div.img {
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
}
ul.list-5 div.img small.label {
  position: absolute;
  left: 0;
  top: 1.25rem;
}
ul.list-5 div.img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
ul.list-5 div.img.s1 {
  position: relative;
  padding: 0 0 56%;
}
ul.list-5 div.img.s1 img {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  min-height: 100%;
  min-width: 100%;
}
ul.list-5 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1.25rem;
}
ul.list-5 small {
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  display: block;
  margin: 0 0 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
ul.list-5 small a {
  color: #E20513;
}
ul.list-5 li.no-img {
  background: #F0EFEF;
  min-height: 220px;
}
@media (max-width: 850px) {
  ul.list-5 li.no-img {
    min-height: 80px;
  }
}
ul.list-5 li.no-img div.desc {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 1.5rem;
}
ul.list-5#wykres div.box-5 div.body > a {
  display: block;
  position: relative;
}
ul.list-5#wykres div.box-5 div.body > a:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url("/images/2020/zoom.svg") center center scroll no-repeat transparent;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
ul.list-5 li.grayBg {
  background: #F8F8F8;
}
ul.list-5 li.grayBg .img {
  margin-bottom: 0;
}
ul.list-5 li.grayBg .desc {
  padding: 10px;
}
ul.list-5 .li-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 1rem;
}
@media (max-width: 400px) {
  ul.list-5 .li-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
ul.list-5 .category {
  font-size: 0.75rem;
  color: #2454A0;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 1;
}
#wykres .box-5 .head::before {
  display: none;
}
@media (min-width: 1187px) {
  .box-5-head {
    height: 41px;
  }
}
@media (min-width: 911px) and (max-width: 1186px) {
  .box-5-head {
    height: 66px;
  }
}
@media (min-width: 851px) and (max-width: 910px) {
  .box-5-head {
    height: 90px;
  }
}
ul.list-5 + div.box-5.full {
  margin-top: 1.5rem;
}
body.sub ul.list-5 h3 {
  font-size: 1rem;
}
ul.list-6 {
  font-size: 0rem;
  margin: 0 0 0.5rem;
}
ul.list-6 li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 1.5rem 0;
}
ul.list-6 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-6 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}
ul.list-6 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 0.875rem;
  color: #444;
  margin: 0;
}
ul.list-6 li.promo {
  overflow: hidden;
  border-top: 2px solid #403E3E;
  padding: 1.5rem 0 0;
}
ul.list-6 li.promo div.img {
  float: left;
  overflow: hidden;
  width: 92px;
  max-width: 30%;
  margin: 0 1rem 0 0;
}
ul.list-6 li.promo div.desc {
  overflow: hidden;
}
ul.list-6 li.promo h3 {
  font-size: 1.125rem;
  color: #E20513;
}
ul.list-6.count-1 li {
  display: block;
  width: auto;
}
ul.list-6.count-2 li {
  width: 48.5%;
}
ul.list-6.count-2 li:nth-child(3n+3) {
  margin-right: 3%;
}
ul.list-6.count-2 li:nth-child(even) {
  margin-right: 0;
}
ul.list-7 {
  font-size: 0rem;
  margin: 0;
}
ul.list-7 > li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 1.5rem 0;
}
ul.list-7 > li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-7 img {
  display: block;
  width: 100%;
}
div.box-9 {
  position: relative;
}
div.box-9::after {
  display: none;
}
div.box-9 .partner-badge {
  position: absolute;
  top: -12px;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 850px) {
  div.box-9 .partner-badge {
    top: 0;
    z-index: 1;
  }
}
div.box-9 div.img {
  margin: 0 0 1rem;
  position: relative;
}
div.box-9 div.img small.label {
  position: absolute;
  left: 0;
  top: 1.25rem;
}
div.box-9 div.img img {
  display: block;
}
div.box-9 small {
  color: #5C5C5C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  display: block;
  margin: 0 0 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div.box-9 small a {
  color: #E20513;
}
div.box-9.v2023 small {
  margin: 0 0 0.25rem;
}
div.box-9 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}
div.box-9.v2023 h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 760px) {
  div.box-9.v2023 {
    display: flex;
    gap: 1rem;
    margin: 0;
  }
  div.box-9.v2023 div.img {
    flex: 0 0 150px;
    margin: 0;
  }
  div.box-9.v2023 div.desc {
    flex: 1;
  }
  div.box-9.v2023 h3 {
    font-size: 0.9375rem;
    line-height: 1.45;
  }
  div.box-9.v2023 h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.box-9.v2023 small {
    margin: 0 0 0.1rem;
  }
}
ul.list-8 li {
  display: block;
  margin: 0 0 1rem;
}
ul.list-8 li:last-child {
  margin: 0;
}
ul.list-8 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  ul.list-8 h3 {
    font-size: 1rem;
  }
}
div.box-10 {
  overflow: hidden;
  padding: 0 1.5rem 1.5rem;
}
div.box-10 div.img {
  float: left;
  overflow: hidden;
  width: 26%;
  margin: 0 2rem 0 0;
}
div.box-10 div.desc {
  overflow: hidden;
  font-size: 0rem;
}
div.box-10 div.head {
  overflow: hidden;
  margin: 0 0 2rem;
}
div.box-10 div.head h2 {
  float: left;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 2rem;
  line-height: 1.2;
}
div.box-10 div.head h2 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  display: block;
}
div.box-10 div.head div.right {
  float: right;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0.2rem 0 0;
}
div.box-10 div.desc > div.one {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 5% 0 0;
}
div.box-10 div.desc > div.one + div.one {
  margin-right: 0;
}
ul.list-9 {
  font-size: 0rem;
  margin: 0;
}
ul.list-9 > li {
  display: block;
  margin: 0 0 1.5rem;
}
ul.list-9 > li:last-child {
  margin: 0;
}
ul.list-9 small {
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  display: block;
  margin: 0 0 0.5rem;
  letter-spacing: 2px;
}
ul.list-9 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1.125rem;
  margin: 0;
}
div.box-11 {
  position: relative;
  margin: 0 0 2rem;
}
div.box-11:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+60,0d0d0d+60,0d0d0d+100&0+0,0.8+60,0.8+100 */
  background: -moz-linear-gradient(left, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 60%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 60%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 60%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#cc0d0d0d', GradientType=1);
  /* IE6-9 */
}
div.box-11 div.head {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 2;
  max-width: 55%;
}
div.box-11 div.head h2 {
  display: inline-block;
  vertical-align: middle;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #fff;
}
div.box-11 div.head h2 a {
  color: #fff;
}
div.box-11 div.head ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0rem;
}
div.box-11 div.head ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  font-size: 0.875rem;
}
div.box-11 div.head ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fff;
  margin: 0 0.5rem 0 0;
}
div.box-11 div.head ul li:first-child:before {
  display: none;
}
div.box-11 div.head ul a {
  color: #fff;
}
div.box-11 div.head ul a:hover,
div.box-11 div.head ul a:focus {
  color: #E20513;
}
div.box-11 div.head p {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0.5rem 0 0;
  color: #fff;
}
div.box-11 div.art {
  position: relative;
}
div.box-11 div.art div.img {
  position: relative;
  aspect-ratio: 966 / 430;
  overflow: hidden;
}
div.box-11 div.art.video div.img:after {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
  background: url("/images/2019/icons/play.png") center center scroll no-repeat transparent;
  background-size: 85px auto;
}
div.box-11 div.art.gall div.img:after {
  background-image: url("/images/2019/icons/gallery.png");
}
div.box-11 div.art div.img img {
  display: block;
  width: 100%;
}
div.box-11 div.art div.desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  width: 61%;
}
div.box-11 div.art div.desc small.label {
  display: inline-block !important;
}
div.box-11 div.art small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  color: #fff;
  display: block;
  margin: 0 0 0.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div.box-11 div.art h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
}
div.box-11 div.art div.img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+80,0d0d0d+100&0+0,0.8+80,0.8+100 */
  background: -moz-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#cc0d0d0d', GradientType=0);
  /* IE6-9 */
}
div.box-11 div.aside {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 2rem 1.5rem 2rem 0;
  width: 39%;
  font-size: 0rem;
}
div.box-11 div.aside h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 1rem;
  color: #fff;
  margin: 0;
}
div.box-11 div.aside h3 a {
  color: #fff;
}
div.box-11 div.aside small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.625rem;
  color: #fff;
  display: block;
  margin: 0 0 0.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
ul.list-10 li {
  overflow: hidden;
  margin: 0 0 1.25rem;
}
ul.list-10 li:last-child {
  margin: 0;
}
ul.list-10 div.img {
  float: left;
  overflow: hidden;
  width: 30%;
  margin: 0 1rem 0 0;
  position: relative;
}
ul.list-10 div.img small {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
ul.list-10 div.img img {
  display: block;
}
ul.list-10 div.img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100.1%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+80,0d0d0d+100&0+0,0.8+80,0.8+100 */
  background: -moz-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#cc0d0d0d', GradientType=0);
  /* IE6-9 */
}
ul.list-10 div.desc {
  overflow: hidden;
}
ul.list-10 a {
  display: block;
  overflow: hidden;
}
ul.list-10 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  max-height: 4.6em;
  overflow: hidden;
}
ul.list-10 li.video div.img:after,
ul.list-10 li.gall div.img:after {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("/images/2019/icons/play.png") center center scroll no-repeat transparent;
  background-size: 25px auto;
}
ul.list-10 li.gall div.img:after {
  background-image: url("/images/2019/icons/gallery.png");
}
div.box-12 {
  position: relative;
  margin: 0 0 2.5rem;
}
div.box-12 div.head {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 2;
}
div.box-12 div.head h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #fff;
}
div.box-12 div.head h2 a {
  color: #fff;
}
div.box-12 div.art {
  position: relative;
}
div.box-12 div.art div.img {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
div.box-12 div.art div.img img {
  display: block;
  width: 100%;
}
div.box-12 div.art div.desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
}
div.box-12 div.art h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
}
div.box-12 div.art small {
  display: inline-block;
  background: #fff;
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1;
  font-size: 0.6875rem;
  padding: 0.25rem 0.45rem;
  border-radius: 4px;
  margin: 0 0 0.75rem;
}
div.box-12 div.art div.img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+80,0d0d0d+100&0+0,0.8+80,0.8+100 */
  background: -moz-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#cc0d0d0d', GradientType=0);
  /* IE6-9 */
}
div.box-13 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
}
ul.list-11 li {
  overflow: hidden;
  margin: 0 0 0.75rem;
}
ul.list-11 li:last-child {
  margin: 0;
}
ul.list-11 div.img {
  float: left;
  overflow: hidden;
  width: 30%;
  margin: 6px 1rem 0 0;
}
ul.list-11 div.desc {
  overflow: hidden;
}
ul.list-11 small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem;
  color: #888;
  margin: 0 0 0.25rem;
}
ul.list-11 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  line-height: 1.2;
}
ul.list-11 h3 + small {
  margin: 0.25rem 0 0;
}
.nopadding {
  padding: 0 !important;
}
ul.list-12 {
  font-size: 0rem;
}
ul.list-12 li {
  overflow: hidden;
  margin: 0 0 1rem;
}
ul.list-12 small {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  background: url("/images/2019/icons/comm.png") center center scroll no-repeat transparent;
  background-size: 26px auto;
}
ul.list-12 h3 {
  display: inline-block;
  vertical-align: middle;
  width: 77%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 0.875rem;
}
#footer {
  background: #F0EFEF;
  padding: 2.5rem 0 1.5rem;
  margin: 2rem 0 0;
  overflow: hidden;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem;
}
#footer div.head {
  float: left;
  overflow: hidden;
  margin: 3px 2rem 0 0;
  font-style: italic;
}
#footer div.head h2 {
  margin: 0;
}
#footer div.body {
  overflow: hidden;
}
#footer div.body ul {
  font-size: 0rem;
  margin: 0;
}
#footer div.body ul.strong {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
#footer div.body ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5rem 0.55rem 0;
  font-size: 0.6875rem;
}
#footer div.body ul > li:last-child {
  margin-right: 0;
}
#footer div.body ul > li > a {
  display: block;
}
.margin-1 {
  margin-top: 1.75rem !important;
}
.margin-2 {
  margin-top: -1rem !important;
}
.margin-3 {
  margin-top: -1.2rem !important;
}
.margin-4 {
  margin-top: 1rem !important;
}
div.pre-article {
  padding: 1.5rem 0 1rem;
  position: relative;
}
div.pre-article h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3.375rem;
  margin: 0 0 0.5rem;
  color: #000;
}
div.pre-article h1 span {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  letter-spacing: 2px;
  color: #2B4274;
  text-transform: uppercase;
}
div.pre-article h1.smaller {
  font-size: 2.125rem;
}
div.pre-article p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.25rem;
  color: #898989;
  margin: 0.5rem 0 0;
}
@media (max-width: 1000px) {
  div.pre-article h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 630px) {
  div.pre-article h1 {
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  div.pre-article h1 {
    font-size: 1.75rem;
  }
}
div.breadcrumbs,
div.breadcrumbs2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0rem;
  letter-spacing: 2px;
  color: #403E3E;
  margin: 0 0 0.75rem;
}
div.breadcrumbs a,
div.breadcrumbs2 a {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #2B4274;
  margin-right: 0.25rem;
}
div.breadcrumbs span,
div.breadcrumbs2 span {
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
div.breadcrumbs h1,
div.breadcrumbs2 h1,
div.breadcrumbs div.select,
div.breadcrumbs2 div.select {
  display: inline-block;
  vertical-align: middle;
}
div.art-img {
  position: relative;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.3;
  margin: 0 0 1.5rem;
}
div.art-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0d0d0d+100&0+0,0.8+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc0d0d0d', GradientType=0);
  /* IE6-9 */
}
div.art-img > img,
div.art-img picture img {
  display: block;
  width: 100%;
}
div.art-img div.gallery-info {
  position: absolute;
  left: 1rem;
  bottom: 4rem;
}
div.art-img div.gallery-info a {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  padding: 1.5rem 0.5rem 0.5rem;
  font-size: 0.875rem;
  width: 112px;
  height: 112px;
  text-align: center;
  color: #fff;
}
div.art-img div.gallery-info img {
  display: block;
  margin: 0 auto 0.5rem;
}
div.art-img div.desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  font-size: 0.75rem;
  width: 100%;
  overflow: hidden;
}
div.art-img div.desc span {
  float: left;
  margin: 0 5% 0 0;
  max-width: 70%;
}
div.art-img div.desc small {
  float: right;
  font-size: 0.75rem;
  max-width: 25%;
}
@media (max-width: 1100px) {
  div.art-img div.desc span {
    float: none;
    margin: 0 0 0.5rem;
    display: block;
    max-width: none;
  }
  div.art-img div.desc span:last-child {
    margin: 0;
  }
  div.art-img div.desc small {
    float: none;
    margin: 0;
    display: block;
    max-width: none;
  }
}
@media (max-width: 1100px) {
  div.art-img div.gallery-info {
    bottom: auto;
    top: 1rem;
  }
}
@media (max-width: 480px) {
  div.art-img div.desc {
    position: static;
    background: #222;
  }
  div.art-img:before {
    display: none;
  }
}
div.art-split {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
}
div.art-split > div.meta {
  display: table-cell;
  vertical-align: top;
  width: 150px;
}
div.art-split > div.content {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 2rem;
}
div.art-split > div.content iframe {
  max-width: 100%;
}
@media (max-width: 1050px) {
  div.art-split {
    display: block;
  }
  div.art-split > div.meta {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  div.art-split > div.content {
    display: block;
    width: auto;
    padding: 0;
  }
}
@media (max-width: 700px) {
  div.art-split > div.meta {
    width: auto !important;
    margin: 0;
  }
}
ul.meta2 {
  border-top: 2px solid #403E3E;
  padding: 1.35rem 0 0;
  font-size: 0rem;
  margin: 0 0 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
ul.meta + ul.meta2 {
  margin: -1.75rem 0 2rem !important;
  border: none;
  padding: 0;
}
ul.meta2 li {
  display: block;
  margin: 0 0 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
}
ul.meta2 small {
  font-size: 0.75rem;
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
ul.meta2 em {
  display: block;
  font-size: 0.875rem;
}
ul.meta2 li.meta-source small {
  margin: 0 0 0.5rem;
}
ul.meta2 li.meta-source img {
  max-width: 150px;
  height: auto;
}
ul.meta {
  border-top: 2px solid #403E3E;
  padding: 1.35rem 0 0;
  font-size: 0rem;
  margin: 0 0 1.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
ul.meta + ul.meta {
  margin: -1.75rem 0 2rem !important;
  border: none;
  padding: 0;
}
ul.meta li.meta-author-img {
  width: 57px;
}
ul.meta li.meta-author-img.multi {
  width: 100%;
  display: flex;
  gap: 1rem;
}
ul.meta li.meta-author-img.multi + li.meta-author-name {
  width: 100%;
}
ul.meta li.meta-author-desc {
  flex: 1;
}
ul.meta li.author-link {
  width: 100%;
}
ul.meta li.meta-source small {
  margin: 0 0 0.5rem;
}
ul.meta li.meta-source img {
  max-width: 150px;
  height: auto;
}
ul.meta li {
  display: block;
  margin: 0 0 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
}
ul.meta small {
  font-size: 0.75rem;
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
ul.meta em {
  display: block;
  font-size: 0.875rem;
}
ul.meta div.img {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  /*max-width: 30%; margin: 0 5% 1rem 0;*/
}
ul.meta div.img + strong {
  display: inline-block;
  vertical-align: middle;
  max-width: 65%;
  font-size: 0.875rem;
  margin: 0 0 1rem;
}
ul.meta div.img:nth-child(3n+3) {
  margin-right: 0;
}
ul.meta div.img + div.img + strong {
  display: block;
  max-width: 100%;
}
ul.meta li.premium {
  background: #FAB700;
  display: block;
  max-width: none;
  width: 100% !important;
  margin: 0 0 1rem !important;
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  padding: 0.25rem;
}
ul.meta li.premium strong {
  white-space: nowrap;
}
ul.meta.is-premium:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2rem;
  width: 100%;
  height: 4rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #dddddd 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dddddd 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dddddd 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
ul.meta .meta-source-img {
  border: 1px solid #eee;
  padding: 5px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.meta .meta-source-img img {
  max-width: 100%;
  display: block;
}
@media (max-width: 1050px) {
  ul.meta {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 1rem 1rem 0;
    vertical-align: middle;
  }
  ul.meta .meta-source {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  ul.meta .meta-source-img {
    max-width: 100px;
    height: 60px;
  }
  ul.meta li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5% 0.5rem 0;
    max-width: 47.5%;
  }
  ul.meta li:last-child {
    margin-right: 0;
  }
  ul.meta li.premium {
    margin: 0 !important;
  }
  ul.meta.is-premium:before {
    height: 2rem;
  }
}
@media (max-width: 1000px) {
  ul.meta {
    display: block;
    margin: 1rem 0;
  }
}
@media (max-width: 500px) {
  ul.meta {
    display: grid;
    grid-template-columns: 57px auto;
    grid-template-rows: auto auto auto auto;
    gap: 0.5rem 0.75rem;
    grid-auto-flow: row;
    grid-template-areas: "premium premium" "author author" "author-img author-name" "author-img date" "author-link author-link" "meta-source meta-source";
    margin: 0 0 1.5rem;
  }
  ul.meta.multiple {
    grid-template-columns: 120px auto;
  }
  ul.meta li.premium {
    grid-area: premium;
    margin: 0 !important;
  }
  ul.meta li.author {
    grid-area: author;
  }
  ul.meta li.meta-author-img {
    grid-area: author-img;
  }
  ul.meta li.meta-author-img.multi {
    gap: 0.5rem;
    margin: 0;
  }
  ul.meta li.meta-author-name {
    grid-area: author-name;
    font-size: 12px;
    align-self: end;
  }
  ul.meta li.date {
    grid-area: date;
    font-size: 12px;
    align-self: start;
  }
  ul.meta li.author-link {
    grid-area: author-link;
  }
  ul.meta li.meta-source {
    grid-area: meta-source;
  }
  ul.meta li {
    display: flex;
    gap: 5px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  ul.meta li.meta-author {
    flex-direction: column;
  }
  ul.meta li.meta-author .img {
    margin-bottom: 5px !important;
  }
  ul.meta li.meta-author strong {
    font-size: inherit !important;
    margin-bottom: 5px !important;
  }
  ul.meta small,
  ul.meta em {
    display: inline-block;
    font-size: inherit;
  }
  ul.meta .meta-source {
    order: 1;
    display: block;
  }
}
body.bigphoto ul.meta {
  margin-top: 0.5rem;
}
ul.article-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  list-style-type: none;
  border-top: 2px solid #403E3E;
  padding: 1.5rem 0 0;
  margin: 0 0 1.5rem;
  font-weight: 400;
}
ul.article-info div::after {
  display: none;
}
ul.article-info .premium {
  background: #FAB700;
  font-size: 12px;
  text-align: center;
  padding: 0.25rem;
  width: 100%;
}
ul.article-info .premium strong {
  display: block;
}
ul.article-info img {
  display: block;
}
ul.article-info .authors {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
ul.article-info .authors .one {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
ul.article-info .authors .one img {
  width: 55px;
}
ul.article-info .authors .one small {
  flex: 1;
}
ul.article-info .authors .one span.date {
  display: none;
}
ul.article-info .authors .one span.update {
  display: none;
}
ul.article-info .source small {
  display: block;
  margin: 0 0 0.25rem;
}
ul.article-info .source img {
  max-width: 150px;
}
ul.article-info .date small {
  display: block;
  margin: 0 0 0.25rem;
}
ul.article-info .date em {
  display: block;
  font-size: 12px;
}
ul.article-info .update small {
  display: block;
  margin: 0 0 0.25rem;
}
ul.article-info .update em {
  display: block;
  font-size: 12px;
}
@media (max-width: 1000px) {
  ul.article-info {
    flex-direction: row;
    align-items: unset;
  }
  ul.article-info .premium strong {
    display: inline;
  }
  ul.article-info li.date {
    display: none;
  }
  ul.article-info li.update {
    display: none;
  }
  ul.article-info .authors .one span.date {
    display: block;
  }
  ul.article-info .authors .one span.update {
    display: block;
  }
  ul.article-info .authors.multiple .one span.update {
    display: none;
  }
  ul.article-info .authors.multiple + li.date + li.update {
    display: block;
  }
  ul.article-info li.source + li.date {
    display: block;
  }
  ul.article-info li.source + li.date small {
    display: inline-block;
    vertical-align: top;
  }
  ul.article-info li.source + li.date em {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
  }
  ul.article-info li.date + li.update small {
    display: inline-block;
    vertical-align: top;
  }
  ul.article-info li.date + li.update em {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
  }
  ul.article-info li.authors + li.date {
    flex: 1;
  }
  ul.article-info li.authors + li.date + li.update {
    flex: 1;
  }
  ul.article-info .authors .one small a {
    font-size: 15px;
    font-weight: 700;
  }
  ul.article-info.many-authors .authors {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.article-info.many-authors .authors .one {
    width: calc(50% - 0.5rem);
  }
  ul.article-info.many-authors li.date {
    display: block;
  }
}
ul.list-13 {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
}
ul.list-13 li {
  display: block;
  margin: 0 0 1rem;
}
ul.list-13 a {
  color: #E20513;
}
ul.list-13 img {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0.75rem 0 0;
}
@media (max-width: 1050px) {
  ul.list-13 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0rem;
  }
  ul.list-13 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 1000px) {
  ul.list-13 {
    display: block;
    font-size: 0.875rem;
  }
  ul.list-13 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem 1rem 0;
  }
  ul.list-13 a.showcomments {
    font-size: 0.875rem;
    margin-right: 1rem;
  }
  ul.list-13 a.showcomments img {
    margin-right: 0.5rem;
  }
  ul.list-13 li.print {
    display: none;
  }
}
@media (max-width: 800px) {
  ul.list-13 {
    font-size: 0rem;
  }
  ul.list-13 li {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  ul.list-13 img {
    margin: -1px 0.35rem 0 0;
  }
  ul.list-13 a.showcomments {
    margin-right: 0.75rem;
  }
  ul.list-13 a.showcomments img {
    margin-right: 0.25rem;
  }
}
article {
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.125rem;
  line-height: calc(18px * 1.4);
  margin: 0 0 3.5rem;
  /*div.aside.full + br,
	div.aside.full + br + br { display: none; }*/
}
article.no-margin {
  margin: 0;
}
article em strong a {
  color: #2D373C !important;
  font-style: normal;
  font-weight: normal;
  cursor: text;
}
article em strong a:hover {
  text-decoration: none;
}
article a {
  color: #E20513 !important;
}
article p {
  margin: 0 0 1.75rem;
}
article p.lead {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.375rem;
  color: #000;
}
article h1 {
  font-size: 3.375rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: calc(54px * 1.3);
  margin: 2rem 0 1.75rem;
  clear: both;
  color: #000;
}
article h2 {
  font-size: 1.40625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  clear: both;
  color: #000;
}
article h3 {
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  clear: both;
  color: #000;
}
article.headers-smaller h2 {
  font-size: 1.25rem;
  color: #403E3E;
  margin: 1rem 0 0.5rem;
}
article.headers-smaller h3 {
  font-size: 1.125rem;
  color: #403E3E;
  margin: 1rem 0 0.5rem;
}
article small + h1,
article h1:first-child,
article h2:first-child,
article h3:first-child {
  margin-top: 0;
}
article ul {
  margin: 0 0 1.75rem;
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.125rem;
  padding-left: 20px;
  list-style-type: disc;
}
article ul li {
  margin: 0 0 0.75rem;
}
article ol {
  margin: 0 0 1.75rem;
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.125rem;
  padding-left: 20px;
  list-style-type: decimal;
}
article ol li {
  margin: 0 0 0.75rem;
}
article blockquote {
  margin: 0 0 1.75rem;
  padding: 1.75rem 1.75rem 1.75rem 18.5%;
  background: url("/images/2019/icons/article/blockquote.png") 1.5rem 1.5rem scroll no-repeat #F0EFEF;
  background-size: 90px auto;
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  font-style: italic;
}
article table {
  clear: both;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 1.5rem;
  border: 1px solid #F0EFEF;
}
article table th,
article table tbody:first-child tr:first-child > * {
  border: 1px solid #F0EFEF;
  background: #F0EFEF;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  padding: 0.75rem;
  text-align: center;
}
article table td {
  border: 1px solid #F0EFEF;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  padding: 0.75rem;
}
article div.yt,
article div.map-responsive {
  margin: 0 auto 1.75rem;
}
article div.aside {
  float: left;
  width: 300px;
  max-width: 50%;
  margin: 1.5rem 1.5rem 1.5rem 0;
  overflow: hidden;
  clear: left;
  /*div.photo:before {
			content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 30%; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0d0d0d+100&0+0,0.8+100 */
  /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(13,13,13,0.8) 100%);
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(13,13,13,0.8) 100%);
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(13,13,13,0.8) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc0d0d0d',GradientType=0 );
		}*/
  /*div.photo small { position: absolute; left: 0; bottom: 0; padding: 0.75rem 46px 0.75rem 0.75rem; width: 100%; .font(12); }*/
}
article div.aside div.photo {
  padding: 0;
  border: none;
  font-size: 1rem;
  margin: 0 0 1rem;
  position: relative;
}
article div.aside div.photo:last-child {
  margin: 0;
}
article div.aside div.photo a {
  color: #2F2F2F !important;
  display: block;
}
article div.aside div.photo img {
  margin: 0;
  display: block;
}
article div.aside div.photo a + p {
  margin-top: 0.75rem;
}
article div.aside div.photo p {
  font-size: 1rem;
}
article div.aside div.photo p:last-child {
  margin-bottom: 0;
}
article div.aside div.photo small {
  display: block;
  background: #EAEAEA;
  padding: 1rem 56px 1rem 1rem;
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
}
article div.aside div.photo small:before {
  content: "";
  display: block;
  width: 46px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E2E2E2;
}
article div.aside div.photo small:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 1;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("/images/2019/icons/expand-red.png") center center scroll no-repeat transparent;
  background-size: 25px auto;
}
article div.aside div.file a {
  color: #222;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
}
article div.aside div.file img {
  margin: 0 0.5rem 0 0;
}
article div.aside.full {
  float: none;
  clear: both;
  margin: 1.5rem 0;
  width: auto;
  max-width: none;
}
article div.fb-post {
  display: block;
  width: 550px !important;
  max-width: 100%;
  margin: 0 auto;
}
article div.fb-post > span {
  max-width: 100%;
}
article div.fb-post iframe {
  border: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
article small.info {
  display: block;
  border: 1px solid #E5E5E5;
  padding: 0.75rem 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 1000px) {
  article h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 630px) {
  article h1 {
    font-size: 2rem;
    line-height: calc(32px * 1.3);
  }
  article p.lead {
    font-size: 1.125rem;
  }
}
@media (max-width: 420px) {
  article h1 {
    font-size: 1.75rem;
    line-height: calc(28px * 1.3);
  }
}
article p.lead + .abc-wrap + ul,
article p.lead + ul,
article ul.featured,
article .box-14 + ul {
  color: #000;
  font-weight: 700;
}
article p.lead + .abc-wrap + ul ::marker,
article p.lead + ul ::marker,
article ul.featured ::marker,
article .box-14 + ul ::marker {
  color: #E20513;
}
.red-box {
  border: 2px solid #E20513;
  padding: 1.5rem;
  font-weight: 700;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.0625rem;
  color: #E20513;
}
.red-box a {
  color: #E20513 !important;
}
.red-box p:last-child {
  margin: 0;
}
.red-box.red-box-black {
  color: #2D373C;
}
.dark-box {
  border: 2px solid #140D50;
  padding: 1.5rem;
  font-weight: 700;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.0625rem;
}
.dark-box a {
  color: #140D50 !important;
}
.dark-box p:last-child {
  margin: 0;
}
.green-box {
  border: 2px solid #399235;
  padding: 1.5rem;
  font-weight: 700;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.0625rem;
}
.green-box a {
  color: #399235 !important;
}
.green-box p:last-child {
  margin: 0;
}
body.sub div.art-split > div.content article {
  padding-right: 0;
}
@media (max-width: 700px) {
  body.sub div.art-split > div.content article {
    padding-right: 0;
  }
}
div.box-14 {
  margin: -1.35rem 0 1rem;
}
div.box-14 ul {
  font-size: 0rem;
}
div.box-14 li {
  display: block;
  margin: 0;
}
div.box-14 small {
  color: #bbb;
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-style: italic;
  display: block;
  margin: 0 0 0.5rem;
  text-align: center;
}
div.box-14 a {
  display: block;
  margin: 0 auto 0.75rem;
  border: 1px solid #E5E5E5;
  position: relative;
  height: 110px;
}
div.box-14 a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 140px;
  max-height: 80%;
}
div.box-14 ul {
  margin: 0;
  padding: 0;
}
div.box-14 ul.multi li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 0 0;
}
div.box-14 ul.multi li:nth-child(even) {
  margin-right: 0;
}
div.box-14 ul.multi a img {
  max-width: 80%;
}
div.box-14 ul.smaller a {
  height: 82px;
}
div.box-14 ul.multi li.mobile {
  display: none;
}
@media (max-width: 700px) {
  div.box-14 {
    margin-top: 0;
    background: #f8f8f8;
    padding: 1rem 0.5rem 0;
  }
  div.box-14 div.wrap {
    overflow: hidden;
  }
  div.box-14 ul.multi {
    animation: marquee 10s linear infinite;
    will-change: transform;
    white-space: nowrap;
  }
  div.box-14 ul.multi li {
    width: auto;
    margin: 0 0.5rem 0 0 !important;
  }
  div.box-14 ul.multi li.mobile {
    display: inline-block;
  }
  div.box-14 ul.multi a {
    width: 70px;
    height: 64px;
    overflow: hidden;
    background: #fff;
  }
  div.box-14 ul a {
    background: #fff;
  }
  div.box-14 ul.less-than-4 {
    display: flex;
    gap: 1rem;
    justify-content: center;
    animation: none;
  }
  div.box-14 ul.less-than-4 > li {
    flex: 1;
    margin: 0 !important;
  }
  div.box-14 ul.less-than-4 a {
    width: auto;
  }
  div.box-14 ul.count-2 > li,
  div.box-14 ul.count-1 > li {
    flex: 0 0 115px;
  }
  div.box-14 ul.count-2 > li a,
  div.box-14 ul.count-1 > li a {
    height: 76px;
  }
  div.box-14 a img {
    max-width: 90%;
  }
}
ul.list-16 {
  font-size: 0rem;
}
ul.list-16 li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 1.5rem 0;
}
ul.list-16 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-16 div.img {
  margin: 0 0 1rem;
}
ul.list-16 h3 {
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
}
ul.list-16.four li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
ul.list-16.four li:nth-child(3n+3) {
  margin-right: 2%;
}
ul.list-16.four li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-16.v2 div.img {
  margin: 0;
}
ul.list-16.v2 li > div.desc,
ul.list-16.v2 li > a > div.desc {
  border: 1px solid #F0EFEF;
  border-top: none;
  padding: 1.25rem;
}
ul.list-16.v2 h3 {
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  color: #980C0C;
  margin: 0 0 1rem;
  transition: all 0.2s linear;
}
ul.list-16.v2 h3 a {
  color: #980C0C;
}
ul.list-16.v2 div.img2 {
  float: left;
  overflow: hidden;
  max-width: 30%;
  margin: 0 1rem 1rem 0;
}
ul.list-16.v2 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  padding-right: 1rem;
}
ul.list-16.v2 small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  overflow: hidden;
  clear: both;
  padding: 1rem 0 0;
  margin: 1rem 0 0;
  border-top: 1px solid #F0EFEF;
}
ul.list-16.v2 small strong {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
ul.list-16.v2 small.more a {
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #980C0C;
}
ul.list-16.v2 div.scroll-pane {
  height: 140px;
  overflow: hidden;
  margin: 0 0 1rem;
}
ul.list-16.v2 a:hover h3 {
  color: #E20513;
}
ul.list-28 {
  font-size: 0rem;
  margin: 0 0 1rem;
}
ul.list-28 > li {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  border: 1px solid #F0EFEF;
  margin: 0 2% 2% 0;
}
ul.list-28 > li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-28 > li > a {
  display: block;
  padding: 1rem;
}
ul.list-28 h3 {
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  color: #980C0C;
  margin: 0 0 1rem;
  transition: all 0.2s linear;
}
ul.list-28 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  padding-right: 1rem;
}
ul.list-28 small,
ul.list-28 hr {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  overflow: hidden;
  clear: both;
  padding: 1rem 0 0;
  margin: 1rem 0 0;
  border-top: 1px solid #F0EFEF;
}
ul.list-28 small strong {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
ul.list-28 div.scroll-pane {
  height: 140px;
  overflow: hidden;
  margin: 0 0 1rem;
}
ul.list-28 a:hover h3 {
  color: #E20513;
}
ul.list-28.v2 > li {
  padding: 1rem;
}
@media (max-width: 1000px) {
  ul.list-28 > li {
    width: 47.5%;
    margin: 0 5% 5% 0;
  }
  ul.list-28 > li:nth-child(3n+3) {
    margin-right: 5%;
  }
  ul.list-28 > li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  ul.list-28 p {
    height: 8.7em;
    overflow: auto;
  }
}
ul.list-17 {
  font-size: 0rem;
}
ul.list-17 .partner-badge {
  position: absolute;
  left: 0;
  top: -12px;
  margin-bottom: 0;
}
ul.list-17 li {
  display: block;
  margin: 0 0 1.1rem;
  position: relative;
}
ul.list-17 li:last-child {
  margin-bottom: 0;
}
ul.list-17 li > a {
  display: flex;
}
ul.list-17 div.img {
  width: 94px;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0 1rem 0 0;
}
ul.list-17 div.desc {
  overflow: hidden;
}
ul.list-17 h3 {
  font-size: 0.9375rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  max-height: 4.8em;
  overflow: hidden;
}
ul.list-17 li.featured div.desc {
  background: #E20513;
  padding: 0.325rem 0.75rem;
  min-height: 65px;
}
ul.list-17.v2023 h3 {
  font-size: 1rem;
  line-height: 1.5;
  max-height: none;
}
ul.list-17.v2023 div.img {
  width: 150px;
}
@media (max-width: 1300px) {
  ul.list-17.v2023 h3 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1000px) and (min-width: 761px) {
  ul.list-17.v2023 {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  ul.list-17.v2023 li {
    flex: 0 0 calc(50% - 0.75rem);
  }
}
@media (max-width: 760px) {
  ul.list-17.v2023 h3 {
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
div.hide-last ul.list-17 li:last-child {
  display: none;
}
div.in-article-gallery {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.8);
}
div.in-article-gallery a.close {
  display: block;
  position: fixed;
  z-index: 101;
  top: 1rem;
  right: 1rem;
  background: #222;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1;
  font-size: 1.5rem;
}
div.in-article-gallery small {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  color: #fff;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  background: rgba(50, 50, 50, 0.8);
}
div.in-article-gallery div.img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
div.in-article-gallery div.img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
div.in-article-gallery a.prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: url("/images/2019/icons/prev3.png") center center scroll no-repeat transparent;
}
div.in-article-gallery a.next {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: url("/images/2019/icons/next3.png") center center scroll no-repeat transparent;
}
@media (max-width: 1000px) {
  div.in-article-gallery a.close {
    top: 6rem;
  }
}
@media (max-width: 630px) {
  div.in-article-gallery a.close {
    top: 4rem;
  }
}
body.galleryOpen {
  overflow: hidden;
  height: 100%;
}
body.galleryOpen div.in-article-gallery {
  display: block;
}
div.art-download {
  background: #F0EFEF;
  padding: 0.75rem;
  width: 190px;
  max-width: 50%;
  float: left;
  overflow: hidden;
  margin: 0 1.5rem 1.5rem 0;
}
div.art-download h2 {
  text-align: center;
  margin: 0 0 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
}
div.art-download h2 img {
  display: block;
  margin: 0 auto 0.5rem;
}
div.art-download ul {
  display: block;
  overflow: hidden;
}
div.art-download ul li {
  display: block;
  margin: 0 0 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
}
div.art-download ul li:last-child {
  margin: 0;
}
div.art-download ul small {
  display: block;
  color: #A5A4A4;
  font-size: 0.75rem;
  padding: 0.35rem 0 0;
}
div.art-download.v2 {
  float: none;
  clear: both;
  margin: 0 0 1.5rem;
  width: 100%;
  max-width: 100%;
}
div.art-download.v2 h2 {
  float: left;
  overflow: hidden;
  text-align: left;
  margin: 0 1rem 0 0;
}
div.art-download.v2 h2 img {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0.5rem 0 0;
}
div.art-download.v2 ul {
  padding: 0.15rem 0 0;
}
div.art-download.v2 ul small {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 1rem;
}
@media (max-width: 480px) {
  div.art-download {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem;
  }
  div.art-download h2 {
    text-align: left;
  }
  div.art-download h2 img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0.5rem 0 0;
  }
  div.art-download.v2 h2 {
    float: none;
    margin: 0 0 0.75rem;
  }
}
div.art-download + div.box-5.full {
  margin-top: 3rem;
}
div.copyright {
  padding: 1rem 1rem 1rem 42px;
  font-size: 0.8125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  border: 1px solid #F0EFEF;
  background: url("/images/2019/icons/copyright.png") 0.5rem 0.8rem scroll no-repeat transparent;
  background-size: 24px auto;
  margin: 0 0 3rem;
}
div.author {
  text-align: right;
  margin: 1.5rem 0;
}
div.art-more,
div.comm-more {
  clear: both;
  margin: 2rem 0 0;
  padding: 0 0 2rem;
  text-align: center;
}
div.art-more a,
div.comm-more a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.65rem;
  color: #fff !important;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.9375rem;
  border-radius: 4px;
  background: #E20513;
  width: 250px;
  max-width: 100%;
  transition: all 0.2s linear;
  cursor: pointer;
}
div.art-more a:hover,
div.comm-more a:hover {
  background: #222;
}
div.art-fb {
  clear: both;
  margin: 2rem 0 0;
  padding: 0 0 2rem;
  text-align: center;
}
div.art-fb a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.65rem;
  color: #fff !important;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.9375rem;
  border-radius: 4px;
  background: #325A9B;
  width: 390px;
  max-width: 100%;
  transition: all 0.2s linear;
}
div.art-fb a:hover {
  background: #222;
}
div.art-fb img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
ul.list-14 {
  font-size: 0.8125rem;
  padding: 0.5rem 0;
}
ul.list-14 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.25rem 0.5rem 0;
}
ul.list-14 a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
ul.list-14 a.keyword {
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  transition: all 0.2s linear;
}
ul.list-14 a.keyword:hover {
  color: #222;
}
ul.list-14 a.alert,
ul.list-14 a.rss {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}
div#comment:target {
  margin: 0 0 1.85rem;
}
div#comment + div.box-5.full {
  margin-top: 1rem;
}
div#comment:target + div.box-5.full {
  margin-top: -0.2rem;
}
div.comments {
  margin: 1.5rem 0;
}
div.comments div.filter {
  margin: 0 0 1rem;
  text-align: right;
}
div.comments div.filter span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.8125rem;
  margin: 0 0.25rem 0 0;
}
div.comments div.filter select {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 0.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
}
div.comments ul {
  margin: 0 0 1.5rem;
}
div.comments ul:last-of-type {
  margin: 0;
}
div.comments ul > li {
  overflow: hidden;
  padding-right: 0.5rem;
}
div.comments ul ul {
  margin-left: 1.5rem;
}
div.comments ul ul ul {
  margin-left: 3rem;
}
div.comments ul ul div.wrap {
  border-left: 3px solid #eee;
  padding: 0 0 0 1.5rem;
}
div.comments ul li + li:last-child div.wrap {
  margin: 0;
}
div.comments ul div.wrap {
  margin: 0 0 1.5rem;
}
div.comments ul div.img {
  overflow: hidden;
  float: left;
  margin: 0 1.5rem 0 0;
}
div.comments ul div.desc {
  overflow: hidden;
}
div.comments ul div.wrap + ul {
  margin-top: 1rem;
}
div.comments ul ul.actions {
  margin: 0;
  color: #525261;
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.comments ul ul.actions li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2rem 0.5rem 0;
}
div.comments ul ul.actions li:last-child {
  margin-right: 0;
}
div.comments ul ul.actions li.reply a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #E20513;
}
div.comments ul ul.actions li.thumbs a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
div.comments ul ul.actions li.thumbs a + a {
  margin: 0 0.75rem 0 0;
}
div.comments ul ul.actions li.report a {
  color: #E20513;
}
div.comments ul div.desc blockquote {
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.35;
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}
div.comments ul div.desc blockquote img:first-child {
  display: inline-block;
  vertical-align: 0;
  margin: 0 0.5rem 0 0;
}
div.comments ul div.desc cite {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  font-style: normal;
}
div.comments ul div.desc small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  color: #918F8F;
}
div.comments ul div.desc + ul {
  margin-top: 1rem;
}
div.comments a.more {
  display: block;
  text-align: center;
  background: #006738;
  border: 1px solid #006738;
  padding: 0.35rem;
  color: #fff;
  font-size: 0.8125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  border-radius: 20px;
}
div.comments ul a.more {
  background: none;
  color: #006738;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 2.5rem;
}
div.comments div.good {
  padding: 0.75rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  margin: 0 0 0.5rem;
  background: #006738;
}
div.comments div.wrong {
  padding: 0.75rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  margin: 0 0 0.5rem;
  background: #E20513;
}
div.comments div.buttons a:first-child img {
  vertical-align: -2px;
}
div.comments div.buttons + div.wrap-3 {
  display: none;
}
@media (max-width: 600px) {
  div.comments div.buttons a {
    font-size: 0.8125rem;
    padding: 0.25rem 0.75rem;
  }
  div.comments div.buttons a + a {
    margin-left: 0.75rem !important;
  }
  div.comments .hide600 {
    display: none;
  }
}
i.thumb-down {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  width: 15px;
  height: 14px;
  background: url("/images/2019/icons/article/thumb-down.png") center center scroll no-repeat transparent;
  background-size: contain;
}
i.thumb-up {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  width: 15px;
  height: 14px;
  background: url("/images/2019/icons/article/thumb-up.png") center center scroll no-repeat transparent;
  background-size: contain;
}
i.report {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  width: 12px;
  height: 15px;
  background: url("/images/2019/icons/article/report.png") center center scroll no-repeat transparent;
  background-size: contain;
}
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;
  border-radius: 9px;
  overflow: hidden;
}
div.window a.close {
  background: #ccc;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
div.window h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem !important;
  margin: 0 0 0.5em;
  color: #444;
}
div.window p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem !important;
  margin: 0 0 1.5em;
}
div.window small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.625rem !important;
  margin: 0 0 1.75em;
}
div.window h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem !important;
  margin: 0 0 0.75em;
}
div.window div.g-recaptcha-wrap {
  margin: 2rem auto 0;
  text-align: center;
}
div.window div.g-recaptcha {
  display: inline-block;
}
div.window.open {
  display: block;
}
body.windowOpen {
  overflow: hidden;
  height: 100%;
}
div.commentWindow.window form {
  overflow: hidden;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.commentWindow.window form input {
  display: block;
  background: none;
  border-bottom: 2px solid #004e67;
  padding: 0.5rem 0;
  width: 100%;
  max-width: 500px;
  margin: 0 0 1rem;
  color: #444;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  outline: 0;
}
div.commentWindow.window form textarea {
  display: block;
  background: none;
  border-bottom: 2px solid #004e67;
  padding: 0.5rem 0;
  width: 100%;
  max-width: 500px;
  height: 120px;
  color: #444;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 1rem;
  outline: 0;
}
div.commentWindow.window input.error,
div.commentWindow.window textarea.error {
  border-bottom-color: #E20513;
}
div.commentWindow.window form button {
  display: block;
  width: 100%;
  background: #004e67;
  padding: 0.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  border-radius: 4px;
  margin: 0 auto 0.5rem;
}
div.commentWindow.window form button:hover {
  background: #227089;
}
div.commentWindow.window ::-webkit-input-placeholder {
  color: #31313F;
}
div.commentWindow.window ::-moz-placeholder {
  color: #31313F;
}
div.commentWindow.window :-ms-input-placeholder {
  color: #31313F;
}
div.commentWindow.window :-moz-placeholder {
  color: #31313F;
}
div.commentWindow.window small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem;
  display: block;
  color: #535362;
  margin: 0 0 1rem;
}
div.commentWindow.window small.error {
  display: block;
  color: #E20513;
  margin: -0.5rem 0 1rem;
}
div.commentWindow.window div.foot {
  overflow: hidden;
  margin: 1.5rem 0 0;
  width: 500px;
  max-width: 100%;
}
div.commentWindow.window div.foot > div.left {
  overflow: hidden;
  float: left;
  width: 302px;
  margin: 0 1rem 0 0;
}
div.commentWindow.window div.foot > div.right {
  overflow: hidden;
}
div.commentWindow.window div.foot a {
  color: #004e67;
}
div.commentWindow.window div.g-recaptcha-wrap {
  margin: 0 auto;
}
@media (max-width: 630px) {
  div.commentWindow.window div.foot > div.left {
    width: auto;
    float: none;
    margin: 0;
  }
  div.commentWindow.window div.body {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
}
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: #F0EFEF;
}
div.login.window div.l-head h2,
div.login.window div.l-head .heading {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem !important;
  margin: 0 0 0.5rem;
}
div.login.window div.l-head p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem !important;
  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-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem !important;
  margin: 0 0 0.5rem !important;
}
div.login.window div.l-body p:last-child {
  margin: 0 !important;
}
div.login.window div.l-body a {
  color: #E20513;
}
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-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  margin: 0 0 1.5rem;
  transition: all 0.2s linear;
}
div.login.window form input[type="text"]:focus,
div.login.window form input[type="email"]:focus,
div.login.window form input[type="password"]:focus,
div.login.window form select:focus {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
}
div.login.window form label {
  display: block;
  width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  margin: 0 0 0.25rem;
}
div.login.window form div.submit button {
  background: #E20513;
  border-radius: 4px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
}
div.login.window form div.submit a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem;
  float: right;
  margin-top: 0.6rem;
}
div.login.window div.row small.error {
  display: none;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.625rem;
  color: #E20513;
  margin-top: -1rem;
}
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 #E20513;
}
div.login.window div.row.error label {
  color: #E20513;
}
div.login.window div.body.error div.l-head {
  background: #E20513;
  color: #fff;
}
div.login.window div.body.error div.l-head h2 {
  color: #fff;
}
div.login.window div.body.error a.close img {
  filter: brightness(0) invert(1);
}
.window#my-companies div.body {
  width: 400px;
  max-width: 100%;
}
.window#my-companies .search {
  position: relative;
  margin: 0 0 1.5rem;
}
.window#my-companies .search input {
  color: #717171;
  padding: 0.75rem 1.25rem;
  background: #F8F8F8;
  border-radius: 9px;
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.window#my-companies .search ul.open {
  display: block;
}
.window#my-companies .search ul {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: auto;
  width: 100%;
  max-height: 140px;
  background: #fff;
  border: 1px solid #eee;
  overflow: auto;
  list-style: none;
  border-radius: 9px;
}
.window#my-companies .search ul button {
  padding: 0.35rem 1rem;
  background: none;
  color: #2D373C;
  display: block;
  width: 100%;
  text-align: left;
}
.window#my-companies .search ul button:hover,
.window#my-companies .search ul button:focus {
  background: none !important;
  color: #E20513 !important;
}
.window#my-companies .list ul {
  display: block;
  list-style: none;
  height: 300px;
  overflow: auto;
}
.window#my-companies .list li {
  display: block;
  padding: 0.25rem 30px 0.25rem 0;
  position: relative;
}
.window#my-companies .list strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.window#my-companies .list small {
  display: block;
  font-size: 14px;
  color: #717171;
}
.window#my-companies .list button {
  position: absolute;
  right: 0;
  top: 0.5rem;
  padding: 0;
  width: 15px;
  height: 15px;
  background: url("https://pliki.wnp.pl/d/50/86/01/508601.svg") center center scroll no-repeat transparent;
  background-size: contain;
}
.window#my-companies .list button:hover,
.window#my-companies .list button:focus {
  background: url("https://pliki.wnp.pl/d/50/86/01/508601.svg") center center scroll no-repeat transparent !important;
  background-size: contain !important;
}
ul.list-15 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  overflow: hidden;
}
ul.list-15 > li {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  padding: 0 0 1rem;
  margin: 0 0 0.5rem;
  border-bottom: 1px solid #E5E5E5;
}
ul.list-15 > li:last-child {
  border: none;
  margin: 0;
}
ul.list-15 h3 {
  font-size: 1.1875rem;
  margin: 0 0 0.15rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
ul.list-15 p {
  font-size: 1.0625rem;
  margin: 0 0 0.25rem;
}
ul.list-15 small {
  font-size: 0.875rem;
  color: #E5E5E5;
}
ul.list-15 small a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #E20513;
}
ul.list-15 div.desc {
  /*float: left; overflow: hidden;*/
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  padding: 1rem 2rem 1rem 0;
}
ul.list-15 div.img {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: 65%;
}
ul.list-15 .up {
  color: #339900;
}
ul.list-15 .down {
  color: #E20513;
}
@media (max-width: 800px) {
  ul.list-15 > li {
    display: block;
  }
  ul.list-15 div.desc {
    display: block;
    width: 100%;
    padding: 0;
  }
  ul.list-15 div.img {
    display: block;
    width: 100%;
  }
}
div.box-15 {
  padding: 1.5rem 0;
}
div.box-15 h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 2.625rem;
  margin: 0;
}
div.box-15 h1 a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
div.box-15 h1 a span {
  display: inline;
  position: relative;
  background-image: linear-gradient(0, #E20513 0, #E20513 15%, transparent 15%);
}
div.box-15 h1 a:hover:before {
  border-bottom-color: #3F3E3E;
}
div.box-15.has-menu h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 2.625rem;
  margin: 0;
}
div.box-15.has-menu h1,
div.box-15.has-menu h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
}
div.box-15 div.menu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
div.box-15 div.menu > a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  color: #E20513;
}
div.box-15 div.menu ul:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: -8px;
  background: #fff;
  margin: 0 auto;
}
div.box-15 div.menu ul {
  display: none;
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 0;
  right: 0;
  width: 200px;
  margin: 0 auto;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  background: #fff;
  padding: 1rem 0;
}
div.box-15 div.menu ul li {
  display: block;
}
div.box-15 div.menu ul a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
  font-size: 0.875rem;
  display: block;
  padding: 0.25rem 1.5rem;
}
div.box-15 div.menu.open ul {
  display: block;
}
@media (max-width: 1000px) {
  div.box-15 {
    padding: 1rem 0;
  }
}
@media (min-width: 1001px) {
  div.box-15 + div.wrap .theiaStickySidebar {
    position: static !important;
    transform: none !important;
  }
}
@media (max-width: 630px) {
  div.box-15 {
    display: none;
  }
}
i.arrow-down {
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 14px;
  background: url("/images/2019/icons/arrow-down.png") center center scroll no-repeat transparent;
  background-size: 14px auto;
  margin-left: 0.25rem;
}
.place-1 {
  margin-top: -0.25rem !important;
}
.place-2 {
  margin-top: 2.5rem !important;
}
div.box-16 {
  padding: 0.75rem 1rem;
  margin: 1.5rem auto;
  overflow: hidden;
  background: #222;
  background-size: cover;
}
div.box-16 h1 {
  float: left;
  max-width: 50%;
  overflow: hidden;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 2.625rem;
  margin: 0.25rem 0 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
div.box-16 div.right {
  float: right;
  overflow: hidden;
  max-width: 50%;
}
div.box-16 div.right > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
}
div.box-16 div.right > *:last-child {
  margin: 0;
}
div.box-16 div.right small {
  color: #fff;
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-style: italic;
}
div.box-16 div.right a {
  background: #fff;
  position: relative;
  width: 100px;
  height: 60px;
}
div.box-16 div.right a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
}
@media (max-width: 1000px) {
  div.box-16 div.right small {
    display: block;
    margin: 0 auto 0.5rem;
    text-align: center;
  }
  div.box-16 h1 {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  div.box-16 h1 {
    float: none;
    max-width: none;
    margin: 0 auto 1rem;
    text-align: center;
  }
  div.box-16 div.right {
    float: none;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
}
.header-1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 1rem;
}
ul.list-18 {
  font-size: 0rem;
}
ul.list-18 li {
  display: block;
  margin: 0 0 1rem;
}
ul.list-18 li:last-child {
  margin: 0;
}
ul.list-18 div.img {
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  margin: 0 5% 0 0;
}
ul.list-18 div.desc {
  display: inline-block;
  vertical-align: middle;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  width: 72%;
}
ul.list-18 div.bar {
  display: inline-block;
  vertical-align: middle;
  max-width: 145px;
  height: 12px;
  background: #980C0C;
  margin: 0 0.5rem 0 0;
}
#search2 {
  display: block;
  background: #D52933;
  background-size: cover;
  margin: 2rem 0;
  padding: 2rem;
}
#search2 div.title {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
#search2 div.title h1,
#search2 h2 {
  display: inline;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  color: #444;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  letter-spacing: -1px;
}
#search2 div.footer {
  display: block;
  overflow: hidden;
}
#search2 div.footer small,
#search2 div.title + small,
#search2 h2 + small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0 0 1rem;
}
form.search2 {
  border-radius: 4px;
  overflow: visible;
  margin: 0 0 1rem;
  position: relative;
  padding: 0 75px 0 0;
}
form.search2 div.left {
  background: #fff;
}
form.search2 div.right {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
}
form.search2 input[type="submit"] {
  width: 100%;
  height: 114px;
  background: url("/images/2019/parlamentarny/lupa.png") center center scroll no-repeat #980C0C;
  background-size: 28px 28px;
  border-radius: 0 4px 4px 0;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
form.search2 input[type="submit"]:hover {
  background-color: #980C0C;
}
form.search2 input {
  border: none;
}
form.search2 input#imie {
  width: 100%;
  max-width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #ccc;
  font-size: 1.375rem;
  font-style: italic;
  height: 63px;
  padding: 1rem;
}
form.search2 ::-webkit-input-placeholder {
  color: #ccc;
}
form.search2 :-moz-placeholder {
  color: #ccc;
}
form.search2 ::-moz-placeholder {
  color: #ccc;
}
form.search2 :-ms-input-placeholder {
  color: #ccc;
}
form.search2 ul.wrap {
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 0rem;
}
form.search2 ul.wrap > li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: left;
}
form.search2 div.select > input {
  border-left: 1px solid #EEE;
  width: 100%;
}
form.search2 ul.wrap > li:first-child div.select > input {
  border: none;
}
form.search2 span.or {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: -18px auto;
  background: #D1D1D1;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
form.search2.v2 ul.wrap > li {
  width: 50%;
}
div.select {
  display: block;
  overflow: visible;
  position: relative;
  cursor: pointer;
  max-width: 100%;
}
div.select:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
div.select input {
  padding: 0.75rem 1.25rem 0.75rem 1rem;
  color: #ccc;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  height: 50px;
  cursor: pointer;
  background: url("/images/2019/parlamentarny/arrow-down-v2.png") right center scroll no-repeat #fff;
  text-overflow: ellipsis;
  text-transform: uppercase;
  max-width: 100%;
}
div.select ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 142px;
  background: #fff;
}
div.select ul.open {
  display: block;
  border: 1px solid #eee;
  background: #f8f7f7;
  overflow: auto;
  z-index: 10;
  min-width: 200px;
}
div.select ul li a {
  display: block;
  color: #666;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  padding: 0.35em 1em;
  text-decoration: none;
}
div.select ul li a:hover {
  color: #fff;
  background: #E20513;
}
div.select ul li a.active {
  background: #ddd;
  color: #666;
}
div.select.bordered {
  border-bottom: 2px solid #eee;
}
div.select.borderedAll {
  border: 2px solid #eee;
  border-radius: 4px;
}
ul.list-19 {
  font-size: 0rem;
}
ul.list-19 li {
  display: inline-block;
  vertical-align: top;
  width: 14.16%;
  margin: 1rem 3% 2.5rem 0;
  text-align: center;
}
ul.list-19 li:nth-child(6n+6) {
  margin-right: 0;
}
ul.list-19 div.img {
  margin: 0 0 1rem;
  position: relative;
}
ul.list-19 div.img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}
ul.list-19 h3 {
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: #980C0C;
}
ul.list-19 h4 {
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.5rem;
  color: #980C0C;
}
ul.list-19 small {
  display: block;
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  color: #403E3E;
}
ul.list-19 small.stats {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.5rem;
}
ul.list-19 small.stats span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75rem 0.75rem 0;
}
ul.list-19 small.stats span:last-child {
  margin-right: 0;
}
ul.list-19 small.stats img {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0.2rem 0 0;
}
ul.list-19 a:hover h3 {
  color: #E20513;
}
ul.list-19 li.wybrany div.img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 10%;
  width: 35px;
  height: 35px;
  background: url("/images/2019/parlamentarny/wybrany.png") center center scroll no-repeat transparent;
  background-size: 35px auto;
}
ul.list-19 li.disabled div.img img {
  filter: brightness(0.64) contrast(0.33);
}
@media (max-width: 1300px) and (min-width: 1001px) {
  ul.list-19 li {
    width: 22.75%;
  }
  ul.list-19 li:nth-child(5),
  ul.list-19 li:nth-child(6) {
    display: none;
  }
  ul.list-19 li:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  ul.list-19 li {
    width: 31.33%;
  }
  ul.list-19 li:nth-child(5),
  ul.list-19 li:nth-child(6) {
    display: inline-block;
  }
  ul.list-19 li:nth-child(4) {
    margin-right: 3%;
  }
  ul.list-19 li:nth-child(3n+3) {
    margin-right: 0;
  }
  ul.list-19 h3 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  ul.list-19 li {
    width: 48.5%;
  }
  ul.list-19 li:nth-child(3n+3) {
    margin-right: 3%;
  }
  ul.list-19 li:nth-child(even) {
    margin-right: 0;
  }
}
hr {
  display: block;
  clear: both;
  width: 100%;
  margin: 1.5rem 0;
  border-top: 1px solid #F0EFEF;
}
hr.v2 {
  margin: 0.5rem 0;
  border-top-width: 2px;
}
hr.dark {
  border-top-color: #403E3E;
}
div.box-17 {
  text-align: center;
  margin: 0 0 1.5rem;
  padding: 1.5rem 0 0;
}
div.box-17 h2 {
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
div.box-17 p {
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}
div.people-wrap {
  font-size: 0rem;
  margin: 0 0 2rem;
}
div.people-wrap > div.people {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 0 0;
  font-size: 1rem;
}
div.people-wrap > div.people:last-child {
  margin-right: 0;
}
@media (max-width: 1100px) {
  div.people-wrap > div.people {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  div.people-wrap > div.people:last-child {
    margin: 0;
  }
}
div.people {
  display: block;
  overflow: hidden;
  border: 1px solid #EEE;
  padding: 1rem 1rem 0;
}
div.people div.head {
  display: block;
  overflow: visible;
  margin: 0 0 2em;
}
div.people div.head form > * {
  display: block;
  float: left;
  margin: 0 2% 0 0;
}
div.people div.head h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
}
div.people div.head form > div.sel {
  float: right;
}
div.people div.w1 {
  width: 125px;
}
div.people div.w2 {
  width: 155px;
  margin: 0;
}
div.people div.select input {
  padding: 0.25em 1.25em 0.5em 0.5em;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.6875rem;
  color: #848484;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  background-image: url('/parlamentarny/images/icons/arrow-down.png');
}
div.people div.select ul li a {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  padding: 0.35rem 0.5rem;
}
div.people select {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.6875rem;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 0.25rem;
  width: 100%;
  color: #848484;
  text-transform: uppercase;
  height: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  div.people div.head h2 {
    float: none;
  }
  div.people div.head form > div.sel {
    float: left;
  }
}
ul.list-20 {
  font-size: 0rem;
}
ul.list-20 li {
  display: inline-block;
  vertical-align: top;
  width: 30.33%;
  margin: 0 3% 1.5rem 0;
  text-align: center;
}
ul.list-20 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-20 div.img {
  margin: 0 0 1rem;
}
ul.list-20 div.img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}
ul.list-20 h3 {
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: #980C0C;
}
ul.list-20 h4 {
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.5rem;
  color: #980C0C;
}
ul.list-20 small {
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  color: #403E3E;
}
ul.list-20 a:hover h3 {
  color: #E20513;
}
@media (max-width: 1300px) {
  ul.list-20 h3 {
    font-size: 0.875rem;
  }
}
ul.list-21 {
  display: block;
  font-size: 0rem;
}
ul.list-21 > li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 3% 0;
}
ul.list-21 > li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 1000px) {
  ul.list-21 > li {
    display: block;
    margin: 0 0 1.5rem;
    width: auto;
  }
}
.form-1 {
  padding: 1rem 0.5rem;
}
.form-1 input[type="search"] {
  background: #F0EFEF;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  display: block;
  width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  font-style: italic;
  color: #aaa;
}
.form-1 input::placeholder {
  color: #aaa;
}
@media (max-width: 900px) {
  .form-1 input[type="search"] {
    font-size: 1rem;
  }
}
ul.list-22 {
  padding: 0 0.5rem 0.75rem;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
ul.list-22 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.25rem 0.5rem 0;
}
ul.list-22 li:last-child {
  margin-right: 0;
}
@media (max-width: 900px) {
  ul.list-22 {
    white-space: nowrap;
    overflow: auto;
  }
}
table.table-1 {
  width: 100%;
  font-size: 0.9375rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0 0 2rem;
}
table.table-1 td,
table.table-1 th {
  padding: 1rem 0;
}
table.table-1 thead th {
  border-bottom: 2px solid #F0EFEF;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  text-align: left;
}
table.table-1 tbody td {
  border-bottom: 1px solid #F0EFEF;
}
table.table-1 .up {
  color: #006738;
}
table.table-1 .down {
  color: #E20513;
}
ul.list-23 {
  font-size: 0rem;
}
ul.list-23 li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 3% 0;
  border: 1px solid #F0EFEF;
}
ul.list-23 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-23 div.head {
  padding: 1rem;
  overflow: hidden;
}
ul.list-23 h3 {
  float: left;
  overflow: hidden;
  width: 50%;
  margin: 0 1rem 0 0;
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
ul.list-23 p {
  overflow: hidden;
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}
ul.list-23 h3 small {
  display: block;
  font-size: 0.8125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
ul.list-23 p small {
  display: block;
  font-size: 0.875rem;
}
ul.list-23 div.chart img {
  display: block;
}
@media (max-width: 1100px) {
  ul.list-23 li {
    width: 48.5%;
  }
  ul.list-23 li:nth-child(3n+3) {
    margin-right: 3%;
  }
  ul.list-23 li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 850px) {
  ul.list-23 li {
    display: block;
    width: 100%;
    margin: 0 0 1.5rem !important;
  }
}
.hc-chart {
  display: block;
  width: 100%;
  height: 160px;
}
div.box-18 {
  padding: 1.5rem 0;
  background: #403E3E;
  margin: 0 0 1.5rem;
}
form.form-2 {
  font-size: 0rem;
}
form.form-2 div.one {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  margin: 0 3% 0 0;
  position: relative;
}
form.form-2 div.one:last-child {
  margin-right: 0;
}
form.form-2 div.one.search {
  width: 54%;
  padding-right: 58px;
}
form.form-2 input,
form.form-2 select {
  background: #9A9797;
  height: 47px;
  padding: 0.75rem;
  color: #403E3E;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  display: block;
  width: 100%;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
form.form-2 div.search input {
  border-radius: 4px 0 0 4px;
}
form.form-2 div.search button {
  background: #E20513;
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  padding: 0.9rem;
  width: 58px;
  border-radius: 0 4px 4px 0;
}
form.form-2 div.search button:hover {
  background: #222;
}
form.form-2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #403E3E;
}
form.form-2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #403E3E;
}
form.form-2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #403E3E;
}
form.form-2 :-moz-placeholder {
  /* Firefox 18- */
  color: #403E3E;
}
@media (max-width: 900px) {
  form.form-2 div.one {
    width: 48.5%;
  }
  form.form-2 div.one.search {
    display: block;
    width: auto;
    margin: 0 0 1rem;
  }
}
@media (max-width: 900px) {
  form.form-2 div.one {
    display: block;
    width: auto;
    margin: 0 0 1rem;
  }
  form.form-2 div.one:last-child {
    margin: 0;
  }
}
div.box-19 {
  position: relative;
}
div.box-19 div.head {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 2;
}
div.box-19 div.head h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #fff;
}
div.box-19 div.head h2 a {
  color: #fff;
}
div.box-19 div.art {
  position: relative;
}
div.box-19 div.yt {
  margin: 0 0 1rem;
}
div.box-19 div.art div.img {
  position: relative;
  overflow: hidden;
}
div.box-19 div.art div.img:after {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
  background: url("/images/2019/icons/play.png") center center scroll no-repeat transparent;
  background-size: 85px auto;
}
div.box-19 div.art.gall div.img:after {
  background-image: url("/images/2019/icons/gallery.png");
}
div.box-19 div.art div.img img {
  display: block;
  width: 100%;
}
div.box-19 div.art div.desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
}
div.box-19 div.art h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
}
div.box-19 div.art h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2.625rem;
  color: #fff;
}
div.box-19 div.art p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.6;
  font-size: 1rem;
  color: #fff;
  margin: 0.5rem 0 0;
}
div.box-19 div.art div.link {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
}
div.box-19 div.art div.link a {
  color: #fff;
}
div.box-19 div.art div.img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+80,0d0d0d+100&0+0,0.8+80,0.8+100 */
  background: -moz-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#cc0d0d0d', GradientType=0);
  /* IE6-9 */
}
div.box-19 button {
  padding: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 760px) {
  div.box-19 div.art div.img:after {
    background-size: 50px auto;
  }
  div.box-19 div.art p {
    display: none;
  }
}
ul.list-24 {
  font-size: 0rem;
}
ul.list-24 li {
  display: inline-block;
  vertical-align: top;
  width: 22.75%;
  margin: 0 3% 1.5rem 0;
  text-align: center;
}
ul.list-24 li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-24 div.img {
  margin: 0 0 1rem;
}
ul.list-24 div.img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}
ul.list-24 h3 {
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  transition: all 0.2s linear;
}
ul.list-24 h4 {
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.5rem;
}
ul.list-24 small {
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  color: #403E3E;
}
ul.list-24 a:hover h3 {
  color: #E20513;
}
ul.list-24.three li {
  width: 31.33%;
}
ul.list-24.three li:nth-child(4n+4) {
  margin-right: 3%;
}
ul.list-24.three li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 1000px) {
  ul.list-24 li {
    width: 31.33%;
  }
  ul.list-24 li:nth-child(4n+4) {
    margin-right: 3%;
  }
  ul.list-24 li:nth-child(3n+3) {
    margin-right: 0;
  }
  ul.list-24 h3 {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  ul.list-24 li,
  ul.list-24.three li {
    width: 48.5%;
  }
  ul.list-24 li:nth-child(4n+4),
  ul.list-24.three li:nth-child(4n+4),
  ul.list-24 li:nth-child(3n+3),
  ul.list-24.three li:nth-child(3n+3) {
    margin-right: 3%;
  }
  ul.list-24 li:nth-child(even),
  ul.list-24.three li:nth-child(even) {
    margin-right: 0;
  }
  ul.list-24 h3 {
    font-size: 1rem;
  }
}
.form-3 {
  font-size: 0rem;
  padding: 1rem 0.5rem;
}
.form-3 div.wrap {
  position: relative;
  padding-right: 60px;
}
.form-3#znajdz-obwod div.wrap {
  padding-right: 0;
}
.form-3 input[type="search"] {
  background: #F0EFEF;
  padding: 0.75rem 1rem;
  border-right: 1px solid #D6D6D6;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  width: 60%;
  height: 58px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  font-style: italic;
  color: #aaa;
}
.form-3 input[type="search"].global_filter {
  width: 100%;
  border: none;
}
.form-3 input::placeholder {
  color: #aaa;
}
.form-3 select {
  background: url("/images/2019/icons/select.png") right center scroll no-repeat #F0EFEF;
  background-size: 30px auto;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: 40%;
  height: 58px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  font-style: italic;
  color: #aaa;
  appearance: none;
  -webkit-appearance: none;
}
.form-3 button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: url("/images/2019/parlamentarny/lupa.png") center center no-repeat #2B4274;
  background-size: 28px auto;
  border-radius: 0 4px 4px 0;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .form-3 input[type="search"] {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    display: block;
    width: 100%;
  }
  .form-3 select {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .form-3 input[type="search"],
  .form-3 select {
    font-size: 1rem;
  }
}
@media (max-width: 370px) {
  .form-3 button {
    position: static;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: 58px;
  }
  .form-3 div.wrap {
    padding: 0;
  }
}
.dataTable {
  margin: 0 auto 1rem;
}
div.dataTables_wrapper {
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #F0EFEF;
  border-radius: 4px;
}
body .dataTables_length select {
  display: inline-block;
  border: 1px solid #E5E5E5;
  padding: 0.5rem;
  margin: 0 0.5rem;
}
body .dataTables_wrapper .dataTables_processing {
  width: 300px;
  max-width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 1rem;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body .dataTables_wrapper .dataTables_paginate {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
  border-radius: 4px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #E20513 !important;
  color: #fff !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background: #222 !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #666 !important;
  background: none !important;
}
body .dataTables_wrapper .dataTables_info {
  padding: 0.5rem;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
body table.dataTable.no-footer {
  border: none;
}
body table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #F0EFEF;
}
div.dataTables_wrapper::after {
  display: none;
}
div.dataTables_wrapper .table-3 {
  margin: 0;
}
div.box-20 {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin: 0 0 2%;
}
div.box-20 a {
  display: block;
  overflow: hidden;
  color: #fff;
}
div.box-20 div.img {
  display: block;
  overflow: hidden;
  position: relative;
  max-height: 500px;
}
div.box-20 div.img img {
  display: block;
  margin: 0;
  width: 100%;
}
div.box-20 div.img:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
div.box-20 div.desc {
  display: block;
  overflow: hidden;
  padding: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
div.box-20 small {
  display: inline-block;
  padding: 2px 8px;
  background: #fff;
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
  letter-spacing: 3px;
}
div.box-20 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 0 0.75rem;
}
div.box-20 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 0.75rem;
}
div.box-20 p.lead {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}
div.box-20 div.img2 {
  height: 100px;
  position: relative;
  margin: 0 auto 1.5rem;
}
div.box-20 div.img2 img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}
div.box-20 p.sign-up {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
  letter-spacing: 3px;
  border-radius: 4px;
}
@media (max-width: 800px) {
  div.box-20 div.desc h2 {
    font-size: 1.75rem;
  }
  div.box-20 p {
    font-size: 0.875rem;
  }
  div.box-20 p.lead {
    font-size: 1.125rem;
  }
}
@media (max-width: 760px) {
  div.box-20 p.lead {
    font-size: 0.875rem;
  }
  div.box-20 small {
    margin: 0 0 0.25rem;
  }
}
@media (max-width: 640px) {
  div.box-20 small {
    font-size: 0.75rem;
    padding: 2px 4px;
    letter-spacing: 1px;
  }
  div.box-20 div.desc {
    padding: 1rem;
  }
  div.box-20 p.lead {
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  div.box-20 p {
    font-size: 0.75rem;
  }
  div.box-20 small {
    font-size: 0.625rem;
  }
}
@media (max-width: 480px) {
  div.box-20 div.desc h2 {
    font-size: 1rem;
    margin: 0 0 0.25rem;
  }
  div.box-20 p {
    display: none;
  }
  div.box-20 p.lead {
    display: block;
    margin: 0;
    color: #FFFFBF;
    font-family: "Fira Sans", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.45;
    font-size: 0.75rem;
  }
  div.box-20 div.img2 {
    display: none;
  }
}
div.box-20-wrap {
  display: block;
  overflow: hidden;
  font-size: 0rem;
}
div.box-20-wrap div.box-20 {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0 2% 2% 0;
}
div.box-20-wrap div.box-20:nth-child(even) {
  margin-right: 0;
}
div.box-20-wrap div.box-20 div.img {
  max-height: none;
}
div.box-20-wrap h2 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
}
div.box-20-wrap p {
  font-size: 0.875rem;
}
div.box-20-wrap p.lead {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 0.875rem;
}
@media (max-width: 800px) {
  div.box-20-wrap div.box-20 div.desc h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 800px) {
  div.box-20-wrap div.box-20 div.desc h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 600px) {
  div.box-20-wrap div.box-20 div.desc h2 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  div.box-20-wrap div.box-20 {
    display: block;
    width: 100%;
    margin: 0 0 0.35rem;
  }
}
div.box-21 {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin: 0 0 2%;
  background: #222;
  background-size: cover;
  font-size: 0rem;
  padding: 2rem;
}
div.box-21:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
div.box-21 a {
  display: block;
  overflow: hidden;
  color: #fff;
}
div.box-21 div.img {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 50%;
  height: 500px;
}
div.box-21 div.img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}
div.box-21 div.desc {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 1.5rem;
}
div.box-21 small {
  display: inline-block;
  padding: 2px 8px;
  background: #fff;
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
  letter-spacing: 3px;
}
div.box-21 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 0 0.75rem;
}
div.box-21 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 0.75rem;
}
div.box-21 p.lead {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}
div.box-21 p.sign-up {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
  letter-spacing: 3px;
  border-radius: 4px;
}
@media (max-width: 900px) {
  div.box-21 {
    text-align: center;
    padding: 1.5rem;
  }
  div.box-21 div.img {
    display: block;
    margin: 0 auto 2rem;
    height: auto;
    width: auto;
  }
  div.box-21 div.img img {
    position: static;
    transform: none;
  }
  div.box-21 div.desc {
    width: auto;
    display: block;
    padding: 0;
  }
}
@media (max-width: 480px) {
  div.box-21 div.desc h2 {
    font-size: 1.625rem;
  }
  div.box-21 div.desc p {
    font-size: 0.875rem;
  }
}
div.box-22 {
  margin: 0 0 2rem;
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
}
div.box-22:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
div.box-22 div.desc {
  padding: 2rem;
  position: relative;
  z-index: 2;
}
div.box-22 div.desc2 {
  background: #403E3E;
  position: relative;
  z-index: 2;
}
div.box-22 h1 {
  font-size: 3rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.25rem;
}
div.box-22 p {
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
div.box-22 ul {
  display: block;
  padding: 0 1rem;
}
div.box-22 ul li {
  display: inline-block;
  vertical-align: middle;
}
div.box-22 ul a {
  display: block;
  padding: 1rem;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
}
div.box-22 ul li.active a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
div.box-23 div.wrap {
  width: 690px;
  max-width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}
div.box-23 div.img {
  margin: 0 auto 2rem;
}
div.box-23 div.img img {
  display: block;
  margin: 0 auto;
}
ul.list-25 {
  display: block;
  margin: 0 0 2rem;
}
ul.list-25 li {
  display: block;
  margin: 0 0 0.75rem;
}
ul.list-25 a.close {
  position: absolute;
  top: -23px;
  right: -30px;
}
ul.list-25 div.desc {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.7);
  padding: 4rem 0;
}
ul.list-25 li.open div.desc {
  display: block;
}
ul.list-25 div.wrap {
  display: block;
  overflow: visible;
  position: relative;
  width: 530px;
  max-width: 90%;
  background: #fff;
  padding: 2rem;
}
ul.list-25 div.head {
  margin: 0 0 1.5rem;
}
ul.list-25 div.head p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2.25rem;
  margin: 0;
}
ul.list-25 div.head small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0;
}
ul.list-25 div.text div.img {
  display: block;
  overflow: hidden;
  float: left;
  max-width: 35%;
  margin: 0 1rem 1rem 0;
}
ul.list-25 div.text p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 1rem;
}
ul.list-25 div.text p:last-child {
  margin: 0;
}
h3.bordered {
  padding: 0 0 0.75rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #eee;
  text-align: center;
}
ul.list-26 {
  display: block;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 0 2rem !important;
  font-size: 0rem !important;
}
ul.list-26 > li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 2.5rem 0 !important;
  border: 1px solid #ddd;
  padding: 1.5rem;
}
ul.list-26 > li:nth-child(3n+3) {
  margin: 0 0 2.5rem 0 !important;
}
ul.list-26 > li > a {
  display: block;
  margin: 0 auto;
  height: 120px;
  max-width: 100%;
  position: relative;
}
ul.list-26 > li > a > img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 120px;
}
ul.list-26.main {
  width: auto;
  text-align: center;
  margin: 0 1.5rem 2.5rem;
  padding: 0;
}
ul.list-26.main > li {
  border: none;
}
ul.list-26 ul.sub {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #444;
  padding: 0 !important;
  margin: 1.5rem 0 0 !important;
}
ul.list-26 ul.sub > li {
  display: block;
  margin: 0 0 0.5rem;
}
ul.list-26 ul.sub > li:last-child {
  margin: 0;
}
ul.list-26 ul.sub a {
  display: inline-block;
  color: #444;
}
ul.list-26 ul.sub p {
  font-size: 0.8125rem;
  margin: 0 0 0.75rem;
  word-break: break-all;
}
ul.list-26 ul.sub p:last-child {
  margin: 0;
}
ul.list-26 ul.sub a:hover {
  background: #2B4274;
  color: #fff !important;
}
div.box-24 {
  position: relative;
  margin: 0 0 2.5rem;
}
div.box-24 a {
  color: #fff;
}
div.box-24 div.img {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
div.box-24 div.img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+80,0d0d0d+100&0+0,0.8+80,0.8+100 */
  background: -moz-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 80%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#cc0d0d0d', GradientType=0);
  /* IE6-9 */
}
div.box-24 div.img img {
  display: block;
  width: 100%;
}
div.box-24 div.desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
}
div.box-24 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
}
div.box-24 small {
  display: inline-block;
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0 0 0.75rem;
  letter-spacing: 2px;
}
div.box-24 small a {
  color: #E20513;
}
@media (max-width: 630px) {
  div.box-24 h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 480px) {
  div.box-24 h3 {
    font-size: 1.125rem;
  }
  div.box-24 div.desc {
    padding: 1rem;
  }
}
div.box-25 {
  border: 3px solid #D5D5D5;
  padding: 2.5rem 1.5rem;
  margin: 3.5rem 0;
  text-align: center;
}
div.box-25 div.wrap {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
}
div.box-25 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 2.5rem;
}
div.box-25 ul {
  display: block;
  margin: 0 0 1.5rem;
}
div.box-25 ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75rem 1.5rem;
}
div.box-25 a.button {
  /*width: 200px;*/
  max-width: 100%;
  border-radius: 4px;
  padding: 0.4rem 1.5rem;
  display: block;
  color: #fff !important;
}
div.box-25 p {
  font-size: 1rem;
}
div.box-25 p:last-child {
  margin: 0;
}
@media (max-width: 500px) {
  div.box-25 {
    padding: 2.5rem 1rem;
  }
  div.box-25 ul {
    margin: 0 0 2.5rem;
  }
  div.box-25 ul li {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
  }
  div.box-25 a.button {
    display: block;
    width: 100%;
  }
}
div.box-26 {
  font-size: 0rem;
  clear: both;
  margin: 0 0 2.5rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #F0EFEF;
}
div.box-26 div.img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3% 0 0;
  width: 190px;
  max-width: 20%;
}
div.box-26 div.desc {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 77%;
}
div.box-26 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  display: block;
  margin: 0 0 0.2rem;
  letter-spacing: 2px;
}
div.box-26 h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1;
  font-size: 4rem;
  display: block;
  margin: 0;
}
div.box-26 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2rem;
  display: block;
  margin: 0 0 1.25rem;
  color: #777;
}
div.box-26 ul {
  display: block;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.box-26 ul li {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 1rem 0.5rem 0;
}
div.box-26 ul li:last-child {
  margin-right: 0;
}
div.box-26 ul a {
  color: #E20513;
}
div.box-26 ul li.active a {
  color: #403E3E;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
ul.list-27 {
  display: block;
  overflow: hidden;
  margin: 0 0 3rem;
  padding: 0 0 1rem;
  font-size: 0rem;
  text-align: left;
  border-bottom: 1px solid #F0EFEF;
}
ul.list-27:last-child {
  padding: 0;
  border: none;
}
ul.list-27 li {
  width: 190px;
  margin: 0 1.5rem 1.5rem 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
ul.list-27 li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-27 img {
  display: block;
  margin: 0 auto 0.75rem;
}
ul.list-27 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2rem;
  text-align: center;
  color: #777;
}
div.box-27 {
  background: none center center no-repeat #222;
  background-size: cover;
  padding: 3rem 2rem;
  position: relative;
  color: #fff;
  margin: 0 0 2.5rem;
}
div.box-27 div.desc {
  margin: 0 0 1.5rem;
}
div.box-27 h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 2rem;
  margin: 0 0 1rem;
}
div.box-27 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 0.9375rem;
  margin: 0 0 0.5rem;
}
div.box-27 form ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.box-27 form ul li {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
div.box-27 form ul li.wide {
  width: 60%;
  border-right: 1px solid #F0EFEF;
}
div.box-27 form div.customSelect div.value a {
  height: 58px;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 1.2rem 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  color: #ADADAD;
  text-transform: uppercase;
}
div.box-27 .customSelect div.list {
  height: 188px;
  overflow: auto;
}
div.box-27 form button {
  background: #1C6FB7;
  height: 58px;
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  border-radius: 0 4px 4px 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1rem;
}
div.box-27 div.partners {
  text-align: center;
  margin: 2rem auto 0;
}
div.box-27 div.partners small {
  display: block;
  margin: 0 0 0.5rem;
}
div.box-27 div.partners ul {
  display: block;
  padding: 0;
  margin: 0;
}
div.box-27 div.partners ul li {
  display: inline-block;
  vertical-align: middle;
}
div.box-27 div.partners ul li a,
div.box-27 div.partners span {
  display: block;
  position: relative;
  width: 90px;
  padding: 0 0 50px;
  border: 1px solid #eee;
  background: #fff;
  margin: 0 0.25rem 0.25rem;
}
div.box-27 div.partners ul img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 1260px) {
  div.box-27 form ul li {
    width: 25%;
  }
  div.box-27 form ul li.wide {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  div.box-27 form ul li,
  div.box-27 form ul li.wide {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  div.box-27 form ul li.submit {
    display: block;
    width: 100%;
  }
  div.box-27 form button {
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 800px) {
  div.box-27 {
    padding: 2rem 1.5rem;
  }
  div.box-27 form ul li,
  div.box-27 form ul li.wide {
    display: block;
    width: 100%;
  }
  div.box-27 form ul li.wide {
    border: none;
    border-bottom: 1px solid #F0EFEF;
  }
  div.box-27 h1 {
    font-size: 1.75rem;
  }
}
div.multiwrap {
  display: block;
  overflow: hidden;
  height: 58px;
  padding: 0.8rem;
  background: #fff;
}
div.multiwrap div.content {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: right;
  min-width: 100%;
}
div.multiwrap div.contentwrap {
  display: block;
  overflow: hidden;
  float: left;
}
div.multiwrap a {
  display: inline-block;
  vertical-align: middle;
  background: url("/images/rynki-zagraniczne/close.png") right center scroll no-repeat #ddd;
  background-size: 27.5px 32px;
  padding: 0.25rem 34px 0.25rem 0.5rem;
  border-radius: 4px;
  height: 32px;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 5px 0 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
  font-size: 1rem;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
div.multiwrap input {
  display: inline-block;
  vertical-align: middle;
  width: 98% !important;
  height: 32px !important;
  border-radius: 4px !important;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 5px 0 0;
}
div.multiwrap input:focus {
  outline: 0;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
.customSelect {
  display: block;
  clear: both;
  position: relative;
}
.customSelect div.list {
  display: none;
  overflow: hidden;
  background: #F0EFEF;
  padding: 0.75rem 0 0;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.customSelect div.list input {
  display: block;
  width: 90%;
  background: url("/images/rynki-zagraniczne/lupa.png") right center scroll no-repeat #fff;
  margin: 0 5% 0.75rem;
  padding: 0.5rem 20px 0.5rem 0.5rem;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  border-radius: 4px;
}
.customSelect div.list ul {
  max-height: 136px;
  overflow: auto;
}
.customSelect div.list ul.has-optgroups li.option {
  margin-left: 0.75rem;
}
.customSelect div.list ul li {
  display: block;
  width: auto;
}
.customSelect div.list ul a {
  display: block;
  overflow: hidden;
  padding: 0.2rem 0.75rem;
  font-size: 0.8125rem;
}
.customSelect div.list ul span {
  display: block;
  overflow: hidden;
  padding: 0.2rem 0.75rem;
  font-size: 0.8125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.customSelect div.list ul a:hover {
  background: #1C6FB7;
  color: #fff;
}
.customSelect.open div.list {
  display: block;
}
.customSelect select {
  display: none !important;
}
.customSelect div.value {
  display: block;
  overflow: hidden;
  clear: both;
  background: url("/images/2019/icons/arrow-down-2.png") right center no-repeat scroll #fff;
  background-size: 20px auto;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
}
.customSelect div.value a {
  display: block;
  overflow: hidden;
  color: #1F1F2E;
  padding: 0.5rem 32px 0.5rem 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
form.form-4 {
  padding: 0.75rem 0 1.25rem;
}
form.form-4 > ul {
  font-size: 0rem;
  margin: 0 0 0.75rem;
}
form.form-4 > ul li.left {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  margin: 0 0 0.5rem;
}
form.form-4 > ul li.right {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0.5rem;
}
form.form-4 input,
form.form-4 select {
  display: block;
  margin: 0;
  padding: 0.5rem;
  background: #F0EFEF;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
}
form.form-4 > ul li.left input,
form.form-4 > ul li.left select {
  text-align: right;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
}
form.form-4 > ul li.right input,
form.form-4 > ul li.right select {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
}
form.form-4 input[type="checkbox"],
form.form-4 input[type="radio"] {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
form.form-4 input[type="checkbox"] + label,
form.form-4 input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
}
form.form-4 input + ul.inline {
  margin-top: 0.5rem;
}
form.form-4 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0;
  text-align: right;
}
form.form-4 button {
  display: block;
  width: 100%;
  background: #1C6FB7;
  color: #fff;
  height: 40px;
  padding: 0.5rem;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  border-radius: 4px;
  transition: all 0.2s linear;
}
form.form-4 button:hover {
  background: #222;
}
@media (max-width: 600px) {
  form.form-4 ul.table {
    display: block;
  }
  form.form-4 ul.table > li {
    display: block;
    padding: 0;
  }
  form.form-4 ul.table > li:last-child {
    margin: 0;
  }
}
ul.table {
  display: table;
  width: 100%;
}
ul.table > li {
  display: table-cell;
  vertical-align: top;
  padding: 1rem 1rem 0 0;
}
ul.table.middle > li {
  vertical-align: middle;
}
.yt,
.map-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.yt > iframe,
.map-responsive > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.dynamicchartptwp.graph {
  font-family: 'Fira Sans' !important;
}
div.dynamicchartptwp.graph * {
  font-family: inherit !important;
}
div.dynamicchartptwp.graph .highcharts-axis.highcharts-xaxis {
  display: none;
}
div.dynamicchartptwp.hide-gridlines .highcharts-yaxis-grid {
  display: none;
}
.dynamicchartmapsptwp .highcharts-title {
  display: inline-block;
  background: #E20513;
  color: #fff !important;
  padding: 0.15rem 0.25rem;
  min-width: 65px;
  font-size: 1rem !important;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}
/* KOLORY SERWISÓW */
@media (max-width: 1000px) {
  body.main div.box-15 {
    display: none;
  }
}
body.zielony-indeks a:hover {
  color: #18A84F;
}
body.zielony-indeks div.box-5 div.head:before,
body.zielony-indeks div.box-8:before {
  border-bottom-color: #18A84F;
}
body.zielony-indeks div.box-9 small {
  color: #18A84F;
}
body.zielony-indeks div.tabs-2 div.navi a {
  color: #18A84F;
}
body.zielony-indeks div.tabs-2 div.navi a.active {
  background: #18A84F;
  color: #fff;
}
body.zielony-indeks form.form-9 button,
body.zielony-indeks form.form-9 a.button {
  background: #18A84F;
}
body.zielony-indeks form.form-9 div.buttons a {
  color: #18A84F;
}
body.zielony-indeks div.box-15 h1 span {
  background-image: linear-gradient(0, #18A84F 0, #18A84F 15%, transparent 15%);
}
body.zielony-indeks div.box-15 h1 a:hover {
  color: #18A84F;
}
body.zielony-indeks .button.red,
body.zielony-indeks button.red {
  background: #18A84F;
}
body.zielony-indeks div.box-3.focus-category.v2 div.box-7 a:hover h2 {
  color: #18A84F;
}
body.zielony-indeks div.box-76 {
  background: #18A84F;
  margin: 1rem 0 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.75rem;
  transition: all 0.2s linear;
}
body.zielony-indeks div.box-76:hover {
  background: #222;
}
body.zielony-indeks div.box-76 a:hover {
  color: #fff;
}
body.zielony-indeks #header div.social a svg path,
body.zielony-indeks #header div.social a svg g,
body.zielony-indeks .header-mockup div.social a svg path,
body.zielony-indeks .header-mockup div.social a svg g {
  fill: #18A84F;
}
body.zielony-indeks #header div.social a:hover svg path,
body.zielony-indeks #header div.social a:hover svg g,
body.zielony-indeks .header-mockup div.social a:hover svg path,
body.zielony-indeks .header-mockup div.social a:hover svg g {
  fill: #222;
}
body.zielony-indeks #header h1.logo,
body.zielony-indeks #header h2.logo,
body.zielony-indeks .header-mockup h1.logo,
body.zielony-indeks .header-mockup h2.logo {
  width: 700px;
  background: url("/images/2020/zielona-energia.png") center center scroll no-repeat transparent;
  background-size: 100% auto;
}
@media (max-width: 1100px) {
  body.zielony-indeks #header h1.logo,
  body.zielony-indeks #header h2.logo,
  body.zielony-indeks .header-mockup h1.logo,
  body.zielony-indeks .header-mockup h2.logo {
    width: 600px;
  }
}
@media (max-width: 630px) {
  body.zielony-indeks #header h1.logo > a img,
  body.zielony-indeks #header h2.logo > a img,
  body.zielony-indeks .header-mockup h1.logo > a img,
  body.zielony-indeks .header-mockup h2.logo > a img {
    width: 120px;
  }
  body.zielony-indeks #header h1.logo span.partner img,
  body.zielony-indeks #header h2.logo span.partner img,
  body.zielony-indeks .header-mockup h1.logo span.partner img,
  body.zielony-indeks .header-mockup h2.logo span.partner img {
    width: 80px;
  }
}
body.energetyka div.box-5 div.head:before,
body.energetyka div.box-8:before {
  border-bottom-color: #0285B2;
}
body.energetyka div.box-9 small {
  color: #0285B2;
}
body.rynki-zagraniczne div.box-5 div.head:before,
body.rynki-zagraniczne div.box-8:before {
  border-bottom-color: #980C0C;
}
body.rynki-zagraniczne div.box-9 small {
  color: #980C0C;
}
body.rynki-zagraniczne div.theiaStickySidebar div.box-14:first-child {
  margin-top: 0;
}
body.parlamentarny div.box-5 div.head:before,
body.parlamentarny div.box-8:before {
  border-bottom-color: #980C0C;
}
body.parlamentarny div.box-9 small {
  color: #980C0C;
}
body.parlamentarny div.box-15 h1,
body.parlamentarny div.box-5 div.head h2,
body.parlamentarny div.box-5 div.head h2 a {
  color: #bbb;
}
body.parlamentarny div.box-5.full div.head h2,
body.parlamentarny div.box-5.full div.head h2 a {
  color: #403E3E;
}
body.parlamentarny #nav ul.menu > li a.showBranchMenu {
  color: #E20513;
}
@media (max-width: 800px) {
  body.parlamentarny div.box-3 > div.pageWidth > div.wrap {
    display: block;
  }
  body.parlamentarny div.box-3 > div.pageWidth > div.wrap > div.left {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 1.5rem;
  }
  body.parlamentarny div.box-3 > div.pageWidth > div.wrap > div.right {
    display: block;
    width: auto;
  }
}
@media (max-width: 800px) and (min-width: 561px) {
  body.parlamentarny ul.list-17 li {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 5% 1.5rem 0;
  }
  body.parlamentarny ul.list-17 li:nth-child(even) {
    margin-right: 0;
  }
  body.parlamentarny ul.list-18 li {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 5% 1.5rem 0;
  }
  body.parlamentarny ul.list-18 li:nth-child(even) {
    margin-right: 0;
  }
  body.parlamentarny ul.list-5 li {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 5% 1.5rem 0;
  }
  body.parlamentarny ul.list-5 li:nth-child(even) {
    margin-right: 0;
  }
  body.parlamentarny div.box-7 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 630px) {
  body.parlamentarny #header h1.logo,
  body.parlamentarny #header h2.logo,
  body.parlamentarny .header-mockup h1.logo,
  body.parlamentarny .header-mockup h2.logo {
    font-size: 1.0625rem;
    line-height: calc(17px * 1.45);
  }
}
body.notowania div.box-5 div.head:before,
body.notowania div.box-8:before {
  border-bottom-color: #822398;
}
body.notowania div.box-9 small {
  color: #822398;
}
body.wnptv {
  background: #272222;
}
body.wnptv div.box-5 div.head:before,
body.wnptv div.box-8:before {
  border-bottom-color: #E20513;
}
body.wnptv div.box-9 small {
  color: #E20513;
}
body.wnptv div.box-5 div.head h2 {
  background: #272222;
  color: #fff;
}
body.wnptv div.box-5 div.head h2 a {
  color: #fff;
}
body.wnptv div.box-8 h1,
body.wnptv div.box-8 h2 {
  background: #272222;
  color: #fff;
}
body.wnptv div.box-8 h1 a,
body.wnptv div.box-8 h2 a {
  color: #fff;
}
body.wnptv ul.list-17 a,
body.wnptv ul.list-5 a {
  color: #fff;
}
body.category div.box-15 {
  display: block;
}
ul.pagination {
  text-align: center;
  margin: 1.5rem 0;
  padding: 0 200px;
  position: relative;
  min-height: 30px;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.15rem 0.5rem;
}
ul.pagination a,
ul.pagination span {
  display: block;
  background: #BEBEBE;
  padding: 0.25rem;
  font-size: 0.9375rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  border-radius: 4px;
  min-width: 30px;
  text-decoration: none;
}
ul.pagination li.active a,
ul.pagination li.active span {
  background: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
ul.pagination li.prev,
ul.pagination li.next {
  position: absolute;
  left: 0;
  top: 0;
}
ul.pagination li.prev a,
ul.pagination li.prev span,
ul.pagination li.next a,
ul.pagination li.next span {
  width: auto;
  padding: 0.25rem 1rem;
}
ul.pagination li.next {
  left: auto;
  right: 0;
}
ul.pagination li em {
  display: none;
  font-style: normal;
}
@media (max-width: 980px) {
  ul.pagination {
    padding: 0;
  }
  ul.pagination li.prev,
  ul.pagination li.next {
    position: static;
  }
  ul.pagination li.prev a,
  ul.pagination li.next a {
    font-size: 0rem;
  }
  ul.pagination li.prev em,
  ul.pagination li.next em {
    font-size: 0.9375rem;
    display: block;
  }
}
@media (max-width: 370px) {
  ul.pagination li {
    display: none;
  }
  ul.pagination li.prev,
  ul.pagination li.next {
    display: inline-block;
  }
}
div.box-28 {
  margin: 0 0 1.5rem;
}
div.box-28 p {
  font-size: 0.875rem;
  margin: 0 0 1rem;
}
div.box-29 {
  position: relative;
  font-size: 0rem;
}
div.box-29 a.info {
  display: block;
  margin: 0 !important;
  width: 200px;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  position: relative;
  text-align: left;
}
div.box-29 a.info:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("/images/2019/icons/key.svg") center center scroll no-repeat transparent;
  background-size: contain;
  position: absolute;
  left: 0.75rem;
  top: 1.15rem;
}
div.box-29 a.info small {
  display: block;
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.box-29 a.info strong {
  display: block;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.box-29 a.info small + strong,
div.box-29 a.info strong + small {
  margin-top: 0.15rem;
}
div.box-29:hover a.info {
  background: #E20513;
  color: #fff;
}
div.box-29:hover a.info:before {
  background-image: url("/images/2019/icons/key-white.svg");
}
div.box-29.logged-in a.info {
  border: 1px solid #F0EFEF;
}
div.box-29.logged-in:hover a.info {
  border-radius: 8px 8px 0 0;
  border-color: transparent;
}
div.box-29.logged-in:hover ul {
  display: block;
}
div.box-29 ul {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100%;
  background: #fff;
  width: 280px;
  border-top: 2px solid #E20513;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.16);
  padding: 1rem 0 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  text-align: left;
}
div.box-29 ul a:hover {
  color: #222;
}
div.box-29 ul a {
  display: inline;
}
div.box-29 ul li {
  display: block;
  padding: 0.4rem 1.5rem;
  font-size: 0.875rem;
}
div.box-29 ul li.title {
  font-size: 1rem;
}
div.box-29 ul li.logout {
  margin-top: 1rem;
  padding: 0;
}
div.box-29 ul li.logout a {
  display: block;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  background: #E20513;
  color: #fff;
}
div.box-29 ul li.logout a:hover {
  background: #000;
}
div.box-29 ul small {
  font-size: 0.75rem;
  display: block;
  margin: 0 0 0.25rem;
}
div.box-29 ul small:last-child {
  margin: 0;
}
div.box-29 ul small a {
  color: #E20513;
}
@media (max-width: 1000px) {
  div.box-29 ul {
    right: 50%;
    transform: translateX(50%);
  }
}
form.form-5 {
  width: 195px;
  max-width: 100%;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #F0EFEF;
}
form.form-5 input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.8125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #838383;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}
form.form-5 button {
  display: block;
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem;
}
form.form-5 button:hover {
  background: none !important;
}
form.form-5 button img {
  margin: 0 !important;
}
form.form-5.v2 {
  width: auto;
}
form.form-5.v2 input {
  font-size: 1.125rem;
}
form.form-5.v2 button {
  top: 0.25rem;
}
body.print h1 {
  margin: 0 0 1.5rem;
}
body.print div.meta {
  margin: 0 0 1.5rem;
}
body.print p.info {
  margin: 1.5rem 0;
  border: 1px solid #eee;
  padding: 0.75rem;
}
body.print article {
  overflow: hidden;
  margin: 0 0 1.5rem;
}
body.print img.main-img {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 1.5rem 1.5rem 0;
}
div.wrap-1.stick {
  position: fixed;
  top: 0;
  width: 190px;
  max-width: 100%;
}
div.wrap-1.stick ul.meta {
  border-top: none;
}
div.wrap-1.stick ul.list-13:first-child {
  padding-top: 1rem;
}
@media (max-width: 1050px) {
  div.wrap-1.stick {
    position: static;
    width: auto;
  }
}
div.wrap-2.stick {
  position: fixed;
  top: 0;
  width: 300px;
  max-width: 100%;
  margin-top: 0.5rem;
}
@media (max-width: 700px) {
  div.wrap-2.stick {
    position: static;
    width: auto;
  }
}
@media (max-width: 1000px) {
  div.wrap-3.stick {
    position: fixed;
    top: 0;
    width: 300px;
    max-width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 700px) {
  div.wrap-3.stick {
    position: static;
    width: auto;
  }
}
div.lazy-load.loading {
  background: #eee;
  text-align: center;
  padding: 1.5rem;
}
div.lazy-load.loading:before {
  content: "";
  display: inline-block;
  background: url("/images/2019/icons/loading.svg") center center scroll no-repeat transparent;
  background-size: contain;
  width: 100px;
  height: 100px;
}
div.box-30 {
  background: #888;
  background-size: cover;
  padding: 2.5rem 2rem 1.5rem;
  margin: 0 0 2rem;
  color: #fff;
}
div.box-30 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 2.1875rem;
  margin: 0 0 0.75rem;
  text-align: center;
}
div.box-30 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-style: italic;
  font-size: 1.125rem;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 1.25rem;
  text-align: center;
}
div.box-30 ul.foot {
  display: block;
}
div.box-30 ul.foot > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5rem 0.5rem 0 0;
}
div.box-30 ul.foot a {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  color: #fff;
}
@media (max-width: 1000px) {
  div.box-30 h2 {
    font-size: 1.5625rem;
  }
  div.box-30 p {
    font-size: 0.75rem;
  }
}
@media (max-width: 700px) {
  div.box-30 {
    margin: -1.5rem -1.25rem 0;
    padding: 2rem 1.25rem;
  }
}
@media (max-width: 500px) {
  div.box-30 h2 {
    font-size: 1.375rem;
  }
  div.box-30 p {
    font-size: 0.875rem;
  }
}
div.box-30.big {
  text-align: center;
  padding: 4rem 2rem;
  margin: 0 auto 2rem;
}
div.box-30.big h2 {
  font-size: 3rem;
}
div.box-30.big form.form-6 {
  margin-top: 2rem;
}
form.form-6 {
  margin: 0 0 1.5rem;
  position: relative;
}
form.form-6 div.wrap {
  position: relative;
  /*padding: 0 180px 0 0;*/
}
form.form-6 div.wrap a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 72px;
  width: 180px;
  border-radius: 0 8px 8px 0;
  background: #E5E5E5;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #980C0C;
  padding: 1.65rem 0.5rem;
  text-align: center;
}
form.form-6 div.wrap a:hover {
  background: #980C0C;
  color: #fff;
}
form.form-6 div.wrap img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
form.form-6 input[type="search"] {
  display: block;
  width: 100%;
  height: 72px;
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-style: italic;
  font-size: 1.375rem;
}
form.form-6 ul.autocomplete {
  display: none;
  height: 243px;
  overflow: auto;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 92%;
  background: #F0EFEF;
  width: 100%;
}
form.form-6 ul.autocomplete li {
  display: block;
}
form.form-6 ul.autocomplete li.none {
  padding: 1rem;
  color: #403E3E;
}
form.form-6 ul.autocomplete a {
  display: table;
  width: 100%;
  table-layout: fixed;
}
form.form-6 ul.autocomplete a:hover {
  background: #ddd;
}
form.form-6 ul.autocomplete div.img {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
}
form.form-6 ul.autocomplete div.img img {
  display: block;
  width: 52px;
  margin: 0 auto;
  border-radius: 100%;
}
form.form-6 ul.autocomplete div.desc {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 1rem 1rem 0;
}
form.form-6 ul.autocomplete p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-style: normal;
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
  color: #980C0C;
  text-align: left;
}
form.form-6 ul.autocomplete small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.625rem;
  margin: 0;
}
form.form-6 ul.autocomplete.open {
  display: block;
}
@media (max-width: 1000px) {
  form.form-6 div.wrap {
    padding: 0;
  }
  form.form-6 div.wrap a {
    position: static;
    width: 100%;
    height: auto;
    padding: 1rem;
    border-radius: 0 0 8px 8px;
  }
  form.form-6 input[type="search"] {
    font-size: 1.125rem;
  }
  form.form-6 ul.autocomplete {
    top: 72px;
  }
}
@media (max-width: 600px) {
  form.form-6 input[type="search"] {
    height: auto;
    padding: 0.75rem;
  }
  form.form-6 ul.autocomplete {
    top: 44px;
  }
}
div.box-31 {
  margin: 3.5rem auto 2rem;
  text-align: center;
}
div.box-31 h2,
div.box-31 h1 span {
  width: 1000px;
  max-width: 100%;
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
  color: #9F9F9F;
}
div.box-31 h1 {
  width: 1000px;
  max-width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 auto 1.5rem;
  text-transform: uppercase;
}
div.box-31 p {
  width: 1000px;
  max-width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-style: italic;
  font-size: 1rem;
  margin: 0 auto 1.5rem;
}
div.box-31 h2 + h1 {
  margin: 0 auto 1rem;
}
@media (max-width: 900px) {
  div.box-31 h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  div.box-31 h1 {
    font-size: 1.75rem;
  }
}
div.box-32 {
  font-size: 0rem;
  margin: 0 auto 2.5rem;
}
div.box-32 div.one {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
div.box-32 div.img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
div.box-32 small {
  display: block;
  padding: 0.75rem 0.75rem 0 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-style: italic;
  font-size: 0.75rem;
  color: #9F9F9F;
}
@media (max-width: 800px) {
  div.box-32 {
    white-space: nowrap;
    overflow: auto;
  }
  div.box-32 div.one {
    width: 250px;
    white-space: normal;
  }
}
div.box-33 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 auto 2.5rem;
}
div.box-33 div.img {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  padding-right: 1.5rem;
}
div.box-33 div.desc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
div.box-33 div.img img {
  display: block;
  margin: 0 auto;
}
div.box-33 p {
  margin: 0 0 1.5rem;
  font-style: italic;
}
div.box-33 p:last-child {
  margin: 0;
}
@media (max-width: 800px) {
  div.box-33 div.img {
    vertical-align: top;
  }
}
@media (max-width: 630px) {
  div.box-33 {
    display: block;
  }
  div.box-33 div.img {
    display: block;
    width: 100%;
    padding: 0 0 1.5rem;
  }
  div.box-33 div.desc {
    display: block;
    width: 100%;
  }
}
div.box-34 {
  text-align: center;
  margin: 2.5rem auto 4rem;
}
div.box-34 div.img-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto 1rem;
}
div.box-34 div.img-wrap:before {
  content: "";
  display: block;
  border-top: 1px solid #F0EFEF;
  position: absolute;
  left: 0;
  top: 49%;
  width: 100%;
}
div.box-34 div.img {
  position: relative;
  width: 120px;
  margin: 0 auto;
}
div.box-34 div.img:before {
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -3rem;
  top: 0;
}
div.box-34 div.img:after {
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -3rem;
  top: 0;
}
div.box-34 div.img img {
  display: block;
  margin: 0 auto;
}
div.box-34 div.img small {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #403E3E;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.1875rem;
  padding: 0.25rem 0;
  border-radius: 100%;
  width: 35px;
  text-align: center;
}
div.box-34 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2rem;
}
div.box-34.stick h2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  padding: 0.5rem;
  font-size: 1.25rem;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
  div.box-34 h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  div.box-34 h2 {
    font-size: 1.5rem;
  }
}
ul.list-29 {
  font-size: 0rem;
}
ul.list-29 li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 4.5rem 0;
}
ul.list-29 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-29 li > a {
  display: table;
  width: 100%;
  table-layout: fixed;
}
ul.list-29 a:hover,
ul.list-29 a:active {
  color: #222;
}
ul.list-29 a:hover div.desc h3,
ul.list-29 a:active div.desc h3 {
  color: #222;
}
ul.list-29 a:hover div.desc span.btn,
ul.list-29 a:active div.desc span.btn {
  background: #222;
}
ul.list-29 div.img {
  display: table-cell;
  vertical-align: top;
  width: 150px;
  position: relative;
}
ul.list-29 div.desc {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 1.5rem;
}
ul.list-29 div.img-wrap {
  position: relative;
}
ul.list-29 div.img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: contain;
}
ul.list-29 div.img small {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #980C0C;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.1875rem;
  padding: 0.25rem 0;
  border-radius: 100%;
  width: 35px;
  text-align: center;
}
ul.list-29 div.desc h3,
ul.list-29 div.desc h4 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #980C0C;
  margin: 0 0 0.5rem;
  transition: all 0.2s linear;
}
ul.list-29 div.desc p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 0.8125rem;
  margin: 0 0 0.5rem;
  color: #666;
}
ul.list-29 div.desc small {
  display: block;
  margin: 0 0 0.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #9F9F9F;
}
ul.list-29 div.desc small span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0.5rem 0;
  color: #403E3E;
}
ul.list-29 div.desc small span:last-child {
  margin-right: 0;
}
ul.list-29 div.desc small span.tu {
  padding-left: 24px;
  background: url("/images/2019/parlamentarny/thumb-up.png") left center scroll no-repeat transparent;
  background-size: 18px auto;
}
ul.list-29 div.desc small span.td {
  padding-left: 24px;
  background: url("/images/2019/parlamentarny/thumb-down.png") left center scroll no-repeat transparent;
  background-size: 18px auto;
}
ul.list-29 div.desc small span.comm {
  padding-left: 26px;
  background: url("/images/2019/parlamentarny/comment.png") left center scroll no-repeat transparent;
  background-size: 20px auto;
}
ul.list-29 div.desc span.btn {
  display: inline-block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  background: #980C0C;
  color: #fff;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  transition: all 0.2s linear;
}
ul.list-29 li.wybrany div.img-wrap:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: url("/images/2019/parlamentarny/wybrany.png") center center scroll no-repeat transparent;
  background-size: 35px auto;
}
ul.list-29 li.disabled div.img img {
  filter: brightness(0.64) contrast(0.33);
}
ul.list-29.v2 li {
  width: 47.5%;
  margin-bottom: 2.5rem;
}
ul.list-29.v2 li:nth-child(3n+3) {
  margin-right: 5%;
}
ul.list-29.v2 li:nth-child(even) {
  margin-right: 0;
}
ul.list-29.v2 div.img {
  width: 80px;
}
ul.list-29.v2 div.img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
ul.list-29.v2 div.desc h3 {
  font-size: 1.375rem;
}
ul.list-29.v3 {
  text-align: center;
}
ul.list-29.v3 li {
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 2.5rem;
}
ul.list-29.v3 li:nth-child(even) {
  margin-right: 5%;
}
ul.list-29.v3 li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-29.v3 div.img {
  display: block;
  margin: 0 auto 1rem;
}
ul.list-29.v3 div.desc {
  display: block;
  padding: 0;
}
ul.list-29.v4 li {
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 2rem;
}
ul.list-29.v4 li:nth-child(even) {
  margin-right: 5%;
}
ul.list-29.v4 li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-29.v4 div.img {
  width: 60px;
}
ul.list-29.v4 div.desc {
  vertical-align: middle;
}
ul.list-29.v4 div.desc h3 {
  font-size: 1.125rem;
}
ul.list-29.v4 div.desc p {
  font-size: 0.875rem;
}
ul.list-29.v4 div.img img {
  width: auto;
  height: auto;
}
ul.list-29.v5 div.img {
  width: 100px;
}
ul.list-29.v5 div.desc {
  vertical-align: middle;
}
ul.list-29.v5 div.desc h3 {
  font-size: 1.125rem;
  text-align: left;
  margin: 0 0 0.5rem;
}
ul.list-29.v5 div.desc p {
  font-size: 0.875rem;
  text-align: left;
}
ul.list-29.v6 li {
  display: block !important;
  width: auto !important;
  margin: 0 0 1.5rem !important;
}
ul.list-29.v6 li:last-child {
  margin: 0 !important;
}
ul.list-29.v6 div.img {
  width: 70px;
}
ul.list-29.v6 div.desc {
  border: none !important;
  padding: 0 0 0 1rem !important;
}
ul.list-29.v6 div.desc h3 {
  font-size: 1.25rem;
  margin: 0 0 0.25rem;
}
ul.list-29.v6 div.desc p {
  margin: 0 0 0.25rem;
  padding: 0 !important;
}
ul.list-29.v6 div.desc small {
  margin: 0;
  border: none !important;
  padding: 0 !important;
}
@media (max-width: 1250px) {
  ul.list-29.v2 div.img {
    width: 100px;
  }
}
@media (max-width: 1140px) and (min-width: 700px) {
  ul.list-29.v2 li {
    display: block;
    width: 100%;
    margin: 0 0 2.5rem !important;
  }
}
@media (max-width: 1100px) {
  ul.list-29 li {
    width: 47.5%;
  }
  ul.list-29 li:nth-child(3n+3) {
    margin-right: 5%;
  }
  ul.list-29 li:nth-child(even) {
    margin-right: 0;
  }
  ul.list-29.v4 li {
    width: 30%;
    margin-right: 5% !important;
  }
  ul.list-29.v4 li:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
@media (max-width: 800px) {
  ul.list-29 div.img {
    width: 70px !important;
  }
  ul.list-29 li.wybrany div.img-wrap:before {
    right: -0.75rem;
  }
  ul.list-29 div.img small {
    right: -0.75rem;
  }
  ul.list-29 div.desc h3 {
    font-size: 1.25rem;
  }
  ul.list-29.v2 li {
    margin: 0 0 1.5rem !important;
  }
  ul.list-29.v4 li {
    width: 47.5%;
  }
  ul.list-29.v4 li:nth-child(3n+3) {
    margin-right: 5% !important;
  }
  ul.list-29.v4 li:nth-child(even) {
    margin-right: 0 !important;
  }
  ul.list-29 div.img img {
    width: 70px!important;
    height: 70px!important;
  }
}
@media (max-width: 630px) {
  ul.list-29 li {
    display: block;
    width: 100% !important;
    margin: 0 0 1.5rem !important;
  }
  ul.list-29.v3 {
    text-align: left;
  }
  ul.list-29.v3 div.img {
    display: table-cell;
    margin: 0;
  }
  ul.list-29.v3 div.desc {
    display: table-cell;
    padding: 0 0 0 1.5rem;
  }
}
ul.list-30 {
  font-size: 0rem;
  display: block;
  margin: 0 auto 1.5rem;
}
ul.list-30 li {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 5% 5% 0;
  position: relative;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.3;
}
ul.list-30 li:nth-child(even) {
  margin-right: 0;
}
ul.list-30 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0d0d0d+100&0+0,0.8+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc0d0d0d', GradientType=0);
  /* IE6-9 */
}
ul.list-30 li > a > img {
  display: block;
  width: 100%;
}
ul.list-30 a {
  color: #fff;
}
ul.list-30 div.desc {
  position: absolute;
  display: table;
  table-layout: fixed;
  left: 0;
  bottom: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  color: #fff;
}
ul.list-30 div.count {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}
ul.list-30 small {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
ul.list-30 span {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  padding: 0.4rem 0 0;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
}
ul.list-30 span img {
  display: block;
  margin: 0 auto 0.25rem;
}
@media (max-width: 900px) and (min-width: 700px) {
  ul.list-30 li {
    display: block;
    margin: 0 0 1.5rem !important;
    width: auto;
  }
}
@media (max-width: 520px) {
  ul.list-30 li {
    display: block;
    margin: 0 0 1.5rem !important;
    width: auto;
  }
}
div.box-35 {
  margin: 0 0 2.5rem;
}
div.box-35 div.wrap {
  border: 2px solid #F0EFEF;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 0.25rem;
}
div.box-35 div.wrap div.img {
  display: table-cell;
  vertical-align: middle;
  padding: 1.5rem 0 1.5rem 1.5rem;
  width: 250px;
}
div.box-35 div.wrap div.desc {
  display: table-cell;
  vertical-align: middle;
  padding: 1.5rem;
  width: 100%;
}
div.box-35 div.wrap div.img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  height: 226px;
  width: 226px;
  object-fit: contain;
}
div.box-35 ul {
  display: block;
  margin: 0;
}
div.box-35 ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.75rem 0.5rem 0;
  position: relative;
}
div.box-35 ul li:last-child {
  margin-right: 0 !important;
}
div.box-35 div.tabs div.navi {
  margin: 0 0 0.75rem;
}
div.box-35 div.tabs div.navi a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.75rem;
  color: #656565;
  margin: 0 1rem 0.5rem 0;
  border-bottom: 2px solid transparent;
}
div.box-35 div.tabs div.navi a.active {
  color: #403E3E;
  border-bottom: 2px solid #980C0C;
}
div.box-35 ul.breadcrumbs {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
  font-size: 0.6875rem;
}
div.box-35 ul.breadcrumbs li {
  padding-left: 0.7rem;
  margin: 0 0.25rem 0.5rem 0;
}
div.box-35 ul.breadcrumbs li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #403E3E;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
div.box-35 ul.breadcrumbs li:first-child {
  padding-left: 0;
}
div.box-35 ul.breadcrumbs li:first-child:before {
  display: none;
}
div.box-35 ul.breadcrumbs a {
  color: #980C0C;
}
div.box-35 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #7C7B7B;
  margin: 0 0 0.5rem;
}
div.box-35 h2 a {
  color: #7C7B7B;
}
div.box-35 h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 2.875rem;
  margin: 0;
}
div.box-35 h1 strong {
  display: block;
  font-size: 1.5rem;
}
div.box-35 p {
  display: inline-block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem;
  background: #eee;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin: 0;
}
div.box-35 p.green {
  background: #03AE83;
  color: #fff;
}
div.box-35 p.red {
  background: #980C0C;
  color: #fff;
}
div.box-35 p.results {
  font-size: 1.125rem;
  background: #2B4274;
  color: #fff;
  margin: -0.25rem 0 0.25rem;
}
div.box-35 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.625rem;
}
div.box-35 small a {
  color: #980C0C;
}
@media (max-width: 1050px) {
  div.box-35 h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1000px) and (min-width: 701px) {
  div.box-35 div.wrap {
    display: block;
    text-align: center;
  }
  div.box-35 div.wrap div.img {
    display: block;
    width: 100%;
    padding: 1.5rem 1.5rem 0;
  }
  div.box-35 div.wrap div.desc {
    display: block;
    width: 100%;
  }
}
@media (max-width: 630px) {
  div.box-35 div.wrap {
    display: block;
    text-align: center;
  }
  div.box-35 div.wrap div.img {
    display: block;
    width: 100%;
    padding: 1.5rem 1.5rem 0;
  }
  div.box-35 div.wrap div.desc {
    display: block;
    width: 100%;
  }
}
@media (max-width: 420px) {
  div.box-35 h1 {
    font-size: 1.875rem;
  }
}
ul.list-35 {
  font-size: 0rem;
  margin: 0 0 1.5rem;
}
ul.list-35 li {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  max-width: 48.5%;
  margin: 0 1rem 1rem 0;
}
ul.list-35 li:last-child {
  margin-right: 0;
}
ul.list-35 .btn,
ul.list-35 button,
ul.list-35 a {
  display: block;
  width: 100%;
  background: #03AE83;
  padding: 0.75rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1rem;
  text-align: left;
  border-radius: 4px;
}
ul.list-35 button:hover,
ul.list-35 a:hover,
ul.list-35 button:active,
ul.list-35 a:active {
  background: #222 !important;
}
ul.list-35 .btn span,
ul.list-35 button span,
ul.list-35 a span {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
}
ul.list-35 .btn i,
ul.list-35 button i,
ul.list-35 a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  background: url("/images/2019/icons/voting/up.png") center center scroll no-repeat transparent;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}
ul.list-35 li.down .btn,
ul.list-35 li.down button,
ul.list-35 li.down a {
  background: #B71313;
}
ul.list-35 li.down .btn i,
ul.list-35 li.down button i,
ul.list-35 li.down a i {
  background-image: url("/images/2019/icons/voting/down.png");
}
@media (max-width: 900px) {
  ul.list-35 li {
    margin: 0 3% 1rem 0;
  }
  ul.list-35 .btn,
  ul.list-35 button,
  ul.list-35 a {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
  ul.list-35 .btn span,
  ul.list-35 button span,
  ul.list-35 a span {
    margin: 0;
  }
  ul.list-35 .btn i,
  ul.list-35 button i,
  ul.list-35 a i {
    margin-right: 0.2rem;
    width: 26px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  ul.list-35 .btn,
  ul.list-35 button,
  ul.list-35 a {
    text-align: center;
  }
  ul.list-35 .btn i,
  ul.list-35 button i,
  ul.list-35 a i {
    display: none;
  }
}
ul.list-35 + p.info {
  margin: -1rem 0 1.5rem !important;
  background: #eee;
  padding: 0.75rem 1rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
}
div.box-36 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 2rem;
}
div.box-36 > div.left {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 1rem 0 0;
}
div.box-36 > div.right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 0 0 1rem;
}
@media (max-width: 1180px) {
  div.box-36 {
    display: block;
  }
  div.box-36 > div.left {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0;
  }
  div.box-36 > div.right {
    display: block;
    width: 100%;
    padding: 0;
  }
}
div.box-37 {
  overflow: hidden;
  font-size: 0rem;
}
div.box-37 div.one {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin: 0 3% 1rem 0;
  width: 81px;
  max-width: 22.75%;
  text-align: center;
}
div.box-37 div.one:nth-child(4) {
  margin-right: 0;
}
div.box-37 div.one img {
  display: block;
  width: 27px;
  margin: 0 auto;
}
div.box-37 button div.img {
  display: block;
  overflow: visible;
  padding: 0.75em 0.125em 0.25em;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  line-height: 1.1;
  color: #fff;
  float: none;
  position: relative;
  width: 100%;
}
div.box-37 button div.img span {
  display: table;
  width: 100%;
}
div.box-37 button div.img span span {
  display: table-cell;
  width: 100%;
  height: 32px;
  vertical-align: middle;
}
div.box-37 button div.img:after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: transparent;
  background-size: 19px 6px;
}
div.box-37 button.dobry div.img:after {
  background-image: url("/images/2019/icons/voting/tip-dobry.png");
}
div.box-37 button.przecietny div.img:after {
  background-image: url("/images/2019/icons/voting/tip-przecietny.png");
}
div.box-37 button.slaby div.img:after {
  background-image: url("/images/2019/icons/voting/tip-slaby.png");
}
div.box-37 button.ponizej-krytyki div.img:after {
  background-image: url("/images/2019/icons/voting/tip-ponizej-krytyki.png");
}
div.box-37 button.dobry div.img {
  background: #8BB60C;
}
div.box-37 button.przecietny div.img {
  background: #999999;
}
div.box-37 button.slaby div.img {
  background: #FF2626;
}
div.box-37 button.ponizej-krytyki div.img {
  background: #B20000;
}
div.box-37 button div.desc {
  background: #757584;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.875rem;
  border-radius: 3px;
  margin: 12px 0 0;
  padding: 2px;
  transition: all 0.2s linear;
}
div.box-37 button {
  padding: 0;
  display: block;
  width: 100%;
  background: none;
}
div.box-37 button:hover {
  background: none !important;
}
div.box-37 button:hover div.desc {
  background: #222;
}
@media (max-width: 1180px) {
  div.box-37 {
    text-align: center;
  }
}
@media (max-width: 370px) {
  div.box-37 div.one {
    width: 61px;
  }
  div.box-37 button div.img {
    font-size: 10px;
  }
}
div.box-38 {
  overflow: hidden;
  font-size: 0rem;
}
div.box-38 div.one {
  position: relative;
  background: #ccc;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin: 0 3% 1rem 0;
  width: 81px;
  max-width: 22.75%;
  text-align: center;
}
div.box-38 div.one:nth-child(4) {
  margin-right: 0;
}
div.box-38 div.one img {
  display: block;
  width: 27px;
  margin: 0 auto;
}
div.box-38 div.one div.img {
  display: block;
  overflow: visible;
  padding: 0.75em 0.125em 0.25em;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  line-height: 1.1;
  color: #fff;
  float: none;
  position: relative;
  width: 100%;
}
div.box-38 div.one div.img span {
  display: table;
  width: 100%;
}
div.box-38 div.one div.img span span {
  display: table-cell;
  width: 100%;
  height: 32px;
  vertical-align: middle;
}
div.box-38 div.one div.img:after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: url("/parlamentarny/images/icons/tip.png") center top scroll no-repeat transparent;
  background-size: 19px 6px;
}
div.box-38 div.one.dobry.selected div.img:after {
  background-image: url("/images/2019/icons/voting/tip-dobry.png");
}
div.box-38 div.one.przecietny.selected div.img:after {
  background-image: url("/images/2019/icons/voting/tip-przecietny.png");
}
div.box-38 div.one.slaby.selected div.img:after {
  background-image: url("/images/2019/icons/voting/tip-slaby.png");
}
div.box-38 div.one.ponizej-krytyki.selected div.img:after {
  background-image: url("/images/2019/icons/voting/tip-ponizej-krytyki.png");
}
div.box-38 div.one.dobry.selected div.img {
  background: #8BB60C;
}
div.box-38 div.one.przecietny.selected div.img {
  background: #999999;
}
div.box-38 div.one.slaby.selected div.img {
  background: #FF2626;
}
div.box-38 div.one.ponizej-krytyki.selected div.img {
  background: #B20000;
}
div.box-38 div.one div.desc {
  background: #757584;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.875rem;
  border-radius: 3px;
  margin: 12px 0 0;
  padding: 2px;
  transition: all 0.2s linear;
}
div.box-38 div.tick {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 2px;
}
div.box-38 div.tick img {
  display: block;
  overflow: hidden;
  width: 12px;
}
div.box-38 div.one.dobry.selected div.tick {
  background: #699400;
}
div.box-38 div.one.przecietny.selected div.tick {
  background: #777777;
}
div.box-38 div.one.slaby.selected div.tick {
  background: #dd0404;
}
div.box-38 div.one.ponizej-krytyki.selected div.tick {
  background: #900000;
}
div.box-38 div.info {
  display: block;
  overflow: hidden;
  clear: both;
  color: #747484;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.875rem;
  text-align: center;
  font-style: normal;
  margin: 0 0 1em;
}
div.box-38 button {
  padding: 0;
  display: block;
  width: 100%;
  background: none;
}
div.box-38 button:hover {
  background: none !important;
}
div.box-38 button:hover div.desc {
  background: #222;
}
div.box-39 {
  display: block;
  overflow: hidden;
}
div.box-39 p {
  color: #868686;
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0 0 0.5em;
  margin: 0;
  border-bottom: 1px solid #eee;
  clear: both;
}
div.box-39 p.big {
  font-family: "Fira Sans", Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  font-size: 0.875rem !important;
}
div.box-39 span {
  float: left;
  padding: 0.5rem 0;
  border: none;
  font-size: 3rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.2;
  text-align: center;
  width: 16.25%;
}
div.box-39 span:first-child {
  border-right: 1px solid #eee;
  width: 35%;
}
div.box-39 span small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
}
div.box-39 p.alert {
  font-family: "Fira Sans", Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  font-size: 1rem !important;
  color: #b20000;
  border: none;
  margin: 0.5em 0;
}
div.box-39 p.alert.no {
  color: #666;
}
div.box-39 div.tabs div.navi {
  border-bottom: 1px solid #eee;
  margin: 0;
}
div.box-39 div.tabs div.navi a {
  color: #999;
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0 0 0.5em;
  margin: 0 2em 0 0;
  min-width: 0;
}
div.box-39 div.tabs div.navi a:last-child {
  margin: 0;
}
div.box-39 div.tabs div.navi a.active {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  background: none;
  color: #403E3E;
}
div.box-39 div.tabs div.panes {
  background: none;
  padding: 0;
}
div.box-39 div.tabs img {
  display: block;
  margin: 0.275em auto;
  width: 27px;
}
@media (max-width: 1230px) {
  div.box-39 span {
    font-size: 2.625rem;
  }
}
div.box-39a {
  display: block;
  overflow: hidden;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 0rem;
}
div.box-39a p {
  color: #868686;
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0 0 0.5em;
  margin: 0;
  border-bottom: 1px solid #eee;
  clear: both;
}
div.box-39a p.big {
  font-family: "Fira Sans", Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  font-size: 0.875rem !important;
}
div.box-39a span {
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 0;
  border: none;
  font-size: 3rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.2;
  text-align: center;
  width: 60px;
  max-width: 25%;
}
div.box-39a span small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
}
div.box-39a p.alert {
  font-family: "Fira Sans", Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  font-size: 1rem !important;
  color: #b20000;
  border: none;
  margin: 0.5em 0;
}
div.box-39a p.alert.no {
  color: #666;
}
div.box-39a div.tabs div.navi {
  border-bottom: 1px solid #eee;
  margin: 0;
}
div.box-39a div.tabs div.navi a {
  color: #999;
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0 0 0.5em;
  margin: 0 2em 0 0;
  min-width: 0;
}
div.box-39a div.tabs div.navi a:last-child {
  margin: 0;
}
div.box-39a div.tabs div.navi a.active {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  background: none;
  color: #403E3E;
}
div.box-39a div.tabs div.panes {
  background: none;
  padding: 0;
}
div.box-39a div.tabs img {
  display: block;
  margin: 0.275em auto;
  width: 27px;
}
@media (max-width: 1230px) {
  div.box-39a span {
    font-size: 2.625rem;
  }
}
#OsobaOcena.radni {
  position: relative;
}
#OsobaOcena h3 {
  font-size: 0.9375rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto 0.5rem;
}
#OsobaOcena p {
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 auto 0.5rem;
}
#OsobaOcena h4 {
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto 0.5rem;
}
#OsobaOcena a.close {
  font-size: 1.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.35rem 0.6rem;
  background: #eee;
}
#OsobaOcena div.layer {
  display: none;
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 1.5em;
  z-index: 11;
  width: 370px;
  max-width: 90%;
  padding: 2rem;
}
#OsobaOcena div.bcg {
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.8);
  z-index: 10;
}
#OsobaOcena .layerActive div.layer,
#OsobaOcena .layerActive div.bcg {
  display: block;
  text-align: left;
}
#OsobaOcena div.layer ul {
  font: 400 12px/1.4 firaSans400;
  color: #666;
  list-style-type: disc;
  padding-left: 20px;
}
#OsobaOcena div.layer ul li {
  margin: 0 0 0.5em;
}
#OsobaOcena div.layer div.captcha {
  border: 1px solid #CCC;
  background: #f9f9f9;
  padding: 1em;
  margin: 0 0 1em;
}
#OsobaOcena div.layer div.captcha small {
  font-size: 11px;
  text-align: center;
  margin: 1em 0 0;
  display: block;
}
#OsobaOcena .g-recaptcha {
  margin: 1rem auto;
}
@media (max-width: 500px) {
  #OsobaOcena {
    min-height: 124px;
  }
}
div.graph {
  display: block;
  overflow: hidden;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #fff;
  border: 2px solid #eee;
}
div.graph div.select {
  display: inline-block;
  margin: 0 0 2em;
}
div.graph div.select input {
  width: 380px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #525252;
}
div.graph div.select a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #525252;
}
div.graph div.chart {
  display: table;
  width: 100%;
  overflow: hidden;
  background: url("/images/2019/www/chart-bcg.png") left -102px repeat-x transparent;
}
div.graph div.chart div.one {
  display: table-cell;
  width: 90px;
  vertical-align: top;
  padding: 0 2px 0 0;
}
div.graph div.chart div.bars {
  width: 50px;
  height: 182px;
  display: block;
  /*overflow: hidden;*/
  position: relative;
  margin: 0 auto 18px;
  text-align: center;
  font-size: 0rem;
}
div.graph div.chart div.bar {
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
  background: #D90000;
  transition: all 0.2s ease-out;
  margin: 0 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
div.graph div.chart div.bar.thin {
  width: 14px;
}
div.graph div.chart div.bar.ultrathin {
  width: 6px;
}
div.graph div.chart div.bar.blue {
  background: #0085B2;
}
div.graph div.chart div.bar.green {
  background: #008B00;
}
div.graph div.chart div.bar.orange {
  background: #f39200;
}
div.graph div.chart div.bar.yellow {
  background: #ffeb00;
}
div.graph div.img {
  min-height: 96px;
  text-align: center;
}
div.graph div.img.high {
  min-height: 134px;
}
div.graph div.img img {
  display: block;
  width: 66px;
  margin: 0 auto 10px;
  border-radius: 100%;
  overflow: hidden;
}
div.graph div.img small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  color: #222;
  text-align: center;
}
div.graph div.img small span {
  display: block;
  font-size: 0.6875rem;
}
div.graph div.img small span.red {
  color: #D80100;
}
div.graph div.img small span.blue {
  color: #0085B2;
}
div.graph div.img small span.green {
  color: #008B00;
}
div.graph div.img small span.orange {
  color: #f39200;
}
div.graph div.img small span.yellow {
  color: #ffeb00;
}
div.graph div.img em {
  font-style: normal;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.8125rem;
  display: block;
  color: #222;
  margin: 0.2rem 0 0;
}
div.graph div.img h4 {
  color: #B20000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  height: 3.9em;
  text-align: center;
}
div.graph div.img a {
  color: #B20000;
}
div.graph div.legenda {
  border: 2px solid #eee;
  padding: 1em;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #525252;
  margin: 2em 0 0;
  overflow: hidden;
  background: #eee;
}
div.graph div.legenda p {
  margin: 0 0 0.35em;
  font-size: 0.9375rem;
}
div.graph div.legenda p:last-child {
  margin: 0;
}
div.graph div.legenda i.red {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 30px;
  height: 6px;
  background: #D90000;
}
div.graph div.legenda i.blue {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 30px;
  height: 6px;
  background: #007FD9;
}
div.graph div.chart div.bar.a2,
div.graph div.chart div.bar.a3,
div.graph div.legenda.a2,
div.graph div.legenda.a3,
div.graph div.img small span.a2,
div.graph div.img small span.a3 {
  display: none;
}
div.graph.a2 div.chart div.bar,
div.graph.a3 div.chart div.bar {
  width: 10px;
}
div.graph.a2 div.chart div.bar.a2,
div.graph.a3 div.chart div.bar.a3 {
  display: inline-block;
  opacity: 1;
}
div.graph.a2 div.legenda.a2,
div.graph.a3 div.legenda.a3 {
  display: block;
}
div.graph.a2 div.img small span.a2,
div.graph.a3 div.img small span.a3 {
  display: inline;
}
div.graph.narrow div.chart div.bars em {
  font-style: normal;
  text-align: left;
  position: absolute;
  right: -2.5rem;
  top: 4.75rem;
  width: 182px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
  transform: rotate(-90deg);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
  overflow: hidden;
}
div.graph ul.legend {
  margin: 2.5rem 0 -0.5rem;
}
div.graph ul.legend > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5rem 0.5rem 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.8125rem;
}
div.graph ul.legend > li:last-child {
  margin-right: 0;
}
div.graph ul.legend i {
  width: 24px;
  height: 7px;
  background: #D80100;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
div.graph ul.legend i.red {
  background: #D80100;
}
div.graph ul.legend i.blue {
  background: #0085B2;
}
div.graph ul.legend i.green {
  background: #468C00;
}
div.graph ul.legend i.orange {
  background: #f39200;
}
div.graph ul.legend i.yellow {
  background: #ffeb00;
}
@media (max-width: 1250px) {
  div.graph {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  div.graph div.chart {
    display: block;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  div.graph div.chart div.one {
    display: inline-block;
    vertical-align: bottom;
  }
  div.graph.visible div.chart {
    display: block;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  div.graph.visible div.chart div.one {
    display: inline-block;
    vertical-align: bottom;
  }
}
div.graph.v2 {
  padding: 3em 1.5em 1.5em;
  background: #fff;
}
div.graph.v2 div.chart {
  background-position: left -102px;
}
div.graph.v2 div.chart div.one {
  padding: 2em 0.5em 0;
}
div.graph.v2 div.img {
  height: 90px;
}
div.graph.v2 div.img img {
  margin: 0 auto 0.5em;
}
div.graph.v3 {
  margin: 0 0 46px;
}
div.graph.v3 div.chart {
  overflow: visible;
  background-position: left -52px;
}
div.graph.v3 div.chart div.bar {
  width: 40px;
  background: #00698C;
}
div.graph.v3 div.chart div.bars {
  position: relative;
  margin: 0 auto 18px;
  overflow: visible;
}
div.graph.v3 div.chart div.bars small {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -15px;
  top: -40px;
  width: 80px;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  color: #545454;
  font-size: 1.125rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px;
}
div.graph.v4 div.chart {
  display: block;
  overflow: auto;
  white-space: nowrap;
}
div.graph.v4 div.chart div.one {
  padding: 0 10px 0 0;
}
div.graph.v4 div.chart div.bar.ultrathin {
  width: 10px;
}
div.graph.v4 div.chart div.bar.ultrathin.red {
  right: auto;
}
div.graph.v4 div.chart div.bar.ultrathin.blue {
  left: 10px;
  right: auto;
}
div.graph.v4 div.chart div.bar.ultrathin.green {
  left: 20px;
  right: auto;
}
div.graph.v4 div.chart div.bar.ultrathin.orange {
  right: 10px;
  left: auto;
}
div.graph.v4 div.chart div.bar.ultrathin.yellow {
  left: auto;
}
div.box-40 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 2rem;
}
div.box-40 div.img {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}
div.box-40 div.img img {
  display: block;
  border: 1px solid #F0EFEF;
}
div.box-40 div.desc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 1.5rem;
}
div.box-40 h1 {
  margin: 0 0 1rem;
  line-height: 1.2;
}
div.box-40 h1 span {
  color: #980C0C;
}
div.box-40 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 900px) {
  div.box-40 {
    display: block;
  }
  div.box-40 div.img {
    display: block;
  }
  div.box-40 div.desc {
    display: block;
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 560px) {
  div.box-40 h1 {
    font-size: 1.5rem;
  }
}
div.navigation {
  display: block;
  overflow: hidden;
  margin: 1.5rem 0 2.5rem;
}
div.navigation a {
  display: block;
  overflow: hidden;
  background: #980C0C;
  border-radius: 4px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
}
div.navigation a:hover {
  background: #222;
}
div.navigation a.prev {
  float: left;
}
div.navigation a.next {
  float: right;
}
div.navigation small {
  display: none;
}
@media (max-width: 500px) {
  div.navigation a {
    font-size: 0.875rem;
  }
  div.navigation .hide500 {
    display: none;
  }
}
div.msg {
  background: #666;
  padding: 0.45rem 0.75rem;
  color: #fff;
  margin: 0 0 0.5rem;
}
div.msg.good {
  background: #006738;
}
div.msg.wrong {
  background: #E20513;
}
div.box-41 {
  margin: 0 auto 1rem;
}
div.box-41 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #980C0C;
}
div.box-41 h3 a {
  color: #980C0C;
}
div.box-41 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 auto;
}
div.box-41-wrap {
  display: inline-block;
  vertical-align: top;
  width: 174px;
  max-width: 45%;
  margin: 0 2rem 2rem 0;
}
div.box-41-wrap ul.list-19 li {
  width: 174px;
  max-width: 100%;
  margin: 0;
}
div.box-41-wrap ul.list-19 li + li {
  margin-left: 2rem;
}
@media (max-width: 460px) {
  div.box-41-wrap {
    margin: 0 4% 4% 0;
  }
}
ul.list-36 {
  font-size: 0rem;
}
ul.list-36 li {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 5% 0 0;
}
ul.list-36 li:nth-child(even) {
  margin-right: 0;
}
ul.list-36 blockquote {
  display: block;
  overflow: hidden;
  margin: 0;
  background: url("/images/2019/parlamentarny/quotes.png") 1rem 0 no-repeat transparent;
  padding: 0;
}
ul.list-36 blockquote p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.125rem;
  color: #AAA;
  padding-left: 120px;
  min-height: 50px;
}
ul.list-36 blockquote div.footer {
  display: block;
  overflow: hidden;
  margin: 2rem;
}
ul.list-36 blockquote div.footer div.left {
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 1.25rem 0 0;
  text-align: right;
}
ul.list-36 blockquote div.footer div.right {
  display: block;
  overflow: hidden;
  border-left: 2px solid #eee;
  padding: 0.5rem 0 0.5rem 1.25rem;
}
ul.list-36 blockquote div.footer div.left small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #999;
}
ul.list-36 blockquote div.footer div.left h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.25rem;
  color: #535353;
  margin: 0.25rem 0 0;
  line-height: 1.2;
}
ul.list-36 blockquote div.footer div.left span {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 1rem;
  color: #878787;
  line-height: 1.2;
}
ul.list-36 blockquote div.footer div.right div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 1rem 0 0;
  width: 80px;
  max-width: 30%;
  border-radius: 100%;
}
ul.list-36 blockquote div.footer div.right div.desc {
  display: block;
  overflow: hidden;
  margin: 0.35rem 0 0;
}
ul.list-36 blockquote div.footer div.right div.desc h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  color: #B20000;
  margin: 0 0 0.25rem;
}
ul.list-36 blockquote div.footer div.right div.desc h4 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 0.8125rem;
  color: #aaa;
  margin: 0 0 0.25rem;
}
ul.list-36 blockquote div.footer div.right div.desc small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  color: #B20000;
}
ul.list-36 blockquote div.footer div.right.v2 h3 {
  font-size: 1.25rem;
  font-style: italic;
  color: #333;
}
ul.list-36 blockquote div.footer div.right.v2 h3 a {
  color: #333;
}
@media (max-width: 900px) {
  ul.list-36 li {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  ul.list-36 li:last-child {
    margin: 0;
  }
}
@media (max-width: 460px) {
  ul.list-36 blockquote div.footer div.left {
    float: none;
    padding: 0 0 1rem;
    text-align: left;
  }
  ul.list-36 blockquote div.footer div.right {
    border: none;
    border-top: 2px solid #eee;
  }
}
div.box-42 {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 0rem;
}
div.box-42 div.one {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 100%;
  width: 32%;
  margin: 0 2% 3rem 0;
}
div.box-42 div.one:nth-child(3n+3) {
  margin-right: 0;
}
div.box-42 div.img {
  display: block;
  overflow: hidden;
  margin: 0 auto 1rem;
}
div.box-42 div.img img {
  display: block;
  overflow: hidden;
  width: 250px;
  margin: 0 auto;
  border-radius: 100%;
}
div.box-42.main div.img {
  width: 350px;
  max-width: 100%;
  height: 350px;
  border-radius: 100%;
}
div.box-42.main div.one {
  width: auto;
  margin-bottom: 1em;
}
div.box-42 h2 {
  color: #980C0C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 2.25rem;
  margin: 0 0 0.25rem;
}
div.box-42 h3 {
  color: #980C0C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
}
div.box-42 p {
  color: #444;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 1.5rem;
}
div.box-42 div.box-43 {
  margin: 0 auto 1.5rem;
  font-size: 0rem;
  max-width: 100%;
}
div.box-42 div.box-43 span {
  display: inline-block;
  float: none;
  padding: 0.5rem;
}
div.box-42 div.box-43 span small {
  display: block;
  color: #535353;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.875rem;
}
div.box-42 div.box-43 img {
  width: 27px;
  display: block;
  margin: 0 auto 0.25rem;
}
div.box-42 a.button {
  color: #fff;
  background: #980C0C;
}
@media (max-width: 640px) {
  div.box-42 div.one {
    width: 49%;
  }
  div.box-42 div.one:nth-child(3n+3) {
    margin-right: 2%;
  }
  div.box-42 div.one:nth-child(even) {
    margin-right: 0;
  }
  div.box-42 h2 {
    font-size: 1.125rem;
  }
  div.box-42 h3 {
    font-size: 1rem;
  }
  div.box-42 p {
    font-size: 0.875rem;
  }
}
@media (max-width: 370px) {
  div.box-42 div.one {
    width: 100%;
    margin: 0 0 3rem;
  }
  div.box-42 div.one:nth-child(3n+3) {
    margin-right: 0;
  }
}
.circliful {
  position: relative;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}
.odpwybrana .circle-text {
  font-weight: bold;
}
.circle-info,
.circle-info-half {
  color: #999;
}
.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}
span.circle-text {
  margin-top: 40px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
  color: #444;
}
span.circle-info-half {
  margin-top: 70px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
  color: #444;
  padding: 0 28px;
}
#donut1 span.circle-info-half {
  padding: 0 35px;
}
div.ankieta2 {
  display: block;
  overflow: hidden;
  background: #fff;
  margin: 0 0 2.5rem;
}
div.ankieta2 div.meter {
  display: block;
  overflow: hidden;
  float: right;
  margin: 0.25rem 0 0;
}
div.ankieta2 div.meter small {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #fff;
  margin: 0 0.5rem 0 0;
}
div.ankieta2 div.meter div.bar {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: #fff;
  height: 13px;
  padding: 0;
  width: 100px;
}
div.ankieta2 div.meter div.bar > div.prog {
  display: block;
  overflow: hidden;
  height: 13px;
  background: #B20000;
}
div.ankieta2 .circliful {
  position: relative;
}
div.ankieta2 .circle-text,
div.ankieta2 .circle-info,
div.ankieta2 .circle-text-half,
div.ankieta2 .circle-info-half {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
div.ankieta2 .odpwybrana .circle-text {
  font-weight: bold;
}
div.ankieta2 .circle-info,
div.ankieta2 .circle-info-half {
  color: #999;
}
div.ankieta2 .circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}
div.ankieta2 span.circle-text {
  margin-top: 50px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
  color: #444;
}
div.ankieta2 span.circle-info-half {
  margin-top: 100px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
  color: #444;
  padding: 0 2.25rem;
}
div.ankieta2 li.hidecomm {
  display: none;
}
.hidden {
  display: none!important;
  visibility: hidden;
}
.accessibility {
  display: block;
  overflow: hidden;
  height: 0.0001px;
  width: 0.0001px;
  margin: 0 !important;
  padding: 0 !important;
}
div.ankieta2.pytanie {
  display: block;
  overflow: hidden;
  background: #f8f8f8;
}
div.ankieta2.pytanie div.head {
  display: block;
  overflow: hidden;
  padding: 1.5rem;
  background: #E20513;
}
div.ankieta2.pytanie div.head p {
  margin: 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #fff;
}
div.ankieta2.pytanie div.head p img {
  margin-right: 10px;
  width: 52px;
}
div.ankieta2.pytanie div.head div.left {
  float: left;
}
div.ankieta2.pytanie div.head2 {
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
div.ankieta2.pytanie div.head2 div.left {
  float: left;
}
div.ankieta2.pytanie div.head2 div.right {
  float: right;
  margin: 0.75rem 0 0;
}
div.ankieta2.pytanie div.head2 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 3rem;
  margin: 0;
}
div.ankieta2.pytanie div.head2 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 0 0 1.5rem;
}
div.ankieta2.pytanie div.head2 p:last-child {
  margin: 0;
}
div.ankieta2.pytanie div.body {
  display: block;
  overflow: hidden;
  padding: 2.5rem 1.5rem 3.5rem;
  text-align: center;
}
div.ankieta2.pytanie div.body h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #444;
  margin: 0 0 2.5rem;
}
div.ankieta2.pytanie div.body ul.checkbox {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  margin: 0 0 2.5rem;
  text-align: left;
}
div.ankieta2.pytanie div.body ul.checkbox li {
  margin-bottom: 1rem;
}
div.ankieta2.pytanie div.body ul.checkbox input {
  display: none;
}
div.ankieta2.pytanie div.body label {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #444;
}
div.ankieta2.pytanie div.body ul.checkbox label {
  background: url("/images/2019/parlamentarny/radio-off.png") left center scroll no-repeat transparent;
  background-size: 18px 18px;
  padding-left: 36px;
}
div.ankieta2.pytanie div.body ul.checkbox input:checked + label {
  background-image: url("/images/2019/parlamentarny/radio-on.png");
}
div.ankieta2.pytanie .button {
  background: #E20513;
  padding: 1rem;
  width: 360px;
  max-width: 100%;
  margin: 0 0 0.5rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  transition: all 0.2s linear;
}
div.ankieta2.pytanie .button.bl {
  width: auto;
  background: #2B4274;
}
div.ankieta2.pytanie .button:hover {
  background: #c00000;
}
div.ankieta2.pytanie div.body div.row {
  margin: 0 auto 2rem;
  width: 420px;
  max-width: 100%;
  text-align: left;
}
div.ankieta2.pytanie div.body div.row label {
  margin: 0 0 0.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
}
div.ankieta2.pytanie select,
div.ankieta2.pytanie input[type="text"] {
  border: none;
  padding: 0.25rem 0.75rem;
  height: 46px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  background-color: #eee;
  width: 100%;
  max-width: none;
}
div.ankieta2.pytanie div.graph {
  border: none;
  padding: 1.5rem;
}
div.ankieta2.pytanie div.graph div.img small {
  font-size: 1rem;
}
div.ankieta2.pytanie div.graph div.chart div.bar {
  background: #FF7373;
  width: 33px;
}
div.ankieta2.pytanie ul.social {
  font-size: 0rem;
  color: #fff;
}
div.ankieta2.pytanie ul.social a {
  color: #fff;
  text-decoration: none;
  margin: 0;
}
div.ankieta2.pytanie ul.social li {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 2px 0 0;
  padding: 0.5rem 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 0.875rem;
  transition: all 0.2s linear;
}
div.ankieta2.pytanie ul.social li.fb {
  background: #2E5891;
}
div.ankieta2.pytanie ul.social li.tw {
  background: #2BA8D3;
}
div.ankieta2.pytanie ul.social li.in {
  background: #4273B3;
}
div.ankieta2.pytanie ul.social li.fb:hover {
  background: #0c366f;
}
div.ankieta2.pytanie ul.social li.tw:hover {
  background: #0986b1;
}
div.ankieta2.pytanie ul.social li.in:hover {
  background: #205191;
}
div.ankieta2.pytanie ul.social li img {
  display: inline-block;
  vertical-align: -5px;
  margin: 0 0.5rem 0 0;
}
div.ankieta2.pytanie ul.social small {
  display: inline;
  color: #fff;
}
@media (max-width: 900px) {
  div.ankieta2.pytanie div.head2 h2 {
    font-size: 2.25rem;
  }
  div.ankieta2.pytanie div.head2 div.left {
    float: none;
  }
  div.ankieta2.pytanie div.head2 div.right {
    float: none;
  }
}
@media (max-width: 620px) {
  div.ankieta2.pytanie div.head p {
    font-size: 1.25rem;
  }
}
@media (max-width: 580px) {
  div.ankieta2.pytanie ul.social li {
    font-size: 0rem;
  }
}
@media (max-width: 440px) {
  div.ankieta2.pytanie div.head div.left {
    float: none;
  }
  div.ankieta2.pytanie div.meter {
    float: none;
    margin: 1rem 0 0;
  }
  div.ankieta2.pytanie div.head2 h2 {
    font-size: 1.75rem;
  }
  div.ankieta2.pytanie div.body {
    padding: 2.5rem 1.5rem 3.5rem;
  }
  div.ankieta2.pytanie div.body h3 {
    font-size: 1.25rem;
  }
  div.ankieta2.pytanie div.body label {
    font-size: 1rem;
  }
  div.ankieta2.pytanie .button {
    font-size: 1.25rem;
  }
  div.ankieta2.pytanie div.head2 p {
    font-size: 1rem;
  }
}
div.ankieta2.komentarze div.head div.right {
  float: right;
}
div.ankieta2.komentarze div.head a.button {
  padding: 0.5rem 1rem;
  width: 240px;
  max-width: 100%;
  font-size: 0.875rem;
}
div.ankieta2.komentarze div.head a.button:hover {
  background: #000;
}
div.ankieta2.komentarze div.body {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}
div.ankieta2.komentarze form.comments textarea,
div.ankieta2.komentarze form.comments input {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #eee;
  border-radius: 4px;
  border: none;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
}
div.ankieta2.komentarze form.comments ul.inline {
  text-align: left;
}
div.ankieta2.komentarze form.comments ul.inline li:last-child {
  width: auto;
  max-width: 32%;
}
div.ankieta2.komentarze form.comments button.button {
  width: 32%;
  display: block;
  margin: 0 auto 0 0;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
div.ankieta2.komentarze div.separator {
  display: none;
}
div.ankieta2.komentarze input[type="text"],
div.ankieta2.komentarze select {
  height: 35px;
}
div.ankieta2.komentarze .button.blue {
  background: #E20513;
  width: auto;
}
div.ankieta2.komentarze .button.blue:hover {
  background: #c00000;
}
div.ankieta2.komentarze .button.medium {
  font-size: 0.875rem !important;
  padding: 0.5rem 2rem;
}
div.tabsa {
  overflow: hidden;
}
div.tabsa > div.navi {
  overflow: hidden;
  text-align: center;
  font-size: 0rem;
}
div.tabsa > div.navi a {
  display: inline-block;
  overflow: hidden;
  vertical-align: text-bottom;
  padding: 0.5rem 1rem;
  margin: 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
}
div.tabsa > div.navi a.active {
  font-weight: 700;
}
div.tabsa > div.panes {
  overflow: hidden;
}
div.tabsa > div.panes > div.one {
  display: none;
  overflow: hidden;
}
div.tabsa > div.panes > div.one.active {
  display: block;
}
div.tabsa.style6 {
  background: #fff;
  padding: 3.5rem 0;
  margin: 0 0 3rem;
}
div.tabsa.style6 div.navi {
  margin: 0 0 1.5rem;
}
div.tabsa.style6 div.navi a {
  color: #E20513;
  font-size: 1.25rem;
  padding: 0.2em 0;
  min-width: 0;
  margin: 0 1em 0.35em 0;
}
div.tabsa.style6 div.navi a.active {
  color: #fff;
  background: #E20513;
  padding: 0.2em 0.5em;
}
div.tabsa.style6 div.panes {
  padding: 0;
  background: none;
}
div.tabsa.style6 div.panes h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #444;
  font-size: 1.5rem;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 2px solid #eee;
}
div.tabsa.style6 div.panes h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #444;
  font-size: 1.25rem;
  margin: 1.5em 0 0.5em;
}
div.tabsa.style6 div.panes p,
div.tabsa.style6 div.panes ul,
div.tabsa.style6 div.panes ol {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  color: #444;
  font-size: 1rem;
  margin: 0 0 1.5em;
}
@media (max-width: 460px) {
  div.tabsa.style6 div.panes h2 {
    font-size: 1.25rem;
  }
}
ul.inline {
  padding: 0;
}
ul.inline > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 1rem 0;
}
ul.inline.middle > li {
  vertical-align: middle;
}
div.box-44 {
  margin: 0 0 3.5rem;
}
div.box-44 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2.25rem;
  margin: 0 0 2rem;
  text-align: center;
}
div.box-44 div.img {
  margin: 0 auto 1.5rem;
}
div.box-44 div.img img {
  border-radius: 100%;
}
div.box-44 div.desc h3 {
  font-family: "Fira Sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  font-size: 1.5rem !important;
}
@media (max-width: 560px) {
  div.box-44 h2 {
    font-size: 1.75rem;
  }
}
div.box-45 {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 2em;
}
div.box-45 div.img {
  display: block;
  overflow: hidden;
}
div.box-45 div.img img,
div.box-45 div.img div.one {
  display: block;
  overflow: hidden;
  float: left;
  width: 33.33%;
  position: relative;
}
div.box-45 div.img div.one img {
  display: block;
  overflow: hidden;
  width: 100%;
}
div.box-45 div.img div.one small {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1em 1.5em;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #999;
  font-size: 0.6875rem;
  z-index: 2;
}
div.box-45 div.desc {
  display: block;
  overflow: hidden;
  padding: 3em 1em 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
div.box-45 div.desc > div.left {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 53%;
  margin: 0 3% 0 0;
}
div.box-45 div.desc > div.right {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 42%;
}
div.box-45 div.desc > div.left p {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
div.box-45 div.desc > div.left small {
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
div.box-45 div.desc > div.right ul {
  display: block;
  overflow: hidden;
}
div.box-45 div.desc > div.right ul li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
div.box-45 div.desc > div.right ul li:first-child {
  padding-right: 1.5em;
  border-right: 2px solid #fff;
  margin: 0 1.5em 0 0;
}
div.box-45 div.desc > div.right small {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
div.box-45 div.desc > div.right p {
  font-size: 2rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}
div.box-45.v2 div.desc > div.right ul {
  margin-bottom: 1.5em;
}
@media (max-width: 900px) {
  div.box-45 div.box-12 div.desc {
    position: static;
    background: none;
    padding: 1.5em 0 0;
    color: #444;
  }
  div.box-45 div.box-12 div.desc > div.right {
    width: 100%;
  }
  div.box-45 div.box-12 div.img div.one small {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  }
}
@media (max-width: 700px) {
  div.box-45 div.box-12 div.img div.one {
    width: 50%;
  }
  div.box-45 div.box-12 div.img div.one:last-child {
    display: none;
  }
}
@media (max-width: 440px) {
  div.box-45 div.box-12 div.img div.one {
    width: 100%;
  }
  div.box-45 div.box-12 div.img div.one:nth-child(2),
  div.box-45 div.box-12 div.img div.one:last-child {
    display: none;
  }
}
ul.list-37 {
  display: block;
  overflow: hidden;
  margin: 0 0 1.5em;
}
ul.list-37 > li:nth-child(even) {
  background: #f8f8f8;
}
ul.list-37 > li {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 2em 0;
  border-bottom: 2px solid #EEE;
}
ul.list-37 > li:last-child {
  border: none;
}
ul.list-37 > li > div {
  margin: 0 2% 0 0;
  display: inline-block;
  vertical-align: middle;
}
ul.list-37 > li > div:last-child {
  margin: 0;
}
ul.list-37 > li div.no {
  width: 6%;
  text-align: center;
}
ul.list-37 > li div.img {
  width: 12%;
}
ul.list-37 > li div.name {
  width: 26.5%;
}
ul.list-37 > li div.stats {
  width: 29%;
}
ul.list-37 > li div.go {
  width: 16%;
}
ul.list-37 > li div.no span {
  display: inline-block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  color: #fff;
  font-size: 1.5rem;
  background: #444;
  padding: 2px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  text-align: center;
}
ul.list-37 > li div.img {
  text-align: right;
}
ul.list-37 > li div.img small {
  display: inline-block;
  background: #EEE;
  border-radius: 4px;
  padding: 3px 6px;
  color: #777;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.75rem;
  position: relative;
}
ul.list-37 > li div.img img {
  display: block;
  overflow: hidden;
  margin: -6px 0 0;
  border-radius: 100%;
  width: 97px;
}
ul.list-37 > li div.name a:first-child,
ul.list-37 > li div.name span + a {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #B20000;
  display: block;
  margin: 0 0 0.25em;
}
ul.list-37 > li div.name small {
  display: block;
  margin: 0 0 0.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  color: #868686;
  font-size: 0.875rem;
}
ul.list-37 > li div.stats div.box-53 {
  display: inline-block;
  vertical-align: top;
}
ul.list-37 > li div.stats div.box-53:first-child {
  margin: 0 1.5em 0 0;
}
ul.list-37 a.button {
  display: inline-block !important;
  background: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.75em 0.9em;
  margin: 0;
  transition: all 0.2s ease-out;
}
ul.list-37 a.button:hover {
  background: #B20000;
  color: #fff;
}
ul.list-37 > li div.name a.button {
  display: none !important;
}
ul.list-37 p.alert {
  font-family: "Fira Sans", Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  font-size: 0.875rem !important;
  color: #b20000;
  border: none;
  margin: 0.5em 0;
}
ul.list-37 p.alert.no {
  color: #666;
}
@media (max-width: 1250px) {
  ul.list-37 > li div.name a.button {
    display: inline-block !important;
  }
}
@media (max-width: 1200px) {
  ul.list-37 > li div.stats {
    width: 50%;
    margin-top: 2em;
    margin-left: 12%;
  }
  ul.list-37 > li div.go {
    width: 34%;
    margin-top: 2em;
  }
  ul.list-37 > li div.img {
    min-width: 120px;
  }
  ul.list-37 > li div.name {
    width: 50%;
  }
  ul.list-37 > li div.no {
    width: 9%;
  }
}
@media (max-width: 740px) {
  ul.list-37 > li div.go {
    width: 100%;
    text-align: center;
  }
  ul.list-37 > li div.stats {
    width: 91%;
  }
}
@media (max-width: 580px) {
  ul.list-37 > li div.no {
    width: 12%;
  }
  ul.list-37 > li div.stats {
    margin-left: 15%;
  }
}
@media (max-width: 500px) {
  ul.list-37 > li div.no {
    width: 12%;
  }
  ul.list-37 > li div.no span {
    font-size: 1rem;
    width: 26px;
    height: 26px;
  }
  ul.list-37 > li div.name {
    width: 53%;
    padding: 0 !important;
    margin: 0 !important;
  }
  ul.list-37 > li div.name a:first-child {
    font-size: 1.125rem;
  }
  ul.list-37 > li div.name a.button {
    font-size: 0.875rem;
    padding: 0.5em 0.75em;
  }
  ul.list-37 > li div.stats {
    display: block;
    margin: 1.5em auto 0 !important;
    width: 98%;
    text-align: center;
  }
  ul.list-37 > li div.stats div.box-53 {
    margin: 0 0.75% 0 0 !important;
  }
  ul.list-37 > li div.img {
    min-width: 72px;
  }
}
.show1230 {
  display: none !important;
}
.hide1230 {
  display: block;
}
@media (max-width: 1250px) {
  .show1230 {
    display: block !important;
  }
  .hide1230 {
    display: none !important;
  }
}
div.header-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
div.header-2 div.img {
  display: table-cell;
  vertical-align: middle;
  width: 76px;
  padding-right: 1rem;
}
div.header-2 img {
  width: 80px;
}
div.header-2 h1,
div.header-2 h2 {
  display: table-cell;
  vertical-align: middle;
  color: #525252;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.6875rem;
  width: 100%;
}
div.box-46 {
  padding: 2rem;
  background: #2B4274;
  background-size: cover;
  color: #fff;
  margin: 0 0 2rem;
}
div.box-46 div.wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
div.box-46 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3.125rem;
  margin: 0 0 1rem;
}
div.box-46 h2 a {
  color: #fff;
}
div.box-46 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
}
div.box-46 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0;
  color: #BFEFFF;
}
div.box-46 h3 a {
  color: #BFEFFF;
}
div.box-46 .form-1 {
  padding: 1rem 0;
  position: relative;
}
div.box-46 ul.autocomplete:empty {
  display: none;
}
div.box-46 ul.autocomplete {
  position: absolute;
  z-index: 3;
  border: 1px solid #eee;
  background: #fff;
  max-height: 396px;
  overflow: auto;
  padding: 1rem;
  width: 100%;
}
div.box-46 ul.autocomplete li {
  overflow: hidden;
  margin: 0 0 1rem;
  color: black;
}
div.box-46 ul.autocomplete li:last-child {
  margin: 0;
}
div.box-46 ul.autocomplete a {
  overflow: hidden;
  position: relative;
}
div.box-46 ul.autocomplete div.img {
  float: left;
  width: 60px;
  overflow: hidden;
  margin: 0 1rem 0 0;
}
div.box-46 ul.autocomplete div.desc {
  overflow: hidden;
}
div.box-46 ul.autocomplete p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
  color: #2B4274;
}
div.box-46 ul.autocomplete small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0;
}
div.box-46 ul.autocomplete strong {
  color: #E20513;
}
div.box-46 ul.autocomplete a {
  text-decoration: none;
}
div.box-46 ul.autocomplete a:hover strong {
  color: #2B4274;
  text-decoration: none;
}
div.box-46 ul.autocomplete li.wybrany:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  top: 8px;
  left: 50px;
  background: url("/parlamentarny/images/icons/wybrany.png") center center scroll no-repeat transparent;
  background-size: 20px auto;
}
ul.list-38 {
  font-size: 0rem;
  color: #fff;
  margin: 0 0 2rem;
}
ul.list-38 a {
  color: #fff;
}
ul.list-38 > li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0 2% 2% 0;
  position: relative;
  padding-bottom: 32%;
}
ul.list-38 > li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-38 div.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  background-size: cover;
}
ul.list-38 div.img img {
  position: absolute;
  left: -10000px;
}
ul.list-38 div.img:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
ul.list-38 div.desc {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 2rem;
}
ul.list-38 div.pre {
  display: block;
  text-align: center;
}
ul.list-38 div.hover {
  display: none;
}
ul.list-38 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 1.75rem;
  margin: 0 0 1.5rem;
}
ul.list-38 h4 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 1.25rem;
  margin: 0 0 1.5rem;
}
ul.list-38 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
}
ul.list-38 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0;
}
ul.list-38 p strong {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
}
ul.list-38 div.hover h4 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}
ul.list-38 div.hover p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0;
}
ul.list-38 li:hover div.desc {
  overflow: auto;
  max-height: 100%;
  padding: 1.5rem;
}
ul.list-38 li:hover div.pre {
  display: none;
}
ul.list-38 li:hover div.hover {
  display: block;
}
@media (max-width: 1100px) {
  ul.list-38 > li {
    width: 49%;
  }
  ul.list-38 > li:nth-child(3n+3) {
    margin-right: 2%;
  }
  ul.list-38 > li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  ul.list-38 div.desc {
    padding: 1.5rem;
  }
  ul.list-38 h3 {
    font-size: 1.625rem;
  }
  ul.list-38 p {
    font-size: 1rem;
  }
}
@media (max-width: 900px) {
  ul.list-38 h3 {
    font-size: 1.25rem;
  }
  ul.list-38 > li {
    padding-bottom: 49%;
  }
  ul.list-38 h3,
  ul.list-38 small {
    margin: 0 0 1rem;
  }
}
@media (max-width: 580px) {
  ul.list-38 > li {
    display: block;
    width: auto;
    margin: 0 0 1rem !important;
    padding: 0;
  }
  ul.list-38 div.desc {
    position: relative;
    transform: none;
  }
}
ul.list-38.po-wyborach > li {
  padding-bottom: 41%;
  min-height: 480px;
}
ul.list-38.po-wyborach li:hover div.pre {
  display: block;
}
ul.list-38.po-wyborach li:hover div.desc {
  overflow: visible;
  padding: 0 2rem;
}
@media (max-width: 580px) {
  ul.list-38.po-wyborach > li {
    padding-bottom: 0;
    min-height: 0;
  }
}
div.box-47-wrap {
  text-align: center;
  margin: 0 0 1rem;
}
div.box-47 {
  font-size: 0rem;
  color: #fff;
  display: inline-block;
  position: relative;
  width: 33.33%;
  padding: 0 0.5rem;
  margin: 0 0 1rem;
}
div.box-47 div.img {
  display: inline-block;
  vertical-align: middle;
  position: static;
  background: none;
}
div.box-47 div.img img {
  position: static;
  display: block;
  border-radius: 100%;
}
div.box-47 div.img:after {
  display: none;
}
div.box-47 div.desc {
  display: none;
  position: absolute !important;
  width: 150px;
  left: 50%;
  top: 4rem;
  margin: 0 auto;
  background: #B20000;
  padding: 0.25rem !important;
  text-align: center;
  transform: translateY(0) translateX(-50%) !important;
}
div.box-47 h5 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0;
}
div.box-47 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.625rem !important;
  margin: 0;
}
div.box-47 a {
  display: block;
}
div.box-47 a:hover div.desc {
  display: block;
}
div.box-47:last-child {
  margin: 0;
}
@media (max-width: 580px) {
  div.box-47 h5 {
    font-size: 1rem;
  }
}
div.box-48 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
div.webmaster h4 {
  font-size: 1.0625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}
div.webmaster div.newsDemo {
  font-size: 0rem;
}
div.webmaster div.newsDemo > div.one {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 1.5rem 0;
}
div.webmaster div.newsDemo > div.one:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 600px) {
  div.webmaster div.newsDemo > div.one {
    width: auto;
    margin: 0 1.5rem 1.5rem 0;
  }
}
div.webmaster fieldset {
  display: block;
  margin: 0 0 1.5rem;
}
div.webmaster input[type="text"] {
  display: block;
  overflow: hidden;
  border: 1px solid #DDD;
  background: #fff;
  padding: 0.75rem;
  width: 100%;
  max-width: 400px;
}
div.webmaster select {
  display: block;
  overflow: hidden;
  border: 1px solid #DDD;
  background: #fff;
  padding: 0.75rem;
  width: 100%;
  max-width: 400px;
}
div.webmaster textarea {
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  color: #333;
  border: none;
  border-radius: 6px;
  background: #eee;
  height: 60px;
  padding: 0.75rem;
  margin: 5px 0 1.5rem;
}
div.webmaster textarea[name="nazwa4"] {
  height: 120px;
}
div.webmaster em {
  display: block;
  background-color: #DFDFD0;
  padding: 5px;
  margin: 3px 0;
}
body#gallery {
  background: #222;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body#gallery div#galleryLeft {
  position: relative;
  margin: 0 342px 0 0;
}
body#gallery div#galleryRight {
  width: 342px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
}
body#gallery div.comments {
  padding: 0 12px 1rem;
}
body#gallery div.comments div.head {
  border: none;
  margin: 0;
}
body#gallery div.comments div.good {
  font-size: 0.8125rem;
  margin: 0 0 1rem;
}
body#gallery div.comments ul li {
  position: relative;
}
body#gallery div.comments ul div.img {
  width: 25px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
body#gallery div.comments ul div.desc {
  margin: 2px 0 0;
}
body#gallery div.comments ul div.desc cite {
  margin-left: 36px;
}
body#gallery div.comments ul div.wrap {
  margin: 0 0 1.5rem;
}
body#gallery div.comments ul ul.actions li {
  margin: 0 1rem 0.5rem 0;
}
body#gallery div.comments ul ul.actions li:last-child {
  margin-right: 0;
}
body#gallery div.comments ul ul {
  margin: 0;
}
body#gallery div.comments ul ul div.wrap {
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 800px) {
  body#gallery {
    display: block;
    overflow: auto;
  }
  body#gallery div#galleryLeft {
    display: block;
    width: 100%;
    margin: 0;
  }
  body#gallery div#galleryRight {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    height: auto;
  }
}
body#gallery.first-page {
  overflow: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}
body#gallery.first-page div.thumbnails.main-gallery {
  display: block;
  padding: 0 0.75rem;
}
body#gallery.first-page div#galleryLeft {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
body#gallery.first-page div#galleryRight {
  position: static;
  height: auto;
  display: table-cell;
  vertical-align: top;
  width: 342px;
}
@media (max-width: 800px) {
  body#gallery.first-page {
    display: block;
    overflow: auto;
  }
  body#gallery.first-page div#galleryLeft {
    display: block;
    width: 100%;
    margin: 0;
  }
  body#gallery.first-page div#galleryRight {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    height: auto;
  }
}
div#galleryLeft {
  color: #fff;
}
div#galleryLeft div.wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div#galleryLeft div.wrap div.wrapInner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
  transition: all 0.2s linear;
}
div#galleryLeft div.wrap.loading div.wrapInner {
  opacity: 0;
}
div#galleryLeft a.close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
}
div#galleryLeft div.img {
  display: block;
  overflow: hidden;
  position: relative;
}
div#galleryLeft div.img img {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
div#galleryLeft div.img small.credits {
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 0.5rem 0.5rem;
  text-align: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
div#galleryLeft div.img-wrap {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
div#galleryLeft div.img-wrap img {
  width: 500px;
  height: 300px!important;
  object-fit: contain;
}
div#galleryLeft div.img-wrap div.prev-photo {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}
div#galleryLeft div.img-wrap div.next-photo {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}
div#galleryLeft div.img-wrap div.prev-photo img {
  right: 0;
}
div#galleryLeft div.img-wrap div.next-photo img {
  left: 0;
}
div#galleryLeft div.img-wrap div.prev-photo img,
div#galleryLeft div.img-wrap div.next-photo img {
  display: block;
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  max-width: none;
  filter: brightness(0.3);
}
div#galleryLeft div.img div.scroll-wrap {
  padding: 1.5rem;
}
div#galleryLeft div.img div.desc {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
div#galleryLeft div.img div.desc p {
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.45;
}
div#galleryLeft div.head {
  position: relative;
  padding: 1.25rem;
  text-align: left;
}
div#galleryLeft ul.art-social {
  display: block;
  font-size: 0rem;
  display: inline-block;
}
div#galleryLeft ul.art-social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3rem 0 0;
  font-size: 0.6875rem;
}
div#galleryLeft ul.art-social li:first-child {
  margin-right: 1rem;
}
div#galleryLeft ul.art-social li:last-child {
  margin-right: 0;
}
div#galleryLeft ul.art-social img {
  display: block;
}
div#galleryLeft ul.art-social span {
  display: none;
}
div#galleryLeft ul.tip {
  display: block;
  font-size: 0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
}
div#galleryLeft ul.tip li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3rem 0 0;
  font-size: 0.6875rem;
}
div#galleryLeft ul.tip li:first-child {
  margin-right: 1rem;
}
div#galleryLeft ul.tip li:last-child {
  margin-right: 0;
}
div#galleryLeft ul.tip li.arrow {
  padding: 0.65rem 0.5rem;
  background: #E20513;
  border-radius: 8px;
}
div#galleryLeft ul.tip img {
  display: block;
}
div#galleryLeft a.prev {
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 37%;
  bottom: 30%;
  overflow: hidden;
  width: 39px;
}
div#galleryLeft a.next {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 37%;
  bottom: 30%;
  overflow: hidden;
  width: 39px;
}
div#galleryLeft a.prev img,
div#galleryLeft a.next img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}
div#galleryLeft .scroll-pane {
  height: 100px;
}
div#galleryLeft .jspDrag {
  background: #fff;
}
div#galleryLeft .jspTrack {
  background: #424251;
}
div#galleryLeft a.more-photos,
div#galleryLeft a.less-photos {
  display: block;
  z-index: 2;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 4px;
  margin: 0 auto;
  background: #E20513;
  width: 200px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
}
div#galleryLeft a.more-photos:hover,
div#galleryLeft a.less-photos:hover {
  background: #22895a;
}
div#galleryLeft a.less-photos {
  margin-top: 1.5rem;
}
div#galleryLeft div.thumbnails {
  display: none;
  padding: 1.5rem 1.5rem 0;
}
div#galleryLeft div.thumbnails div.scroll-pane {
  height: 600px;
}
div#galleryLeft div.thumbnails ul {
  padding: 0 0 1.5rem;
  text-align: center;
  overflow: auto;
  font-size: 0rem;
}
div#galleryLeft div.thumbnails ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
  width: 25%;
}
div#galleryLeft div.thumbnails li img {
  filter: brightness(0.6);
}
div#galleryLeft div.thumbnails li.active img {
  filter: none;
}
div#galleryLeft.showing-thumbnails div.wrap div.wrapInner {
  display: none;
}
div#galleryLeft.showing-thumbnails div.thumbnails {
  display: block;
}
@media (max-width: 1180px) {
  div#galleryLeft div.img p {
    font-size: 0.75rem;
  }
}
@media (max-width: 1000px) {
  div#galleryLeft ul.tip {
    display: none;
  }
}
@media (max-width: 800px) {
  div#galleryLeft div.img {
    overflow: hidden;
  }
  div#galleryLeft div.wrap {
    display: block;
    height: auto !important;
    width: auto !important;
  }
  div#galleryLeft div.wrap div.wrapInner {
    display: block;
  }
  div#galleryLeft div.img div.desc,
  div#galleryLeft div.img div.jspContainer {
    height: auto !important;
    width: auto !important;
  }
  div#galleryLeft div.img div.jspPane {
    position: static !important;
    height: auto !important;
    width: auto !important;
  }
  div#galleryLeft a.close {
    top: 48px;
  }
  div#galleryLeft a.next {
    width: 50%;
    top: 30%;
    bottom: auto;
    right: 1rem;
  }
  div#galleryLeft a.prev {
    width: 50%;
    top: 30%;
    bottom: auto;
    left: 1rem;
  }
  div#galleryLeft a.next img {
    width: 40px;
    margin: 2rem 0 2rem auto;
  }
  div#galleryLeft a.prev img {
    width: 40px;
    margin: 2rem 0;
  }
  div#galleryLeft div.thumbnails * {
    height: auto !important;
  }
}
@media (max-width: 540px) {
  div#galleryLeft div.img {
    padding: 0;
  }
  div#galleryLeft div.img div.desc {
    position: relative;
  }
  div#galleryLeft div.img div.desc.open div.text {
    max-height: none !important;
  }
}
@media (max-width: 440px) {
  div#galleryLeft div.img div.desc div.text {
    font-size: 0.75rem;
  }
  div#galleryLeft .nu-social img {
    width: 26px;
  }
}
div#galleryRight hr {
  margin: 1em 0;
}
div#galleryRight div.acenter.padd12 br {
  display: none;
}
div.box-49 {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #EFEFEF;
  margin: 0 0 1rem;
  position: relative;
}
div.box-49 span {
  display: block;
  overflow: hidden;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #0E0E1E;
  font-size: 0.875rem;
  height: 38px;
  padding: 0.75em 12px;
  margin: 0 38px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.box-49 em {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
div.box-49 a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #EFEFEF;
  padding: 0.75em;
  height: 38px;
}
div.box-49 a img {
  display: block;
  width: 14px;
}
div.box-50 {
  display: block;
  overflow: hidden;
  margin: 0 12px 0.5rem;
}
div.box-50 h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.1;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
div.box-50 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.4;
  font-size: 0.875rem;
  margin: 0 0 0.5rem;
}
div.box-50 p:last-child {
  margin: 0;
}
div.box-50 small {
  color: #A7A7B7;
  display: block;
  margin: 0 0 0.25rem;
}
div.box-50 small a {
  color: #A7A7B7;
}
div.box-51 {
  padding: 12px;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #eee;
  position: relative;
}
.jspDrag {
  background: #BBB;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 4px;
}
.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;
}
div.box-52 {
  overflow: hidden;
  text-align: center;
  padding: 2rem;
  background: #E20513;
  background-size: cover;
  position: relative;
}
div.box-52 h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 4.125rem;
  padding: 2rem 0;
  color: #fff;
  margin: 0;
}
div.box-52 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2.625rem;
  padding: 0;
  margin: 0 0 0.5rem;
  color: #fff;
}
div.box-52 p.lead {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 0 auto 2rem;
  color: #fff;
  width: 840px;
  max-width: 100%;
}
div.box-52 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.9375rem;
  margin: 0 0 2rem;
  color: #fff;
}
div.box-52 ul {
  display: inline-block;
  background: rgba(255, 115, 115, 0.6);
}
div.box-52 ul li {
  display: inline-block;
}
div.box-52 ul a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
}
div.box-52 ul li.active a {
  color: #1F1F2E;
}
div.box-52 ul.social {
  display: block;
  background: none;
  margin: 0 auto;
}
div.box-52 ul.social li {
  vertical-align: top;
}
div.box-52 ul.social li a {
  margin: 0;
}
div.box-52 ul.social img {
  margin: 0 0 0.5rem;
}
div.box-52 ul.social small {
  font-size: 0.875rem;
}
div.box-52 div.partnerzy {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
div.box-52 div.partnerzy small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 0.6875rem;
  margin: 0 0 0.5rem;
  color: #fff;
}
div.box-52 div.partnerzy a {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
div.box-52 div.img {
  overflow: hidden;
  float: left;
  margin: 0.5rem 2rem 0 0;
  max-width: 35%;
}
div.box-52 div.desc {
  overflow: hidden;
  text-align: left;
}
@media (max-width: 1100px) {
  div.box-52 h1 {
    font-size: 2.875rem;
  }
}
@media (max-width: 1000px) {
  div.box-52 p.lead {
    font-size: 1.125rem;
  }
}
@media (max-width: 620px) {
  div.box-52 ul a {
    font-size: 0.75rem;
    padding: 0.35rem 0.5rem;
  }
  div.box-52 h1 {
    font-size: 2rem;
  }
  div.box-52 p {
    font-size: 0.875rem;
  }
}
@media (max-width: 440px) {
  div.box-52 p.lead {
    font-size: 0.875rem;
  }
}
ul.list-39 {
  font-size: 0rem;
}
ul.list-39 li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  height: 320px;
  margin: 0 3% 3% 0;
  border: 1px solid #F0EFEF;
  position: relative;
}
ul.list-39 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-39 div.img {
  margin: 0 0 1rem;
}
ul.list-39 div.img img {
  display: block;
  height: 150px;
  object-fit: contain;
}
ul.list-39 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  color: #707070;
  display: block;
  margin: 0 0 0.25rem;
}
ul.list-39 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1.25rem;
  margin: 0;
}
ul.list-39 a {
  padding: 1rem;
  display: block;
}
@media (max-width: 1100px) {
  ul.list-39 li {
    width: 48.5%;
  }
  ul.list-39 li:nth-child(3n+3) {
    margin-right: 3%;
  }
  ul.list-39 li:nth-child(even) {
    margin-right: 0;
  }
  ul.list-39 small {
    font-size: 0.875rem;
  }
  ul.list-39 h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 900px) {
  ul.list-39 li {
    width: 100%;
    margin: 0 0 1.5rem !important;
    height: auto;
  }
  ul.list-39 a {
    position: static;
    padding: 1.25rem;
    transform: none;
  }
}
div.box-53 {
  /* zajęty */
}
div.box-54 {
  background: none center center scroll no-repeat #E20513;
  background-size: cover;
  padding: 3.5rem 10px 2.5rem;
  text-align: center;
  margin: 0 auto 2.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  color: #fff;
  position: relative;
}
div.box-54:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
div.box-54 div.wrap {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
div.box-54 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
  color: #9F9F9F;
}
div.box-54 h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 auto 1.5rem;
  text-transform: uppercase;
}
div.box-54 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-style: italic;
  font-size: 1rem;
  margin: 0 auto 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
div.box-54 h2 + h1 {
  margin: 0 auto 1rem;
}
@media (max-width: 900px) {
  div.box-54 h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  div.box-54 h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 500px) {
  div.box-54 h1 {
    font-size: 1.5rem;
  }
}
ul.list-40 {
  padding: 0;
  list-style-type: none;
  font-size: 0rem;
}
ul.list-40 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5rem 1rem 0;
  font-size: 1rem;
}
ul.list-40 strong {
  color: #222;
}
article div.stream {
  display: block;
  overflow: hidden;
}
article div.stream h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 1.25rem;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #EEE;
  margin: 0 0 0.75rem;
}
article div.stream div.body {
  display: block;
  background: #fff;
  padding: 5px;
}
article div.stream div.body > div.scroll-pane {
  width: 100%;
  height: 195px;
}
article div.stream div.one {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0.65rem 0;
  background: #fff;
  -webkit-animation-name: showUp;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s;
  /* Chrome, Safari, Opera */
  animation-name: showUp;
  animation-duration: 2s;
}
article div.stream div.one > * {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  width: 100%;
}
article div.stream div.one > small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1rem;
  border-right: 7px solid #EEE;
  width: 60px;
  text-align: left;
}
article div.stream div.one > div.desc {
  padding: 0.5rem 1rem;
}
article div.stream div.one div.desc {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}
article div.stream div.one div.desc p {
  font-size: 1rem;
}
article div.stream div.one div.desc small {
  display: block;
  margin: 0 0 0.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem;
}
article div.stream div.one > div.desc a {
  color: #E20513;
}
article div.stream div.one div.desc div.m {
  display: table;
  width: 100%;
}
article div.stream div.one div.desc div.m div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
article div.stream div.one div.desc div.m div.lapki {
  width: 100% !important;
  text-align: center;
}
article div.stream div.one div.desc div.m div.lapki a {
  margin: 0 5px;
}
article div.stream div.one div.desc div.m div.lapki a.up {
  color: #093 !important;
}
article div.stream div.one div.desc div.m div.lapki a.down {
  color: #D80000 !important;
}
article div.stream div.one div.desc div.m a {
  font-size: 0.875rem;
}
article div.stream div.one div.desc blockquote {
  background: url("/images/icons/quote.png") left top scroll no-repeat transparent;
  padding-left: 80px;
  min-height: 60px;
  margin-left: 0;
}
article div.stream div.one blockquote h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.25rem;
  color: #454545;
  margin: 0 0 0.5em;
}
article div.stream div.art {
  border: 1px solid #BEC0C5;
  padding: 10px 10px 0;
  border-radius: 3px;
  max-width: 500px;
}
article div.stream div.art div.img {
  margin: 0 0 0.5rem;
}
article div.stream div.art h5 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 1.25rem;
  color: #333;
  margin: 0 0 0.75rem;
}
article div.stream div.art a:hover {
  text-decoration: none;
}
article div.stream div.art a:hover h5 {
  color: #000;
}
article div.stream .instagram iframe {
  min-width: 0 !important;
  width: 500px !important;
  max-width: 100% !important;
}
article div.stream i.comm {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 29px;
  background: url("/images/2019/icons/comment2.png") center center scroll no-repeat transparent;
  margin: 0 10px 0 0;
}
article div.stream div.m {
  margin: 0 0 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
}
article div.stream div.m a {
  color: #222;
}
article div.stream div.m i.thumb-up {
  margin-right: 0.5rem;
  vertical-align: -1px;
}
article div.stream div.m i.thumb-down {
  margin-right: 0.5rem;
  vertical-align: -4px;
}
article div.stream p:empty {
  display: none;
}
article div.stream .yt {
  padding-top: 0 !important;
  margin: 0 auto !important;
}
article div.stream .wiecej:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  article div.stream {
    /*div.one > small { vertical-align: top; padding-top: 1.25rem; }*/
  }
  article div.stream div.one div.desc div.b p,
  article div.stream div.one div.desc div.b ul {
    font-size: 0.875rem;
  }
  article div.stream div.one {
    display: block;
  }
  article div.stream div.one > small {
    font-size: 0.875rem;
    position: static !important;
    display: block;
    padding: 0 0 0.5rem !important;
    width: auto !important;
    height: auto;
    text-align: center;
    border: none !important;
    border-bottom: 7px solid #eee !important;
  }
  article div.stream div.one > div.desc {
    display: block;
    width: auto;
    height: auto;
    padding: 0.5rem 0;
  }
  article div.stream div.art h5 {
    font-size: 1rem;
  }
}
@media (max-width: 370px) {
  article div.stream i.comm {
    display: block;
    margin: 0 auto 0.25rem;
  }
  article div.stream div.one div.desc div.m > div:first-child > a {
    display: block;
    text-align: center;
  }
}
@-webkit-keyframes showUp {
  from {
    background: #EDF9F9;
    opacity: 0.5;
  }
  to {
    background: #fff;
    opacity: 1;
  }
}
@keyframes showUp {
  from {
    background: #EDF9F9;
    opacity: 0.5;
  }
  to {
    background: #fff;
    opacity: 1;
  }
}
ul.list-41 {
  text-align: center;
}
ul.list-41 li.head {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  display: block;
  margin: 0 auto 2rem;
}
ul.list-41 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem;
}
ul.list-41 li.text {
  background: #eee;
  padding: 1rem;
  border-radius: 20px;
  max-width: 220px;
  font-size: 0.875rem;
}
ul.list-41 img {
  width: 100px;
}
div#target-1 {
  margin: 0 0 2rem;
}
div#target-3 div.box-5 {
  margin-bottom: 2rem;
  margin-top: 0.4rem !important;
}
div#target-3a div.box-5 {
  margin: 0 0 2rem;
}
div#target-4a div.box-8 {
  margin-top: 0;
}
div.box-55 {
  overflow: hidden;
  padding: 0.75rem 0 1rem;
}
div.box-55 div.img {
  float: left;
  overflow: hidden;
  max-width: 30%;
  margin: 0 1rem 0 0;
}
div.box-55 div.desc {
  overflow: hidden;
  font-size: 0rem;
}
div.box-55 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
div.box-55 h2 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  display: block;
}
div.box-55 p {
  font-size: 0.75rem;
}
div.box-56 {
  margin: 0 0 1rem;
  border: 1px solid #E20513;
  overflow: hidden;
  background: #E20513;
  color: #fff;
}
div.box-56 div.left {
  float: left;
  width: 60%;
  overflow: hidden;
}
div.box-56 div.left img {
  display: block;
}
div.box-56 div.right {
  overflow: hidden;
  padding: 2rem;
}
div.box-56 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
div.box-56 small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 1.5rem;
  padding: 1rem 0 1rem 2.5rem;
  background: url("/images/2019/icons/arrow.png") left center scroll no-repeat transparent;
}
div.box-56 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 1100px) {
  div.box-56 div.left {
    width: auto;
    float: none;
  }
}
@media (max-width: 420px) {
  div.box-56 h3 {
    font-size: 1.625rem;
  }
}
/* jquery.zoom.min.js */
.zoom {
  display: block;
  position: relative;
}
.zoom img {
  display: block;
}
.zoom img::selection {
  background-color: transparent;
}
ul.list-42 {
  font-size: 0rem;
}
ul.list-42 > li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 3% 0;
  border: 1px solid #F0EFEF;
}
ul.list-42 > li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-42 div.head {
  position: relative;
  z-index: 1;
  margin: 0 0 -2rem;
  padding: 1rem 1rem 0;
  overflow: hidden;
}
ul.list-42 h3 {
  margin: 0;
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  min-height: 2.9em;
}
ul.list-42 p {
  overflow: hidden;
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}
ul.list-42 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem;
  display: block;
  padding: 0.5rem 1rem;
}
ul.list-42 div.chart img {
  display: block;
}
@media (max-width: 1100px) {
  ul.list-42 > li {
    display: block;
    width: 100%;
    margin: 0 0 1.5rem !important;
    height: auto !important;
  }
}
ul.list-43 {
  margin: 0;
  text-align: center;
}
ul.list-43 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.75rem 0.5rem 0;
}
ul.list-43 span {
  background: #555;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 1rem;
  display: inline-block;
  min-width: 55px;
  padding: 0 0.25rem;
  margin: 0 0 0.35rem;
}
ul.list-43 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0 0 0.15rem;
  text-transform: uppercase;
}
ul.list-43 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.625rem;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
}
ul.list-43 .c1 span {
  background: #D30609;
}
ul.list-43 .c2 span {
  background: #2C9836;
}
ul.list-43 .c3 span {
  background: #1F4194;
}
ul.list-43 .c4 span {
  background: #F8A603;
}
ul.list-43 .up {
  color: #006738;
}
ul.list-43 .down {
  color: #E20513;
}
div.box-57 {
  font-size: 0rem;
  padding: 0.75rem 0 1.5rem;
}
div.box-57 div.one {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 0 0;
}
div.box-57 div.one:nth-child(even) {
  margin: 0;
}
div.box-57 form {
  display: table;
  width: 100%;
}
div.box-57 label {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  display: table-cell;
  vertical-align: middle;
  padding-right: 1.5rem;
  text-align: right;
}
div.box-57 select {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  background: #F0EFEF;
  padding: 0.5rem;
  border-radius: 4px;
}
@media (max-width: 1100px) {
  div.box-57 form {
    display: block;
  }
  div.box-57 label {
    display: block;
    padding: 0 0 0.5rem;
    text-align: left;
  }
  div.box-57 select {
    display: block;
  }
}
@media (max-width: 800px) {
  div.box-57 div.one {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  div.box-57 div.one:last-child {
    margin: 0;
  }
}
table.table-2 {
  width: 100%;
  display: table !important;
  border-collapse: collapse;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
table.table-2 th,
table.table-2 td {
  border: 4px solid #fff;
  vertical-align: middle;
  text-align: center;
}
table.table-2 thead th:empty,
table.table-2 tbody td:empty {
  background: none;
}
table.table-2 thead th {
  background: #eee;
  padding: 0.5rem;
  color: #454545;
  font-size: 0.8125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
table.table-2 tbody th {
  background: #555;
  padding: 0.5rem;
  color: #fff;
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
table.table-2 tbody td {
  background: #eee;
  padding: 0.5rem;
  color: #454545;
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
table.table-2 tbody tr:first-child td {
  padding: 0.25rem;
  background: none;
}
table.table-2 small {
  padding: 0 !important;
  text-align: center !important;
}
table.table-2 tbody th.s1 {
  background: #85B200;
}
table.table-2 tbody th.s2 {
  background: #416500;
}
table.table-2 tbody th.s3 {
  background: #444;
}
table.table-2 tbody th.s4 {
  background: #333;
}
table.table-2 tbody th.s5 {
  background: #555;
}
table.table-2 tbody th.s6 {
  background: #555;
}
div.box-58 {
  font-size: 0rem;
  margin: 0 0 2rem;
}
div.box-58 div.one {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 0 0;
}
div.box-58 div.one:nth-child(even) {
  margin: 0;
}
div.box-58 div.box-5 {
  height: 100%;
}
div.box-58 small {
  display: block;
  padding: 0.25rem 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem;
  text-align: right;
}
@media (max-width: 1000px) {
  div.box-58 div.one {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
    height: auto !important;
  }
  div.box-58 div.one:last-child {
    margin: 0;
  }
}
ul.list-44 {
  font-size: 0rem;
  position: relative;
}
ul.list-44:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #eee;
}
ul.list-44:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 1px solid #eee;
}
ul.list-44 li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50%;
  padding: 1.25rem;
}
ul.list-44 img {
  display: block;
  margin: 0 auto;
}
ul.list-44 span {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.25rem;
  text-align: center;
}
table.table-3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  width: 100%;
  margin: 0 0 1rem;
}
table.table-3.stick {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}
@media (max-width: 1000px) {
  table.table-3.stick {
    top: 80px;
  }
}
@media (max-width: 630px) {
  table.table-3.stick {
    top: 52px;
  }
}
table.table-3 tr {
  scroll-margin-top: 45px;
}
table.table-3 td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #F0EFEF;
}
table.table-3 th,
table.table-3 td {
  text-align: center;
}
table.table-3 th,
table.table-3 td.nowrap {
  white-space: nowrap;
}
table.table-3 th:first-child,
table.table-3 td:first-child {
  text-align: left;
}
table.table-3 th {
  padding: 1rem 0.5rem !important;
}
table.table-3 .aleft {
  text-align: left;
}
table.table-3 .aright {
  text-align: right;
}
table.table-3 th {
  padding: 0.5rem;
  border-bottom: 2px solid #F0EFEF;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
}
table.table-3 th.company {
  position: sticky;
  left: 0;
  background-color: #fff;
}
table.table-3 tr:hover td {
  background: #f7f7f7;
}
table.table-3 tr.alph:hover td {
  background: none;
}
table.table-3 tr.alph td {
  padding: 0.75rem 0.5rem 0.25rem 0.5rem;
  border: none;
  text-align: center;
}
table.table-3 tr.alph a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.2rem;
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.8125rem;
}
table.table-3 tr.alph a {
  background: #E20513;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  padding: 0.25rem 0;
  text-align: center;
}
table.table-3 tr.alph a:hover {
  background: #2D373C;
}
table.table-3 td.company {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 14px;
  width: 140px;
  border-right: 1px solid #F0EFEF;
  position: relative;
  position: sticky;
  left: 0;
  background-color: #fff;
}
table.table-3 td.company::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05), transparent);
}
table.table-3 td.company small {
  display: block;
  color: #2D373C;
  font-size: 15px;
}
table.table-3 td.company strong {
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888 !important;
}
table.table-3 td.company a {
  display: block;
  width: 160px;
  transition: all 0.2s linear;
}
table.table-3 td.company a:hover *,
table.table-3 td.company a:active *,
table.table-3 td.company a:focus * {
  color: #E20513;
}
table.table-3 td.up {
  color: #0F7627;
}
table.table-3 td.down {
  color: #E20513;
}
table.table-3 td img {
  display: inline-block;
  margin: 0 0.25rem 0 0;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0.75rem 0.5rem !important;
}
@media (max-width: 800px) {
  div.fixed-first-column.cloned {
    position: relative;
  }
  div.fixed-first-column.cloned table {
    background: #fff;
    table-layout: fixed;
  }
  div.fixed-first-column.cloned table:first-child {
    position: relative;
  }
  div.fixed-first-column.cloned tr.alph {
    display: none !important;
  }
  div.fixed-first-column.cloned td.sticky {
    width: 140px;
  }
  div.fixed-first-column.cloned table + table {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
  }
}
div.box-59 {
  margin: 0 0 2rem;
}
div.box-59 *::after {
  display: none;
}
div.box-59 div.head {
  overflow: hidden;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
}
div.box-59 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2rem;
  border-bottom: 1px solid #F7F7F7;
  margin-bottom: 30px;
}
div.box-59 div.head h2 strong {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
div.box-59 div.head > h2 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.box-59 div.head ul {
  overflow: hidden;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 0.25rem 0 0;
}
div.box-59 div.head ul li {
  padding: 0 2rem;
  border-right: 1px solid #F0EFEF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.box-59 div.head ul li:first-child .nr {
  font-size: 32px;
}
div.box-59 div.head ul li.no-border {
  border: none;
}
div.box-59 div.head ul li:first-child {
  padding-left: 0;
}
div.box-59 div.head ul li:last-child {
  border: none;
}
div.box-59 div.head ul li:not(:has(*)) {
  border: none;
}
div.box-59 div.head small {
  display: block;
  font-size: 0.6875rem;
  color: #6F6F6F;
}
div.box-59 div.head span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
  font-weight: 900;
}
div.box-59 div.head span:last-child {
  margin: 0;
}
div.box-59 div.head .up {
  color: #0F7627;
  font-weight: 400;
}
div.box-59 div.head .down {
  color: #E20513;
  font-weight: 400;
}
div.box-59 div.head .zer {
  font-weight: 400;
}
div.box-59 div.head.two {
  flex-direction: row;
}
div.box-59 div.head.two ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #F0EFEF;
  padding: 0 1rem;
}
div.box-59 div.head.two ul:last-child {
  border: none;
}
div.box-59 div.head.two ul li {
  flex: 1;
  padding: 0;
}
div.box-59 div.head.two h2 {
  font-size: 24px;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
div.box-59 .price {
  font-size: 32px;
}
div.box-59 div.body {
  border: 1px solid #F0EFEF;
  padding: 0 2rem 2rem;
  border-radius: 8px;
  background: transparent linear-gradient(180deg, #F4F4F4E5 0%, #FFFDFD 100%) 0% 0% no-repeat;
}
div.box-59 div.body .highcharts-background {
  display: none;
}
div.box-59 .dynamicchartptwp {
  aspect-ratio: 900 / 400;
}
div.box-59 div.ticker {
  margin: 1rem 0 0;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  text-transform: uppercase;
}
div.box-59 div.ticker a {
  color: #E20513;
}
div.box-59 div.ticker a,
div.box-59 div.ticker span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
div.box-59 .links {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #F7F7F7;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 1.5rem;
  overflow: auto;
  white-space: nowrap;
}
div.box-59 .links a {
  padding: 0.5rem 0;
  border-bottom: 4px solid transparent;
}
div.box-59 .links span {
  padding: 0.5rem 0;
  font-weight: 700;
  border-bottom: 4px solid #E20513;
}
div.box-59 div.head .summary {
  display: flex;
  align-items: center;
}
div.box-59 div.head .summary span {
  white-space: wrap;
}
div.box-59 div.head .summary .price-info {
  width: 260px;
  max-width: 50%;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
div.box-59 div.head .summary .price {
  font-size: 36px;
  display: block;
  font-weight: 600;
}
div.box-59 div.head .summary .change {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
div.box-59 div.head .summary .change span {
  font-size: 16px;
}
div.box-59 div.head .summary .change small {
  font-size: 12px;
}
div.box-59 div.head .summary .updated {
  font-size: 12px;
  font-weight: 400;
}
div.box-59 div.head .summary .stats {
  columns: 4;
  flex: 1;
}
div.box-59 div.head .summary .stats .one {
  border-left: 1px solid #eee;
  padding: 0.5rem 0 0.5rem 1rem;
  margin-left: 1rem;
  break-inside: avoid-column;
}
div.box-59 div.head .summary .stats small {
  font-size: 12px;
}
div.box-59 div.head .summary .stats span {
  font-size: 20px;
}
@media (max-width: 1200px) {
  div.box-59 div.head .summary {
    flex-wrap: wrap;
  }
  div.box-59 div.head .summary .price-info {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem;
  }
  div.box-59 div.head .summary .stats .one:first-child,
  div.box-59 div.head .summary .stats .one:nth-child(2) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  div.box-59 div.head .summary .stats {
    columns: 2;
  }
  div.box-59 div.head .summary .stats .one:nth-child(3),
  div.box-59 div.head .summary .stats .one:nth-child(4) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 1140px) {
  div.box-59 div.head h2 {
    float: none;
    width: auto;
    margin: 0 0 1rem;
  }
  div.box-59 div.head h2 strong {
    display: inline;
  }
  div.box-59 div.head.two ul {
    display: block;
    width: auto;
    margin: 0 0 1rem;
  }
  div.box-59 div.head.two h2 {
    margin: 0;
    padding: 0;
    border: none;
  }
  div.box-59 div.head.two ul li {
    max-width: none;
  }
}
@media (max-width: 900px) {
  div.box-59 div.head ul li {
    padding: 0 1rem 0 0 !important;
    margin: 0 1rem 1rem 0;
    border: none;
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  div.box-59 div.head ul {
    flex-wrap: wrap;
  }
  div.box-59 div.head ul li:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 760px) {
  div.box-59 div.head.two {
    flex-direction: column;
  }
  div.box-59 div.head.two ul {
    padding: 0;
    border-bottom: 1px solid #F0EFEF;
  }
  div.box-59 div.head.two ul:last-child {
    border: none;
  }
  div.box-59 .dynamicchartptwp {
    aspect-ratio: 1 / 1.25;
  }
}
@media (max-width: 500px) {
  div.box-59 div.head ul {
    flex-wrap: wrap;
  }
  div.box-59 div.head ul li:first-child {
    flex-basis: 100%;
  }
}
div.tabs.tabs-3 div.navi {
  margin: 0;
}
div.tabs.tabs-3 div.navi a {
  border-top: 6px solid transparent;
  padding: 1rem 0 0;
  font-size: 0.75rem;
}
div.tabs.tabs-3 div.navi a.active {
  border-top-color: #F0EFEF;
}
div.tabs.tabs-4 div.navi {
  margin: 0;
  text-align: center;
}
div.tabs.tabs-4 div.navi a {
  color: #868686;
}
div.tabs.tabs-4 div.navi a.active {
  color: #31313F;
}
form.form-7 {
  margin: 2rem 0 0;
}
form.form-7 label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
}
form.form-7 select {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  padding: 0.5rem;
  background: #F0EFEF;
  border-radius: 4px;
  width: 200px;
  height: 34px;
}
form.form-7 .button {
  background: #E20513;
  border-radius: 4px;
  padding: 0.25rem 0.75rem;
  height: 34px;
}
div.box-60 {
  margin: 3rem 0 1.5rem;
}
div.box-60 h3 {
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
div.box-60 p {
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}
#leafletmap {
  width: 100%;
  height: 420px;
}
#leafletmap .leaflet-tile-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#leafletmap h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #403E3E;
  font-size: 1.75rem;
  text-align: center;
  margin: 0 0 0.25rem;
}
#leafletmap p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #403E3E;
  font-size: 1.25rem;
  text-align: center;
  margin: 0 0 1rem !important;
}
#leafletmap a {
  text-decoration: none;
}
.cRed {
  color: #E20513;
}
.cGreen {
  color: #178620;
}
div.box-61 div.head {
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
div.box-61 div.head > div.left {
  float: left;
  overflow: hidden;
  width: 45%;
  margin: 0 2rem 0 0;
}
div.box-61 div.head > div.right {
  overflow: hidden;
}
div.box-61 h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
div.box-61 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.6875rem;
  margin: 0 0 1.5rem;
  color: #666;
}
div.box-61 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.6;
  font-size: 1.125rem;
  margin: 0 0 2rem;
}
div.box-61 h3 a {
  color: #E20513;
}
div.box-61 div.head ul {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.box-61 div.head ul li {
  display: block;
  margin: 0 0 0.5rem;
}
div.box-61 div.body > ul {
  font-size: 0rem;
  margin: 0 0 2rem;
}
div.box-61 div.body > ul li {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5rem 1rem 0;
}
div.box-61 div.body > ul li:last-child {
  margin-right: 0;
}
div.box-61 div.body p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 800px) {
  div.box-61 div.head > div.left {
    float: none;
    margin: 0 0 2rem;
    width: auto;
  }
}
@media (max-width: 520px) {
  div.box-61 h1 {
    font-size: 1.75rem;
  }
  div.box-61 h2 {
    font-size: 1.5rem;
  }
  div.box-61 h3 {
    font-size: 1rem;
  }
}
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: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  font-size: 0rem;
}
div.rodo div.body {
  padding: 1.5rem;
}
div.rodo div.body div.scroll,
div.rodo div.body div.scroll-pane {
  height: 350px;
  overflow: auto;
  outline: 0;
}
div.rodo div.body div.komunikat {
  display: block;
  padding-right: 1rem;
}
div.rodo div.body div.ustawienia {
  display: none;
  padding-right: 1rem;
}
div.rodo div.body h2 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}
div.rodo div.body p {
  font-size: 1rem;
  margin: 0 0 1.5rem;
}
div.rodo div.body p:last-child {
  margin: 0;
}
div.rodo div.checkbox {
  margin: 0 0 1.5rem;
}
div.rodo div.checkbox input {
  display: none;
}
div.rodo div.checkbox label {
  display: block;
  background: url("/images/rodo/check-a.png") left 1px scroll no-repeat transparent;
  background-size: 22px auto;
  padding-left: 36px;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
div.rodo div.checkbox input:checked + label {
  background-image: url("/images/rodo/check-b.png");
}
div.rodo div.foot {
  background: #ddd;
  padding: 1.5rem 0.5rem 1rem;
  text-align: center;
}
div.rodo div.foot a.button {
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #E20513;
  margin: 0 1rem 0.5rem 0;
  transition: all 0.2s linear;
}
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: 760px) {
  div.rodo {
    padding: 0 !important;
  }
  div.rodo div.body h2 {
    font-size: 1.125rem;
    margin: 0 0 1rem;
  }
  div.rodo div.body p {
    font-size: 0.875rem;
    margin: 0 0 1rem;
  }
  div.rodo div.foot {
    padding: 1.25rem;
  }
  div.rodo div.foot a.button {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 400px) {
  div.rodo div.head > img {
    margin: 0;
  }
}
div.box-62 {
  position: relative;
  margin: 0 0 2.5rem;
  overflow: hidden;
}
div.box-62 div.left {
  overflow: hidden;
}
div.box-62 div.right {
  float: right;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
  margin: 0 0 0 1.5rem;
}
div.box-62 div.right span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  border: 1px solid #F0EFEF;
  padding: 0.5rem;
}
div.box-62 div.right span:last-child {
  margin-right: 0;
}
@media (max-width: 530px) {
  div.box-62 div.right {
    float: none;
    margin: 0 0 1rem;
    text-align: center;
  }
}
ul.list-45 {
  display: block;
  font-size: 0rem;
  text-align: center;
}
ul.list-45 li {
  display: inline-block;
  vertical-align: top;
  width: 21.25%;
  margin: 0 5% 2rem 0;
}
ul.list-45 li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-45 p {
  display: inline-block;
  background: #E20513;
  color: #fff;
  padding: 0.15rem 0.25rem;
  width: 65px;
  font-size: 1rem;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 1100px) {
  ul.list-45 li {
    width: 47.5%;
  }
  ul.list-45 li:nth-child(4n+4) {
    margin-right: 5%;
  }
  ul.list-45 li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 800px) and (min-width: 701px) {
  ul.list-45 li {
    width: 100%;
    margin: 0 0 1.5rem !important;
  }
}
@media (max-width: 560px) {
  ul.list-45 li {
    width: 100%;
    margin: 0 0 1.5rem !important;
  }
}
ul.list-46 {
  font-size: 0rem;
  margin: 0;
}
ul.list-46 > li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 2rem 0;
  position: relative;
  border: 1px solid #F0EFEF;
}
ul.list-46 > li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-46 div.img {
  overflow: hidden;
  position: relative;
  padding: 0 0 56%;
  background: #F0EFEF;
}
ul.list-46 div.img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  min-height: 100%;
  min-width: 100%;
}
ul.list-46 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1rem;
  background: #F5F5F5;
  padding: 0.5rem;
}
ul.list-46 ul {
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.3;
  padding: 0.75rem;
}
ul.list-46 ul li {
  display: block;
  margin: 0 0 0.25rem;
  padding: 2px 0 2px 28px;
  background: none left top scroll no-repeat transparent;
}
ul.list-46 ul li.loc {
  background-image: url("/images/2019/icons/loc.png");
}
ul.list-46 ul li.size {
  background-image: url("/images/2019/icons/size.png");
}
ul.list-46 ul li.price {
  background-image: url("/images/2019/icons/price.png");
}
ul.list-46 ul li:last-child {
  margin: 0;
}
@media (max-width: 900px) {
  ul.list-46 > li {
    width: 47.5%;
  }
  ul.list-46 > li:nth-child(3n+3) {
    margin-right: 3%;
  }
  ul.list-46 > li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 370px) {
  ul.list-46 > li {
    width: 100%;
    margin-right: 0 !important;
    height: auto !important;
  }
}
body .gsc-control-cse {
  padding: 0;
}
body .gsc-control-cse .gsc-search-button-v2 {
  height: 30px;
  margin: 0;
  background: #E20513;
  border: none;
}
body .gsc-control-cse .gsc-tabHeader.gsc-tabhActive,
body .gsc-control-cse .gsc-refinementHeader.gsc-refinementhActive {
  background: #E20513;
}
body .gsc-control-cse .gs-webResult.gs-result a.gs-title {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
}
body .gsc-control-cse .gs-webResult.gs-result a.gs-title:link,
body .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b,
body .gsc-control-cse .gs-imageResult a.gs-title:link,
body .gsc-control-cse .gs-imageResult a.gs-title:link b,
body .gsc-control-cse .gs-webResult div.gs-visibleUrl,
body .gsc-control-cse .gs-imageResult div.gs-visibleUrl,
body .gsc-control-cse .gs-webResult .gs-snippet,
body .gsc-control-cse .gs-imageResult .gs-snippet,
body .gsc-control-cse .gs-fileFormatType {
  color: #403E3E !important;
}
body .gsc-control-cse .gsc-results {
  padding: 1.5rem 0 0 !important;
}
body .gsc-control-cse .gsc-webResult .gsc-result {
  padding: 0 !important;
  margin: 0 0 1.5rem !important;
}
body .gsc-control-cse .gsc-table-cell-thumbnail,
body .gsc-control-cse .gs-promotion-image-cell {
  padding: 0 !important;
}
body .gsc-control-cse .gsc-webResult.gsc-result,
body .gsc-control-cse .gsc-imageResult {
  border: none !important;
}
body .gsc-control-cse .gsc-results .gsc-cursor {
  display: block !important;
}
body .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block !important;
  vertical-align: top !important;
  padding: 0.25rem 0.5rem;
}
body .gsc-control-cse .gsc-results .gsc-cursor-box {
  margin: 0 0 1.5rem;
  padding: 0;
}
body .gsc-control-cse .gsc-positioningWrapper {
  margin: 0 0 0.5rem !important;
}
body .gsc-control-cse .gsc-refinementBlock {
  margin: 1rem 0 0.5rem !important;
}
body .gsc-control-cse .gsc-tabHeader.gsc-tabhInactive,
body .gsc-control-cse .gsc-refinementHeader.gsc-refinementhInactive {
  background: none !important;
  color: #403E3E !important;
}
div.box-r4 {
  margin: 0 0 1.5rem;
}
div.box-r4.bgGrey {
  padding: 1.25rem;
  background: #eee;
}
div.box-r4 input,
div.box-r4 select {
  display: block;
  margin: 0;
  padding: 0.5rem;
  background: #fff;
  border-radius: 4px;
  height: 42px;
  width: 100%;
}
div.box-r4 > ul li.left input,
div.box-r4 > ul li.left select {
  text-align: right;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
}
div.box-r4 > ul li.right input,
div.box-r4 > ul li.right select {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
}
div.box-r4 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0;
  text-align: right;
}
div.box-r4 button {
  display: block;
  width: 100%;
  background: #2B4274;
  color: #fff;
  height: 42px;
  padding: 0.5rem;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  border-radius: 4px;
  transition: all 0.2s linear;
}
div.box-r4 button:hover {
  background: #092052;
}
form.form-r2 > ul {
  font-size: 0rem;
  margin: 0 0 0.75rem;
}
form.form-r2 > ul li.left {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  margin: 0 0 0.5rem;
}
form.form-r2 > ul li.right {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0.5rem;
}
form.form-r2 input,
form.form-r2 select {
  display: block;
  margin: 0;
  padding: 0.5rem;
  background: #fff;
  border-radius: 4px;
  height: 42px;
  width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
form.form-r2 > ul li.left input,
form.form-r2 > ul li.left select {
  text-align: right;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
}
form.form-r2 > ul li.right input,
form.form-r2 > ul li.right select {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
}
form.form-r2 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0;
  text-align: right;
}
form.form-r2 button {
  display: block;
  width: 100%;
  background: #2B4274;
  color: #fff;
  height: 42px;
  padding: 0.5rem;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  border-radius: 4px;
  transition: all 0.2s linear;
}
form.form-r2 button:hover {
  background: #092052;
}
.form-r2.v2 {
  background: #F8F8F8;
  border-radius: 8px;
  margin: 0 auto 1.5rem;
  padding: 1.5rem;
  display: flex;
  gap: 1.5rem;
}
.form-r2.v2 select {
  width: auto;
  font-size: 14px;
}
.form-8 {
  font-size: 0rem;
  padding: 1rem 0.5rem;
}
.form-8 div.wrap {
  position: relative;
  padding-right: 60px;
}
.form-8 input[type="search"],
.form-8 select {
  background: #F0EFEF;
  padding: 0.75rem 1rem;
  border-right: 1px solid #D6D6D6;
  border-radius: 4px 0 0 4px;
  display: block;
  width: 100%;
  height: 58px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  font-style: italic;
  color: #aaa;
}
.form-8 input::placeholder {
  color: #aaa;
}
.form-8 button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: url("/images/2019/parlamentarny/lupa.png") center center no-repeat #2B4274;
  background-size: 28px auto;
  border-radius: 0 4px 4px 0;
  transition: all 0.2s ease-out;
  cursor: default;
}
.form-8 button:hover {
  background-color: #2B4274 !important;
}
@media (max-width: 1100px) {
  .form-8 input[type="search"] {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    display: block;
    width: 100%;
  }
  .form-8 select {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .form-8 input[type="search"],
  .form-8 select {
    font-size: 1rem;
  }
}
@media (max-width: 370px) {
  .form-8 button {
    position: static;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: 58px;
  }
  .form-8 div.wrap {
    padding: 0;
  }
}
div.box-63 {
  display: block;
  overflow: hidden;
  border: 2px solid #F0F0E9;
  position: relative;
  margin: 0 auto 2rem;
}
div.box-63 div.head {
  padding: 1.25rem;
}
div.box-63 div.head ul {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 0 0 0.25rem;
}
div.box-63 div.head ul li {
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
  margin: 0 1.5rem 1rem 0;
  text-align: center;
}
div.box-63 div.head ul li:first-child {
  width: 20%;
  text-align: left;
}
div.box-63 div.head p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.4375rem;
  margin: 0;
}
div.box-63 div.head h4 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  padding: 0.25em 0 0.5em;
  color: #999;
}
div.box-63 div.head p.up {
  color: #85B200;
}
div.box-63 div.head img {
  display: inline-block;
  vertical-align: top;
}
div.box-63 div.head h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1;
  font-size: 3rem;
  color: #85B200;
  margin: 0;
}
div.box-63 div.head h3 a {
  color: #85B200;
}
div.box-63 div.head small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem;
  overflow: hidden;
  max-height: 3.6em;
  position: relative;
}
div.box-63 div.head small:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
div.box-63 div.body {
  padding: 0 1.25rem;
}
div.box-63 div.body > h2 {
  margin: 0 0 1rem;
}
div.box-63 div.graph {
  margin: 0;
  padding: 0.5rem 1rem 1.5rem;
  border: none;
}
div.box-63 div.prehead {
  overflow: hidden;
  border-bottom: 2px solid #F0F0E9;
}
div.box-63 div.prehead > div.one {
  overflow: hidden;
}
div.box-63 div.prehead > div.one:first-child {
  width: 50%;
  float: left;
}
div.box-63 div.prehead table.table3 {
  margin: 0;
}
div.box-63 div.prehead div.one:last-child h4 {
  background: #ECECEC;
  color: #AAA;
}
div.box-63 div.prehead div.desc {
  padding: 0.5rem 1rem;
}
div.box-63 div.prehead div.desc h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
div.box-63 div.prehead div.desc small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem;
  display: block;
  margin: 0 0 0.2rem;
}
div.box-63 div.prehead div.desc p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0;
}
div.box-63 div.prehead div.desc p img {
  display: inline-block;
  height: 15px;
  width: auto;
  vertical-align: -2px;
}
div.box-63 div.prehead div.desc p span {
  margin-left: 0.5em;
}
div.box-63 div.prehead .up,
div.box-63 div.desc .up {
  color: #85B200;
}
div.box-63 div.prehead .down,
div.box-63 div.desc .down {
  color: #B70F0F;
}
div.box-63 > div.desc {
  display: none;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ECECEC;
  padding: 1.5rem;
}
div.box-63 > div.desc h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
div.box-63 > div.desc p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.45;
}
div.box-63.descOpen > div.desc {
  display: block;
}
div.box-63 i.info {
  cursor: pointer;
}
@media (max-width: 1000px) and (min-width: 700px) {
  div.box-63 div.head ul {
    display: block;
  }
  div.box-63 div.head ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem 1rem 0;
  }
  div.box-63 div.head ul > li:first-child {
    display: block;
    width: auto;
  }
}
@media (max-width: 880px) and (min-width: 700px) {
  div.box-63 div.prehead > div.one:first-child {
    float: none;
    width: 100%;
    margin: 0 0 0.25rem;
  }
}
@media (max-width: 560px) {
  div.box-63 div.prehead > div.one:first-child {
    float: none;
    width: 100%;
    margin: 0 0 0.25rem;
  }
}
@media (max-width: 600px) {
  div.box-63 div.head ul {
    display: block;
  }
  div.box-63 div.head ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem 1rem 0;
  }
  div.box-63 div.head ul > li:first-child {
    display: block;
    width: auto;
  }
}
ul.list-47 {
  display: block;
  overflow: hidden;
  font-size: 0rem;
}
ul.list-47 li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 30.66%;
  margin: 0 4% 1em 0;
  font-size: 1rem;
}
ul.list-47 li:last-child {
  margin-right: 0;
}
ul.list-47 div.img {
  display: block;
  overflow: hidden;
  margin: 0 0 0.75em;
}
ul.list-47 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (max-width: 480px) {
  ul.list-47 li {
    width: 48%;
  }
  ul.list-47 li:nth-child(2n+2) {
    margin-right: 0;
  }
}
table.table3 {
  border-collapse: collapse;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 1em;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: table;
}
table.table3 thead {
  color: #fff;
}
table.table3 th {
  padding: 0.2em 1em;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  color: #fff;
}
table.table3 td {
  border: 1px solid #ECECEC;
  padding: 0.5em;
  text-align: left;
}
table.table3 .c1 {
  background: #00698C;
}
table.table3 .c2 {
  background: #0085B2;
}
table.table3 .c3 {
  background: #00A3D9;
}
table.table3 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.6875rem;
  display: block;
}
table.table3 small + strong {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
}
table.table3.v2 {
  margin: 0;
  border-left: 1px solid #ECECEC;
}
table.table3.v2 td {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.125rem;
  text-align: center;
  color: #444;
}
table.table3.v2 tr:last-child td {
  border-bottom: none;
}
ul.list-48 {
  display: block;
  overflow: visible;
  font-size: 0rem;
  color: #fff;
}
ul.list-48 li {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
  width: 23.125%;
  margin: 0 2.5% 1.5rem 0;
  font-size: 1rem;
  transition: all 0.3s linear;
  border: 2px solid #F0F0E9;
}
ul.list-48 li:nth-child(4n+4) {
  margin-right: 0;
}
ul.list-48 a {
  display: block;
  position: relative;
  padding: 0.75em;
}
ul.list-48 a:before {
  content: "";
  display: none;
  overflow: hidden;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: url("/images/main2016/resize.png") center center scroll no-repeat #fff;
  background-size: 14px auto;
  border-radius: 100%;
  box-shadow: 0 0 8px 4px rgba(180, 180, 180, 0.2);
}
ul.list-48 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.3125rem;
  margin: 0 0 0.5rem;
}
ul.list-48 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}
ul.list-48 p span {
  margin-right: 10px;
}
ul.list-48 small {
  display: block;
  overflow: hidden;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 0.5em;
}
ul.list-48 li:hover {
  box-shadow: 0 0 8px 4px rgba(180, 180, 180, 0.2);
}
ul.list-48 a:hover:before {
  display: block;
}
ul.list-48 li p img {
  width: 10px;
  margin: 0 2px 0 0;
}
ul.list-48 li.up h3,
ul.list-48 li.up p strong {
  color: #85B200;
}
ul.list-48 li.down h3,
ul.list-48 li.down p strong {
  color: #8C0000;
}
@media (max-width: 1000px) {
  ul.list-48 li {
    width: 47.75%;
  }
  ul.list-48 li:nth-child(even) {
    margin-right: 0;
  }
}
div.box-64 {
  display: block;
  overflow: hidden;
  border: 2px solid #F0F0E9;
}
div.box-64 div.head {
  padding: 1.5em 1em;
}
div.box-64 div.head ul {
  font-size: 0rem;
  text-align: center;
}
div.box-64 div.head ul li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0;
}
div.box-64 div.head h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 0.75em;
}
div.box-64 div.head h3 + div {
  margin-left: auto;
  margin-right: auto;
}
div.box-64 div.body > div.one {
  display: block;
  overflow: hidden;
}
div.box-64 div.body > div.one:first-child {
  float: left;
  width: 49.5%;
}
div.box-64 div.body h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.5rem 0.75rem;
  background: #85B200;
}
div.box-64 div.body div.one.down h3 {
  background: #B70F0F;
}
div.box-64 div.body table {
  width: 100%;
  border-collapse: collapse;
  display: table;
}
div.box-64 div.body table th,
div.box-64 div.body table td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #F0F0E9;
  vertical-align: middle;
  text-align: left;
}
div.box-64 div.body table tr:last-child td {
  border: none;
}
div.box-64 div.body div.one.down table {
  border-left: 1px solid #F0F0E9;
}
div.box-64 div.body table th {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 0.875rem;
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  text-align: left;
}
div.box-64 div.body table th small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  color: #888;
  display: block;
}
div.box-64 div.body table td {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  text-align: center;
}
div.box-64 div.one td.value {
  color: #85B200;
}
div.box-64 div.one.down td.value {
  color: #B70F0F;
}
div.box-64 div.one td.value img {
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 920px) and (min-width: 700px) {
  div.box-64 div.body > div.one:first-child {
    width: 100%;
    float: none;
  }
  div.box-64 div.head ul li {
    width: auto;
  }
}
@media (max-width: 640px) {
  div.box-64 div.body > div.one:first-child {
    width: 100%;
    float: none;
  }
  div.box-64 div.head ul li {
    width: auto;
  }
}
div.box-81 {
  display: block;
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin: 0 0 2rem;
  background: #20202f;
}
div.box-81 div.pageWidth {
  padding: 1rem;
  background: transparent;
  background-size: 421px auto;
}
div.box-81 a {
  color: #fff;
  display: table;
  width: 100%;
}
div.box-81 img {
  display: table-cell;
  vertical-align: middle;
}
div.box-81 span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 1rem;
}
div.box-81 a.close {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
div.box-81 a.close img {
  display: block;
  margin: 0;
}
div.box-81.open {
  display: block;
}
@media (max-width: 1000px) {
  div.box-81 {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  div.box-81 {
    font-size: 0.875rem;
  }
}
div.alertlong.v2023 {
  margin-top: -17px;
  position: relative;
}
.breadcrumb-parlamentarny + div.alertlong.v2023 {
  margin-top: 0;
}
div.alertlong.v2023 .pageWidth {
  width: auto;
  max-width: 100%;
  padding: 0 !important;
}
div.alert {
  display: table;
  width: 100%;
  background: #E20513;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin: 1rem 0 0;
}
div.alert div.left {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding: 0.75em 1em;
  background: #8C0000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
div.alert div.right {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding: 0.75em 1em;
  width: 100%;
}
div.alert div.left + div.right {
  width: auto;
}
div.alert a {
  color: #fff;
}
.grv-bell-wrap {
  z-index: 1 !important;
}
div.box-65 {
  margin: 2rem auto 0;
}
div.box-65 div.pageWidth {
  background: #F0EFEF;
  border-bottom: 3px solid #E20513;
  padding: 2rem;
}
div.box-65 div.pageWidth > div.head {
  margin: 0 0 2rem;
  text-align: center;
}
div.box-65 div.pageWidth > div.head h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1;
  font-size: 4.5rem;
  margin: 0;
  color: #E20513;
}
div.box-65 div.pageWidth > div.head h1 a {
  color: #E20513;
}
div.box-65 div.pageWidth > div.head h1 a:hover {
  color: #222;
}
div.box-65 div.pageWidth > div.bd {
  font-size: 0rem;
}
div.box-65 div.pageWidth > div.bd > div.on {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  overflow: hidden;
}
div.box-65 div.pageWidth > div.bd > div.on.live {
  width: 42%;
  margin-right: 3%;
}
div.box-65 div.pageWidth > div.bd > div.on.results {
  width: 28%;
  margin-right: 3%;
}
div.box-65 div.pageWidth > div.bd > div.on.winners {
  width: 24%;
}
div.box-65 div.pageWidth > div.bd > div.on > h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 -3px;
}
div.box-65 div.pageWidth > div.bd > div.on > h2 span {
  display: inline-block;
  border-bottom: 3px solid #E20513;
}
div.box-65 div.pageWidth > div.bd > div.on > div.wrap {
  background: #fff;
  padding: 1rem;
}
div.box-65 div.scroll-pane {
  height: 340px;
}
div.box-65 div.scroll-pane div.sp-wrap {
  padding: 0 1rem 0 0;
}
div.box-65 .jspPane {
  left: 0 !important;
}
div.box-65 ul.list-18 li {
  margin: 0 0 0.35rem;
}
div.box-65 ul.list-18 div.bar {
  background: #E20513;
}
div.box-65 ul.list-18 div.desc {
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
div.box-65 small.source {
  display: block;
  text-align: right;
}
div.box-65 div.filler {
  height: 340px;
  position: relative;
  padding: 1rem;
}
div.box-65 div.filler small.source {
  position: absolute;
  bottom: 0;
  right: 0;
}
div.box-65 div.filler h3 {
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 1.5rem;
}
div.box-65 div.filler h3:last-child {
  margin: 0;
}
div.box-65 div.filler.center h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
}
div.box-65 div.filler h3 a {
  color: #E20513;
}
div.box-65 div.survey {
  background: #E20513 !important;
  color: #fff;
}
div.box-65 div.survey h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-style: italic;
  font-size: 1.25rem;
  margin: 0 0 2rem;
  padding: 0.5rem 0 0.5rem 90px;
  min-height: 90px;
  background: url("/images/2019/parlamentarny/urna.png") left center scroll no-repeat transparent;
}
div.box-65 div.survey p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-style: italic;
  font-size: 1.125rem;
  margin: 0 0 2rem;
}
div.box-65 div.survey a.b {
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 28px;
  padding: 0.75rem;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-style: italic;
  font-size: 1.125rem;
  color: #fff;
}
div.box-65 div.survey a.b:hover {
  background: #222;
}
@media (max-width: 1320px) {
  div.box-65 {
    margin-top: 0;
  }
  div.box-65 div.pageWidth {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 1100px) {
  div.box-65 div.pageWidth > div.head h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1000px) {
  div.box-65 div.pageWidth > div.bd > div.on.live {
    display: block;
    width: auto;
    margin: 0 0 3%;
  }
  div.box-65 div.pageWidth > div.bd > div.on.results {
    width: 48.5%;
  }
  div.box-65 div.pageWidth > div.bd > div.on.winners {
    width: 48.5%;
  }
  div.box-65 div.pageWidth > div.head h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 600px) {
  div.box-65 div.pageWidth > div.bd > div.on.live {
    margin: 0 0 1.5rem;
  }
  div.box-65 div.pageWidth > div.bd > div.on.results {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  div.box-65 div.pageWidth > div.bd > div.on.winners {
    display: block;
    width: auto;
  }
  div.box-65 div.pageWidth > div.head h1 {
    font-size: 2.5rem;
  }
  div.box-65 div.filler {
    padding: 0;
    height: auto;
  }
  div.box-65 div.survey {
    padding-bottom: 1.5rem;
  }
  div.box-65 div.survey h3 {
    margin: 0 0 1rem;
  }
  div.box-65 div.survey p {
    margin: 0 0 1rem;
  }
}
@media (max-width: 500px) {
  div.box-65 div.pageWidth > div.head h1 {
    font-size: 2rem;
  }
}
ul.list-49 {
  display: block;
}
ul.list-49 li {
  display: block;
  margin: 0 0 1rem;
}
ul.list-49 li:last-child {
  margin: 0;
}
ul.list-49 a {
  display: table;
  width: 100%;
}
ul.list-49 div.img {
  display: table-cell;
  vertical-align: middle;
  width: 47px;
}
ul.list-49 div.desc {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.75rem;
}
ul.list-49 div.img img {
  display: block;
  width: 47px;
  border-radius: 100%;
}
ul.list-49 small {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.5625rem;
  color: #777;
}
ul.list-49 h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0;
}
ul.list-49 h3 + small {
  font-size: 0.625rem;
}
ul.two {
  font-size: 0rem;
  padding: 0;
}
ul.two > li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 1.5rem 0;
  font-size: 1rem;
}
ul.two > li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 1000px) {
  ul.two > li {
    display: block;
    margin: 0 0 1.5rem;
    width: auto;
  }
}
div.box-66 small {
  display: block;
  margin: 0 auto 1rem;
}
div.box-66 div.row:first-child {
  margin-top: 0.5rem;
}
div.box-66 div.row {
  margin: 0 auto 1rem;
}
div.box-66 label {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.8125rem;
  display: block;
  margin: 0 0 0.25rem;
}
div.box-66 input[type="text"],
div.box-66 input[type="search"],
div.box-66 select {
  display: block;
  background: #F0EFEF;
  padding: 0.75rem;
  border-radius: 4px;
  width: 100%;
}
div.box-66 button {
  display: block !important;
  width: 100% !important;
}
div.box-66 ul.inline label {
  display: inline-block;
  vertical-align: middle;
}
li + br {
  display: none;
}
div.box-67 {
  font-size: 0rem;
  margin: 0.5rem 0 2rem;
}
div.box-67 div.logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 30%;
  margin: 0 3% 0 0;
  border: 1px solid #F0EFEF;
  padding: 0.5rem;
}
div.box-67 ul {
  display: inline-block;
  vertical-align: middle;
  max-width: 67%;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.box-67 ul li {
  margin: 0.35rem 1rem 0.35rem 0;
}
@media (max-width: 420px) {
  div.box-67 div.logo {
    display: block;
    max-width: 100%;
    margin: 0 0 1rem;
    text-align: center;
  }
  div.box-67 ul {
    display: block;
    max-width: 100%;
  }
}
div.box-68 {
  margin: 0.75rem 0 1rem;
}
div.box-68 a {
  display: table;
  width: 100%;
}
div.box-68 div.img {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
}
div.box-68 div.img img {
  display: block;
  margin: 0 auto;
}
div.box-68 div.desc {
  display: table-cell;
  vertical-align: middle;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.0625rem;
  padding-left: 1rem;
}
div.box-68.v2 div.img {
  padding-right: 1.5rem;
  border-right: 1px solid #E5E5E5;
  width: auto;
}
div.box-68.v2 div.desc {
  color: #2b3179;
  font-size: 1.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  padding-left: 1.5rem;
  font-style: italic;
}
div.box-68.v2 div.desc a {
  color: #2b3179;
}
div.box-68.v2 div.desc a:hover {
  color: #E20513;
}
div#ui-datepicker-div {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  z-index: 2;
}
div#ui-datepicker-div div.ui-datepicker-title {
  text-align: center;
  padding: 0.25rem 0 0;
  clear: both;
}
div#ui-datepicker-div td,
div#ui-datepicker-div th {
  padding: 0.3rem;
}
div#ui-datepicker-div a {
  background: none;
  border: none;
  cursor: pointer;
}
div#ui-datepicker-div div.ui-datepicker-title {
  font-size: 1.125rem;
  font-weight: bold;
}
div#ui-datepicker-div div.ui-datepicker-header {
  padding: 0.25rem;
}
div#ui-datepicker-div a.ui-datepicker-prev {
  cursor: pointer;
  float: left;
  background: none;
}
div#ui-datepicker-div a.ui-datepicker-prev span {
  background: none;
  font-weight: bold;
}
div#ui-datepicker-div a.ui-datepicker-next {
  cursor: pointer;
  float: right;
  background: none;
}
div#ui-datepicker-div a.ui-datepicker-next span {
  background: none;
  font-weight: bold;
}
div#ui-datepicker-div .ui-state-highlight,
div#ui-datepicker-div .ui-widget-content .ui-state-highlight,
div#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  font-weight: bold;
}
div#ui-datepicker-div .ui-state-disabled,
div#ui-datepicker-div .ui-widget-content .ui-state-disabled,
div#ui-datepicker-div .ui-widget-header .ui-state-disabled {
  opacity: 0.5;
}
div#ui-datepicker-div .ui-datepicker-calendar > thead > tr > th {
  background: #403E3E;
}
div#ui-datepicker-div .ui-datepicker-calendar > thead > tr > th span {
  color: #fff;
}
fieldset.datepick input.hasDatepicker {
  color: #403E3E;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
div.box-69 {
  margin: 0 auto 1rem;
  border: 1px solid #E5E5E5;
  position: relative;
  height: 110px;
}
div.box-69 img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
}
ul.list-50 {
  font-size: 0rem;
  padding: 0;
  border-top: 1px solid #E5E5E5;
  margin: -0.5rem 0 0.75rem;
  padding: 1.25rem 0 0;
}
ul.list-50 a {
  color: #E20513;
}
ul.list-50 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.25rem 1rem 0;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
ul.list-50 li:last-child {
  margin: 0;
}
ul.list-51 {
  font-size: 0rem;
  margin: 0 0 0.5rem;
  padding: 2rem 0 0;
  border-top: 2px solid #31313F;
}
ul.list-51 a {
  color: #E20513;
}
ul.list-51 li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 1.5rem 0;
  position: relative;
  padding-left: 170px;
  background: #F8F8F8;
}
ul.list-51 li.no-img {
  padding-left: 0;
}
ul.list-51 li:nth-child(even) {
  margin-right: 0;
}
ul.list-51 div.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 100%;
  background: none center center scroll no-repeat #222;
  background-size: cover;
}
ul.list-51 div.img img {
  display: none;
}
ul.list-51 div.desc {
  display: table;
  width: 100%;
}
ul.list-51 div.desc h3 {
  display: table-cell;
  vertical-align: middle;
  height: 110px;
  padding: 5px 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1rem;
  margin: 0;
  color: #403E3E;
}
ul.list-51.count-1 li {
  display: block;
  width: auto;
  margin: 0 0 1.5rem;
}
ul.list-51.count-3 li {
  width: 31.33%;
  background: none;
  padding: 0;
}
ul.list-51.count-3 li:nth-child(even) {
  margin-right: 3%;
}
ul.list-51.count-3 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-51.count-3 div.img {
  position: static;
  margin: 0 0 1rem;
  width: auto;
}
ul.list-51.count-3 div.img img {
  display: block;
}
ul.list-51.count-3 div.desc {
  display: block;
}
ul.list-51.count-3 div.desc h3 {
  display: block;
  height: auto;
  padding: 0;
}
ul.list-51.count-3 li.no-img {
  background: #F8F8F8;
}
ul.list-51.count-3 li.no-img div.desc {
  display: table;
}
ul.list-51.count-3 li.no-img div.desc h3 {
  display: table-cell;
  vertical-align: middle;
  height: 276px;
  padding: 0 1.25rem;
}
@media (max-width: 1100px) {
  ul.list-51 li {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
  }
  ul.list-51 li + li {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 475px) {
  ul.list-51 li {
    padding-left: 45% !important;
    background: #F8F8F8 !important;
  }
  ul.list-51 li.no-img {
    padding-left: 0 !important;
  }
  ul.list-51 div.desc h3 {
    display: table-cell !important;
    font-size: 0.875rem;
    height: 110px !important;
    padding: 0 1.25rem !important;
  }
  ul.list-51 div.img {
    width: 45% !important;
    position: absolute !important;
  }
  ul.list-51 div.img img {
    display: none !important;
  }
  ul.list-51 div.desc {
    display: table !important;
  }
}
ul.list-52 {
  font-size: 0rem;
}
ul.list-52 li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 5% 0;
}
ul.list-52 li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-53 {
  display: block;
  padding: 0;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
ul.list-53 li {
  display: block;
  margin: 0 0 1.5rem;
  background: url("/images/2019/icons/file.png") left center scroll no-repeat transparent;
  background-size: 48px auto;
  padding: 0.8rem 0 0.8rem 64px;
}
.b4-promo {
  border: 2px solid #638D2E;
  padding: 1.5rem;
  margin: 2.5rem auto;
  clear: both;
  display: table;
  width: 100%;
}
.b4-promo div.i {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
.b4-promo div.d {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 1.5rem;
}
.b4-promo div.i img {
  display: block;
  margin: 0 auto;
}
.b4-promo p:last-child {
  margin-bottom: 0 !important;
}
.b4-promo p a {
  color: #638D2E !important;
}
@media (max-width: 1100px) {
  .b4-promo {
    display: block;
  }
  .b4-promo div.i {
    display: block;
    width: auto;
  }
  .b4-promo div.d {
    display: block;
    padding: 1.5rem 0 0;
  }
}
.dd4-promo {
  border: 2px solid #eee;
  padding: 1.25rem;
  margin: 2.5rem auto;
  clear: both;
  display: table;
  width: 100%;
}
.dd4-promo div.i {
  display: table-cell;
  vertical-align: top;
  width: 220px;
}
.dd4-promo div.d {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 1.25rem;
}
.dd4-promo div.i img {
  display: block;
  margin: 0 auto;
}
.dd4-promo p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.dd4-promo p a {
  color: #2485F4 !important;
}
.dd4-promo a.btn {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 1px 0.5rem 1px 0.75rem;
  background: #2485F4;
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0.2rem 0 0;
  transition: all 0.2s linear;
}
.dd4-promo a.btn:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background: #2485F4;
  transform: skew(-10deg);
  position: absolute;
  left: 98%;
  top: 0;
  transition: all 0.2s linear;
}
.dd4-promo a.btn:hover {
  background: #EC5E44;
}
.dd4-promo a.btn:hover:after {
  background: #EC5E44;
}
@media (max-width: 1100px) {
  .dd4-promo {
    display: block;
  }
  .dd4-promo div.i {
    display: block;
    width: auto;
  }
  .dd4-promo div.d {
    display: block;
    padding: 1.5rem 0 0;
  }
}
ul.list-r6 > li {
  display: block;
  margin: 0 0 1.5rem;
  text-align: center;
  position: relative;
  background: url("") center center scroll no-repeat #222;
  background-size: cover;
}
ul.list-r6 a {
  color: #fff;
}
ul.list-r6 div.img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  filter: brightness(0.5) contrast(0.9);
}
ul.list-r6 div.desc {
  padding: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
ul.list-r6 div.desc h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 3rem;
  margin: 0 0 0.5rem;
}
ul.list-r6 div.desc p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0 0 2rem;
}
ul.list-r6 div.desc small {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
ul.list-r6 div.desc small span {
  display: block;
  margin: 0 auto 0.5rem;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  color: #222;
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  padding: 0.25rem 0 0;
  text-align: center;
}
ul.list-r6 div.partners {
  text-align: center;
  margin: 2rem auto -2rem;
}
ul.list-r6 div.partners small {
  display: block;
  margin: 0 0 0.5rem;
}
ul.list-r6 div.partners ul {
  display: block;
  padding: 0;
  margin: 0;
}
ul.list-r6 div.partners ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
}
ul.list-r6 div.partners ul li a,
ul.list-r6 div.partners span {
  display: block;
  position: relative;
  width: 90px;
  padding: 0 0 50px;
  border: 1px solid #eee;
  background: #fff;
  margin: 0 0.25rem 0.25rem;
}
ul.list-r6 div.partners ul img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 850px) {
  ul.list-r6 div.desc h2 {
    font-size: 2.625rem;
  }
  ul.list-r6 div.desc p {
    margin: 0 0 0.5rem;
  }
  ul.list-r6 div.img {
    display: none;
  }
  ul.list-r6 div.desc {
    position: static;
    transform: none;
  }
  ul.list-r6 div.partners {
    margin: 2rem auto 0;
  }
  ul.list-r6 > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.5);
  }
  ul.list-r6 > li > a {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 460px) {
  ul.list-r6 div.desc h2 {
    font-size: 1.75rem;
  }
  ul.list-r6 div.desc p {
    font-size: 0.75rem;
    margin: 0 0 0.5rem;
  }
  ul.list-r6 div.desc small span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2rem 0 0;
    font-size: 1rem;
    width: 30px;
    height: 30px;
  }
}
div.box-r2 {
  margin: 0 0 1.5rem;
  position: relative;
}
div.box-r2 > div {
  background: none center center scroll no-repeat #222;
  background-size: cover;
  padding: 3rem 2rem 0;
  position: relative;
}
div.box-r2 a {
  color: #fff;
}
div.box-r2 div.img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  filter: brightness(0.5) contrast(0.9);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.box-r2 div.img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  margin: 0 auto;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}
div.box-r2 div.desc {
  padding: 2rem 1rem 1rem;
}
div.box-r2 div.desc h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: #fff;
}
div.box-r2 div.desc p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 1rem;
  color: #fff;
}
div.box-r2 div.desc2 {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}
div.box-r2 div.desc2 h2 {
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 1rem;
  background: rgba(28, 111, 183, 0.7);
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
}
div.box-r2 div.desc3 {
  position: relative;
  z-index: 2;
}
div.box-r2 div.desc3 small {
  display: block;
  padding: 0 1.5rem;
  text-align: center;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.6875rem;
  letter-spacing: 4px;
}
div.box-r2 div.desc3 h1 {
  padding: 0 1.5rem 3rem;
  text-align: center;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 4rem;
}
div.box-r2 div.desc3 h1 + p {
  width: 1000px;
  max-width: 100%;
  padding: 0 1.5rem;
  margin: -2.5rem auto 4rem;
  text-align: center;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
}
div.box-r2 div.partners {
  text-align: center;
  margin: -2rem auto 3rem;
}
div.box-r2 div.partners small {
  display: block;
  margin: 0 0 0.5rem;
}
div.box-r2 div.partners ul {
  display: block;
  padding: 0;
  margin: 0;
}
div.box-r2 div.partners ul li {
  display: inline-block;
  vertical-align: middle;
}
div.box-r2 div.partners ul li a,
div.box-r2 div.partners span {
  display: block;
  position: relative;
  width: 90px;
  padding: 0 0 50px;
  border: 1px solid #eee;
  background: #fff;
  margin: 0 0.25rem 0.25rem;
}
div.box-r2 div.partners ul img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 900px) {
  div.box-r2 > div {
    padding: 2rem 0 0;
  }
  div.box-r2 div.desc {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 850px) {
  div.box-r2 div.desc3 h1 {
    font-size: 3rem;
  }
  div.box-r2 div.desc3 h1 + p {
    font-size: 1rem;
    margin: -2rem auto 2rem;
  }
  div.box-r2 div.partners {
    margin: 0 auto 2rem;
  }
}
@media (max-width: 720px) {
  div.box-r2 div.desc p {
    font-size: 0.875rem;
  }
}
@media (max-width: 600px) {
  div.box-r2 div.desc3 h1 {
    font-size: 1.875rem;
  }
  div.box-r2 div.desc3 h1 + p {
    font-size: 0.75rem;
  }
}
div.box-r2 + div.box-r12 {
  margin-top: -1.5rem;
}
div.box-r12 {
  margin: 0 0 1.5rem;
}
div.box-r12 div.pageWidth {
  overflow: hidden;
  background: #ddd;
  position: relative;
}
div.box-r12 div.img {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 40%;
  height: 100%;
}
div.box-r12 div.desc {
  overflow: hidden;
  padding: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  margin-left: 40%;
}
div.box-r12 div.desc ul {
  font-size: 0rem;
  margin: 0 0 1.5rem;
}
div.box-r12 div.desc ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 1rem 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.125rem;
}
div.box-r12 div.desc ul li:nth-child(3n+3) {
  margin-right: 0;
}
div.box-r12 div.desc small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.75rem;
  display: block;
}
div.box-r12 div.desc p:last-child {
  margin: 0;
}
div.box-r12 div#map,
div.box-r12 div#leafletmap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1140px) {
  div.box-r12 div.pageWidth {
    padding: 0;
  }
}
@media (max-width: 750px) {
  div.box-r12 div.img {
    position: relative;
    width: 100%;
    height: 200px;
  }
  div.box-r12 div.desc {
    margin: 0;
  }
}
@media (max-width: 420px) {
  div.box-r12 div.desc ul li {
    width: 47.5%;
    margin: 0 5% 1rem 0 !important;
  }
  div.box-r12 div.desc ul li:nth-child(even) {
    margin-right: 0 !important;
  }
}
ul.list-54 > li {
  display: block;
  margin: 0 0 3rem;
  border-bottom: 1px solid #E5E5E5;
}
ul.list-54 div.head {
  font-size: 0rem;
  text-align: center;
  margin: 0 0 1.5rem;
}
ul.list-54 div.head div.img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  width: 100px;
}
ul.list-54 div.head div.desc {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
ul.list-54 div.head h2 {
  font-size: 1.75rem;
}
ul.list-54 div.head small {
  font-size: 0.875rem;
}
ul.list-54 div.head p {
  text-align: center;
  font-size: 0.875rem;
  margin: 1.5rem 0;
}
ul.list-54 div.head p + p {
  margin-top: -0.75rem;
}
ul.list-54 div.body h3 {
  margin: 0 0 1.5rem;
  text-align: center;
}
ul.list-55 {
  font-size: 0rem;
}
ul.list-55 li {
  display: block;
  margin: 0 0 1rem;
  background: #eee;
}
ul.list-55 li:last-child {
  margin: 0;
}
ul.list-55 div.img {
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  margin: 0 5% 0 0;
}
ul.list-55 div.desc {
  display: inline-block;
  vertical-align: middle;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  width: 72%;
}
ul.list-55 div.bar {
  display: inline-block;
  vertical-align: middle;
  max-width: 145px;
  height: 12px;
  background: #980C0C;
  margin: 0 0.5rem 0 0;
}
div.checkboxy > ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem 0.5rem 0;
}
div.checkboxy > ul li img {
  display: block;
  overflow: hidden;
  float: left;
}
div.checkboxy > ul li input {
  display: block;
  overflow: hidden;
  margin: 10px 0 0 0;
}
div.box-r14 {
  background: #eee;
  padding: 0.5rem;
  margin: 2rem 0 2.5rem;
}
div.box-r14 form > ul {
  display: table;
  margin: 0;
}
div.box-r14 form > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem;
}
div.box-r14 form > ul > li:before {
  display: none;
}
div.box-r14 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
}
div.box-r14 small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0;
}
div.box-r14 small > em {
  font-style: normal;
}
div.box-r14 input {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem;
  background: #fff;
  border-radius: 4px;
  height: 42px;
  width: 80px;
  text-align: right;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
}
div.box-r14 input + p {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
div.box-r14 p.wynik {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.875rem;
  line-height: 1.1;
  margin: 0;
}
div.box-r14 p.wynik span {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}
div.box-r14 p.wynik em {
  font-style: normal;
}
@media (max-width: 1100px) {
  div.box-r14 form > ul {
    display: block;
    text-align: center;
  }
  div.box-r14 form > ul > li {
    display: inline-block;
    max-width: 50%;
  }
  div.box-r14 form > ul > li.e1 {
    display: block;
    max-width: none;
  }
}
@media (max-width: 940px) {
  div.box-r14 form > ul > li {
    display: block;
    max-width: none;
  }
}
div.box-92 {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 900px;
  max-height: 80%;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  padding: 2rem;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.3);
}
div.box-92 ul.header {
  display: block;
  overflow: hidden;
  padding: 0 50px 0 0;
  margin: 0;
}
div.box-92 ul.header li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem 0 0;
}
div.box-92 ul.header li.close {
  position: absolute;
  right: 0.5rem;
  top: 1.5rem;
}
div.box-92 ul.header img {
  max-width: 150px;
}
div.box-92 ul.header a {
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #0085B2;
}
div.box-92 ul.header li.active a {
  color: #444;
}
div.box-92 div.download {
  overflow: hidden;
  border: none !important;
}
div.box-92 div.download a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
div.box-92 div.download a:hover {
  background: #FAFAFA;
}
div.box-92 div.download h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.5rem;
  color: #666;
  margin: 0 0 1.25rem;
}
div.box-92 div.download p {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  color: #878787;
  margin: 0 0 1rem;
}
div.box-92 div.download p:last-child {
  margin: 0;
}
div.box-92 div.promo a.arrowLeft,
div.box-92 div.promo a.arrowRight {
  height: 400px !important;
  width: 60px;
}
div.box-92 div.promo iframe {
  display: block;
  margin: 0 auto;
}
div.box-92 div.tabs {
  font-size: 1rem;
}
div.box-92 div.tabs > * {
  display: none;
}
div.box-92 div.tabs > *.active {
  display: block;
}
div.box-92.boxOpen {
  display: block;
}
.show-on-click {
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 1rem;
  padding: 0 2.75rem 0 0;
  cursor: pointer;
  background: url("/images/icons/open-1.png") 98% center scroll no-repeat transparent;
  background-size: 16px auto;
}
.show-on-click + div {
  display: none;
  padding: 0.5rem 0 0;
}
.show-on-click.open {
  background-image: url("/images/icons/close-1.png");
}
.show-on-click.open + div {
  display: block;
  margin: 0 0 2rem;
}
div.p-box-10 {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0 0 2rem;
  /*ul.inline small { .firaSans600; .font(12); color: #868686; }*/
}
div.p-box-10 div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 1.5em 0 0;
  padding: 0 1em 0 0;
  width: 176px;
  position: relative;
}
div.p-box-10 div.img img {
  display: block;
  overflow: hidden;
  margin: 0 auto 1em;
  border-radius: 100%;
}
div.p-box-10 div.desc {
  display: block;
  overflow: hidden;
}
div.p-box-10 div.img small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.6875rem;
  color: #878787;
}
div.p-box-10 div.desc h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 2rem;
  margin: 0 0 0.5em;
  text-transform: none;
}
div.p-box-10 div.desc h1 strong {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1.125rem;
  display: block;
  margin: 0.35em 0 0;
  text-transform: uppercase;
}
div.p-box-10 div.desc small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 0.8125rem;
  color: #999;
  margin: 0 0 0.35em;
}
div.p-box-10 ul.inline li {
  margin: 0 1em 0 0;
}
div.p-box-10 ul.inline p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.6875rem;
}
div.p-box-10 ul.inline span {
  padding-bottom: 0;
}
div.p-box-10 div.desc > small {
  display: block;
  overflow: hidden;
  clear: both;
  background: #EEE;
  border-radius: 4px;
  padding: 3px 6px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 0.75rem;
  color: #777;
  float: left;
}
div.p-box-10 div.desc > div.left {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 3% 0 0;
  width: 50%;
  clear: left;
}
div.p-box-10 div.desc > div.right {
  display: block;
  overflow: hidden;
}
@media (max-width: 1100px) {
  div.p-box-10 div.desc > div.left {
    float: none;
    margin: 0 0 1.5em;
  }
  div.p-box-10 div.desc > div.right {
    clear: both;
  }
}
@media (max-width: 1000px) {
  div.p-box-10 div.desc > div.left {
    width: 60%;
  }
}
@media (max-width: 900px) {
  div.p-box-10 div.desc > div.left {
    width: 100%;
    float: none;
    margin: 0 0 2.5em;
  }
}
@media (max-width: 640px) {
  div.p-box-10 div.img {
    float: none;
    margin: 0 auto 2em;
    text-align: center;
    width: 260px;
  }
  div.p-box-10 div.img img {
    margin: 0 auto 0.5em;
  }
  div.p-box-10 div.desc > div.left,
  div.p-box-10 div.desc > div.right {
    text-align: center;
  }
}
@media (max-width: 580px) {
  div.p-box-10 div.desc h1 {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
@media (max-width: 440px) {
  div.p-box-10 ul.inline li {
    margin: 0 0 1.5em;
  }
}
div.p-box-11 {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 1rem 0;
}
div.p-box-11 small {
  display: block;
  overflow: hidden;
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  color: #333;
  margin: 0 0 2.5rem;
}
div.p-box-11 a.button {
  width: auto;
}
div.p-box-12 {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 2em;
}
div.p-box-12 div.img {
  display: block;
  overflow: hidden;
}
div.p-box-12 div.img img,
div.p-box-12 div.img div.one {
  display: block;
  overflow: hidden;
  float: left;
  width: 33.33%;
  position: relative;
}
div.p-box-12 div.img div.one img {
  display: block;
  overflow: hidden;
  width: 100%;
}
div.p-box-12 div.img div.one small {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1em 1.5em;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #999;
  font-size: 0.6875rem;
  z-index: 2;
}
div.p-box-12 div.desc {
  display: block;
  overflow: hidden;
  padding: 3em 1em 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
div.p-box-12 div.desc > div.left {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 53%;
  margin: 0 3% 0 0;
}
div.p-box-12 div.desc > div.right {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 42%;
}
div.p-box-12 div.desc > div.left p {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
div.p-box-12 div.desc > div.left small {
  font-size: 0.6875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
div.p-box-12 div.desc > div.right ul {
  display: block;
  overflow: hidden;
}
div.p-box-12 div.desc > div.right ul li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
div.p-box-12 div.desc > div.right ul li:first-child {
  padding-right: 1.5em;
  border-right: 2px solid #fff;
  margin: 0 1.5em 0 0;
}
div.p-box-12 div.desc > div.right small {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
div.p-box-12 div.desc > div.right p {
  font-size: 2rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}
div.p-box-12.v2 div.desc > div.right ul {
  margin-bottom: 1.5em;
}
@media (max-width: 900px) {
  div.p-box-12 div.desc {
    position: static;
    background: none;
    padding: 1.5em 0 0;
    color: #444;
  }
  div.p-box-12 div.desc > div.right {
    width: 100%;
  }
  div.p-box-12 div.img div.one small {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  }
}
@media (max-width: 700px) {
  div.p-box-12 div.img div.one {
    width: 50%;
  }
  div.p-box-12 div.img div.one:last-child {
    display: none;
  }
}
@media (max-width: 440px) {
  div.p-box-12 div.img div.one {
    width: 100%;
  }
  div.p-box-12 div.img div.one:nth-child(2),
  div.p-box-12 div.img div.one:last-child {
    display: none;
  }
}
div.p-box-22 {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: #F9F9F9;
  border: 1px solid #EEE;
  border-radius: 4px;
  width: 380px;
  max-width: 100%;
}
div.p-box-22 div.head {
  display: block;
  overflow: hidden;
  padding: 0.75em 1em;
  border-bottom: 1px solid #EEE;
}
div.p-box-22 div.body {
  display: block;
  overflow: hidden;
  padding: 1.5em;
}
div.p-box-22 div.head h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  color: #444;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
div.p-box-22 ul.inline {
  margin: 0;
  text-align: center;
}
div.p-box-22 ul.inline li {
  margin: 0 1rem 1rem 0;
}
div.p-box-22 ul.inline p {
  margin: 0;
}
div.p-box-22 div.box-7 span small {
  font-size: 0.75rem;
}
div.p-box-22 div.box-7 p {
  text-align: left;
}
div.p-box-22 ul.social {
  display: block;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
div.p-box-22 ul.social li {
  display: block;
  overflow: hidden;
}
div.p-box-22 ul.social li.left {
  float: left;
}
div.p-box-22 ul.social li.right {
  float: right;
}
div.p-box-22 ul.social a {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 10px 6px 0;
  text-decoration: none;
}
div.p-box-22 ul.social a img {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
div.p-box-22 ul.social a:hover {
  opacity: 0.9;
}
div.p-box-22 ul.social a > span.text {
  display: inline-block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 4px;
  padding: 0.3em 0.75em 0.4em;
  height: 29px;
}
div.p-box-22 ul.social a > span.count {
  display: inline-block;
  overflow: visible;
  vertical-align: middle;
  border: 1px solid #9396a3;
  padding: 3px 5px;
  border-radius: 3px;
  font: 400 0.75em/1.3 arial;
  color: #444;
  position: relative;
  margin: 0 0 0 5px;
  background: #fff;
}
div.p-box-22 ul.social a > span.count:after {
  display: block;
  overflow: hidden;
  content: "";
  width: 6px;
  height: 100%;
  top: 0;
  left: -6px;
  background: url("https://www.wnp.pl/parlamentarny/images/www/cloud-tip.png") right center scroll no-repeat transparent;
  position: absolute;
}
div.p-box-22 ul.social a.fb-share span.text {
  background: #2E5891;
}
div.p-box-22 ul.social a.tw-tweet span.text {
  background: #2BA8D3;
}
div.p-box-22 ul.social a.print span.text {
  background: #0085B2;
}
div.p-box-22 ul.social a.send span.text {
  background: #59B200;
}
@media (max-width: 1100px) {
  div.p-box-22 {
    width: 100%;
  }
}
div.cookie-bar2 {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 600px;
  max-width: 100%;
  background: rgba(0, 89, 178, 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;
  margin: 0;
}
div.cookie-bar2 div.desc2 small {
  float: right;
  overflow: hidden;
}
div.cookie-bar2 small a {
  display: block;
  background: #006738;
  padding: 0.25rem 1rem;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
div.cookie-bar2 small a:hover {
  background: #E20513;
  color: #fff;
}
div.cookie-bar2.open {
  display: block;
}
div.cookie-bar2.v2 {
  background: rgba(15, 15, 30, 0.9);
  left: auto;
  right: 0;
}
div.box-82 div.pageWidth {
  border-top: 1px solid #E5E5E5;
  padding: 1.5rem 0;
}
div.box-82 a {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.box-82 div.img {
  display: table-cell;
  vertical-align: middle;
  width: 138px;
}
div.box-82 div.desc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 1.5rem;
}
div.box-82 div.img img {
  display: block;
}
div.box-82 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
  color: #E20513;
}
div.box-82 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 1290px) {
  div.box-82 {
    padding: 1.5rem 1.25rem;
  }
}
@media (max-width: 700px) {
  div.box-82 h2 {
    font-size: 1.125rem;
  }
  div.box-82 p {
    font-size: 0.875rem;
  }
}
@media (max-width: 400px) {
  div.box-82 div.img {
    width: 40%;
    vertical-align: top;
  }
  div.box-82 div.desc {
    padding-left: 1rem;
    vertical-align: top;
  }
}
div.box-83 {
  background: #222;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 3rem 2rem;
  margin: 0 auto 2rem;
}
div.box-83:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
div.box-83 h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0 0 0.25rem;
  position: relative;
}
div.box-83 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0;
  position: relative;
}
@media (max-width: 700px) {
  div.box-83 {
    padding: 2rem 1.5rem;
  }
  div.box-83 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  div.box-83 h2 {
    font-size: 1.75rem;
  }
}
div.box-71 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 95px;
  position: relative;
  margin: 1.5rem 0 0;
  padding: 1rem;
}
div.box-71 div.logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
div.box-71 div.logo-2 {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
div.box-71 div.desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.box-71 div.desc h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.875rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.15;
}
div.box-71 div.desc span {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  color: #fff;
  display: inherit;
}
@media (max-width: 1100px) {
  div.box-71 {
    height: 70px;
  }
  div.box-71 div.logo img {
    height: 30px;
  }
  div.box-71 div.logo-2 img {
    height: 50px;
  }
  div.box-71 div.desc h3 {
    font-size: 1.25rem;
  }
  div.box-71 div.desc span {
    font-size: 0.75rem;
  }
}
@media (max-width: 900px) {
  div.box-71 {
    background-position: right;
  }
  div.box-71 div.logo img {
    height: 20px;
  }
  div.box-71 div.logo {
    left: 1rem;
  }
  div.box-71 div.logo-2 {
    right: 1rem;
  }
  div.box-71 div.desc h3 {
    font-size: 1.1875rem;
  }
  div.box-71 div.desc span {
    font-size: 0.6875rem;
  }
}
@media (max-width: 700px) {
  div.box-71 {
    height: auto;
    background-position: right;
    margin: 1.5rem -1.25rem 0 -1.25rem;
    width: auto;
  }
  div.box-71 div.logo img {
    height: 30px;
  }
  div.box-71 div.logo-2 img {
    height: 50px;
  }
  div.box-71 div.logo,
  div.box-71 div.logo-2 {
    transform: none;
  }
  div.box-71 div.logo {
    top: 1rem;
  }
  div.box-71 div.logo-2 {
    top: 0.5rem;
  }
  div.box-71 div.desc {
    position: static;
    margin: 4rem auto 0;
    transform: none;
    width: 100%;
  }
  div.box-71 div.desc h3 {
    font-size: 1.875rem;
    line-height: 1.95rem;
  }
  div.box-71 div.desc span {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  div.box-71 div.desc {
    margin: 3rem auto 0;
  }
  div.box-71 div.desc h3 {
    font-size: 1.5rem;
    line-height: 1.45rem;
  }
  div.box-71 div.desc span {
    font-size: 0.75rem;
  }
}
@media (max-width: 460px) {
  div.box-71 div.desc h3 {
    font-size: 1.125rem;
    line-height: 1.15rem;
  }
  div.box-71 div.desc span {
    font-size: 0.625rem;
  }
}
@media (max-width: 380px) {
  div.box-71 div.desc h3 {
    font-size: 1rem;
    line-height: 1rem;
  }
  div.box-71 div.desc span {
    font-size: 0.5625rem;
  }
}
div.box-71.v2 {
  background-image: none;
  margin: 0 0 2rem;
  height: 70px;
  background-position: right;
}
div.box-71.v2 div.logo {
  left: 1rem;
}
div.box-71.v2 div.logo-2 {
  right: 1rem;
}
div.box-71.v2 div.logo img {
  height: 30px;
}
div.box-71.v2 div.logo-2 img {
  height: 50px;
}
div.box-71.v2 div.desc h3 {
  font-size: 1.25rem;
}
div.box-71.v2 div.desc span {
  font-size: 0.75rem;
}
@media (max-width: 1100px) {
  div.box-71.v2 {
    height: auto;
    padding: 1rem;
  }
  div.box-71.v2 div.logo img {
    height: 30px;
  }
  div.box-71.v2 div.logo-2 img {
    height: 50px;
  }
  div.box-71.v2 div.logo,
  div.box-71.v2 div.logo-2 {
    transform: none;
  }
  div.box-71.v2 div.logo {
    top: 1rem;
  }
  div.box-71.v2 div.logo-2 {
    top: 0.5rem;
  }
  div.box-71.v2 div.desc {
    position: static;
    margin: 3rem auto 0;
    transform: none;
    width: 100%;
  }
  div.box-71.v2 div.desc h3 {
    font-size: 1.875rem;
    line-height: 1.95rem;
  }
  div.box-71.v2 div.desc span {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  div.box-71.v2 div.desc h3 {
    font-size: 1.5rem;
  }
  div.box-71.v2 div.desc span {
    font-size: 0.75rem;
  }
}
@media (max-width: 900px) {
  div.box-71.v2 div.desc h3 {
    font-size: 1.125rem;
  }
  div.box-71.v2 div.desc span {
    font-size: 0.625rem;
  }
}
@media (max-width: 800px) {
  div.box-71.v2 div.desc h3 {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  div.box-71.v2 div.desc span {
    font-size: 0.5625rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 700px) {
  div.box-71.v2 {
    height: auto;
    background-position: right;
    margin: -1.5rem -1.25rem 2rem -1.25rem;
    width: auto;
  }
  div.box-71.v2 div.logo img {
    height: 30px;
  }
  div.box-71.v2 div.logo-2 img {
    height: 50px;
  }
  div.box-71.v2 div.logo,
  div.box-71.v2 div.logo-2 {
    transform: none;
  }
  div.box-71.v2 div.logo {
    top: 1rem;
  }
  div.box-71.v2 div.logo-2 {
    top: 0.5rem;
  }
  div.box-71.v2 div.desc {
    position: static;
    margin: 4rem auto 0;
    transform: none;
    width: 100%;
  }
  div.box-71.v2 div.desc h3 {
    font-size: 1.875rem;
    line-height: 1.95rem;
  }
  div.box-71.v2 div.desc span {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  div.box-71.v2 div.desc {
    margin: 3rem auto 0;
  }
  div.box-71.v2 div.desc h3 {
    font-size: 1.5rem;
    line-height: 1.45rem;
  }
  div.box-71.v2 div.desc span {
    font-size: 0.75rem;
  }
}
@media (max-width: 460px) {
  div.box-71.v2 div.desc h3 {
    font-size: 1.125rem;
    line-height: 1.15rem;
  }
  div.box-71.v2 div.desc span {
    font-size: 0.625rem;
  }
}
@media (max-width: 380px) {
  div.box-71.v2 div.desc h3 {
    font-size: 1rem;
    line-height: 1rem;
  }
  div.box-71.v2 div.desc span {
    font-size: 0.5625rem;
  }
}
div.box-72 {
  font-size: 0rem;
  vertical-align: top;
  padding: 2rem 1.5rem;
  margin: 4rem 0;
  border: 2px solid #2B4274;
}
div.box-72 div.img {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
div.box-72 div.img img {
  display: block;
  margin: 0 auto 1.5rem;
}
div.box-72 div.img img:last-of-type {
  margin: 0 auto;
}
div.box-72 div.desc {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.5rem;
}
div.box-72 div.desc h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.125rem;
  color: #222121;
}
div.box-72 div.desc span {
  display: block;
  margin: 0 0 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  color: #222121;
}
div.box-72 div.desc span:last-child {
  margin: 0;
}
div.box-72 div.desc span strong {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
div.box-72 div.desc a {
  color: #2B4274 !important;
}
@media (max-width: 1200px) {
  div.box-72 {
    padding: 1.5rem;
  }
  div.box-72 div.img {
    width: 25%;
    padding: 0 1rem 0 0;
  }
  div.box-72 div.desc {
    width: 75%;
  }
}
@media (max-width: 800px) {
  div.box-72 div.img {
    width: 100%;
    padding: 0 0 1.5rem;
    text-align: center;
  }
  div.box-72 div.desc {
    width: 100%;
    padding: 0;
  }
  div.box-72 div.img {
    font-size: 0rem;
    text-align: center;
  }
  div.box-72 div.img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    margin: 0 5% !important;
  }
}
div.box-73 div.button {
  padding: 1rem 4rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.375rem;
  border-radius: 7px;
  text-transform: uppercase;
  background: url('/images/siemens/down1.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #009999;
}
div.box-73 div.button a {
  color: #fff;
  margin: 0 0 0 2rem;
}
div.box-73 div.button:hover {
  background: url('/images/siemens/down2.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #fff !important;
  color: #009999 !important;
}
div.box-73 div.button:hover a {
  color: #009999 !important;
  margin: 0 0 0 2rem;
}
div.box-73 div.head {
  padding: 1.5rem 1.5rem 1.5rem 350px;
  position: relative;
  margin: 1rem 0 0;
}
div.box-73 div.head div.img {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
div.box-73 div.head div.desc h3 {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 2.625rem;
  line-height: 1.05;
}
div.box-73 div.head div.desc span {
  color: #818F98;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
}
div.box-73 div.head div.desc h3.hero {
  color: #fff;
  padding: 0.1rem 0.4rem;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline;
  background-image: linear-gradient(120deg, #2D373C 0%, #2D373C 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 88%;
  font-size: 2rem;
  background-color: #c0c;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
div.box-73 div.hero {
  padding: 3rem 12rem 3rem 3rem;
  background-size: cover;
  background-color: #2D373C;
  position: relative;
  margin: 0 0 3rem;
}
div.box-73 div.hero span {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
}
div.box-73 div.hero strong {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 1.5rem 0 0;
  display: block;
}
div.box-73 div.hero small {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 1.5rem 0 0;
  display: inline-block;
}
div.box-73 div.hero strong.el {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1rem;
  margin: 1.5rem 0 0;
  display: inline-block;
}
div.box-73 div.hero div.button {
  margin: 2rem 0 0;
}
div.box-73 div.hero h3 {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 3rem;
  margin: 0 0 1rem;
  line-height: 1.25;
}
div.box-73 div.hero small.head {
  color: #EBF0F5;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2rem;
  margin: 0 0 1rem;
}
div.box-73 div.hero div.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
div.box-73 div.hero span,
div.box-73 div.hero strong,
div.box-73 div.hero small,
div.box-73 div.hero strong.el,
div.box-73 div.hero h3,
div.box-73 div.hero small.head,
div.box-73 div.hero div.button {
  position: relative;
}
div.box-73 div.hero span {
  display: inline-block;
  margin: 1rem 0 0;
}
div.box-73 div.hero h3.head {
  color: #009999;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 2rem;
  background-color: #fff;
  display: inline-block;
  margin: 0 0 0 -3rem;
  padding: 0 0.3rem 0 3rem;
}
div.box-73 div.hero span.head {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 2rem;
  background-color: #009999;
  display: inline-block;
  margin: 0 0 0 -3rem;
  padding: 0 0.3rem 0 3rem;
}
div.box-73 div.hero span.date {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 0.2rem 0.4rem;
  margin: 0;
}
div.box-73 div.hero div.button {
  padding: 1rem 4rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.375rem;
  border-radius: 7px;
  text-transform: uppercase;
  background: url('/images/siemens/reg1.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #009999;
}
div.box-73 div.hero div.button a {
  color: #fff;
  margin: 0 0 0 2rem;
}
div.box-73 div.hero div.button:hover {
  background: url('/images/siemens/reg2.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #fff !important;
  color: #009999 !important;
}
div.box-73 div.hero div.button:hover a {
  color: #009999 !important;
  margin: 0 0 0 2rem;
}
div.box-73 div.hero ol {
  list-style: none;
  counter-reset: item;
  margin: 2rem 0 0 3rem;
}
div.box-73 div.hero ol li {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  counter-increment: item;
  margin: 0 0 2rem;
  position: relative;
}
div.box-73 div.hero li:before {
  content: counter(item);
  background: #009999;
  border-radius: 100%;
  color: white;
  width: 2rem;
  text-align: center;
  display: inline-block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1rem;
  position: absolute;
  left: -3rem;
  padding: 4px 0;
}
div.box-73 div.hero span.spec {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
}
div.box-73 div.hero span.spec strong {
  color: #009999;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.25rem;
  display: inline;
}
div.box-73 div.box-74 {
  position: relative;
  padding: 0 50% 0 0;
  margin: 0 auto;
  background-repeat: no-repeat !important;
  background-size: cover!important;
}
div.box-73 div.box-74 div.desc {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  background: #EBF0F5;
}
div.box-73 div.box-74 div.desc h3 {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.75rem;
  margin: 0 0 3rem;
}
div.box-73 div.box-74 div.desc div.wrap h3 {
  font-size: 2.375rem;
}
div.box-73 div.box-74 div.desc ol {
  list-style: none;
  counter-reset: item;
  margin: 0 0 0 3rem;
}
div.box-73 div.box-74 div.desc ol li {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  counter-increment: item;
  margin: 0 0 2rem;
  position: relative;
}
div.box-73 div.box-74 div.desc li:before {
  content: counter(item);
  background: #009999;
  border-radius: 100%;
  color: white;
  width: 2rem;
  text-align: center;
  display: inline-block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 1rem;
  position: absolute;
  left: -3rem;
  padding: 4px 0;
}
div.box-73 div.box-74 div.desc span {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
}
div.box-73 div.box-74 div.img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #009999;
  background-size: cover;
}
div.box-73 div.box-74 div.img h3 {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.75rem;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
div.box-73 div.box-74 div.wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 640px;
  padding: 3rem;
  position: relative;
}
div.box-73 div.box-74 div.img > img {
  display: none;
  width: 100%;
}
div.box-73 div.box-74 div.img.v2 img {
  display: none;
}
div.box-73 div.box-74.v2 {
  position: relative;
  padding: 0 0 0 50%;
  margin: 0 auto;
}
div.box-73 div.box-74.v2 div.img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #009999;
  background-size: cover;
}
div.box-73 div.box-74.v2 div.desc {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
div.box-73 div.box-74.v3 {
  position: relative;
  padding: 3rem 12rem 3rem 3rem;
  background: #2D373C;
}
div.box-73 div.box-74.v3 h3 {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 3rem;
  line-height: 1.25;
  margin: 0 0 1rem;
}
div.box-73 div.box-74.v3 small {
  color: #EBF0F5;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 2rem;
  margin: 0 0 1rem;
  display: inline-block;
}
div.box-73 div.box-74.v3 p {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  margin: 1rem 0 0;
}
div.box-73 div.box-74.v3 div.button {
  margin: 4rem 0 0;
}
div.box-73 div.box-74.v3 div.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
div.box-73 div.box-74.v3 h3,
div.box-73 div.box-74.v3 small,
div.box-73 div.box-74.v3 p,
div.box-73 div.box-74.v3 div.button {
  position: relative;
}
div.box-73 div.box-74.v3 div.button {
  padding: 1rem 4rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.375rem;
  border-radius: 7px;
  text-transform: uppercase;
  background: url('/images/siemens/reg1.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #009999;
}
div.box-73 div.box-74.v3 div.button a {
  color: #fff;
  margin: 0 0 0 1.5rem;
}
div.box-73 div.box-74.v3 div.button:hover {
  background: url('/images/siemens/reg2.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #fff !important;
  color: #009999 !important;
}
div.box-73 div.box-74.v3 div.button:hover a {
  color: #009999 !important;
  margin: 0 0 0 1.5rem;
}
div.box-73 div.box-74.v4 {
  width: 100%;
  padding: 0;
  font-size: 0rem;
  margin: 0 0 3rem;
}
div.box-73 div.box-74.v4 div.desc {
  width: 50%;
  display: inline-block;
}
div.box-73 div.box-74.v4 div.wrap {
  display: inline-block;
}
div.box-73 div.box-74.v4 div.wrap h3 {
  font-size: 2.375rem;
}
div.box-73 div.box-74.v4 div.desc.green {
  background-color: #009999;
}
div.box-73 div.box-74.v4 div#target-a,
div.box-73 div.box-74.v4 div#target-b {
  display: inline-block;
  width: 50%;
}
div.box-73 div.box-74.v4 div#target-a {
  display: none;
}
div.box-73 div.box-74.v4 div#target-a div.desc,
div.box-73 div.box-74.v4 div#target-b div.desc {
  width: 100%;
}
div.box-73 div.box-74.v4 div.desc.green h3.head {
  color: #009999;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1rem;
  background-color: #fff;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2rem;
}
div.box-73 div.box-74.v4 div.desc.green ul {
  list-style-type: none;
  margin: 2rem 0 0;
}
div.box-73 div.box-74.v4 div.desc.green ul li:before {
  display: none;
}
div.box-73 div.box-74.v4 div.desc.green ul li {
  font-size: 0rem;
  vertical-align: top;
  width: 100%;
  margin: 1.5rem 0 0;
}
div.box-73 div.box-74.v4 div.desc.green ul li div.img-1 {
  display: inline-block;
  width: 25%;
  padding: 0 1rem 0 0;
  vertical-align: top;
}
div.box-73 div.box-74.v4 div.desc.green ul li div.desc {
  display: inline-block;
  width: 75%!important;
  background-color: transparent;
}
div.box-73 div.box-74.v4 div.desc.green ul li div.desc h3 {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.5rem;
  margin: 0;
}
div.box-73 div.box-74.v4 div.desc.green ul li div.desc span {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
}
div.box-73 div.box-74.v4 div.desc.green ul.v2 li div.img-1 {
  display: inline-block;
  width: 35%;
  padding: 0 1rem 0 0;
  vertical-align: middle;
}
div.box-73 div.box-74.v4 div.desc.green ul.v2 li div.desc {
  display: inline-block;
  width: 65%!important;
  background-color: transparent;
  vertical-align: middle;
}
div.box-73 div.box-74.v4 div.button {
  padding: 1rem 4rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.375rem;
  border-radius: 7px;
  text-transform: uppercase;
  margin: 1rem 0 0;
  background: url('/images/siemens/reg1.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #009999;
  border: 1px solid #009999;
}
div.box-73 div.box-74.v4 div.button a {
  color: #fff;
  margin: 0 0 0 1.5rem;
}
div.box-73 div.box-74.v4 div.button:hover {
  background: url('/images/siemens/reg2.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #EBF0F5 !important;
  color: #fff !important;
  border: 1px solid #009999;
}
div.box-73 div.box-74.v4 div.button:hover a {
  color: #009999 !important;
  margin: 0 0 0 1.5rem;
}
div.box-73 div.box-74.v5 {
  padding: 2rem 3rem;
}
div.box-73 div.box-74.v5 h3.head {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1rem;
  background-color: #009999;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem 0.2rem 3rem;
  margin: 0 0 0 -3rem;
  display: inline-block;
}
div.box-73 div.box-74.v5 span.head {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 3rem;
  display: block;
  line-height: 1.2;
}
div.box-73 div.box-74.v6 {
  padding: 3rem 8rem 3rem 3rem;
  background-color: #009999;
}
div.box-73 div.box-74.v6 p.main {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  padding: 0 0 0 9rem;
  margin: 0 0 2rem;
}
div.box-73 div.box-74.v6 p.main:before {
  content: "";
  background: url('/images/siemens/el.png');
  background-repeat: no-repeat;
  display: block;
  width: 200px;
  height: 100%;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
div.box-73 div.box-74.v6 p {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
  margin: 0 0 1.5rem;
}
div.box-73 div.box-74.v6 div.button {
  padding: 1rem 4rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.375rem;
  border-radius: 7px;
  text-transform: uppercase;
  margin: 1rem 0 0;
  background: url('/images/siemens/down2.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #fff;
  border: 1px solid #009999;
}
div.box-73 div.box-74.v6 div.button a {
  color: #009999;
  margin: 0 0 0 1.5rem;
}
div.box-73 div.box-74.v6 div.button:hover {
  background: url('/images/siemens/down1.svg');
  background-repeat: no-repeat;
  background-position: 18%;
  background-color: #009999 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
div.box-73 div.box-74.v6 div.button:hover a {
  color: #fff !important;
  margin: 0 0 0 1.5rem;
}
div.box-73 div.box-74.v6 h3.head {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
div.box-73 div.partners {
  padding: 3rem;
  text-align: center;
}
div.box-73 div.partners h3 {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 6rem 0 0;
}
div.box-73 div.partners ul {
  list-style-type: none;
  width: 900px;
  margin: 0 auto;
  font-size: 0rem;
  vertical-align: middle;
}
div.box-73 div.partners ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.5rem;
  width: 33.33%;
}
div.box-73 div.foot {
  padding: 3rem 3rem 3rem 450px;
  position: relative;
}
div.box-73 div.foot span {
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
}
div.box-73 div.foot div.button {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1050px) {
  div.box-73 div.hero h3,
  div.box-73 div.head div.desc h3,
  div.box-73 div.box-74.v3 h3 {
    font-size: 1.625rem;
  }
  div.box-73 div.box-74.v3 small,
  div.box-73 div.hero small.head {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  div.box-73 div.partners {
    padding: 3rem 0;
  }
  div.box-73 div.partners ul {
    width: 100%;
  }
  div.box-73 div.partners ul li {
    padding: 0 1rem;
  }
  div.box-73 div.partners h3 {
    margin: 10rem 0 0;
  }
}
@media (max-width: 900px) {
  div.box-73 div.box-74,
  div.box-73 div.box-74.v2 {
    padding: 0;
  }
  div.box-73 div.box-74 div.img,
  div.box-73 div.box-74.v2 div.img {
    display: block;
    position: relative;
    width: 100%;
    height: 550px;
  }
  div.box-73 div.box-74 div.wrap,
  div.box-73 div.box-74.v2 div.wrap {
    height: 500px;
  }
  div.box-73 div.box-74 div.desc div.wrap h3 {
    font-size: 1.75rem;
  }
  div.box-73 div.box-74.v4 div.desc {
    width: 100%;
  }
  div.box-73 div.box-74.v4 div#target-a {
    display: block;
  }
  div.box-73 div.box-74.v4 div#target-a,
  div.box-73 div.box-74.v4 div#target-b {
    width: 100%;
  }
  div.box-73 div.box-74.v4 div.wrap {
    height: auto;
  }
  div.box-73 div.box-74.v4 div.wrap h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 800px) {
  div.box-73 div.head div.img {
    position: static;
    margin: 1rem auto;
    transform: none;
  }
  div.box-73 div.head {
    padding: 0 2rem 2rem;
    margin: 0 0 1rem;
    text-align: center;
  }
  div.box-73 div.head div.desc h3 {
    font-size: 1.5rem;
  }
  div.box-73 div.box-74.v3 h3 {
    font-size: 1.25rem;
  }
  div.box-73 div.hero span,
  div.box-73 div.hero strong,
  div.box-73 div.hero span.spec,
  div.box-73 div.hero ol li,
  div.box-73 div.hero span.spec strong {
    font-size: 1rem;
  }
  div.box-73 div.hero h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
  div.box-73 div.hero small.head,
  div.box-73 div.box-74.v3 small {
    font-size: 1rem;
    margin: 0;
  }
  div.box-73 div.hero,
  div.box-73 div.box-74.v3,
  div.box-73 div.box-74 div.wrap,
  div.box-73 div.box-74.v2 div.wrap,
  div.box-73 div.box-74.v5,
  div.box-73 div.box-74.v6 {
    padding: 2rem;
  }
  div.box-73 div.box-74 div.desc h3 {
    font-size: 1.25rem;
  }
  div.box-73 div.box-74 div.img h3 {
    font-size: 1rem;
  }
  div.box-73 div.hero h3.head {
    margin: 0 0 0 -2rem;
    padding: 0 0.3rem 0 2rem;
  }
  div.box-73 div.hero span.head {
    margin: 0 0 0 -2rem;
    padding: 0 0.3rem 0 2rem;
  }
  div.box-73 div.box-74.v5 h3.head {
    padding: 0.2rem 0.5rem 0.2rem 2rem;
  }
  div.box-73 div.box-74.v5 h3.head {
    margin: 0 0 0 -2rem;
  }
  div.box-73 div.box-74 div.img.v2 {
    background-image: none!important;
    background-color: transparent;
  }
  div.box-73 div.box-74 div.img.v2 img {
    display: block;
  }
  div.box-73 div.box-74.v4 div.desc.green ul {
    margin: 4rem 0 0;
  }
}
@media (max-width: 700px) {
  div.box-73 div.partners h3 {
    margin: 7rem 0 0;
  }
}
@media (max-width: 500px) {
  div.box-73 {
    margin: 0 -1.25rem;
  }
  div.box-73 div.box-74.v3 div.button,
  div.box-73 div.button {
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
  div.box-73 div.head div.img {
    margin: -1rem auto 0.5rem;
  }
  div.box-73 div.head {
    padding: 0 2rem 0.5rem;
  }
  div.box-73 .pageWidth {
    padding: 0;
  }
  div.box-73 div.hero h3.head,
  div.box-73 div.hero span.head,
  div.box-73 div.head div.desc h3.hero,
  div.box-73 div.box-74.v5 span.head,
  div.box-73 div.box-74.v4 div.desc.green ul li div.desc h3,
  div.box-73 div.box-74.v6 p.main,
  div.box-73 div.box-74.v6 h3.head {
    font-size: 1.375rem;
  }
  div.box-73 div.box-74.v6 p.main {
    padding: 7rem 0 0;
  }
  div.box-73 div.box-74.v6 p.main:before {
    background-position: center;
    width: 100%;
    height: 100px;
  }
  div.box-73 div.partners h3 {
    margin: 0;
  }
  div.box-73 div.partners ul li {
    padding: 0 0.5rem;
  }
}
@media (max-width: 450px) {
  div.box-73 div.box-74.v3,
  div.box-73 div.box-74 div.wrap,
  div.box-73 div.box-74.v2 div.wrap {
    padding: 2rem;
  }
  div.box-73 div.partners h3 {
    margin: -30% 0 0;
  }
}
@media (max-width: 400px) {
  div.box-73 div.hero {
    position: relative;
    padding: 8rem 2rem 2rem;
  }
  div.box-73 div.hero.v2 {
    padding: 2rem;
  }
  div.box-73 div.hero div.button {
    margin: 0;
    position: absolute;
    top: 3rem;
    left: 2rem;
    right: 2rem;
    width: auto;
  }
  div.box-73 div.hero small {
    font-size: 0.875rem;
  }
  div.box-73 div.hero strong.el {
    font-size: 0.875rem;
  }
  div.box-73 div.box-74.v3 div.button,
  div.box-73 div.button {
    background-position: 20%!important;
    background-size: 22px!important;
    padding: 1rem!important;
  }
  div.box-73 div.box-74.v3 div.button:hover,
  div.box-73 div.button:hover {
    background-position: 20%!important;
    background-size: 22px!important;
    padding: 1rem!important;
  }
}
@media (max-width: 360px) {
  div.box-73 div.box-74.v3 div.button,
  div.box-73 div.button {
    background-position: 14%!important;
  }
  div.box-73 div.box-74.v3 div.button:hover,
  div.box-73 div.button:hover {
    background-position: 14%!important;
  }
}
div.box-75 {
  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.box-75 div.wrap {
  width: 1290px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  padding: 0 1.5rem;
}
div.box-75 div.close {
  position: absolute;
  right: 0;
  top: 0;
}
div.box-75 div.close > span {
  position: absolute;
  top: 0;
  right: 60px;
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.75rem;
  width: 80px;
  margin: 0.5rem 0 0;
}
div.box-75 a.close {
  width: 60px;
  height: 56px;
  background: #009999;
  right: 0;
  top: 0;
  position: absolute;
}
div.box-75 a.close img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
div.box-75 div.pageW {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
div.box-75 div.head {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #818F98;
  text-align: center;
}
div.box-75 div.head span {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.25rem;
}
div.box-75 div.head.info {
  border: 0;
  padding: 2rem 0;
}
div.box-75 div.head.info span {
  color: #009999;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.25rem;
}
div.box-75 ul.list-56 {
  list-style-type: none;
  margin: 2rem 0 3rem;
}
div.box-75 ul.list-56 li {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 1rem;
}
div.box-75 form input,
div.box-75 form select {
  width: 100%;
  border: 2px solid #009999;
  border-radius: 7px;
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.25rem;
  padding: 0.7rem;
}
div.box-75 form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url('/images/icons/arrow-s.png');
  background-repeat: no-repeat;
  background-position: 97%;
}
div.box-75 form ul li {
  font-size: 0rem;
  vertical-align: top;
  margin: 1rem 0 0;
}
div.box-75 form ul li fieldset {
  display: inline-block;
  width: 49%;
  margin: 0 2% 0 0;
  vertical-align: top;
}
div.box-75 form ul li fieldset:last-child {
  margin: 0;
}
div.box-75 form ul li select.first {
  display: inline-block;
  width: 50%;
}
div.box-75 form fieldset span {
  color: #2D373C;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
}
div.box-75 form fieldset div.error {
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0.5rem 0 0;
  display: none;
}
div.box-75 form fieldset.checkbox {
  width: 100%;
  margin: 1rem 0 0!important;
}
div.box-75 form fieldset.checkbox span {
  display: inline-block;
  margin: -1.2rem 0 0 2rem;
}
div.box-75 form fieldset.checkbox span strong a {
  color: #009999;
}
div.box-75 form fieldset.checkbox.error span strong a {
  color: #E20513;
}
div.box-75 form fieldset.error span {
  color: #E20513;
}
div.box-75 form fieldset.error input,
div.box-75 form fieldset.error select {
  border: 2px solid #E20513;
  color: #E20513;
}
div.box-75 form fieldset.error div.error {
  display: block;
}
div.box-75 form input[type=checkbox] {
  width: auto;
  position: relative;
  cursor: pointer;
}
div.box-75 form input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #009999;
  border-radius: 5px;
  background-color: white;
}
div.box-75 form input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 6px;
}
div.box-75 form fieldset.checkbox.error input[type=checkbox]:before {
  border: 2px solid #E20513;
}
div.box-75 form input[type=submit] {
  margin: 2rem auto;
  display: block;
  width: auto;
  background: url('/images/siemens/down1.svg');
  background-repeat: no-repeat;
  background-position: 10%;
  background-color: #009999;
  color: #fff;
  padding: 1rem 5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.375rem;
  border-radius: 7px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #009999;
}
div.box-75 form input[type=submit]:hover {
  background: url('/images/siemens/down2.svg');
  background-repeat: no-repeat;
  background-position: 10%;
  background-color: #fff;
  color: #009999;
  border: 2px solid #009999;
}
@media (max-width: 1500px) {
  div.box-75 form input,
  div.box-75 form select,
  div.box-75 div.head span {
    font-size: 1rem;
  }
}
@media (max-width: 1300px) {
  div.box-75 div.wrap {
    padding: 4rem 2rem 2rem;
  }
}
@media (max-width: 550px) {
  div.box-75 form input[type=submit] {
    width: 100%;
    padding: 1rem 1rem 3rem;
    background-position: center 80%;
  }
  div.box-75 form input[type=submit]:hover {
    width: 100%;
    padding: 1rem 1rem 3rem;
    background-position: center 80%;
  }
  div.box-75 div.wrap {
    padding: 4rem 1rem 1rem;
  }
  div.box-75 form ul li select.first {
    width: 100%;
  }
}
@media (max-width: 500px) {
  div.box-75 form ul li fieldset {
    margin: 0 0 1.5rem !important;
    width: 100%;
  }
  div.box-75 form ul li {
    margin: 0;
  }
  div.box-75 form fieldset div.error {
    margin: 0;
  }
  div.box-75 div.head {
    margin: 0 0 2rem;
  }
}
div.box-75.open {
  display: block;
}
div.box-75.v2 div.wrap {
  top: 50%;
  transform: translateY(-50%);
}
div.box-76 {
  text-align: center;
  margin: 0 auto 2rem;
  clear: both;
  padding: 1.5rem;
  background: none center center scroll no-repeat #222;
  background-size: cover;
}
div.box-76 a {
  display: block;
  color: #fff;
}
div.box-76 h2 {
  font-size: 2rem;
  color: #fff;
  margin: 0 0 0.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}
div.box-76 p {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}
div.box-76 a:hover h2 {
  color: #e20513;
}
@media (max-width: 600px) {
  div.box-76 {
    background-position: right center;
  }
  div.box-76 h2 {
    font-size: 1.5rem;
  }
  div.box-76 p {
    font-size: 1rem;
  }
}
div.news-box div.head {
  background: none right no-repeat;
  padding: 1.5rem;
  background-color: #963B3A;
  text-align: center;
}
div.news-box div.head h3 {
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}
div.news-box div.news-wrap {
  padding: 1.5rem;
  border: 1px solid #E9E9E9;
  border-top: 0;
}
div.news-box span {
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #403E3E;
}
div.news-box form fieldset {
  font-size: 0rem;
  width: 100%;
  margin: 2rem 0;
}
div.news-box form fieldset:last-child {
  margin: 2rem 0 0;
}
div.news-box form fieldset input[type=text] {
  background: #E9E9E9;
  width: 68%;
  margin: 0 2% 0 0;
  border-radius: 5px;
  padding: 1rem;
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #413F3F;
  display: inline-block;
  vertical-align: top;
}
div.news-box form fieldset input[type=submit] {
  display: inline-block;
  width: 30%;
  background: url('/images/icons/arr-n.svg');
  background-repeat: no-repeat;
  background-position: 10%;
  background-color: #E20513;
  color: #fff;
  padding: 1rem 2rem 1rem 3rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: top;
}
div.news-box form fieldset span {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #413F3F;
  display: inline-block;
  margin: -1.2rem 0 0 2.5rem;
}
div.news-box form fieldset span a {
  color: #E20513;
}
div.news-box form fieldset input[type=checkbox] {
  width: auto;
  position: relative;
  cursor: pointer;
}
div.news-box form fieldset input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #E20513;
  background-color: #fff;
}
div.news-box form fieldset input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 6px;
}
div.news-box form fieldset input[type=checkbox]:checked:before {
  background: #E20513;
}
div.news-box form fieldset.checkbox.error span strong a {
  color: #E20513;
}
div.news-box form fieldset.error span {
  color: #E20513;
}
div.news-box form fieldset.error input,
div.news-box fieldset.error select {
  border: 2px solid #E20513;
  color: #E20513;
}
div.news-box form fieldset.error div.error {
  display: block;
}
@media (max-width: 1200px) {
  div.news-box form fieldset input[type=text] {
    width: 50%;
  }
  div.news-box form fieldset input[type=submit] {
    width: 48%;
  }
}
@media (max-width: 820px) {
  div.news-box div.head {
    background-size: cover;
    background-position: initial;
  }
}
@media (max-width: 800px) {
  div.news-box form fieldset input[type=text] {
    width: 100%;
    margin: 0 0 1rem;
  }
  div.news-box form fieldset input[type=submit] {
    width: 100%;
  }
}
@media (max-width: 400px) {
  div.news-box div.head h3 {
    font-size: 1.25rem;
  }
  div.news-box span {
    font-size: 1rem;
  }
}
div.box-zm div.box-8 h1 a,
div.box-zm div.box-8 h2 a {
  color: #069675;
}
div.box-zm div.right {
  top: 50%;
  transform: translateY(-50%);
}
div.box-zm div.right small {
  font-size: 0.875rem;
}
@media (max-width: 540px) {
  div.box-zm div.right small {
    font-size: 0.75rem;
  }
}
@media (max-width: 400px) {
  div.box-zm div.right small {
    font-size: 0.5625rem;
  }
}
/* RESPONSYWNOŚĆ */
@media (max-width: 1320px) {
  .pageWidth {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  #header div.social,
  .header-mockup div.social {
    left: 1.25rem;
  }
  #header div.right,
  .header-mockup div.right {
    right: 1.25rem;
  }
  /*
	div.box-666 div.one.right { right: 1rem; }
	div.box-666 div.pageWidth { padding: 1rem 170px; }
	*/
  form.search2 {
    padding: 0;
  }
  form.search2 div.left {
    width: 100%;
  }
  form.search2 div.right {
    position: static;
    width: auto;
  }
  form.search2 input[type="submit"] {
    height: 60px;
    border-radius: 0 0 4px 4px;
  }
  form.search2 div.select > input {
    max-width: 100%;
    border-left: 0;
    border-bottom: 1px solid #EEE !important;
  }
  form.search2 div.select input {
    font-size: 0.75rem;
  }
}
@media (max-width: 1180px) {
  div.box-666 div.pageWidth {
    padding: 1rem;
  }
  div.box-666 div.wrap {
    display: block;
  }
  div.box-666 div.wrap > div.one {
    display: block;
    width: auto;
    padding: 0;
    position: static;
    transform: none;
  }
  div.box-666 div.one.center div.ad {
    position: relative;
    transform: none;
    top: 0;
  }
  div.box-2 {
    width: auto;
  }
  div.box-2.two-in-a-row a:nth-child(3n+3) {
    margin-right: 0.75rem;
  }
  div.box-11 div.head {
    top: 1rem;
    left: 1rem;
    max-width: 100%;
  }
  div.box-11 div.art div.desc {
    padding: 1rem;
  }
  div.box-11 div.aside {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    padding: 1rem;
    background: #000;
  }
  div.box-11 div.aside h2 {
    margin: 0 0 0.75rem;
  }
  div.box-11 div.aside h3 {
    font-size: 0.875rem;
  }
  div.box-11 div.art div.desc {
    width: auto;
  }
  div.box-11 div.art.video div.img:after {
    left: 0;
    right: 0;
    transition: none;
  }
  ul.list-10 {
    overflow: auto;
    white-space: nowrap;
  }
  ul.list-10 li {
    width: 255px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin: 0 1.5rem 0 0;
  }
  ul.list-10 li:last-child {
    margin: 0;
  }
}
@media (max-width: 1100px) {
  div.box-3.focus-category div.box-7 div.img {
    margin: 0 0 0.75rem;
  }
  div.box-3.focus-category div.box-7 h2,
  div.box-7 h2 {
    font-size: 1.5rem;
    text-align: left;
  }
  ul.list-1 h3 {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  div.box-3 div.left-wrap {
    display: block;
  }
  div.box-3 div.left-wrap div.left-left {
    display: block;
    width: auto;
    padding-right: 0;
    margin: 0 0 1.5rem;
  }
  div.box-3 div.left-wrap div.left-right {
    display: block;
    width: auto;
  }
  div.box-4 {
    overflow: auto;
    text-overflow: clip;
  }
  div.box-11 div.art h3,
  div.box-12 div.art h3,
  div.box-19 div.art h2,
  div.box-19 div.art h3 {
    font-size: 1.25rem;
  }
  ul.list-5 h3,
  ul.list-6 h3,
  ul.list-6 li.promo h3,
  ul.list-9 h3 {
    font-size: 1rem;
  }
  div.box-10 div.desc > div.one {
    display: block;
    margin: 0 0 1.5rem;
    width: auto;
  }
  div.box-10 div.head h2 {
    float: none;
  }
  div.box-10 div.head div.right {
    float: none;
    margin: 1rem 0 0;
  }
  div.box-10 div.img {
    margin: 0 1.5rem 0 0;
  }
  #header,
  .header-mockup {
    padding: 1rem 0;
  }
  #footer div.head {
    margin: 0 1rem 0 0;
  }
  #header div.social,
  .header-mockup div.social {
    display: none;
  }
  #header div.right,
  .header-mockup div.right {
    left: 1.25rem;
    top: 0.75rem;
    right: 1.25rem;
    width: auto;
  }
  #nav div.pageWidth,
  .nav-mockup div.pageWidth {
    display: none;
  }
  #header a.menu,
  .header-mockup a.menu {
    display: inline-block !important;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
  }
  div.box-29 {
    display: inline-block;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  div.box-29 a.info {
    width: auto;
    height: 20px;
    width: 32px;
    padding: 0;
  }
  div.box-29 a.info strong,
  div.box-29 a.info small {
    display: none;
  }
  div.box-29 a.info:before {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
  }
  div.box-29.logged-in a.info {
    border: none;
  }
  div.box-29.logged-in:hover ul {
    right: 0;
    transform: none;
  }
  #header div.right a.mobileSearch,
  .header-mockup div.right a.mobileSearch {
    display: block;
  }
  div.box-22 h1 {
    font-size: 2rem;
  }
  div.box-22 h2 {
    font-size: 1.25rem;
  }
  div.box-22 div.desc {
    padding: 1.5rem 1rem;
  }
  div.box-22 ul {
    padding: 0.5rem;
  }
  div.box-22 ul a {
    padding: 0.5rem;
  }
  div.box-26 h1 {
    font-size: 2.25rem;
  }
  div.box-26 div.img {
    width: 30%;
    max-width: none;
    margin: 0 5% 0 0;
  }
  div.box-26 div.desc {
    width: 65%;
  }
}
@media (max-width: 850px) {
  ul.list-5 {
    margin: 0 0 2.5rem;
  }
  ul.list-5 > li {
    display: block;
    margin: 0 0 1.5rem;
    width: auto;
    overflow: hidden;
  }
  ul.list-5 > li:last-child {
    margin-bottom: 0;
  }
  ul.list-5 div.img {
    overflow: hidden;
    float: left;
    width: 94px;
    margin: 2px 1rem 0 0;
    padding: 0 0 62.66px !important;
    position: relative;
  }
  ul.list-5 div.img img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    max-height: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  ul.list-5 div.desc {
    overflow: hidden;
  }
  ul.list-6 {
    margin: 0 0 1.5rem;
  }
  ul.list-6 > li {
    display: block;
    margin: 0 0 1.5rem !important;
    width: auto !important;
    overflow: hidden;
  }
  ul.list-6 > li:last-child {
    margin-bottom: 0;
  }
  ul.list-6 div.img {
    overflow: hidden;
    float: left;
    max-width: 30%;
    margin: 0 1rem 0 0;
  }
  ul.list-6 div.desc {
    overflow: hidden;
  }
  ul.list-6 li.promo {
    padding: 1rem 0 0;
  }
  ul.list-7 > li {
    display: block;
    margin: 0 0 1.5rem;
    width: auto;
    overflow: hidden;
  }
  ul.list-7 > li:last-child {
    margin-bottom: 0;
  }
  ul.list-7 div.img {
    overflow: hidden;
    float: left;
    max-width: 30%;
    margin: 0 1rem 0 0;
  }
  ul.list-7 div.desc {
    overflow: hidden;
  }
  div.box-9 {
    margin: 0 0 1.5rem;
  }
  div.box-9 h3 {
    margin: 0;
  }
  ul.list-16 > li {
    display: block;
    margin: 0 0 1.5rem !important;
    width: auto !important;
    overflow: hidden;
  }
  ul.list-16 > li:last-child {
    margin-bottom: 0;
  }
  ul.list-16 div.img {
    overflow: hidden;
    float: left;
    max-width: 30%;
    margin: 0 1rem 0 0;
  }
  ul.list-16 div.desc {
    overflow: hidden;
  }
  ul.list-16.v2 div.img {
    margin: 0 1rem 0 0;
  }
  ul.list-16.v2 > li > div.desc,
  ul.list-16.v2 > li > a > div.desc {
    border: 1px solid #F0EFEF;
  }
  div.box-6 form label {
    display: block;
    margin: 0 auto 0.5rem;
  }
  div.box-6 ul.social li.label {
    display: block;
    margin: 0 auto 0.5rem;
  }
  div.box-2 a {
    height: 56px;
  }
  div.box-8.premium div.right {
    position: static;
    padding: 0;
    margin: 0.5rem 0;
  }
  div.box-8.premium:before {
    display: none;
  }
  div.chateec iframe {
    height: 420px;
  }
}
@media (max-width: 800px) {
  #footer {
    padding-bottom: 1rem;
  }
  #footer div.body ul > li {
    margin: 0 1rem 0.25rem 0;
  }
  #footer div.body ul.strong {
    margin: 0 0 0.5rem;
  }
  table {
    display: block;
    width: 100%;
    max-width: 100vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  table.table-1 td {
    white-space: nowrap;
  }
  table.table-1 td,
  table.table-1 th {
    padding-right: 1rem;
  }
  table.table-1 td:last-child,
  table.table-1 th:last-child {
    padding-right: 0;
  }
  div.box-11 div.head p {
    display: none;
  }
}
@media (max-width: 700px) {
  div.window div.wrap,
  div.window div.wrap > div.inner {
    display: block;
  }
  div.box-3 > div.pageWidth > div.wrap {
    display: block;
  }
  div.box-3 > div.pageWidth > div.wrap > div.left {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 1.5rem;
  }
  div.box-3 > div.pageWidth > div.wrap > div.right {
    display: block;
    width: auto;
  }
  div#branchMenu ul.sub {
    position: static;
    padding: 0.75rem 0.25rem;
    font-size: 0.875rem;
  }
  div.box-12 {
    margin: 0 -0.75rem 2.5rem;
  }
  div.box-12 div.head {
    left: 1.25rem;
  }
  div.box-12 div.art div.desc {
    padding: 1.25rem;
  }
  div.box-11 {
    margin: 0 -0.75rem 2rem;
  }
}
@media (max-width: 630px) {
  div.box-666 {
    background: #fff;
  }
  div.box-666 div.pageWidth {
    padding: 0.5rem 0 0;
  }
  div.box-666 div.wrap {
    display: block;
  }
  div.box-666 div.wrap > div.one {
    display: block;
  }
  div.box-666 div.one.right {
    padding: 0;
  }
  div.box-666 div.ad {
    font-size: 0rem;
  }
  div.box-666 div.ad:after {
    right: 0;
  }
  div.box-2 {
    width: auto;
  }
  div.box-2 a {
    display: inline-block;
    margin: 0 1.5% 3% !important;
    width: 17% !important;
    height: 52px;
  }
  div.box-2.smaller a {
    max-width: 15%;
  }
  #header,
  .header-mockup {
    padding: 0.75rem 0 1rem;
  }
  #header div.pageWidth,
  .header-mockup div.pageWidth {
    padding: 0 0.5rem;
  }
  #header div.right,
  .header-mockup div.right {
    left: 0.5rem;
    right: 0.5rem;
    top: 0;
  }
  #header a.menu,
  .header-mockup a.menu {
    width: 21px;
    height: 17px;
    top: 3px;
  }
  #header a.menu span:nth-child(2),
  .header-mockup a.menu span:nth-child(2) {
    top: 7px;
  }
  #header a.menu span:nth-child(3),
  .header-mockup a.menu span:nth-child(3) {
    top: 14px;
  }
  #header h1.logo,
  #header h2.logo,
  .header-mockup h1.logo,
  .header-mockup h2.logo {
    font-size: 0.9375rem;
    line-height: calc(15px * 1.45);
    padding: 0 3.5rem 0 1.5rem;
    white-space: nowrap;
  }
  #header h1.logo img,
  #header h2.logo img,
  .header-mockup h1.logo img,
  .header-mockup h2.logo img {
    width: 65px;
    vertical-align: middle;
  }
  /*
	#header h2.logo img { margin: 0 auto; }
	#header h2.logo span { display: none; }
	*/
  #header div.right a.mobileSearch,
  .header-mockup div.right a.mobileSearch {
    right: 1.65rem;
  }
  div.box-4 {
    padding: 1rem 0 0.75rem;
    margin: 0;
  }
  div.box-7 {
    margin: 0;
  }
  div.box-7 div.img {
    margin: 0 0 1rem;
  }
  div.box-7 div.desc {
    padding: 0 0 1rem;
  }
  div.box-7 p {
    margin: 0.75rem 0;
  }
  div.box-29 a.info {
    width: 20px;
  }
  ul.list-16.four li {
    width: 47.5%;
    margin: 0 5% 1.5rem 0 !important;
  }
  ul.list-16.four li:nth-child(even) {
    margin-right: 0 !important;
  }
  ul.list-26 > li {
    width: 47.5%;
  }
  ul.list-26 > li:nth-child(3n+3) {
    margin-right: 5% !important;
  }
  ul.list-26 > li:nth-child(even) {
    margin-right: 0 !important;
  }
  div.box-6 {
    padding: 1.15rem 0 0.75rem;
  }
  div.box-6 form {
    display: block;
    margin: 0 auto 1rem;
  }
  div.box-6 ul.social {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  div.box-6 form label {
    display: block;
    margin: 0 auto 0.5rem;
  }
  div.box-11 div.art div.img {
    aspect-ratio: 2 / 1;
  }
  div.box-8 h1,
  div.box-8 h2,
  div.box-11 div.head h2,
  div.box-12 div.head h2,
  div.box-11 div.art h3,
  div.box-12 div.art h3,
  div.box-19 div.art h2,
  div.box-19 div.art h3 {
    font-size: 1.25rem;
  }
  div.box-8.keywords h1,
  div.box-8.keywords h2 {
    padding: 0 1.5rem 0 0;
    margin: 0 0 0.5rem;
  }
  div.box-8.keywords div.right {
    position: static;
    display: inline-block;
    vertical-align: baseline;
    padding: 0;
  }
  div.box-8.keywords:before {
    display: none;
  }
  div.box-8 a.alert,
  div.box-8 a.rss {
    margin-top: 0;
  }
  div.box-11 div.art div.desc,
  div.box-12 div.art div.desc,
  div.box-19 div.art div.desc {
    padding: 1rem;
  }
  div.box-11 div.head,
  div.box-12 div.head {
    top: 1rem;
    left: 1rem;
  }
  div.box-22 h1 {
    font-size: 1.5rem;
  }
  div.box-22 h2 {
    font-size: 1rem;
  }
  div.box-23 div.wrap {
    padding: 0;
  }
  ul.list-16.v2 li {
    margin: 0 0 1.5rem !important;
  }
  ul.list-16.v2 div.img {
    float: none;
    margin: 0;
    max-width: 100%;
  }
  ul.list-16.v2 div.desc {
    border-top: none;
  }
  div.box-8-wrap div.box-8 {
    margin-top: -1rem;
  }
}
@media (max-width: 480px) {
  div.window a.close {
    padding: 0.75rem;
  }
  div.window a.close img {
    width: 32px;
  }
  #search2 {
    padding: 1rem 1rem 0.5rem;
  }
  form.search2 input#imie {
    height: 60px;
    font-size: 1rem;
  }
  form.search2 ul.wrap {
    text-align: left;
  }
  form.search2 ul.wrap > li {
    width: 100% !important;
  }
  div.window div.g-recaptcha-wrap,
  div.layer div.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  div.box-26 h1 {
    font-size: 1.75rem;
  }
  div.box-26 ul {
    font-size: 0.875rem;
  }
  ul.list-27 li {
    width: 47.5%;
    margin: 0 5% 5% 0;
  }
  ul.list-27 li:nth-child(even) {
    margin-right: 0;
  }
  ul.list-27 h3 {
    font-size: 1.5rem;
  }
  div.box-15 h1,
  div.box-15.has-menu h2 {
    font-size: 2rem;
  }
  article div.aside {
    float: none;
    margin: 0 0 1.5rem;
    width: auto;
    max-width: 100%;
  }
  #footer {
    padding-top: 1.5rem;
  }
  #footer a {
    font-size: 0.625rem;
  }
  #footer div.head {
    width: 60px;
  }
  #footer ul + ul a {
    font-size: 0.5rem;
  }
  div.box-8-wrap div.box-8 h1,
  div.box-8-wrap div.box-8 h2 {
    font-size: 0.875rem;
    margin-top: 0.4rem;
  }
  div.box-8-wrap div.box-8:before {
    top: 60%;
  }
}
@media (max-width: 420px) {
  ul.list-7 div.img {
    float: none;
    max-width: none;
    margin: 0 0 1rem;
  }
  div.box-10 div.img {
    margin: 0 0 1.5rem;
    float: none;
    width: auto;
  }
  ul.list-5 h3 {
    font-size: 0.9375rem;
    font-family: "Fira Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.45;
  }
}
@media (max-width: 370px) {
  div.box-3.focus-category div.box-7 h2,
  div.box-7 h2 {
    font-size: 1.5rem;
  }
  ul.list-1 h3,
  ul.list-16 h3 {
    font-size: 0.875rem;
  }
  ul.list-26 > li,
  ul.list-26 > li:nth-child(even),
  ul.list-26 > li:nth-child(3n+3) {
    display: block;
    width: auto !important;
    margin: 0 0 1.5rem !important;
  }
  #header h1.logo,
  #header h2.logo,
  .header-mockup h1.logo,
  .header-mockup h2.logo {
    font-size: 0.75rem !important;
    line-height: calc(12px * 1.45);
  }
}
@media (max-width: 340px) {
  #header h1.logo,
  #header h2.logo,
  .header-mockup h1.logo,
  .header-mockup h2.logo {
    font-size: 0.625rem !important;
  }
}
form.form-9 > ul {
  font-size: 0rem;
  margin: 0 0 0.75rem;
}
form.form-9 > ul li.left {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  margin: 0 0 0.5rem;
}
form.form-9 > ul li.right {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0.5rem;
}
form.form-9 label {
  display: block;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.35rem;
}
form.form-9 input,
form.form-9 select {
  display: block;
  margin: 0;
  padding: 0.5rem;
  background: #F0EFEF;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
}
form.form-9 > ul li.left input,
form.form-9 > ul li.left select {
  text-align: right;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1.5rem;
}
form.form-9 > ul li.right input,
form.form-9 > ul li.right select {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
}
form.form-9 input[type="checkbox"],
form.form-9 input[type="radio"] {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
form.form-9 input[type="checkbox"] + label,
form.form-9 input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
}
form.form-9 input + ul.inline {
  margin-top: 0.5rem;
}
form.form-9 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.75rem;
  margin: 0;
  text-align: right;
}
form.form-9 button,
form.form-9 a.button {
  display: block;
  width: 100%;
  background: #1C6FB7;
  color: #fff !important;
  height: 40px;
  padding: 0.5rem;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: all 0.2s linear;
  height: auto;
}
form.form-9 button:hover,
form.form-9 a.button:hover {
  background: #222;
}
form.form-9 a.button.full,
form.form-9 button.full {
  display: block;
}
form.form-9 div.row {
  margin: 0 0 1rem;
}
form.form-9 div.buttons * {
  display: inline-block;
  width: auto;
}
form.form-9 div.buttons button {
  padding: 0.5rem 1.5rem;
  margin: 0 1rem 0 0;
}
form.form-9 div.buttons small {
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 600px) {
  form.form-9 ul.table {
    display: block;
  }
  form.form-9 ul.table > li {
    display: block;
    padding: 0;
  }
  form.form-9 ul.table > li:last-child {
    margin: 0;
  }
}
small.label {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  background: #E20513;
  color: #fff !important;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
}
small.label a {
  display: block;
  color: #fff !important;
}
small.label.eec {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a1a33+0,251770+100 */
  background: #1a1a33;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1a1a33 0%, #251770 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1a1a33 0%, #251770 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1a1a33 0%, #251770 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a33', endColorstr='#251770', GradientType=1);
  /* IE6-9 */
}
div.box-77 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 1.5rem auto 0;
  padding: 1rem 0;
  background: none left center no-repeat #001b77;
  background-size: cover;
  color: #fff;
}
div.box-77 a {
  color: #fff;
}
div.box-77.pf a {
  color: #333;
}
div.box-77 > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1rem;
}
div.box-77 > div.logo {
  width: 60px;
  padding-right: 0;
  text-align: center;
}
div.box-77.pf > div.logo {
  width: 120px;
}
div.box-77 > div.head {
  width: 58%;
}
div.box-77 > div.options {
  width: 42%;
  text-align: center;
  padding: 0;
}
div.box-77 > div.spolecznosci {
  width: 170px;
  text-align: center;
}
div.box-77 > div.head h2 {
  font-size: 2rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}
div.box-77 > div.head p {
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
div.box-77 > div.options div.wrap {
  border-left: 1px solid #010170;
  border-right: 1px solid #010170;
  padding: 1rem 0;
}
div.box-77 > div.options a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  margin: 0.25rem 0.5rem;
}
div.box-77 > div.spolecznosci a {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  div.box-77 > div.head {
    width: 65%;
  }
  div.box-77 > div.options {
    width: 50%;
  }
  div.box-77 > div.head h2 {
    font-size: 1.375rem;
  }
  div.box-77 > div.options a {
    font-size: 0.875rem;
  }
}
@media (max-width: 760px) {
  div.box-77 {
    display: block;
  }
  div.box-77 > div.logo {
    display: inline-block;
    width: 20%;
  }
  div.box-77 > div.head {
    display: inline-block;
    width: 77%;
  }
  div.box-77 > div.options {
    display: block;
    width: 100%;
    margin: 0.75rem 0;
  }
  div.box-77 > div.spolecznosci {
    display: block;
    width: 100%;
  }
  div.box-77 > div.options div.wrap {
    padding: 0;
    border: none;
  }
  div.box-77.pf > div.logo {
    width: 28%;
  }
  div.box-77.pf > div.head {
    width: 70%;
  }
}
div.box-spec {
  border: 2px solid #E20513;
  margin: 6rem 0 7rem;
  padding: 2rem 2rem 2rem;
  position: relative;
}
div.box-spec div.text {
  margin: -3.5rem auto 2rem;
  width: 500px;
  text-align: center;
  background: #fff;
}
div.box-spec div.text h3 {
  color: #403E3E;
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 auto;
  display: inline-block;
  padding: 0 0.5rem;
  text-transform: uppercase;
}
div.box-spec div.text h3 a {
  color: #403E3E;
}
div.box-spec div.text span {
  display: inline-block;
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
}
div.box-spec div.wrap-spec {
  margin: 2rem 0 3rem;
}
div.box-spec div.wrap-spec ul {
  font-size: 0rem;
  vertical-align: top;
  padding: 0 1rem;
}
div.box-spec div.wrap-spec ul li {
  width: 32%;
  display: inline-block;
  margin: 0 2% 0 0;
  vertical-align: top;
}
div.box-spec div.wrap-spec ul li:nth-child(3n+3) {
  margin: 0;
}
div.box-spec div.wrap-spec ul li div.desc {
  height: 110px;
  padding: 0.5rem 0.5rem 0;
  text-align: center;
}
div.box-spec div.wrap-spec ul li div.desc h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  max-height: 5.5rem;
  overflow: hidden;
  color: #fff;
  line-height: 1.8rem;
  display: inline;
  background-image: linear-gradient(120deg, #E20513 0, #E20513 100%);
  white-space: pre-wrap;
  box-decoration-break: clone;
  background-repeat: no-repeat;
  background-size: 100% 3rem;
  background-position: 0 100%;
  box-shadow: 0.5rem 0 0 #E20513, -0.5rem 0 0 #E20513;
  padding: 0.1rem 0;
}
div.box-spec a:hover {
  text-decoration: none!important;
}
div.box-spec div.wrap-spec ul li a:hover div.desc h3 {
  background-image: linear-gradient(120deg, #403E3E 0, #403E3E 100%);
  box-shadow: 0.5rem 0 0 #403E3E, -0.5rem 0 0 #403E3E;
}
div.box-spec div.logo {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: -4.5rem;
  padding: 0 1rem;
  background: #fff;
}
div.box-spec div.logo span {
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #838383;
  letter-spacing: 3px;
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}
div.box-spec div.logo ul {
  font-size: 0rem;
  vertical-align: top;
}
div.box-spec div.logo ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  width: auto;
}
div.box-spec div.logo ul li img {
  width: 100px;
}
@media (max-width: 1400px) {
  div.box-spec {
    margin: 6rem 0 8rem;
    padding: 2rem 1rem 3rem;
  }
  div.box-spec div.wrap-spec ul {
    padding: 0 0.5rem;
  }
}
@media (max-width: 1250px) {
  div.box-spec div.wrap-spec {
    margin: 2rem 0;
  }
  div.box-spec div.logo ul li img {
    width: 80px;
  }
  div.box-spec div.logo ul li {
    margin: 0 0.5rem;
  }
  div.box-spec div.logo {
    bottom: -3.5rem;
  }
}
@media (max-width: 1050px) {
  div.box-spec div.wrap-spec ul li div.desc h3 {
    font-size: 0.875rem;
    line-height: 1.6rem;
  }
  div.box-spec div.logo {
    padding: 0;
    width: 320px;
    bottom: -4rem;
  }
}
@media (max-width: 1000px) {
  div.box-spec div.wrap-spec {
    overflow: auto;
    margin: 2rem 0 0;
  }
  div.box-spec div.wrap-spec ul {
    width: 1000px;
  }
  div.box-spec div.wrap-spec ul li div.desc {
    height: 140px;
  }
  div.box-spec div.wrap-spec ul li div.desc h3 {
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
  div.box-spec div.text {
    width: 450px;
  }
}
@media (max-width: 900px) {
  div.box-spec div.text {
    width: 300px;
  }
  div.box-spec div.text h3 {
    line-height: 1.2;
  }
}
@media (max-width: 800px) {
  div.box-spec div.text {
    margin: -6rem auto 2rem;
  }
}
@media (max-width: 700px) {
  div.box-spec {
    padding: 2rem 1rem;
  }
  div.box-spec div.text {
    width: 390px;
  }
}
@media (max-width: 550px) {
  div.box-spec div.text {
    width: 380px;
  }
  div.box-spec div.text h3 {
    font-size: 1.75rem;
  }
  div.box-spec div.wrap-spec ul li div.desc h3 {
    font-size: 1.125rem;
  }
  div.box-spec div.text span {
    font-size: 0.75rem;
  }
}
@media (max-width: 500px) {
  div.box-spec div.text {
    width: 350px;
  }
  div.box-spec div.text h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 450px) {
  div.box-spec div.text {
    width: 300px;
  }
}
@media (max-width: 400px) {
  div.box-spec {
    margin: 4rem 0 5rem;
    padding: 4rem 1rem 1rem;
  }
  div.box-spec div.wrap-spec {
    margin: -1rem 0 1rem;
  }
  div.box-spec div.wrap-spec ul {
    width: 700px;
    padding: 0;
  }
  div.box-spec div.wrap-spec ul li div.desc {
    height: 130px;
  }
  div.box-spec div.wrap-spec ul li div.desc h3 {
    font-size: 1rem;
    max-height: 4rem;
    line-height: 1.6rem;
  }
  div.box-spec div.text {
    width: 280px;
    margin: -2.5rem auto 3rem;
  }
  div.box-spec div.logo {
    width: 290px;
    bottom: -3.5rem;
  }
  div.box-spec div.logo ul li {
    margin: 0 0.4rem;
  }
}
@media (max-width: 350px) {
  div.box-spec div.text {
    width: auto;
    margin: -2.5rem auto 3rem;
  }
}
@media (max-width: 340px) {
  div.box-spec div.logo {
    width: 255px;
  }
  div.box-spec div.logo ul li {
    margin: 0 0.2rem;
  }
  div.box-spec div.logo ul li img {
    width: 70px;
  }
}
div.box-spec-1 {
  border: 2px solid #E20513;
  margin: 2rem auto 1.5rem;
  padding: 2rem 2rem 1rem;
  position: relative;
  display: inline-block;
  width: 100%;
}
div.box-spec-1 div.text {
  margin: -4rem auto 2rem;
  width: 640px;
  text-align: center;
  background: #fff;
}
div.box-spec-1 div.text h3 {
  color: #403E3E;
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 auto;
  display: block;
  padding: 0 0.5rem;
  text-transform: uppercase;
}
div.box-spec-1 div.text h3 a {
  color: #403E3E;
}
div.box-spec-1 div.text span {
  display: inline-block;
  color: #E20513;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
}
div.box-spec-1 div.logo {
  width: auto;
  padding: 0 1rem;
  margin: 0 auto;
  background: #fff;
  position: static;
  text-align: center;
}
div.box-spec-1 div.logo span {
  font-size: 0.625rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #838383;
  letter-spacing: 3px;
  vertical-align: middle;
  margin: 1rem 0 0;
  text-transform: uppercase;
  display: inline-block;
}
div.box-spec-1 div.logo ul {
  font-size: 0rem;
  vertical-align: top;
}
div.box-spec-1 div.logo ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  width: auto;
}
div.box-spec-1 div.logo ul li img {
  width: 120px;
}
@media (max-width: 1050px) {
  div.box-spec-1 div.logo ul li img {
    width: 100px;
  }
}
@media (max-width: 1000px) {
  div.box-spec-1 div.logo {
    width: 375px;
  }
  div.box-spec-1 div.logo ul li img {
    width: 80px;
  }
}
@media (max-width: 850px) {
  div.box-spec-1 div.text {
    width: 400px;
  }
  div.box-spec-1 div.text h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 550px) {
  div.box-spec-1 div.text {
    width: 350px;
  }
  div.box-spec-1 div.text h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  div.box-spec-1 div.logo {
    width: 265px;
    padding: 0 0.5rem;
  }
  div.box-spec-1 div.logo ul li {
    margin: 0 0.4rem;
  }
  div.box-spec-1 div.logo ul li img {
    width: 60px;
  }
}
@media (max-width: 450px) {
  div.box-spec-1 div.text {
    width: 300px;
  }
}
@media (max-width: 400px) {
  div.box-spec-1 {
    padding: 1rem;
  }
  div.box-spec-1 div.text {
    width: auto;
    margin: -3rem auto 2rem;
  }
  div.box-spec-1 div.text h3 {
    font-size: 1.375rem;
  }
  div.box-spec-1 div.text span {
    font-size: 0.75rem;
  }
}
@media (max-width: 340px) {
  div.box-spec-1 div.logo {
    width: 255px;
  }
  div.box-spec-1 div.logo ul li {
    margin: 0 0.2rem;
  }
}
div.box-spec-1.v2 {
  border: none;
  border-top: 2px solid #E20513;
  padding: 0;
  margin: 3rem auto 1rem;
}
div.box-spec-1.v2 div.text {
  margin: -2rem auto 2rem;
  background: #fff;
}
div.box-spec-1.v2 div.text h3 a {
  color: #1F1F2D;
}
@media (max-width: 700px) {
  div.box-spec-1.v2 {
    margin: 3rem auto 4rem;
  }
}
@media (max-width: 450px) {
  div.box-spec-1.v2 div.text {
    width: 300px;
  }
}
@media (max-width: 400px) {
  div.box-spec-1.v2 div.text {
    width: 220px;
    margin: -2.5rem auto 2rem;
  }
}
div.box-spec.dark {
  border: 2px solid #403E3E;
}
div.box-spec.dark div.wrap-spec ul li div.desc h3 {
  background-image: linear-gradient(120deg, #403E3E 0, #403E3E 100%);
}
div.box-spec.dark div.wrap-spec ul li div.desc h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
  max-height: 5.5rem;
  overflow: hidden;
  color: #fff;
  line-height: 3rem;
  display: inline;
  background-image: linear-gradient(120deg, #403E3E 0, #403E3E 100%);
  white-space: pre-wrap;
  box-decoration-break: clone;
  background-repeat: no-repeat;
  background-size: 100% 3rem;
  background-position: 0 100%;
  box-shadow: 0.5rem 0 0 #403E3E, -0.5rem 0 0 #403E3E;
  padding: 0.5rem 0;
}
div.box-spec.dark a:hover {
  text-decoration: none!important;
}
div.box-spec.dark div.wrap-spec ul li a:hover div.desc h3 {
  background-image: linear-gradient(120deg, #E20513 0, #E20513 100%);
  box-shadow: 0.5rem 0 0 #E20513, -0.5rem 0 0 #E20513;
}
div#eec-online div.select ul {
  position: static;
  max-height: none;
}
form#newsletterForm fieldset + small {
  display: none;
}
form#newsletterForm fieldset + small.error {
  display: block;
}
div#gala {
  background: none center top scroll no-repeat #ed1e77;
  background-size: cover;
  padding: 15rem 1.5rem 20rem;
  margin-bottom: -14rem;
  position: relative;
}
div#gala > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div#gala:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  bottom: 0;
  height: 14rem;
  background: #fff;
}
div#gala div.wrap {
  position: relative;
  background: #0F0E0E;
  padding: 1.5rem;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
div#gala + div.box-3 {
  position: relative;
}
div#gala div.yt.fake {
  display: none;
}
div#gala div.mp h2,
div#gala div.mp a.close,
div#gala div.mp small.live {
  display: none;
}
div#gala.open div.yt.fake {
  display: block;
}
div#gala.open div.mp {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999999999;
  background: #221bae;
  padding: 1rem 1rem 1rem;
  width: 360px;
  max-width: 100%;
  color: #fff;
}
div#gala.open div.mp h2 {
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 0.5rem;
}
div#gala.open div.mp h2 a {
  color: #fff;
}
div#gala.open div.mp small.live {
  position: static;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  background: #ed1e77;
  color: #fff;
  padding: 0.25rem 0.5rem;
  position: relative;
  z-index: 1;
  margin-left: 0.5rem;
}
div#gala.open div.mp small.live img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}
div#gala.open div.mp a.close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #001048;
  padding: 1.25rem 0.75rem;
  font-size: 0;
}
div#gala.open div.mp.minimized div.yt {
  display: none;
}
div#gala.open div.mp.minimized h2 {
  margin: 0;
}
div#gala.open div.mp.minimized {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  div#gala {
    padding: 10rem 1.5rem 4rem;
    margin-bottom: 0;
  }
  div#gala:before {
    display: none;
  }
}
@media (max-width: 760px) {
  div#gala {
    padding: 6.5rem 1.5rem 2rem;
    background-size: 800px auto;
  }
  div#gala div.wrap {
    padding: 0;
  }
}
.scroll {
  overflow: auto;
  padding-right: 1rem;
  /* Firefox */
  /* Chrome */
}
@-moz-document url-prefix() {
  .scroll {
    scrollbar-width: thin;
    scrollbar-color: #E20513 #eee;
  }
}
.scroll::-webkit-scrollbar {
  width: 6px;
}
.scroll::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #E20513;
  border-radius: 4px;
}
.scroll::scrollbar {
  width: 6px;
}
.scroll::scrollbar-track {
  background-color: #eee;
}
.scroll::scrollbar-thumb {
  background-color: #E20513;
  border-radius: 4px;
}
.scroll.vertical {
  overflow: hidden;
  overflow-x: auto;
  padding: 0 0 1rem;
}
.scroll.vertical::-webkit-scrollbar {
  height: 6px;
}
.scroll.vertical::scrollbar {
  height: 6px;
}
.scroll-on-hover {
  overflow: hidden;
}
.scroll-on-hover:hover {
  overflow: auto;
  padding-right: 1rem;
  /* Firefox */
  /* Chrome */
  padding-right: 0;
}
@-moz-document url-prefix() {
  .scroll-on-hover:hover {
    scrollbar-width: thin;
    scrollbar-color: #E20513 #eee;
  }
}
.scroll-on-hover:hover::-webkit-scrollbar {
  width: 6px;
}
.scroll-on-hover:hover::-webkit-scrollbar-track {
  background-color: #eee;
}
.scroll-on-hover:hover::-webkit-scrollbar-thumb {
  background-color: #E20513;
  border-radius: 4px;
}
.scroll-on-hover:hover::scrollbar {
  width: 6px;
}
.scroll-on-hover:hover::scrollbar-track {
  background-color: #eee;
}
.scroll-on-hover:hover::scrollbar-thumb {
  background-color: #E20513;
  border-radius: 4px;
}
.scroll-on-hover:hover.vertical {
  overflow: hidden;
  overflow-x: auto;
  padding: 0 0 1rem;
}
.scroll-on-hover:hover.vertical::-webkit-scrollbar {
  height: 6px;
}
.scroll-on-hover:hover.vertical::scrollbar {
  height: 6px;
}
.scroll-1 {
  max-height: 680px;
  margin: 0 0 1.5rem;
  padding-left: 2px;
}
@media (max-width: 700px) {
  .scroll-1 {
    max-height: 400px;
  }
}
div.box-pfr-1 {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
}
/*.fb_iframe_widget {
	display: block !important;
	margin: 1.5rem 0 0;

	@media (max-width: 1000px) {
		span {
		    display: block !important;
		    position: relative !important;
		    padding-bottom: 56.25% !important;
		    padding-top: 0 !important;
		    height: 0 !important;
		    overflow: hidden !important;
		    width: 100% !important;
		}

		iframe {
		    position: absolute !important;
		    top: 0 !important;
		    left: 0 !important;
		    width: 100% !important;
		    height: 100% !important;
		}
	}
}*/
div.box-70 {
  display: flex;
  background: #F0F0F0;
  border-radius: 5px;
  margin: 0 0 2rem;
  align-items: center;
  padding: 10px;
}
div.box-70 .box-70-text {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #404040;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 0 1rem;
}
div.box-70 .box-70-text img {
  margin-right: 10px;
}
div.box-70 .box-70-list-container {
  margin-left: 10px;
  display: flex;
  overflow: hidden;
}
div.box-70 .box-70-list-container-scroll {
  animation: listAnim 70s 0s infinite linear;
  display: flex;
}
div.box-70 .box-70-list-container-scroll:hover {
  animation-play-state: paused;
}
div.box-70 ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.box-70 ul li {
  margin: 0 0 0 1rem;
  white-space: nowrap;
}
div.box-70 ul a {
  white-space: nowrap;
  color: #1F195F;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
}
@media (max-width: 670px) {
  div.box-70 {
    flex-direction: column;
  }
  div.box-70 .box-70-list-container {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 670px) {
  div.box-70 .box-70-text {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }
  div.box-70 .box-70-text img {
    max-width: 30px;
  }
}
@keyframes listAnim {
  100% {
    transform: translateX(-50%);
  }
}
div.box-78 {
  background: #F0F0F0;
  text-align: center;
  padding: 1rem;
}
div.box-78 div.head span {
  color: #1F195F;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 3rem;
  margin: 1rem 2rem;
}
div.box-78 div.head span,
div.box-78 div.head div.el-1,
div.box-78 div.head div.el-2 {
  display: inline-block;
  vertical-align: middle;
}
div.box-78 div.head:before {
  display: none;
}
div.box-78 p {
  color: #404040;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 2rem;
}
div.box-78 a {
  color: #404040;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  display: inline-block;
  margin: 0 0 0.7rem;
}
div.box-78 a:hover {
  color: #4f3e7c;
}
@media (max-width: 1320px) {
  div.box-78 a {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  div.box-78 {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 1100px) {
  div.box-78 div.head {
    margin: 0;
  }
  div.box-78 div.head div.el-1 img,
  div.box-78 div.head div.el-2 img {
    width: 50px;
  }
  div.box-78 div.head span {
    margin: 0 1rem;
  }
  div.box-78 p {
    margin: 0 0 1rem;
  }
}
@media (max-width: 849px) {
  div.box-78 div.head {
    margin: 1rem;
  }
  div.box-78 div.head div.el-1 img,
  div.box-78 div.head div.el-2 img {
    width: auto;
  }
  div.box-78 div.head span {
    margin: 1rem;
  }
  div.box-78 p {
    margin: 0 0 2rem;
  }
  div.box-78 a {
    margin: 0 0 0.7rem;
  }
}
@media (max-width: 400px) {
  div.box-78 div.head div.el-1 img,
  div.box-78 div.head div.el-2 img {
    width: 50px;
  }
  div.box-78 div.head span {
    font-size: 2.375rem;
    margin: 1rem;
  }
}
ul.list-5.v2#wykres div.box-5 div.body > a:after {
  background: url(/images/2021/img-b.svg) center center no-repeat;
  width: 43px;
  height: 43px;
}
#header h1.logo.v2,
#header h2.logo.v2 {
  width: 600px;
}
#header h1.logo.v2 span.logo,
#header h2.logo.v2 span.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1rem;
}
#header h1.logo.v2 span.logo small,
#header h2.logo.v2 span.logo small {
  color: #404040;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.5625rem;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
@media (max-width: 1000px) {
  #header h1.logo.v2 span.logo img,
  #header h2.logo.v2 span.logo img {
    width: 100px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  #header h1.logo.v2 span.logo,
  #header h2.logo.v2 span.logo {
    margin: 0;
  }
  #header h1.logo.v2 span.logo small,
  #header h2.logo.v2 span.logo small {
    font-size: 0.5rem;
  }
  #header h1.logo.v2 span.logo img,
  #header h2.logo.v2 span.logo img {
    width: 60px;
  }
}
div.box-79 {
  background-image: url(/images/2021/bg-spaw.jpg);
  background-size: cover;
  padding: 2rem;
}
div.box-79 div.logo {
  margin: 0 0 1rem;
}
div.box-79 span {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
  display: inline-block;
}
div.box-79 small {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 1rem;
  margin: 0 0 1.5rem;
  display: inline-block;
}
div.box-79 p {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 2.5rem;
  display: inline-block;
}
div.box-79 a {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 0.875rem;
  background-color: transparent;
  border: 1px solid #fff;
  width: 100%;
  letter-spacing: 1px;
  padding: 0.5rem;
  display: inline-block;
  text-align: center;
}
div.box-79 a:hover {
  color: #4f3e7c;
  background-color: #fff;
}
.eec-online,
.pf-online {
  margin-top: 1.5rem !important;
}
div.box-80 {
  margin: 0 0 -1rem;
}
div.box-80 ul {
  list-style-type: none;
  width: 100%;
  font-size: 0rem;
}
div.box-80 ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  height: 180px;
}
div.box-80 ul li.left {
  background: #000;
  padding: 1.5rem;
  font-size: 0rem;
  vertical-align: middle;
  position: relative;
}
div.box-80 ul li.left div.desc {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
div.box-80 ul li.left div.number {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 2rem;
  right: 0;
}
div.box-80 ul li.left span {
  color: #31B928;
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.box-80 ul li.left span b {
  font-size: 2rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
div.box-80 ul li.left div.number span {
  color: #fff;
  font-size: 3rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
div.box-80 ul li.left div.el {
  position: absolute;
  background-image: url(/images/2021/el-zielony-indeks.svg);
  width: 48%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}
div.box-80 ul li.center {
  background: #006233;
  padding: 1.5rem 0.5rem 1.5rem 1.5rem;
}
div.box-80 ul li.center div.desc {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 0 0;
}
div.box-80 ul li.center div.desc span {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.7;
}
div.box-80 ul li.center div.desc span b {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
}
div.box-80 ul li.center div.img {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/2021/wykres-des.png);
  background-repeat: no-repeat;
  width: 193px;
  height: 135px;
}
div.box-80 ul li.right {
  background: #31B928;
  padding: 1.5rem;
  font-size: 0rem;
}
div.box-80 ul li.right div.list {
  background: #F0EFEF;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 1rem;
}
div.box-80 ul li.right div.list div.scroll {
  height: 96px;
  overflow: auto;
  outline: 0;
}
div.box-80 ul li.right div.list div.scroll::-webkit-scrollbar-thumb {
  background-color: #ddd9d9;
}
div.box-80 ul li.right div.list ul li {
  display: block;
  width: 100%;
  height: auto;
}
div.box-80 ul li.right div.list ul li a {
  color: #000;
  font-size: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.box-80 ul li.right div.list ul li a:hover {
  color: #31B928;
}
div.box-80 ul li.right div.desc {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 0 0 1rem;
}
div.box-80 ul li.right div.desc span {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 2rem;
  display: inline-block;
}
div.box-80 ul li.right div.desc button {
  background: #000;
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 1250px) {
  div.box-80 ul li.left span {
    font-size: 1.25rem;
  }
  div.box-80 ul li.right div.desc span {
    font-size: 1.125rem;
  }
}
@media (max-width: 1250px) {
  div.box-80 ul li.left,
  div.box-80 ul li.center {
    width: 50%;
    height: 160px;
  }
  div.box-80 ul li.left div.el {
    background-position: top right;
  }
  div.box-80 ul li.left div.number {
    width: 35%;
  }
  div.box-80 ul li.left span b {
    font-size: 2.125rem;
  }
  div.box-80 ul li.left span {
    font-size: 1.625rem;
  }
  div.box-80 ul li.right {
    width: 100%;
  }
  div.box-80 ul li.right div.desc span {
    font-size: 1.875rem;
    margin: 0 0 2.8rem;
  }
  div.box-80 ul li.right div.desc {
    position: relative;
    height: 128px;
  }
  div.box-80 ul li.right div.desc button {
    position: absolute;
    left: 1rem;
    width: 97%;
    bottom: 0;
  }
}
@media (max-width: 900px) {
  div.box-80 ul li.left span b {
    font-size: 1.75rem;
  }
  div.box-80 ul li.left span {
    font-size: 1.25rem;
  }
  div.box-80 ul li.left span b br {
    display: none;
  }
  div.box-80 ul li.left div.el {
    width: 100%;
  }
  div.box-80 ul li.left div.number {
    top: 1rem;
  }
  div.box-80 ul li.left div.number span {
    font-size: 2.375rem;
  }
  div.box-80 ul li.left div.el {
    background-size: 140px;
  }
  div.box-80 ul li.left,
  div.box-80 ul li.center {
    height: 110px;
    padding: 1rem;
  }
  div.box-80 ul li.left div.desc {
    width: 80%;
  }
  div.box-80 ul li.center div.desc span {
    font-size: 1rem;
  }
  div.box-80 ul li.center div.desc span b {
    font-size: 1rem;
  }
  div.box-80 ul li.right div.desc span {
    font-size: 1.625rem;
  }
  div.box-80 ul li.center div.img {
    background-image: url(/images/2021/wykres-mob.png);
    width: 93px;
    height: 65px;
  }
  div.box-80 ul li.center div.desc {
    width: 50%;
    vertical-align: middle;
  }
  div.box-80 ul li.right div.desc button {
    width: 95%;
  }
  div.box-80 ul li.right {
    padding: 1rem;
    height: 160px;
  }
}
@media (max-width: 750px) {
  div.box-80 ul li.left span b {
    font-size: 1.375rem;
  }
  div.box-80 ul li.left span {
    font-size: 1.1875rem;
  }
}
@media (max-width: 650px) {
  div.box-80 ul li.left span b {
    font-size: 1rem;
  }
  div.box-80 ul li.left span {
    font-size: 0.875rem;
  }
  div.box-80 ul li.left div.el {
    background-size: 70px;
  }
  div.box-80 ul li.left div.number span {
    font-size: 1.25rem;
  }
  div.box-80 ul li.left,
  div.box-80 ul li.center {
    height: 75px;
    padding: 0.5rem;
  }
  div.box-80 ul li.center div.desc span {
    font-size: 0.75rem;
  }
  div.box-80 ul li.center div.desc span b {
    font-size: 0.75rem;
  }
  div.box-80 ul li.center div.img {
    position: absolute;
    right: 1rem;
  }
  div.box-80 ul li.right div.desc span {
    font-size: 1rem;
  }
  div.box-80 ul li.right div.list {
    padding: 0.5rem;
  }
  div.box-80 ul li.right div.list ul li a {
    font-size: 0.8125rem;
  }
  div.box-80 ul li.right div.desc {
    height: 112px;
    padding: 0 0 0 0.5rem;
  }
  div.box-80 ul li.right div.desc button {
    width: 93%;
    left: 0.5rem;
  }
  div.box-80 ul li.right {
    padding: 0.5rem;
    height: 128px;
  }
}
@media (max-width: 420px) {
  div.box-80 ul li.left span b {
    font-size: 0.9375rem;
  }
  div.box-80 ul li.left span {
    font-size: 0.75rem;
  }
  div.box-80 ul li.left div.desc {
    width: 70%;
  }
  div.box-80 ul li.center div.desc {
    width: 60%;
  }
  div.box-80 ul li.center div.img {
    background-size: 80%;
    background-position: center right;
  }
}
@media (max-width: 360px) {
  div.box-80 ul li.right div.desc span {
    font-size: 0.875rem;
  }
  div.box-80 ul li.center div.desc span {
    font-size: 0.6875rem;
  }
  div.box-80 ul li.center div.desc span b {
    font-size: 0.6875rem;
  }
}
.basket-element {
  border-top: 1px solid #F0EFEF;
  display: flex;
  padding: 10px;
  background: none;
  color: inherit;
  transition: 0.3s color;
}
.basket-element-img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.basket-element-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
}
.basket-element:hover {
  color: #E20513;
}
div.box-84 {
  background-image: url(/images/2022/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.box-84 div.head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
div.box-84 div.head div.logo {
  width: 40%;
}
div.box-84 div.head div.title {
  padding: 0 1rem 0 0.5rem;
}
div.box-84 div.head div.title h3 {
  color: #fff;
  font-size: 1.125rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
div.box-84 div.head div.title span {
  color: #8DB633;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
}
div.box-84 div.info {
  width: 70%;
}
div.box-84 ul {
  display: inline-block;
  list-style-type: none;
  font-size: 0rem;
  vertical-align: top;
}
div.box-84 ul li {
  display: inline-block;
  width: 50%;
  font-size: 0rem;
}
div.box-84 ul li:first-child div.desc {
  padding: 0 1rem;
}
div.box-84 ul li div.img {
  width: 40%;
  display: inline-block;
}
div.box-84 ul li div.desc {
  width: 60%;
  display: inline-block;
  padding: 0 0 0 1rem;
  vertical-align: top;
}
div.box-84 ul li span {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
div.box-84 div.link {
  margin: 1rem 0 0;
}
div.box-84 div.link a {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
div.box-84 div.link span {
  color: #8DB633;
  font-size: 0.875rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  div.box-84 div.head div.title h3 {
    font-size: 0.875rem;
  }
  div.box-84 div.head div.title span {
    font-size: 0.75rem;
  }
  div.box-84 ul li span {
    font-size: 0.75rem;
  }
  div.box-84 ul li:first-child div.desc {
    padding: 0 0.5rem;
  }
  div.box-84 ul li div.desc {
    padding: 0 0.5rem;
  }
}
@media (max-width: 1000px) {
  div.box-84 div.head div.logo {
    display: none;
  }
  div.box-84 div.head div.title {
    padding: 0 0.5rem 0 0;
  }
  div.box-84 ul li span {
    font-size: 0.625rem;
  }
}
@media (max-width: 950px) {
  div.box-84 {
    background-image: url(/images/2022/bg-2.png);
    padding: 1rem;
    display: block;
  }
  div.box-84 div.head div.title h3 {
    font-size: 1.125rem;
  }
  div.box-84 div.head div.title span {
    font-size: 0.875rem;
  }
  div.box-84 div.head div.logo {
    display: inline-block;
  }
  div.box-84 div.head {
    width: 100%;
    margin: 0 0 1rem;
  }
  div.box-84 div.head div.title {
    padding: 0;
  }
  div.box-84 div.info {
    width: 100%;
  }
  div.box-84 ul li {
    width: 100%;
    margin: 0 0 1rem;
  }
  div.box-84 ul li div.img {
    width: 40%;
    display: inline-block;
  }
  div.box-84 ul li div.desc {
    width: 60%;
    display: inline-block;
    padding: 0 0 0 0.5rem;
    vertical-align: top;
  }
  div.box-84 ul li span {
    font-size: 0.8125rem;
  }
  div.box-84 div.link {
    margin: 1rem 0 1.5rem;
  }
}
@media (max-width: 350px) {
  div.box-84 ul li span {
    font-size: 0.6875rem;
  }
}
div.box-84.v2 {
  background-image: url(/images/2022/bg-2.png);
  padding: 1rem;
  display: block;
}
div.box-84.v2 div.head {
  width: 100%;
  margin: 0 0 1rem;
}
div.box-84.v2 div.head div.title {
  padding: 0;
}
div.box-84.v2 ul li {
  width: 100%;
  margin: 0 0 1rem;
}
div.box-84.v2 ul li div.img {
  width: 40%;
  display: inline-block;
}
div.box-84.v2 ul li div.desc {
  width: 60%;
  display: inline-block;
  padding: 0 0 0 0.5rem;
  vertical-align: top;
}
div.box-84.v2 ul li span {
  font-size: 0.8125rem;
}
div.box-84.v2 div.link {
  margin: 1rem 0 1.5rem;
}
@media (max-width: 1000px) {
  div.box-84.v2 div.head div.logo {
    display: inline-block;
  }
}
div.box-85 {
  background-image: url(/images/2022/bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 0 1.5rem;
}
div.box-85 div.logo {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 20%;
}
div.box-85 div.logo img:first-child {
  margin: 0 1rem 0 0;
  height: 100px;
}
div.box-85 div.title {
  width: 55%;
}
div.box-85 div.title h3 {
  color: #fff;
  font-size: 2rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.5rem;
}
div.box-85 div.title span {
  color: #8DB633;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.125rem;
}
div.box-85 div.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8DB633;
  border-radius: 6px;
  width: 25%;
}
div.box-85 div.button a {
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 1250px) {
  div.box-85 {
    padding: 1rem;
  }
  div.box-85 div.title {
    padding: 0 1rem;
  }
}
@media (max-width: 1100px) {
  div.box-85 div.title h3 {
    font-size: 1.375rem;
  }
  div.box-85 div.title span {
    font-size: 0.875rem;
  }
  div.box-85 div.logo img:first-child {
    height: 80px;
  }
  div.box-85 div.logo img:last-child {
    height: 24px;
  }
  div.box-85 div.button {
    font-size: 0.875rem;
  }
}
@media (max-width: 800px) {
  div.box-85 {
    flex-direction: column;
    padding: 1 1.5rem;
    background-image: url(/images/2022/bg-4.png);
    margin: 0 -1.25rem 1.5rem;
  }
  div.box-85 div.logo {
    margin: 0 auto 1rem;
    width: 165px;
  }
  div.box-85 div.title,
  div.box-85 div.button {
    width: 100%;
    text-align: center;
  }
  div.box-85 div.title {
    margin: 0 0 1.5rem;
  }
  div.box-85 div.title h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 700px) {
  div.box-85 {
    margin: 0 -1.25rem;
  }
}
@media (max-width: 1000px) {
  .abc-wrap {
    background: #f8f8f8;
    min-height: 300px;
    padding: 0.5rem 0;
    margin: 0 auto 1.5rem;
  }
  .abc-wrap > *:first-child {
    display: block;
    position: sticky;
    top: 55px;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .abc-wrap div.ad:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .abc-wrap div.wrap {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 450px) {
  .abc-wrap.v2 {
    min-height: 150px;
  }
}
div.wiecej {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  align-items: center;
  border: 1px solid #403E3E;
  border-bottom: 3px solid #403E3E;
  margin: 1.5rem 0;
}
div.wiecej div.img {
  flex: 0 0 140px;
}
div.wiecej div.desc {
  flex: 1;
}
div.wiecej img {
  display: block;
}
div.wiecej small {
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  display: block;
  letter-spacing: 3px;
  margin: 0 0 0.25rem;
}
div.wiecej p {
  font-size: 1.25rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  line-height: 1.2;
}
div.wiecej a {
  color: #E20513;
}
@media (max-width: 760px) {
  div.wiecej {
    padding: 0.5rem;
  }
  div.wiecej div.img {
    flex: 0 0 100px;
  }
  div.wiecej p {
    font-size: 0.875rem;
  }
}
.onlne {
  margin-top: 1rem;
}
.featured-video {
  background: #242424;
  margin: 1.5rem 0;
}
.featured-video div.head {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}
.featured-video div.yt {
  margin: 0;
}
.featured-video img,
.featured-video svg {
  flex: 0 0 42px;
}
.featured-video p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (max-width: 760px) {
  .featured-video p {
    font-size: 14px;
  }
}
.box-86 {
  background: #FFF7E2;
  padding: 1rem;
  margin: 0 0 1rem;
}
.box-86 img {
  display: block;
}
.box-86 div.h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-bottom: 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #BB8F10;
}
.box-86 div.h > a {
  flex: 0 0 180px;
}
.box-86 div.h ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  list-style-type: none;
}
.box-86 div.h ul li {
  flex: 1;
}
.box-86 div.h ul li a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.box-86 div.h ul img {
  width: 120px;
}
.box-86 div.h ul p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.box-86 div.f {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-86 div.f div.l {
  flex: 1;
}
.box-86 div.f div.l a {
  font-weight: 700;
  color: #006EB7;
}
.box-86 div.f div.r {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.box-86 div.f div.r::after {
  display: none;
}
@media (max-width: 1200px) {
  .box-86 div.h {
    flex-direction: column;
    gap: 1rem;
  }
  .box-86 div.h > a {
    flex: 1;
  }
}
@media (max-width: 1000px) {
  .box-86 div.h ul {
    flex-direction: column;
    gap: 1rem;
  }
  .box-86 div.h ul li {
    width: 100%;
  }
  .box-86 div.f {
    flex-direction: column;
    gap: 0;
  }
  .box-86 div.f div.l {
    margin: 0 0 1rem;
  }
}
.simulate {
  width: 100vw;
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.backToMain {
  width: 100vw;
}
.box-87 {
  background: url("/images/2023/bcg.jpg") center center scroll no-repeat #222;
  background-size: cover;
  padding: 1.5rem 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin: 0 0 1.5rem;
}
.box-87::before,
.box-87::after {
  display: none;
}
.box-87 .e1 {
  text-align: center;
}
.box-87 .e2 {
  flex: 1;
}
.box-87 .e4 {
  flex: 0 0 100%;
  text-align: right;
}
.box-87 .e1 a {
  display: block;
  margin: 0 auto 0.5rem;
}
.box-87 .e1 small {
  display: inline-block;
  background: #fff;
  color: #5FA4F1;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 700;
}
.box-87 .e2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 1.5rem;
}
.box-87 .e2 ul li {
  flex: 1;
  padding: 0;
}
.box-87 .e2 a {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #fff;
}
.box-87 .e2 img {
  width: 100px;
  height: auto;
  display: block;
}
.box-87 .e2 p {
  flex: 1;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}
.box-87 .e4 small {
  display: inline-block;
  position: relative;
  background: #8A205F;
  padding: 6px 1.5rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 -1.5rem 0 0;
}
.box-87 .e4 small::before {
  content: "";
  width: 20px;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #8A205F;
  position: absolute;
  left: -20px;
  top: 0;
}
.box-87 .e4 a {
  color: #fff;
}
@media (max-width: 1150px) {
  .box-87 .e1 {
    width: 120px;
  }
  .box-87 .e1 small {
    font-size: 12px;
  }
  .box-87 .e2 p {
    font-size: 12px;
  }
  .box-87 .e4 small {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .box-87 {
    padding: 1.5rem;
  }
  .box-87 .e1 {
    width: auto;
    flex: 0 0 100%;
    margin: 0 0 1rem;
  }
  .box-87 .e2 {
    flex: 0 0 100%;
    margin: 0 0 0.5rem;
  }
  .box-87 .e2 ul {
    flex-direction: column;
  }
  .box-87 .e3 {
    flex: 0 0 50px;
  }
  .box-87 .e4 {
    flex: 1;
  }
  .box-87 .e4 small {
    padding: 6px 1rem 6px 0;
  }
}
@media (max-width: 760px) {
  .box-87 {
    gap: 1rem;
    padding: 1rem;
  }
  .box-87 .e1 {
    margin: 0;
  }
  .box-87 .e2 ul {
    gap: 1rem;
  }
  .box-87 .e2 p {
    font-size: 13px;
  }
  .box-87 .e3 {
    flex: 0 0 40px;
  }
  .box-87 .e4 {
    max-width: 72%;
    margin: 0 0 0 auto;
  }
  .box-87 .e4 small {
    margin-right: -1rem;
  }
}
.box-87a {
  background: url("/images/2023/bcg4.jpg?v2") center center scroll no-repeat #222;
  background-size: cover;
  padding: 1.5rem 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  margin: 0 0 1.5rem;
}
.box-87a::before,
.box-87a::after {
  display: none;
}
.box-87a .e1 {
  flex: 0 0 320px;
}
.box-87a .e2 {
  flex: 1;
  margin-top: -1rem;
}
.box-87a .e4 {
  flex: 0 0 100%;
  text-align: right;
  margin-top: -1rem;
}
.box-87a .e1 a {
  display: block;
  margin: 0 auto 0.5rem;
}
.box-87a .e1 a:last-child {
  margin: 0 auto;
}
.box-87a .e1 small {
  display: inline-block;
  background: #fff;
  color: #5FA4F1;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 700;
}
.box-87a .e1::after {
  display: none;
}
.box-87a .e1-inner {
  display: flex;
  gap: 2rem;
}
.box-87a .e1-inner::after {
  display: none;
}
.box-87a .e1-inner .l {
  flex-shrink: 0;
}
.box-87a .e1-inner .r {
  flex: 1;
  display: flex;
  align-items: center;
}
.box-87a .e1-inner p {
  margin: 0 0 1rem;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.box-87a .e1-inner p strong {
  display: block;
  margin: 0 0 0.25rem;
}
.box-87a .e1-inner .l img {
  width: 50px;
}
.box-87a .timer {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.box-87a .timer li {
  background: #fff;
  padding: 0.25rem 0;
  border-radius: 4px;
  width: 36px;
}
.box-87a .timer strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #C51462;
}
.box-87a .timer small {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #2D373C;
  font-weight: 300;
}
.box-87a .e2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 1.5rem;
}
.box-87a .e2 ul li {
  flex: 1;
  padding: 0;
}
.box-87a .e2 a {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #fff;
}
.box-87a .e2 img {
  width: 100px;
  height: auto;
  display: block;
}
.box-87a .e2 p {
  flex: 1;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}
.box-87a .e4 small {
  display: inline-block;
  position: relative;
  background: #C51462;
  padding: 6px 1.5rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 -1.5rem 0 0;
}
.box-87a .e4 small::before {
  content: "";
  width: 20px;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #C51462;
  position: absolute;
  left: -20px;
  top: 0;
}
.box-87a .e4 a {
  color: #fff;
}
@media (max-width: 1150px) {
  .box-87a {
    gap: 1rem;
  }
  .box-87a .e1 {
    flex: 0 0 100%;
  }
  .box-87a .e1-inner {
    margin: 0;
  }
  .box-87a .e1-inner .l {
    flex: 0 0 50px;
  }
  .box-87a .e1-inner p {
    margin: 0 0 0.5rem;
  }
  .box-87a .e2 p {
    font-size: 12px;
  }
  .box-87a .e4 {
    margin-top: 0;
  }
  .box-87a .e4 small {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .box-87a {
    padding: 1.5rem;
  }
  .box-87a .e1 {
    width: auto;
    flex: 0 0 100%;
    margin: 0 0 1rem;
  }
  .box-87a .e2 {
    flex: 0 0 100%;
    margin: 0 0 0.5rem;
  }
  .box-87a .e2 ul {
    flex-direction: column;
  }
  .box-87a .e3 {
    flex: 0 0 50px;
  }
  .box-87a .e4 {
    flex: 1;
  }
  .box-87a .e4 small {
    padding: 6px 1rem 6px 0;
  }
}
@media (max-width: 760px) {
  .box-87a {
    background-image: url("/images/2023/bcg5.jpg?v2");
    gap: 1rem;
    padding: 1rem;
  }
  .box-87a .e1 {
    margin: 0;
  }
  .box-87a .e1-inner {
    gap: 1rem;
  }
  .box-87a .e2 ul {
    gap: 1rem;
  }
  .box-87a .e2 p {
    font-size: 13px;
  }
  .box-87a .e3 {
    flex: 0 0 40px;
  }
  .box-87a .e4 {
    max-width: 76%;
    margin: 0 0 0 auto;
  }
  .box-87a .e4 small {
    margin-right: -1rem;
  }
}
.box-87b {
  background: url("/images/2023/bcg5.jpg?v2") center center scroll no-repeat #222;
  background-size: cover;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1.5rem;
}
.box-87b::before,
.box-87b::after {
  display: none;
}
.box-87b .e1 {
  flex: 0 0 300px;
}
.box-87b .e2 {
  flex: 1;
}
.box-87b .e4 {
  flex: 0 0 100%;
  text-align: right;
  max-width: 76%;
  margin: 0 0 0 auto;
}
.box-87b .e1 a {
  display: block;
  margin: 0 auto 0.5rem;
}
.box-87b .e1 a:last-child {
  margin: 0 auto;
}
.box-87b .e1 small {
  display: inline-block;
  background: #fff;
  color: #5FA4F1;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 700;
}
.box-87b .e1::after {
  display: none;
}
.box-87b .e1-inner {
  display: flex;
  gap: 1rem;
}
.box-87b .e1-inner::after {
  display: none;
}
.box-87b .e1-inner .l {
  flex: 0 0 55px;
}
.box-87b .e1-inner .r {
  flex: 1;
}
.box-87b .e1-inner p {
  margin: 0 0 0.75rem;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.box-87b .e1-inner p strong {
  display: block;
  margin: 0 0 0.25rem;
}
.box-87b .timer {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.box-87b .timer li {
  background: #fff;
  padding: 0.25rem 0;
  border-radius: 4px;
  width: 36px;
}
.box-87b .timer strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #C51462;
}
.box-87b .timer small {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #2D373C;
  font-weight: 300;
}
.box-87b .e2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 1rem;
}
.box-87b .e2 ul li {
  flex: 1;
  padding: 0;
}
.box-87b .e2 a {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #fff;
}
.box-87b .e2 img {
  width: 100px;
  height: auto;
  display: block;
}
.box-87b .e2 p {
  flex: 1;
  margin: 0;
  font-weight: 700;
  font-size: 13px;
}
.box-87b .e4 small {
  display: inline-block;
  position: relative;
  background: #C51462;
  padding: 6px 1rem 6px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 -1rem 0 0;
}
.box-87b .e4 small::before {
  content: "";
  width: 20px;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #C51462;
  position: absolute;
  left: -20px;
  top: 0;
}
.box-87b .e4 a {
  color: #fff;
}
.box-87b .e1 {
  width: auto;
  flex: 0 0 100%;
}
.box-87b .e2 {
  flex: 0 0 100%;
  margin: 0 0 0.5rem;
}
.box-87b .e2 ul {
  flex-direction: column;
}
.box-88 {
  margin: 1.5rem auto 0;
}
.box-88 div.pageWidth {
  background: url("/images/2023/bcg2.jpg") center center scroll no-repeat #222;
  background-size: cover;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.box-88 div.pageWidth::before,
.box-88 div.pageWidth::after {
  display: none;
}
.box-88 .e1 {
  width: 180px;
}
.box-88 .e1 img {
  display: block;
  margin: 0 auto;
}
.box-88 .e2 {
  flex: 1;
  text-align: center;
}
.box-88 .e2 h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.box-88 .e2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.box-88 .e3 {
  width: 180px;
}
.box-88 .e3 img {
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 760px) {
  .box-88 div.pageWidth {
    flex-wrap: wrap;
    gap: 0;
    background-image: url("/images/2023/bcg3.jpg");
  }
  .box-88 .e1 {
    order: 1;
    width: auto;
    flex: 0 0 50%;
  }
  .box-88 .e3 {
    order: 2;
    width: auto;
    flex: 0 0 50%;
  }
  .box-88 .e2 {
    order: 3;
    flex: 0 0 100%;
    padding-top: 1rem;
  }
  .box-88 .e2 h2 {
    font-size: 18px;
  }
  .box-88 .e2 p {
    font-size: 14px;
  }
  .box-88 .e3 img {
    width: 35px;
    height: auto;
  }
}
.box-88a {
  margin: 1.5rem auto 0;
}
.box-88a div.pageWidth {
  background: url("/images/2023/bcg6.jpg?v2") center center scroll no-repeat #222;
  background-size: cover;
  padding: 0.65rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.box-88a div.pageWidth::before,
.box-88a div.pageWidth::after {
  display: none;
}
.box-88a .e1 {
  width: 60px;
}
.box-88a .e1 img {
  display: block;
  margin: 0 auto;
}
.box-88a .e2 {
  flex: 1;
}
.box-88a .e2 h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.box-88a .e2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.box-88a .e3 .button {
  background: #C51462;
  letter-spacing: 4px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
@media (max-width: 760px) {
  .box-88a div.pageWidth {
    flex-wrap: wrap;
    gap: 1rem;
    background-image: url("/images/2023/bcg6m.jpg?v2");
    text-align: center;
  }
  .box-88a .e1 {
    width: auto;
    flex: 0 0 100%;
  }
  .box-88a .e3 {
    width: auto;
    flex: 0 0 100%;
  }
  .box-88a .e2 {
    flex: 0 0 100%;
  }
  .box-88a .e2 h2 {
    font-size: 18px;
    margin: 0 0 0.5rem;
  }
  .box-88a .e2 p {
    font-size: 14px;
  }
  .box-88a .e3 img {
    width: 35px;
    height: auto;
  }
}
.box-89 div.pageWidth {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 auto 1.25rem;
  padding: 0.7rem 0;
  white-space: nowrap;
  overflow: auto;
}
.box-89 span {
  font-size: 14px;
  font-weight: 400;
}
.box-89 strong {
  margin-right: 0.5rem;
}
.box-89 i {
  font-style: normal;
  margin-left: 0.25rem;
  padding-left: 0.55rem;
  background: url("") left center scroll no-repeat transparent;
}
.box-89 .up {
  color: #127E09;
  background-image: url('/images/2023/up-green.svg');
}
.box-89 .down {
  color: #B11010;
  background-image: url('/images/2023/down-red.svg');
}
@media (max-width: 1320px) {
  .box-89 div.pageWidth {
    padding: 0.5rem;
  }
}
.box-8a h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  line-height: 1.3;
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
  padding: 0 0 0.75rem;
  border-bottom: 2px solid #E20513;
}
.box-8a h2 small {
  display: block;
  font-size: 12px;
  color: #868686;
}
.box-6a {
  background: #263A69;
  color: #fff;
}
.box-6a *::before,
.box-6a *::after {
  display: none;
}
.box-6a .pageWidth {
  padding: 1.5rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.box-6a .one {
  flex: 1;
  border-left: 1px solid #162445;
  padding-left: 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.box-6a .one:first-child {
  border: none;
  padding-left: 0;
}
.box-6a p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.box-6a .nl .button {
  background: #fff;
  padding: 0.5rem;
  min-width: 130px;
  border-radius: 30px;
  color: #263A69;
  text-align: center;
}
.box-6a .nl .button svg path {
  transition: all 0.2s linear;
}
.box-6a .nl .button:hover svg path {
  fill: #fff;
}
.box-6a .soc a {
  display: inline-block;
}
.box-6a .soc img {
  filter: brightness(0) invert(1);
  display: block;
}
.box-6a .news a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s linear;
}
.box-6a .news a:hover {
  color: #E20513;
}
.box-6a .news div {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.box-6a .news span {
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 1300px) {
  .box-6a .one,
  .box-6a .one:first-child {
    padding-left: 1rem;
    gap: 1rem;
  }
}
@media (max-width: 1000px) {
  .box-6a .pageWidth {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .box-6a .one {
    border: none;
    border-top: 1px solid #162445;
    padding: 1rem;
  }
  .box-6a p {
    font-size: 1rem;
  }
}
.box-90 {
  color: #fff;
}
.box-90 .pageWidth {
  background: #070606;
  display: flex;
  padding: 0;
}
.box-90 .partner-badge {
  color: #333 !important;
}
.box-90 a {
  color: #fff;
}
.box-90 img {
  display: block;
}
.box-90 .l {
  flex: 0 0 39%;
  position: relative;
}
.box-90 .l .b a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%, #000000 100%);
}
.box-90 .l .h {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
}
.box-90 .l .h p {
  margin: 0;
  font-weight: 700;
}
.box-90 .l .h::after {
  display: none;
}
.box-90 .l .b {
  aspect-ratio: 3 / 2;
}
.box-90 .l .b a {
  display: block;
  position: relative;
  height: 100%;
}
.box-90 .l .b .img {
  position: relative;
  height: 100%;
}
.box-90 .l .b .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("/images/2023/play.svg") center center scroll no-repeat transparent;
}
.box-90 .l .b .img img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.box-90 .l .b .desc {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
}
.box-90 .l .b h3 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.3;
}
.box-90 .r {
  flex: 1;
  padding: 1.5rem;
}
.box-90 .r ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.box-90 .r ul li {
  flex: 0 0 calc(50% - 0.75rem);
}
.box-90 .r ul a {
  display: flex;
  gap: 1rem;
}
.box-90 .r ul .img {
  flex: 0 0 120px;
  position: relative;
}
.box-90 .r ul .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("/images/2023/play.svg") center center scroll no-repeat transparent;
  background-size: 32px auto;
}
.box-90 .r h3 {
  font-size: 1rem;
}
@media (max-width: 1000px) {
  .box-90 .pageWidth {
    flex-direction: column;
  }
  .box-90 .l {
    flex: 1;
  }
  .box-90 .l .b {
    height: auto;
    aspect-ratio: 0;
  }
  .box-90 .l .b .img {
    height: auto;
  }
  .box-90 .l .b .img img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .box-90 .l .h {
    padding: 1rem;
  }
  .box-90 .l .h p {
    font-size: 0.75rem;
  }
  .box-90 .l .b {
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .box-90 .l .b h3 {
    font-size: 1.25rem;
  }
  .box-90 .l .b .desc {
    padding: 1rem;
  }
  .box-90 .r {
    padding: 1rem;
  }
  .box-90 .r ul {
    max-height: 280px;
    overflow: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .box-90 .r ul li {
    flex: 1;
  }
}
.box-91 {
  background: #F8F8F8;
}
.box-91 .pageWidth {
  padding: 0.75rem 0;
  min-height: 300px;
}
.box-91 .abc-wrap {
  position: sticky;
  top: 1rem;
}
.box-91 div.ad {
  min-width: 750px;
  max-width: 100%;
}
.box-91 div.ad div.wrap {
  margin: 0;
}
@media (max-width: 800px) {
  .box-91 div.ad {
    min-width: 0;
    width: 100%;
  }
}
.box-nl {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 1rem;
}
.box-nl *::after {
  display: none;
}
body.nl-open .box-nl {
  display: flex;
}
.box-nl div.wrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  box-shadow: 0 0 60px 4px rgba(0, 0, 0, 0.15);
}
.box-nl div.img {
  flex: 1;
}
.box-nl div.img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-nl div.desc {
  flex: 1;
  padding: 4rem 2rem 2rem;
  position: relative;
}
.box-nl div.desc button.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: none;
  padding: 0.5rem;
  margin: 0;
}
.box-nl div.desc button.close:hover {
  background: none !important;
}
.box-nl div.desc button.close img {
  display: block;
}
.box-nl h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
}
.box-nl p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.5rem;
}
.box-nl small {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.box-nl div.a {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.box-nl div.a input {
  border: 1px solid #B7B7B7;
  border-radius: 4px;
  padding: 0.75rem;
  flex: 1;
  font-size: 16px;
  font-family: "Fira Sans", Arial, sans-serif;
}
.box-nl div.a button {
  background: #2F2F2F;
  color: #fff;
  border-radius: 4px;
  padding: 0;
  width: 100px;
  text-transform: uppercase;
}
.box-nl div.a button:hover {
  background: #E20513 !important;
}
.box-nl div.b {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.box-nl div.b input {
  flex: 0 0 16px;
}
.box-nl div.b label {
  flex: 1;
  font-size: 12px;
}
@media (max-width: 600px) {
  .box-nl {
    align-items: flex-start;
  }
  .box-nl div.wrap {
    flex-direction: column;
    position: relative;
  }
  .box-nl div.desc {
    padding: 1rem;
    position: static;
  }
  .box-nl div.desc button.close {
    right: -1rem;
    top: -1rem;
    background: #fff;
    border-radius: 100%;
  }
  .box-nl div.img img {
    width: 100%;
    height: auto;
  }
  .box-nl div.a {
    gap: 0.5rem;
    margin: 0 0 1rem;
  }
  .box-nl h3 {
    font-size: 24px;
    margin: 0 0 0.5rem;
  }
  .box-nl p {
    font-size: 16px;
    margin: 0 0 1rem;
  }
  .box-nl small {
    font-size: 12px;
  }
  .box-nl div.b {
    margin: 0 0 1rem;
  }
  .box-nl div.b label {
    font-size: 10px;
  }
}
body.nl-open {
  overflow: hidden;
}
#target-5m .box-91 {
  margin: 0 0 1rem;
}
#target-5m .pageWidth {
  padding: 0;
  margin: 0;
}
#target-5m .abc-wrap {
  margin: 0;
  padding: 0.5rem 0 0;
  min-height: 290px;
}
#target-7m .box-5 {
  margin: 0 0 2rem;
}
.box-93 {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 15px;
  line-height: 1.3;
}
.box-93 small {
  display: inline;
  color: #5C5C5C;
}
.box-93 a {
  display: inline;
  color: #383636;
  font-weight: 700;
  transition: all 0.2s linear;
}
.box-93 a:hover {
  color: #E20513;
}
.box-7 + .box-93 {
  margin-top: -1.5rem;
}
.box-7.featured + .box-93 {
  margin-top: 0;
}
.box-93 + div.box-4.v2023 {
  border-top: none;
}
@media (max-width: 630px) {
  .box-93 {
    font-size: 14px;
  }
  .box-7 + .box-93 {
    margin-top: -1rem;
  }
  .box-93 a {
    font-size: 14px;
  }
}
.box-94 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem;
  margin: 1.5rem 0;
  border: 2px solid #000A62;
  color: #000A62;
  font-size: 17px;
  font-family: "Fira Sans";
}
.box-94 div.img {
  flex: 0 0 80px;
}
.box-94 div.img img {
  display: block;
  margin: 0 auto;
}
.box-94 div.desc {
  flex: 1;
}
.box-94 a {
  color: #FF59BE !important;
  transition: all 0.2s linear;
}
.box-94 a:hover {
  color: #000 !important;
}
@media (max-width: 600px) {
  .box-94 {
    font-size: 15px;
  }
  .box-94 div.img {
    flex: 0 0 50px;
  }
}
.box-94.cls-height {
  min-height: 90px;
}
.after-eec-2023 a {
  display: flex;
  background: #C51362;
  color: #fff;
  transition: all 0.2s linear;
}
.after-eec-2023 small {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-weight: 700;
  font-size: 20px;
}
.after-eec-2023 p {
  flex: 1;
  padding: 1.5rem;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  background: url("https://pliki.pulshr.pl/i/11/29/74/112974.jpg") center center scroll no-repeat #222;
  background-size: cover;
  transition: all 0.2s linear;
}
.after-eec-2023 a:hover p {
  background: #C51362;
  color: #fff;
}
.after-eec-2023.v2 p {
  background-image: url("https://pliki.pulshr.pl/i/11/29/77/112977.jpg");
  color: #000;
}
.after-eec-2023.v3 p {
  background-image: url("https://pliki.pulshr.pl/i/11/29/75/112975.jpg");
  color: #000;
}
.after-eec-2023.v4 p {
  background-image: url("https://pliki.pulshr.pl/i/11/29/90/112990.jpg");
}
@media (max-width: 760px) {
  .after-eec-2023 small {
    flex: 0 0 90px;
    font-size: 14px;
    padding: 1rem;
  }
  .after-eec-2023 p {
    font-size: 14px;
    padding: 1rem;
    background-image: url("https://pliki.pulshr.pl/i/11/29/78/112978.jpg");
  }
  .after-eec-2023.v2 p {
    background-image: url("https://pliki.pulshr.pl/i/11/29/79/112979.jpg");
  }
  .after-eec-2023.v3 p {
    background-image: url("https://pliki.pulshr.pl/i/11/29/76/112976.jpg");
  }
  .after-eec-2023.v4 p {
    background-image: url("https://pliki.pulshr.pl/i/11/29/89/112989.jpg");
  }
}
.placeholder-1 {
  min-height: 92px;
}
@media (max-width: 450px) {
  .placeholder-1 {
    min-height: 77px;
  }
}
body.produkcja .box-3.focus-category {
  background: url("/images/2023/prod-bcg.jpg") right top scroll no-repeat transparent;
  background-size: cover;
}
@media (max-width: 550px) {
  body.produkcja .box-3.focus-category {
    background-image: url("/images/2023/prod-bcg.jpg");
  }
}
body.produkcja .box-3.focus-category div.box-7 a {
  color: #fff;
}
body.produkcja .box-3.focus-category div.box-7 a:hover div.desc {
  background: #2D373C;
}
body.produkcja .box-3.focus-category div.box-7 div.img {
  margin: 0;
}
body.produkcja .box-3.focus-category div.box-7 div.desc {
  width: 95%;
  margin: -2.5rem auto 0;
  padding: 1.25rem;
  background: #E20513;
  text-align: center;
  position: relative;
  transition: all 0.2s linear;
}
.g-news {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  background: #EBEBEB;
  padding: 1rem;
  border-radius: 4px;
  margin: 1.5rem auto;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.g-news::after {
  display: none;
}
.g-news p {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-transform: uppercase;
}
.g-news a {
  background: #fff;
  border: 1px solid #CECECE;
  padding: 0.5rem 1.5rem;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.2s linear;
  text-decoration: none;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #E20513;
}
.g-news a:hover {
  background: #E20513;
  color: #fff !important;
}
@media (max-width: 1000px) {
  .g-news {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .g-news a {
    font-size: 14px;
  }
  .g-news a img {
    width: 30px;
    height: auto;
  }
}
.box-95 {
  font-size: 20px;
  font-weight: 700;
}
.box-95 a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  background-color: #042532;
  padding: 1.5rem;
  margin: 1.5rem auto 0;
  color: #fff;
}
.box-95 .desc {
  flex: 1;
}
.box-95 .desc span {
  color: #1986A4;
}
@media (max-width: 600px) {
  .box-95 {
    font-size: 16px;
    text-align: center;
  }
  .box-95 a {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.box-96 {
  border-radius: 8px;
  overflow: hidden;
  background: #F7F7F7;
}
.box-96 h2 {
  background: #EFEFEF;
  padding: 1rem;
  margin: 0;
  font-size: 16px;
  color: #18A84F;
}
.box-96 .b {
  padding: 1rem;
}
.box-96 .scroll {
  height: 160px;
}
.box-96.big .scroll {
  height: 300px;
}
.box-96 .scroll {
  list-style-type: none;
  font-size: 16px;
  font-weight: 800;
}
.box-96 .scroll li {
  margin: 0.25rem 0;
}
.box-96 .scroll {
  scrollbar-color: #18A84F #F0F0F0;
}
.box-96 .scroll::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}
.box-96 .scroll::-webkit-scrollbar-thumb {
  background-color: #18A84F;
}
.box-96 .scroll::scrollbar-track {
  background-color: #F0F0F0;
}
.box-96 .scroll::scrollbar-thumb {
  background-color: #18A84F;
}
.box-96 a.button {
  background: #18A84F;
  width: 100%;
  margin: 0;
  text-align: center;
}
.partner-badge {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  background: #EDEDED;
  display: inline-flex !important;
  align-items: center;
  padding: 0 2px !important;
  margin-bottom: 5px;
  width: 133px !important;
  height: 12px !important;
  background: url(/images/partner-serwisu.svg) no-repeat;
  text-indent: -999px;
}
.partner-badge--material {
  background: url(/images/partnerzy-material.svg) no-repeat;
}
.partner-badge--portalu {
  background: url(/images/partner-portalu.svg) no-repeat;
}
.partner-badge--sekcji {
  background: url(/images/partner-sekcji.svg) no-repeat;
  width: 87px !important;
}
.partner-badge--multiple {
  width: 135px !important;
  background: url(/images/partnerzy-serwisu.svg) no-repeat;
}
.partner-badge--multiple.partner-badge--portalu {
  width: 135px !important;
  background: url(/images/partnerzy-portalu.svg) no-repeat;
}
.form-error {
  color: #E20513;
  font-weight: bold;
  margin: 5px 0;
  display: none;
}
.post-comments-cnt {
  padding-left: 180px;
}
@media (max-width: 980px) {
  .post-comments-cnt {
    padding-left: 0;
  }
}
.comments-cnt {
  margin: 10px 0;
  border: 1px solid #eee;
  padding: 20px;
  padding-top: 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.comments-cnt .button {
  min-height: 45px;
}
.comments-header {
  min-height: 45px;
  display: flex;
  align-items: center;
  margin-top: -20px;
  background: #fff;
}
.comment-report-info {
  padding: 10px 0;
  font-size: 15px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23222' stroke-width='1.5'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-width='1.5' d='M12 17v-6'/%3E%3Ccircle cx='1' cy='1' r='1' fill='%23222' transform='matrix(1 0 0 -1 11 9)'/%3E%3C/g%3E%3C/svg%3E");
}
.comment-report-info a {
  color: #E20513;
  font-weight: 500;
}
@media (max-width: 500px) {
  .comment-report-info {
    font-size: 14px;
  }
}
.comments-header-button {
  display: block;
  margin: 1rem auto 0;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  background: #E20513;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
  max-width: 100%;
  cursor: pointer;
}
.comments-header-button:hover {
  background: #000;
  color: #fff;
}
.comments-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.comments-title a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}
.comments-title::after {
  content: "";
  height: 2px;
  background: #E20513;
  flex: 1;
}
.comments-title-count {
  background: #000;
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  padding: 0 5px;
  font-size: 13px;
  border-radius: 4px;
  margin-left: 5px;
}
.comments-sort {
  position: relative;
}
.comments-sort.is-active .comments-sort-list {
  display: flex;
}
.comments-sort-btn {
  background: none;
  border: 0;
  color: inherit;
  font-size: 12px;
  cursor: pointer;
}
.comments-sort-btn:hover {
  background: transparent !important;
  color: inherit !important;
}
.comments-sort-btn:focus {
  outline: none;
  background: transparent !important;
  color: inherit !important;
}
.comments-sort-btn span {
  background: #ddd;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: bold;
}
.comments-sort.is-active .comment-sort-list {
  display: block;
}
.comments-sort-list {
  display: none;
  z-index: 10;
  position: absolute;
  top: calc(100% + 5px);
  border-radius: 4px;
  right: 5px;
  padding: 15px 0;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.comments-sort-list::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
  background: transparent;
}
.comments-sort-list-option {
  border: 0;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  color: #555;
  padding: 4px 15px;
  transition: none !important;
}
.comments-sort-list-option:hover {
  color: #222;
  background: #f7f7f7;
}
.comments-sort-list-option.is-active {
  color: #E20513;
}
.comments-content.is-active {
  display: block;
}
.comment-add {
  position: relative;
}
.comment-add-title {
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
}
.comments-add-text {
  font-size: 14px;
  margin-bottom: 20px;
}
.comments-add-text-icon {
  background: url(/images/flag.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  align-self: center;
}
.comment-add-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #E20513;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.comment-add-close::before,
.comment-add-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.comment-add-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}
.comment-add-msg {
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  padding: 15px;
  font-size: 13px;
  display: none;
}
.comment-add-msg.is-good {
  background: #E20513;
}
.comment-add-msg.is-bad {
  background: #c62323;
}
.comment-add-msg.is-wrong {
  background: #c62323;
}
.comment-header {
  align-items: center;
  grid-area: header;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 0 15px;
  grid-template-rows: auto auto;
}
.comment-add-user {
  align-items: center;
  grid-area: header;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 0 15px;
  grid-template-rows: auto auto;
  padding-bottom: 20px;
}
.comment-add-user-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}
span.comment-add-user-img {
  background: #bb3836;
  text-align: center;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
}
span.comment-add-user-img.color-2 {
  background: #2b1ae5;
}
span.comment-add-user-img.color-3 {
  background: #2ead31;
}
span.comment-add-user-img.color-4 {
  background: #8a0077;
}
.comment-add-user-img.no-avatar {
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ddd' class='bi bi-person-fill' viewBox='0 0 16 16'%3E  %3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E\");
}
.comment-add-user-name {
  font-size: 14px;
  font-weight: bold;
  color: #E20513;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}
.comment-add-user-text {
  font-weight: 600;
  color: inherit;
  font-size: 10px;
  white-space: nowrap;
}
.comment-add-row {
  margin-bottom: 10px;
}
.comment-add-row--last {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.comment-add-label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
textarea.comment-add-control {
  background: #E9E9E9;
  border-radius: 5px;
  padding: 20px;
  height: 120px;
  width: 100%;
  min-height: 120px;
}
.comment-add-btn {
  background: #E20513;
  height: 35px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  width: auto;
}
.comment-add.commentWindow {
  background: #eee;
  padding: 20px;
  overflow: hidden;
  border-radius: 4px;
}
.comment-add.commentWindow .comment-add-control {
  background: #fff;
}
.comments-list {
  margin-top: 50px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.comment-hidden {
  display: none;
}
.comment {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  padding-right: 0 !important;
  grid-template-areas: "header report" "body body" "footer footer";
}
.comment[data-level] {
  margin-bottom: 20px;
  margin-top: 30px;
  background: #EBEBEB;
  padding: 1rem !important;
  border-radius: 6px;
}
.comment[data-level="2"] {
  background: #F2F2F2;
  padding: 20px 20px 0;
  padding-right: 20px !important;
  border-radius: 5px;
}
.comment[data-level="3"] {
  margin-left: 30px;
  background: #F2F2F2;
  padding: 20px 20px 0;
  padding-right: 20px !important;
  border-radius: 5px;
}
.comment[data-level] + .comment[data-level] {
  margin-top: 0;
}
.comment[data-level]:last-child {
  margin-bottom: 30px;
}
.comment-hidden {
  display: none;
}
.comment-header {
  align-items: center;
  grid-area: header;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 0 10px;
  grid-template-rows: auto auto;
}
.comment-author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}
span.comment-author-img {
  background: #bb3836;
  text-align: center;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
}
span.comment-author-img.color-2 {
  background: #2b1ae5;
}
span.comment-author-img.color-3 {
  background: #2ead31;
}
span.comment-author-img.color-4 {
  background: #8a0077;
}
.comment-author-img.no-avatar {
  background-color: #eee;
  background: url(/images/no-avatar.png) center no-repeat;
  background-size: cover;
}
.comment-author {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}
.comment-date {
  color: #918F8F;
  font-size: 12px;
  white-space: nowrap;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.comment-content {
  margin-top: 15px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  grid-area: body;
  overflow: hidden;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.comment-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  grid-area: footer;
  align-items: center;
}
.comment-answer {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  height: 28px;
  background: #E20513;
  color: #fff;
  border-radius: 6px;
  position: relative;
  padding: 6px 13px 0 30px;
  text-transform: uppercase;
}
.comment-answer::before {
  content: "";
  flex-shrink: 0;
  background: url(/images/arrow-comments.svg);
  width: 22px;
  height: 18px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border: 0;
  background-color: transparent;
  text-indent: -99999px;
  overflow: hidden;
}
.comment-answer span {
  height: 18px;
  border-radius: 2px;
}
.comment-show-answers {
  font-weight: bold;
  background: #EBEBEB;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  border: 0;
  color: inherit;
  border-radius: 6px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  overflow: hidden;
  text-transform: uppercase;
  margin-right: auto;
}
.comment-show-answers:hover {
  background: #ddd;
}
.comment-show-answer-text {
  padding: 2px 10px 0 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.comment-show-answers-count {
  background: #E20513;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 28px;
}
.comment-vote {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: inherit;
}
.comment-vote-text {
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 10px;
}
.comment-vote-btn {
  margin-left: 10px;
  padding: 0;
  line-height: 17px;
  padding-left: 20px;
  font-size: 12px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  background: none;
  color: inherit;
}
.comment-vote-btn:hover {
  background: none !important;
  color: inherit !important;
}
.comment-vote-btn-up::before,
.comment-vote-btn-down::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-vote-btn-up::before {
  background: url(/images/arrow-up.svg) 0 center / 17px 17px no-repeat;
}
.comment-vote-btn-down::before {
  background: url(/images/arrow-down.svg) 0 center / 17px 17px no-repeat;
}
.comment-report {
  background: url(/images/flag.svg);
  height: 30px;
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  color: inherit;
  border: 0;
  text-decoration: none;
  font-size: 12px;
  overflow: hidden;
  align-self: center;
  align-items: center;
  display: inline-flex;
  line-height: 1.1;
  grid-area: report;
  transition: 0.2s opacity;
}
@media (max-width: 500px) {
  .comment-report {
    width: 80px;
  }
}
@media (max-width: 400px) {
  .comment-report {
    width: 20px;
    text-indent: -9999px;
  }
}
.comment-report:hover {
  opacity: 0.8;
}
.comments-bottom {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.comments-bottom .button {
  width: auto;
}
.comments-load-more {
  background: #E20513;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  border-radius: 4px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.comment-response-cnt {
  margin-bottom: 20px;
}
.comment-response-cnt .comment,
.comment-response-cnt .comment[data-level] {
  margin: 0;
  margin-bottom: 20px;
}
.comment-response-cnt .comment-add {
  padding-top: 10px;
  padding-bottom: 8px;
}
.comment-response-cnt .comment-add-row {
  margin-bottom: 10px;
}
@media (max-width: 670px) {
  .comment-add-btn {
    width: 100%;
  }
  .comment-add-row--last {
    flex-direction: column;
  }
  .g-recaptcha > div {
    max-width: 100%;
  }
  .comment-add-btn {
    margin-top: 10px;
  }
  .comment-vote {
    margin-left: 0;
  }
  .comment[data-level="2"] {
    margin-left: 20px;
  }
  .comment[data-level="3"] {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .comment[data-level="2"],
  .comment[data-level="3"] {
    margin-left: 0;
  }
  .comment-show-answers {
    font-size: 11px;
  }
  .comment-footer {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .comment-answer,
  .comment-show-answers {
    font-size: 10px;
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .comment-answer {
    padding-left: 0;
  }
  .comment-answer::before {
    display: none;
  }
}
.comments-wrap {
  margin: 2rem auto 4rem !important;
}
.comments-section {
  margin: 2rem 0 4rem;
}
.wybory-frekwencja-bar {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  margin: 1.5rem 0;
  color: #fff;
  background: #E52732;
}
.wybory-frekwencja-bar span {
  transition: all 0.2s linear;
}
.wybory-frekwencja-bar:hover span {
  color: #222;
}
.wybory-frekwencja-bar .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.wybory-frekwencja-bar .title small {
  display: block;
  font-size: 16px;
  margin-top: 0.25rem;
}
.wybory-frekwencja-bar .info {
  margin-left: auto;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.wybory-frekwencja-bar .l {
  font-size: 16px;
  font-weight: 700;
  color: #888888;
  line-height: 1.2;
}
.wybory-frekwencja-bar .r {
  font-size: 42px;
  font-weight: 700;
  color: #403E3E;
  line-height: 1;
}
@media (max-width: 1100px) {
  .wybory-frekwencja-bar .title {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .wybory-frekwencja-bar {
    padding: 1rem;
    margin: 0;
  }
  .wybory-frekwencja-bar .title {
    font-size: 20px;
  }
  .wybory-frekwencja-bar .l {
    font-size: 14px;
  }
  .wybory-frekwencja-bar .r {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .wybory-frekwencja-bar {
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
  }
  .wybory-frekwencja-bar svg {
    width: 50px;
    height: auto;
  }
  .wybory-frekwencja-bar .title {
    font-size: 18px;
    width: calc(100% - 75px);
  }
  .wybory-frekwencja-bar .title small {
    font-size: 12px;
    margin-top: 0.5rem;
  }
  .wybory-frekwencja-bar .info {
    width: auto;
    margin: 0 auto;
  }
}
.wybory-final-wrap {
  position: relative;
  margin: 0 auto 1.5rem;
  background: url("https://pliki.wnp.pl/d/47/17/42/471742.jpg") center center scroll no-repeat #222;
  background-size: cover;
}
.wybory-final-wrap .panes > .one {
  display: none;
}
.wybory-final-wrap .panes > .one.active {
  display: block;
}
.wybory-final-wrap .navi {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  text-align: center;
}
.wybory-final-wrap .navi button {
  border-radius: 100%;
  border: 1px solid #fff;
  background: none;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 4px;
}
.wybory-final-wrap .navi button:hover,
.wybory-final-wrap .navi button:active,
.wybory-final-wrap .navi button:focus,
.wybory-final-wrap .navi button.active {
  background: #fff !important;
}
.wybory-final-wrap button.prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  padding: 0;
}
.wybory-final-wrap button.next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  padding: 0;
}
@media (max-width: 1300px) {
  .wybory-final-wrap button.prev {
    left: 0.25rem;
  }
  .wybory-final-wrap button.next {
    right: 0.25rem;
  }
  .wybory-final-wrap button.prev img {
    width: 30px;
    height: auto;
  }
  .wybory-final-wrap button.next img {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .wybory-final-wrap {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 600px) {
  .wybory-final-wrap {
    background-image: url("https://pliki.wnp.pl/d/47/18/99/471899.jpg");
    margin: 0;
  }
}
.wybory-final {
  padding: 2.5rem 2.5rem 3.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1000px) {
  .wybory-final {
    height: 710px;
  }
}
.wybory-final *::after {
  display: none;
}
.wybory-final div.h {
  text-align: center;
  margin: 0 auto 1.5rem;
}
.wybory-final div.h h2 span {
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1.5;
  background: #E52732;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 88%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.wybory-final div.h p {
  margin: 0;
}
.wybory-final div.h p span {
  color: #E52732;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.9;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 88%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.wybory-final div.b-wrap {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.wybory-final div.b-wrap div.b {
  flex: 1;
}
.wybory-final div.b.full {
  width: 100%;
}
.wybory-final div.b {
  position: relative;
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
}
.wybory-final div.b p.wybory-stats {
  position: absolute;
  right: 0;
  top: 0;
  background: #E5C827;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wybory-final div.b p.wybory-stats strong {
  font-size: 24px;
}
.wybory-final div.b ul.wybory-wykres {
  display: flex;
  gap: 1rem;
  justify-content: center;
  text-align: center;
  margin: 0 auto 1.5rem;
}
.wybory-final div.b ul.wybory-wykres li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wybory-final div.b ul.wybory-wykres small {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.wybory-final div.b ul.wybory-wykres img {
  border-radius: 100%;
}
.wybory-final div.b ul.wybory-wykres span {
  background: #E5C827;
  width: 32px;
  margin: 1rem auto;
}
.wybory-final div.b small.wybory-exitpoll {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.wybory-final div.b ul.wybory-wykres.v2 {
  flex-direction: column;
  padding-top: 70px;
}
.wybory-final div.b ul.wybory-wykres.v2 li {
  flex-direction: row-reverse;
  align-items: center;
}
.wybory-final div.b ul.wybory-wykres.v2 span {
  margin: 0 1rem;
  width: auto;
  height: 32px;
}
.wybory-final div.b ul.wybory-referendum {
  display: flex;
  gap: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  margin: 0 auto 1.5rem;
}
.wybory-final div.b ul.wybory-referendum li {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
.wybory-final div.b ul.wybory-referendum span.no {
  background: #E5C827;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.wybory-final div.b ul.wybory-referendum span.answer {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.wybory-final div.b ul.wybory-referendum div {
  margin-top: 1.5rem;
  flex: 1;
}
.wybory-final div.b ul.wybory-referendum span.bar {
  display: block;
  background: #000;
  height: 32px;
  position: relative;
}
.wybory-final div.b ul.wybory-referendum span.bar span.bar-bar {
  display: block;
  background: #2E2877;
  height: 32px;
}
.wybory-final div.b ul.wybory-referendum span.bar em {
  position: absolute;
  left: 0.5rem;
  top: 0.4rem;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
}
.wybory-final div.b ul.wybory-referendum span.bar em.r {
  left: auto;
  right: 0.5rem;
}
.wybory-final div.b ul.wybory-referendum div small {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
  margin-top: 3px;
}
.wybory-final .wybory-chart-wrap {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 1rem;
}
.wybory-final .wybory-chart-wrap div.chart {
  flex: 1;
  height: 150px;
  display: flex;
  align-items: center;
}
.wybory-final .wybory-chart-wrap div.legend p {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0.5rem;
  display: flex;
  gap: 0.5rem;
  color: #fff;
}
.wybory-final .wybory-chart-wrap div.legend span {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: #888;
}
.wybory-final .wybory-chart-wrap div.legend span.color-1 {
  background: #5470c6;
}
.wybory-final .wybory-chart-wrap div.legend span.color-2 {
  background: #91cc75;
}
.wybory-final .wybory-chart-wrap div.legend span.color-3 {
  background: #fac858;
}
.wybory-final .wybory-chart-wrap div.legend span.color-4 {
  background: #ee6666;
}
.wybory-final .wybory-chart-wrap div.legend span.color-5 {
  background: #73c0de;
}
.wybory-final .wybory-chart-wrap div.legend span.color-6 {
  background: #3ba272;
}
.wybory-final .wybory-chart-wrap div.legend span.color-7 {
  background: #fc8452;
}
@media (max-width: 1100px) {
  .wybory-final {
    padding: 1rem 1rem 3.5rem;
  }
  .wybory-final div.h h2 span {
    font-size: 80px;
  }
  .wybory-final div.h p span {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  .wybory-final div.h h2 span {
    font-size: 60px;
  }
  .wybory-final div.h p span {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .wybory-final div.b-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
  .wybory-final div.b p.wybory-stats.v2 {
    left: 0;
    right: auto;
  }
  .wybory-final .wybory-chart-wrap {
    flex-direction: column;
    padding: 55px 0 0;
  }
  .wybory-final .wybory-chart-wrap div.chart {
    width: 100%;
    flex: auto;
  }
  .wybory-final .wybory-chart-wrap div.legend {
    width: 100%;
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
  .wybory-final .wybory-chart-wrap div.legend p {
    font-size: 13px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .wybory-final div.h {
    margin: -1rem -1rem 1.5rem;
  }
  .wybory-final div.h h2 {
    background: #E52732;
    padding: 0.5rem 1rem;
  }
  .wybory-final div.h h2 span {
    font-size: 36px;
    padding: 0;
    line-height: 1.3;
  }
  .wybory-final div.h p {
    background: #fff;
    padding: 0.5rem 1rem;
  }
  .wybory-final div.h p span {
    font-size: 16px;
    padding: 0;
    line-height: 1.3;
  }
  .wybory-final div.b p.wybory-stats {
    font-size: 14px;
  }
  .wybory-final div.b p.wybory-stats strong {
    font-size: 18px;
  }
  .wybory-final div.b ul.wybory-wykres {
    gap: 0.75rem;
  }
  .wybory-final div.b ul.wybory-wykres span {
    width: 20px;
  }
  .wybory-final div.b ul.wybory-wykres.sejm li {
    width: 40px;
  }
  .wybory-final div.b ul.wybory-wykres.sejm small {
    font-size: 12px;
  }
  .wybory-final div.b ul.wybory-wykres.v2 img {
    width: 42px;
    height: auto;
  }
  .wybory-final div.b ul.wybory-wykres.v2 small {
    font-size: 12px;
  }
  .wybory-final div.b ul.wybory-referendum {
    gap: 1rem;
  }
  .wybory-final div.b ul.wybory-referendum li {
    gap: 0.5rem;
    align-items: flex-start;
  }
  .wybory-final div.b ul.wybory-referendum span.no {
    font-size: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
  }
  .wybory-final div.b ul.wybory-referendum span.answer {
    font-size: 16px;
  }
  .wybory-final div.b ul.wybory-referendum div {
    margin-top: -3px;
  }
  .wybory-final div.b ul.wybory-referendum div small {
    font-size: 10px;
    margin-top: 5px;
  }
}
.full-body {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 1.5rem;
}
.full-body > * {
  margin: auto;
}
.box-404 {
  width: 1100px;
  max-width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 60px 3px rgba(0, 0, 0, 0.08);
  text-align: center;
  overflow: hidden;
}
.box-404 .h {
  padding: 3rem 1.5rem 0;
}
.box-404 .b {
  padding: 3rem 1.5rem;
}
.box-404 .f {
  padding: 1.5rem;
  background: #EDEDED;
}
.box-404 a.logo {
  display: flex;
  gap: 1rem;
  font-size: 36px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
.box-404 a.logo span {
  text-align: left;
}
.box-404 h1 {
  font-size: 36px;
  font-weight: 800;
  margin: 1rem 0;
}
.box-404 a.button {
  background: #e52732;
  padding: 0.75rem 1.5rem;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  margin-top: 1rem;
}
.box-404 .f ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
  font-weight: 700;
  justify-content: center;
  margin: 0 0 0.5rem;
  font-size: 13px;
}
.box-404 .f small {
  font-size: 11px;
}
@media (max-width: 760px) {
  .box-404 a.logo img {
    width: 100px;
    height: auto;
  }
  .box-404 a.logo {
    font-size: 15px;
  }
  .box-404 h1 {
    font-size: 20px;
  }
  .box-404 a.button {
    font-size: 14px;
  }
}
.news-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 27px;
  grid-template-rows: auto;
  grid-template-areas: "item1 item1 item2" "item1 item1 item3" "item4 item5 item6";
  margin: 0 0 30px 0;
  list-style-type: none;
}
.news-1 .item-1 {
  grid-area: item1;
  background: #E52732;
  transition: all 0.2s linear;
}
.news-1 .item-2 {
  grid-area: item2;
}
.news-1 .item-3 {
  grid-area: item3;
}
.news-1 .item-4 {
  grid-area: item4;
}
.news-1 .item-5 {
  grid-area: item5;
}
.news-1 .item-6 {
  grid-area: item6;
}
.news-1 .img {
  margin: 0 0 0.75rem;
  position: relative;
}
.news-1 .item-1 a {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-1 .item-1 .desc {
  padding: 0 1.5rem 0.75rem;
  flex: 1;
  display: flex;
  align-items: center;
}
.news-1 .item-1:hover {
  background: #000;
}
.news-1 .item-1:hover a {
  color: #fff;
}
.news-1 h2 {
  font-size: 30px;
  margin: 0;
}
.news-1 h3 {
  font-size: 20px;
  margin: 0;
}
.news-1 img {
  display: block;
  width: 100%;
  height: auto;
}
.news-1 small.live {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  color: #fff;
  background: url("/images/2023/live.svg") 0.5rem center scroll no-repeat #E52732;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .news-1 {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6";
    gap: 1.5rem;
  }
  .news-1 .item-1 .desc {
    padding: 0 0.75rem 0.75rem;
  }
  .news-1 h2 {
    font-size: 18px;
  }
  .news-1 h3 {
    font-size: 16px;
  }
  .news-1 small.live {
    font-size: 14px;
  }
  .news-1 .item-2 a,
  .news-1 .item-3 a,
  .news-1 .item-4 a,
  .news-1 .item-5 a,
  .news-1 .item-6 a {
    display: flex;
    align-items: center;
  }
  .news-1 .item-2 div.img,
  .news-1 .item-3 div.img,
  .news-1 .item-4 div.img,
  .news-1 .item-5 div.img,
  .news-1 .item-6 div.img {
    width: 120px;
    margin: 0;
  }
  .news-1 .item-2 div.desc,
  .news-1 .item-3 div.desc,
  .news-1 .item-4 div.desc,
  .news-1 .item-5 div.desc,
  .news-1 .item-6 div.desc {
    flex: 1;
    padding: 0 0.75rem;
  }
}
.sliderSizeHidden {
  display: none;
}
.sliderSizeSmall {
  min-height: 125px;
}
@media (max-width: 1000px) {
  .sliderSizeSmall {
    min-height: 135px;
  }
}
@media (max-width: 600px) {
  .sliderSizeSmall {
    min-height: 100px;
  }
}
.sliderSizeBig {
  min-height: 734px;
}
@media (max-width: 1000px) {
  .sliderSizeBig {
    min-height: 638px;
  }
}
@media (max-width: 600px) {
  .sliderSizeBig {
    min-height: 525px;
  }
}
#wybory2023Slider .p_focus::after {
  display: none;
}
@media (max-width: 600px) {
  #wybory2023Slider {
    padding: 0;
    margin-bottom: 1.5rem;
  }
  #wybory2023Slider.sliderSizeSmall {
    margin-bottom: 0;
  }
}
.multimedia-box .multimedia-inside {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-areas: "item1 item2";
  gap: 1rem;
}
.multimedia-box .multimedia-left {
  grid-area: item1;
}
.multimedia-box .multimedia-right {
  grid-area: item2;
}
.multimedia-box .multimedia-img {
  width: 120px;
  height: 80px;
}
.multimedia-box .multimedia-list {
  display: grid;
  grid-template-columns: 50% 50%;
}
.multimedia-box .multimedia-item {
  display: flex;
}
.cop-28 {
  margin: 0 0 2.5rem;
}
@media (max-width: 700px) {
  .cop-28 {
    margin: 0 -1rem 1.5rem;
  }
}
.cop-28-main {
  background: #3C8C6E;
  display: flex;
  padding: 2rem 1rem 1.5rem;
}
@media (max-width: 1200px) {
  .cop-28-main {
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
  }
}
@media (max-width: 700px) {
  .cop-28-main {
    padding: 1rem 1rem 0;
  }
}
.cop-28-footer {
  background: #FFC03A;
}
.cop-28-art {
  display: flex;
  width: 50%;
}
@media (max-width: 900px) {
  .cop-28-art {
    width: auto;
  }
}
.cop-28-logo {
  width: 25%;
}
@media (max-width: 1200px) {
  .cop-28-logo {
    width: auto;
  }
}
.cop-28-art-wrap {
  width: 75%;
  display: flex;
}
@media (max-width: 1200px) {
  .cop-28-art-wrap {
    width: auto;
    gap: 0.5rem;
  }
}
@media (max-width: 900px) {
  .cop-28-art-wrap {
    flex-direction: column;
  }
}
.cop-28-art-text span {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .cop-28-art-text span {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .cop-28-art-text span {
    font-size: 0.75rem;
  }
}
@media (max-width: 700px) {
  .cop-28-art-text span {
    font-size: 0.875rem;
  }
}
.cop-28-art-link {
  display: flex;
}
.cop-28-art-link:hover .cop-28-art-text span {
  color: #FFC03A !important;
  transition: all 0.2s linear;
}
.cop-art-img {
  margin-right: 0.625rem;
  flex-shrink: 0;
  align-self: flex-start;
  max-width: 7.5rem;
}
.cop-28-footer {
  position: relative;
  padding: 0.1rem 1rem;
}
@media (max-width: 1200px) {
  .cop-28-footer {
    padding: 1.5rem 1rem 0.1rem;
  }
}
.cop-28-footer-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.cop-28-footer-link {
  background: #3C8C6E;
  color: #FFC03A !important;
  text-decoration: none;
  font-size: 0.75rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.2rem 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
}
.cop-28-footer-link::after {
  content: "";
  border-left: 24px solid transparent;
  border-right: 24px solid #3C8C6E;
  border-bottom: 24px solid transparent;
  position: absolute;
  left: -48px;
  top: 0;
}
.cop-28-footer-desc {
  font-size: 0.75rem;
}
@media (max-width: 700px) {
  .cop-28-footer-desc {
    font-size: 0.625rem;
  }
}
@media (max-width: 700px) {
  .cop-28-logo-img {
    margin: 0 0 0.5rem;
  }
}
.cop-28-serwis {
  display: flex;
  margin: 0 0 2.5rem;
  overflow: hidden;
}
@media (max-width: 800px) {
  .cop-28-serwis {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .cop-28-serwis {
    margin: -2rem -1rem 1.5rem;
  }
}
.cop-28-serwis-left {
  width: 75%;
  background: #3C8C6E;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .cop-28-serwis-left {
    width: auto;
  }
}
@media (max-width: 600px) {
  .cop-28-serwis-left {
    padding: 0.5rem;
  }
}
.cop-28-serwis-link {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 900px) {
  .cop-28-serwis-link {
    gap: 1rem;
    display: grid;
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 500px) {
  .cop-28-serwis-link {
    gap: 0.5rem;
  }
}
.cop-28-serwis-link:hover .cop-28-serwis-text {
  color: #FFC03A !important;
  transition: all 0.2s linear;
}
.cop-28-serwis-right {
  width: 25%;
  background: #FFC03A;
  padding: 0.5rem 1rem;
  display: grid;
  grid-template-columns: auto auto auto;
  position: relative;
}
@media (max-width: 800px) {
  .cop-28-serwis-right {
    width: auto;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 1rem 0.5rem;
  }
}
@media (max-width: 600px) {
  .cop-28-serwis-right {
    gap: 0.5rem;
    padding: 0.5rem;
  }
}
.cop-28-serwis-right::after {
  content: "";
  border-left: 24px solid transparent;
  border-right: 30px solid #FFC03A;
  border-bottom: 120px solid transparent;
  position: absolute;
  left: -52px;
  top: 0;
}
@media (max-width: 800px) {
  .cop-28-serwis-right::after {
    border-left: 16px solid #FFC03A;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #FFC03A;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 800px) {
  .cop-28-serwis-right::before {
    content: "";
    position: absolute;
    height: 16px;
    left: 50%;
    right: 0;
    top: 0;
    background: #3C8C6E;
  }
}
.cop-28-serwis-desc {
  grid-area: 1 / 1 / span 3;
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
}
@media (max-width: 900px) {
  .cop-28-serwis-desc {
    font-size: 0.625rem;
  }
}
.cop-28-serwis-logo {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
.cop-28-serwis-text {
  font-size: 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}
@media (max-width: 900px) {
  .cop-28-serwis-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 500px) {
  .cop-28-serwis-text {
    font-size: 1.125rem;
  }
}
.box-90.cls-multimedia .l .b .img {
  max-height: 336px;
  overflow: hidden;
}
.box-90.cls-multimedia .r ul .img {
  max-height: 80px;
}
.box-70.toolex-logos ul li {
  width: 100px;
}
.box-70.toolex-logos ul li a {
  display: block;
  margin: 0 auto;
  height: 80px;
  max-width: 100%;
  position: relative;
}
.box-70.toolex-logos ul li a img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.box-70.toolex-logos .box-70-list-container-scroll {
  animation: listAnim 160s 0s infinite linear;
}
.eec-t-2024 {
  background-image: url("/images/eec-2024/trends_bcg-wnp-des.png");
  background-size: cover;
  margin: 0 0 1.5rem;
}
@media (max-width: 800px) {
  .eec-t-2024 {
    background-image: url("/images/eec-2024/trends_bcg-wnp-mob.png");
  }
}
.eec-t-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 90px;
  grid-template-areas: "item1 item2 item3 item4" "item5 item5 item5 item5";
  align-items: center;
}
@media (max-width: 1300px) {
  .eec-t-wrap {
    grid-template-columns: 200px 1fr 1fr 60px;
  }
}
@media (max-width: 1000px) {
  .eec-t-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item1 item1" "item2 item3" "item4 item5";
  }
}
@media (max-width: 800px) {
  .eec-t-wrap {
    grid-template-areas: "item1 item1" "item2 item2" "item3 item3" "item4 item5";
  }
}
.eec-t-wrap-big {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 90px;
  grid-template-areas: "item1 item2 item3 item6 item4" "item5 item5 item5 item5 item5";
  align-items: center;
}
@media (max-width: 1300px) {
  .eec-t-wrap-big {
    grid-template-columns: 200px 1fr 1fr 1fr 60px;
  }
}
@media (max-width: 1000px) {
  .eec-t-wrap-big {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "item1 item1 item1" "item2 item3 item6" "item4 item4 item5";
  }
}
@media (max-width: 800px) {
  .eec-t-wrap-big {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item1 item1" "item2 item2" "item3 item3" "item6 item6" "item4 item5";
  }
}
.eec-t-logo {
  position: relative;
  grid-area: item1;
  padding: 0 2rem 2rem;
}
@media (max-width: 1300px) {
  .eec-t-logo {
    padding: 0 1rem 2rem;
  }
}
@media (max-width: 1000px) {
  .eec-t-logo {
    padding: 1.5rem 1rem 1rem;
    display: grid;
    justify-content: center;
    position: relative;
  }
  .eec-t-logo img {
    width: 180px;
  }
}
.eec-t-logo-bg {
  background: #4427ff;
  background: linear-gradient(90deg, #4427ff 0%, #891cfc 68%, rgba(0, 0, 0, 0) 100%);
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 150%;
}
.eec-t-logo-bg b {
  margin: 0 0.2rem;
}
@media (max-width: 1300px) {
  .eec-t-logo-bg {
    left: 1rem;
  }
}
@media (max-width: 1000px) {
  .eec-t-logo-bg {
    position: relative;
    width: auto;
    background: 0 0;
    margin: 1rem 0 0;
    z-index: 9999;
  }
}
.eec-el {
  display: none;
}
@media (max-width: 1000px) {
  .eec-el {
    display: block;
    background: #891cfc;
    background: linear-gradient(90deg, #891cfc 22%, rgba(137, 28, 252, 0) 74%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    height: 1.7rem;
    z-index: 1;
  }
}
.eec-t-art {
  grid-area: item2;
}
.eec-t-art-1 {
  grid-area: item3;
}
.eec-t-art-2 {
  grid-area: item6;
}
.eec-t-logo-last {
  grid-area: item4;
  padding: 1rem;
}
@media (max-width: 1300px) {
  .eec-t-logo-last {
    padding: 0.5rem;
  }
}
@media (max-width: 1000px) {
  .eec-t-logo-last {
    display: flex;
    justify-content: center;
  }
}
.eec-t-foot {
  grid-area: item5;
  text-align: right;
}
@media (max-width: 800px) {
  .eec-t-art,
  .eec-t-art-1,
  .eec-t-art-2 {
    margin: 0 0 0.5rem;
    padding: 0 1rem;
  }
}
.eec-t-art-link {
  display: flex;
  position: relative;
  transition: all 0.2s linear;
}
.eec-t-img {
  flex-shrink: 0;
  overflow: hidden;
  margin: 0 1rem 0 0;
  width: 100px;
}
@media (max-width: 1200px) {
  .eec-t-img {
    margin: 0 1rem 0 0;
  }
}
.eec-t-desc {
  overflow: hidden;
  padding: 0 0.5rem 0 0;
}
@media (max-width: 800px) {
  .eec-t-desc {
    padding: 0;
  }
}
.eec-t-text {
  font-size: 0.875rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.2;
  display: inline-block;
}
@media (max-width: 1200px) {
  .eec-t-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 1100px) {
  .eec-t-text {
    font-size: 0.625rem;
  }
}
@media (max-width: 1000px) {
  .eec-t-text {
    font-size: 0.875rem;
  }
}
.eec-t-art-link:hover .eec-t-text {
  color: #771ffd;
}
.eec-t-text-foot {
  font-size: 0.75rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  display: inline-block;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #891cfc 22%, #4427ff 100%);
  padding: 0.2rem;
}
.eec-t-text-foot a {
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s linear;
}
.eec-t-text-foot a:hover {
  color: #170d23;
}
@media (max-width: 1000px) {
  .eec-t-text-foot {
    width: 200px;
    background: #891cfc;
    background: linear-gradient(90deg, rgba(137, 28, 252, 0) 16%, #891cfc 100%);
  }
}
@media (max-width: 1000px) {
  .eec-t-text-foot {
    font-size: 0.6875rem;
    width: 240px;
  }
}
.eec-t-2024-serwis {
  background-image: url("/images/eec-2024/trends_bcg-wnp-big.png");
  background-size: cover;
  display: grid;
  padding: 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  grid-template-columns: 1fr 50% 1fr;
}
@media (max-width: 600px) {
  .eec-t-2024-serwis {
    background-image: url("/images/eec-2024/trends_bcg-wnp-s.png");
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 20px;
    padding: 1rem 0.5rem 0;
  }
}
.eec-t-2024-serwis-main {
  text-align: center;
  padding: 0 1rem;
}
.eec-t-2024-serwis-main h3 {
  font-size: 2rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.eec-t-2024-serwis-main span {
  font-size: 1.125rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.eec-t-2024-serwis-main b {
  margin: 0 0.2rem;
}
@media (max-width: 800px) {
  .eec-t-2024-serwis-main h3 {
    font-size: 1.375rem;
  }
  .eec-t-2024-serwis-main span {
    font-size: 0.875rem;
  }
}
@media (max-width: 600px) {
  .eec-t-2024-serwis-main h3 {
    font-size: 1.1875rem;
  }
  .eec-t-2024-serwis-main span {
    font-size: 0.75rem;
  }
}
@media (max-width: 410px) {
  .eec-t-2024-serwis-main h3 {
    font-size: 1.125rem;
  }
  .eec-t-2024-serwis-main span {
    font-size: 0.625rem;
  }
}
@media (max-width: 600px) {
  .eec-t-2024-serwis-logo {
    display: flex;
    justify-content: center;
  }
  .eec-t-2024-serwis-logo img {
    width: 130px;
  }
}
.eec-t-2024-serwis-logo-last {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .eec-t-2024-serwis-logo-last {
    justify-content: center;
  }
  .eec-t-2024-serwis-logo-last img {
    width: 30px;
  }
}
.eec-1-t-2024 {
  background-image: url("/images/eec-2024/bg-eec-2.png");
  background-size: cover;
  margin: 0 0 1.5rem;
}
@media (max-width: 1000px) {
  .eec-1-t-2024 {
    background-image: url("/images/eec-2024/bg-eec-2m.png");
    padding: 0 0 1.5rem;
  }
}
.eec-1-t-wrap {
  display: grid;
  grid-template-columns: 90px 220px 1fr 1fr;
  grid-template-areas: "item1 item4 item2 item3" "item1 item5 item5 item5";
  align-items: end;
}
@media (max-width: 1300px) {
  .eec-1-t-wrap {
    grid-template-columns: 80px 200px 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .eec-1-t-wrap {
    grid-template-columns: 80px 160px 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .eec-1-t-wrap {
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "item1 item4 item4" "item2 item2 item2" "item3 item3 item3" "item5 item5 item5";
  }
}
.eec-1-t-logo {
  position: relative;
  grid-area: item1;
  padding: 1rem;
}
.eec-1-t-logo img {
  width: 60px;
}
@media (max-width: 1000px) {
  .eec-1-t-logo {
    text-align: center;
  }
  .eec-1-t-logo img {
    width: 50px;
  }
}
.eec-1-t-logo-bg {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 0.875rem;
  margin: 0 0 0.5rem;
  display: block;
}
.eec-1-t-logo-bg b {
  margin: 0 0.2rem;
}
.eec-1-t-logo-last {
  grid-area: item4;
  padding: 0 1rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 0.75rem;
}
@media (max-width: 1300px) {
  .eec-1-t-logo-last {
    padding: 0 0.5rem;
  }
}
@media (max-width: 1000px) {
  .eec-1-t-logo-last {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.eec-1-t-art {
  grid-area: item2;
}
.eec-1-t-art-2 {
  grid-area: item6;
}
.eec-1-t-foot {
  grid-area: item5;
  text-align: right;
}
@media (max-width: 1000px) {
  .eec-1-t-art,
  .eec-1-t-art-1,
  .eec-1-t-art-2 {
    margin: 0 0 0.5rem;
    padding: 0 1rem;
  }
}
.eec-1-t-art-1 {
  grid-area: item3;
}
@media (max-width: 1000px) {
  .eec-1-t-art-1 {
    padding: 0 1rem 0.5rem;
  }
}
.eec-1-t-art-link {
  display: flex;
  position: relative;
  transition: all 0.2s linear;
  padding: 0 1rem 0 0;
}
.eec-1-t-img {
  flex-shrink: 0;
  overflow: hidden;
  margin: 0 1rem 0 0;
  width: 100px;
}
@media (max-width: 1200px) {
  .eec-1-t-img {
    margin: 0 1rem 0 0;
  }
}
.eec-1-t-desc {
  overflow: hidden;
  padding: 0 0.5rem 0 0;
}
@media (max-width: 800px) {
  .eec-1-t-desc {
    padding: 0;
  }
}
.eec-1-t-text {
  font-size: 0.875rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  line-height: 1.3;
  display: inline-block;
}
@media (max-width: 1200px) {
  .eec-1-t-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 1100px) {
  .eec-1-t-text {
    font-size: 0.625rem;
  }
}
@media (max-width: 1000px) {
  .eec-1-t-text {
    font-size: 0.875rem;
  }
}
.eec-1-t-art-link:hover .eec-t-text {
  color: #771ffd;
}
.eec-1-t-text-foot {
  font-size: 0.75rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  display: inline-block;
  background: #FF59BE;
  padding: 0.2rem 0.6rem;
}
.eec-1-t-text-foot a {
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s linear;
}
.eec-1-t-text-foot a:hover {
  color: #170d23;
}
@media (max-width: 1000px) {
  .eec-1-t-text-foot {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  .eec-1-t-text-foot {
    font-size: 0.6875rem;
    width: 240px;
  }
}
.eec-1-t-2024-serwis {
  background-image: url("/images/eec-2024/bg-eec-s-2.png");
  background-size: cover;
  display: grid;
  padding: 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  grid-template-columns: 1fr 50% 1fr;
}
@media (max-width: 600px) {
  .eec-1-t-2024-serwis {
    background-image: url("/images/eec-2024/bg-eec-s-2m.png");
    grid-template-columns: 50px 1fr;
    justify-content: center;
    gap: 5px;
    padding: 1rem;
    align-items: stretch;
  }
}
.eec-1-t-2024-serwis-main {
  text-align: center;
  padding: 0 1rem;
}
.eec-1-t-2024-serwis-main h3 {
  font-size: 2rem;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.eec-1-t-2024-serwis-main span {
  font-size: 1.125rem;
  color: #FF59BE;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
.eec-1-t-2024-serwis-main b {
  margin: 0 0.2rem;
}
@media (max-width: 800px) {
  .eec-1-t-2024-serwis-main h3 {
    font-size: 1.375rem;
  }
  .eec-1-t-2024-serwis-main span {
    font-size: 0.875rem;
  }
}
@media (max-width: 600px) {
  .eec-1-t-2024-serwis-main {
    text-align: left;
  }
  .eec-1-t-2024-serwis-main h3 {
    font-size: 1.1875rem;
    margin: 0 0 0.5rem;
  }
  .eec-1-t-2024-serwis-main span {
    font-size: 0.875rem;
  }
}
@media (max-width: 410px) {
  .eec-1-t-2024-serwis-main h3 {
    font-size: 1.125rem;
  }
  .eec-1-t-2024-serwis-main span {
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  .eec-1-t-2024-serwis-logo {
    display: flex;
    justify-content: center;
  }
  .eec-1-t-2024-serwis-logo img {
    width: 130px;
  }
}
.eec-1-t-2024-serwis-logo-last {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .eec-1-t-2024-serwis-logo-last {
    justify-content: center;
  }
  .eec-1-t-2024-serwis-logo-last img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .eec-1-t-2024-serwis-main-dot-last {
    display: none;
  }
}
.eec-1-t-2024-serwis-main-last {
  margin: 0;
}
@media (max-width: 600px) {
  .eec-1-t-2024-serwis-main-last {
    font-family: "Fira Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin: 0!important;
    font-size: 0.75rem !important;
    display: block;
  }
}
.sad-video {
  margin: 1.5rem auto;
  font-family: "Fira Sans", Arial, sans-serif;
}
.sad-video .sad-video-info {
  display: flex;
  gap: 0.5rem;
  font-size: 15px;
  margin: 0 0 1rem;
}
.sad-video .sad-video-head {
  display: inline-flex;
  margin: 0;
  padding: 0.25rem 0.5rem;
  background: #EDEDED;
  border-radius: 0 8px 0 0;
  font-size: 15px;
  font-weight: 700;
}
.sad-video .sad-video-container {
  padding: 0.5rem;
  background: #EDEDED;
  border-bottom: 3px solid #E20513;
}
.sad-video .sad-video-container:empty {
  padding: 0 0 calc(56.25% + 39px);
  position: relative;
}
.sad-video .sad-video-container:empty::before {
  content: "Oczekiwanie na reklamę waytogrow...";
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sad-video .sad-video-container iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.sad-video .sad-video-container small {
  display: block;
  font-size: 13px;
}
.sad-video .sad-video-container small a {
  color: #000 !important;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 600px) {
  .sad-video .sad-video-head {
    font-size: 12px;
  }
  .sad-video .sad-video-container:empty::before {
    font-size: 12px;
  }
  .sad-video .sad-video-container small {
    font-size: 10px;
  }
}
.webinar-p-hero {
  background: url(/images/webinar-prezes/prezes-el.jpg);
  background-size: contain;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "item1 item2";
  position: relative;
  margin: 3rem 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .webinar-p-hero {
    grid-template-columns: 40% 60%;
    background-size: cover;
  }
}
@media (max-width: 1000px) {
  .webinar-p-hero {
    margin: 3rem -1rem;
    grid-template-columns: 1fr 70%;
  }
}
@media (max-width: 900px) {
  .webinar-p-hero {
    margin: 0 -1rem;
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2";
  }
}
.webinar-p-hero::before,
.webinar-p-hero::after {
  content: "";
  background: #E02A6B;
  width: 155px;
  height: 18px;
  position: absolute;
}
@media (max-width: 900px) {
  .webinar-p-hero::before,
  .webinar-p-hero::after {
    width: 120px;
    height: 14px;
  }
}
@media (max-width: 500px) {
  .webinar-p-hero::before,
  .webinar-p-hero::after {
    width: 80px;
  }
}
.webinar-p-hero::before {
  top: 4.5rem;
  left: 0;
}
@media (max-width: 500px) {
  .webinar-p-hero::before {
    top: 2.6rem;
  }
}
.webinar-p-hero::after {
  bottom: 4.5rem;
  right: 0;
}
@media (max-width: 500px) {
  .webinar-p-hero::after {
    bottom: 2.6rem;
  }
}
.webinar-p-hero-text-head {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .webinar-p-hero-text-head {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .webinar-p-hero-text-head {
    font-size: 24px;
  }
}
.webinar-p-hero-text-head-color {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  padding: 0.1rem 0.4rem;
  line-height: 1.45;
  display: inline;
  background-image: linear-gradient(120deg, #E02A6B 0%, #E02A6B 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 88%;
  background-color: red;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 500px) {
  .webinar-p-hero-text-head-color {
    font-size: 16px;
  }
}
.webinar-p-hero-text {
  grid-area: item1;
  padding: 3rem 0 3rem 6.5rem;
  margin: 0 -10rem 4rem 5rem;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 900px) {
  .webinar-p-hero-text {
    padding: 3rem;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .webinar-p-hero-text {
    padding: 1.5rem;
    margin: 0;
  }
}
.webinar-p-hero-img {
  grid-area: item2;
  background: url(/images/webinar-prezes/prezes-img.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 900px) {
  .webinar-p-hero-img {
    background-image: url(/images/webinar-prezes/prezes-mob.png);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.webinar-p-hero-text-head-small {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 24px;
  color: #fff;
  display: block;
  margin: 1rem 0 1.5rem;
}
@media (max-width: 500px) {
  .webinar-p-hero-text-head-small {
    font-size: 14px;
  }
}
.webinar-p-hero-text-btn {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.45;
  font-size: 22px;
  color: #fff !important;
  background: #E02A6B;
  border-radius: 4px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  display: block;
  max-width: 400px;
  margin: 1rem auto;
  text-align: center;
}
@media (max-width: 500px) {
  .webinar-p-hero-text-btn {
    font-size: 12px;
  }
}
.webinar-p-hero-text-btn:hover {
  color: #fff !important;
}
.webinar-p-hero-text-add {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 15px;
  color: #fff !important;
  position: relative;
  padding: 0 0 0 1rem;
  margin: 1rem auto;
}
@media (max-width: 500px) {
  .webinar-p-hero-text-add {
    font-size: 11px;
  }
}
.webinar-p-hero-text-add::before {
  content: "";
  background: url(/images/webinar-prezes/cal-web.svg);
  background-size: cover;
  height: 16px;
  width: 15px;
  display: block;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.webinar-p-hero-logo {
  margin: 0 0 3rem;
}
@media (max-width: 900px) {
  .webinar-p-hero-logo {
    margin: 0 auto 2rem;
    text-align: center;
  }
  .webinar-p-hero-logo img {
    width: 161.57px;
    height: 51.97px;
  }
}
.webinar-p-hero-text-head {
  margin: 0 0 1rem;
}
.webinar-p-hero-logo-wrap {
  text-align: center;
  width: 400px;
}
@media (max-width: 900px) {
  .webinar-p-hero-logo-wrap {
    max-width: 400px;
    width: 100%;
  }
}
.webinar-p-section-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "box1 box2" "box3 box4";
}
@media (max-width: 1000px) {
  .webinar-p-section-box {
    margin: 0 -1rem;
  }
}
@media (max-width: 900px) {
  .webinar-p-section-box {
    grid-template-columns: 1fr;
    grid-template-areas: "box1" "box2" "box4" "box3";
  }
}
.webinar-p-section-box-1 {
  grid-area: box1;
  height: 645px;
  background-color: #F5FAFF;
  background-image: url("/images/webinar-prezes/webinar-el-1.png");
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  display: grid;
  align-content: center;
  align-items: center;
}
.webinar-p-section-box-1 .webinar-p-section-list {
  counter-reset: li;
  list-style-type: none;
}
.webinar-p-section-box-1 .webinar-p-section-list li {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.webinar-p-section-box-1 .webinar-p-section-list li:before {
  content: counter(li);
  counter-increment: li;
  height: 21px;
  width: 21px;
  background: #E02A6B;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 900;
  font-size: 15px;
}
@media (max-width: 500px) {
  .webinar-p-section-box-1 .webinar-p-section-list li:before {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .webinar-p-section-box-1 {
    height: auto;
  }
}
.webinar-p-section-box-2 {
  grid-area: box2;
  background: #0047BA;
  text-align: center;
  display: grid;
  align-items: center;
  align-content: center;
}
.webinar-p-section-box-3 {
  grid-area: box3;
  background: #0047BA;
  text-align: center;
}
.webinar-p-section-box-4 {
  grid-area: box4;
  background-color: #F5FAFF;
  background-image: url("/images/webinar-prezes/webinar-el-2.png");
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
}
.webinar-p-section-box-4 p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 20px;
  color: #000;
}
@media (max-width: 500px) {
  .webinar-p-section-box-4 p {
    font-size: 14px;
  }
}
.webinar-p-section-box-4 .webinar-p-section-list li {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.webinar-p-section-box-4 .webinar-p-section-list li:before {
  content: "";
  background-image: url("/images/webinar-prezes/tick-w.svg");
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 500px) {
  .webinar-p-section-box-4 .webinar-p-section-list li:before {
    top: 0;
  }
}
.webinar-p-section-box-1,
.webinar-p-section-box-2,
.webinar-p-section-box-3,
.webinar-p-section-box-4 {
  padding: 4rem;
}
@media (max-width: 1000px) {
  .webinar-p-section-box-1,
  .webinar-p-section-box-2,
  .webinar-p-section-box-3,
  .webinar-p-section-box-4 {
    padding: 2rem;
  }
}
@media (max-width: 500px) {
  .webinar-p-section-box-1,
  .webinar-p-section-box-2,
  .webinar-p-section-box-3,
  .webinar-p-section-box-4 {
    padding: 1rem;
  }
}
.webinar-p-section-head {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 28px;
  color: #000;
  display: inline-block;
  margin: 0 0 2rem;
}
@media (max-width: 500px) {
  .webinar-p-section-head {
    font-size: 18px;
    margin: 0 0 1rem;
  }
}
.webinar-p-section-list {
  list-style-type: none;
}
.webinar-p-section-list li {
  margin: 0 0 1.5rem;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 20px;
  color: #000;
}
@media (max-width: 500px) {
  .webinar-p-section-list li {
    font-size: 14px;
    margin: 0 0 0.5rem;
  }
}
.webinar-p-section-box-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .webinar-p-section-box-2-wrap {
    grid-template-columns: 70%;
    gap: 1rem;
    justify-content: center;
  }
}
.webinar-p-section-box-2-el {
  text-align: center;
  background: #E02A6B;
  display: grid;
  justify-items: center;
  padding: 1.5rem 0.5rem;
}
.webinar-p-section-box-2-el span {
  color: #fff;
}
.webinar-p-section-box-2-el img {
  margin: 0 0 1rem;
}
@media (max-width: 500px) {
  .webinar-p-section-box-2-el {
    padding: 0.5rem;
  }
}
.webinar-p-section-box-2-head {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin: 4rem 0 0;
}
@media (max-width: 900px) {
  .webinar-p-section-box-2-head {
    margin: 2rem 0 0;
  }
}
@media (max-width: 500px) {
  .webinar-p-section-box-2-head {
    font-size: 14px;
    margin: 0;
  }
}
.webinar-p-section-box-3-head {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 10px;
  color: #fff;
  line-height: 1.1;
  display: inline-block;
  margin: 1rem 0 0;
}
.webinar-p-section-box-md {
  text-align: center;
  margin: 2rem 0 1rem;
}
@media (max-width: 500px) {
  .webinar-p-section-box-md {
    margin: 0;
  }
}
.webinar-p-section-box-md-head {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 42px;
  color: #000;
  display: inline-block;
  margin: 1rem 0 2rem;
}
@media (max-width: 500px) {
  .webinar-p-section-box-md-head {
    font-size: 24px;
    margin: 1rem 0;
  }
}
.webinar-p-section-box-md-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1000px) {
  .webinar-p-section-box-md-wrap {
    gap: 0.5rem;
    margin: 0 -1rem;
  }
}
@media (max-width: 500px) {
  .webinar-p-section-box-md-wrap {
    grid-template-columns: 1fr;
  }
}
.webinar-p-section-box-md-el-img {
  position: relative;
  overflow: hidden;
}
.webinar-p-section-box-md-el-img-logo {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  padding: 1rem 1rem 3rem;
  background: #e53176;
  background: linear-gradient(180deg, #e53176 34%, rgba(229, 49, 118, 0) 100%);
}
.webinar-p-section-box-md-el-img-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}
.webinar-p-section-box-md-el-text {
  background: #E02A6B;
  padding: 0.5rem;
  margin-top: 1rem;
}
.webinar-p-section-box-md-el-text span {
  display: block;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  color: #fff;
  font-size: 24px;
  transition: all 0.25s ease;
}
@media (max-width: 1000px) {
  .webinar-p-section-box-md-el-text span {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .webinar-p-section-box-md-el-text span {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .webinar-p-section-box-md-el-text {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .webinar-p-section-box-md-el-text {
    height: 6rem;
  }
}
@media (max-width: 700px) {
  .webinar-p-section-box-md-el-text {
    height: auto;
    margin: -0.5rem 0 0;
  }
}
.webinar-p-section-box-md-link:hover .webinar-p-section-box-md-el-text span {
  color: #0047BA;
}
.webinar-p-section-box-md-link:hover .webinar-p-section-box-md-el-img-bg {
  transform: scale(1.1);
}
.webinar-p-section-box-last {
  margin: 2rem 0 1rem;
  text-align: center;
}
@media (max-width: 700px) {
  .webinar-p-section-box-last {
    margin: 0;
  }
}
.webinar-p-section-box-last-head {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 42px;
  color: #000;
  display: inline-block;
  margin: 0 0 2rem;
}
@media (max-width: 700px) {
  .webinar-p-section-box-last-head {
    font-size: 24px;
  }
}
.webinar-p-section-box-last-gpw {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-template-areas: "in1 in2";
  margin: 0 0 4rem;
}
@media (max-width: 900px) {
  .webinar-p-section-box-last-gpw {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 2rem;
  }
}
@media (max-width: 700px) {
  .webinar-p-section-box-last-gpw {
    grid-template-columns: 1fr;
    margin: 0 0 2rem;
    grid-template-areas: "in2" "in1";
  }
}
.webinar-p-section-box-last-img {
  grid-area: in1;
}
.webinar-p-section-box-last-text {
  grid-area: in2;
  text-align: left;
  padding: 0 0 0 1.5rem;
}
@media (max-width: 700px) {
  .webinar-p-section-box-last-text {
    padding: 0;
  }
}
.webinar-p-section-box-last-head-2 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 20px;
  color: #000;
  margin: 0 0 1.5rem;
  display: inline-block;
}
.webinar-p-section-box-last-akt {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 13px;
  color: #6C6C6C;
  text-transform: uppercase;
}
.webinar-p-section-box-last-num-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "num1 num2" "num1 num3";
  align-items: center;
}
@media (max-width: 500px) {
  .webinar-p-section-box-last-num-wrap {
    grid-template-columns: auto 1fr;
  }
}
.webinar-p-section-box-last-num-big {
  grid-area: num1;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  font-size: 92px;
  color: #000;
  line-height: 1;
}
@media (max-width: 500px) {
  .webinar-p-section-box-last-num-big {
    font-size: 60px;
  }
}
.webinar-p-section-box-last-num-small {
  grid-area: num2;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 16px;
  color: #000;
}
.webinar-p-section-box-last-num-small.up {
  color: #00991D;
}
.webinar-p-section-box-last-num-small.down {
  color: red;
}
.webinar-p-section-box-last-num-zl {
  grid-area: num3;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 16px;
  color: #000;
}
.webinar-p-section-box-last-text-info {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: 13px;
  color: #000;
  line-height: 1.05;
  display: inline-block;
  margin: 2rem 0 0;
}
.webinar-p-section-box-last-big-text {
  position: relative;
  padding: 0 0 0 140px;
  text-align: left;
  margin: 0 0 2rem;
}
@media (max-width: 900px) {
  .webinar-p-section-box-last-big-text {
    padding: 0 0 0 70px;
  }
}
.webinar-p-section-box-last-big-text::before {
  content: "";
  background: url(/images/webinar-prezes/cal-web-q.svg);
  background-size: cover;
  height: 91.43px;
  width: 128px;
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
}
@media (max-width: 1400px) {
  .webinar-p-section-box-last-big-text::before {
    left: 0;
  }
}
@media (max-width: 900px) {
  .webinar-p-section-box-last-big-text::before {
    height: 45.7px;
    width: 64px;
  }
}
.webinar-p-section-box-last-q {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 24px;
  color: #6C6C6C;
  font-style: italic;
}
@media (max-width: 500px) {
  .webinar-p-section-box-last-q {
    font-size: 14px;
  }
}
.webinar-p-section-box-last-prezes {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.webinar-p-section-box-last-prezes img {
  margin: 0 0.5rem 0 0;
}
@media (max-width: 500px) {
  .webinar-p-section-box-last-prezes-wrap span {
    display: block;
  }
}
.webinar-p-hero-text-add-last {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 15px;
  color: #E02A6B !important;
  position: relative;
  padding: 0 0 0 1rem;
  margin: 1rem auto;
}
.webinar-p-hero-text-add-last::before {
  content: "";
  background: url(/images/webinar-prezes/cal-web-pink.svg);
  background-size: cover;
  height: 16px;
  width: 15px;
  display: block;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.google-box {
  background: #F0EFEF;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: right;
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .google-box {
    flex-direction: column;
    text-align: center;
  }
}
.google-box-text {
  font-family: "Fira Sans", Arial, sans-serif;
  line-height: 1.45;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 1.5rem;
}
@media (max-width: 1000px) {
  .google-box-text {
    margin: 0 0 1rem;
  }
}
.google-box-link,
a.google-box-link {
  font-family: "Fira Sans", Arial, sans-serif;
  line-height: 1.45;
  color: #E20513;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50px;
  border: 2px solid #E20513;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  text-decoration: none!important;
  text-align: center;
  width: auto;
}
@media (max-width: 1000px) {
  .google-box-link,
  a.google-box-link {
    width: auto;
  }
}
@media (max-width: 400px) {
  .google-box-link,
  a.google-box-link {
    font-size: 15px;
  }
}
.google-box-link:hover,
article a.google-box-link:hover {
  background: #E20513 !important;
  border: 2px solid #E20513;
  color: #fff !important;
}
/*.w24-tabs {
	background: #fff !important;
	padding-top: 1.5rem !important;
}*/
.eec-2024-news-box {
  margin: 0 0 1.5rem;
}
.eec-2024-news-box *::after {
  display: none;
}
.eec-2024-news-box > .head {
  border-bottom: 2px solid #E20513;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.eec-2024-news-box > .head h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 0.5rem;
}
.eec-2024-news-box > .head p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #E20513;
}
.eec-2024-news-box > .head p a {
  color: #E20513 !important;
}
.eec-2024-news-box > .head p a:hover {
  color: #2D373C !important;
}
.eec-2024-news-box a.button {
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 14px;
  text-transform: uppercase;
}
.eec-2024-news-box a.button:hover {
  background: #E20513 !important;
}
@media (max-width: 760px) {
  .eec-2024-news-box > .head h2 {
    font-size: 20px;
  }
  .eec-2024-news-box > .head p {
    font-size: 12px;
  }
  .eec-2024-news-box ul.list-7 {
    margin-bottom: 1.5rem;
  }
  .eec-2024-news-box > .body {
    max-height: 70vh;
    overflow: auto;
    padding-right: 1rem;
  }
}
.eec-2024-news-box.energydays > .head {
  border-color: #1A2B69;
  padding: 0 0 0 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 85px;
  gap: 0;
}
.eec-2024-news-box.energydays > .head img {
  aspect-ratio: 2/1;
  object-fit: contain;
  padding: 1rem;
  background: #1A2B69;
  position: absolute;
  left: 0;
  top: 0;
}
.eec-2024-news-box.energydays > .head h2 {
  font-size: 24px;
}
.eec-2024-news-box.energydays > .head p {
  color: #2D373C;
  margin: 0 0 0.5rem;
}
@media (max-width: 500px) {
  .eec-2024-news-box.energydays > .head {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 0 0.5rem;
    justify-content: flex-start;
    align-items: center;
  }
  .eec-2024-news-box.energydays > .head img {
    position: static;
    width: 130px;
  }
  .eec-2024-news-box.energydays > .head h2 {
    font-size: 20px;
    flex: 1;
  }
  .eec-2024-news-box.energydays > .head p {
    flex: 0 0 100%;
    font-size: 14px;
  }
}
.eec-2024-news-box.np > .head {
  border-color: #E42313;
  padding: 0 0 0 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 85px;
  gap: 0;
}
.eec-2024-news-box.np > .head img {
  position: absolute;
  left: 0;
  top: 10px;
}
.eec-2024-news-box.np > .head h2 {
  font-size: 24px;
}
.eec-2024-news-box.np > .head p {
  color: #2D373C;
  margin: 0 0 0.5rem;
}
@media (max-width: 500px) {
  .eec-2024-news-box.np > .head {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 0 0.5rem;
    justify-content: flex-start;
    align-items: center;
  }
  .eec-2024-news-box.np > .head img {
    position: static;
    width: 130px;
  }
  .eec-2024-news-box.np > .head h2 {
    font-size: 20px;
    flex: 1;
  }
  .eec-2024-news-box.np > .head p {
    flex: 0 0 100%;
    font-size: 14px;
  }
}
.eec-2024-news-box.precop > .head {
  border-color: #006871;
  padding: 0 0 0 175px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 85px;
  gap: 0;
}
.eec-2024-news-box.precop > .head img {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.eec-2024-news-box.precop > .head h2 {
  font-size: 24px;
}
.eec-2024-news-box.precop > .head h2 a:hover {
  color: #006871;
}
.eec-2024-news-box.precop > .head p {
  color: #2D373C;
  margin: 0 0 0.5rem;
}
@media (max-width: 500px) {
  .eec-2024-news-box.precop > .head {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 0 0.5rem;
    justify-content: flex-start;
    align-items: center;
  }
  .eec-2024-news-box.precop > .head img {
    position: static;
    width: 130px;
  }
  .eec-2024-news-box.precop > .head h2 {
    font-size: 20px;
    flex: 1;
  }
  .eec-2024-news-box.precop > .head p {
    flex: 0 0 100%;
    font-size: 14px;
  }
}
.eec-2024-news-box.prezydencja > .head {
  border-color: #05157D;
  padding: 0 0 0 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 85px;
  gap: 0;
}
.eec-2024-news-box.prezydencja > .head img {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.eec-2024-news-box.prezydencja > .head h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.eec-2024-news-box.prezydencja > .head h2 a:hover {
  color: #006871;
}
.eec-2024-news-box.prezydencja > .head p {
  color: #2D373C;
  margin: 0;
}
@media (max-width: 500px) {
  .eec-2024-news-box.prezydencja > .head {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 0 0.5rem;
    justify-content: flex-start;
    align-items: center;
  }
  .eec-2024-news-box.prezydencja > .head img {
    position: static;
    width: 130px;
  }
  .eec-2024-news-box.prezydencja > .head h2 {
    font-size: 20px;
    flex: 1;
    margin: 0;
  }
  .eec-2024-news-box.prezydencja > .head p {
    flex: 0 0 100%;
    font-size: 14px;
  }
}
.eec-2024-news-box.toolex > .head {
  border-color: #EB650A;
  padding: 0 150px 0 130px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 85px;
  gap: 0;
}
.eec-2024-news-box.toolex > .head .logo-1 {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.eec-2024-news-box.toolex > .head .logo-2 {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.eec-2024-news-box.toolex > .head h2 {
  font-size: 24px;
}
.eec-2024-news-box.toolex > .head p {
  color: #2D373C;
  margin: 0 0 0.5rem;
}
@media (max-width: 500px) {
  .eec-2024-news-box.toolex > .head {
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 0 0.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .eec-2024-news-box.toolex > .head .logo-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .eec-2024-news-box.toolex > .head .logo-wrap img {
    display: block;
    margin: 0 auto;
  }
  .eec-2024-news-box.toolex > .head .logo-1 {
    border-right: 1px solid #D8D8D8;
  }
  .eec-2024-news-box.toolex > .head .logo-1,
  .eec-2024-news-box.toolex > .head .logo-2 {
    position: static;
    flex: 1;
  }
  .eec-2024-news-box.toolex > .head h2 {
    font-size: 20px;
    flex: 1;
  }
  .eec-2024-news-box.toolex > .head p {
    flex: 0 0 100%;
    font-size: 14px;
  }
}
.breadcrumb-wnp {
  max-width: 1290px;
  margin: 1.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 13px;
  font-weight: normal;
}
@media (max-width: 1320px) {
  .breadcrumb-wnp {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.breadcrumb-wnp li {
  background: url(/images/2023/arrow-right.svg) right 10px center no-repeat;
  background-size: 8px 8px;
  padding-right: 30px;
}
.breadcrumb-wnp li:last-of-type {
  padding-right: 0;
  background: none;
}
.breadcrumb-wnp li:last-of-type a {
  color: inherit;
}
.breadcrumb-wnp a {
  color: #E20513;
}
@media (max-width: 560px) {
  .breadcrumb-wnp {
    margin-top: 20px;
  }
}
.featured-movie {
  margin-bottom: 20px;
}
.featured-movie div.yt {
  padding-top: 0 !important;
}
.featured-movie .video-placeholder {
  display: none;
  background: #222;
  padding-bottom: 56.25%;
}
.featured-movie .video-wrap {
  position: relative;
}
.featured-movie .video-wrap button.close {
  display: none;
  background: #E20513;
  padding: 0.5rem;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  bottom: -50px;
  cursor: pointer;
}
.featured-movie .video-wrap button.close svg {
  display: block;
}
.featured-movie.detached .video-placeholder {
  display: block;
}
.featured-movie.detached .video-wrap {
  position: fixed;
  right: 0;
  bottom: 10%;
  width: 300px;
  z-index: 1;
}
@media (min-width: 690px) {
  .featured-movie.detached .video-wrap div.yt {
    margin-bottom: 0;
  }
}
@media (max-width: 690px) {
  .featured-movie.detached .video-wrap button.close {
    display: block;
  }
  .featured-movie.detached .video-wrap {
    left: 0;
    bottom: auto;
    top: 74px;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .featured-movie.detached .video-wrap {
    top: 61px;
  }
}
.gallery {
  min-height: 200px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  container: gallery / inline-size;
}
.gallery::after,
.gallery *::after {
  content: none;
  display: none;
}
.gallery--single-image {
  cursor: default;
}
.gallery--single-image .gallery-bottom-space {
  display: none;
}
.gallery--single-image .gallery-inside {
  position: relative !important;
}
.gallery--single-image .gallery-description {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  color: #fff;
  pointer-events: all;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.gallery--single-image .gallery-description-author {
  display: inline-block;
  text-align: right;
  width: 30%;
}
.gallery--single-image .gallery-description-author a {
  color: #fff;
}
.gallery--single-image .gallery-description-author a:hover {
  color: #E20513;
}
.gallery-count {
  flex-shrink: 0;
  aspect-ratio: 110 / 70;
  border-radius: 4px;
  width: 110px;
  display: inline-flex;
  overflow: hidden;
  background: #E20513;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  grid-column: -1 / -2;
  grid-row: 1 / 2;
  pointer-events: none;
  order: 1;
}
.gallery-count-icon {
  background: url(/images/camera-to-take-photos.svg) center no-repeat;
  width: 24px;
  height: 20px;
}
.gallery-count-text-nr {
  font-size: 14px;
  vertical-align: middle;
}
.gallery-count-text {
  flex: 1;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  background: #E20513;
  text-align: center;
  padding: 0 10px;
  color: #FFF;
  flex-basis: 100%;
}
.gallery-thumbs {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  z-index: 1;
  flex: 1;
  max-width: 500px;
}
.gallery-thumbs::after {
  content: none;
}
.gallery-thumbs-el {
  aspect-ratio: 110 / 70;
  width: 110px;
  flex: 1;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.gallery-thumbs-el img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.gallery-inside {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-inside img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-image {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-inside picture {
  position: relative;
}
.gallery-inside picture::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  right: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to top, #000, transparent);
}
.gallery-description {
  font-size: 12px;
  color: #fff;
  z-index: 2;
  align-self: flex-end;
  flex: 1;
}
.gallery-description-author {
  display: block;
}
.gallery-bottom {
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 1;
}
@container gallery (max-width: 1200px) {
  .gallery-thumbs-el:nth-child(4) {
    display: none;
  }
}
@container gallery (max-width: 970px) {
  .gallery-count-text {
    font-size: 10px;
  }
}
@container gallery (max-width: 670px) {
  .gallery-count,
  .gallery-thumbs-el {
    width: 90px;
    max-width: 9999px;
  }
  .gallery-thumbs-el:nth-child(4) {
    display: none;
  }
  .gallery-bottom-space {
    padding-bottom: 17%;
  }
  .gallery-inside {
    position: static;
  }
  .gallery-bottom {
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "desc desc desc desc" "thumbs thumbs thumbs count";
  }
  .gallery-thumbs {
    grid-area: thumbs;
  }
  .gallery-count {
    grid-area: count;
    width: 100%;
  }
  .gallery-description {
    grid-area: desc;
    padding: 10px;
  }
}
@container gallery (max-width: 560px) {
  .gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@container gallery (max-width: 400px) {
  .gallery .gallery-count-text {
    font-size: 10px;
  }
  .gallery-bottom {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "desc desc desc" "thumbs thumbs count";
  }
  .gallery-bottom-space {
    padding-bottom: 23%;
  }
  .gallery-inside::before {
    bottom: 29%;
  }
  .gallery-thumbs-el:nth-child(3) {
    display: none;
  }
}
@media (max-width: 960px) {
  .gallery--single-image .gallery-inside picture:before {
    display: none;
  }
  .gallery--single-image .gallery-description {
    display: flex;
    color: #000;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 0;
    position: relative;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery--single-image .gallery-description-author {
    text-align: left;
    width: 100%;
  }
}
.gallery-fullscreen {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: #111;
  display: none;
  color: #fff;
}
.gallery-fullscreen *::after {
  content: none;
}
.gallery-fullscreen-container {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
}
.gallery-fullscreen-main {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100vh;
}
.gallery-fullscreen-layer-preview {
  height: 100vh;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.gallery-fullscreen-layer-list {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  display: none;
  flex: 1;
  height: 100vh;
}
.gallery-fullscreen-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  padding: 20px;
  margin-right: 60px;
  max-height: 100%;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .gallery-fullscreen-thumbnails {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.gallery-fullscreen-thumb {
  width: 100%;
  height: 100px;
  cursor: pointer;
  position: relative;
}
.gallery-fullscreen-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-fullscreen-thumb:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.gallery-fullscreen-thumb.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px #E20513;
}
.gallery-fullscreen-thumb-index {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}
.gallery-fullscreen-top {
  display: flex;
}
.gallery-fullscreen-header {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 20px 10px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.gallery-fullscreen-title {
  font-size: 24px;
  line-height: 35 / 24;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  grid-area: title;
}
.gallery-fullscreen-content {
  padding: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gallery-fullscreen-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(100px);
  opacity: 0.3;
  background-size: cover;
  background-position: center;
}
.gallery-fullscreen-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.gallery-fullscreen-image-cnt {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  min-height: 260px;
}
.gallery-fullscreen-image-cnt.loading-cnt .loading {
  z-index: 2;
}
.gallery-fullscreen-image {
  max-width: 100%;
}
.gallery-fullscreen-text {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  padding: 10px;
  line-height: 1.5em;
  grid-area: text;
  padding-right: 75px;
}
.gallery-fullscreen-count {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  text-shadow: textShadow();
}
.gallery-fullscreen-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 100px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  background-size: 10px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s box-shadow;
}
.gallery-fullscreen-btn svg {
  fill: #fff;
  max-width: 40%;
  transition: 0.3s fill;
}
.gallery-fullscreen-prev svg {
  transform: translate(-2px);
}
.gallery-fullscreen-next {
  left: auto;
  right: 0;
}
.gallery-fullscreen-next svg {
  transform: translate(2px);
}
.gallery-fullscreen-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-fullscreen-btn-text {
  position: absolute;
  left: -9999px;
}
.gallery-fullscreen-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  transition: 0.3s;
  margin-top: 10px;
}
.gallery-fullscreen-social .social-icons-link {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 28px;
  height: 28px;
}
.gallery-fullscreen-social .social-icons-link svg {
  max-width: 13px;
}
.gallery-fullscreen-social .social-icons-el {
  margin-right: 5px;
}
.gallery-fullscreen-social .social-icons-link {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 50%;
  transition: 0.2s border-color;
}
.gallery-fullscreen-social .social-icons-link span {
  display: none;
}
.gallery-fullscreen-social .social-icons-link svg {
  transition: 0.2s fill;
  fill: #fff;
  max-width: 13px;
}
.gallery-fullscreen-social .social-icons-link:hover {
  border: 1px solid rgba(226, 5, 19, 0.5);
}
.gallery-fullscreen-social .social-icons-link:hover svg {
  fill: #E20513;
}
.gallery-fullscreen-list-toggle {
  position: fixed;
  right: 0;
  top: 55px;
  width: 50px;
  height: 50px;
  background: none;
  z-index: 11120;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s background;
}
.gallery-fullscreen-list-toggle.is-list {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-image' viewBox='0 0 16 16'%3E  %3Cpath d='M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z'%3E%3C/path%3E  %3Cpath d='M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12z'%3E%3C/path%3E%3C/svg%3E");
}
.gallery-fullscreen-list-toggle.is-preview {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-grid-3x3-gap-fill' viewBox='0 0 16 16'%3E  %3Cpath d='M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2z'%3E%3C/path%3E%3C/svg%3E");
}
.gallery-fullscreen-fullscreen-toggle {
  position: fixed;
  right: 0;
  top: 110px;
  width: 50px;
  height: 50px;
  background: none;
  z-index: 11120;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s background;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M16 3h6v6h-2V5h-4zM2 3h6v2H4v4H2zm18 16v-4h2v6h-6v-2zM4 19h4v2H2v-6h2z'/%3E%3C/svg%3E");
}
.gallery-fullscreen-fullscreen-toggle.is-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18 7h4v2h-6V3h2zM8 9H2V7h4V3h2zm10 8v4h-2v-6h6v2zM8 15v6H6v-4H2v-2z'/%3E%3C/svg%3E");
}
.gallery-fullscreen-close {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  z-index: 11120;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: 0.2s background;
}
.gallery-fullscreen-close::before,
.gallery-fullscreen-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.gallery-fullscreen-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}
.gallery-fullscreen-aside {
  background: #111;
  padding: 170px 0 0;
  flex-basis: 360px;
  max-width: 360px;
  color: #222;
  font-size: 12px;
  flex-shrink: 0;
  word-break: break-all;
}
.gallery-fullscreen-aside-inside {
  padding: 0 30px;
  height: 100%;
  overflow-y: auto;
}
.gallery-fullscreen-aside-article {
  margin: 20px 0;
}
.gallery-fullscreen-aside-article-link {
  text-decoration: none;
  color: inherit;
}
.gallery-fullscreen-aside-article-img-cnt {
  background: #eee;
  justify-content: center;
  display: flex;
}
.gallery-fullscreen-aside-article-img {
  display: block;
}
.gallery-fullscreen-aside-article-title {
  font-size: 13px;
  word-break: normal;
}
.gallery-fullscreen-aside-article-btn {
  margin: 10px 0 5px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.gallery-fullscreen-swipe-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  z-index: 100;
  pointer-events: none;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  padding: 10px 20px;
  opacity: 0;
  transition: 0.3s;
}
.gallery-fullscreen-swipe-info svg {
  width: 20px;
  fill: #fff;
  margin-right: 10px;
}
.gallery-fullscreen-swipe-info.is-show {
  opacity: 1;
}
@media (min-width: 1366px) {
  .gallery-fullscreen-header {
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 1366px) {
  .gallery-fullscreen-aside {
    display: none;
  }
  .gallery-fullscreen-count {
    justify-self: center;
    margin: 15px 0 0;
  }
  .gallery-fullscreen-prev {
    left: 0;
  }
  .gallery-fullscreen-next {
    right: 0;
  }
  .gallery-fullscreen-social-text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 920px) {
  .gallery-fullscreen-top {
    padding: 0;
  }
  .gallery-fullscreen-header {
    padding-left: 10px;
    padding-right: 60px;
  }
  .gallery-fullscreen-social {
    right: 10px;
    top: 10px;
  }
  .gallery-fullscreen-social .gallery-fullscreen-social-link {
    width: 20px;
    height: 20px;
  }
  .gallery-fullscreen-layer-preview {
    justify-content: center;
  }
  .gallery-fullscreen-thumbnails {
    margin-right: 0;
    gap: 5px;
  }
  .gallery-fullscreen-content {
    display: flex;
  }
  .gallery-fullscreen-container {
    flex: 1;
  }
  .gallery-fullscreen-prev,
  .gallery-fullscreen-next {
    background-size: 10px;
    background-position: left 20px center;
  }
  .gallery-fullscreen-next {
    background-position: right 20px center;
  }
}
@media (max-width: 680px) {
  .gallery-fullscreen-title {
    font-size: 20px;
  }
  .gallery-fullscreen-prev,
  .gallery-fullscreen-next {
    left: 0;
    bottom: 0;
    width: calc(50% - 1px);
    top: auto;
    height: 60px;
    transform: none;
    background-position: center;
  }
  .gallery-fullscreen-next {
    left: auto;
    right: 0;
    bottom: 0;
  }
  .gallery-fullscreen-content {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .gallery-fullscreen-title {
    font-size: 15px;
  }
  .gallery-fullscreen-close {
    top: 0;
  }
  .gallery-fullscreen-header {
    border: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 70px;
  }
}
@media (max-height: 550px) {
  .gallery-fullscreen-top {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    border: 0;
  }
  .gallery-fullscreen-header {
    border: 0;
  }
  .gallery-fullscreen-title {
    @include trimMultiline(4);
    font-size: 18px;
  }
  .gallery-fullscreen-social {
    margin-top: 5px;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
  }
}
@media (max-height: 400px) {
  .gallery-fullscreen-next,
  .gallery-fullscreen-prev {
    display: none;
  }
  .gallery-fullscreen-content {
    padding-bottom: 0;
  }
  .gallery-fullscreen-header {
    border: 0;
  }
  .gallery-fullscreen-title {
    font-size: 14px;
  }
  .gallery-fullscreen-social .social-icons-link {
    width: 25px;
    height: 25px;
  }
}
.sad {
  margin: 30px auto;
}
.sad.is-sticky .sad-inside {
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.sad img {
  display: block;
}
.sad {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
}
.sad.is-done {
  background-image: none;
}
.sad.is-bg {
  background-color: #fafafa;
}
.sad.is-transparent {
  background-color: transparent;
}
.sad.is-done.is-transparent {
  background: transparent;
}
.sad.is-center {
  text-align: center;
}
.sad.is-sticky {
  position: sticky;
  top: 20px;
  margin-top: 0;
}
[class*="grid-item"] > div:has(.is-sticky) {
  height: 100%;
}
.sad-inside {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 300px;
  min-height: 140px;
}
.sad-inside > * {
  text-align: center;
  margin: 0 auto;
}
.grid-dynamic .sad-inside {
  min-width: 0;
}
.sad-text {
  display: none;
  content: "";
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden;
  color: #777;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 62px;
  height: 12px;
  background: #fafafa url("/images/asd-text.svg") no-repeat;
}
.sad-text.show {
  display: inline-flex;
}
[data-ad-text="REKLAMA"] {
  margin-top: 14px;
}
[data-ad-text="REKLAMA"]:before {
  content: attr(data-ad-text);
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fafafa;
  padding: 3px 4px;
  line-height: 1;
  display: inline-flex;
  color: #777;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
.sad-responsive[data-ad-text="REKLAMA"] {
  margin-top: 0;
  position: relative;
  display: none;
}
.sad-responsive[data-ad-text="REKLAMA"]:before {
  display: none;
}
.sad-responsive[data-ad-status="filled"][data-adsbygoogle-status="done"]:before {
  content: 'REKLAMA';
  display: inline-flex;
}
.post-content .ad table td:first-child {
  text-align: center;
  background: none;
}
.post-content .ad img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 670px) {
  .sad.is-sticky {
    top: 70px;
  }
}
.sad-billboard {
  min-height: 242px;
}
@media (max-width: 670px) {
  .sad-billboard {
    min-height: 162px;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .sad-billboard {
    padding-top: 0;
    min-height: 132px;
  }
}
.sad-inside.bilb {
  max-width: 970px;
  width: 100%;
}
@media (min-width: 750px) {
  .sad-inside.bilb {
    width: 750px;
  }
}
@media (min-width: 970px) {
  .sad-inside.bilb {
    width: 970px;
  }
}
.sad-rectangle {
  min-height: 292px;
}
@media (max-width: 670px) {
  .sad-rectangle {
    min-height: 142px;
  }
}
.p-top-container {
  padding-top: 15px;
}
.p-top-container .sad {
  min-height: 285px !important;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.p-top-container .sad-inside {
  min-height: 0;
}
@media (max-width: 728px) {
  .p-top-container .sad {
    min-height: 160px !important;
  }
}
.slot_top {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot_intext {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot_half {
  min-height: 250px;
  display: flex;
  justify-content: center;
}
@media (min-width: 728px) {
  .slot_top {
    min-height: 200px;
  }
  .slot_intext {
    min-height: 200px;
  }
}
.slot_top:empty,
.adsbygoogle:empty,
.slot_half:empty,
.slot_intext:empty {
  background-image: url("/images/abc-ph.svg");
  background-repeat: no-repeat;
  background-position: center;
  min-width: 200px;
  mix-blend-mode: multiply;
}
.box-20a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #3F5851;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  margin: 0 0 1.5rem;
  transition: all 0.2s linear;
  overflow: hidden;
}
.box-20a:hover {
  background-color: #1D074A;
}
.box-20a.relacja small {
  background: #fff;
  color: #000;
}
.box-20a .img {
  flex: 0 0 50%;
}
.box-20a .img img {
  display: block;
  width: 100%;
  height: auto;
}
.box-20a .desc {
  flex: 0 0 50%;
  padding: 1rem 2.5rem;
}
.box-20a small {
  display: inline-block;
  padding: 2px 6px;
  background-color: #DE0A14;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.box-20a h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.box-20a h2.long {
  font-size: 32px;
}
.box-20a p.lead {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1rem;
}
.box-20a p.text {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1000px) {
  .box-20a {
    flex-direction: column;
    align-items: normal;
    margin: 0 0 1rem;
  }
  .box-20a .img {
    flex: 0 0 100%;
  }
  .box-20a .desc {
    flex: 0 0 100%;
    padding: 1rem;
  }
  .box-20a small {
    font-size: 10px;
  }
  .box-20a h2 {
    font-size: 24px;
    margin: 0 0 0.5rem;
  }
  .box-20a h2.long {
    font-size: 18px;
  }
  .box-20a p.lead {
    font-size: 16px;
    margin: 0 0 0.5rem;
  }
  .box-20a p.text {
    font-size: 14px;
  }
}
.box-20b-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 1.5rem;
}
.box-20b-wrap > * {
  flex: 0 0 calc(33.33% - 1rem);
}
.box-20b-wrap::after {
  display: none;
}
@media (max-width: 1000px) {
  .box-20b-wrap > * {
    flex: 0 0 calc(50% - 0.75rem);
  }
}
@media (max-width: 760px) {
  .box-20b-wrap {
    flex-direction: column;
    gap: 1rem;
    margin: 0 0 1rem;
  }
  .box-20b-wrap > * {
    flex: 0 0 100%;
  }
}
.box-20b {
  background-color: #1D074A;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s linear;
  overflow: hidden;
  position: relative;
}
.box-20b:hover {
  background-color: #3F5851;
}
.box-20b.relacja small {
  background: #fff;
  color: #000;
}
.box-20b .img img {
  display: block;
  width: 100%;
  height: auto;
}
.box-20b .desc {
  padding: 1.5rem;
}
.box-20b small {
  padding: 2px 6px;
  background-color: #DE0A14;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 1.5rem;
  top: 0;
}
.box-20b h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 1rem;
}
.box-20b p.lead {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 1rem;
}
.box-20b p.text {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1000px) {
  .box-20b {
    display: flex;
    align-items: center;
  }
  .box-20b .img {
    flex: 0 0 50%;
  }
  .box-20b .desc {
    flex: 0 0 50%;
    padding: 0 1rem;
  }
  .box-20b small {
    font-size: 10px;
    left: 1rem;
  }
  .box-20b h2 {
    font-size: 14px;
    margin: 0;
  }
  .box-20b p.lead {
    display: none;
  }
  .box-20b p.text {
    display: none;
  }
}
.box-22a {
  overflow: hidden;
  margin: 0 auto 2rem;
  border-radius: 8px;
  background-color: #1D074A;
  color: #fff;
}
.box-22a a {
  color: #fff;
}
.box-22a .line-1 {
  display: flex;
  align-items: center;
}
.box-22a .line-1 .l {
  flex: 1;
  padding: 1rem 2.5rem;
}
.box-22a .line-1 .r {
  flex: 0 0 380px;
}
.box-22a .line-1 .r img {
  display: block;
}
.box-22a .line-2 {
  display: flex;
  align-items: center;
  background-color: #2E1A57;
}
.box-22a .line-2 .l {
  flex: 1;
}
.box-22a .line-2 .r {
  flex: 0 0 380px;
}
.box-22a small {
  display: inline-block;
  padding: 2px 6px;
  background-color: #DE0A14;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.box-22a h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.box-22a h1.long {
  font-size: 32px;
}
.box-22a p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.box-22a ul {
  display: flex;
  align-items: center;
  gap: 0.5rem 1.5rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 1rem 2.5rem;
}
.box-22a ul a {
  font-size: 20px;
  font-weight: 700;
}
.box-22a ul a:hover {
  color: #DE0A14;
}
.box-22a ul .active a {
  color: #DE0A14;
}
.box-22a .line-2 .r a {
  display: block;
  text-align: center;
  background-color: #DE0A14;
  font-size: 20px;
  font-weight: 700;
  padding: 1rem 1.5rem;
}
.box-22a .line-2 .r a:hover {
  background-color: #3F5851;
}
.box-22a button {
  display: none;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  padding: 1rem 1.5rem;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  background-color: #2E1A57;
}
.box-22a button:hover {
  background-color: #3F5851 !important;
}
@media (max-width: 760px) {
  .box-22a .line-1 {
    flex-direction: column-reverse;
    align-items: normal;
  }
  .box-22a .line-1 .l {
    padding: 1rem;
  }
  .box-22a .line-1 .r {
    flex: 0 0 100%;
  }
  .box-22a .line-2 {
    flex-direction: column;
    align-items: normal;
  }
  .box-22a .line-2 .r {
    flex: 0 0 100%;
  }
  .box-22a .line-2 .r a {
    font-size: 16px;
  }
  .box-22a small {
    font-size: 10px;
  }
  .box-22a h1 {
    font-size: 24px;
    margin: 0 0 0.5rem;
  }
  .box-22a h1.long {
    font-size: 18px;
    margin: 0 0 0.5rem;
  }
  .box-22a p {
    font-size: 14px;
  }
  .box-22a ul a {
    font-size: 16px;
  }
  .box-22a button {
    display: flex;
  }
  .box-22a ul#emenu {
    display: none;
    padding: 1rem;
  }
  .box-22a button.open + ul#emenu {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
  }
}
.box-97 {
  text-align: center;
}
.box-97 small {
  margin: 0 auto 0.5rem;
}
.box-97 div.img {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.box-97 div.img img {
  display: block;
  width: 90px;
  height: 70px;
  object-fit: contain;
}
.box-98 {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 1.5rem 3rem 2.5rem;
  margin: 0 auto 1rem;
}
.box-98 label {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1rem;
  display: block;
}
.box-98 .wrap {
  position: relative;
}
.box-98 input {
  display: block;
  width: 100%;
  padding: 1rem 40px 1rem 1rem;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #EBEBEB;
}
.box-98 input::placeholder {
  color: #AFAFAF;
  opacity: 1;
}
.box-98 button {
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 30px;
  height: 100%;
  background: none;
  display: flex;
  align-items: center;
}
.box-98 button img {
  display: block;
}
.box-98 button:hover {
  background: none !important;
}
.box-98 button:hover svg {
  filter: brightness(0);
}
@media (max-width: 600px) {
  .box-98 {
    padding: 1.5rem;
  }
}
.notowania-box {
  border-radius: 9px;
  border: 1px solid #F3F3F3;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  font-weight: 400;
  height: 100%;
}
.notowania-box.blank {
  box-shadow: none;
  border: none;
}
.notowania-box.blank p {
  padding: 0;
}
.notowania-box h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 1rem 0;
  margin-bottom: 10px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.notowania-box h2 button {
  background: none;
  padding: 0;
  margin: 0;
  color: #2D373C;
  font-size: 14px;
  font-weight: 400;
}
.notowania-box h2 button:hover,
.notowania-box h2 button:focus {
  background: none !important;
  color: #E20513 !important;
}
.notowania-box h2 button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.notowania-box p {
  font-size: 14px;
  text-align: right;
  margin: 0;
  padding: 1rem;
}
.notowania-box ul {
  list-style: none;
  display: block;
}
.notowania-box ul.two-columns {
  columns: 2;
  gap: 0;
  position: relative;
}
.notowania-box ul.two-columns::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #F3F3F3;
}
.notowania-box ul.two-columns li {
  padding: 0.9rem 1rem;
}
@media (max-width: 1000px) {
  .notowania-box ul.two-columns {
    columns: 1;
  }
  .notowania-box ul.two-columns::before {
    display: none;
  }
}
.notowania-box ul li {
  border-bottom: 1px solid #F3F3F3;
  padding: 0.7rem 1rem;
  display: flex;
  gap: 0.25rem;
  justify-content: space-between;
  align-items: center;
}
.notowania-box .l {
  flex: 1;
  line-height: 1.1;
}
.notowania-box .r {
  width: 80px;
}
.notowania-box h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.notowania-box h3 img {
  vertical-align: text-bottom;
  margin-right: 0.2rem;
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.notowania-box h3 span.ticker {
  background: none;
  padding: 0;
}
.notowania-box span {
  font-size: 13px;
  color: #6f6f6f;
}
.notowania-box .down {
  color: #E20513;
}
.notowania-box .up {
  color: #006738;
}
@media (max-width: 1180px) and (min-width: 1000px) {
  .notowania-box .l a {
    display: flex;
    flex-direction: column;
  }
}
#my-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#my-view > p {
  margin-top: auto;
}
.notowania-pusty {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 0 1.2rem;
  height: 100%;
}
.notowania-pusty img {
  margin: 0 auto;
}
.notowania-pusty button {
  background: #E20513;
  border-radius: 6px;
}
.notowania-pusty p {
  padding: 0;
  text-align: left;
}
.notowania-pusty button.add {
  background: none;
  text-align: center;
  color: #2D373C;
  font-size: 18px;
  font-weight: 700;
}
.notowania-pusty button.add:hover,
.notowania-pusty button.add:focus {
  background: none !important;
  color: #E20513 !important;
}
.notowania-pusty button.add img {
  display: block;
  margin: 0 auto 1rem;
}
.list-21a {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 3rem;
  list-style: none;
  font-weight: 400;
}
.list-21a *::after {
  display: none;
}
.list-21a > li {
  width: calc(25% - 1.125rem);
}
.list-21a.two-items > li {
  width: calc(50% - 0.75rem);
}
.list-21a.single > li {
  width: 100%;
}
@media (max-width: 1000px) {
  .list-21a > li {
    width: calc(50% - 0.75rem);
  }
  .list-21a.two-items > li {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .list-21a > li {
    width: 100%;
  }
}
canvas.sparkline {
  display: block;
  max-width: 100%;
}
.prices-box {
  margin: 0 0 2.5rem;
}
.prices-box ::after {
  display: none;
}
.prices-box .head {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.prices-box .head .desc {
  flex: 1;
}
.prices-box .head .img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prices-box .head h1 {
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.prices-box .head p {
  line-height: 1.2;
}
.prices-box .body {
  border-top: 1px solid #F7F7F7;
  padding-top: 1.5rem;
}
.prices-box .body p {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
}
.prices-box .body p strong {
  font-size: 32px;
  font-weight: 800;
}
.prices-box .body p span {
  font-size: 20px;
  font-weight: 700;
}
.prices-box .body p span.up {
  color: #127E09;
}
.prices-box .body p span.down {
  color: #B11010;
}
@media (max-width: 760px) {
  .prices-box .head h1 {
    font-size: 24px;
  }
  .prices-box .body p strong {
    font-size: 26px;
  }
  .prices-box .body p span {
    font-size: 18px;
  }
}
.chart-bcg {
  border: 1px solid #F0EFEF;
  padding: 2rem 1rem 0;
  margin: 0 0 2.5rem;
  border-radius: 8px;
  background: transparent linear-gradient(180deg, #F4F4F4E5 0%, #FFFDFD 100%) 0% 0% no-repeat;
}
.chart-bcg .highcharts-background {
  display: none;
}
.mega-fokus-simple {
  position: relative;
  margin-bottom: 20px;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mega-fokus-simple-photo {
  position: relative;
}
.mega-fokus-simple-photo img {
  display: block;
  width: 100%;
}
.mega-fokus-simple-content {
  padding-bottom: 50px;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #262626, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.mega-fokus-simple-category {
  font-size: 18px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #E20513;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.mega-fokus-simple-title {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Fira Sans", Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.mega-fokus-simple-title a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 860px) {
  .mega-fokus-simple-title {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .mega-fokus-simple-content {
    padding-bottom: 20px;
  }
  .mega-fokus-simple-category {
    font-size: 16px;
  }
  .mega-fokus-simple-title {
    font-size: 25px;
  }
}
@media (max-width: 470px) {
  .mega-fokus-simple-photo {
    aspect-ratio: 1 / 0.77;
  }
  .mega-fokus-simple-photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mega-fokus-simple-category {
    font-size: 13px;
    padding: 2px 10px;
  }
  .mega-fokus-simple-title {
    font-size: 23px;
  }
}
.mega-fokus {
  position: relative;
  margin-bottom: 20px;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mega-fokus.is-gold .mega-fokus-content {
  background: linear-gradient(to bottom, #FFE310, #FFE310);
}
.mega-fokus.is-gold .mega-fokus-title {
  color: #222121;
}
.mega-fokus.is-gold .mega-fokus-category {
  background: #222121;
  color: #FFE310;
}
.mega-fokus.is-blmk .mega-fokus-content {
  background: linear-gradient(to bottom, #111, #000);
}
.mega-fokus.is-blmk .mega-fokus-title {
  color: #fff;
}
.mega-fokus.is-blmk .mega-fokus-category {
  background: #fff;
  color: #000;
}
.mega-fokus-photo {
  position: relative;
}
.mega-fokus-photo img {
  display: block;
  width: 100%;
}
.mega-fokus-content {
  background: linear-gradient(to bottom, #F13C45, #CD1019);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
}
.mega-fokus-category {
  font-size: 18px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #E20513;
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.mega-fokus-category a {
  color: inherit;
}
.mega-fokus-title {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Fira Sans", Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.mega-fokus-title a {
  text-decoration: none;
  color: inherit;
}
.mega-fokus-art-list {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.mega-fokus-art-list::after {
  display: none;
}
.mega-fokus-art {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.mega-fokus-art-img {
  min-height: 0;
  height: auto;
  flex-shrink: 0;
  position: relative;
}
.mega-fokus-art-img img {
  display: block;
  width: 100%;
}
.mega-fokus-art-title {
  font-size: 22px;
  padding: 20px;
  background: #fff;
  color: #222;
  min-height: 8em;
  flex: 0;
}
.mega-fokus-art-list--4 .mega-fokus-art-title {
  font-size: 18px;
}
.mega-fokus-art-list--2 .mega-fokus-art {
  flex-direction: row;
}
.mega-fokus-art-list--2 .mega-fokus-art-title {
  display: flex;
  align-items: center;
}
.mega-fokus-art-list--2 .mega-fokus-art-img {
  flex: 1;
  min-height: 100%;
  height: 0;
  position: relative;
}
.mega-fokus-art-list--2 .mega-fokus-art-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mega-fokus-art-list--2 .mega-fokus-art-title {
  flex: 1;
}
.mega-fokus-art-list--2 .mega-fokus-art-title span {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 940px) {
  .mega-fokus-art-title {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .mega-fokus-title {
    font-size: 35px;
  }
}
@media (max-width: 740px) {
  .mega-fokus-art-list {
    flex-direction: column;
    gap: 20px;
  }
  .mega-fokus-art {
    flex-direction: row;
  }
  .mega-fokus-art-title {
    flex: 1;
    min-height: 0;
  }
  .mega-fokus-art-list--2 .mega-fokus-art-img,
  .mega-fokus-art-img {
    min-height: 0;
    aspect-ratio: 1;
    height: auto;
    max-width: 200px;
    width: 100%;
  }
  .mega-fokus-art-list--2 .mega-fokus-art-img img,
  .mega-fokus-art-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mega-fokus-content {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .mega-fokus-content {
    padding-bottom: 20px;
  }
  .mega-fokus-category {
    font-size: 16px;
  }
  .mega-fokus-title {
    font-size: 25px;
  }
  .mega-fokus-title {
    font-size: 23px;
  }
  .mega-fokus-art-title {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .mega-fokus-art-list--2 .mega-fokus-art-img,
  .mega-fokus-art-img {
    max-width: 90px;
  }
  .mega-fokus-art-list--4 .mega-fokus-art-title,
  .mega-fokus-art-title {
    padding: 10px;
    font-size: 15px;
    line-height: 1.2;
  }
}
@media (max-width: 470px) {
  .mega-fokus-photo {
    aspect-ratio: 1100 / 650;
  }
  .mega-fokus-photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mega-fokus-category {
    font-size: 13px;
    padding: 2px 10px;
  }
  .mega-fokus-title {
    font-size: 23px;
  }
}
.section-title {
  align-items: flex-end;
  display: flex;
  gap: 7.5px;
  margin-bottom: 30px;
}
.section-title span {
  border-bottom: 5px solid #E20513;
}
.section-title::after {
  content: "";
  height: 1px;
  background: #797979;
  flex: 1;
}
.grid-dynamic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.grid-dynamic.three {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1000px) {
  .grid-dynamic {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-dynamic.three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .grid-dynamic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .grid-dynamic {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-dynamic.three {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-dynamic .grid-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid-dynamic .grid-item-h2 {
  grid-row: span 2;
}
.wybory-art {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  min-height: 230px;
}
.wybory-art::after {
  content: none;
}
.wybory-art-img img {
  display: block;
  width: 100%;
}
.wybory-art-content {
  padding: 10px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wybory-art-content::after {
  content: none;
}
.wybory-art-content small {
  display: block;
  margin-bottom: 10px;
}
.wybory-art-content small a {
  font-weight: bold;
  color: #E20513;
  text-transform: uppercase;
}
.wybory-art-author {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.wybory-art-author img {
  max-height: 30px;
}
@media (max-width: 480px) {
  .wybory-art {
    flex-direction: row;
    height: auto;
    margin-bottom: 0;
    min-height: 100px;
  }
  .wybory-art-img {
    width: 100px;
    flex-shrink: 0;
  }
  .wybory-art-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wybory-art-content {
    flex: 1;
    padding: 5px 15px;
  }
  .wybory-art-content small {
    display: none;
  }
  .wybory-art-title {
    font-size: 14px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wybory-art-author {
    font-size: 10px;
    margin-top: 5px;
  }
  .wybory-art-author img {
    max-height: 26px;
  }
}
.box-6969 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
@media (max-width: 800px) {
  .box-6969 {
    grid-template-columns: 1fr;
  }
}
.box-6969-newsletter {
  border: 1px solid #E0E0E0;
  background: url(/images/newsletter.svg) 20px center no-repeat;
  padding: 20px;
  padding-left: 163px;
  border-radius: 10px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 143px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-6969-newsletter h3,
.box-6969-newsletter h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
.box-6969-newsletter p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  color: #6F6F6F;
}
@media (max-width: 570px) {
  .box-6969-newsletter h3,
  .box-6969-newsletter h4 {
    font-size: 20px;
  }
  .box-6969-newsletter p {
    font-size: 14px;
  }
}
.box-6969-alerty {
  border: 1px solid #E0E0E0;
  background: url(/images/alerts.svg) 50px center no-repeat;
  padding: 20px;
  padding-left: 163px;
  border-radius: 10px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 143px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-6969-alerty h3,
.box-6969-alerty h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
.box-6969-alerty p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  color: #6F6F6F;
}
@media (max-width: 570px) {
  .box-6969-alerty h3,
  .box-6969-alerty h4 {
    font-size: 20px;
  }
  .box-6969-alerty p {
    font-size: 14px;
  }
}
.data-info {
  display: block;
  text-align: right;
  margin: 0 0 1.5rem;
  font-size: 10px;
  font-weight: 400;
}
.data-info span {
  display: inline-block;
  background: #F4F3F3;
  padding: 0.2rem 0.5rem;
  border-radius: 0 0 9px 9px;
}
section.ticker-list {
  margin: 2rem auto;
}
section.ticker-list *:after {
  display: none;
}
section.ticker-list .pageWidth {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
section.ticker-list .tl-wrap {
  flex: 1;
  overflow: hidden;
}
section.ticker-list .tl-list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
section.ticker-list .tl-list li {
  background: #ddd;
  color: #fff;
  border-radius: 9px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  scroll-snap-align: start;
}
section.ticker-list .tl-list li.up {
  background: #178620;
}
section.ticker-list .tl-list li.down {
  background: #E20513;
}
section.ticker-list .tl-list a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.4rem 0.7rem;
  color: #fff;
}
section.ticker-list .tl-list strong {
  font-size: 14px;
  font-weight: 800;
}
section.ticker-list .tl-arrows {
  display: flex;
  gap: 0.5rem;
}
section.ticker-list .tl-arrows button {
  background: none !important;
  margin: 0;
  padding: 0;
}
section.ticker-list .tl-arrows img {
  display: block;
}
@media (max-width: 1000px) {
  section.ticker-list {
    margin: 1rem 0;
  }
  section.ticker-list .tl-list {
    gap: 0.5rem;
  }
  section.ticker-list .tl-arrows {
    display: none;
  }
}
section.news-list {
  margin: 2rem auto;
}
section.news-list *:after {
  display: none;
}
section.news-list.no-margin-top {
  margin-top: 0;
}
section.news-list .pageWidth {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
section.news-list .left {
  flex: 1;
}
section.news-list .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.news-list .bordered {
  border: 1px solid #F3F3F3;
  border-radius: 9px;
  overflow: hidden;
}
section.news-list article {
  margin: 0;
}
section.news-list .nl-main .desc {
  padding: 1.5rem;
}
section.news-list .nl-main .img img {
  display: block;
  width: 100%;
  height: auto;
}
section.news-list .nl-main h2 a {
  color: #2D373C !important;
}
section.news-list .nl-main h2 a:hover {
  color: #E20513 !important;
}
section.news-list .nl-art {
  display: flex;
  gap: 1.25rem;
  margin: 0;
}
section.news-list .nl-art .img {
  flex: 0 0 28%;
}
section.news-list .nl-art .img img {
  display: block;
  border-radius: 9px;
}
section.news-list .nl-art .desc {
  flex: 1;
}
section.news-list .nl-art h3 {
  font-size: 18px;
  margin: 0 0 0.5rem;
}
section.news-list .nl-art h3 a {
  color: #2D373C !important;
}
section.news-list .nl-art h3 a:hover {
  color: #E20513 !important;
}
section.news-list .nl-art p {
  font-size: 14px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.45;
  color: #6F6F6F;
}
section.news-list .ticker {
  background: #F8F8F8;
  padding: 0.25rem 0.5rem;
  border-radius: 9px;
  font-size: 13px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  display: inline-flex;
  gap: 0.5rem;
}
section.news-list .ticker.up {
  color: #178620 !important;
}
section.news-list .ticker.down {
  color: #E20513 !important;
}
section.news-list .ticker strong {
  font-size: 14px;
  color: #2D373C;
}
section.news-list ul.list-21a {
  margin: 0 0 1rem;
}
@media (max-width: 800px) {
  section.news-list {
    margin: 1.5rem 0;
  }
  section.news-list .pageWidth {
    flex-direction: column;
    gap: 1.5rem;
  }
  section.news-list .nl-main h2 {
    font-size: 20px;
  }
  section.news-list .nl-art h3 {
    font-size: 14px;
    margin: 0;
  }
  section.news-list .nl-art p {
    display: none;
  }
  section.news-list .tickers {
    white-space: nowrap;
    overflow: auto;
  }
  section.news-list ul.list-21a {
    margin: 0;
  }
}
ul.list-57 {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  font-size: 14px;
  font-weight: 400;
}
ul.list-57 li {
  flex: 1;
  background: #F8F8F8;
  border-radius: 9px;
  padding: 1rem;
  display: flex;
  gap: 0.25rem 0.6rem;
  flex-wrap: wrap;
  align-items: center;
}
ul.list-57 .label {
  flex: 0 0 100%;
  color: #6F6F6F;
}
ul.list-57 .ticker {
  font-size: 24px;
  font-weight: 800;
}
@media (max-width: 1000px) {
  ul.list-57 {
    gap: 1rem;
    flex-wrap: wrap;
  }
  ul.list-57 li {
    flex: 0 0 calc(33.33% - 0.666rem);
  }
}
@media (max-width: 800px) {
  ul.list-57 li {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.section.margin-bottom {
  margin-bottom: 40px;
}
.section.no-margin-bottom {
  margin-bottom: 0;
}
.box-99 {
  display: flex;
  gap: 2rem;
  border-radius: 9px;
  border: 1px solid #F3F3F3;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  font-weight: 400;
  padding: 2rem;
}
.box-99::after {
  display: none;
}
.box-99 .chart {
  flex: 0 0 50%;
}
.box-99 .info {
  flex: 0 0 calc(25% - 2rem);
}
.box-99 .news {
  flex: 0 0 calc(25% - 2rem);
}
.box-99 .name {
  border-bottom: 1px solid #F3F3F3;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
.box-99 .name h3 {
  font-size: 42px;
  font-weight: 700;
}
.box-99 .name p {
  font-size: 14px;
  margin: 0;
  color: #6F6F6F;
}
.box-99 .price {
  font-size: 32px;
  font-weight: 700;
}
.box-99 .price span {
  font-size: 20px;
  vertical-align: middle;
}
.box-99 .price small {
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #6F6F6F;
}
.box-99 .history {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  font-size: 18px;
  font-weight: 700;
}
.box-99 .history small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #6F6F6F;
}
.box-99 .news .author {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
  color: #797979;
  font-size: 16px;
  margin: 0 0 1rem;
}
.box-99 .news h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1rem;
}
.box-99 .news p {
  font-size: 14px;
  margin: 0 0 1rem;
  color: #6F6F6F;
}
.box-99 .news .more {
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1000px) {
  .box-99 {
    flex-direction: column;
    padding: 1.5rem;
  }
  .box-99 .info {
    order: 1;
  }
  .box-99 .chart {
    order: 2;
  }
  .box-99 .news {
    order: 3;
  }
}
.box-100 {
  display: flex;
  gap: 2rem;
  font-weight: 400;
}
.box-100::after {
  display: none;
}
.box-100 > .one {
  flex: 1;
}
.box-100.blank table {
  border: none;
  box-shadow: none;
  min-height: 0;
}
.box-100.blank table td:first-child,
.box-100.blank table th:first-child {
  padding-left: 0;
}
.box-100 table {
  border-radius: 9px;
  border: 1px solid #F3F3F3;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
  min-height: 470px;
  width: 100%;
}
.box-100 th,
.box-100 td {
  padding: 1rem;
  font-size: 14px;
  text-align: left;
}
.box-100 th {
  font-weight: 800;
  width: 160px;
}
.box-100 tr {
  border-bottom: 1px solid #F3F3F3;
}
.box-100 td.date {
  color: #6f6f6f;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .box-100 {
    flex-direction: column;
  }
  .box-100 .table-wrap {
    max-height: 300px;
    overflow: auto;
  }
  .box-100 tr {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    gap: 0.5rem 1rem;
  }
  .box-100 td:last-child {
    flex: 0 0 100%;
  }
  .box-100 td,
  .box-100 th {
    padding: 0;
  }
  .box-100 th {
    width: auto;
  }
}
.partner-box {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 2rem 0 1.5rem;
  position: relative;
  display: flex;
}
.partner-box small {
  font-size: 0;
  position: absolute;
  left: 1.5rem;
  top: 0;
  width: 118px;
  height: 12px;
  background: url("/images/partner-serwisu.svg") no-repeat;
}
.partner-box .l {
  flex: 1;
  border-right: 1px solid #E0DFDF;
  padding: 0 1.5rem;
}
.partner-box .r {
  flex: 1;
  padding: 0 1.5rem;
  font-weight: 700;
}
@media (max-width: 1020px) {
  .partner-box {
    flex-direction: column;
    padding: 1rem 0;
    text-align: center;
  }
  .partner-box .l {
    border: none;
    border-bottom: 1px solid #E0DFDF;
    padding: 1rem;
  }
  .partner-box .r {
    padding: 1rem 1rem 0;
  }
}
.main-charts ul.list-21a {
  margin: 0 0 1rem;
}
.full-screen-charts {
  display: none;
  background: #fff;
  z-index: 9999;
}
.full-screen-charts > .body {
  display: none;
  padding: 1rem 1rem 2rem;
}
.full-screen-charts > .foot {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.full-screen-charts > .foot button {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.16);
  color: #2D373C;
}
.full-screen-charts > .foot button img {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.full-screen-charts > .foot button .on {
  display: none;
}
.full-screen-charts.open {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.full-screen-charts.open > .body {
  display: block;
}
.full-screen-charts.open > .foot button {
  background: #2D373C;
  color: #fff;
}
.full-screen-charts.open > .foot button .on {
  display: inline;
}
.full-screen-charts.open > .foot button .off {
  display: none;
}
@media (max-width: 1000px) {
  .full-screen-charts {
    display: block;
  }
}
.box-101 {
  margin: 0 0 1.5rem;
  background: #123F7A;
}
.box-101 *::after {
  display: none;
}
.box-101 .img {
  position: relative;
}
.box-101 .img img {
  display: block;
}
.box-101 .img small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: min-content;
  margin: 0 auto;
  background: #C43661;
  color: #fff;
  padding: 0.25rem 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}
.box-101 h1 {
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 760px) {
  .box-101 .img small {
    font-size: 10px;
    padding: 0.1rem 0.7rem;
  }
  .box-101 h1 {
    font-size: 22px;
    padding: 0.5rem 1rem;
  }
}
.box-101.precop {
  background: #006871;
}
.box-101.precop .img small {
  background: #000;
}
.box-102 {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1rem;
  columns: 3;
  gap: 3rem;
  color: #6F6F6F;
  font-weight: 400;
  font-size: 14px;
}
.box-102 dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 0 0.5rem;
  margin: 0 0 0.5rem;
  gap: 1rem;
  break-inside: avoid-column;
}
.box-102 dd {
  color: #121212;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .box-102 {
    columns: 2;
  }
}
.nu-pagination {
  display: flex;
  gap: 1.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  justify-content: center;
  margin: 2.5rem auto;
}
.nu-pagination div {
  display: flex;
  gap: 0.5rem;
}
.nu-pagination a,
.nu-pagination span {
  background: #E20513;
  color: #fff;
  padding: 0.65rem 0;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
}
.nu-pagination a:hover {
  background: #121212;
}
.nu-pagination span.current {
  background: #E2E3E6;
  color: #121212;
}
.nu-pagination span.dots {
  background: transparent;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.nu-pagination span.arrow {
  background: #E2E3E6;
}
.nu-pagination span.arrow img {
  filter: brightness(0) invert(1);
}
ptwp-twitter-widget,
ptwp-facebook-widget,
ptwp-instagram-widget,
ptwp-linkedin-widget,
ptwp-telegram-widget {
  text-align: center;
  display: flex;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  justify-content: center;
  align-content: center;
  border-bottom: 2px solid var(--social-widget-color-main);
  position: relative;
}
ptwp-facebook-widget {
  flex-direction: column;
  align-items: center;
  background: var(--social-widget-color-background);
}
@media (max-width: 500px) {
  ptwp-facebook-widget {
    height: 200px;
  }
}
ptwp-twitter-widget.expander:after,
ptwp-facebook-widget.expander:after,
ptwp-instagram-widget.expander:after,
ptwp-linkedin-widget.expander:after,
ptwp-telegram-widget.expander:after {
  content: "rozwiń";
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100px;
  color: white;
  background: var(--social-widget-color-main);
  font-size: 13px;
  border-radius: 5px 5px 0px 0px;
}
ptwp-twitter-widget blockquote:before {
  display: none;
}
ptwp-twitter-widget blockquote {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
}
ptwp-twitter-widget .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  background: none;
}
ptwp-twitter-widget .twitter-tweet:before {
  display: none;
}
ptwp-twitter-widget iframe {
  margin: 0 auto;
}
.loading-list-cnt {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.loading-list svg {
  width: 50px;
  height: 50px;
  stroke-width: 4px;
  fill: none;
  stroke: var(--social-widget-color-main);
  stroke-dasharray: 314px;
  stroke-dashoffset: 314px;
  animation: loadingListAnim 1.5s 0s infinite ease-in;
}
@keyframes loadingListAnim {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -313px;
  }
}
.wybory-prezydenckie-box {
  margin-bottom: 20px;
}
.wybory-prezydenckie-box-header {
  background: url(/images/2024/wybory-prezydenckie-box-bg.jpg) center / cover no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 165px;
  justify-content: space-between;
}
.wybory-prezydenckie-box-header::after {
  display: none !important;
}
.wybory-prezydenckie-box-header::before {
  content: "";
  display: block;
}
@media (max-width: 500px) {
  .wybory-prezydenckie-box-header {
    min-height: 120px;
  }
  .wybory-prezydenckie-box-header img {
    max-width: 100px;
  }
}
.wybory-prezydenckie-box-badge {
  background: #E20513;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 2px;
}
.wybory-prezydenckie-box-title {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  background: #05157D;
  text-align: center;
  padding: 10px;
  min-height: 59px;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .wybory-prezydenckie-box-title {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .wybory-prezydenckie-box-title {
    font-size: 20px;
  }
}
.max-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-103 {
  color: #fff;
}
.box-103 .title {
  font-size: 26px;
  line-height: 1.45;
  margin: 0 0 1rem;
}
.box-103 .lead {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.box-103 .button {
  border-radius: 6px;
  background: #E20513;
}
@media (max-width: 1000px) {
  .box-103 .title {
    font-size: 20px;
  }
  .box-103 .lead {
    font-size: 14px;
  }
}
.box-104 .play-box {
  display: none;
}
.box-104 .stop-box {
  display: block;
}
.box-104.open .play-box {
  display: block;
}
.box-104.open .stop-box {
  display: none;
}
