/* spiner styles */
.sk-chaseBox {
  display: flex;
  justify-content: center;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #000;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}

.listing .element__headline a > h2,
.listing .element__headline a > h3 {
  min-height: unset !important;
  max-height: unset !important;
  line-height: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* listing-horizontal-full */
.listing-vertical-full .element {
  margin-bottom: 40px;
}
.listing-vertical-full .element__media {
  width: 664px;
  height: 442px;
  overflow: hidden;
}
.listing-vertical-full .element__media img:not(.lead-gallery-more img) {
  width: 100%;
  height: auto;
}
.listing-vertical-full .element .element__content,
.hero-img .element .element__content {
  width: 100%;
}
.listing-vertical-full .element .element__content .element__headline,
.hero-img .element .element__content .element__headline {
  margin: 8px 8px 0 8px;
  max-height: 102px;
  overflow: hidden;
}

.listing-vertical-full .element__content .listing-lead {
  display: none;
}
.listing-vertical-full .element__content .element__extras {
  display: block;
}
.listing-horizontal-full {
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listing-horizontal-full .element {
  width: 100%;
  margin-bottom: 24px;
}

.col-4 .listing-horizontal-full .element__media {
  width: 86px;
  float: left;
  height: 58px;
  overflow: hidden;
  margin-right: 16px;
}
.col-4
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img) {
  display: block;
  width: 86px;
  height: auto;
}
.col-4 .listing-horizontal-full .element__content {
  float: left;
  width: 210px;
  margin-top: -5px;
}
.col-4 .listing-horizontal-full .element__headline {
  overflow: hidden;
  max-height: 58px;
  height: 58px;
}

.col-4 .listing-horizontal-full .element__extras .date {
  float: left;
}
.col-4 .listing-horizontal-full .element__extras .date i {
  font-size: 12px;
}
.col-4
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .element__extras
  .date
  p {
  font-size: 12px;
  float: right;
  line-height: 12px;
}

.listing-horizontal-full .element__media {
  width: 320px;
  float: left;
  height: 213px;
  overflow: hidden;
  margin-right: 24px;
}
.listing-horizontal-full .element__media img:not(.lead-gallery-more img) {
  width: 320px;
  height: auto;
}
.listing-horizontal-full .element__content {
  float: left;
  width: 320px;
}
.listing-horizontal-full .element__headline {
  max-height: 128px;
  overflow: hidden;
}

/**/
.listing-horizontal-full .element__content .listing-lead {
  display: none;
}
.listing-horizontal-ful .element__extras {
  display: block;
}
.listing-horizontal-full .element__extras .date {
  float: left;
  margin-top: 16px;
}
.listing-horizontal-full .element__extras .date i {
  font-size: 12px;
}
.listing-horizontal-full .element__extras .date p {
  font-size: 12px;
  float: right;
  line-height: 24px;
}
/* listing-horizontal-full */

/* listing-horizontal-half */
.v1 {
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listing-container.v1 .element {
  width: 320px;
  margin-bottom: 24px;
}
.listing-container.v1 .element:nth-of-type(2n) {
  margin-left: 24px;
}
.v1 .element__media {
  width: 320px;
  height: 213px;
  overflow: hidden;
}
.v1 .element__media img:not(.lead-gallery-more img) {
  width: 320px;
  height: 213px;
}
.v1 .element__content {
  width: 100%;
  margin-top: 8px;
}
.v1 .element__headline {
  max-height: 128px;
  overflow: hidden;
}

.listing-container.v1 .element .element__content .listing-lead {
  display: none;
}
.listing-container.v1 .element .element__content .element__extras .date {
  float: right;
  margin-top: 16px;
}
.listing-container.v1 .element .element__content .element__extras .date i {
  font-size: 12px;
}
.listing-container.v1 .element .element__content .element__extras .date p {
  font-size: 12px;
  line-height: 16px;
}
/**/

.listing-container.listing-horizontal-half {
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listing-container.listing-horizontal-half .element {
  margin-bottom: 24px;
  width: 320px;
}
.listing-container.listing-horizontal-half .element:nth-child(2n) {
  margin-left: 24px;
}
.listing-horizontal-half .element__media {
  width: 86px;
  height: 58px;
  float: left;
  overflow: hidden;
}
.listing-horizontal-half .element__media img:not(.lead-gallery-more img) {
  display: block;
  width: 86px;
  height: 58px;
}
.listing-horizontal-half .element__content {
  float: left;
  width: 210px;
  margin-left: 24px;
}
.listing-horizontal-half .element__headline {
  max-height: 128px;
  overflow: hidden;
}
.listing-horizontal-half .element__headline a,
.listing-horizontal-half .element__headline h2,
.listing-horizontal-half .element__headline h3 {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
}
.listing-horizontal-half .listing-lead,
.listing-horizontal-half .element__extras {
  display: none;
}
.listing-container.listing-horizontal-half
  .element
  .element__content
  .element__extras
  .date {
  float: right;
  margin-top: 16px;
}
.listing-container.listing-horizontal-half
  .element
  .element__content
  .element__extras
  .date
  i {
  font-size: 12px;
}
.listing-container.listing-horizontal-half
  .element
  .element__content
  .element__extras
  .date
  p {
  font-size: 12px;
  float: right;
  line-height: 24px;
}
/* listing-horizontal-half */

/* listing-horizontal-triple */
.listing-container.listing-vertical-triple {
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.listing-container.listing-vertical-triple .element {
  width: 205px;
  margin-bottom: 24px;
  margin-left: 24px;
}
.listing-container.listing-vertical-triple .element:first-child,
.listing-container.listing-vertical-triple .element:nth-child(3n + 1) {
  margin-left: 0;
}
.listing-vertical-triple .element__media {
  width: 205px;
  height: 205px;
  overflow: hidden;
}
.listing-vertical-triple .element__media img:not(.lead-gallery-more img) {
  width: 320px;
  height: 213px;
}
.listing-vertical-triple .element__content {
  width: 100%;
  margin-top: 8px;
}
.listing-vertical-triple .element__headline {
  height: 64px;
  overflow: hidden;
}

.listing-container.listing-vertical-triple
  .element
  .element__content
  .listing-lead {
  display: none;
}
.listing-container.listing-vertical-triple
  .element
  .element__content
  .element__extras {
  display: block;
}
.listing-container.listing-vertical-triple
  .element
  .element__content
  .element__extras
  .date {
  float: right;
  margin-top: 16px;
}
.listing-container.listing-vertical-triple
  .element
  .element__content
  .element__extras
  .date
  i {
  font-size: 12px;
}
.listing-container.listing-vertical-triple
  .element
  .element__content
  .element__extras
  .date
  p {
  font-size: 12px;
  float: right;
  line-height: 24px;
}
/**/

.listing-container.listing-horizontal-triple {
}
.listing-container.listing-horizontal-triple .element {
  width: 205px;
  margin-bottom: 24px;
  float: left;
  margin-left: 24px;
}
.listing-container.listing-horizontal-triple .element:first-child,
.listing-container.listing-horizontal-triple .element:nth-child(4n) {
  margin-left: 0;
}
.listing-horizontal-triple .element__media {
  width: 86px;
  height: 56px;
  overflow: hidden;
  float: left;
  margin-right: 24px;
}
.listing-horizontal-triple .element__media img:not(.lead-gallery-more img) {
  display: block;
  width: 86px;
  height: 58px;
}
.listing-horizontal-triple .element__content {
  width: 95px;
  float: left;
}
.listing-horizontal-triple .element__headline {
  height: 48px;
  overflow: hidden;
}
.listing-container.listing-horizontal-triple
  .element
  .element__content
  .listing-lead {
  display: none;
}

.listing-horizontal-triple .element__extras {
  display: none;
  margin-top: 13px;
}
.listing-container.listing-horizontal-triple
  .element
  .element__content
  .element__extras
  .date {
}
.listing-container.listing-horizontal-triple
  .element
  .element__content
  .element__extras
  .date
  i {
  font-size: 12px;
  float: left;
}
.listing-container.listing-horizontal-triple
  .element
  .element__content
  .element__extras
  .date
  p {
  font-size: 12px;
  float: right;
  line-height: 12px;
}
/* listing-horizontal-triple */

/* START global css */
.listing {
  position: relative;
}
.listing-container .element:last-child {
  margin-bottom: 0;
}
.element__media {
  position: relative;
}
.element__media img:not(.lead-gallery-more img) {
  display: block;
}
.element__content .element__extras i {
  margin: 0 10px 0 0;
}
.element__content .element__extras .listing-date {
  font-size: 10px;
}
.element__content .element__extras .listing-date p {
  display: inline;
  font-size: 12px;
  margin: 0;
}
/* END global css  */

/*-- paginacja --*/
.paginacja {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  flex-direction: row;
  justify-content: center;
}
.paginacja li {
  display: inline-block;
  width: auto;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 4px;
  vertical-align: top;
  font-size: 14px;
}
.paginacja li span {
  padding: 0 16px;
}
.paginacja li:first-child {
  margin-left: 0;
}
.paginacja li:last-child {
  margin-right: 0;
}
.paginacja li a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin: 0;
  line-height: 32px;
  min-width: 32px;
}
.paginacja li.disable a:hover {
  cursor: context-menu;
}
.paginacja li.disable a {
  pointer-events: none;
}
/*-- /paginacja --*/

/*-- plugin_listing --*/

.listing-vertical-full .element__headline a,
.hero-img .element:first-child .element__headline a,
.listing-vertical-full .element__headline h2,
.hero-img .element:first-child .element__headline h2,
.listing-vertical-full .element__headline h3,
.hero-img .element:first-child .element__headline h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.col-4 .listing-horizontal-full .element__headline a,
.col-4 .listing-horizontal-full .element__headline h2,
.col-4 .listing-horizontal-full .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.col-8 .listing-horizontal-full .element__content {
  height: 100%;
  position: relative;
}
.col-8 .listing-horizontal-full .element__content .element__extras .date {
  bottom: 0;
  position: relative;
}
.col-8
  .listing-container.listing-horizontal-full
  .element__content
  .element__extras
  .date
  i {
  display: none;
}
.col-8 .listing-container.v1 .element__content .element__extras .date {
  float: left;
  margin: 8px 0 0 0;
}
.col-8 .listing-container.v1 .element__content .element__extras .date i {
  display: none;
}
.col-8 .listing-vertical-full .element__headline a,
.col-8 .listing-vertical-full .element__headline h2,
.col-8 .listing-vertical-full .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.col-8 .listing-horizontal-full .element__headline a,
.col-8 .listing-horizontal-full .element__headline h2,
.col-8 .listing-horizontal-full .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.col-8 .listing-horizontal-full .element__headline a {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.col-8 .listing-horizontal-full .element__headline a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.col-8 .v1 .element__headline a,
.col-8 .v1 .element__headline h2,
.col-8 .v1 .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.col-8 .v1 .element__headline a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-8 .listing-horizontal-full .element__headline {
  max-height: 160px;
}
.listing-vertical-full .element__content .element__extras .date i.fa,
.hero-img .element__content .element__extras .date i.fa {
  display: none;
}
.listing-vertical-full .element .element__content .element__extras .date,
.hero-img .element .element__content .element__extras .date {
  margin: 8px 0 24px 8px;
}
.listing-vertical-full .element .element__content .element__extras .date p,
.hero-img .element .element__content .element__extras .date p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.main-title-listing,
.dedykowany-box-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: left;
}
.dedykowany-box-title {
  width: 100%;
}

.main-content .main-title-listing {
  text-align: left;
}
/*-- /plugin_listing --*/

.aside .listing-horizontal-triple-special {
  display: inline-block;
}
.element__headline a,
.element__headline h2,
.element__headline h3 {
  display: block;
  font-size: 18px;
}
.element__headline h2,
.element__headline h3 {
  margin: 0;
}

/*-- zaslepka na zdjecia --*/
.element__media a {
  height: 100%;
  display: block;
}
.col-8 .element__media a {
  height: 100%;
}
.element__media img:not(.lead-gallery-more img) {
  color: transparent;
}
.element__media a:after {
  background-size: contain;
  width: 40px;
  height: 32px;
  content: "";
  background-color: #eee;
  -webkit-mask-image: url(/media/icons/f03e.svg);
  mask-image: url(/media/icons/f03e.svg);
  -webkit-mask-size: 40px;
  mask-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  z-index: 0;
  display: block;
}
.element__media {
  background-color: #bfbfbf;
}
.element__media img:not(.lead-gallery-more img) {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.aside .element__media a:before {
  font-size: 20px;
}
/*-- zaslepka na zdjecia--*/

/* data sklejona z tytulem tylko Safari */
/* data sklejona z tytulem tylko Safari */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .listing-horizontal-full .element {
    position: relative;
  }
  .col-8 .listing-horizontal-full .element__content {
    position: static;
  }
}

/* listing dzial dedykowany - vertical triple */
.col-12 .listing-container.listing-vertical-triple .element {
  width: 320px;
}

.listing-vertical-triple .element__media {
  width: 320px;
  height: 213px;
}

.col-12 .listing-container.listing-vertical-triple .element:nth-child(3n + 1) {
  margin-left: 0;
}

.listing-container.listing-vertical-triple
  .element
  .element__content
  .element__extras
  .date {
  float: left;
  color: #9f9f9f;
}

.col-12
  .listing-container.listing-vertical-triple
  .element
  .element__content
  .element__extras
  .date
  i {
  display: none;
}

/*-- prelegenci box --*/
.prelegenci-box .prelegenci-item {
  width: 320px;
  margin-bottom: 48px;
  margin-left: 24px;
}
.prelegenci-box .prelegenci-item:first-child,
.prelegenci-box .prelegenci-item:nth-child(3n + 1) {
  margin-left: 0;
}

.prelegenci-box .prelegenci-img {
  width: 320px;
  height: 213px;
  overflow: hidden;
}
.prelegenci-box .prelegenci-img img:not(.lead-gallery-more img) {
  width: auto;
  max-height: 213px;
  display: block;
  margin: 0 auto;
}
.prelegenci-box .prelegenci-title {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px;
}
.prelegenci-box .prelegenci-desc {
  text-align: center;
}
/*-- /prelegenci box --*/
.col-12 .actions_description .listing-horizontal-full .element__content,
.col-8 .actions_description .listing-horizontal-full .element__content {
  width: calc(85% - 24px);
  padding: 0;
}

.col-12 .actions_description .listing-horizontal-full .element__media,
.col-8 .actions_description .listing-horizontal-full .element__media {
  width: 148px;
  height: 98px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.col-12 .actions_logo .listing-horizontal-full .element__media,
.col-8 .actions_logo .listing-horizontal-full .element__media {
  width: 100%;
  height: auto;
}

.col-12
  .actions_logo
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img),
.col-12
  .actions_description
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img),
.col-8
  .actions_logo
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img),
.col-8
  .actions_description
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img) {
  max-height: 98px;
  max-width: 100%;
  display: block;
  width: auto;
  margin: 0 auto;
}

.col-12 .actions_logo .element__media a,
.col-12 .actions_description .element__media a,
.col-8 .actions_logo .element__media a,
.col-8 .actions_description .element__media a,
.item-sp .element__media a {
  background-color: rgba(0, 0, 0, 0);
}

.col-12 .actions_description .element__media a:before,
.col-8 .actions_description .element__media a:before {
  font-size: 20px;
}

.col-12
  .actions_description
  .listing-container.listing-horizontal-full
  .element,
.col-8
  .actions_description
  .listing-container.listing-horizontal-full
  .element {
  display: flex;
  align-items: center;
}
.col-12
  .actions_description
  .listing-horizontal-full
  .element__content
  .element__extras,
.col-8
  .actions_description
  .listing-horizontal-full
  .element__content
  .element__extras {
  display: none;
}
.col-12 .actions_description .listing-horizontal-full .element__headline,
.col-8 .actions_description .listing-horizontal-full .element__headline {
  max-height: none;
  margin-top: 0;
}

.col-12 .actions_logo .listing-horizontal-full .element__content,
.col-8 .actions_logo .listing-horizontal-full .element__content {
  display: none;
}
.col-12 .actions_logo .listing-container.listing-horizontal-full .element,
.col-8 .actions_logo .listing-container.listing-horizontal-full .element {
  width: 25%;
}
.col-12 .actions_logo .listing-horizontal-full .element__media,
.col-8 .actions_logo .listing-horizontal-full .element__media {
  width: 60%;
  height: auto;
  float: none;
  margin: 0 auto;
}
/*nowy listing hero-img*/
.hero-img .element__media {
  margin-bottom: 8px;
}
.hero-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: flex-start;
}
.hero-img .element:first-child {
  width: 100%;
  flex: 1 0 100%;
  margin-right: 0;
  margin-bottom: 24px;
}
.hero-img .element a img:not(.lead-gallery-more img) {
  width: 100%;
  height: auto;
}
.hero-img .element {
  margin-right: 24px;
  margin-bottom: 24px;
  width: 320px;
}

