@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto+Mono:300,400,500,700|Roboto:400,500,700,900&subset=latin-ext");
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@keyframes drop {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(5px);
  }
  80% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
html,
body {
  line-height: calc(1.6em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #ececec;
}
html,
body {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  html,
body {
    font-size: calc( 					14px + 2 * ((100vw - 320px) / 1660) 				);
  }
}
@media screen and (min-width: 1980px) {
  html,
body {
    font-size: 16px;
  }
}

figure {
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

i {
  font-style: normal;
}

img {
  object-fit: cover;
  object-position: top center;
}

.category-title {
  text-transform: uppercase;
}

.button-more {
  text-transform: uppercase;
  border: 0.5px solid #ececec;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 0.68rem;
  display: block;
  letter-spacing: 1px;
  width: 110px;
  text-align: center;
  cursor: pointer;
  line-height: normal;
}

.font-size-1 {
  font-size: calc(16px + 0.2vw);
}

.font-size-2 {
  font-size: calc(16px + 0.4vw);
}

.grid-container {
  display: grid;
  grid-template-columns: 100%;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 1440px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media all and (min-width: 1680px) {
  .container {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

.grid-container header {
  display: grid;
}
.grid-container header .logo {
  grid-column: 1;
}
.grid-container header .activitis {
  display: none;
}
.grid-container header .menu {
  grid-column: span 1;
}
@media all and (min-width: 79em) {
  .grid-container header {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-container header .logo {
    grid-column: 1/span 1;
    justify-self: bottom;
    align-self: center;
  }
  .grid-container header .button-search {
    grid-column: 2/span 1;
  }
  .grid-container header .menu {
    grid-column: 3/span 3;
  }
  .grid-container header .activitis {
    grid-column: span 1;
    align-self: end;
    justify-self: center;
    align-self: center;
    display: block;
  }
}
.grid-container .support {
  grid-template-columns: repeat(3, auto);
  display: grid;
  align-self: center;
}
.grid-container .support .support-call {
  grid-column: span 1;
}
.grid-container .support .universary-container {
  grid-column: span 1;
}
.grid-container .support .weather {
  grid-column: span 3;
}
.grid-container .support .social-addons {
  grid-column: span 1;
  display: flex;
  justify-content: end;
  align-content: center;
}
@media all and (min-width: 680px) {
  .grid-container .support {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 3rem;
  }
  .grid-container .support .support-call {
    grid-column: span 3;
  }
  .grid-container .support .universary-container {
    grid-column: span 2;
  }
  .grid-container .support .weather {
    grid-column: span 2;
  }
  .grid-container .support .social-addons {
    grid-column: span 3;
    display: flex;
    justify-content: end;
    align-content: center;
  }
}
.grid-container .content {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem;
}
.grid-container .content .menu-tag {
  grid-column: span 1;
}
.grid-container .content .category-title {
  grid-column: span 1;
}
.grid-container .content .first-article {
  grid-column: span 1;
}
.grid-container .content .first-article article {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
.grid-container .content .first-article article .article-content {
  grid-column: span 1;
  grid-row: 2;
}
.grid-container .content .first-article article img {
  grid-column: span 1;
  grid-row: 1;
}
.grid-container .content .featured-article {
  grid-column: span 1;
}
.grid-container .content .other-article {
  display: none;
}
@media all and (min-width: 79em) {
  .grid-container .content {
    grid-template-columns: repeat(9, 1fr);
    column-gap: 3rem;
  }
  .grid-container .content .menu-tag {
    grid-column: span 7;
  }
  .grid-container .content .category-title {
    grid-column: span 2;
  }
  .grid-container .content .first-article {
    grid-column: 1/span 5;
  }
  .grid-container .content .first-article article {
    display: grid;
    grid-template-columns: 35% 1fr;
    column-gap: 2rem;
    grid-template-rows: none;
  }
  .grid-container .content .first-article article .article-content {
    grid-column: span 1;
    grid-row: unset;
  }
  .grid-container .content .first-article article img {
    grid-column: span 1;
    grid-row: unset;
  }
  .grid-container .content .featured-article {
    grid-column: 6/span 2;
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(150px, auto));
    row-gap: 2rem;
  }
  .grid-container .content .other-article {
    grid-column: 8/span 2;
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(150px, auto));
    row-gap: 2rem;
  }
}
.grid-container .sub-content .video {
  position: relative;
}
.grid-container .sub-content .video .category-title {
  display: inline-block;
}
.grid-container .sub-content .video .button-more {
  display: inline;
  position: absolute;
  right: 0;
}
@media all and (min-width: 68em) {
  .grid-container .sub-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 4rem;
  }
  .grid-container .sub-content .video {
    grid-column: 1/span 2;
  }
  .grid-container .sub-content .calendar {
    grid-column: 3/span 4;
    display: grid;
    grid-template-rows: repeat(3, auto);
  }
}
@media all and (min-width: 89em) {
  .grid-container .tag-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 3rem;
  }
  .grid-container .tag-content .tags {
    grid-column: 1/span 4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
  .grid-container .tag-content .tags .tags-footer {
    grid-column: span 2;
  }
  .grid-container .tag-content .menu-sidebar {
    grid-column: 5/span 2;
  }
}
.grid-container .footer-gallery .gallery-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.grid-container .footer-gallery .gallery-container a {
  grid-column: span 2;
}
.grid-container .footer-gallery .gallery-container a:nth-child(2),
.grid-container .footer-gallery .gallery-container a:nth-child(3),
.grid-container .footer-gallery .gallery-container a:nth-child(5),
.grid-container .footer-gallery .gallery-container a:nth-child(8) {
  grid-column: span 1;
}
.grid-container .footer {
  display: grid;
}
@media all and (min-width: 69em) {
  .grid-container .footer {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-container .footer .logo-footer {
    grid-column: span 1;
  }
  .grid-container .footer .menu-footer {
    grid-column: 1/span 5;
    grid-row: 1;
  }
  .grid-container .footer .search {
    grid-column: span 3;
    grid-row: 1;
  }
  .grid-container .footer .adres {
    grid-column: span 2;
    grid-row: 1;
  }
  .grid-container .footer .copyright {
    grid-column: span 12;
    grid-row: 2;
  }
}

.page-category {
  display: grid;
}
@media all and (min-width: 69em) {
  .page-category {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3rem;
  }
}

.navigation-bar {
  grid-column: 1;
  grid-row: 1;
}
@media all and (min-width: 69em) {
  .navigation-bar {
    grid-column: 2/span 5;
  }
}

.article-category {
  display: grid;
  grid-template-columns: 1fr;
}
@media all and (min-width: 68em) {
  .article-category {
    grid-template-columns: repeat(6, 1fr);
  }
  .article-category .navigation-bar {
    grid-column: 2/span 5;
    grid-row: 1;
  }
  .article-category article {
    grid-column: 2/span 5;
    grid-row: 2;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2rem;
    display: grid;
  }
  .article-category article .article-sidebar {
    grid-column: 1/span 1;
  }
  .article-category article .title {
    grid-column: 2/span 3;
  }
  .article-category article .data {
    grid-column: 2/span 3;
  }
  .article-category article .tag {
    grid-column: 2/span 3;
  }
  .article-category article .subtitle {
    grid-column: 2/span 3;
  }
  .article-category article .article-photo {
    grid-column: 1/span 4;
    grid-row: span 3;
  }
  .article-category article .grafika-dol {
    grid-column: span 5;
  }
  .article-category article .article-content {
    grid-column: 2/span 3;
  }
  .article-category article .foto-wiadomosc {
    grid-row: span 4;
  }
  .article-category article .zalaczniki {
    grid-column: 2/span 3;
  }
  .article-category article .sidebar {
    grid-column: span 2;
  }
}

.article-category-full {
  display: grid;
  grid-template-columns: 1fr;
}
@media all and (min-width: 68em) {
  .article-category-full {
    grid-template-columns: repeat(6, 1fr);
  }
  .article-category-full .navigation-bar {
    grid-column: 2/span 4;
    grid-row: 1;
  }
  .article-category-full article {
    grid-column: span 6;
    grid-row: 2;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2rem;
    display: grid;
  }
  .article-category-full article .article-sidebar {
    grid-column: 1/span 1;
  }
  .article-category-full article .title {
    grid-column: 2/span 2;
  }
  .article-category-full article .data {
    grid-column: 2/span 2;
  }
  .article-category-full article .tag {
    grid-column: 2/span 2;
  }
  .article-category-full article .subtitle {
    grid-column: 2/span 2;
  }
  .article-category-full article .article-photo {
    grid-column: span 5;
    grid-row: span 3;
  }
  .article-category-full article .foto-wiadomosc {
    grid-row: span 4;
  }
  .article-category-full article .article-content {
    grid-column: 2/span 2;
  }
  .article-category-full article .sidebar {
    grid-column: span 1;
  }
  .article-category-full article .zalaczniki {
    grid-column: span 5;
  }
}

.favorite,
.favorite-full {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr;
}
@media all and (min-width: 420px) {
  .favorite,
.favorite-full {
    grid-template-columns: repeat(6, 1fr);
    margin-top: 1.5rem;
  }
}
.favorite .favorite-container,
.favorite-full .favorite-container {
  grid-column: span 4;
}
.favorite article,
.favorite-full article {
  grid-column: span 1;
}
.favorite .bannery,
.favorite-full .bannery {
  grid-column: span 1;
}
@media all and (min-width: 420px) {
  .favorite .bannery,
.favorite-full .bannery {
    grid-column: span 2;
  }
}

.kategoria .slider,
.kategoria1 .slider {
  display: none;
  visibility: hidden;
}
.kategoria .sidebar,
.kategoria1 .sidebar {
  grid-column: span 1;
  grid-row: 2;
  display: none;
  visibility: hidden;
}
@media all and (min-width: 69em) {
  .kategoria .sidebar,
.kategoria1 .sidebar {
    grid-column: 2/span 1;
    grid-row: 2;
    display: block;
    visibility: visible;
  }
}
.kategoria .sidebar .bannery img,
.kategoria1 .sidebar .bannery img {
  width: 100%;
}
.kategoria .zajawka,
.kategoria1 .zajawka {
  grid-column: span 1;
  grid-row: 3;
}
@media all and (min-width: 69em) {
  .kategoria .zajawka,
.kategoria1 .zajawka {
    grid-column: 3/span 3;
    grid-row: 2;
  }
}
.kategoria .pagination,
.kategoria1 .pagination {
  grid-column: span 1;
  grid-row: 4;
}
@media all and (min-width: 69em) {
  .kategoria .pagination,
.kategoria1 .pagination {
    grid-row: 3;
    grid-column: span 6;
  }
}

.page-calendarium {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 3rem;
}
.page-calendarium .sidebar {
  grid-column: span 1;
}
.page-calendarium .calendar-content {
  grid-column: span 4;
}
.page-calendarium .calendar-content .event {
  display: grid;
  grid-template-columns: auto 30% 1fr;
  grid-column-gap: 3rem;
  margin-bottom: 3rem;
}
.page-calendarium .calendar-content .event .event-time {
  grid-column: span 1;
}
.page-calendarium .calendar-content .event .event-picture {
  grid-column: span 1;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.page-calendarium .calendar-content .event .event-description {
  grid-column: span 1;
}

.other-category .slider {
  display: none;
  visibility: hidden;
}
.other-category .zajawka {
  grid-column: 3/span 3;
}
.other-category .search-score {
  grid-column: span 3;
}
@media all and (min-width: 68em) {
  .other-category .page-category {
    grid-template-columns: repeat(6, 1fr);
  }
  .other-category .page-category .category-title {
    grid-column: 2/span 4;
  }
  .other-category .page-category .sidebar {
    grid-column: 2/span 1;
  }
}

.page-wideo {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}
.page-wideo .wideo-content .wideo--item {
  margin-bottom: 3rem;
}
@media all and (min-width: 68em) {
  .page-wideo {
    grid-template-columns: repeat(6, 1fr);
  }
  .page-wideo .sidebar {
    grid-column: 2/span 1;
  }
  .page-wideo .wideo-content {
    grid-column: span 3;
  }
}

header {
  z-index: 900;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
header .logo {
  height: 100px;
}
header .logo img {
  height: 100%;
}
header .logo span {
  text-indent: -999em;
  display: none;
}
header .button-search {
  text-indent: -999em;
  cursor: pointer;
  background-color: transparent;
  grid-column: span 1;
  border: none;
  display: none;
}
header .button-search:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  font-size: 1.6rem;
  text-indent: 1px;
}
@media all and (min-width: 79em) {
  header .button-search {
    display: block;
  }
}
header .szukajka-full {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  opacity: 0;
  display: none;
  transform: all 0.4s;
  left: 0;
  top: 0;
}
header .szukajka-full.active {
  opacity: 1;
  display: block;
}
header .szukajka-full .button-search-x {
  text-indent: -999em;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
header .szukajka-full .button-search-x:after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 10%;
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  text-indent: 1px;
  font-size: 3rem;
  color: #e01b1b;
}
header .szukajka-full .search-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 400px;
  margin: auto;
}
header .szukajka-full .search-container input {
  padding: 15px;
  border-radius: 40px;
  border: 3px solid #ffcc00;
  background-color: #11414d;
  color: #fff;
  width: 300px;
}
header .szukajka-full .search-container button {
  margin-top: 5px;
}
header .button-trigger {
  visibility: hidden;
  padding: 15px;
  position: absolute;
  right: 15px;
}
header .button-trigger:after {
  content: "";
  color: #000;
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  right: 0;
}
@media all and (max-width: 680px) {
  header .button-trigger {
    visibility: visible;
  }
}
header .menu #menu-container {
  list-style: none;
  display: none;
  visibility: hidden;
}
header .menu #menu-container.actived {
  display: block;
  visibility: visible;
  padding-top: 20px;
}
header .menu #menu-container li {
  list-style: none;
  padding: 20px 10px;
  transition: all 0.4s;
}
header .menu #menu-container li ul {
  z-index: 999;
}
header .menu #menu-container li a {
  text-transform: uppercase;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media all and (min-width: 79em) {
  header .menu {
    transition: all 0.4s;
  }
  header .menu .button-trigger {
    display: none;
  }
  header .menu #menu-container {
    visibility: visible;
    display: flex;
  }
  header .menu #menu-container li {
    position: relative;
  }
  header .menu #menu-container li ul {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    left: 0;
    transition: all 0.4s;
    background-color: #fff;
    margin: 0;
    padding: 25px 10px 15px 10px;
    min-width: 190px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  header .menu #menu-container li ul:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 20%;
    top: -5px;
    margin-left: -10px;
  }
  header .menu #menu-container li ul li {
    padding: 5px 15px;
  }
  header .menu #menu-container li ul li a {
    color: #000;
    font-weight: 400;
    font-size: 0.78rem;
  }
  header .menu #menu-container li ul a:hover {
    text-decoration: underline;
  }
  header .menu #menu-container li:hover ul {
    opacity: 1;
    transform: translateY(20px);
    visibility: visible;
    display: block;
  }
}
header .activitis {
  z-index: 999;
}
header .activitis button {
  background-color: #e01b1b;
  color: #fff;
  font-weight: 700;
  border: none;
  width: auto;
  cursor: pointer;
}
header .activitis .activitis-container {
  opacity: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: auto auto;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
header .activitis .activitis-container::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 17%;
  top: -5px;
  margin-left: -10px;
}
header .activitis .activitis-container ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 3rem;
}
header .activitis .activitis-container ul li {
  list-style: none;
  grid-column: span 1;
  border-radius: 4px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  padding: 1rem 0;
  display: grid;
  align-items: center;
}
header .activitis .activitis-container ul li.active-item a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header .activitis .activitis-container ul li.active-item a img {
  object-fit: contain;
  object-position: center;
  width: 45px;
  display: inline-block;
}
header .activitis .activitis-container ul li.active-item a span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.86rem;
  padding-left: 10px;
}
header .activitis .activitis-container.active {
  opacity: 1;
  transform: translateY(20px);
  visibility: visible;
}

