@charset "UTF-8";
:root {
  color-scheme: light;
}

.none-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/*$background-color-body: #f9f9f9;*/
.font-family-text {
  font-family: -apple-system, system-ui, sans-serif, Roboto, "Segoe UI", Ubuntu, Arial;
}

/* bez dzieci */
.font-serif {
  font-family: serif;
  line-height: 1.6 !important;
}

.font-serif p {
  line-height: 1.6 !important;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.font-smoothing {
  /*
  -webkit-font-smoothing: antialiased;
  */
}

/* brakujące */
.icon,
.font-icons,
.msio {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  /*display: inline-block;*/
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /*-webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-feature-settings: 'liga';*/
  /*fixed*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

i.icon {
  min-height: 14px;
  min-width: 14px;
}

.font-ready .icon {
  max-width: none;
}

/* Rules for sizing the icon. */
.icon.md-18 {
  font-size: 18px;
}

.icon.md-24 {
  font-size: 24px;
}

.icon.md-36 {
  font-size: 36px;
}

.icon.md-48 {
  font-size: 48px;
}

.icon.r-180,
.icon.r-180 {
  transform: rotate(180deg);
}

.max-width-all {
  max-width: 1080px;
}

.spin_r {
  animation: rotation 2s infinite linear;
  -webkit-animation: -webkit-rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes -webkit-rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.faa-spin {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

/* 
  NAVBAR
*/
i.notifications::before {
  content: "\e7f4";
}

i.mail::before {
  content: "\e158";
}

i.search::before {
  content: "\e8b6";
}

i.close::before {
  content: "\e5cd";
}

/* menu */
i.home:before {
  content: "\e88a";
}

i.menu:before {
  content: "\e5d2";
}

i.menu:before {
  content: "\e5d2";
}

i.smart_display:before {
  content: "\f06a";
}

i.photo_camera:before {
  content: "\e412";
}

i.auto_stories:before {
  content: "\e666";
}

i.sentiment_very_satisfied:before {
  content: "\e815";
}

i.newspaper:before {
  content: "\eb81";
}

i.forum:before {
  content: "\e0bf";
}

i.groups:before {
  content: "\f233";
}

/* menu profil */
i.admin_panel_settings:before {
  content: "\ef3d";
}

i.shield_person:before {
  content: "\f650";
}

i.settings:before {
  content: "\e8b8";
}

i.rss_feed:before {
  content: "\e0e5";
}

i.favorite:before {
  content: "\e87d";
}

i.photo_camera_front:before {
  content: "\ef69";
}

i.help:before {
  content: "\e887";
}

i.logout:before {
  content: "\e9ba";
}

/* admin */
i.campaign:before {
  content: "\ef49";
}

i.local_atm:before {
  content: "\e53e";
}

i.trending_up:before {
  content: "\e8e5";
}

i.sync:before {
  content: "\e627";
}

/* theme */
i.contrast:before {
  content: "\eb37";
}

i.light_mode:before {
  content: "\e518";
}

i.dark_mode:before {
  content: "\e51c";
}

/* 
  LISTY, KAFELKI CONTENT
*/
/* ikona konta i brak avatara */
i.account_circle::before {
  content: "\e853";
}

i.person::before {
  content: "\e7fd";
}

i.person_off::before {
  content: "\e510";
}

i.public::before {
  content: "\e80b";
}

/* okrągła strzałka */
i.rotate_right::before {
  content: "\e41a";
}

/* odsłony */
i.visibility::before {
  content: "\e8f4";
}

/* komentarze */
i.mode_comment::before {
  content: "\e253";
}

i.label::before {
  content: "\e892";
}

/* łapki */
i.thumb_down::before {
  content: "\e8db";
}

i.thumb_up::before {
  content: "\e8dc";
}

i.folder::before {
  content: "\e2c7";
}

/* rozwjanie częsci*/
i.expand_less::before {
  content: "\e5ce";
}

i.expand_more::before {
  content: "\e5cf";
}

/* przyciski dodaj */
i.schedule::before {
  content: "\e8b5";
}

i.add_notes::before {
  content: "\e091";
}

i.new_window::before {
  content: "\f710";
}

i.add_photo_alternate:before {
  content: "\e43e";
}

i.youtube_activity:before {
  content: "\f85a";
}

i.post_add:before {
  content: "\ea20";
}

i.calendar_month:before {
  content: "\ebcc";
}

i.query_stats:before {
  content: "\e4fc";
}

i.image:before {
  content: "\e3f4";
}

i.save:before {
  content: "\e161";
}

i.description:before {
  content: "\e873";
}

i.share:before {
  content: "\e80d";
}

i.more:before {
  content: "\e619";
}

i._18_up_rating:before {
  content: "\f8fd";
}

/* hydepark */
i.comments_disabled:before {
  content: "\e7a2";
}

i.comment:before {
  content: "\e0b9";
}

i.reviews:before {
  content: "\f054";
}

i.format_quote:before {
  content: "\e244";
}

/* paging - warstwy */
i.layers:before {
  content: "\e53b";
}

i.chat_add_on:before {
  content: "\f0f3";
}

/* wiadomosci */
i.drafts:before {
  content: "\e151";
}

/* formularz */
i.add_a_photo:before {
  content: "\e439";
}

i.add_reaction:before {
  content: "\e1d3";
}

i.reply:before {
  content: "\e15e";
}

/* button option */
i.more_vert:before {
  content: "\e5d4";
}

i.more_horiz:before {
  content: "\e5d3";
}

i.edit:before {
  content: "\e3c9";
}

i.delete:before {
  content: "\e872";
}

i.web_asset:before {
  content: "\e069";
}

i.link:before {
  content: "\e157";
}

i.monitoring:before {
  content: "\f681";
}

i.bar_chart_4_bars:before {
  content: "\f681";
}

/* przewiń w górę  */
i.keyboard_double_arrow_up:before {
  content: "\eacf";
}

i.arrow_forward_ios:before {
  content: "\e5e1";
}

i.arrow_back_ios_new:before {
  content: "\e2ea";
}

i.flag:before {
  content: "\e153";
}

/* edytor tesktu */
i.text_increase:before {
  content: "\eae2";
}

i.text_decrease:before {
  content: "\eadd";
}

i.serif:before {
  content: "\f4ac";
}

i.custom_typography:before {
  content: "\e732";
}

i.format_align_justify:before {
  content: "\e235";
}

i.format_align_left:before {
  content: "\e236";
}

i.format_align_right:before {
  content: "\e237";
}

/* pagging */
i.navigate_before:before {
  content: "\e408";
}

i.navigate_next:before {
  content: "\e409";
}

/* statusy */
i.info:before {
  content: "\e88e";
}

i.hourglass_top:before {
  content: "\ea5b";
}

i.task_alt:before {
  content: "\e2e6";
}

i.unpublished:before {
  content: "\f236";
}

i.edit_note:before {
  content: "\e745";
}

i.archive:before {
  content: "\e149";
}

i.draft:before {
  content: "\e66d";
}

/*
  MODAL
*/
i.arrow_back:before {
  content: "\e5c4";
}

i.close:before {
  content: "\e5cd";
}

.box-shadow {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.box-shadow-popup {
  box-shadow: 0 16px 24px 2px rgba(220, 68, 55, 0.14), 0 6px 30px 5px rgba(220, 68, 55, 0.12), 0 8px 10px -5px rgba(220, 68, 55, 0.4);
}

.box-shadow-strong {
  box-shadow: rgba(12, 12, 13, 0.1) 0px 1px 4px 0px;
}

.border-none {
  border: 0;
}

.border-radius {
  border-radius: 8px;
}

.border-top-radius {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.border-bottom-radius {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border-left-radius {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.border-radius-always {
  border-radius: 8px;
}

.border-radius-strong {
  border-radius: 8px;
}

.border-radius-strong-2 {
  border-radius: 12px;
}

.border-radius-strong-3 {
  border-radius: 18px;
}

.border-left-radius-strong {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.blue {
  color: #1b74e4;
}

.green {
  color: #00aa55;
}

.red {
  color: #e61919;
}

.black {
  color: #000000;
}

.purple {
  color: #800080;
}

.yellow {
  color: #fff006;
}

.orange {
  color: #f72;
}

.grey {
  color: #606060;
}

.white {
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style-type: none;
}

p {
  /*line-height: 21px;*/
  line-height: 150%;
  line-height: 1.5;
  color: #050505;
  font-size: 14px;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

em {
  margin: 4px 0;
  color: #606060;
  font-size: 11px;
  font-weight: 400;
}

small {
  font-size: 11px;
}

acronym {
  cursor: help;
}

::-moz-selection {
  color: #ffffff;
  background: #00aa55;
}

::selection {
  color: #ffffff;
  background: #00aa55;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
  padding: 0;
  margin: 0;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
button,
textarea,
select {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  background-color: transparent;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  -ms-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -o-appearance: radio;
  -ms-appearance: radio;
}

.clik,
[data-href-link],
[data-href],
button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

.padding-none {
  padding: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.background-none {
  background: transparent !important;
}

.border-none {
  border: 0 !important;
}

.text-underline {
  text-decoration: underline;
}

body,
button,
input,
select,
label,
textarea {
  font-size: 14px;
  font-family: -apple-system, system-ui, sans-serif, Roboto, "Segoe UI", Ubuntu, Arial;
  color: #050505;
  /*
  -webkit-font-smoothing: antialiased;
  */
}

main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a,
.link:not(i.link) {
  color: black;
  text-decoration: none;
  text-decoration-line: none;
  color: #216FDB;
}

a:visited {
  color: #216FDB;
}

.color-text {
  color: #050505;
}

.selected-href-hash article {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 3px !important;
  border-radius: 8px;
}

img {
  color: transparent;
}

button.universal {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
  border-radius: 8px;
  color: #050505;
  background-color: rgba(0, 0, 0, 0.05);
}

button.universal:hover:enabled {
  color: #e61919;
}

button i {
  color: #606060;
}

button:hover i {
  color: #e61919;
}

.botton-spacer {
  margin-right: 10px;
}

.ma {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
}

.icon-work {
  position: relative;
  z-index: 1000;
}

.icon-work:after {
  position: absolute;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  /*display: inline-block;*/
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /*-webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-feature-settings: 'liga';*/
  /*fixed*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  content: "\e41a";
  top: 50%;
  left: 50%;
  z-index: -1;
  margin-top: -26px;
  margin-left: -26px;
  font-size: 52px;
  color: #606060;
  animation: rotation 2s infinite linear;
  -webkit-animation: -webkit-rotation 2s infinite linear;
}

html, body {
  background-color: #fff !important;
  color: #050505;
}

body {
  margin: 0;
  position: relative;
}

#container {
  display: flex;
  margin: auto;
  padding: 85px 10px 0 10px;
  max-width: 1080px;
  position: relative;
}

#container.l-full {
  display: block;
}

body > header {
  position: absolute;
  top: 0;
  z-index: 10000;
  margin: auto;
  min-height: 65px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (prefers-color-scheme: dark) {
  body > header {
    border-top: 1px solid #e61919;
  }
}
body > header.fixed {
  position: fixed;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

body > header nav {
  clear: both;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 10px;
  width: 100%;
  min-height: 65px;
  z-index: 1000;
  position: relative;
}

body > header h1 {
  font-size: 48px;
}

body > header .logo {
  float: left;
}

body > header .logo a {
  display: block;
  margin: 0;
  width: 75px;
  height: 100%;
  text-indent: -9999px;
  z-index: 100;
}

body > header .logo a {
  background-image: url("/img/v32/logo-black.svg?v4");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 26px;
}

body > header .logo a {
  background-position: 0 center;
}

.main-menu {
  position: absolute;
  width: 98%;
  padding-left: 170px;
  padding-right: 170px;
  overflow: hidden;
  z-index: -1;
}

.main-menu > li {
  vertical-align: top;
  padding: 0 0.4%;
}

/*@media screen and (min-width: 1290px) {
	.main-menu > li {padding: 0 0.6%;}
}
@media screen and (min-width: 1385px) {
	.main-menu > li {padding: 0 0.95%;}
}*/
.sub-menu {
  float: right;
}

.nav-menu-button {
  float: left;
  margin-right: 8px;
}

.sub-menu > li > ul > li:last-child a,
.sub-menu > li > ul > li:last-child button {
  border: 0;
}

.logo,
.sub-menu,
.main-menu {
  height: 65px;
}

.main-menu li {
  height: 100%;
}

.main-menu > li,
.sub-menu > li {
  display: inline-block;
  height: 100%;
}

.main-menu li > a,
.main-menu li > span,
.main-menu li > button,
.sub-menu li > a,
.sub-menu li > span,
.sub-menu li > button {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 65px;
  text-decoration: none;
  font-size: 16px;
  height: 100%;
  width: 40px;
}

.main-menu li > a,
.sub-menu li > a,
.sub-menu li > ul > li > button {
  letter-spacing: -0.2px;
  color: #050505;
  font-weight: 500;
}

.sub-menu ul > li > a,
.sub-menu ul > li > button {
  line-height: 42px;
  height: 42px;
  white-space: nowrap;
}

.sub-menu > li:last-child {
  margin-left: 0;
}

.main-menu li > a {
  line-height: 65px;
  height: 100%;
}

.main-menu > li a i {
  display: none;
  font-size: 20px;
}

.main-menu li.home {
  display: none;
}

.main-menu li > a {
  width: auto;
  padding: 0 13px 0 13px;
}

.main-menu li:hover > *,
.sub-menu li:hover > * {
  color: #e61919;
}

.main-menu li {
  position: relative;
}

.main-menu li a:before {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  bottom: 0;
  background: transparent;
  position: absolute;
  left: 50%;
  z-index: 10000;
  transition: left 0.5s ease, width 0.5s ease, background-color 0.5s ease;
}

.main-menu:hover li.selected a:before {
  background-color: transparent;
}

.main-menu li.selected a:hover:before,
.main-menu li.selected a:before,
.main-menu li a:hover:before,
.main-menu li a:active:before {
  width: 100%;
  background: #e61919;
  left: 0;
}

.main-menu li:hover {
  background-color: transparent !important;
}

.sub-menu > li:hover,
.sub-menu > li.active {
  background-color: #ffffff;
}

.sub-menu > li > button blink {
  display: block;
  position: absolute;
  top: 10px;
  right: 4px;
  line-height: 1;
  padding: 2px 2px;
  color: white;
  font-size: 9px;
  font-weight: 700;
  border-radius: 2px;
  background: #e61919;
}

.sub-menu > li > button .avatar {
  position: relative;
  overflow: hidden;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid #050505;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.sub-menu > li > button .avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sub-menu > li > button .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-menu > li {
  float: right;
  margin: 0 0 0 10px;
}

.sub-menu > li > button {
  position: relative;
  display: block;
  width: 40px;
  height: 100%;
  padding: 0;
  cursor: pointer;
  font-size: 26px;
}

.sub-menu > li:first-child {
  margin-right: -10px;
}

body > header li.search form button i,
body > header li > button,
body > header li > button i {
  font-size: 24px;
  color: #050505;
}

body > header li .widget > button {
  color: #050505;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.05);
}

body > header button:hover,
body > header button:hover i {
  color: #e61919;
}

body > header button.disabled i {
  color: rgb(159.75, 159.75, 159.75);
  cursor: default;
}

body > header li.disabled {
  pointer-events: none;
}

.main-menu > li > ul,
.sub-menu > li > ul,
.sub-menu > li > div {
  position: absolute;
  z-index: 1000;
  top: 65px;
  right: 0;
  display: none;
  padding-top: 5px;
  min-width: 200px;
  background-color: #ffffff;
  border-top: 1px solid #e61919;
}

.sub-menu > li.search,
.sub-menu > li.toggle {
  position: static;
}

.sub-menu > li.search > ul {
  min-width: 320px;
  width: 100%;
  height: 100%;
}

.sub-menu > li.search > ul {
  padding: 0;
}

.sub-menu > li.search > ul > li {
  border: 0;
}

.main-menu > li.active > ul,
.sub-menu > li.active > ul,
.sub-menu > li.active > div {
  display: block;
}

.main-menu ul li > a,
.main-menu ul li > button,
.sub-menu > ul > li {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.sub-menu > ul > li {
  min-width: 175px;
}

.main-menu ul li > a,
.main-menu ul li > button,
.sub-menu ul li > a,
.sub-menu ul li > button {
  width: 100%;
  padding-right: 15px;
  margin: 0;
  border: 0;
  text-align: left;
}

.sub-menu > li > div,
.sub-menu > li > ul {
  box-shadow: 0 16px 24px 2px rgba(220, 68, 55, 0.14), 0 6px 30px 5px rgba(220, 68, 55, 0.12), 0 8px 10px -5px rgba(220, 68, 55, 0.4);
}

.sub-menu > li > div {
  right: 0;
  padding-top: 0;
}

.sub-menu ul li a i {
  width: 40px;
  text-align: center;
  margin-right: 4px;
  font-size: 24px;
  margin-top: -2px;
}

.sub-menu > li > div > ul.nav-stream {
  position: relative;
  min-width: 320px;
  max-width: 393px;
  text-align: left;
  overflow: scroll;
  overflow-x: hidden;
  min-height: 25px;
  max-height: 360px;
}

.sub-menu > li > div > ul.nav-stream li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.sub-menu > li > div > button {
  padding: 10px;
  width: 100%;
}

.sub-menu > li > div li.message,
.sub-menu > li > div li.notification {
  margin-bottom: 1px;
}

.sub-menu > li > div li .metadata i,
.sub-menu > li > div li .option i {
  font-size: 16px;
}

.sub-menu > li > div button:hover {
  color: #e61919;
}

body > header li.search form {
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #ffffff;
}

body > header li.search form input#sbi {
  display: inline-block;
  padding: 20px 60px 20px 160px;
  height: 100%;
  width: 100%;
  font-size: 20px;
  color: #050505;
}

body > header li.search form button {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border: 0;
  font-size: 20px;
}

body > header li.search form button span {
  display: none;
  text-indent: -9999px;
}

body > header li.search form button[type=button] {
  right: 0;
}

body > header li.search form button[type=submit] {
  left: 0;
  margin-left: 10px;
}

body > header .toggle-menu li.more {
  position: static;
}

header nav > ul.color-scheme {
  position: absolute;
  top: 35%;
  left: 100px;
}

header ul.color-scheme {
  padding: 0 4px;
  max-width: 85px;
  min-width: 50px;
  height: 25px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  align-content: center;
}

header .toggle-menu ul.color-scheme {
  margin: 15px auto;
}

header ul.color-scheme li {
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
}

header ul.color-scheme li:first-child {
  margin-left: 0;
}

header ul.color-scheme li i {
  color: rgb(159.75, 159.75, 159.75);
  font-size: 16px;
  /*border-radius: 50%;
  height: 18px;
  width: 18px;*/
}

header ul.color-scheme:hover li i {
  background-color: transparent;
}

header ul.color-scheme li:hover i,
header ul.color-scheme li:focus i,
header ul.color-scheme li.active i {
  color: #050505;
}

header.mobile {
  top: auto;
  bottom: 0;
}

header.mobile .sub-menu > li > ul,
header.mobile .sub-menu > li > div {
  bottom: 65px;
  top: auto;
}

nav.breadcrumb {
  clear: both;
  position: relative;
  z-index: 10;
  margin: 0 auto 15px auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 32px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.breadcrumb ul {
  width: 800px;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  margin: 0 3px 0 0;
  padding: 0;
}

.breadcrumb ul li:first-child i {
  font-size: 20px;
}

.breadcrumb ul li:first-child a span {
  display: none;
}

.breadcrumb li:hover::before,
.breadcrumb li:hover::after {
  background: #e61919;
}

.breadcrumb li::before,
.breadcrumb li::after {
  content: "";
  position: absolute;
  left: -5px;
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -2;
}

.breadcrumb li::before {
  top: 0;
  transform: skew(30deg);
}

.breadcrumb li::after {
  bottom: 0;
  transform: skew(-30deg);
}

.breadcrumb li a {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 10px;
  color: #050505;
  text-decoration: none;
}

.breadcrumb li:hover a {
  color: #fff;
}

.breadcrumb li:first-child {
  left: -5px;
}

.breadcrumb li:first-child a {
  padding-left: 15px;
}

.breadcrumb li:first-child::before,
.breadcrumb li:first-child::after {
  left: 0;
}

.homeLikeboxFB {
  margin: auto;
  padding: 0 0 10px 0;
  overflow: hidden !important;
  width: 100%;
  min-height: 155px;
  border: none;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

#like-all {
  position: relative;
  height: 20px;
}

#like-all .fb {
  overflow: hidden;
  float: left;
  display: block;
  width: 125px;
  height: 20px;
  margin: 0 0 10px 0;
  border: none;
}

.move-promotion-top {
  float: left;
  min-height: 100px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.move-promotion-bottom {
  float: left;
  margin-bottom: 20px;
}

.move-promotion-top .title-promotion {
  display: none !important;
}

#container:not(.l-full) > .promo-ego {
  display: none;
}

aside {
  margin: 0;
}

#container > main {
  padding: 0;
}

aside .promotion {
  clear: both;
  display: block;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  background: transparent;
}

.promo-250-250 {
  overflow: hidden;
  height: 250px;
  width: 250px;
}

.promo-250 {
  width: 100%;
}

.move-promotion-right {
  width: 100%;
  height: 100%;
}

.add-buttons {
  display: flex;
  margin: 0 0 15px 0;
  width: 100%;
  text-align: center;
}

.add-buttons button:first-child {
  margin-right: 10px;
}

.add-buttons button:last-child {
  margin-right: 0;
}

.add-buttons button {
  background-color: #f72;
  border-radius: 8px;
  flex: 1;
  white-space: nowrap;
}

.add-buttons button.one {
  width: 100%;
  margin-left: 0;
}

.add-buttons button.green {
  background-color: rgb(0, 42.5, 21.25);
}

.add-buttons button.yellow {
  background-color: #fff006;
}

.add-buttons button.red {
  background-color: #e61919;
}

.add-buttons button.orange {
  background-color: rgb(161.5, 62.1153846154, 0);
}

.add-buttons button.grey {
  background-color: rgb(0, 42.5, 21.25);
}

.add-buttons button.black {
  background-color: rgb(63.75, 63.75, 63.75);
}

.add-buttons button.schedule {
  background-color: rgb(0, 134.3, 67.15);
  padding: 0 12px;
}

.add-buttons button.add {
  background-color: #e61919;
}

.add-buttons button:hover i,
.add-buttons button:hover {
  color: #ffffff !important;
  opacity: 0.8;
}

.add-buttons span,
.add-buttons i {
  color: #ffffff;
}

.add-buttons i {
  margin-right: 5px;
  font-size: 22px;
}

.add-buttons span {
  display: block;
}

.panel {
  clear: both;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

._qbc {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
}

._qbmt {
  margin-top: 36px;
}

section > header {
  width: 100%;
  min-height: 28px;
  float: left;
  display: flex;
  flex-direction: column;
  position: relative;
}

section > header .count {
  font-size: 14px;
  color: #606060;
  font-weight: normal;
}

section > header h1,
section > header h2,
section > header h3 {
  float: left;
  display: block;
  color: #050505;
  margin: 0;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

._qbc > header {
  height: auto;
}

._qbl > header,
._qbz > header {
  position: relative;
  width: 100%;
  min-height: 25px;
  margin-bottom: 0;
}

._qbz > header {
  min-height: 22px;
}

._qbl.ss > header,
._qbz.ss > header {
  margin-bottom: 20px;
}

._qbz > header h1,
._qbz > header h2,
._qbl > header h1,
._qbl > header h2 {
  padding: 8px 0 5px 0;
  position: relative;
  /*font-family: Oswald;*/
}

._qbl > header h1 {
  padding-top: 0;
}

._qbz > header h1,
._qbz > header h2 {
  margin: 0;
  font-size: 20px;
  min-height: 26px;
  display: inline-block;
  color: #050505;
}

._qbz > header h1 {
  font-size: 24px;
}

._qbz > header h2:after,
._qbl > header h2:after {
  content: "";
  background: #e61919;
  display: block;
  width: 5%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

header h1 + .site-slogan {
  margin-top: -5px;
  margin-bottom: 5px;
}

header .site-slogan {
  font-size: 12px;
  color: #606060;
}

/*
._qbz > header:after {
	top: 14px;
}
._qbz.ss > header:after {
	top: 25px;
}

._qbl > header:after {
	top: 27px;
	font-size: 22px;
}*/
._qbc > header,
.box-835 > header {
  min-height: 35px;
}

section._qbz > header h2 a,
section._qbl > header h2 a {
  color: #050505;
}

._qbc > header h1,
._qbc > header h2 {
  margin: 15px;
  padding: 0;
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-shadow: none;
}

.only header ul.sort-main {
  display: none;
}

header ul.sort-select {
  display: none;
}

.only header ul.sort-select {
  display: block;
}

header ul.sort-select label {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

header ul.sort-select label:before {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  /*display: inline-block;*/
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /*-webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-feature-settings: 'liga';*/
  /*fixed*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #050505;
  font-size: 18px;
  position: absolute;
  top: 1px;
  right: 6px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

header ul.sort-select label select {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 16.8px;
  padding: 2px 5px 2px 5px;
  text-align: right;
  direction: rtl;
}

header ul.sort-select label select option {
  padding: 2px 5px;
}

header ul.sort {
  position: absolute;
  right: 0;
  z-index: 1000;
  text-align: right;
}

._qbc header ul.text-editor {
  position: absolute;
  top: 5px;
  right: 15px;
}

._qbc header ul.text-editor .options-ellipsis > button {
  font-size: 24px;
}

._qbc header ul.sort {
  margin-top: 2%;
  margin-right: 2%;
}

header ul.sort li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #050505;
  background: transparent;
  position: relative;
  z-index: 1000;
}

._qbl header ul.sort,
._qbz header ul.sort {
  margin-top: 4px;
}

header ul.sort li a,
header ul.sort li button,
header ul.sort li select {
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  cursor: pointer;
}

header ul.sort li select {
  padding: 0;
  height: 28px;
}

header ul.sort li:last-child > * {
  padding-right: 4px;
}

header ul.sort li button,
header ul.sort li a {
  color: #606060;
}

header ul.sort li select {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #050505;
  padding-right: 18px;
}

header ul.sort li.selected,
header ul.sort li:hover {
  font-weight: 400;
  /*border-bottom: 2px solid $color-txt;*/
}

header ul.sort li.selected button,
header ul.sort li.selected a {
  color: #050505;
}

header ul.sort li.selected > * {
  font-weight: bold;
}

/* zakładki */
header.tab {
  position: relative;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1); /* Można zastąpić zmienną $border-header */
  width: 100%;
  height: 48px;
}

header.tab nav {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
  scrollbar-width: none; /* Ukrycie paska przewijania w Firefox */
  position: relative;
}

header.tab nav::-webkit-scrollbar {
  display: none; /* Ukrycie paska przewijania w WebKit */
}

header.tab::before,
header.tab::after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  /*display: inline-block;*/
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /*-webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-feature-settings: 'liga';*/
  /*fixed*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  content: "\e5cc";
  position: absolute;
  color: #050505;
  top: 0;
  bottom: 0;
  padding: 10px 0 0 20px;
  font-size: 26px;
  min-width: 10px;
  z-index: 1;
  cursor: pointer;
  background: linear-gradient(to right, #fff 30%, transparent);
  display: none;
}

header.tab.show-arrows::before,
header.tab.show-arrows::after {
  display: block;
}

/* Ukryj lewą strzałkę, gdy jesteśmy na początku przewijania */
header.tab.hide-left-arrow::before {
  display: none;
}

/* Ukryj prawą strzałkę, gdy jesteśmy na końcu przewijania */
header.tab.hide-right-arrow::after {
  display: none;
}

header.tab::before {
  content: "\f46b";
  left: 0;
  padding: 10px 20px 0 0;
}

header.tab::after {
  right: 0;
  background: linear-gradient(to left, #fff 30%, transparent);
}

header.tab h1,
header.tab h2 {
  display: none;
}

header.tab ul.nav-user {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  align-items: center;
}

header.tab ul.nav-user li {
  display: inline-block;
  height: 100%;
  border-bottom: 0;
  border-top: 3px solid transparent;
}

header.tab ul.nav-user li a {
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #050505;
}

header.tab ul.nav-user li:focus a,
header.tab ul.nav-user li:hover a {
  color: #e61919;
}

header.tab ul.nav-user li.selected {
  border-color: #1b74e4;
}

.box {
  float: left;
  display: block;
  width: 100%;
}

._qbl .box {
  padding: 5px 0 15px 0;
}

aside ._qbl .box {
  padding: 5px;
}

._qbz .box {
  padding: 0;
}

._qbc .box {
  padding: 0 15px 15px 15px;
}

.sumSum {
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}

.sumSum span {
  display: inline-block;
  font-size: 13px;
  margin: 5px 4px;
  color: #606060;
}

.menu ul {
  float: left;
  width: 100%;
}

.menu ul li {
  margin: 3px 0;
  height: 25px;
  display: block;
  text-transform: lowercase;
}

.menu ul li a {
  padding: 5px 0 5px 10px;
  display: block;
  font-size: 14px;
  color: #050505;
  background: #ffffff;
}

.menu ul li:first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.menu ul li:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.menu ul li.selected a,
.menu ul li a:hover {
  color: #ffffff;
  background: rgb(32.25, 32.25, 32.25);
}

nav.categories {
  clear: both;
  float: left;
  margin: 0 0 15px 0;
  width: 100%;
}

.categories ul {
  float: left;
}

.categories ul li {
  float: left;
  margin: 0 6px 6px 0;
  display: block;
}

.categories ul li a {
  padding: 6px 10px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background: #1b74e4;
  border-radius: 8px;
}

.categories ul li a:hover,
.categories ul li.selected a {
  color: #ffffff;
  background: rgb(32.25, 32.25, 32.25);
  text-decoration: none;
}

nav.tags {
  clear: both;
  float: left;
  width: 100%;
}

.tags ul {
  float: left;
}

.tags ul li {
  float: left;
  margin: 0 8px 8px 0;
  display: block;
}

.tags ul li a {
  padding: 6px;
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #050505;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.tags ul li a:hover,
.tags ul li.selected a {
  color: #050505;
  background: rgb(121.5, 121.5, 121.5);
  text-decoration: none;
}

label.nav-cat-mobile {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
  overflow: hidden;
}

label.nav-cat-mobile:after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  /*display: inline-block;*/
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /*-webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-feature-settings: 'liga';*/
  /*fixed*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  content: "\e5d7";
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
  text-align: center;
  width: 12%;
  height: 100%;
  pointer-events: none;
}

select.cat-mobile {
  width: 100%;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #1b74e4;
  border-radius: 8px;
  color: #ffffff;
  padding-left: 3%;
}

.breadcrumb ul li a,
.add-buttons span,
select.cat-mobile {
  font-size: 14px;
  line-height: 2.3;
  font-weight: 500;
  height: 32px;
}

.alphabet ul {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
}

.alphabet ul li {
  display: inline-block;
  margin: 0.5%;
}

.alphabet ul li a {
  padding: 4px 10px;
  color: #ffffff;
  background: #1b74e4;
  font-size: 14px;
}

.alphabet ul li a:hover {
  color: #ffffff;
  background: rgb(32.25, 32.25, 32.25);
  text-decoration: none;
}

.metadata {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  color: #606060;
  /*line-height: 150%;*/
  line-height: 1.4;
  overflow: hidden;
}

.metadata.top {
  margin: 0 0 5px 0;
}

.metadata i {
  font-size: 16px;
}

.metadata.sum {
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.metadata .pubdate {
  text-transform: lowercase;
}

.metadata > span:not(.option) {
  white-space: nowrap;
  display: inline-block;
  margin-right: 6px;
}

.metadata > span.title {
  white-space: normal;
}

.metadata span:last-child,
.metadata span.spacer {
  margin-right: 0;
} /*
.metadata > span.category {
   white-space: nowrap;  
   max-width: 150%;                     
   overflow: hidden;
   text-overflow: ellipsis; 
}*/
.metadata span.author,
.metadata span.source {
  opacity: 1;
  font-size: 14px;
  line-height: 1;
}

.metadata span > i {
  margin-right: 2px;
}

.metadata span > a {
  color: #050505;
}

.metadata .author i,
.metadata .source i {
  margin-right: 0;
  margin-top: -2px;
  font-size: 28px !important;
}

.metadata .avatar {
  float: left;
  margin: 0;
  max-width: 192px;
  width: 100%;
  width: 30%;
  position: relative;
  font-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
}

.metadata .avatar {
  font-size: 28px;
  width: 28px;
  height: 28px;
}

.metadata .source,
.metadata .author {
  font-weight: 500;
}

.metadata > span:first-child i {
  margin-left: 0 !important;
}

.list ul {
  float: left;
  width: 100%;
}

.list ul li {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.list ul li.selected {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.prev-next {
  clear: both;
  float: left;
  width: 95%;
  position: relative;
}

.prev-next .next,
.prev-next .prev {
  display: block;
  width: 8px;
  height: 75px;
  position: absolute;
  right: 14px;
  font-size: 12px;
  color: #606060;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.prev-next .next {
  top: 22%;
}

.prev-next .prev {
  top: 65%;
}

.slider-news {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  position: relative;
}

.slider-news header {
  display: none;
}

.slider-news figure {
  height: 290px;
  overflow: hidden;
  border-radius: 8px;
}

.slider-news img {
  width: 100%;
  object-fit: cover;
}

.slider-news h2,
.slider-news h3 {
  display: block;
  float: left;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 0;
  word-wrap: break-word;
  width: 100%;
}

.slider-news article a {
  padding: 14px 20px 20px 20px;
  display: block;
  color: #e61919 !important;
  text-shadow: 0px -2px white, -2px 0px white, 2px 0px white, 0px 2px white;
  font-size: 26px;
  font-weight: 700;
}

.slider-news ul {
  float: right;
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 16px;
}

.slider-news ul li {
  float: left;
  margin-left: 16px;
  display: block;
  height: 16px;
  width: 16px;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 16px;
  background: white;
  transition: all 0.5s;
}

.slider-news ul li.on,
.slider-news ul li:hover {
  background: #e61919;
}

.slider-news article {
  display: none;
}

.slider-news article.on {
  display: block;
}

.slider-news article p {
  display: none;
}

.ct {
  cursor: pointer;
}

.ct:hover a.cta,
.ct:hover h2 > a,
.ct:hover h3 > a,
.ct:hover h4 > a,
.ct:hover h5 > a,
.ct:hover h6 > a {
  color: #e61919;
}

.ct:active a,
.ct:link a,
.ct:focus a {
  color: #e61919;
}

.media > ul.result li > article {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.media .result figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  color: transparent;
}

.media .result figure {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 1;
}

.media .video article:hover figure:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  /*display: inline-block;*/
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /*-webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-feature-settings: 'liga';*/
  /*fixed*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  content: "\e1c4";
  color: #fff;
  font-size: 46px;
  margin-top: -23px;
  margin-left: -23px;
  text-shadow: 0px 0px 20px #000;
  opacity: 0.8;
}

.media .no-grid article figure {
  height: 180px;
}

.media article figure img {
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 100%;
  object-fit: contain;
}

.media ul.videos article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media .images article .resize img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media figure .duration {
  position: absolute;
  right: 4px;
  bottom: 8px;
  padding: 4px 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: white;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.media article .option {
  position: absolute;
  right: 5px;
  top: 5px;
}

.media .result header {
  padding: 10px;
}

.media .result footer {
  text-align: center;
  padding: 0 10px 10px 10px;
}

.video-media,
.view-media {
  margin: auto;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

.view-media {
  position: relative;
  min-height: 200px;
}

.fotki .media figure.view-media {
  width: 106.3%;
  margin-left: -3.2%;
}

.video-media {
  clear: both;
  float: left;
  margin: auto;
  width: 100%;
  min-height: 100px;
  margin-bottom: 5px;
  text-align: center;
}

.media .view-media .prev,
.media .view-media .next {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  padding: 150px 2px;
  color: #606060;
  mix-blend-mode: difference;
  font-size: 26px;
}

.media .view-media .prev {
  left: -10px;
}

.media .view-media .source {
  font-size: 10px;
}

.media .view-media .next {
  right: -10px;
}

.media .view-media .prev:hover,
.media .view-media .next:hover {
  font-size: 36px;
}

.media .view-media img {
  color: transparent;
  max-width: 100%;
  max-height: 100%;
}

.video-media iframe,
.video-media embed,
.video-media object,
.video-media video,
.video-media #player {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.media .opis,
footer .opis,
.media figcaption {
  text-align: left;
  font-size: 14px;
}

.description-container {
  position: relative;
}

.description-container .description {
  position: relative;
  max-height: 7.5em;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.description-container .description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background: linear-gradient(to bottom, transparent, #ffffff 90%);
  pointer-events: none;
}

.description-container .description.expanded {
  max-height: none;
}

.description-container .description.expanded::after {
  background: none;
}

.description-container .toggle-more {
  color: #050505;
  text-decoration: underline;
  margin-top: 5px;
  font-weight: 500;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  display: none;
}

.media footer {
  margin-top: 0;
}

.media ul.top li {
  overflow: hidden;
  padding: 15px;
  margin-bottom: 10px;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.media ul.top li.selected {
  background: rgba(0, 0, 0, 0.1);
}

/*.media ul.top li:last-child {
	margin-bottom: 0;
}*/
.media ul.top li figure {
  position: relative;
  width: 38.2%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.media ul.top li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media ul.top li .metadata {
  display: inline-block;
  width: 61.8%;
  padding: 0 5px 0 10px;
}

.media ul.top.thumb-radius li {
  padding: 0;
  max-height: 100px;
}

.media ul.top.thumb-radius li figure {
  width: 48%;
  height: 100px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.media ul.top.thumb-radius li .metadata {
  width: 52%;
}

.profiles ul.result article {
  padding: 20px 0 10px 0;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.profiles ul.result li figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.profiles ul.result li figure img {
  max-width: 100%;
}

.profiles ul.result li h3 {
  margin: 3px 0 0 0;
  overflow: hidden;
}

.profiles ul.result li .option {
  position: absolute;
  right: 5px;
  top: 5px;
}

.profiles ul.top li figure {
  width: 100%;
  padding-top: 100%; /* Zapewnia proporcję kwadratu */
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.profiles ul.top li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profiles ul.top li .metadata {
  text-align: center;
}

.profiles ul.top h3 {
  overflow: hidden;
  font-weight: 500;
  text-align: center;
}

.profiles ul.top h3 a {
  font-size: 14px;
}

.text ul.result article {
  position: relative;
  display: inline-block;
  padding: 15px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.profil .text article {
  margin: 0 0 10px 0;
}

.text article .other-parts .metadata {
  font-size: 10px;
}

.text .other-parts button {
  color: #606060;
}

.text .other-parts > button:hover {
  color: #e61919;
}

.text .other-parts.active button {
  color: #606060;
}

.text .other-parts.active > button:after {
  content: ":";
}

.text .view-text .other-parts button {
  color: #216FDB;
  text-decoration: underline;
  font-size: 16px;
}

.text .other-parts {
  margin: 5px 0 0 0;
  color: #606060;
}

.view-text .other-parts {
  margin: 5px 0;
}

.text .other-parts > ul {
  display: none;
  margin-top: 1%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.text .other-parts.active > ul {
  display: block;
}

.text .other-parts > ul > li {
  display: inline-block;
}

.text .other-parts .no-column-count > ul > li {
  width: 33.33333%;
}

.text .other-parts > ul > li {
  position: relative;
  font-size: 12px;
  padding: 3% 3% 3% 0;
  width: 100%;
}

.text .other-parts > ul > li .option {
  top: auto;
  bottom: 0;
}

@media (max-width: 480px) {
  .text .other-parts .no-column-count li {
    width: 50%;
  }
  .text .other-parts > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .text .other-parts > ul > li {
    font-size: 12px;
    padding: 5% 3% 5% 0;
    width: 100%;
  }
}
.text .view-text {
  width: 100%;
}

.text .view-text a.photo {
  float: left;
  margin: 0px 3% 1% 0;
  max-width: 38.2%;
  line-height: 1;
}

.text .view-text a.photo i {
  font-size: 11px;
  color: #050505;
}

.text .view-text p,
.joke .view-joke p {
  margin: 0 0 10px 0;
}

.text .view-text p u {
  text-decoration-color: blue;
  -moz-text-decoration-color: blue;
}

.text article .option {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

p.reviews-article {
  display: block;
  margin-top: 35px !important;
  padding: 12px 10px;
  border: 1px solid #606060;
  color: #050505;
  font-size: 18px !important;
  text-align: center;
  border-radius: 8px;
}

.reviews-article button {
  margin: 24px 24px 5px 5px;
  font-size: 16px;
  padding: 6px 20px;
  color: white;
  border-radius: 8px;
}

.reviews-article button.yes {
  background: #00aa55;
}

.reviews-article button.no {
  background: #e61919;
}

.reviews-article button.cancel {
  background: #606060;
  margin-right: 0;
}

.press > ul.result li > article {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.press article figure {
  display: block;
  overflow: hidden;
  color: transparent;
  position: relative;
  min-height: 240px;
}

.press article figure img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}

.press article figure figcaption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.press article .option {
  position: absolute;
  right: 5px;
  top: 5px;
}

.joke .result article {
  position: relative;
  background: #ffffff;
  width: 100%;
  padding: 15px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.joke .result header {
  clear: both;
}

.joke .result p.text {
  clear: both;
  display: block;
  margin: 0 0 10px 0;
}

.joke .result footer {
  clear: both;
  display: block;
  padding: 0;
  min-height: 25px;
}

.joke .result .mwpane {
  text-align: center;
}

.joke .result .share {
  float: left;
  margin: 10px 0 0 0;
  opacity: 0.1;
  text-align: left;
  clear: both;
}

.joke .result:hover .share {
  opacity: 1;
}

.joke .result .option {
  position: absolute;
  right: 10px;
  top: 10px;
}

.press article h2,
.press article h3 {
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
}

.text article h2,
.text article h3 {
  font-size: 18px;
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 5px;
}

.joke article header h2,
.joke article header h3 {
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 5px;
}

.media article h2,
.media article h3 {
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
  color: #050505;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.profiles ul.result li h2,
.profiles ul.result li h3 {
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
}

article h2 a,
article h3 a,
ul.topic li h3 a,
ul.all-post .author a,
ul.comments .author a,
.list ul li h3 a,
.media ul.top li h3 a,
ul.profiles li h3 a {
  color: #050505;
}

article h2 a:visited,
article h3 a:visited,
ul.topic li h3 a:visited,
ul.all-post .author a:visited,
ul.comments .author a:visited,
.list ul li h3 a:visited,
.media ul.top li h3 a:visited,
ul.profiles li h3 a:visited {
  color: #050505;
}

.list ul li h3,
.media ul.top li h3 {
  font-size: 14px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.description ul {
  float: left;
}

.joke .result p.text,
.text-content,
.text .view-text p,
.joke .view-joke p {
  font-size: 16px;
}

.text-content.small,
.text-content.small p {
  font-size: 14px !important;
}

.text-content,
.text-content.medium p {
  font-size: 16px !important;
}

.text-content.large,
.text-content.large p {
  font-size: 18px !important;
}

.text-content.align-left,
.text-content.align-left p {
  text-align: left;
}

.text-content.align-justify,
.text-content.align-justify p {
  text-align: justify;
  hyphens: auto;
}

.text-content img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-content ul {
  font-size: inherit;
}

.text-content ul li {
  font-size: inherit;
  margin: 1px 0;
}

.text-content ul li:before {
  content: "•";
  color: #606060;
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
}

.names h2 {
  margin: 10px 10px;
  color: #728d14;
  border-bottom: 1px solid #368C39;
}

.names dl {
  margin: 5px 14px;
}

.names dl dt {
  margin-top: 2px;
  font-weight: 700;
}

.names dl dd {
  margin: 0 0 0 14px;
}

.box > footer {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

.box > footer > .row {
  float: left;
  padding: 12px 0 12px 0;
  width: 100%;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.box > footer > .row:last-child {
  border: 0;
}

.box > footer > .row .mwpane {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  vertical-align: top;
  line-height: 25px;
}

.box > footer > .row .mwpane {
  float: right;
}

.box > footer > .info {
  word-wrap: normal;
  display: flex;
}

.box > footer > .info figure {
  width: 48px;
  height: 48px;
}

.box > footer > .info img.avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.box > footer > .info a {
  color: #050505;
  font-weight: 500;
}

.box > footer > .info .content {
  margin-top: auto;
  margin-bottom: auto;
  word-wrap: normal;
  padding-left: 2%;
  flex: 1;
}

.box > footer > .info .option {
  text-align: right;
}

.box > footer > .share {
  overflow: hidden;
  height: 40px;
  padding: 5px 5px;
  text-align: center;
}

.box > footer > .row .button-share {
  width: 18%;
  text-align: center;
}

.box > footer > .button-share iframe {
  display: inline-block;
  height: 20px;
  border: none;
  overflow: hidden;
}

.box > footer > .button-share iframe.fb {
  width: 150px;
}

.box > footer > .button-share iframe.twitter {
  width: 65px;
}

.box > footer > .admin {
  text-align: center;
}

.box > footer > .row .admin a,
.box > footer > .button-share a {
  margin: 0 3px;
}

.box > footer > .row .mwpane {
  text-align: right;
}

.box > footer .le {
  float: left;
  width: 170px;
}

.box > footer .le a {
  color: black;
}

.box > footer .author,
.box > footer .pubdate,
.box > footer .category {
  font-weight: 500;
}

.button-share-fb {
  border-radius: 3px;
  padding: 3px 5px;
  color: white;
  background-color: #4267b2;
  font-size: 11px;
  font-weight: 700;
  min-width: 86px;
}

.button-share-fb.big {
  font-size: 11px;
  padding: 4px 8px;
}

.button-share-fb i,
.button-share-fb span {
  display: inline-block;
  vertical-align: middle;
}

.button-share-fb i {
  color: white;
  padding-right: 3px;
  font-size: 14px;
  font-weight: 400;
}

.button-share-fb span {
  padding-top: 2px;
}

.icon-facebook i {
  color: #3B5998;
}

.icon-facebook:hover {
  background-color: #3B5998;
}

.icon-google i {
  color: #DB4437;
}

.icon-google:hover {
  background-color: #DB4437;
}

.icon-reddit i {
  color: #FF4500;
}

.icon-reddit:hover {
  background-color: #FF4500;
}

.icon-tumblr i {
  color: #36465D;
}

.icon-tumblr:hover {
  background-color: #36465D;
}

.icon-pinterest i {
  color: #C72527;
}

.icon-pinterest:hover {
  background-color: #C72527;
}

.icon-delicious i {
  color: #0076E8;
}

.icon-delicious:hover {
  background-color: #0076E8;
}

.icon-twitter i {
  color: #00ABF1;
}

.icon-twitter:hover {
  background-color: #00ABF1;
}

.icon-vk i {
  color: #4a799f;
}

.icon-vk:hover {
  background-color: #4a799f;
}

.icon-digg i {
  color: #000;
}

.icon-digg:hover {
  background-color: #000;
}

.share button:hover i {
  color: #fff;
}

.zoom-in-cursor,
.zoom-in-cursor:hover {
  cursor: zoom-in;
}

.zoom-out-cursor,
.zoom-out-cursor:hover {
  cursor: zoom-out;
}

form.form-uni {
  float: left;
  padding: 10px 0;
}

form.form-uni,
form.form-uni .row,
form.form-uni .row-header,
form.form-uni .row-submit {
  clear: both;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
}

form.form-uni .row,
form.form-uni .row-header,
form.form-uni .row-submit {
  float: left;
  width: 100%;
}

form.form-uni > .checkbox {
  margin: 2px auto;
}

form.form-uni > .emots {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
}

form.form-uni > .emots .left label {
  color: transparent;
}

form.form-uni label,
form.form-uni select,
form.form-uni input,
textarea {
  padding: 6px;
}

form.form-uni input[type=file] {
  padding: 20px;
}

form.form-uni select,
form.form-uni input,
form.form-uni textarea,
.form-user-search select {
  border-color: rgb(159.75, 159.75, 159.75);
  border-width: 1px;
  border-style: solid;
  color: #050505;
  background: #ffffff;
  border-radius: 8px;
}

form.form-uni select:focus,
form.form-uni input:focus,
form.form-uni textarea:focus,
.form-user-search select:focus {
  border-color: #606060;
}

form.form-uni option {
  padding-left: 4px;
}

form.form-uni .left label {
  float: left;
  padding: 6px 5px 0 0 !important;
  width: 100%;
  text-align: right;
}

form.form-uni input.checkbox {
  margin: 7px 0px;
  display: inline-block;
  /*vertical-align: middle;*/
}

form.form-uni input.big {
  width: 100%;
}

form.form-uni select {
  width: 100%;
}

form.form-uni input.mini {
  width: 40px;
}

form.form-uni textarea.big-mac {
  width: 100%;
  height: 350px;
}

form.form-uni textarea.big {
  width: 100%;
  height: 250px;
}

form.form-uni textarea.mini {
  width: 100%;
  height: 50px;
}

form.form-uni textarea.autogrow-textarea {
  width: 100%;
  min-height: 50px;
}

form.form-uni .row-header {
  padding-top: 15px;
  border-top: rgb(159.75, 159.75, 159.75) solid 1px;
  font-size: 16px;
  font-weight: 500;
  color: #606060;
}

form.form-uni .submit,
form.form-uni .submit-load {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 6px 14px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  color: #050505;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

form.form-uni .submit:hover {
  color: #e61919;
}

button.submit-load {
  color: #606060;
  padding: 5px 25px 5px 10px !important;
  cursor: default;
  text-shadow: none;
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
}

button.submit-load:before {
  position: absolute;
  right: 5px;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  /*display: inline-block;*/
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /*-webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-feature-settings: 'liga';*/
  /*fixed*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  content: "\e41a";
  animation: rotation 2s infinite linear;
  -webkit-animation: -webkit-rotation 2s infinite linear;
}

form.form-uni .button-plus {
  display: inline-block;
  margin: 0 10px 0 10px;
  height: 22px !important;
  border: none;
  box-shadow: none;
}

form.form-uni .button-plus button,
form.form-uni .button-plus label {
  cursor: pointer;
}

form.form-uni .button-plus i {
  cursor: pointer;
  color: #606060;
  font-size: 24px;
  vertical-align: middle;
}

form.form-uni .button-plus.enter:hover label,
form.form-uni .button-plus:hover i {
  color: #e61919;
}

form.form-uni .left,
form.form-uni .right {
  display: block;
}

form.form-uni .row .left {
  float: left;
  width: 25%;
}

form.form-uni .row .right {
  float: right;
  width: 75%;
}

form.form-uni .row-submit .right {
  text-align: right;
}

form.form-uni .row-submit .left {
  float: left;
  width: 40%;
  padding-left: 15%;
}

form.form-uni .row-submit .right {
  float: right;
}

img.token {
  margin: -8px 0 0 0;
}

form.form-uni .row .left {
  width: 20%;
}

form.form-uni .row .right {
  width: 80%;
}

form.form-add .row .left {
  width: 15%;
}

form.form-add .row .right {
  width: 85%;
}

form.form-c2 {
  padding: 5%;
}

form.form-c2 .row .left {
  width: 20%;
  min-width: 40px;
}

form.form-c2 .row .right {
  width: 80%;
}

form.form-c2 .row-submit .left {
  padding-left: 0;
}

form.form-profiles {
  margin: 0;
  padding: 2px 0;
  width: 100%;
}

form.form-profiles .row {
  margin: 2px 0;
}

form.form-profiles .row .right {
  width: 100%;
  margin: 0;
}

form.form-comment .row {
  display: flex;
}

form.form-comment .row .left {
  width: 48px;
  color: transparent;
}

form.form-comment .row.textarea .left {
  height: 48px;
}

form.form-comment .row .left img {
  width: 100%;
  height: 100%;
}

form.form-comment .row .left img.avatar {
  border-radius: 50%;
}

form.form-comment .row .left label {
  margin: 0;
  padding: 0 !important;
  text-align: left;
}

form.form-comment .row .right {
  width: auto;
  flex: 1;
  padding-left: 2%;
}

form.form-comment,
form.form-comment .row,
form.form-comment .row-submit {
  width: 100%;
}

form.form-comment textarea {
  width: 100%;
  min-height: 50px;
  margin-left: 2px;
}

form.form-comment input {
  margin-left: 2px;
}

form.form-comment .row-submit .left {
  padding-left: 9.5%;
}

form.form-post {
  width: 100%;
}

form.form-post .row,
form.form-post .row-submit {
  width: 100%;
}

form.form-post .row .left {
  display: none;
}

form.form-post .row .right {
  width: 100%;
}

form.form-post .row-submit .left {
  padding-left: 0;
}

form.form-post .row .right {
  position: relative;
  display: block;
}

form.form-post .row .right textarea {
  margin: 0px;
  width: 100%;
  height: 150px;
}

form.form-message {
  width: 100%;
}

form.form-message .row,
form.form-message .row-submit {
  width: 100%;
}

form.form-message .row .left {
  display: none;
}

form.form-message .row .right {
  width: 100%;
}

form.form-message .row .left label {
  margin: 0;
  padding: 0;
}

form.form-message .row-submit .left {
  padding-left: 0;
  width: 20%;
}

form.form-message .row .right {
  position: relative;
  display: block;
}

form.form-message .row-submit .enter .checkbox {
  margin: 0;
}

form.form-message .enter label,
form .charsRemaining {
  color: #606060;
}

form.form-message .row .right textarea {
  margin: 0px;
  width: 100%;
  height: 50px;
}

form.form-uni .non-lab .left {
  display: none !important;
}

form.form-uni .non-lab .right {
  width: 100% !important;
}

form.rowmax .row .left,
form.rowmax .row-submit .left {
  width: 100%;
  clear: both;
}

form.rowmax .row-submit .left label,
form.rowmax .row .left label {
  text-align: left;
}

form.rowmax .row-submit .right,
form.rowmax .row .right {
  width: 100%;
}

/* google search */
.customsearch li {
  margin-bottom: 0.5%;
  padding: 2%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.customsearch li article {
  display: flex;
  align-items: center;
  justify-content: center;
}

.customsearch li h2 {
  font-size: 18px;
  font-weight: 500;
}

.customsearch li figure {
  width: 120px;
  margin-right: 2%;
  text-align: center;
  line-height: 1;
}

.customsearch li figure img {
  max-height: 100%;
  max-width: 100%;
}

.customsearch li .main {
  flex: 1;
}

.customsearch li .main p {
  font-size: 12px;
}

/* Wyszukiwarka modyfikacja */
.gsc-completion-container,
input.gsc-input {
  background: #fff !important;
}

.gsc-completion-container td.gssb_a,
.gsc-tabHeader.gsc-tabhActive, .gsc-refinementHeader.gsc-refinementhActive,
.gsc-tabHeader.gsc-tabhInactive, .gsc-refinementHeader.gsc-refinementhInactive,
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult,
input.gsc-input,
.gsc-input-box {
  border: 0 !important;
  background-color: transparent !important;
}

.gsc-results .gsc-cursor-box,
.gsc-input-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.gsc-results .gsc-cursor-box {
  text-align: center;
  color: #ffffff !important;
  background-color: #606060 !important;
}

.gsc-cursor-next-page {
  color: #ffffff !important;
}

.gsc-completion-container,
.gsc-completion-selected,
.gsc-refinementsArea {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.gs-web-image-box, .gs-promotion-image-box {
  padding-top: 10px !important;
  margin-right: 10px !important;
}

input.gsc-input,
input.gsc-search-button {
  padding: 5px !important;
  font-size: 16px !important;
}

button.gsc-search-button {
  padding: 10px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
}

a.gs-title, a.gs-title * {
  font-size: 18px !important;
  font-weight: 500;
}

.gsc-results * {
  text-decoration: none !important;
}

.gsc-results .gsc-cursor {
  margin: auto;
  width: 100%;
  max-width: 550px;
  color: #ffffff !important;
  fill: #ffffff !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 10px;
  position: relative;
  z-index: 1000;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.1) !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #ffffff !important;
  background-color: #e61919 !important;
}

.gcsc-find-more-on-google {
  display: none !important;
}

.gs-result .gs-visibleUrl {
  color: #00aa55 !important;
}

.gsc-table-cell-snippet-close .gs-snippet {
  font-size: 12px !important;
}

.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
  color: #216FDB !important;
}

.gsc-above-wrapper-area {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image,
.gsc-webResult.gsc-result {
  border: 0 !important;
}

.gs-webResult .gs-snippet,
.gs-fileFormatType {
  color: #050505 !important;
  padding-top: 5px;
}

@media (min-width: 720px) {
  .gs-webResult .gs-snippet {
    width: 60% !important;
  }
}
.gsc-refinementsArea,
.gsc-refinementsGradient,
.gsc-selected-option-container {
  background: transparent !important;
}

.gs-webResult div.gs-visibleUrl-breadcrumb span:first-child {
  display: none !important;
}

.gs-per-result-labels {
  display: none !important;
}

#adBlock, .gsc-adBlock {
  display: none !important;
}

.box-emots {
  position: absolute;
  top: -250px;
  right: 0;
  z-index: 1000;
  padding: 2px;
  background: #fff;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  box-shadow: 1px 1px 3px #000;
  transition: all 0.5s;
}

.box-emots button {
  display: inline-block;
  margin: 1px;
  padding: 4px;
  border: 1px solid #606060;
}

.box-emots button:hover {
  background: #555;
}

.settingsButton {
  position: relative !important;
  overflow: visible !important;
  text-indent: 0 !important;
  float: left;
  margin-right: 2px;
}

.settingsButton ul {
  position: absolute;
  top: 12px;
  left: 0;
  display: none;
  background: #1A1A1A;
  text-align: left;
}

.settingsButton:hover > ul {
  display: block;
}

.settingsButton ul li {
  width: 100px;
  padding: 4px 0 4px 7px;
  margin: 0;
  font-size: 14px;
  display: block;
  border-top: 1px solid black;
  color: white;
}

.settingsButton ul li:first-child {
  border: none;
}

.settingsButton ul li:hover {
  color: #FFA500;
}

.aa {
  background: #f2f2f2;
}

.aa:hover {
  background: #ccc;
}

.bb:hover {
  background: #ccc;
}

.media ul.top li:active,
.media ul.top li:link,
.media ul.top li:focus,
.list ul li:active,
.list ul li:link,
.list ul li:focus {
  background: rgba(0, 0, 0, 0.1);
}

.alert {
  clear: both;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  padding-left: 38px;
  border-radius: 8px;
}

.alert:after {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  /*display: inline-block;*/
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /*-webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-feature-settings: 'liga';*/
  /*fixed*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 20px;
  content: "\e88e";
  color: #fff;
  z-index: 1000;
}

.alert p,
.alert a {
  font-weight: 500;
  color: #fff;
}

.alert a {
  text-decoration: underline;
}

.alertIsOk {
  background-color: #00aa55;
}

.alertIsError {
  background-color: #e61919;
}

.alertIsError:after {
  content: "\e160";
}

.alertIsInfo {
  background-color: rgb(159.75, 159.75, 159.75);
}

.alertIsWarning {
  background-color: #fff006;
}

.alertIsWarning:after {
  content: "\e002";
}

/* kontener do przewijania w wątku */
.scroll-messages {
  float: left;
  width: 100%;
}

.msg-scroll {
  overflow: scroll;
  overflow-x: hidden;
  height: 350px;
}

/* lista wiadomości */
ul.all-messages {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

li.message {
  display: flex;
  position: relative;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

li.message:last-child {
  border-bottom: 0;
}

.widget li.message {
  border: 0;
}

li.message figure {
  width: 48px;
  height: 48px;
}

.sub-menu li.message figure {
  width: 44px;
  height: 44px;
}

li.message figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

li.message .content {
  flex: 1;
  padding-left: 2.2%;
  min-width: 0;
}

li.message .option {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}

li.message .option button {
  display: inline-block;
  margin-left: 16px;
  font-size: 18px;
  color: #606060;
}

.sub-menu li.message .option button {
  margin-left: 12px;
  font-size: 14px;
  width: 14px;
}

li.message .option button:hover {
  color: red;
}

li.message .option button span {
  display: none;
}

.widget li.message .content .metadata {
  font-size: 12px;
}

li.message .content .text {
  display: block;
}

li.message .content .text a {
  color: #050505;
}

li.message .content .text i {
  width: 12px;
  font-size: 12px;
}

li.message .content .new {
  font-weight: 700;
}

/* wątki */
ul.messages-thread {
  width: 100%;
  float: left;
}

ul.messages-thread li {
  display: flex;
  width: 100%;
  margin-top: 10px;
  vertical-align: middle;
  padding: 2px 0;
}

ul.messages-thread li.me + li.me,
ul.messages-thread li.them + li.them {
  margin-top: -2px;
}

ul.messages-thread li figure {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 24px;
  height: 24px;
}

ul.messages-thread li.me figure {
  order: 2;
}

ul.messages-thread li.them p {
  text-align: left;
}

ul.messages-thread li.me p {
  text-align: right;
}

ul.messages-thread li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

ul.messages-thread li .content {
  flex: 1;
  min-width: 0;
}

ul.messages-thread li p.info {
  color: #606060;
  font-size: 10px;
  margin-top: 2px;
  width: 100%;
}

ul.messages-thread .content > p {
  display: block;
}

ul.messages-thread li.them p.info,
ul.messages-thread li.them p.text {
  float: left;
  padding-left: 2%;
  margin-left: 4px;
}

ul.messages-thread li.me p.info,
ul.messages-thread li.me p.text {
  float: right;
  padding-right: 2%;
  margin-right: 4px;
}

ul.messages-thread li p.text {
  clear: both;
  position: relative;
  margin: 0;
  border-radius: 1em;
  padding: 0.5em 1em;
  background: #ffffff;
  max-width: 90%;
}

ul.messages-thread li.them p.text {
  color: #050505;
  background-color: #fff;
}

ul.messages-thread li.them p.text:after {
  content: "";
  position: absolute;
  left: -0.5em;
  bottom: 0;
  width: 0.5em;
  height: 1em;
  border-right: 0.5em solid #fff;
  border-bottom-right-radius: 1em 0.5em;
}

ul.messages-thread li.me p.text {
  text-align: left;
  background-color: #1b74e4;
  color: #ffffff;
}

ul.messages-thread li.me p.text a,
ul.messages-thread li.me p.text img {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

ul.messages-thread li.them p.text a,
ul.messages-thread li.them p.text img {
  color: #050505;
  text-decoration-color: #050505;
}

ul.messages-thread li p.text .file img {
  max-width: 50%;
}

ul.messages-thread li p.reply .file img {
  max-width: 20%;
}

ul.messages-thread .icon-work:after {
  font-size: 12px;
  margin-top: -9px;
  margin-left: -8px;
}

ul.messages-thread li.me p.text:after {
  content: "";
  position: absolute;
  right: -0.5em;
  bottom: 0;
  width: 0.5em;
  height: 1em;
  border-left: 0.5em solid #1b74e4;
  border-bottom-left-radius: 1em 0.5em;
}

ul.messages-thread li p.text img.photo {
  max-width: 100%;
}

ul.messages-thread li p.info {
  display: none !important;
}

ul.messages-thread li:focus p.info,
ul.messages-thread li:focus p.info,
ul.messages-thread li:last-child p.info {
  display: block !important;
}

ul.messages-thread li p.reply {
  color: #ffffff !important;
  background-color: #1b74e4 !important;
  font-size: 12px;
  margin-bottom: -5px;
}

ul.messages-thread li.me p.reply {
  color: #050505 !important;
  background-color: #fff !important;
}

ul.messages-thread li p.reply img.emo {
  width: auto;
  height: 12px;
}

ul.messages-thread li p.reply:after {
  border: none !important;
  border-radius: 0 !important;
}

ul.messages-thread li span.read {
  display: none;
}

ul.messages-thread li.me:last-child span.read {
  display: inline;
}

.replyCancel i {
  background-color: rgb(159.75, 159.75, 159.75);
  padding: 5px;
  border-radius: 50%;
  font-weight: 700;
}

.messages-stream {
  clear: both;
  display: block;
  padding-bottom: 10px;
  height: 25px;
  font-size: 12px;
  text-align: center;
}

ul.all-notifications {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

li.notification {
  display: flex;
  position: relative;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

li.notification:last-child {
  border-bottom: 0;
}

.widget li.notification {
  border: 0;
}

li.notification figure {
  width: 48px;
  height: 48px;
}

.sub-menu li.notification figure {
  width: 44px;
  height: 44px;
}

li.notification figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

li.notification .content {
  flex: 1;
  padding-left: 2.2%;
  min-width: 0;
}

li.notification .content .new {
  font-weight: 700;
}

li.notification .option {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}

li.notification .option button.delete {
  font-size: 18px;
  color: #606060;
}

li.notification .option button.delete:hover {
  color: red;
}

li.notification .option button.delete span {
  display: none;
}

.sub-menu li.notification .option button {
  font-size: 14px;
}

li.notification .content .text {
  display: block;
}

.widget li.notification .content .metadata {
  font-size: 12px;
}

/* Styl powiadomienia */
.notificToast {
  position: fixed;
  bottom: 20px;
  left: 20px; /* Możesz zmienić na left, jeśli ma być w lewym dolnym rogu */
  background-color: rgba(0, 0, 0, 0.8); /* Ciemne przezroczyste tło */
  backdrop-filter: blur(10px);
  color: white;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1000;
  opacity: 0; /* Dymek zaczyna od przezroczystości */
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 920px) {
  .notificToast {
    bottom: 15%; /* Wyśrodkowanie w pionie */
    left: 50%; /* Wyśrodkowanie w poziomie */
    transform: translate(-50%, -50%); /* Przesunięcie o połowę szerokości i wysokości, aby faktycznie było na środku */
  }
}
.notificToast i {
  margin-right: 5px;
}

/* Pokazanie powiadomienia */
.notificToast.show {
  opacity: 1; /* Pojawia się dymek */
}

div.comments {
  padding-top: 15px;
}

ul.comments,
div.comments {
  float: left;
  width: 100%;
}

div.comments > header {
  margin-bottom: 10px;
}

div.comments > header h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

div.comments article {
  padding: 0;
  margin-bottom: 15px;
}

.comment {
  width: 100%;
}

li.comment article {
  position: relative;
  display: flex;
  width: 100%;
}

ul.comments .parent {
  padding-left: 9%;
  display: none;
}

li.comment figure,
li.comment .content,
li.comment .footer,
li.comment .options {
  float: left;
}

li.comment figure {
  width: 48px;
  height: 48px;
  padding: 0;
}

li.comment figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

li.parent figure img {
  width: 100%;
}

.profil li.comment article {
  padding: 15px;
  margin: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
}

.profil li.comment figure {
  margin-top: 0;
}

li.comment .content {
  min-height: 50px;
  padding-left: 2%;
  flex: 1;
  min-width: 0;
}

li.comment .options {
  text-align: right;
}

li.comment .option button.delete {
  font-size: 16px;
  color: #606060;
}

li.comment .option button.delete:hover {
  color: red;
}

li.comment .option button.delete span {
  display: none;
}

li.comment .content .header,
li.comment .content .text {
  display: block;
  margin: 0;
}

li.comment .header .author {
  font-weight: 500;
  font-size: 14px;
  margin-right: 2px;
}

li.comment .content .pubdate {
  text-transform: lowercase;
}

li.comment .content .text {
  font-size: 14px;
  font-weight: 400;
}

li.comment .content .text img {
  max-width: 100%;
  vertical-align: middle;
}

li.comment .content .header .title,
li.comment .content .header .author {
  font-weight: 500;
}

li.comment .content .header .guest {
  color: #606060;
}

li.comment .content .text a.link {
  color: black;
}

li.comment .content .footer {
  margin-top: 5px;
  word-wrap: normal;
  color: #606060;
  font-size: 12px;
}

li.comment .footer span {
  font-size: 12px !important;
}

li.comment .footer button {
  display: inline-block;
  margin: 0px 7px 0px 7px;
  color: #606060;
  font-size: 12px;
}

li.comment button.reply-stream {
  display: block;
  margin: 5px 0 0 0;
}

li.comment button.reply-stream i {
  margin-top: -4px;
}

li.comment button.reply-stream .ma {
  margin-right: 4px;
}

.comments-stream {
  float: left;
  width: 100%;
  display: block;
  padding-top: 5px;
  text-align: center;
}

ul.topic {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

ul.topic li {
  display: flex;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.topic li:last-child {
  border-bottom: 0;
}

ul.topic li > figure {
  width: 25px;
  font-size: 24px;
  overflow: hidden;
}

ul.topic li > div {
  flex: 1;
  min-width: 0;
  padding-left: 2%;
  position: relative;
}

ul.topic li h2 {
  font-size: 18px;
  font-weight: 500;
}

ul.topic li h3 > a {
  font-size: 16px;
  font-weight: 500;
}

ul.topic li h3 {
  margin: 0 0 5px 0;
}

ul.topic li figure i.icons {
  position: absolute;
  margin-right: 10px;
  display: inline-block;
  font-size: 24px;
  width: 25px;
  height: 25px;
  color: #606060;
}

ul.topic h3 .paging {
  margin-left: 7px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

ul.topic h3 .paging a {
  text-decoration: underline;
  margin-left: 6px;
}

ul.topic h3 .paging span {
  display: none;
}

ul.all-post {
  width: 100%;
  text-align: left;
}

ul.all-post > li {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 15px 0 0 0;
  width: 100%;
}

ul.all-post > li:first-child {
  position: relative;
  padding: 0 0 22px 0;
  margin: 0 0 22px 0;
  border-bottom: 1px solid #606060;
}

ul.all-post > li:first-child:before {
  position: absolute;
  content: "odpowiedzi";
  right: 50%;
  margin-right: -50px;
  bottom: -8px;
  padding: 0 10px;
  display: block;
  color: #606060;
  background-color: #fff;
}

.hydepark > p {
  margin: 0 0 20px 0;
}

.hydepark > p h1 {
  font-size: 18px;
}

ul.all-post li.post > figure {
  width: 48px;
  height: 48px;
  padding: 0;
}

ul.all-post li.post > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

ul.all-post li.post .content {
  position: relative;
  flex: 1;
  min-width: 0;
  z-index: 10;
  min-height: 50px;
  margin-left: 2%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

ul.all-post li.post .content .header {
  padding: 8px 0 0 5px;
  width: 100%;
}

ul.all-post li.post .content .header > div {
  display: inline-block;
}

ul.all-post li.post .content .header .author a,
ul.all-post li.post .content .header .pubdate {
  padding: 0 0 0 5px;
  color: #606060;
}

ul.all-post li.post .content .header .author a {
  font-size: 14px;
  color: #050505;
  font-weight: 500;
}

ul.all-post li.post .header .option {
  margin-right: 10px;
  float: right;
}

ul.all-post li.post .option button {
  color: #606060;
}

ul.all-post li.post .quote button {
  margin-left: 20px;
}

ul.all-post li.post i.icon {
  font-size: 24px;
}

ul.all-post li.post .content > .text {
  position: relative;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  min-height: 30px;
  color: #050505;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  width: 100%;
}

ul.all-post li.post .content .text img {
  max-width: 610px;
}

ul.all-post li.post .content:before,
ul.all-post li.post .content:after {
  content: "";
  position: absolute;
  width: 2.1em;
  height: 2.1em;
  z-index: -1;
}

ul.all-post li.post .content:before {
  left: -2.1em;
  top: 1.4em;
  border-right: 1em solid rgba(0, 0, 0, 0.1);
  border-top-right-radius: 5em 3em;
}

ul.all-post li.post .content:after {
  left: -2em;
  top: 1.5em;
  border-right: 1em solid #ffffff;
  border-top-right-radius: 4em 2em;
}

ul.all-post li.post .text .quote {
  position: relative;
  display: flex;
  margin: 15px 0;
  min-height: 20px;
}

ul.all-post li.post .quote .text {
  flex: 1;
  min-width: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

ul.all-post li.post .quote .text:after {
  content: "";
  position: absolute;
  left: 1.5em;
  top: 0.5em;
  width: 1em;
  height: 1em;
  border-right: 1em solid #ffffff;
  border-top-right-radius: 2em 1em;
  z-index: -1;
}

ul.all-post li.post .quote figure {
  width: 18px;
  background: #ffffff;
}

ul.all-post li.post .quote figure img {
  width: 100%;
  border-radius: 50%;
}

ul.all-post li.post .quote .text p {
  font-size: 12px;
  padding: 5px 10px;
}

ul.all-post li.post .quote .text .author {
  font-weight: 500;
}

.tape-right,
.tape-right .row {
  width: 100%;
}

.tape-right .row {
  margin: auto;
  width: 100%;
  padding: 10px 0;
}

.tape-right .row {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.tape-right .row h1 {
  font-size: 24px;
  font-weight: 500;
}

.tape-right .row:last-child {
  border: 0;
}

.tape-right .left,
.tape-right .right {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.tape-right .avatar figure {
  float: right;
}

.tape-right figure img {
  max-width: 100%;
  border: 5px solid #ffffff;
}

.tape-right .avatar figure img {
  border-radius: 50%;
}

.tape-right .row br {
  margin-bottom: 4px;
}

.tape-right .row .buttons {
  margin: 5px 0 10px 0;
}

.tape-right .row button {
  display: inline-block;
  margin: 5px 10px 0 0;
  padding: 0.6% 4%;
  font-size: 14px;
  border-radius: 8px;
  border: 2px solid;
}

.tape-right .row button i {
  color: inherit;
}

.tape-right .row button .text {
  margin-left: 2px;
}

@media (max-width: 748px) {
  .tape-right .row button {
    padding: 1% 6%;
  }
  .tape-right .row button .text.two {
    display: none;
  }
}
@media (max-width: 420px) {
  .tape-right .row button .text {
    display: none;
  }
}
.tape-right .row button:first-child {
  margin-left: 0;
}

.tape-right .row button.follow {
  color: white;
  border-color: #1b74e4;
  color: #1b74e4;
}

.tape-right .row button.block {
  color: white;
  border-color: #f72;
  color: #f72;
}

.tape-right .row button.message {
  color: white;
  border-color: #00aa55;
  color: #00aa55;
}

.tape-right .row button:disabled {
  color: gray;
  border-color: #606060;
  color: #606060;
  cursor: default;
}

.tape-right .row button:hover {
  border-color: #e61919;
}

.tape-right .row.about {
  word-wrap: break-word;
}

.tape-right .metadata {
  font-size: 10px;
}

.mwpane {
  margin: auto;
  min-height: 16px;
}

.mwpane .buttons {
  display: flex;
  justify-content: space-evenly;
}

.comments .mwpane .buttons {
  justify-content: flex-start;
}

.comments .mwpane .buttons > * {
  margin-right: 25px;
}

.mwpane .buttons > *,
.mwpane .ellipsis {
  display: flex;
  align-items: center;
}

.mwpane .buttons > * {
  min-height: 25px;
  font-weight: 400;
  color: #606060;
  text-decoration: none !important;
  height: 100%;
}

.mwpane .buttons > *:last-child {
  margin-right: 0;
}

.mwpane .button-ellipsis i,
.mwpane .buttons > button i {
  font-size: 20px;
}

.mwpane .buttons .label,
.mwpane .buttons > button .num {
  font-size: 14px;
  padding-left: 6px;
  color: #606060;
}

.mwpane-small .buttons > button,
.mwpane-small .pubdate,
.mwpane-small .reply-stream {
  font-size: 12px;
}

.mwpane-small .buttons .button-ellipsis i,
.mwpane-small .reply-stream i,
.mwpane-small .buttons > button i {
  font-size: 18px;
}

.mwpane-small .buttons .label,
.mwpane-medium .buttons .label {
  display: none;
}

.mwpane-big .buttons button.ellipsis i,
.mwpane-big .buttons > button i {
  font-size: 26px;
}

.mwpane .rating {
  display: none;
}

.mwpane .options-ellipsis {
  background: transparent;
  margin-left: 0;
}

.mwpane .favourite:hover i,
.mwpane .favourite.active i {
  color: #00aa55;
}

.mwpane .vote.active i {
  color: #1b74e4;
}

.mwpane .item,
.mwpane .rating {
  display: none;
}

/* panel footer content */
._pfc .mwpane .buttons > * {
  margin-right: 0;
}

._pfc .mwpane .buttons {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

._pfc .views {
  text-align: left;
}

._pfc .num {
  text-align: center;
}

._pfc .mwpane .buttons > * {
  margin: 0;
}

.sitemap {
  margin: 20px;
}

.sitemap article ul {
  margin: 10px 30px;
}

.sitemap article .ul,
.sitemap article ul li {
  margin: 1px;
}

.sitemap li h3 {
  margin: 0;
  padding: 0;
  color: #368C39;
  font-size: 16px;
}

article ul.info,
ol.info {
  margin: 12px;
}

article ul.info ul li,
article ul.info ol li {
  margin: 10px 25px 10px 4%;
}

article ul.info li {
  list-style-type: decimal;
}

article ul.info ol li {
  list-style-type: lower-latin;
}

article ul.add > li {
  margin-left: 0;
  margin: 10px;
}

article ul.add li {
  list-style-type: circle;
}

.info > h2 {
  margin: 12px 0 0 0;
  font-size: 16px;
}

article ul.politics li {
  list-style-type: none;
  line-height: 1.5;
}

article ul.politics {
  margin: 0;
}

article ul.faq {
  padding-left: 10px;
  line-height: 1.5;
}

article ul.faq li h2 {
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

article ul.faq li h2:hover {
  text-decoration: underline;
}

article ul.faq li.selected ol {
  display: block;
}

article ul.faq li ol {
  display: none;
}

body > footer {
  clear: both;
  margin: 10px auto 30px auto;
  padding: 10px 0;
  width: 100%;
  height: 40px;
  text-align: center;
  color: black;
  position: relative;
  z-index: 1000;
}

body > footer div {
  margin: auto;
  width: 100%;
}

body > footer ul.info li {
  display: inline-block;
  margin: 2px 8px 8px 8px;
}

body > footer ul.info li,
body > footer ul.info li a {
  color: #050505;
}

body > footer ul.info li:hover {
  text-decoration: underline;
}

body > footer ul.info li:last-child {
  display: block;
  color: #606060;
}

.cookiesInfo {
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 10000;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.cookiesInfo p {
  color: white;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 5px 50px;
}

.cookiesInfo p span {
  color: white;
  text-decoration: underline;
}

.cookiesInfo p span:hover {
  text-decoration: underline;
}

.cookiesInfo button {
  margin: auto;
  padding: 5px 10px;
  color: black;
  font-weight: 700;
  text-decoration: none;
  background: white;
  border-radius: 8px;
}

.cookiesInfo button:hover {
  background: #e61919;
}

.scrollUp {
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 10000;
  bottom: 18px;
  right: 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  cursor: pointer;
  display: none;
  font-size: 36px;
  padding: 10px;
  color: #606060;
  text-shadow: 0px -2px #ffffff, -2px 0px #ffffff, 2px 0px #ffffff, 0px 2px #ffffff;
}

.scrollUp span {
  display: none;
}

.scrollUp.on {
  display: block;
}

.CSS_FIXED_LAYER {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.image-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

.image-layer .blur {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  filter: blur(10rem);
}

.image-layer .image {
  position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 999;
  cursor: zoom-out !important;
  text-align: center;
}

.image-layer .image img {
  position: absolute;
  margin: auto;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.65);
  transition: all 0.5s;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.5s;
  cursor: move !important;
}

.image-layer button {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  margin-left: 5px;
  padding: 20px;
  z-index: 1000;
  text-shadow: 0px 0px 1px #000;
}

.image-layer button i {
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0px 0px 16px rgb(0, 0, 0);
}

.image-layer button:hover i {
  color: #e61919;
}

.modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99995;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.modal-layer > div {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.modal-layer > article form {
  text-align: left;
}

.modal-layer article {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  max-width: 100%;
  min-width: 160px;
  min-height: 160px;
  z-index: 1000;
  transition: all 0.5s;
}

.modal-layer header {
  display: table;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-align: center;
}

.modal-layer header h2 {
  padding: 0 30px;
  font-size: 16px;
  min-height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.modal-layer header button {
  display: block;
  line-height: 40px;
}

.modal-layer header h2 {
  width: 100%;
}

.modal-layer header button {
  position: absolute;
  padding: 0 10px;
}

.modal-layer header i {
  font-size: 18px;
  color: #050505;
}

.modal-layer header button.closed-mobile {
  top: 0;
  left: 0;
  display: none;
}

.modal-layer header button.closed {
  top: 0;
  right: 0;
}

.modal-layer article > div.content {
  padding: 5px;
}

@media (max-width: 600px) {
  .modal-layer article {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .modal-layer header button.closed {
    display: none;
  }
  .modal-layer header button.closed-mobile {
    display: inline-block;
  }
}
.CSS_FIXED_LAYER {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.aspect-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(100px);
}

.aspect-ratio {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  font-size: 12px;
}

.aspect-ratio:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.aspect-ratio .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio2_1:before {
  padding-top: 50%;
}

.ratio1_2:before {
  padding-top: 200%;
}

.ratio1_1:before {
  padding-top: 100%;
}

.ratio4_3:before {
  padding-top: 75%;
}

.ratio16_9:before {
  padding-top: 56.25%;
}

.ratio9_16:before {
  padding-top: 177.78%;
}

.ratio16_10:before {
  padding-top: 62.5%;
}

.ratio10_16:before {
  padding-top: 160%;
}

.pagination {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
  min-height: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.pagination > p {
  border-radius: 8px;
  overflow: hidden;
}

.pagination ul {
  width: 100%;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  margin-top: 6px;
  width: 14.285714286%;
}

.pagination ul li span {
  display: block;
  margin-left: 5px;
  border-radius: 8px;
  overflow: hidden;
}

.pagination span strong,
.pagination a {
  display: block;
  padding-top: 5px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: 500;
  text-decoration: none !important;
  color: #050505;
  background: rgba(0, 0, 0, 0.1);
}

.pagination ul li:first-child span {
  margin-left: 0;
}

.pagination span strong,
.pagination span a:hover {
  color: #ffffff;
  background: #e61919;
  border: 0;
}

.pagination span a:hover {
  background: #050505;
}

.pagination .scroll_bar {
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 14px;
}

.pagination .scroll_trough {
  cursor: pointer;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pagination .scroll_thumb {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 4px;
  top: 0;
  left: 0;
  font-size: 1px;
  background: #606060;
}

.pagination .scroll_knob {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: #e61919;
  border-radius: 50%;
  overflow: hidden;
  cursor: ew-resize;
}

.pagination .current_page_mark {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 3px;
  height: 4px;
  overflow: hidden;
  background: #e61919;
}

.pagination .next a {
  display: inline-block !important;
  margin: 0 !important;
  padding: 5px 6px !important;
  width: 100%;
  font-size: 14px;
  color: #ffffff !important;
  background: #606060 !important;
  border: 0;
}

.pagination .next a.prev {
  width: 14.285714286%;
}

.pagination .next a.bigger {
  width: 85.714285714%;
  background: #606060 !important;
}

.pagination .next a:hover {
  background: #050505 !important;
}

.grid {
  column-count: 3; /* Liczba kolumn */
  column-gap: 3%; /* Odstęp między kolumnami */
  list-style: none; /* Usunięcie kropek z listy */
  padding: 0;
  margin: 0;
}

.grid > * {
  margin-bottom: 8%; /* Odstęp między zdjęciami w pionie */
  break-inside: avoid; /* Zapobiega łamaniu zdjęć */
}

.grid figure img {
  width: 100%;
  height: auto;
}

.__col1,
.__col2,
.__col3,
.__col4,
.__col5,
.__col6,
.__col7,
.__col8 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}

.__col1 > * {
  width: 100%;
  padding: 0 10px 10px 0;
}

.__col2 > * {
  padding: 0 10px 10px 0;
  width: 50%;
}

.__col3 > * {
  width: 33.333%;
  padding: 0 10px 10px 0;
}

.__col4 > * {
  width: 25%;
  padding: 0 10px 10px 0;
}

.__col5 > * {
  width: 20%;
  padding: 0 10px 10px 0;
}

.__col6 > *,
.__col7 > *,
.__col8 > * {
  width: 16.666%;
  padding: 0 10px 10px 0;
}

.grid {
  display: block;
  width: 100% !important;
  margin-left: 0;
}

.grid.__col1 {
  column-count: 1;
}

.grid.__col2 {
  column-count: 2;
}

.grid.__col3 {
  column-count: 3;
}

.grid.__col4 {
  column-count: 4;
  column-gap: 2%;
}

.grid.__col5 {
  column-count: 5;
  column-gap: 2%;
}

.grid.__col6 {
  column-count: 6;
  column-gap: 2%;
}

.grid.__col7 {
  column-count: 7;
  column-gap: 2%;
}

.grid.__col8 {
  column-count: 8;
  column-gap: 2%;
}

.grid > * {
  display: block;
  width: 100% !important;
  padding: 0;
}

@media (max-width: 920px) {
  .__col4 > *,
  .__col5 > * {
    width: 33.333%;
  }
  .__col6 > *,
  .__col7 > *,
  .__col8 > * {
    width: 25%;
  }
  .grid.__col2 {
    column-count: 1;
  }
  .grid.__col3 {
    column-count: 2;
  }
  .grid.__col4 {
    column-count: 3;
  }
  .grid.__col6 {
    column-count: 3;
  }
  .grid.__col7 {
    column-count: 4;
  }
  .grid.__col8 {
    column-count: 6;
  }
  .grid.__col7 > * {
    margin-bottom: 2.9%;
  }
  .grid.__col4 > * {
    margin-bottom: 6%;
  }
}
@media (max-width: 599px) {
  .__col3 > * {
    width: 50%;
  }
  .__col4 > * {
    width: 50%;
  }
  .__col5 > * {
    width: 50%;
  }
  .__col6 > * {
    width: 33.333%;
  }
  .__col7 > * {
    width: 25%;
  }
  .__col8 > * {
    width: 25%;
  }
  /* fix */
  #container.profil .comments.__col2 > *,
  #container.profil .stories.__col2 > *,
  #container .jokes.__col2 > * {
    width: 100%;
  }
  .grid.__col4 {
    column-count: 2;
  }
  .grid.__col5 {
    column-count: 2;
  }
  .grid.__col6 {
    column-count: 3;
  }
  .grid.__col7 {
    column-count: 4;
  }
  .grid.__col8 {
    column-count: 4;
  }
  .grid.__col4 > * {
    margin-bottom: 2.9%;
  }
}
@media (max-width: 323px) {
  .__col1 > *,
  .__col2 > *,
  .__col3 > *,
  .__col4 > *,
  .__col5 > *,
  .__col6 > *,
  .__col7 > *,
  .__col8 > * {
    width: 100%;
  }
  .grid {
    column-count: 1;
  }
  .grid > * {
    margin-bottom: 2.9%;
    width: 100%;
  }
}
/* ---- indywidualne ---- */
@media (max-width: 599px) {
  .profiles .top.__col3 > * {
    width: 33.3333333333%;
  }
}
/* ---- masonry ---- */
/* clear fix */
.masonry:after {
  content: "";
  display: block;
  clear: both;
}

.masonry > .item {
  display: inline-block;
}

.masonry > .item figure img {
  display: block;
  object-fit: contain;
}

.myads.top-right, .myads.top-top {
  min-height: 140px;
}

/*tiles */
.myads.tiles {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-right: -10px;
}

.promotion h3 {
  color: #606060;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.myads.tiles li {
  display: block;
  width: 50%;
  padding: 0 10px 10px 0;
  text-align: left;
}

.myads.tiles li:hover {
  text-decoration: underline;
  color: #e61919;
}

.logged .ego-0 .myads.tiles,
.logged .ego-one .myads.tiles {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.logged .ego-0 .myads.tiles li,
.logged .ego-one .myads.tiles li {
  width: 40%;
}

.myads.tiles li figure {
  width: 100%;
  padding-top: 100%; /* Zapewnia proporcję kwadratu */
  position: relative;
  margin: auto;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}

.myads.tiles li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-color-scheme: dark) {
  .myads.tiles li img {
    filter: grayscale(50%);
  }
}
.myads.tiles li div {
  padding: 10px 5px;
  white-space: break-spaces;
}

.myads.tiles li div strong {
  font-size: 14px;
  padding: 2% 0;
  font-weight: 500;
  color: #216FDB;
}

.myads.tiles li span {
  position: absolute;
  right: -4%;
  padding: 2px 5px;
  color: white;
  font-size: 12px;
  background-color: #000000;
}

.myads.tiles li span.red {
  background-color: rgb(115, 12.5, 12.5);
}

.myads.tiles li span.green {
  background-color: rgb(0, 42.5, 21.25);
}

.myads.tiles li span.blue {
  background-color: rgb(13.5, 58, 114);
}

.myads.tiles li span.orange {
  background-color: rgb(161.5, 62.1153846154, 0);
}

.myads.shop li span {
  left: auto;
  right: 4%;
  bottom: 4%;
  text-transform: capitalize;
  border-radius: 8px;
  transform: rotate(6deg);
}

.myads.shop li:hover span {
  transform: rotate(-6deg);
}

.myads.shop li span big {
  font-size: 12px;
}

.myads.shop li span small,
.myads.shop li span i {
  font-weight: normal;
  font-size: 11px;
}

.myads.tiles li figcaption span {
  font-size: 12px;
}

.myads.tiles li p {
  font-size: 12px;
  line-height: 1.4;
  color: #050505;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*responsive */
.myads.res {
  width: 100%;
  text-align: center;
}

.myads.res li {
  display: block;
  width: 100%;
  overflow: hidden;
}

.myads.res li img {
  display: block;
  margin: auto;
}

.myads.res li figure {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
}

.myads.res li figcaption {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 4px 4px 2px rgb(150, 150, 150);
  background: rgb(0, 0, 0);
  background: radial-gradient(ellipse at center, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 58%, rgba(91, 91, 91, 0) 73%, rgba(255, 255, 255, 0) 100%);
}

.myads.res li figcaption .name {
  font-size: 42px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.myads.res li figcaption .slogan {
  color: black;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

ul.myads.res li img {
  object-fit: contain;
  /* width: 100%; */
  height: 100%;
  max-width: 100%;
}

.myads.res li.xone {
  display: block;
}

@media (min-width: 880px) {
  .myads.res li.x300 {
    display: block;
  }
  .myads.res li.x600 {
    display: none;
  }
  .top-top .myads.res li.x300 {
    display: none;
  }
  .top-top .myads.res li.x600 {
    display: block;
  }
}
@media (max-width: 512px) {
  .myads.res li.x300 {
    display: block;
  }
  .myads.res li.x600 {
    display: none;
  }
  .top-top .myads.res li.x300 {
    display: block;
  }
  .top-top .myads.res li.x600 {
    display: none;
  }
}
@media (min-width: 512px) and (max-width: 880px) {
  .myads.res li.x300 {
    display: none;
  }
  .myads.res li.x600 {
    display: block;
  }
}
/*
aside .myads li {width: 33.333%;}
aside .myads li:nth-child(n+4){
	display: none;
	margin: 0;
}
*/
.l-parent-3 .ns_placement {
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.wrappe-mbaner {
  display: table;
  margin: auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.mbaner {
  margin: 0 auto;
  padding: 2% 3%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  height: 300px;
  font-size: 16px;
  z-index: 10;
  width: 100%;
}

.mbaner .title {
  font-size: 40px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mbaner .content {
  margin: 2%;
}

.mbaner .buttons {
  margin: 4% 2%;
}

.mbaner .button,
.mbaner .title {
  color: #fff;
}

.mbaner .button {
  padding: 8px 20px;
  margin: 2% 1.5%;
  font-size: 14px;
  border-radius: 5px;
  border: solid 2px #fff;
  text-decoration: none;
  display: inline-block;
  z-index: 1000;
}

.mbaner .button:hover {
  background-color: #fff;
  color: #000;
}

.options-ellipsis {
  position: relative;
  display: inline-block;
  background: #ffffff;
}

li.options-ellipsis {
  margin-left: 8px;
}

.options-ellipsis > button {
  min-height: 24px;
  min-width: 24px;
  font-size: 16px;
}

.options-ellipsis ul.menu {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 18px;
  left: -6px;
  min-width: 160px;
  padding: 12px 0;
  background: #ffffff;
  border: 1px solid rgb(159.75, 159.75, 159.75);
  text-align: left;
  border-radius: 8px;
}

.options-ellipsis.right ul.menu {
  left: auto;
  right: -6px;
}

.options-ellipsis.bottom ul.menu {
  top: auto;
  bottom: 18px;
}

.options-ellipsis.hover ul.menu:hover,
.options-ellipsis.on .menu {
  display: block;
}

.options-ellipsis ul.menu li {
  display: block;
  text-wrap: nowrap;
}

.options-ellipsis ul.menu li button {
  min-width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 10px 10px;
}

.options-ellipsis ul.menu li button > i {
  margin-right: 8px;
  font-size: 16px;
}

.options-ellipsis ul.menu li button.selected > i {
  color: #1b74e4;
}

.options-ellipsis ul.menu li:hover button {
  color: #050505;
  background: rgba(0, 0, 0, 0.05);
}

.adultBoxHid {
  min-height: 440px;
  max-height: 640px;
  overflow: hidden;
}

#adultChack {
  padding-top: 40px;
  position: absolute;
  width: 100%;
  min-height: 350px;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9999;
  background: black;
  background: rgba(0, 0, 0, 0.98);
}

#adultChack .content {
  padding: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

#adultChack .content h1 {
  color: #e61919;
  font-size: 46px;
  margin-bottom: 40px;
}

#overlay_adult_remember {
  margin-right: 4px;
}

#adultChack .content p {
  margin-bottom: 40px;
}

#adultChack .content p strong {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
}

#adultChack .content button {
  margin: 8px;
  padding: 10px 15px !important;
  color: #ffffff;
  font-size: 18px;
  background: #e61919;
  border-radius: 8px;
}

#adultChack .content label {
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
}

img.adults {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
}

._qbc {
  position: relative;
}

.tooltip {
  display: inline;
  position: relative;
  cursor: help;
}

.tooltip:hover:after {
  display: block;
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #ffffff;
  content: attr(data-tip);
  left: -320%;
  padding: 10px 15px;
  position: absolute;
  z-index: 98;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  min-width: 160px;
  max-width: 300px;
}

.tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  right: 20%;
  position: absolute;
  z-index: 99;
}

/* dwie kolumny, Fibonacci */
.l-fibo > main {
  width: 61.8%;
}

.l-fibo > aside {
  width: 38.2%;
  padding-left: 20px;
}

/* trzy kolumny, równe */
.l-three > main {
  width: 66.67%;
}

.l-three > aside {
  width: 33.33%;
  padding-left: 20px;
}

/* dwie kolumny, dominująca 4x większa */
.l-parent > main {
  width: 66.7%;
}

.l-parent > aside {
  width: 33.3%;
  padding-left: 20px;
}

/* dwie kolumny, dominująca 2x większa */
.l-parent-2 > main {
  width: 66%;
}

.l-parent-2 > aside {
  width: 34%;
  padding-left: 20px;
}

/* dwie kolumny, dominująca 3x większa */
.l-parent-3 > main {
  width: 74.4%;
}

.l-parent-3 > aside {
  width: 25.6%;
  padding-left: 20px;
}

/* jedna kolumna */
.l-full > main {
  width: 100%;
}

.list ul li,
.media ul.top li {
  background: #ffffff;
}

@media screen and (max-width: 1365px) {
  .max-width-all,
  body > header nav,
  #container {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1385px) {
  /*.max-width-all,
  body > header nav,
  #container {
  	max-width: 1280px;
  }*/
}
@media (min-width: 946px) {
  .nav-menu-button {
    display: none !important;
  }
}
@media (max-width: 945px) {
  .main-menu {
    display: none;
  }
}
@media (max-height: 238px) {
  .scrollUp {
    display: none !important;
  }
}
@media (max-height: 384px) {
  .sub-menu > li.user > ul > li {
    width: 50% !important;
    display: inline-block;
  }
  .sub-menu li > ul {
    width: 350px;
  }
}
@media (max-width: 945px) {
  body > header form input#sbi {
    padding: 0 60px 0 50px;
  }
  body > header > nav {
    width: 100%;
  }
  nav > .color-scheme {
    display: none;
  }
  #container {
    width: 100%;
    padding: 80px 10px 0 10px;
  }
  #container > main {
    padding-left: 0;
  }
  .add-buttons span,
  select.cat-mobile {
    font-size: 16px;
    line-height: 2.2;
    height: 35px;
  }
  label.nav-cat-mobile:after {
    top: 0;
    font-size: 22px;
  }
  #container:not(.l-full) > .promo-ego {
    display: block;
  }
  #container {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #container > main {
    clear: both;
    width: 100%;
  }
  #container > aside {
    clear: both;
    width: 100%;
    padding: 0;
  }
  ._qbmt {
    margin-top: 0;
  }
  label.nav-cat-mobile {
    display: block;
  }
  nav.categories,
  .hidde-mobile {
    display: none;
  }
  ._mall {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }
  form.form-add .row .left {
    width: 100%;
    clear: both;
  }
  form.form-add .row .left label {
    text-align: left;
  }
  form.form-add .row .right {
    width: 100%;
  }
  form.form-comment .row .left,
  .box > footer > .info figure,
  li.notification figure,
  li.message figure,
  li.comment figure {
    width: 32px;
    height: 32px;
  }
  .customsearch li article {
    flex-direction: row-reverse;
  }
  .customsearch li figure {
    width: 48px;
  }
  .customsearch li h2 {
    font-size: 16px;
  }
  form.form-comment .row .right,
  .box > footer > .info .content,
  li.comment .content {
    padding-left: 3%;
  }
}
@media (min-width: 480px) and (max-width: 945px) {
  ._qbz .list ul.top,
  .media ul.top,
  nav.media ul {
    display: flex;
    flex-wrap: wrap;
    width: 102% !important;
    margin-left: -2%;
  }
  ._qbz .list ul.top li,
  .media ul.top li,
  nav.media ul li {
    width: 48% !important;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 665px) {
  ul.all-post li.post > figure {
    margin-top: 5px;
    width: 32px;
    height: 32px;
  }
  ul.all-post li.post .right .text img {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .slider-news figure {
    height: 260px;
    overflow: hidden;
  }
  .slider-news img {
    width: auto;
    height: 260px;
  }
}
@media (max-width: 480px) {
  .text article h2,
  .text article h3 {
    font-size: 16px;
  }
  .metadata .spacer {
    display: block !important;
  }
  .metadata .category i {
    margin-left: 1px;
  }
  ._pfc .mwpane .buttons > *,
  ._pfc .mwpane .ellipsis {
    display: inline-block;
  }
  ._pfc .mwpane .rating {
    display: none;
  }
  ._pfc .mwpane .buttons {
    text-align: center;
  }
  ._pfc .mwpane .buttons .label,
  ._pfc .mwpane .buttons .num {
    display: block;
    margin-top: 5px;
    padding-left: 0 !important;
    font-size: 14px !important;
  }
  body > header {
    padding: 0;
  }
  .text .view-text .large-images {
    width: 100%;
    display: block;
    text-align: center;
  }
  .text .view-text .photo img {
    margin: 0 0 3% 0;
    max-width: none;
    width: 100%;
  }
  .joke .share {
    display: none;
  }
  ul.topic li > div {
    padding-left: 0;
  }
  .list ul li h3 a,
  .media ul.top li h3 a {
    font-size: 16px;
  }
}
@media (max-width: 562px) {
  header ul.sort {
    display: none;
  }
  header ul.sort-select {
    display: block;
  }
}
@media (max-width: 320px) {
  body > header {
    height: auto;
  }
  .msg-scroll {
    height: 250px;
  }
}
@media (max-width: 336px) {
  .sub-menu {
    float: none;
    position: absolute;
    right: 0;
    backdrop-filter: blur(1px);
  }
}
@media (max-width: 319px) {
  body > header .logo a {
    width: 13px;
  }
}
a:hover,
.link:hover {
  color: #e61919;
}

.none-border {
  border: 0;
}

.hidden {
  display: none !important;
}

.overflow {
  overflow: hidden;
}

.none-radius {
  border-radius: 0;
}

.none-top-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.widget li.message,
.widget li.notification {
  border-radius: 0;
}

.deg-135 i {
  transform: rotate(135deg);
}