#page {
  width: 100%;
  overflow: hidden;
}
#page #intro {
  height: 100%;
  position: relative;
}
#page #intro .dayCounter {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1em;
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0, 0, 0.25, 1);
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  #page #intro .dayCounter {
    top: 30%;
    font-size: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #page #intro .dayCounter {
    top: 50%;
    font-size: 286px;
  }
}
#page #intro .dayCounter > span {
  font-size: 0;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  #page #intro .dayCounter > span {
    width: 165px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  #page #intro .dayCounter > span {
    padding-right: 20px;
    width: 470px;
    display: inline-block;
  }
}
#page #intro .dayCounter > span span {
  display: inline-block;
  text-align: center;
  line-height: 1em;
  vertical-align: baseline;
}
@media screen and (max-width: 1023px) {
  #page #intro .dayCounter > span span {
    width: 55px;
    font-size: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #page #intro .dayCounter > span span {
    width: 150px;
    font-size: 286px;
  }
}
#page #intro .hashtag {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  transition: color 0.3s cubic-bezier(0, 0, 0.25, 1);
}
@media screen and (max-width: 1023px) {
  #page #intro .background {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #page #intro .background {
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.25, 1);
  }
  #page #intro .background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
  }
  #page #intro .background.visible {
    opacity: 1;
  }
}
#page #video {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #page #video video {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #page #video video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
  }
}
#page #video iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 1024px) {
  #page #video iframe {
    visibility: hidden;
  }
}
@media screen and (max-width: 1023px) {
  #page #video:before {
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#page #video:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 150px;
  height: 150px;
  z-index: 3;
  background: url('/images/play.svg') no-repeat center;
  transition: transform 0.2s cubic-bezier(0, 0, 0.25, 1);
}
@media screen and (max-width: 1023px) {
  #page #video:after {
    background-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #page #video:after {
    cursor: pointer;
    background-size: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #page #video:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
#page #video.player video,
#page #video.player:after,
#page #video.player:before {
  display: none;
}
#page #video.player iframe {
  visibility: visible;
}
#page section {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #page section {
    height: 300px;
  }
  #page section .graph {
    transform: scale(0.5);
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #page section {
    height: 100%;
  }
}
#page .center {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 99;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
#page .center.dodatkowy-padding{
	padding:0 5%;
	text-align: justify;
}
	#page .center.dodatkowy-padding	.grudziadz-title{
		text-align:center;
	}
}
@media screen and (min-width: 1024px) {
#page .center.dodatkowy-padding{
	left:5%;
	width:90%;
}
}
@media screen and (max-width: 1023px) {
  #page .center {
    padding: 0 12%;
  }
}
#page h3 {
  line-height: 1em;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #page h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #page h3 {
    font-size: 72px;
    margin-bottom: 0;
    white-space: pre-line;
  }
  #s10 h3 {
    font-size: 100px;
    margin-bottom: 0;
    white-space: pre-line;
  }
  #s15 h3, #s16 h3  {
    font-size: 250px;
    margin-bottom: 30px;
    white-space: pre-line;
	font-weight:600;
  }
  #s15 h4, #s16 h4  {
    font-size: 40px;
    margin-bottom: 30px;
    white-space: pre-line;
  }
}
@media screen and (max-width: 1023px) {
  #page p {
    font-size: 13px;
    line-height: 17px;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  #page p {
    font-size: 24px;
    line-height: 1.3em;
    white-space: pre-line;
  }
}
#page .number {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  #page .number {
    font-size: 85px;
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
@media screen and (min-width: 1024px) {
  #page .number {
    font-size: 400px;
    letter-spacing: 6px;
    margin-right: -6px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #page .number {
    font-size: 270px;
  }
}
#page .column .number {
  line-height: 1.3em;
}
@media screen and (max-width: 1023px) {
  #page .column .number {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  #page .column .number {
    font-size: 150px;
  }
}
#page .columns {
  font-size: 0;
}
#page .columns:after {
  display: block;
  clear: both;
  content: '';
}
#page .column {
  display: inline-block;
  vertical-align: top;
}
.columns{
	margin-top:20px;
}
@media screen and (max-width: 1023px) {
  #page .column.half {
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  #page .column.half {
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  #page .column.onethird {
    width: 31%;
  }
}
@media screen and (min-width: 1024px) {
  #page .column.onethird {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  #page .bigger {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #page .bigger {
    font-size: 44px;
    line-height: 51px;
    white-space: pre-line;
  }
}
#page .readMore {
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.8em;
  cursor: pointer;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  #page .readMore {
    font-size: 8px;
  }
}
@media screen and (min-width: 1024px) {
  #page .readMore {
    font-size: 11px;
  }
}
#page .readMore:after {
  display: block;
  height: 1px;
  content: '';
  background-color: #888;
  transition: transform 0.2s cubic-bezier(0, 0, 0.25, 1);
  margin-left: -1px;
}
#page .readMore:hover:after {
  transform: translateY(2px);
}
#page .modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}
#page .modal .number {
  line-height: 1.3em;
}
@media screen and (max-width: 1023px) {
  #page .modal .number {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  #page .modal .number {
    font-size: 150px;
  }
}
@media screen and (max-width: 1023px) {
  #page .modal .center {
    max-height: calc( 100% - 90px );
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#page .modal .column.half {
  width: 48%;
}
#page .modal .column.half:first-child {
  margin-right:4%;
}
#page .modal .column.onethird {
  width: 25%;
}
@media screen and (max-width: 1023px) {
  #page .modal p {
    font-size: 11px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #page .modal p {
    font-size: 15px;
    line-height: 24px;
  }
}
#page .modal .bigger {
  line-height: 1.3em;
}
@media screen and (max-width: 1023px) {
  #page .modal .bigger {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #page .modal .bigger {
    font-size: 24px;
  }
}
#page .modal p + p {
  margin-top: 2em;
}
#page .modal.opened .content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#page .modal .content {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.95);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 100px -50px #000000;
  transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
}
@media screen and (max-width: 1023px) {
  #page .modal .content {
    width: 90%;
    height: 90%;
    max-height: 600px;
    max-width: 550px;
  }
}
@media screen and (min-width: 1024px) {
  #page .modal .content {
    width: 1090px;
    height: 560px;
  }
}
@media screen and (min-width: 1024px) {
  #page .modal .content.half {
    width: 545px;
  }
  #page .modal .content.half.left {
    left: 33.3%;
  }
  #page .modal .content.half.right {
    left: 66.6%;
  }
}
#page .modal .content h4 {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #page .modal .content h4 {
    top: 10px;
    line-height: 16px;
    font-size: 8px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1024px) {
  #page .modal .content h4 {
    top: 35px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 2px;
  }
}
#page .modal .content .close.cross {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url('/images/close.svg') no-repeat center;
}
@media screen and (max-width: 1023px) {
  #page .modal .content .close.cross {
    width: 50px;
    height: 50px;
    margin-left: -20px;
    background-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #page .modal .content .close.cross {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    cursor: pointer;
  }
}
#page .modal .content .close.cross:hover {
  opacity: 0.5;
}
#page .modal .close.background {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  
}
body.mac #page #intro .background video {
  width: 100%;
}
body.s1 #page #video:before {
  background-image: url('/images/other-sections-1.jpg');
}
body.s2 #page #video:before {
  background-image: url('/images/other-sections-2.jpg');
}
body.s3 #page #video:before {
  background-image: url('/images/other-sections-3.jpg');
}
@media screen and (min-width: 1024px) {
  body.introImg nav .logo svg {
    fill: #fff;
  }
  body.introImg nav .menu.left {
    opacity: 0;
  }
  body.introImg nav .menu.right {
    color: #fff;
  }
  body.introImg #fixedMenu div {
    color: #fff;
  }
  body.introImg #fixedMenu div:after {
    background-color: #fff;
  }
  body.introImg #page #intro .dayCounter {
    color: #fff;
  }
  body.introImg #page #intro .hashtag {
    color: #fff;
  }
}
#fixedMenu {
  position: fixed;
  top: 35px;
  font-size: 0;
  text-align: center;
  z-index: 1000;
  height: 80px;
}
@media screen and (max-width: 1023px) {
  #fixedMenu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #fixedMenu {
    left: 7%;
    width: 86%;
  }
}
@media screen and (min-width: 1024px) {
  #fixedMenu {
    left: 27.5%;
    width: 45%;
  }
}
#fixedMenu div {
  display: inline-block;
  font-size: 12px;
  width: 33.3%;
  max-width: 290px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s cubic-bezier(0, 0, 0.25, 1);
}
#fixedMenu div:after {
  content: '';
  display: block;
  height: 2px;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1);
}
@media screen and (max-width: 1023px) {
  #fixedMenu div:after {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #fixedMenu div:after {
    width: 96px;
  }
}
#fixedMenu div.s1:after {
  background-color: #ff162c;
}
#fixedMenu div.s2:after {
  background-color: #70e7fd;
}
#fixedMenu div.s3:after {
  background-color: #ffd200;
}
@media screen and (min-width: 1024px) {
  #fixedMenu div:hover:after {
    width: 96px !important;
  }
}
body.startPage #fixedMenu {
  display: block;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  body.startPage #fixedMenu {
    top: 66%;
  }
}
@media screen and (min-width: 1024px) {
  body.startPage #fixedMenu {
    top: 77%;
  }
}
@media screen and (min-width: 1024px) {
  body.navFixed #fixedMenu,
  body.navFixedImp #fixedMenu {
    position: fixed;
    top: 35px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.25, 1);
  }
  body.navFixed #fixedMenu div:not(.active):after,
  body.navFixedImp #fixedMenu div:not(.active):after {
    width: 0;
  }
  body.navFixed #fixedMenu:hover,
  body.navFixedImp #fixedMenu:hover {
    opacity: 1;
  }
}
.otherSections a {
  display: block;
  background-size: cover !important;
}
@media screen and (max-width: 1023px) {
  .otherSections a {
    height: 110px;
    padding-top: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .otherSections a {
    width: 50%;
    float: left;
    height: 50%;
    position: relative;
  }
  .otherSections a.goToCharts {
    width: 100%;
  }
}
.otherSections a.goToCharts {
  background: url('/images/gotocharts-bg.svg') no-repeat center;
}
.otherSections a .content {
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .otherSections a .content {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
}
.otherSections a .content span:first-child {
  line-height: 1.5em;
  display: block;
}
@media screen and (max-width: 1023px) {
  .otherSections a .content span:first-child {
    font-size: 8px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .otherSections a .content span:first-child {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.otherSections a .content span:nth-child(2) {
  font-weight: bold;
  line-height: 1.5em;
  display: block;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .otherSections a .content span:nth-child(2) {
    font-size: 19px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .otherSections a .content span:nth-child(2) {
    font-size: 30px;
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .otherSections a .content:after {
    content: '';
    display: block;
    width: 61px;
    height: 31px;
    background-image: url('/images/arrow-bottom.svg');
    margin: 20px auto 0;
    transition: transform 0.2s cubic-bezier(0, 0, 0.25, 1);
  }
}
.otherSections a.s1 {
  background: #ff162c url('/images/other-sections-1.jpg') no-repeat center;
  color: #fff;
}
.otherSections a.s1 .content:after {
  background-image: url('/images/arrow-bottom-white.svg');
}
.otherSections a.s2 {
  background: #70e7fd url('/images/other-sections-2.jpg') no-repeat center;
}
.otherSections a.s3 {
  background: #ffd200 url('/images/other-sections-3.jpg') no-repeat center;
}
@media screen and (min-width: 1024px) {
  .otherSections a:hover .content:after {
    transform: translateY(15px);
  }
}
.otherSections:after {
  display: block;
  clear: both;
  content: '';
}