header::before {
  content: "";
  display: block;
  position: absolute;
  height: 800px;
  width: 100%;
  background-color: #ececec;
  z-index: -1;
  left: 0;
}
@media all and (min-width: 360px) {
  header::before {
    display: none;
  }
}

.alert {
  background-color: #ffcc00;
  position: absolute;
  width: 100%;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  transition-delay: transform 1s;
  transform: translateY(61px);
}
.alert p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.alert .callout {
  position: relative;
  padding: 1rem 0;
}
.alert button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}
.alert button.close-button {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
}
.alert button.close-button:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  padding: 10px;
  color: #e01b1b;
  font-size: 2rem;
}
.alert.removed {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(-10px);
}

.support {
  border-bottom: 1px solid #11414d;
}
.support .universary-container {
  position: relative;
}
.support .universary {
  background-color: #e01b1b;
  transition: transform 0.4s ease-in-out, box-shadow 0.7s ease;
  position: absolute;
  width: 75px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
  padding-top: 10px;
  top: -10px;
  z-index: 700;
}
.support .universary span {
  background-color: #11414d;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
  font-size: 0.44rem;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #11414d;
  color: #fff;
  line-height: 10px;
}
.support .universary img {
  padding: 15px 7px 7px;
  object-fit: contain;
  object-position: center;
}
.support .universary:hover {
  transform: translateY(7px);
  box-shadow: none;
}
.support .support-call {
  align-self: center;
  font-size: 0.85rem;
}
.support .support-call h4 {
  display: none;
}
.support .support-call small {
  margin-left: 0.5rem;
  font-size: 1em;
}
.support .support-call a {
  border-left: none;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  display: block;
}
.support .support-call a:hover {
  text-decoration: underline;
}
@media all and (min-width: 79em) {
  .support .support-call h4 {
    display: inline-block;
  }
  .support .support-call a {
    border-left: 2px solid #fff;
    display: inline-block;
  }
}
.support .social-addons {
  margin-right: 75px;
  position: relative;
}
.support .weather {
  position: relative;
  align-items: center;
  display: none;
  visibility: none;
  justify-content: center;
}
.support .weather span {
  display: inline-block;
  font-size: 0.85rem;
  align-items: center;
}
.support .weather .weather-day {
  margin: 0;
  display: inline-block;
  align-items: center;
}
.support .weather .weather-day .temperature {
  font-size: 1.3rem;
}
.support .weather img {
  object-fit: cover;
  width: 35px;
  height: 35px;
  margin-bottom: -11px;
}
@media all and (min-width: 79em) {
  .support .weather {
    visibility: visible;
    display: flex;
  }
}
.support .bip {
  align-self: center;
  padding: 10px;
  margin-right: 30px;
}
.support .bip img {
  object-fit: contain;
  object-position: center;
  height: 30px;
  width: 100%;
}
.support .blind {
  align-self: center;
  display: none;
  text-align: center;
  margin-right: 50px;
}
.support .blind:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  font-size: 1.3rem;
}
@media all and (min-width: 79em) {
  .support .blind {
    display: inline-block;
  }
}
.support .natura {
  text-indent: -999em;
  background-image: url(../i/natura.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80px;
  height: 130px;
  position: absolute;
  z-index: 999;
  right: 90px;
}
.support .socials {
  align-self: center;
  text-align: center;
  display: none;
  width: 30px;
  height: 30px;
}
.support .socials.facebook:after {
  content: "";
  font-family: "Font Awesome 5 Pro Brands";
  display: block;
  font-weight: 400;
  font-size: 1.3rem;
}
.support .socials.youtube:after {
  content: "";
  font-family: "Font Awesome 5 Pro Brands";
  display: block;
  font-weight: 400;
  font-size: 1.3rem;
  margin-left: 30px;
}
@media all and (min-width: 79em) {
  .support .socials {
    display: block;
  }
}

.slider {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .slider {
    display: none;
    visibility: none;
  }
}
.slider .owl-item {
  display: inline-block;
}
.slider .owl-item.active .item figcaption {
  transition-delay: 1s;
  opacity: 1;
  transform: translateX(0);
}
.slider .item {
  margin-left: 25%;
}
.slider .item img {
  object-fit: cover;
  height: 570px;
  width: 100%;
}
.slider .item figcaption {
  font-family: "Playfair display", sans-serif;
  position: absolute;
  font-size: 3rem;
  top: 10%;
  transition: 0.35s ease-in-out;
  color: #fff;
  opacity: 0;
  line-height: normal;
}
.slider .item figcaption span {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  background-color: #e01b1b;
  padding: 10px;
  position: absolute;
}
.slider .item figcaption p {
  background-color: #e01b1b;
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
}
@media all and (min-width: 79em) {
  .slider .item figcaption {
    font-size: 6rem;
    top: 25%;
    left: -10%;
    transform: translateX(200px);
  }
  .slider .item figcaption span {
    font-size: 1rem;
  }
}
.slider .owl-dots {
  position: absolute;
  display: none;
}
.slider .owl-dots .owl-dot {
  background-color: white;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
}
.slider .owl-dots .owl-dot.active {
  background-color: #e01b1b;
}
@media all and (min-width: 79em) {
  .slider .owl-dots {
    display: block;
    left: 19%;
    top: 70%;
  }
}
.slider .owl-nav {
  position: absolute;
  left: 17%;
  top: 65%;
}
.slider .owl-nav div {
  display: inline-block;
  margin-right: 100px;
  cursor: pointer;
}
.slider .owl-nav .owl-prev {
  text-indent: -999em;
}
.slider .owl-nav .owl-prev:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  text-indent: 1px;
  color: #b9b9b9;
}
.slider .owl-nav .owl-next {
  background-color: #e01b1b;
  border-radius: 40px;
  width: 150px;
  padding: 10px;
  text-indent: -999em;
  position: relative;
}
.slider .owl-nav .owl-next:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../i/next-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 45px;
  text-indent: 1px;
  top: 0;
  right: -60px;
  transition: all 0.2s;
}
.slider .owl-nav .owl-next:hover:after {
  transform: translateX(10px);
}