.hero-img .element:nth-child(3n + 4) {
  margin-right: 0;
}

.hero-img .element:last-child {
  margin-right: 0;
}
.hero-img .element__headline a,
.hero-img .element__headline h2,
.hero-img .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 16px;
  font-weight: 700;
}
.hero-img .element:first-child .element__headline a,
.hero-img .element:first-child .element__headline h2,
.hero-img .element:first-child .element__headline h3 {
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 32px;
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
  margin-bottom: 16px;
}
/*nowy listing hero-img-half*/
.hero-img-half .element__media {
  margin-bottom: 8px;
}
.hero-img-half
  .element:first-child
  .element__media
  img:not(.lead-gallery-more img) {
  width: 100%;
  height: auto;
}
.hero-img-half .element:first-child .element__headline a,
.hero-img-half .element:first-child .element__headline h2,
.hero-img-half .element:first-child .element__headline h3 {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
  font-weight: 700;
}
.hero-img-half .element__extras .date p {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  line-height: 16px;
}

.listing-container.hero-img-half .element {
  margin-bottom: 24px;
  margin-right: 24px;
  width: calc(50% - 12px);
}
.hero-img-half .element:first-child {
  width: 100%;
  flex: 1 0 100%;
  margin-right: 0;
  margin-bottom: 24px;
}
.hero-img-half .element {
  margin-right: 24px;
  margin-bottom: 24px;
}
.listing-vertical-triple.elite .extras__component--spon {
  display: block;
}
.hero-img-half .element__headline a,
.hero-img-half .element__headline h2,
.hero-img-half .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* new */
.hero-img-half .element:nth-of-type(3n + 1) .element__media,
.hero-img-half
  .element:nth-of-type(3n + 1)
  .element__media
  img:not(.lead-gallery-more img) {
  width: 100%;
  height: auto;
}

.hero-img-half .element:nth-of-type(3n + 1) {
  width: 100%;
  margin-right: 0;
}

.listing-container.hero-img-half .element:nth-of-type(3n + 1) .element__media {
  height: auto;
}

.hero-img-half .element:nth-of-type(3n) {
  margin-right: 0;
}

/*listing galerii*/

.listing_gallery {
  font-size: 0;
  position: relative;
}
.listing_gallery:before {
  position: absolute;
  background-color: #ddd;
  content: "";
  height: 80%;
  width: 100vw;
  z-index: 0;
  left: calc(-50vw - -50%);
  top: 50%;
  transform: translateY(-50%);
}
.listing_gallery .listing_gallery-col40,
.listing_gallery .listing_gallery-col20 {
  display: inline-block;
  vertical-align: top;
}
.listing_gallery .listing_gallery-col40 {
  width: 40%;
}
.listing_gallery .listing_gallery-col20 {
  width: 20%;
}
.listing_gallery img:not(.lead-gallery-more img) {
  width: 100%;
  display: block;
  height: auto;
}
.listing_gallery-item {
  position: relative;
}
.listing_gallery-double .listing_gallery-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.listing_gallery .element__content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  text-align: center;
  padding: 0 10px;
}
.listing_gallery .listing_gallery-item:hover .element__content {
  display: block;
}
.listing_gallery .element__headline {
  height: 100%;
  display: table;
  width: 100%;
}
.listing_gallery .element__headline a,
.listing_gallery .element__headline h2,
.listing_gallery .element__headline h3 {
  display: table-cell;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
}
.listing_gallery .listing_gallery-col40 .listing_gallery-double,
.listing_gallery .listing_gallery-col20 .listing_gallery-single {
  height: 134px;
}