.content {
  background-color: #fff;
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 230px;
}
.content .menu-tag {
  display: flex;
  flex-grow: row;
  justify-items: center;
  align-items: center;
}
.content .menu-tag li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}
.content .menu-tag li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
}
.content .menu-tag li:first-child {
  background-color: maroon;
  margin-right: 10px;
  padding: 5px 15px 5px 20px;
  border-radius: 5px;
  font-weight: 600;
  overflow: hidden;
  color: #fff;
}
.content .menu-tag li:first-child a {
  color: #fff;
}
.content .menu-tag li:first-child:before {
  content: "";
  width: 5px;
  height: 70px;
  top: -20px;
  background-color: #ffcc00;
  transform: rotate(25deg);
}
.content .category-title {
  padding: 1.5rem 0;
}
.content .first-article article {
  height: 100%;
}
.content .first-article article .article-content .title {
  font-size: 2rem;
  line-height: 1.1em;
}
.content .first-article article .article-content .data {
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
}
.content .first-article article .article-content .subtitle {
  line-height: 1.5em;
  padding-bottom: 50px;
  display: block;
}
.content .first-article article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.content .first-article article .button-more {
  background-color: #e01b1b;
  color: #fff;
}
.content .featured-article article {
  grid-row: span 1;
  position: relative;
  display: grid;
}
.content .featured-article article .data {
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
}
.content .featured-article article img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  opacity: 0.5;
}
.content .featured-article article .img-fake {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #020024 0%, black 38%, rgba(255, 255, 255, 0) 100%);
}
.content .featured-article article .featured-content {
  z-index: 999;
  padding: 1.5rem 0.75rem;
  align-self: end;
}
.content .featured-article article .featured-content .title {
  color: #fff;
}
.content .featured-article article .featured-content .subtitle {
  padding-bottom: 50px;
}
.content .featured-article article .button-more {
  background-color: #ececec;
  border: none;
  color: #000;
}
.content .featured-article article:first-child {
  grid-row: span 2;
}
@media all and (min-width: 89em) {
  .content .featured-article {
    grid-template-columns: 1fr;
    grid-row-gap: 1em;
    grid-row: 2;
    grid-column: span 2;
  }
}
.content .other-article article {
  border-bottom: 1px solid #ececec;
}
.content .other-article .data {
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
  padding-bottom: 20px;
  display: block;
}
.content .other-article .title {
  font-weight: 400;
  font-size: 1rem;
}

.sub-content {
  margin-top: -170px;
  padding-top: 30px;
}
.sub-content .video .video-active:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 4rem;
  margin: 50% auto;
  text-align: center;
}
.sub-content .video img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.sub-content .calendar {
  position: relative;
  margin-top: 3rem;
}
.sub-content .calendar .category-title {
  grid-row: 1/span 1;
  grid-column: 1;
}
.sub-content .calendar .month {
  grid-row: 2/span 1;
  grid-column: 1;
  position: relative;
}
.sub-content .calendar .month h3 {
  display: inline;
}
.sub-content .calendar .month .button-more {
  width: 120px;
  top: 40px;
  position: absolute;
  border: 1px solid #ccc;
}
@media all and (min-width: 89em) {
  .sub-content .calendar .month .button-more {
    width: 150px;
    right: 10px;
    top: -7px;
  }
}
.sub-content .calendar .calendar-container {
  grid-row: 3;
  grid-column: 1;
  overflow: hidden;
}
.sub-content .calendar .calendar-container h3 {
  font-weight: 500;
}
.sub-content .calendar .calendar-container .owl-stage {
  display: flex;
}
.sub-content .calendar .calendar-container .owl-nav {
  position: absolute;
  top: 70px;
  left: 170px;
  z-index: 999;
}
.sub-content .calendar .calendar-container .owl-nav .owl-prev,
.sub-content .calendar .calendar-container .owl-nav .owl-next {
  text-indent: -999em;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  display: inline-block;
}
.sub-content .calendar .calendar-container .owl-nav .owl-prev:after,
.sub-content .calendar .calendar-container .owl-nav .owl-next:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  font-size: 2rem;
  text-indent: 1px;
  position: absolute;
  text-align: center;
  top: 0;
  cursor: pointer;
}
.sub-content .calendar .calendar-container .owl-nav .owl-next:after {
  content: "";
  border: 1px solid #ececec;
  border-radius: 40px;
  padding: 2px 45px 2px 15px;
}
.sub-content .calendar .calendar-container .owl-nav .owl-prev:after {
  content: "";
}
.sub-content .calendar .wydarzenie {
  padding-right: 3rem;
}
.sub-content .calendar .wydarzenie time {
  font-family: "Roboto Mono", monospace;
  font-weight: 300;
}
.sub-content .calendar .wydarzenie time span {
  font-size: 3rem;
  display: block;
  line-height: normal;
}
.sub-content .calendar .wydarzenie time span:before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #868686;
}
@media all and (min-width: 79em) {
  .sub-content .calendar {
    margin-top: 0;
  }
}