/* listing v12 */
.listing-container.v12 {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listing-container.v12 .element {
  margin-bottom: 24px;
  width: 320px;
}

.listing-container.v12 .element:nth-child(2n) {
  margin-left: 0;
}
.listing-container.v12 .zpr_box_inside_3.active {
  margin-bottom: 24px;
}
.v12 .element__media {
  width: 86px;
  height: 58px;
  float: left;
  overflow: hidden;
}

.v12 .element__media img:not(.lead-gallery-more img) {
  display: block;
  width: 86px;
  height: 58px;
}

.v12 .element:nth-child(n + 3) .element__content {
  float: left;
  width: 210px;
  margin-left: 24px;
}

.v12 .element__headline {
  max-height: 128px;
  overflow: hidden;
}
.v12 .element:nth-child(-n + 2) .element__headline {
  padding: 0 8px;
}

.v12 .element__headline a,
.v12 .element__headline h2,
.v12 .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
}

.v12 .element__content .listing-lead {
  display: none;
}

.listing-container.v12 .element .element__content .element__extras .date {
  float: right;
  margin-top: 8px;
}

.listing-container.v12 .element .element__content .element__extras .date i {
  font-size: 12px;
  display: none;
}

.listing-container.v12 .element .element__content .element__extras .date p {
  font-size: 12px;
  float: right;
  line-height: 16px;
}

.v12 .element:nth-child(-n + 2) .element__media,
.v12 .element:nth-child(-n + 2) .element__content {
  width: 320px;
  margin: 0;
}

.v12 .element:nth-child(-n + 2) .element__headline a,
.v12 .element:nth-child(-n + 2) .element__headline h2,
.v12 .element:nth-child(-n + 2) .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
  font-weight: 700;
}

.v12
  .element:nth-child(-n + 2)
  .element__media
  img:not(.lead-gallery-more img) {
  display: block;
  width: 320px;
  height: 213px;
}

.v12 .element:nth-child(-n + 2) .element__media {
  width: 320px;
  height: 213px;
  float: left;
  overflow: hidden;
  margin-bottom: 8px;
}

.v12 .element:nth-child(-n + 2) .element__content .element__extras {
  display: block;
  float: left;
}

.listing.listingWidth--66 .v12 .element.listingWidth--66:nth-child(2n) {
  margin-right: 0;
}

/* listing v11 */

.listing-container.v11 {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listing-container.v11 .element {
  margin-bottom: 24px;
  width: 320px;
}

.v11 .element__media {
  width: 86px;
  height: 58px;
  float: left;
  overflow: hidden;
}

.v11 .element__media img:not(.lead-gallery-more img) {
  display: block;
  width: 86px;
  height: 58px;
}

.v11 .element__content {
  float: left;
  width: 210px;
  margin-left: 24px;
}

.v11 .element__headline {
  max-height: 128px;
  overflow: hidden;
}

.v11 .element__headline a,
.v11 .element__headline h2,
.v11 .element__headline h3 {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
}

.v11 .element__content .listing-lead {
  display: none;
}

.v11 .element__content .element__extras .date {
  float: right;
  margin-top: 16px;
}

.listing-container.v11 .element .element__content .element__extras .date i {
  font-size: 12px;
}

.listing-container.v11 .element .element__content .element__extras .date p {
  font-size: 12px;
  float: right;
  line-height: 24px;
}

/* listing v10 */

.listing-container.v10 {
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.listing-container.v10 .element {
  width: 320px;
  margin-bottom: 24px;
}

.listing-container.v10 .element:nth-child(2n) {
  margin-left: 24px;
}

.v10 .element__media {
  width: 320px;
  height: 213px;
  overflow: hidden;
}

.v10 .element__media img:not(.lead-gallery-more img) {
  width: 320px;
  height: 213px;
}

.v10 .element__content {
  width: 100%;
  margin-top: 8px;
}

.v10 .element__headline {
  max-height: 128px;
  overflow: hidden;
}

.v10 .element__headline a,
.v10 .element__headline h2,
.v10 .element__headline h3 {
  font-weight: 700;
}

.v10 .element__content .listing-lead {
  display: none;
}

.v10 .element .element__content .element__extras .date {
  float: left;
  margin-top: 8px;
}

.listing-container.v10 .element .element__content .element__extras .date i {
  font-size: 12px;
  display: none;
}

.listing-container.v10 .element .element__content .element__extras .date p {
  font-size: 12px;
  line-height: 16px;
}
/*listing listing-horizontal-half-v17*/
.listing-horizontal-half-v17 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.listing-horizontal-half-v17 .element {
  width: 320px;
  margin-left: 24px;
  margin-bottom: 24px;
}
.listing-horizontal-half-v17 .element:nth-child(3n + 4),
.listing-horizontal-half-v17 .element:first-child {
  margin-left: 0;
}
.listing-horizontal-half-v17 .element:first-child .element__media,
.listing-horizontal-half-v17 .element:nth-child(2) .element__media,
.listing-horizontal-half-v17 .element:nth-child(3) .element__media {
  width: 320px;
  height: 213px;
  margin-bottom: 8px;
}
.listing-horizontal-half-v17 .element:nth-child(n + 4) .element__media {
  width: 86px;
  height: 58px;
  float: left;
}
.listing-horizontal-half-v17 .element:nth-child(n + 4) .element__headline a,
.listing-horizontal-half-v17 .element:nth-child(n + 4) .element__headline h2,
.listing-horizontal-half-v17 .element:nth-child(n + 4) .element__headline h3 {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listing-horizontal-half-v17 .element:nth-child(n + 4) .element__content {
  width: 218px;
  margin-left: 16px;
  float: left;
}
.listing-horizontal-half-v17 .date p {
  font-size: 12px;
  line-height: 16px;
}
/*listing listing-horizontal-full-v18 */
.listing-horizontal-full-v18 .element__headline a,
.listing-horizontal-full-v18 .element__headline h2,
.listing-horizontal-full-v18 .element__headline h3 {
  color: #0094c2;
  text-decoration: underline;
}
.listing-horizontal-full-v18 .element {
  margin-bottom: 24px;
}
.listing-horizontal-full-v18 .element:last-child {
  margin-bottom: 0;
}
/* ukladanie listingow tylko pod IE 10+, liczy szerokosc rodzica na 663.93 zamiast 664 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listing-horizontal-full .element__content {
    max-width: 319px;
  }

  .v1.listing-container .element,
  .listing-container.v12 .element,
  .listing-container.v11 .element,
  .listing-container.v10 .element {
    max-width: 319px;
  }

  .v12.listing-container .element:nth-child(n + 3) .element__content,
  .v11.listing-container .element .element__content {
    max-width: 209px;
  }
}
.element.element--protected .element__media a {
  overflow: hidden;
}
/*-----
listing v19
-----*/
.hero-img-v19 .element {
  margin-bottom: 24px;
}
.hero-img-v19 .element__media a {
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
.hero-img-v19 .element__media img:not(.lead-gallery-more img) {
  width: 100%;
}
.element--protected .element__media img:not(.lead-gallery-more img) {
  -webkit-filter: blur(40px);
  filter: blur(40px);
}
/*------
 listingWidth--33
-------*/
.main-content {
  font-size: 0;
}
.listingWidth--33,
.listingWidth__33--last {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.listingWidth__33--last {
  margin-right: 0;
}
.listing-horizontal-full-v20 .element {
  margin-bottom: 12px;
  padding: 0 0 12px 0;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.listing-horizontal-full-v20 .element:first-child,
.listing-horizontal-full-v20 .element:nth-child(2),
.listing-horizontal-full-v20 .element:last-child {
  border-bottom: none;
}
.listing-horizontal-full-v20 .element:last-child {
  padding-bottom: 8px;
}
.listing-horizontal-full-v20 .element:first-child {
  padding: 0;
  margin-bottom: 24px;
}
.listing-horizontal-full-v20 .element:nth-child(2) {
  padding: 8px;
  margin-bottom: 24px;
}
.listing-horizontal-full-v20 .element:first-child .element__media,
.listing-horizontal-full-v20 .element:first-child .element__content {
  width: 100%;
}
.listing-horizontal-full-v20 .element__headline a,
.listing-horizontal-full-v20 .element__headline h2,
.listing-horizontal-full-v20 .element__headline h3 {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  width: 100%;
  display: block;
}
.listing-horizontal-full-v20 .element:first-child .element__headline a,
.listing-horizontal-full-v20 .element:first-child .element__headline h2,
.listing-horizontal-full-v20 .element:first-child .element__headline h3 {
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.listing-horizontal-full-v20 .date p {
  font-size: 12px;
  line-height: 16px;
}
.listing-horizontal-full-v20 .element:nth-child(2) {
  background-color: #9b9b9b;
}
.listing-horizontal-full-v20 .element:nth-child(2) .element__media {
  width: 86px;
  float: right;
  height: 58px;
  overflow: hidden;
}
.listing-horizontal-full-v20
  .element:nth-child(2)
  .element__media
  img:not(.lead-gallery-more img) {
  display: block;
  width: 86px;
  height: auto;
}
.listing-horizontal-full-v20 .element:nth-child(2) .element__content {
  float: left;
  width: 194px;
}
.listing-horizontal-full-v20 .element__headline {
  max-height: 46px;
  overflow: hidden;
  height: auto;
}
.listing-horizontal-full-v20 .element:first-child .element__headline {
  max-height: 100px;
  height: 100px;
}
.listing-horizontal-full-v20 .element:nth-child(2) .element__headline {
  max-height: 58px;
  height: 58px;
  overflow: hidden;
}
.listing-horizontal-full-v20 .extras__component--spon {
  float: left;
  display: block;
}
.listing-horizontal-full-v20 .element:first-child .element__media {
  max-height: 214px;
  overflow: hidden;
  width: 320px;
  height: 213px;
  margin-bottom: 8px;
}
/*----
 listing v21
------*/
.hero-img-v21 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.hero-img-v21 .element:first-child {
  width: 100%;
  margin-right: 0;
}
.hero-img-v21 .element:nth-child(3n + 4) {
  margin-right: 0;
}
.hero-img-v21 .element {
  width: 320px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.hero-img-v21 .element:first-child .element__media,
.hero-img-v21 .element:first-child .element__content {
  display: inline-block;
  vertical-align: top;
}
.hero-img-v21 .element .element__media {
  width: 320px;
  height: 213px;
  max-height: 214px;
  overflow: hidden;
  margin-bottom: 8px;
}
.hero-img-v21 .element:first-child .element__media {
  width: 664px;
  height: 442px;
  max-height: 443px;
  margin-bottom: 0;
}
.hero-img-v21 .element:first-child .element__content {
  width: calc(100% - 664px);
  background-color: #9b9b9b;
  height: 100%;
  padding: 24px 16px;
  min-height: 442px;
}
.hero-img-v21
  .element:first-child
  .element__media
  img:not(.lead-gallery-more img) {
  width: 100%;
  height: auto;
}
.hero-img-v21 .element__headline a,
.hero-img-v21 .element__headline h2,
.hero-img-v21 .element__headline h3 {
  line-height: 32px;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.hero-img-v21 .element__headline {
  margin-bottom: 8px;
  max-height: 164px;
  overflow: hidden;
}
.hero-img-v21 .element:first-child .element__headline a,
.hero-img-v21 .element:first-child .element__headline h2,
.hero-img-v21 .element:first-child .element__headline h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.element__extras .date p {
  font-size: 12px;
  line-height: 16px;
}
/*-----------
 listing v23
------------*/
.v23 .element {
  margin-bottom: 12px;
  padding: 0 0 12px 0;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.v23 .element:first-child,
.v23 .element:nth-child(2),
.v23 .element:last-child {
  border-bottom: none;
}
.v23 .element:last-child {
  padding-bottom: 8px;
}
.v23 .element:first-child {
  padding: 0;
  margin-bottom: 24px;
}
.v23 .element:nth-child(2) {
  padding: 8px;
  margin-bottom: 24px;
}
.v23 .element:first-child .element__media,
.v23 .element:first-child .element__content {
  width: 100%;
}
.v23 .element__headline a,
.v23 .element__headline h2,
.v23 .element__headline h3 {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  width: 100%;
  display: block;
}
.v23 .element:first-child .element__headline a,
.v23 .element:first-child .element__headline h2,
.v23 .element:first-child .element__headline h3 {
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.v23 .date p {
  font-size: 12px;
  line-height: 16px;
}
.v23 .element:nth-child(2) {
  background-color: #9b9b9b;
}
.v23 .element:nth-child(2) .element__media {
  width: 86px;
  float: right;
  height: 58px;
  overflow: hidden;
}
.v23 .element:nth-child(2) .element__media img:not(.lead-gallery-more img) {
  display: block;
  width: 86px;
  height: auto;
}
.v23 .element:nth-child(2) .element__content {
  float: left;
  width: 194px;
}
.v23 .element__headline {
  max-height: 46px;
  overflow: hidden;
  height: auto;
}
.v23 .element:first-child .element__headline {
  max-height: 100px;
  height: 100px;
}
.v23 .element:nth-child(2) .element__headline {
  max-height: 58px;
  height: 58px;
  overflow: hidden;
}
.v23 .extras__component--spon {
  float: left;
  display: block;
}
.v23 .element:first-child .element__media {
  max-height: 214px;
  overflow: hidden;
  width: 320px;
  height: 213px;
  margin-bottom: 8px;
}
.listingWidth--66 {
  width: 664px;
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
}
.listing {
  text-align: center;
}
.listing-container {
  text-align: left;
}
/*------------------
REKLAMY W LISTINGACH
------------------*/
.hero-img-v21 .zpr-block,
.hero-img .zpr-block,
.listing-vertical-triple .zpr-block {
  width: auto;
  display: inline-block;
  max-width: 320px;
  overflow: hidden;
  height: auto;
  max-height: 320px;
}
.listing-vertical-triple .zpr-block {
  margin-left: 24px;
}
.v1 .zpr_box_inside_3.active {
  margin-bottom: 24px;
}

/*----------- listing v24 ------------*/
.listing-horizontal-full-v24 {
  margin-bottom: 24px;
}

.listing-horizontal-full-v24 .element {
  padding: 12px 8px;
  border-bottom: 1px solid #d8d8d8;
}

.listing-horizontal-full-v24 .element:first-of-type {
  padding-top: 0;
}

.listing-horizontal-full-v24 .element:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.listing-horizontal-full-v24 .element__headline a,
.listing-horizontal-full-v24 .element__headline h2,
.listing-horizontal-full-v24 .element__headline h3 {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  width: 100%;
  display: block;
}

.listing-horizontal-full-v24 .button {
  line-height: 16px;
  padding: 8px 30px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  background-color: #1677ff;
  text-align: center;
}

.listingTitle__icon {
  margin-left: 24px;
  margin-right: 32px;
  width: 72px;
  display: inline-block;
}

.listingTitle__icon img:not(.lead-gallery-more img) {
  width: 100%;
  display: block;
}
.main-title-listing {
  display: flex;
  align-items: center;
  color: #333333;
  border-left: 0;
}
/*-----------
LISTING V25
-----------*/
.listing-horizontal-full-v25 .element {
  margin-bottom: 24px;
}
.listing-horizontal-full-v25 {
  width: 664px;
}

/*
title
*/
.listing-horizontal-full-v25 .element__headline {
  margin-bottom: 16px;
}
.listing-horizontal-full-v25 .element__headline a,
.listing-horizontal-full-v25 .element__headline h2,
.listing-horizontal-full-v25 .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 36px;
  font-weight: 700;
  font-size: 30px;
  color: #4a4a4a;
}

/*
lead
*/
.listing-horizontal-full-v25 .listing-lead {
  margin-left: 86px;
  height: 104px;
  overflow: hidden;
}
.listing-horizontal-full-v25 .listing-lead p {
  font-size: 20px;
  line-height: 36px;
  color: #4a4a4a;
}

/*----------
LISTING V26
---------*/
.v26 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
.v26 .element {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
.v26 .element__media {
  width: 320px;
}
.v26 .element__content {
  width: calc(100% - 320px);
}
.v26 .element__content {
  padding-left: 24px;
}
.v26 .element__headline {
  overflow: hidden;
  max-height: 111px;
  margin-bottom: 16px;
}
.v26 .element__media a {
  min-height: 213px;
}
.v26 .element__headline a,
.v26 .element__headline h2,
.v26 .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.listingItem__lead {
  overflow: hidden;
  max-height: 80px;
}
.listingItem__textLead {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}
.element__button {
  text-align: center;
}

/*---------------------
listing v15
--------------------*/
.hero-img .element:first-child .element__media a {
  height: 442px;
  overflow: hidden;
}
.hero-img .element:first-child .element__media img:not(.lead-gallery-more img) {
  min-height: 442px;
  height: auto;
}

/*---------------------
listing v19
--------------------*/
.hero-img-v19 .element__media a {
  height: 442px;
  overflow: hidden;
}
.hero-img-v19 .element__media img:not(.lead-gallery-more img) {
  min-height: 442px;
}

/*----------
LISTING v27
---------*/
.v27 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px 24px 86px;
  padding-bottom: 24px;
}
.v27:before {
  content: "";
  background-color: #e9e9e9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
  padding-top: 10px;
}
.v27 .element {
  background-color: #1677ff;
  min-width: 32px;
  height: 32px;
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v27 .element__headline {
  width: 100%;
}
.v27 .element__headline a,
.v27 .element__headline h2,
.v27 .element__headline h3 {
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

/*----------------------------------
MATERIAL SPONSOROWANY NA LISTINGACH
----------------------------------*/
.element__extras .extras__component--spon {
  display: none;
  position: absolute;
}
.item-sp .element__extras .extras__component--spon {
  display: block;
}
.element__extras .extras__component--spon p {
  font-size: 9px;
  line-height: 10px;
  color: #464646;
  text-shadow: 1px 1px #fff;
  padding: 3px 8px;
}
.element__extras .extras__component--spon p:empty {
  display: none;
}

/*
listing  v1
*/
.v1 .element.item-sp .element__content {
  position: relative;
}
.v1 .item-sp .element__extras .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}

/*
listing  v4
*/
.col-4 .listing-horizontal-full .element.item-sp {
  position: relative;
}
.col-4 .listing-horizontal-full .element.item-sp .element__content {
  position: static;
}
.col-4 .listing-horizontal-full .item-sp .extras__component--spon {
  left: 0;
  bottom: 0;
  z-index: 10;
  max-width: 86px;
  text-align: left;
}

/*
listing  v3
*/
.col-8 .listing-horizontal-full .element.item-sp .element__content {
  position: relative;
}
.col-8 .listing-horizontal-full .item-sp .extras__component--spon {
  right: calc(100% - -24px);
  bottom: 0;
  z-index: 10;
  white-space: nowrap;
  height: 10px;
}

/*
listing  v5
*/
.listing-vertical-full .element.item-sp .element__content {
  position: relative;
}
.listing-vertical-full .item-sp .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}

/*
listing  v7
*/
.hero-img-half .element.item-sp .element__content {
  position: relative;
}
.hero-img-half .item-sp .extras__component--spon {
  right: 0;
  bottom: calc(100% - -16px);
  z-index: 10;
}

/*
listing  v10
*/
.v10 .element.item-sp .element__content {
  position: relative;
}
.v10 .item-sp .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}

/*
listing  v11
*/
.v11 .element.item-sp {
  position: relative;
}
.v11 .element.item-sp .element__content {
  position: static;
}
.v11 .item-sp .extras__component--spon {
  left: 0;
  bottom: 0;
  z-index: 10;
  max-width: 86px;
  text-align: left;
}

/*
listing  v12
*/
.v12 .element.item-sp .element__content {
  position: relative;
}
.v12 .item-sp .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}
.v12 .element.item-sp:nth-child(n + 3) {
  position: relative;
}
.v12 .element.item-sp:nth-child(n + 3) .element__content {
  position: static;
}
.v12 .item-sp:nth-child(n + 3) .extras__component--spon {
  left: 0;
  bottom: 0;
  z-index: 10;
  max-width: 86px;
  text-align: left;
}

/*
listing  v26
*/
.v26 .element__media img:not(.lead-gallery-more img) {
  display: block;
  height: auto;
}
.v26 .element.item-sp .element__content {
  position: relative;
}
.v26 .item-sp .extras__component--spon {
  right: 100%;
  bottom: 0;
  z-index: 10;
  white-space: nowrap;
}

/*
listing  v20
*/
.listing-horizontal-full-v20 .element.item-sp:first-child .element__content {
  position: relative;
}
.listing-horizontal-full-v20
  .item-sp:first-child
  .element__extras
  .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}
.listing-horizontal-full-v20 .element.item-sp:nth-child(2) {
  position: relative;
}
.listing-horizontal-full-v20 .element.item-sp:nth-child(2) .element__content {
  position: static;
}
.listing-horizontal-full-v20 .item-sp:nth-child(2) .extras__component--spon {
  right: 4px;
  bottom: 8px;
  z-index: 10;
  max-width: 86px;
  text-align: right;
}
/*
listing  v23
*/
.v23 .element.item-sp:first-child .element__content {
  position: relative;
}
.v23 .item-sp:first-child .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}
.v23 .element.item-sp:nth-child(2) {
  position: relative;
}
.v23 .element.item-sp:nth-child(2) .element__content {
  position: static;
}
.v23 .item-sp:nth-child(2) .extras__component--spon {
  right: 4px;
  bottom: 8px;
  z-index: 10;
  max-width: 86px;
  text-align: right;
}

/*
listing  v13 &  v14
*/
.listing-vertical-triple .element.item-sp .element__content {
  position: relative;
}
.listing-vertical-triple .item-sp .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}

/*
listing  v15
*/
.hero-img .element.item-sp .element__content {
  position: relative;
}
.hero-img .item-sp .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}

/*
listing  v17  &  v22
*/
.listing-horizontal-half-v17 .element.item-sp .element__content {
  position: relative;
}
.listing-horizontal-half-v17 .item-sp .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}
.listing-horizontal-half-v17 .element.item-sp:nth-child(n + 4) {
  position: relative;
}
.listing-horizontal-half-v17
  .element.item-sp:nth-child(n + 4)
  .element__content {
  position: static;
}
.listing-horizontal-half-v17
  .item-sp:nth-child(n + 4)
  .extras__component--spon {
  left: 0;
  bottom: 0;
  z-index: 10;
  max-width: 86px;
  text-align: left;
}
.listing-horizontal-half-v17 .element:nth-last-of-type(-n + 3) {
  margin-bottom: 0;
}

/*
listing  v21
*/
.hero-img-v21 .element.item-sp .element__content {
  position: relative;
}
.hero-img-v21 .item-sp .extras__component--spon {
  right: 0;
  bottom: calc(100% - -8px);
  z-index: 10;
}
.hero-img-v21 .item-sp:first-child .extras__component--spon {
  bottom: 0;
  right: 100%;
  white-space: nowrap;
}

/*---------------------
ZAŚLEPKI NA LISTINGACH
---------------------*/
/*
listing v7/hero-img-half
*/
.hero-img-half .element__media {
  width: 320px;
  height: 213px;
  overflow: hidden;
}
.hero-img-half .element:first-child .element__media {
  width: 664px;
  height: 442px;
  overflow: hidden;
  background-color: #bfbfbf;
}

/*
v15 hero-img
*/
.hero-img .element:nth-child(n + 2) .element__media {
  width: 320px;
  height: 213px;
  overflow: hidden;
}

/*--------------------
DROPDOWN W LISTINGACH
--------------------*/
.dropdown {
  position: absolute;
  top: 7px;
  right: 0;
}
.dropdown__label {
  color: #1677ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.dropdown__label:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #1677ff;
  content: "";
  display: inline-block;
  border-radius: 5px;
  margin-left: 4px;
  margin-top: 0px;
}
.dropdown__listing {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #333;
  flex-wrap: wrap;
  width: 520px;
  z-index: 10;
  padding: 16px 16px 8px 24px;
  max-width: 600px;
}
.on .dropdown__listing {
  display: flex;
}
.dropdown__element--label {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 120%;
  padding: 8px;
  min-width: 120px;
}
.dropdown__element {
  flex: 0 1 auto;
  display: block;
  margin-bottom: 0;
  cursor: pointer;
  text-align: left;
}

/* listing-filtered */

.listing-filtered_seo {
  margin-bottom: 60px;
}

.listing-filtered_filterItems {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.listing-filtered_filterItems_item {
  display: block;
  margin-right: 11px;
  border: 1px solid #999999;
  box-sizing: border-box;
  padding: 0 46px 0 10px;
  position: relative;
  margin-bottom: 8px;
  display: flex;
}
.listing-filtered_filterItems_item svg {
  width: 6px;
  height: 6px;
}
.listing-filtered_filterItems_item svg path {
  stroke-width: 1px;
}
.listing-filtered_filterItems_item a {
  margin-left: 10px;
  line-height: 10px;
}
.listing-filtered_filterItems_item .filters__close {
  margin-left: 4px;
}
.listing-filtered_filterTitle p {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 32px;
}
.listing-filtered_filterItems_itemTxt {
  font-size: 20px;
  line-height: 32px;
}
.filterItems_item_close {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-image: url(/media/muratordom/desktop/images/close.png);
  background-size: contain;
}

.listing-filtered .type--gallery .element__media:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(/media/icons/f03e.svg);
  mask-image: url(/media/icons/f03e.svg);
  -webkit-mask-size: 20px;
  mask-size: 20px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  line-height: 20px;
  z-index: 2;
  opacity: 0.9;
  text-shadow: 2px 2px 6px rgba(62, 62, 62, 0.6);
  display: block;
}

.listing-filtered_seotxt {
  overflow-y: hidden;
  max-height: 175px;
  transition: max-height 1.5s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.listing-filtered_seotxt.expanded {
  max-height: 9999px;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-delay: 0s;
}

.listing-filtered_seo .blockinfo__button {
  float: none;
  position: relative;
  text-align: right;
}

.listing-filtered_filterTitle,
.listing-filtered_seotxt {
  text-align: left;
}

.listing--filtered h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.listing--filtered .main-title-listing:after {
  display: none;
}
/* reklamy */

/* co jest grane start */
.vjsPlayingHistory {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.vjsPlayingHistory .vjsPlayingHistory__title > h3 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  color: #333333;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.vjsPlayingHistory .vjsPlayingHistory__hit {
  display: flex;
  height: 88px;
  position: relative;
}
.vjsPlayingHistory .vjsPlayingHistory__content {
  padding-left: 16px;
  padding-right: 16px;
}
.vjsPlayingHistory .vjsPlayingHistory__hit__info {
  width: 80%;
  padding-left: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__buttons {
  width: 10%;
  display: flex;
}

.vjsPlayingHistory__hit__buttons .vjsPlayingHistory__button_play {
  display: block;
  background: url(/media/eskarock/desktop/images/play_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.vjsPlayingHistory__hit__buttons.active .vjsPlayingHistory__button_play {
  background: url(/media/eskarock/desktop/images/pause_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.vjsPlayingHistory__hit__title {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-top: 13px;
}

.vjsPlayingHistory__history {
  display: flex;
  justify-content: center;
}

.vjsPlayingHistory__history a {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  background-color: #1677ff;
  color: white;
  padding: 3px 23px;
  padding-top: 3px;
  padding-right: 23px;
  padding-bottom: 3px;
  padding-left: 23px;
  margin-bottom: 20px;
  margin-top: 12px;
}
.vjsPlayingHistory .vjsPlayingHistory__hit__author {
  display: flex;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__author ul > li {
  list-style-type: none;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  padding-bottom: 32px;
}
.vjsPlayingHistory .vjsPlayingHistory__hit__author ul > li ~ li {
  margin-left: 8px;
}
.vjsPlayingHistory .vjsPlayingHistory__hit__author ul {
  display: flex;
}
.vjsPlayingHistory .vjsPlayingHistory__hit__playdate {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  position: absolute;
  right: 16px;
  top: 13%;
}

#before-button,
#after-button {
  float: left;
  color: rgb(0, 175, 228);
  font-size: 20px;
  font-weight: 900;
  background-color: white;
  border: none !important;
}

#history-day {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 2px;
}

.history-day-picker {
  margin-bottom: 19px;
}

.history-time-picker label {
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}

#history-time-picker {
  padding: 10px 81px 10px 15px;
  border: 1px solid rgb(0, 175, 228);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  z-index: 1000;
  background: rgb(255 254 254 / 0%);
  color: #666666;
  font-size: 16px;
  font-family: Source Sans Pro;
  cursor: pointer;
}

.vjsPlayingHistory .icon {
  position: relative;
  margin-bottom: 45px;
}

.vjsPlayingHistory .fa-angle-down {
  position: absolute;
  top: 10px;
  right: 177px;
  font-size: 20px;
  color: rgb(0, 175, 228);
}

.vjsPlayingHistory__hit {
  margin-bottom: 10px;
}

#history-day {
  font-size: 16px;
}

#history-time-picker option {
  color: #666666;
  font-size: 16px;
  font-family: Source Sans Pro;
}
/* co jest grane end */

/* listing_v30 */
.listing-container.v30 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.listing-container.v30 .element:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.listing-container.v30 .element:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.listing-container.v30 .element:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}

.listing-container.v30 .element:nth-child(4) {
  grid-area: 1 / 4 / 2 / 5;
}

.listing-container.v30 .element .element__media img:not(.lead-gallery-more img),
.listing-container.v30 .element .element__media {
  width: 300px;
  height: 250px;
  object-fit: cover;
}

.listing-container.v30 .element {
  position: relative;
}

.listing-container.v30 .element .element__content {
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-container.v30 .element .element__content .element__superscription p {
  display: inline;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1677ff;
}

.listing-container.v30 .element .element__content .element__superscription {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  line-height: 1;
}

.listing-container.v30 .element .element__content .element__headline {
  position: absolute;
  top: 168px;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #ffffff;
  height: 88px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.listing-container.v30 .element .element__content .element__headline > a {
  margin: 0 16px;
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-container.v30 .element .element__content .element__headline h2,
.listing-container.v30 .element .element__content .element__headline h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.main-layout.wide .main-content .main-title-listing {
  margin-left: 16px;
}

.wide.article-layout .listing-container.v30,
.page-layout.wide .listing-container.v30,
.tag-layout.wide .listing-container.v30 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 932px;
  max-width: 932px;
}

.wide.article-layout .listing-container.v30 .element:nth-child(1),
.page-layout.wide .listing-container.v30 .element:nth-child(1),
.tag-layout.wide .listing-container.v30 .element:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.wide.article-layout .listing-container.v30 .element:nth-child(2),
.page-layout.wide .listing-container.v30 .element:nth-child(2),
.tag-layout.wide .listing-container.v30 .element:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.wide.article-layout .listing-container.v30 .element:nth-child(3),
.page-layout.wide .listing-container.v30 .element:nth-child(3),
.tag-layout.wide .listing-container.v30 .element:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}

.wide.article-layout .listing-container.v30 .element:nth-child(4),
.page-layout.wide .listing-container.v30 .element:nth-child(4),
.tag-layout.wide .listing-container.v30 .element:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
}

.wide.article-layout .listing-container.v30 .element:nth-child(5),
.page-layout.wide .listing-container.v30 .element:nth-child(5),
.tag-layout.wide.listing-container.v30 .element:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
}

.wide.article-layout .listing-container.v30 .element:nth-child(6),
.page-layout.wide .listing-container.v30 .element:nth-child(6),
.tag-layout.wide .listing-container.v30 .element:nth-child(6) {
  grid-area: 2 / 3 / 3 / 4;
}

.wide.article-layout .bottom_hook .listing-container.v30 {
  width: 100%;
  max-width: 100%;
}

.wide.article-layout .bottom_hook .listing-container.v30 {
  grid-template-columns: repeat(4, 1fr);
}

.wide.article-layout .bottom_hook .listing-container.v30 .element:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.wide.article-layout .bottom_hook .listing-container.v30 .element:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.wide.article-layout .bottom_hook .listing-container.v30 .element:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}

.wide.article-layout .bottom_hook .listing-container.v30 .element:nth-child(4) {
  grid-area: 1 / 4 / 2 / 5;
}
/* /listing_v30 */

/* listing v18_side */
.listing.v18_side {
  width: 300px;
  height: auto;
  display: inline-grid;
  margin: 16px 0 24px 16px;
  position: absolute;
}

.listing.v18_side .main-title-listing {
  margin-bottom: 8px;
  margin-left: 0 !important;
}

.listing.v18_side .main-title-listing span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.listing.v18_side .element__headline {
  border-bottom: 1px dashed #999;
}

.listing.v18_side .element:last-child .element__headline {
  border-bottom: 0;
}

.listing.v18_side .element__headline a,
.listing.v18_side .element__headline h2,
.listing.v18_side .element__headline h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}

.listing.v18_side .element__headline a:hover,
.listing.v18_side .element__headline h2:hover,
.listing.v18_side .element__headline h3:hover {
  color: #1677ff;
}

.listing.v18_side .element {
  margin-bottom: 0;
}
/* /listing v18_side */

/* listing_v31 */
.listing-container.v31 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 24px 0;
}