.tag-content {
  margin-top: 6rem;
}
.tag-content .tags {
  border: 1px solid #11414d;
  padding: 0 2rem 2rem;
}
.tag-content .tags .tag-container .category-title:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 2rem;
  margin-right: 1rem;
  background-color: #e01b1b;
}
.tag-content .tags .tag-container article {
  border-bottom: 1px solid lightgray;
  padding-bottom: 2em;
}
.tag-content .tags .tag-container article img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 250px;
  display: block;
}
.tag-content .tags .tag-container article .sub-title {
  display: block;
  line-height: 1.5em;
}
.tag-content .tags .tag-container article .button-more {
  margin-top: 3em;
  margin-left: 2em;
  background: #11414d;
  color: #fff;
}
@media all and (min-width: 79em) {
  .tag-content .tags .tag-container article .title {
    margin: 0;
    padding: 1.5rem;
  }
  .tag-content .tags .tag-container article .sub-title {
    padding: 0 1.25rem;
    display: block;
    line-height: 1.5em;
  }
}
.tag-content .tags .tag-container article:nth-child(1n+3) {
  padding-bottom: 0;
}
.tag-content .tags .tag-container article:nth-child(1n+3) .sub-title {
  display: none;
}
.tag-content .tags .tag-container article:nth-child(1n+3) .button-more {
  display: none;
  visibility: hidden;
}
.tag-content .tags .tag-container article:nth-child(1n+3) img {
  display: none;
  visibility: hidden;
}
.tag-content .tags .tags-footer {
  background-color: lightgray;
  padding: 1rem;
  border-top: 3px solid #e01b1b;
  position: relative;
}
.tag-content .tags .tags-footer .category-title {
  display: none;
  width: 40%;
  padding: 0;
  margin: 0;
}
.tag-content .tags .tags-footer span {
  display: inline-block;
  width: 45%;
  padding-left: 1.5rem;
}
.tag-content .tags .tags-footer span:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  position: absolute;
  color: #e01b1b;
  font-size: 2rem;
  right: 50px;
  top: 50%;
  margin-top: -20px;
}
@media all and (min-width: 79em) {
  .tag-content .tags .tags-footer {
    padding: 2rem;
  }
  .tag-content .tags .tags-footer .category-title {
    display: inline-block;
  }
}
.tag-content .menu-sidebar ul {
  background-color: #11414d;
  padding: 2rem;
}
.tag-content .menu-sidebar ul li {
  padding: 1em;
  color: #fff;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #1a6477;
}
.tag-content .menu-sidebar ul .menu-class-32:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  padding-right: 0.125rem;
}
.tag-content .menu-sidebar ul .menu-class-33:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  padding-right: 0.125rem;
}
.tag-content .menu-sidebar ul .menu-class-34:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  padding-right: 0.125rem;
}
.tag-content .menu-sidebar ul .menu-class-36:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  padding-right: 0.125rem;
}
.tag-content .menu-sidebar ul .menu-class-37:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  padding-right: 0.125rem;
}
.tag-content .menu-sidebar ul li a {
  color: #fff;
}
.tag-content .menu-sidebar ul li a span {
  padding-left: 1.25rem;
}
.tag-content .menu-sidebar ul li a i {
  position: absolute;
  left: 0;
  color: #e01b1b;
}
.tag-content .menu-sidebar .banner img {
  object-fit: cover;
  object-fit: top center;
  width: 100%;
}