.listing-container.v31 .element {
  width: 616px;
  height: 114px;
}

.listing-container.v31
  .element
  .element__media
  img:not(.lead-gallery-more img) {
  width: 616px;
  height: 114px;
  object-fit: cover;
}
/* /listing_v31 */

/* listing v32 */
.v32.listing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 932px;
  max-width: 932px;
  min-height: 1048px;
}

.v32.listing-container.with-pagination {
  min-height: 1120px;
}

.v32.listing-container .element:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.v32.listing-container .element:nth-child(2) {
  grid-area: 3 / 1 / 5 / 3;
  height: fit-content;
}

.v32.listing-container .element:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}

.v32.listing-container .element:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}

.v32.listing-container .element:nth-child(5) {
  grid-area: 3 / 3 / 4 / 4;
}

.v32.listing-container .element:nth-child(6) {
  grid-area: 4 / 3 / 5 / 4;
}

.v32.listing-container .element:nth-child(7) {
  grid-area: 5 / 1 / 6 / 2;
}

.v32.listing-container .element:nth-child(8) {
  grid-area: 5 / 2 / 6 / 3;
}

.v32.listing-container .element:nth-child(9) {
  grid-area: 5 / 3 / 6 / 4;
}

.page-layout.wide
  .v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.page-layout.wide
  .v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  a,