.footer-gallery {
  position: relative;
  margin-top: 3rem;
}
.footer-gallery a {
  grid-column: span 4;
  position: relative;
}
.footer-gallery a .title {
  position: absolute;
  bottom: 10%;
  padding: 0 1em;
}
.footer-gallery .category-title {
  display: inline-block;
}
.footer-gallery .button-more {
  position: inline-block;
  width: 150px;
  border-color: lightgray;
  float: right;
}
.footer-gallery .gallery-container {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr;
}
.footer-gallery .gallery-container a {
  overflow: hidden;
}
.footer-gallery .gallery-container a img {
  object-fit: cover;
  width: 100%;
}
.footer-gallery .gallery-container a .title {
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-20px);
}
.footer-gallery .gallery-container a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #6d6d6d;
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(254px);
}
.footer-gallery .gallery-container a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  display: block;
  position: absolute;
  right: 10%;
  bottom: 10%;
  color: #ececec;
  font-size: 2rem;
}
.footer-gallery .gallery-container a:hover .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.footer-gallery .gallery-container a:hover:before {
  opacity: 0.8;
  transform: translateY(0);
}
@media all and (min-width: 89em) {
  .footer-gallery .gallery-container a {
    overflow: hidden;
  }
  .footer-gallery .gallery-container a img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    object-position: top center;
  }
}

.article-category,
.article-category-full {
  background-color: #fff;
  padding-bottom: 4rem;
}
.article-category article .article-sidebar,
.article-category-full article .article-sidebar {
  z-index: 999;
}
.article-category article .font-size,
.article-category-full article .font-size {
  cursor: pointer;
  border-radius: 4px;
  border: none;
}
.article-category article .font-size:after,
.article-category-full article .font-size:after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  text-align: right;
  padding: 1rem;
}
.article-category article img,
.article-category-full article img {
  object-fit: cover;
  width: 100%;
  object-position: top center;
}
.article-category article .article-photo,
.article-category-full article .article-photo {
  position: relative;
}
.article-category article .article-photo .image-title,
.article-category-full article .article-photo .image-title {
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
  position: absolute;
  left: 8%;
  bottom: -50px;
}
.article-category article .article-photo span,
.article-category-full article .article-photo span {
  position: absolute;
  background-color: #ececec;
  padding: 1.5rem;
  bottom: 5px;
}
.article-category article .article-photo span strong,
.article-category-full article .article-photo span strong {
  margin-top: 3rem;
  display: block;
}
.article-category article .article-photo span:after,
.article-category-full article .article-photo span:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  position: absolute;
  background-color: #11414d;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem;
}
.article-category article .zalaczniki,
.article-category-full article .zalaczniki {
  margin-bottom: 3rem;
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
}
.article-category article .zalaczniki ul,
.article-category-full article .zalaczniki ul {
  position: relative;
}
.article-category article .zalaczniki ul li,
.article-category-full article .zalaczniki ul li {
  border-radius: 4px;
  border: 1px solid #ececec;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  margin-bottom: 1rem;
}
.article-category article .zalaczniki ul li:before,
.article-category-full article .zalaczniki ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 300;
  position: absolute;
  left: 0;
  height: 25px;
  font-size: 1rem;
}
.article-category article .foto-wiadomosc li,
.article-category-full article .foto-wiadomosc li {
  list-style: none;
}
@media all and (min-width: 89em) {
  .article-category article .article-sidebar,
.article-category-full article .article-sidebar {
    align-self: end;
    justify-self: end;
  }
  .article-category article .title,
.article-category-full article .title {
    margin-top: 3rem;
    line-height: 2rem;
  }
  .article-category article .data,
.article-category-full article .data {
    font-family: "Roboto Nano", monospace;
    font-size: 0.68rem;
    padding: 1em 0;
    padding-bottom: 0;
    margin: 0.25rem 0 0;
  }
  .article-category article .tag,
.article-category-full article .tag {
    font-family: "Roboto Nano", monospace;
    font-size: 0.68rem;
    padding: 1em 0;
    margin-bottom: 1.25rem;
  }
  .article-category article .tag a,
.article-category-full article .tag a {
    color: #b9b9b9;
  }
  .article-category article .subtitle,
.article-category-full article .subtitle {
    margin-bottom: 1.5rem;
  }
  .article-category article .article-photo,
.article-category-full article .article-photo {
    margin-bottom: 3rem;
  }
  .article-category article .grafika-dol img,
.article-category-full article .grafika-dol img {
    object-fit: unset;
    object-position: top center;
    width: auto;
  }
  .article-category article .zalaczniki ul li,
.article-category-full article .zalaczniki ul li {
    list-style: none;
  }
  .article-category article p img,
.article-category-full article p img {
    margin-top: 3rem;
  }
}