.page-layout.wide
  .v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.page-layout.wide
  .v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  h2,
.page-layout.wide
  .v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  h3,
.page-layout.wide
  .v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  h3 {
  min-height: 240px;
  max-height: 240px;
}

.v32.listing-container
  .element:nth-child(1)
  .element__media
  img:not(.lead-gallery-more img),
.v32.listing-container .element:nth-child(1) .element__media,
.v32.listing-container
  .element:nth-child(2)
  .element__media
  img:not(.lead-gallery-more img),
.v32.listing-container .element:nth-child(2) .element__media {
  width: 616px;
  height: 516px;
  object-fit: cover;
}

.v32.listing-container .element:nth-child(n + 3),
.v32.listing-container .element:nth-child(n + 3) {
  height: 250px;
  width: 300px;
  object-fit: cover;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__media
  img:not(.lead-gallery-more img),
.v32.listing-container .element:nth-child(n + 3) .element__media {
  height: 250px;
  width: 300px;
  object-fit: cover;
}

.v32.listing-container .element:nth-child(n + 3) .element__media {
  position: relative;
  width: 300px;
  max-width: 300px;
  height: 250px;
  max-height: 250px;
}

.v32.listing-container .element:nth-child(1) .element__media,
.v32.listing-container .element:nth-child(2) .element__media {
  width: 616px;
  max-width: 616px;
}

.v32.listing-container .element {
  position: relative;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 616px;
  max-width: 616px;
  text-align: center;
  padding: 26px 40px;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  h3,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 180px;
  max-height: 180px;
  color: #ffffff;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 300px;
  max-width: 300px;
  padding: 4px 16px;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  h3,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 78px;
  max-height: 78px;
  color: #ffffff;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription
  p,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__superscription
  p {
  display: inline;
  padding: 0 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1677ff;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__superscription {
  top: -24px;
  left: 0;
  right: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__superscription
  p {
  display: inline;
  padding: 0 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1677ff;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__superscription {
  position: absolute;
  bottom: 100%;
  left: 16px;
  right: 16px;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}

.v32.listing-container .element:nth-child(1) .element__content a::after,
.v32.listing-container .element:nth-child(2) .element__content a::after,
.v32.listing-container .element:nth-child(n + 3) .element__content a::after {
  content: "";
  background: linear-gradient(180deg, rgba(237, 28, 36, 0) 0%, #000 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
}

.v32.listing-container .element:nth-child(n + 7) .element__content a::after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  z-index: -1;
}

.v32.listing-container .element:nth-child(n + 7) .element__content a,
.v32.listing-container .element:nth-child(n + 7) .element__content h2,
.v32.listing-container .element:nth-child(n + 7) .element__content h3 {
  color: #000000 !important;
}

.v32.listing-container .element:hover {
  filter: brightness(1.1);
}

.v32.listing-container ul.horizontal.paginacja {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.v32.listing-container.with-pagination .element:last-of-type {
  margin-bottom: 72px;
}

.v32.listing-container ul.horizontal.paginacja a,
.listing-container.v35.with-pagination ul.horizontal.paginacja a {
  color: #1677ff;
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  .fa-angle-left:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/white-arrow.svg);
  transform: rotate(180deg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 9px;
  margin-right: 2px;
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-right:before,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  .fa-angle-right:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/white-arrow.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 9px;
  margin-left: 2px;
}

.v32.listing-container ul.horizontal.paginacja li.active,
.listing-container.v35.with-pagination ul.horizontal.paginacja li.active {
  border: 1px solid #1677ff;
  border-radius: 50%;
}

.v32.listing-container ul.horizontal.paginacja li.disable,
.listing-container.v35.with-pagination ul.horizontal.paginacja li.disable {
  background-color: #999999;
  border-radius: 50%;
}

.v32.listing-container ul.horizontal.paginacja li.next,
.v32.listing-container ul.horizontal.paginacja li.prev,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  ul.horizontal.paginacja
  li.next,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  ul.horizontal.paginacja
  li.prev {
  background-color: #1677ff;
  border-radius: 50%;
}

.wide.page-layout .listing-container.v31,
.wide.tag-layout .listing-container.v31 {
  width: 932px;
  max-width: 932px;
}

.wide.page-layout .listing-container.v31 .element .element__media,
.wide.tag-layout .listing-container.v31 .element .element__media,
.wide.page-layout .listing-container.v31 .element,
.wide.tag-layout .listing-container.v31 .element {
  width: 458px;
  height: 86px;
}

.wide.page-layout
  .listing-container.v31
  .element
  .element__media
  img:not(.lead-gallery-more img),
.wide.tag-layout
  .listing-container.v31
  .element
  .element__media
  img:not(.lead-gallery-more img) {
  width: 458px;
  height: 86px;
  object-fit: cover;
}

.wide.page-layout .listing .main-title-listing {
  margin-left: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.wide.page-layout .listing .listing__links:hover {
  overflow-x: scroll;
}

.wide.page-layout .listing .listing__links a:first-child {
  margin-left: 16px;
}

.wide.page-layout .listing .listing__links a:hover {
  color: #1677ff;
}

.wide.page-layout .listing .listing__links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-right: 24px;
  text-transform: uppercase;
}

.wide.page-layout .listing .listing__links {
  margin-bottom: 16px;
  display: flex;
  max-width: 932px;
  height: 24px;
  width: auto;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

.wide.page-layout .listing .listing__links:hover {
  overflow-x: scroll;
}

.wide.page-layout .listing .listing__links::-webkit-scrollbar {
  background: #ffffff;
  width: 4px;
  height: 4px;
}

.wide.page-layout .listing .listing__links {
  scrollbar-color: #1677ff #ffffff;
}

.wide.page-layout .listing .listing__links::-webkit-scrollbar-track,
.wide.page-layout .listing .listing__links::-webkit-scrollbar-track-piece {
  background: #ffffff;
}

.wide.page-layout .listing .listing__links::-webkit-scrollbar-thumb {
  background-color: #1677ff;
}
/* /listing v32 */

/* listing v33 */
.listing-container.v33 {
  display: flex;
  flex-wrap: wrap;
}

.v33_podcasts .main-title-listing {
  display: flex;
  justify-content: center;
  margin-left: 0;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  width: 932px;
  margin-bottom: 16px;
}

.listing-container.v33 > .element {
  width: 300px;
  height: 440px;
  margin-bottom: 16px;
  cursor: pointer;
}

.listing-container.v33 > .element:nth-child(3n + 1),
.listing-container.v33 > .element:nth-child(3n + 2) {
  margin-right: 16px;
}

.listing-container.v33
  > .element
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.v33 > .element .element__media {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.listing-container.v33 > .element .element__content .element__headline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-container.v33 > .element .element__content .element__headline a {
  display: flex;
  flex-direction: column-reverse;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: none;
  margin-bottom: 16px;
  margin-top: 16px;
  overflow: hidden;
  max-height: 126px;
}
.listing-container.v33
  > .element
  .element__content
  .element__headline
  .element__superscription
  p,
.listing-container.v33 > .element .element__content .element__headline h2,
.listing-container.v33 > .element .element__content .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: none;
  margin-bottom: 16px;
  margin-top: 16px;
  overflow: hidden;
  max-height: 126px;
}

.listing-container.v33
  > .element
  .element__content
  .element__headline
  .element__superscription
  p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 4px;
}
.listing-container.v33 > .element:hover {
  filter: brightness(1.1);
}
/* /listing v33 */

/* listing v34 */
.listing.v34_radio {
  width: 1248px;
  max-width: 1248px;
}

.listing.v34_radio.short {
  width: 932px;
  max-width: 932px;
  display: inline-grid;
}

.listing-container.hero-img-v34 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.listing-container.hero-img-v34 .element:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.listing-container.hero-img-v34 .element:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.listing-container.hero-img-v34 .element:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

.listing-container.hero-img-v34 .element:nth-child(4) {
  grid-area: 1 / 3 / 2 / 4;
}

.listing-container.hero-img-v34 .element:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
}

.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.hero-img-v34 .element:nth-child(1) .element__media {
  width: 616px;
  height: 516px;
  object-fit: cover;
  max-height: 516px;
}

.listing-container.hero-img-v34
  .element
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.hero-img-v34 .element .element__media {
  width: 300px;
  height: 250px;
  object-fit: cover;
  max-height: 250px;
}

.listing-container.hero-img-v34 .element:nth-child(1) {
  position: relative;
  width: 616px;
  height: auto;
  margin: 0;
}

.listing-container.hero-img-v34 .element {
  position: relative;
  width: 300px;
  height: 250px;
  margin: 0;
}

.listing-container.hero-img-v34 .element .element__content {
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: none;
  padding: 0;
  min-height: unset;
}

.listing-container.hero-img-v34
  .element
  .element__content
  .element__superscription
  p {
  display: inline;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1677ff;
  margin: 0;
}

.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__superscription {
  top: -48px;
}

.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__superscription
  p {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  padding: 2px 12px;
  letter-spacing: 0.02em;
  background-color: #1677ff;
}

.listing-container.hero-img-v34
  .element
  .element__content
  .element__superscription {
  position: absolute;
  line-height: 1;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 16px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}

.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline {
  position: absolute;
  top: 294px;
  left: 0;
  right: 0;
  z-index: 1;
  color: #ffffff;
  height: 222px;
}

.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
}

.listing-container.hero-img-v34 .element .element__content .element__headline {
  position: absolute;
  top: 158px;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  background: linear-gradient(180deg, rgba(237, 28, 36, 0) -4%, #000000 80%);
  margin: 0;
  max-height: unset;
  overflow: unset;
  height: 92px;
}

.listing-container.hero-img-v34
  .element:nth-child(4)
  .element__content
  .element__headline,
.listing-container.hero-img-v34
  .element:nth-child(5)
  .element__content
  .element__headline {
  background: #ffffff;
}

.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  > a,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  > a,
.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  a,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  a,
.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  > h2,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  > h2,
.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  h2,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  h2,
.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  > h3,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  > h3,
.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  h3,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  h3 {
  color: #ffffff;
}

.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  > a,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  > h2,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  > h3,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  h3 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
  height: 206px;
}

.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  a,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  a,
.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  h2,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  h2,
.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  h3,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  h3 {
  font-weight: 700;
}

.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  h3 {
  margin: 8px 16px;
}

.listing-container.hero-img-v34
  .element
  .element__content
  .element__headline
  > a,
.listing-container.hero-img-v34
  .element
  .element__content
  .element__headline
  > h2,
.listing-container.hero-img-v34
  .element
  .element__content
  .element__headline
  > h3 {
  margin: 8px 16px;
  font-size: 21px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 78px;
}

.listing-container.hero-img-v34 .element:hover {
  filter: brightness(1.1);
}
/* /listing v34 */

/* listing v35 */
.listing-container.v35 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: min-content;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 932px;
  max-width: 932px;
}

.listing-container.v35 .element:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.listing-container.v35 .element:nth-child(2) {
  grid-area: 3 / 1 / 5 / 3;
}

.listing-container.v35 .element:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}

.listing-container.v35 .element:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}

.listing-container.v35 .element:nth-child(5) {
  grid-area: 3 / 3 / 4 / 4;
}

.listing-container.v35 .element:nth-child(6) {
  grid-area: 4 / 3 / 5 / 4;
}

.listing-container.v35 .element:nth-child(7) {
  grid-area: 5 / 1 / 6 / 2;
}

.listing-container.v35 .element:nth-child(8) {
  grid-area: 5 / 2 / 6 / 3;
}

.listing-container.v35 .element:nth-child(9) {
  grid-area: 5 / 3 / 6 / 4;
}

.listing-container.v35 .element:nth-child(10) {
  grid-area: 6 / 1 / 7 / 2;
}

.listing-container.v35 .element:nth-child(11) {
  grid-area: 6 / 2 / 7 / 3;
}

.listing-container.v35 .element:nth-child(12) {
  grid-area: 6 / 3 / 7 / 4;
}

.listing-container.v35 .element:nth-child(13) {
  grid-area: 7 / 1 / 9 / 3;
}

.listing-container.v35 .element:nth-child(14) {
  grid-area: 9 / 1 / 11 / 3;
}

.listing-container.v35 .element:nth-child(15) {
  grid-area: 7 / 3 / 8 / 4;
}

.listing-container.v35 .element:nth-child(16) {
  grid-area: 8 / 3 / 9 / 4;
}

.listing-container.v35 .element:nth-child(17) {
  grid-area: 9 / 3 / 10 / 4;
}

.listing-container.v35 .element:nth-child(18) {
  grid-area: 10 / 3 / 11 / 4;
}

.listing-container.v35 .element:nth-child(19) {
  grid-area: 11 / 1 / 12 / 2;
}

.listing-container.v35 .element:nth-child(20) {
  grid-area: 11 / 2 / 12 / 3;
}

.listing-container.v35 .element:nth-child(21) {
  grid-area: 11 / 3 / 12 / 4;
}

.listing-container.v35 .element:nth-child(22) {
  grid-area: 12 / 1 / 13 / 2;
}

.listing-container.v35 .element:nth-child(23) {
  grid-area: 12 / 2 / 13 / 3;
}

.listing-container.v35 .element:nth-child(24) {
  grid-area: 12 / 3 / 13 / 4;
}

.listing-container.v35
  .element:nth-child(1)
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.v35 .element:nth-child(1) .element__media,
.listing-container.v35
  .element:nth-child(2)
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.v35 .element:nth-child(2) .element__media,
.listing-container.v35
  .element:nth-child(13)
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.v35 .element:nth-child(13) .element__media,
.listing-container.v35
  .element:nth-child(14)
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.v35 .element:nth-child(14) .element__media {
  width: 616px;
  height: 516px;
  object-fit: cover;
  max-height: 516px;
}

.listing-container.v35 .element .element__media img:not(.lead-gallery-more img),
.listing-container.v35 .element .element__media {
  width: 300px;
  height: 250px;
  object-fit: cover;
  max-height: 250px;
}

.listing-container.v35 .element:nth-child(1),
.listing-container.v35 .element:nth-child(2),
.listing-container.v35 .element:nth-child(13),
.listing-container.v35 .element:nth-child(14) {
  position: relative;
  width: 616px;
  margin: 0;
}

.listing-container.v35 .element {
  position: relative;
  width: 300px;
  height: 250px;
  margin: 0;
}

.listing-container.v35 .element .element__content {
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: none;
  padding: 0;
  min-height: unset;
}

.listing-container.v35 .element .element__content .element__superscription p {
  display: inline;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1677ff;
  margin: 0;
}

.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__superscription,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__superscription,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__superscription,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__superscription {
  top: -48px;
}

.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__superscription
  p,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__superscription
  p,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__superscription
  p,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__superscription
  p {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  padding: 2px 12px;
  letter-spacing: 0.02em;
  background-color: #1677ff;
}

.listing-container.v35 .element .element__content .element__superscription {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 16px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}

.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline {
  position: absolute;
  top: 294px;
  left: 0;
  right: 0;
  z-index: 1;
  color: #ffffff;
  height: 222px;
}

.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  a,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  a,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  a,
.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  h2,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  h2,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  h2,
.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  h3,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  h3,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  h3,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
}

.listing-container.v35 .element .element__content .element__headline {
  position: absolute;
  top: 158px;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  background: linear-gradient(180deg, rgba(237, 28, 36, 0) -4%, #000000 80%);
  margin: 0;
  max-height: unset;
  overflow: unset;
  height: 92px;
}

.listing-container.v35
  .element:nth-child(8)
  .element__content
  .element__headline,
.listing-container.v35
  .element:nth-child(10)
  .element__content
  .element__headline,
.listing-container.v35
  .element:nth-child(20)
  .element__content
  .element__headline,
.listing-container.v35
  .element:nth-child(22)
  .element__content
  .element__headline {
  background: #ffffff;
}

.listing-container.v35
  .element:nth-child(8)
  .element__content
  .element__headline
  > a,
.listing-container.v35
  .element:nth-child(10)
  .element__content
  .element__headline
  > a,
.listing-container.v35
  .element:nth-child(20)
  .element__content
  .element__headline
  > a,
.listing-container.v35
  .element:nth-child(22)
  .element__content
  .element__headline
  > a,
.listing-container.v35
  .element:nth-child(8)
  .element__content
  .element__headline
  > h2,
.listing-container.v35
  .element:nth-child(10)
  .element__content
  .element__headline
  > h2,
.listing-container.v35
  .element:nth-child(20)
  .element__content
  .element__headline
  > h2,
.listing-container.v35
  .element:nth-child(22)
  .element__content
  .element__headline
  > h2,
.listing-container.v35
  .element:nth-child(8)
  .element__content
  .element__headline
  > h3,
.listing-container.v35
  .element:nth-child(10)
  .element__content
  .element__headline
  > h3,
.listing-container.v35
  .element:nth-child(20)
  .element__content
  .element__headline
  > h3,
.listing-container.v35
  .element:nth-child(22)
  .element__content
  .element__headline
  > h3 {
  color: #000000;
}

.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  > a,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  > a,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  > a,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  > a,
.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  > h2,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  > h2,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  > h2,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  > h2,
.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  > h3,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  > h3,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  > h3,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  > h3 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 206px;
}