@media all and (min-width: 89em) {
  .article-category-full article .title {
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: -14rem;
    background-color: #fff;
    padding: 3rem;
    z-index: 888;
  }
  .article-category-full article .article-photo img {
    height: 850px;
  }
  .article-category-full article .foto-wiadomosc {
    position: relative;
  }
  .article-category-full article .foto-wiadomosc span {
    position: absolute;
    background-color: #ececec;
    padding: 1.5rem;
  }
  .article-category-full article .foto-wiadomosc span strong {
    margin-top: 3rem;
    display: block;
  }
  .article-category-full article .foto-wiadomosc span:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: block;
    font-weight: 900;
    position: absolute;
    background-color: #11414d;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1rem;
  }
}

.favorite {
  padding-top: 4rem;
}
.favorite article {
  position: relative;
}
.favorite article .data {
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
  padding-bottom: 4rem;
  display: block;
}
.favorite article .button-more {
  border-color: #868686;
  position: absolute;
  bottom: 0;
}
.favorite .bannery {
  margin-top: -10rem;
}
.favorite .bannery img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.navigation-bar {
  padding: 1rem 0;
}
.navigation-bar a {
  color: #444;
}
.navigation-bar .home-page {
  text-indent: -999em;
  display: inline-block;
}
.navigation-bar .home-page:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  text-indent: 1px;
  color: #000;
}
.navigation-bar a:nth-child(1n):before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
  display: inline-block;
  padding: 0 2rem;
}
.navigation-bar a:last-child {
  color: #11414d;
}

.menu-sidebar ul {
  background-color: #11414d;
  padding: 2rem;
}
.menu-sidebar ul li {
  padding: 1em;
  color: #fff;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #1a6477;
}
.menu-sidebar ul li a {
  color: #fff;
}
.menu-sidebar ul li a span {
  padding-left: 1.25rem;
}
.menu-sidebar ul li a i {
  position: absolute;
  left: 0;
  color: #e01b1b;
}

.page-category,
.page-wideo {
  background-color: #fff;
}

.pagination {
  list-style: none;
}
.pagination li {
  list-style: none;
  background-color: #ececec;
  display: inline-block;
  padding: 1rem;
}
.pagination li.current {
  background-color: #11414d;
  color: #fff;
}

.zajawka article {
  margin-bottom: 4rem;
}
.zajawka article img {
  width: 100%;
}
.zajawka article .title {
  padding: 1rem 0 0.25rem 0;
}
.zajawka article .data {
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
  display: block;
}
.zajawka article .button-more {
  margin-top: 2rem;
}

.search-score li {
  margin: 3rem 0;
}
.search-score li .title {
  line-height: normal;
}
.search-score li .data,
.search-score li .category-name {
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
  line-height: normal;
}

.wybory {
  position: absolute;
  display: none;
  background: url(../i/wybory.png);
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
}
.wybory p {
  font-size: 5rem;
  font-weight: 700;
  padding: 0 15px 0 75px;
  margin: 0;
  display: inline-block;
}
.wybory:after {
  content: "Dni pozostało do eurowyborów";
  font-family: "Roboto Nano", monospace;
  font-size: 1rem;
  font-weight: 300;
  width: 50%;
  position: absolute;
  bottom: 20px;
  right: auto;
}
@media all and (min-width: 79em) {
  .wybory {
    left: 20%;
    width: 415px;
    margin-bottom: 40px;
  }
}

.page-calendarium {
  background-color: #fff;
}
.page-calendarium .sidebar {
  grid-column: span 1;
}
.page-calendarium .calendar-content .event .event-time span {
  color: lightgray;
}
.page-calendarium .calendar-content .event .event-time strong {
  font-family: "Roboto Nano", monospace;
}

.page-wideo .wideo-content .title {
  padding: 1rem 0 0.25rem 0;
}
.page-wideo .wideo-content .data {
  font-family: "Roboto Nano", monospace;
  font-size: 0.68rem;
  padding: 1em 0;
  display: block;
}
.page-wideo .wideo-content .button-more {
  text-transform: uppercase;
  border: 0.5px solid #ececec;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 0.68rem;
  display: block;
  letter-spacing: 1px;
  width: 110px;
  text-align: center;
  cursor: pointer;
  line-height: normal;
  margin-top: 3rem;
}

.footer {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 70px;
  background-color: #11414d;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .button-more {
  margin-top: 30px;
}
.footer .menu-footer .menu {
  padding: 0;
  margin: 0;
}
.footer .menu-footer .menu li {
  display: inline-block;
  padding: 0 1em;
}
@media all and (min-width: 89em) {
  .footer .copyright {
    padding-top: 50px;
    border-top: 1px solid #1a6477;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=default.css.map */