.listing-container.v35 .element .element__content .element__headline > a,
.listing-container.v35 .element .element__content .element__headline > h2,
.listing-container.v35 .element .element__content .element__headline > h3 {
  margin: 8px 16px;
  font-size: 21px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 78px;
  color: #ffffff;
}

.listing-container.v35 .element:hover {
  filter: brightness(1.1);
}

.listing-container.v35.with-pagination ul.horizontal.paginacja {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -48px;
}

.listing-container.v35.with-pagination {
  margin-bottom: 80px;
}

.listing-container.v35.with-pagination ul.horizontal.paginacja li.disable {
  opacity: 0.3;
}
/* /listing v35 */

/* hover */
.listing-container.v30 .element:hover,
.listing-container.v31 .element:hover {
  filter: brightness(1.1);
}

/*sponsor box*/
.element__extras .extras__component--spon {
  background: white !important;
  color: black !important;
  text-shadow: none !important;
}

/* Bloczek zdjęcie z tekstem */
.image_with_text_container {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 549px;
  height: auto;
  margin-bottom: 40px;
}

.image_with_text_container .image_with_text_container--img {
  margin-left: 93px;
}

.image_with_text_container
  .image_with_text_container--img
  img:not(.lead-gallery-more img) {
  width: 820px;
  height: 490px;
}

.image_with_text_container .image_with_text_container--text {
  position: absolute;
  background-color: #1677ff;
  top: 72px;
  right: 0;
  width: 560px;
  min-height: 440px;
  height: auto;
  padding: 0 40px 40px 40px;
}

.image_with_text_container .image_with_text_container--text .text-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #ffffff;
  border-left: 20px solid #ffffff;
  padding: 20px;
  margin-bottom: 8px;
}

.image_with_text_container .image_with_text_container--text .text-strong {
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
  margin: 8px 0;
}

.image_with_text_container .image_with_text_container--text .text-paragraph {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}
/* Bloczek zdjęcie z tekstem */

/* Bloczek newsletter */
.newsletter__container {
  position: relative;
  margin-left: 140px;
  margin-bottom: 40px;
}

.newsletter__container .newsletter__container_top {
  position: relative;
  background-color: #1677ff;
}

.newsletter__container .newsletter__container_top .newsletter--title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #ffffff;
  padding: 16px 20px;
  border-left: 20px solid #ffffff;
  margin-left: -8px;
}

.newsletter__container .newsletter__container_top .newsletter--subtitle {
  color: #ffffff;
  padding-left: 32px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
}

.newsletter__container .newsletter__container_middle .newsletter__fieldset {
  margin: 24px 0;
  border: 0 none;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.newsletter__container
  .newsletter__container_middle
  .newsletter__fieldset--input
  input {
  -moz-appearance: none;
  color: #383838;
  display: block;
  font-weight: 200;
  border: 0;
  background-color: rgba(255, 255, 255, 0);
  padding: 15px 10px;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  font-family: Arial;
  box-shadow: 0 0 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #e8eaf2;
  font-size: 16px;
}

.newsletter__container .LV_invalid {
  color: #ff0000;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.newsletter__container
  .newsletter__container_middle
  .newsletter__fieldset--label
  label {
  display: none;
}

.newsletter__container
  .newsletter__container_middle
  .newsletter__fieldset--input
  input:valid,
.newsletter__container
  .newsletter__container_middle
  .newsletter__fieldset--input
  input:focus {
  padding: 20px 10px 10px;
  outline: 0;
}

.newsletter__container .newsletter__container_middle .newsletter__checkbox {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
}

.newsletter__container
  .newsletter__container_middle
  .newsletter__checkbox
  input {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.newsletter__container
  .newsletter__container_middle
  .newsletter__checkbox
  label {
  display: inline-block;
  color: #797979;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 8px;
}

.newsletter__container
  .newsletter__container_middle
  .newsletter__checkbox
  label
  span {
  color: #ff0000;
}

.newsletter__container .newsletter__container_middle .newsletter__info p {
  display: inline-block;
  color: #797979;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  width: 80%;
  margin-bottom: 8px;
}

.newsletter__container .newsletter__container_middle .newsletter__info.third p {
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: underline;
}

.newsletter__container .newsletter__container_middle .newsletter__info p span {
  margin: 0 2px;
  color: #ff0000;
}

.newsletter__container .newsletter__container_middle .newsletter__info p a {
  display: inline;
  color: #797979;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: underline;
}

.newsletter__container
  .newsletter__container_middle
  .newsletter__info
  p
  a:hover {
  text-decoration: none;
}

.newsletter__container .newsletter__container_button .btn {
  display: flex;
  width: max-content;
  height: auto;
  padding: 20px 30px;
  border: 1px solid #1677ff;
  background-color: #1677ff;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin: 16px 0 0 16px;
  transition: 0.6s;
}

.newsletter__container .newsletter__container_button .btn:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #1677ff;
}
/* Bloczek newsletter */

/* Listing Mediateka */
.listing.actions_logo.mediateka_listing {
  position: relative;
  overflow: hidden;
  padding: 56px 16px 8px 16px;
}

.listing.actions_logo.mediateka_listing.mediateka_black {
  background-color: #000000;
}

.listing.actions_logo.mediateka_listing::before {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  content: "" !important;
  background-image: url(/media/mediateka/desktop/images/logo-mediateka2025-black.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block !important;
  width: 150px !important;
  height: 32px !important;
}

.listing.actions_logo.mediateka_listing.mediateka_black::before {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  content: "" !important;
  background-image: url(/media/mediateka/desktop/images/logo-mediateka2025.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block !important;
  width: 150px !important;
  height: 32px !important;
}

.listing.actions_logo.mediateka_listing .listing-container {
  scrollbar-color: #eeeeee #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
}

.listing.actions_logo.mediateka_listing
  .listing-container.listing-horizontal-full.display-flex {
  height: auto !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-between !important;
}

.listing.actions_logo.mediateka_listing .element,
.listing.actions_logo.mediateka_listing .element__media,
.listing.actions_logo.mediateka_listing
  .element
  img:not(.lead-gallery-more img) {
  background-color: rgba(255, 255, 255, 0) !important;
  min-width: 194px !important;
  width: 194px !important;
  height: auto !important;
  border-radius: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.listing.actions_logo.mediateka_listing
  .element:hover
  .element__media
  img:not(.lead-gallery-more img) {
  transform: unset !important;
}

.listing.actions_logo.mediateka_listing .element:hover {
  opacity: 0.7 !important;
}

.listing.actions_logo.mediateka_listing.mediateka_black
  .element
  img:not(.lead-gallery-more img) {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.listing.actions_logo.mediateka_listing .listing-container::-webkit-scrollbar {
  width: 10px;
}

.listing.actions_logo.mediateka_listing
  .listing-container::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 16px;
}

.listing.actions_logo.mediateka_listing
  .listing-container::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
  border-radius: 16px;
}

.mediateka_listing.actions_logo.mediateka_black
  .listing-container::-webkit-scrollbar {
  width: 11px !important;
}

.mediateka_listing.actions_logo.mediateka_black .listing-container {
  scrollbar-width: thin !important;
  scrollbar-color: #666666 #ffffff !important;
}

.mediateka_listing.actions_logo.mediateka_black
  .listing-container::-webkit-scrollbar-track {
  background: #ffffff !important;
  border-radius: 16px !important;
}

.mediateka_listing.actions_logo.mediateka_black
  .listing-container::-webkit-scrollbar-thumb {
  background-color: #666666 !important;
  border-radius: 16px !important;
}
/* /Listing Mediateka */

/* amount of photos - listings/sections */
.element__media .lead-gallery-more,
.slot__image .lead-gallery-more {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: var(--color-gallery-overlay, #000);
  color: var(--color-white);
  border: 0;
  padding: 8px;
  height: 32px;
  width: 62px;
  border-radius: 48px;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
  pointer-events: none;
  top: 12px;
  right: 12px;
  z-index: 2;
}

/* /amount of photos - listings/sections */
