@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url(../../../fonts/NotoSans-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: url(../../../fonts/NotoSans-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-display: block;
  font-weight: 900;
  src: url(../../../fonts/NotoSans-Black.woff2) format("woff2");
}

:root {
  --color-quiz: #e30613;
}

body {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  overflow-x: hidden;
}
body.body-blocked {
  overflow: hidden !important;
}
.body-blocked .gl_plugin.header {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 9999999 !important;
  margin-bottom: 0 !important;
  overflow-y: scroll !important;
}
body.screening section .gl_wrapper {
  padding-top: 16px;
}
body.screening section .topbar .gl_wrapper {
  padding-top: 0;
}
body.screening .topbar .gl_wrapper {
  background-color: transparent;
}

body.screening footer {
  background-color: rgba(0, 0, 0, 0);
}

body.screening header .bottom_menu .submenu-box .gl_wrapper {
  background-color: transparent;
}
body.screening header .bottom_menu .gl_wrapper,
header .bottom_menu .gl_wrapper {
  background-color: transparent;
}
body.screening .gl_plugin.header {
  margin-bottom: 0 !important;
}
.gl_plugin {
  margin-bottom: 40px;
}
.breadcrumb.gl_plugin {
  margin-bottom: 24px;
}
/*bordery*/
.expert-block .expert-text h2,
.main-title-listing,
.dedykowany-box-title {
  border-left: 3px solid #e30613;
  padding-left: 16px;
}
.main-title-listing {
  border-left: 5px solid #e30613;
  font-size: 30px;
}
.insta-embed iframe,
.fb-embed iframe,
.socials .insta-embed,
.socials .embed .video,
.recommended-content,
.expert-block .expert-images img,
.highlight__image-box {
  border-radius: 5px;
}
/*backgrounds*/
article .lead:after,
article ul li:before {
  background-color: #e30613;
}
/*tobar*/
.topbar {
  background-color: #fff301;
  margin-bottom: 0;
}
.topbar .col-12 {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar__label .topbar__labelText {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
.topbar__link {
  color: #000;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  padding-right: 0;
}
/*header*/
header.show .mobile-box .logo {
  margin-top: 12px;
}
header .bottom_menu .menu-box:after {
  position: absolute;
  display: block;
  height: 48px;
  width: 100vw;
  content: "";
  top: 0;
  left: 50%;
  background-color: #ffffff;
  z-index: -1;
  transform: translateX(-50%);
}
.menu-box {
  position: static;
}
header .bottom_menu {
  position: relative;
}

header .submenu {
  padding: 0 16px;
}
header .submenu-box {
  background: transparent;
}
header .mobile-box {
  box-shadow: 0px 11px 36px -22px #000;
}
header .bottom_menu .gl_wrapper {
  background-color: #e30613;
}
header .mobile-box .mobile-ham {
  margin-right: 16px;
}
header .mobile-box .mobile-ham,
header .bottom_menu .gl_wrapper {
  background: transparent;
}
header .submenu-box .gl_wrapper {
  border-top: none;
}
header .mobile-box .mobile-bars {
  height: auto;
}
header .mobile-box .mobile-bars .first-bar,
header .mobile-box .mobile-bars .second-bar,
header .mobile-box .mobile-bars .third-bar {
  margin-bottom: 0;
  margin-right: 0;
  background-color: #000;
}
.site-logo {
  width: 100%;
  max-width: 100%;
  -webkit-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
}
.site-logo .display-flex.item-center-v {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
header .bottom_menu {
  border-bottom: 3px solid #000;
}
header .mobile-box .mobile-bars .third-bar {
  width: 10px;
}
.menu-box li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
header .logo img {
  max-width: none;
  width: 100%;
  display: block;
}
header .submenu-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding: 0;
  min-width: auto;
}
.menu-box > ul > li {
  border-bottom: none;
}
.menu-box li a {
  position: relative;
}
header .submenu.active {
  transition: none;
}
header .mobile-box .logo {
  width: 204px;
  margin-top: 12px;
}
/*rozwiniety header*/
header .show .submenu-title,
header .show .submenu ul li a {
  color: #000;
}
header .show .bottom_menu {
  background-color: #fff;
}
header .show .submenu-title {
  min-width: 152px;
  text-align: right;
}
header .show .menu-box {
  margin-bottom: 16px;
}
header .show .bottom_menu {
  border-bottom: none;
}
header .show .bottom_menu .submenu-box:after {
  display: none;
}
header .mobile-box .mobile-bars.show .third-bar {
  width: 20px;
}
header .show .submenu-box,
header .show .bottom_menu .gl_wrapper {
  background-color: #fff;
}
header .submenu ul li a {
  font-weight: 500;
  text-transform: uppercase;
}
.body-blocked header.show {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
}
header.show {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
/*------
article
-------*/
article h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 24px;
}
/*breadcrumb*/
.blockinfo__text h1 {
  line-height: 18px;
  font-weight: 900;
  font-size: 30px;
  color: #e30613;
}
.breadcrumb__item.breadcrumb__item--highlight a {
  background-color: #ed1c24;
  color: #fff;
}
.breadcrumb__item--highlight .breadcrumb__link,
.breadcrumb__item a {
  border: 1px solid #ed1c24;
  border-radius: 5px;
  color: #000;
}
.breadcrumb__item .breadcrumb__link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 24px;
}

article .autor.flex.display-flex span.h3 {
  font-size: 12px;
  line-height: 16px;
  color: #a8a8aa;
  font-weight: 300;
}

.autor.flex.display-flex.items-right {
  display: block;
}

.autor.flex.display-flex.items-right span.h3.art-sp {
  width: auto;
  float: right;
  flex: 0 0 auto;
}

.single-photo.with-frames img {
  max-height: 442px;
}
article .lead {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
article .lead:after {
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  margin-top: 24px;
}
.article li,
article li {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
article > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.single-photo figure figcaption span.link a,
article table a,
article > a,
article li a,
article > div p a,
article > div a p,
article > p a {
  font-size: 18px;
  color: #e30613;
  font-weight: 300;
  text-decoration: underline;
}

article table a {
  font-size: 14px;
}

.single-photo figure figcaption span.link a {
  font-size: 12px;
}

.galleries a {
  box-shadow: none;
}

article ul li {
  position: relative;
  list-style-type: none;
}

article ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  -webkit-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
  border-radius: 50%;
}

.article h2,
.stm-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 24px;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-left: 86px;
}

.article ul,
.article ol {
  margin-left: 120px;
}

article strong {
  font-weight: 500;
}

article table {
  margin-bottom: 24px;
}

.single-photo figure figcaption {
  margin-left: 0;
  color: #a8a8aa;
  line-height: 18px;
  font-weight: 300;
}

article figure img {
  border-radius: 4px;
}

.lead-gallery .lead-gallery-info {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(35, 31, 32, 0.8);
}

.lead-gallery .lead-gallery-title {
  border-bottom-left-radius: 4px;
  color: #fff;
}

.lead-gallery .lead-gallery-photos {
  border-bottom-right-radius: 4px;
}
.lead-gallery .lead-gallery-title,
.lead-gallery .lead-gallery-photos {
  background-color: #231f20;
}
article .autor.flex.display-flex span.h3 {
  flex: 0 0 auto;
}
.lead-gallery .lead-gallery-more {
  background-color: transparent;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.lead-gallery-more a {
  margin: 0;
}
article .lead-photo-miniatures ul li:before {
  display: none;
}

.recommended-content {
  background-color: #ed0a14;
  padding: 24px;
  width: 300px;
  margin-bottom: 10px;
}
.recommended-content .items {
  overflow: visible;
}
.recommended-content .items:after {
  content: "";
  clear: both;
  display: table;
}
.recommended-content .title {
  color: #fff;
  font-weight: 500;
}
.recommended-content .item a {
  color: #fff;
  position: relative;
}
.recommended-content .item a:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: transparent;
  position: absolute;
  left: -12px;
  top: 6px;
  border-radius: 50%;
}
.recommended-content .recommendedLink__text {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
/*------
expert
-------*/
.expert-block {
  background-color: #fff;
}
.expert-block .expert-images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  max-width: 320px;
}
.expert-block .expert-text h2 {
  margin-left: 0;
  font-weight: 500;
  color: #231f20;
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 16px;
}
.expert-block .expert-text {
  line-height: 30px;
  font-style: italic;
  color: #231f20;
}
.expert-block .expert-text p {
  line-height: 30px;
  font-style: italic;
  color: #231f20;
}
/*highlight*/
.highlight {
  border-bottom: none;
  padding-bottom: 0;
}
.highlight__textbox p {
  font-size: 18px;
  font-weight: 300;
  color: #231f20;
  line-height: 28px;
}
.highlight__figcaption .hightlight__text {
  font-weight: 300;
  line-height: 18px;
  color: #a8a8aa;
}
.highlight__title .hightlight__text {
  border-bottom: none;
}
.highlight__button {
  text-align: left;
}
.highlight__button .hightlight__button-link {
  background-color: #e30613;
  border-radius: 5px;
}

/*----
LISTINGI
------*/
.dedykowany-box-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 50px;
  color: #000000;
}
.listing .main-title-listing {
  line-height: 50px;
}
.listing {
  text-align: center;
}
.listing .listing-container,
.listing .main-title-listing {
  text-align: left;
}
/*zaslepka*/
.listing-container.v12 .element:nth-child(-n + 2) .element__media,
.listing-container.hero-img .element:nth-child(n + 2) .element__media {
  height: 213px;
  overflow: hidden;
}
.hero-img-v19 .element .element__media {
  width: 100%;
  height: 442px;
  overflow: hidden;
}

/*margins*/
.listing-container.v12 .element:nth-last-of-type(-n + 2),
.listing-container.v1 .element:nth-last-of-type(-n + 2),
.listing-container.hero-img-half .element:first-child .element__media,
.listing-container.listing-vertical-full div.element:nth-last-of-type(1),
.listing-container.hero-img-half .element:nth-last-of-type(-n + 2),
.listing-container.listing-vertical-triple .element,
.listing-container.hero-img .element:nth-last-of-type(-n + 3),
.listing-container.hero-img .element:first-child .element__media,
.hero-img-v21 .element:nth-last-of-type(-n + 3),
.listing-horizontal-half-v17 .element:nth-last-of-type(-n + 3) {
  margin-bottom: 0;
}
.listing-container.hero-img-half .element:first-child,
.listing-container.listing-vertical-full .element {
  margin-bottom: 24px;
  position: relative;
}
.listing-container.listing-vertical-full .element,
.hero-img .element:first-child,
.hero-img .element {
  position: relative;
}
.listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline,
.listing-container.hero-img .element .element__content .element__headline {
  margin: 0;
}
.hero-img-v21,
.hero-img-v19 {
  margin-bottom: -16px;
}
/*paddings*/
.listing-container.v12 .element:nth-child(-n + 2) .element__content,
.listing-container.v1 .element .element__content,
.listing-container.hero-img-half .element .element__content,
.listing-container.listing-vertical-triple .element .element__content,
.listing-container.hero-img .element .element__content,
.listing-horizontal-full-v20 .element:first-child .element__content,
.listing-horizontal-half-v17 .element:nth-child(-n + 3) .element__content,
.hero-img-v21 .element:nth-child(n + 2) .element__content {
  padding: 0 16px 16px 16px;
  margin-top: 0;
}
.col-8 .listing-container.listing-horizontal-full .element .element__content {
  padding-top: 16px;
}
.listing-container.v12 .element:nth-child(-n + 2) .element__media,
.listing-container.v1 .element .element__media,
.listing-container.hero-img-half .element .element__media,
.col-12 .listing-container.listing-vertical-triple .element .element__media,
.listing-container.hero-img .element .element__media,
.listing-horizontal-full-v20 .element:first-child .element__media,
.hero-img-v21 .element:nth-child(n + 2) .element__media {
  margin-bottom: 16px;
}
.listing-horizontal-full-v20 .element:nth-child(2) {
  padding: 16px 8px 16px 24px;
}
/*data*/
.listing-container.v12 .element .element__content .listing-bottom .date p,
.listing-container.v1 .element .element__content .listing-bottom .date p,
.listing-bottom .art-label p,
.listing-container.listing-vertical-triple
  .element
  .element__content
  .listing-bottom
  .date
  p {
  color: #a8a8aa;
  font-weight: 300;
}

.listing-container .element .element__content .listing-bottom .date {
  display: none;
}
/*border radius*/
.col-4 .listing-container.listing-horizontal-full .element,
.listing-container.v12 .element,
.listing-container.v1 .element,
.listing-container.v12 .element:nth-child(-n + 2),
.listing-container.hero-img-half .element,
.listing-container.listing-horizontal-full .element,
.listing-container.listing-vertical-full .element,
.listing-vertical-triple .element,
.hero-img .element,
.hero-img-v19 .element,
.listing-horizontal-full-v20 .element:first-child,
.listing-horizontal-full-v20 .element:nth-child(2),
.hero-img-v21 .element,
.listing-horizontal-full-v20 .element:nth-child(2) .element__media,
.listing-horizontal-half-v17 .element,
.hero-img-v21 .element:nth-child(n + 2) {
  border-radius: 8px;
  overflow: hidden;
}
/*shadows*/
.listing-container.v12 .element:nth-child(-n + 2),
.listing-container.v1 .element,
.listing-container.hero-img-half .element,
.listing-vertical-triple .element,
.hero-img .element,
.listing-horizontal-full-v20 .element:first-child,
.listing-horizontal-half-v17 .element:nth-child(-n + 3),
.hero-img-v21 .element:nth-child(n + 2) {
  box-shadow: -1px 2px 4px 0px rgba(12, 38, 77, 0.2);
}
/*listing item title*/
.listing-container.v12
  .element:nth-child(-n + 2)
  .element__content
  .element__headline
  a,
.col-8 .listing-container.v1 .element .element__content .element__headline a,
.listing-container.hero-img-half
  .element
  .element__content
  .element__headline
  a,
.listing-container.hero-img-half
  .element:first-child
  .element__content
  .element__headline
  a,
.col-8
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .element__headline
  a,
.col-8
  .listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  a,
.listing-vertical-triple .element__content .element__headline a,
.listing-container.hero-img .element__content .element__headline a,
.listing-horizontal-full-v20 .element:first-child .element__headline a,
.listing-horizontal-half-v17 .element:nth-child(-n + 3) .element__headline a,
.hero-img-v21 .element:nth-child(n + 2) .element__content .element__headline a,
.listing-container.v12
  .element:nth-child(-n + 2)
  .element__content
  .element__headline
  h2,
.col-8 .listing-container.v1 .element .element__content .element__headline h2,
.listing-container.hero-img-half
  .element
  .element__content
  .element__headline
  h2,
.listing-container.hero-img-half
  .element:first-child
  .element__content
  .element__headline
  h2,
.col-8
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .element__headline
  h2,
.col-8
  .listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  h2,
.listing-vertical-triple .element__content .element__headline h2,
.listing-container.hero-img .element__content .element__headline h2,
.listing-horizontal-full-v20 .element:first-child .element__headline h2,
.listing-horizontal-half-v17 .element:nth-child(-n + 3) .element__headline h2,
.hero-img-v21 .element:nth-child(n + 2) .element__content .element__headline h2,
.listing-container.v12
  .element:nth-child(-n + 2)
  .element__content
  .element__headline
  h3,
.col-8 .listing-container.v1 .element .element__content .element__headline h3,
.listing-container.hero-img-half
  .element
  .element__content
  .element__headline
  h3,
.listing-container.hero-img-half
  .element:first-child
  .element__content
  .element__headline
  h3,
.col-8
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .element__headline
  h3,
.col-8
  .listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  h3,
.listing-vertical-triple .element__content .element__headline h3,
.listing-container.hero-img .element__content .element__headline h3,
.listing-horizontal-full-v20 .element:first-child .element__headline h3,
.listing-horizontal-half-v17 .element:nth-child(-n + 3) .element__headline h3,
.hero-img-v21
  .element:nth-child(n + 2)
  .element__content
  .element__headline
  h3 {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listing-horizontal-full-v20 .element:nth-child(2) .element__content {
  width: 172px;
}
.listing-container.v12
  .element:nth-child(-n + 2)
  .element__content
  .element__headline,
.listing-container.v1 .element .element__content .element__headline,
.listing-container.hero-img-half .element .element__content .element__headline,
.listing-container.listing-vertical-triple
  .element
  .element__content
  .element__headline,
.listing-container.hero-img .element .element__content .element__headline,
.listing-horizontal-full-v20
  .element:first-child
  .element__content
  .element__headline,
.listing-horizontal-half-v17 .element:nth-child(-n + 3) .element__headline,
.hero-img-v21 .element .element__content .element__headline {
  height: 76px;
  max-height: 76px;
  margin-bottom: 0;
}
.col-4
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .element__headline
  a,
.listing-container.v12 .element .element__content .element__headline a,
.listing-horizontal-full-v20 .element .element__headline a,
.listing-horizontal-half-v17 .element .element__headline a,
.listing-horizontal-half-v17
  .element:nth-child(n + 4)
  .element__content
  .element__headline
  a,
.col-4
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .element__headline
  h2,
.listing-container.v12 .element .element__content .element__headline h2,
.listing-horizontal-full-v20 .element .element__headline h2,
.listing-horizontal-half-v17 .element .element__headline h2,
.listing-horizontal-half-v17
  .element:nth-child(n + 4)
  .element__content
  .element__headline
  h2,
.col-4
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .element__headline
  h3,
.listing-container.v12 .element .element__content .element__headline h3,
.listing-horizontal-full-v20 .element .element__headline h3,
.listing-horizontal-half-v17 .element .element__headline h3,
.listing-horizontal-half-v17
  .element:nth-child(n + 4)
  .element__content
  .element__headline
  h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*title absolute*/
.hero-img-v21 .element:first-child .element__content,
.listingWidth--33,
.listing-horizontal-half-v17 .element,
.listing-container.hero-img-half .element .element__content,
.listing-container.v1 .element .element__content,
.col-4 .listing-container.listing-horizontal-full .element .element__content,
.listing-horizontal-full-v20 .element:first-child .element__content {
  position: relative;
}
.hero-img-v21 .element:first-child .element__content .element__headline {
  position: absolute;
}
.hero-img-v21 .element:first-child .element__content .element__headline {
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 0 16px 24px 0;
  margin-bottom: 24px;
  max-height: 400px;
  height: auto;
}
.listing-container.v1 .element .element__content .listing-bottom .art-label,
.col-4
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .listing-bottom,
.col-4
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .listing-bottom
  .art-label,
.listing-container.v12 .element .element__content .listing-lead,
.listing-container.v12 .element .element__content .listing-bottom,
.listing-container.listing-vertical-triple
  .element
  .element__content
  .listing-bottom
  .art-label {
  display: block;
}
.hero-img-v21 .element:first-child .element__content .element__headline a,
.hero-img-v21 .element:first-child .element__content .element__headline h2,
.hero-img-v21 .element:first-child .element__content .element__headline h3 {
  position: relative;
  padding-bottom: 24px;
}
.hero-img-v21
  .element:first-child
  .element__content
  .element__headline
  a:after {
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
}
/*title on image*/
.listing-container.hero-img-half .element:first-child .element__content:after,
.listing-container.listing-vertical-full .element .element__content:after,
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline:after {
  display: block;
  width: 100px;
  height: 3px;
  background-color: #e30613;
  content: "";
  position: absolute;
  top: 0;
}
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline:after {
  top: auto;
  bottom: 0;
}
.listing-container.hero-img-half .element:first-child .element__content,
.listing-container.listing-vertical-full .element .element__content,
.listing-container.hero-img .element:first-child .element__content {
  background-color: rgba(5, 5, 5, 0.8);
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 16px;
}
.listing-container.hero-img-half
  .element:first-child
  .element__content
  .element__headline,
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline {
  height: auto;
  max-height: none;
}
.listing-container.hero-img-half
  .element:first-child
  .element__content
  .element__headline
  a,
.listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  a,
.col-8
  .listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  a,
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline
  a,
.listing-horizontal-full-v20 .element:nth-child(2) .element__headline a,
.hero-img-v21 .element:first-child .element__content .element__headline a,
.listing-container.hero-img-half
  .element:first-child
  .element__content
  .element__headline
  h2,
.listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  h2,
.col-8
  .listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  h2,
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline
  h2,
.listing-horizontal-full-v20 .element:nth-child(2) .element__headline h2,
.hero-img-v21 .element:first-child .element__content .element__headline h2,
.listing-container.hero-img-half
  .element:first-child
  .element__content
  .element__headline
  h3,
.listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  h3,
.col-8
  .listing-container.listing-vertical-full
  .element
  .element__content
  .element__headline
  h3,
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline
  h3,
.listing-horizontal-full-v20 .element:nth-child(2) .element__headline h3,
.hero-img-v21 .element:first-child .element__content .element__headline h3 {
  color: #fff;
}
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline
  a,
.hero-img-v21 .element:first-child .element__content .element__headline a,
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline
  h2,
.hero-img-v21 .element:first-child .element__content .element__headline h2,
.listing-container.hero-img
  .element:first-child
  .element__content
  .element__headline
  h3,
.hero-img-v21 .element:first-child .element__content .element__headline h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-container.hero-img .element:first-child .element__content {
  padding: 0;
  margin: 0 40px 40px 40px;
  background-color: transparent;
  width: calc(100% - 80px);
}
/*buttons*/
.listing .button {
  background-color: #e30613;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  padding: 8px 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e30613;
  line-height: 18px;
}
.listing .button {
  margin: 24px 0 0 0;
}
/*listings diffrences*/
.hero-img-half .element:first-child,
.hero-img .element:first-child {
  box-shadow: none;
}
.col-4 .listing-container.listing-horizontal-full .element .element__content {
  margin-top: 0;
}
.col-4
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .element__headline,
.listing-container.v12 .element .element__content .element__headline,
.col-4
  .listing-container.listing-horizontal-full
  .element.item-sp
  .element__content
  .element__headline,
.listing-horizontal-half-v17
  .element:nth-child(n + 4)
  .element__content
  .element__headline {
  max-height: 58px;
  height: 58px;
  overflow: hidden;
}
.listing-horizontal-full-v20 .element:nth-child(2) {
  background-color: #e30613;
}
/*punktory*/
.listing-horizontal-full-v20 .element:nth-child(n + 3) {
  position: relative;
}
.listing-horizontal-full-v20 .element:nth-child(n + 3) .element__headline a,
.listing-horizontal-full-v20 .element:nth-child(n + 3) .element__headline h2,
.listing-horizontal-full-v20 .element:nth-child(n + 3) .element__headline h3 {
  margin-top: 0;
}
.listing-horizontal-full-v20 .element:nth-child(n + 3) .element__headline {
  padding-left: 24px;
  max-height: 53px;
}
.listing-horizontal-full-v20 .element:nth-child(n + 3):before {
  content: "";
  background-color: #e30613;
  width: 5px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.listing-horizontal-full-v20 .element {
  border-bottom: none;
}
/*materiał sponsorowany*/
.listing-horizontal-full-v20 .element:nth-child(2),
.hero-img .element.item-sp .element__content,
.v1 .element.item-sp .element__content,
.v12 .element.item-sp .element__content,
.listing-container.listing-vertical-triple .element .element__content,
.hero-img-v21 .element:first-child .element__content,
.listing-container.hero-img .element:nth-child(n + 2) .element__content {
  position: relative;
}
.listing-bottom .art-label {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%) translateY(-16px);
  transform: translateY(-100%) translateY(-16px);
  z-index: 99;
}
.listing-bottom .art-label p {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3px 8px;
  font-size: 9px;
  line-height: 10px;
  font-weight: 300;
  display: inline-block;
}
.col-4
  .listing-container.listing-horizontal-full
  .element
  .element__content
  .listing-bottom
  .art-label {
  -webkit-transform: translateY(0) translateY(0);
  transform: translateY(0) translateY(0px);
  z-index: 99;
  bottom: 0;
  right: auto;
  left: -102px;
  top: auto;
  width: 86px;
}
.hero-img-v21 .element .listing-bottom .art-label {
  top: auto;
  bottom: -42px;
  right: 100%;
}
.listing-horizontal-full-v20 .element:nth-child(2) .listing-bottom .art-label,
.listing-container.v12 .element:nth-child(n + 2) .listing-bottom .art-label {
  position: absolute;
  top: 60px;
  right: 8px;
  -webkit-transform: translateY(0%) translateY(0px);
  transform: translateY(0%) translateY(0px);
  width: 86px;
}
.listing-horizontal-full-v20 .element:nth-child(2) .listing-bottom .art-label p,
.listing-container.v12 .element:nth-child(n + 2) .listing-bottom .art-label {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hero-img-v21 .element:first-child .element__content {
  background-color: #e30613;
}

.hero-img .element:first-child .element__content .listing-bottom .art-label {
  right: -40px;
  z-index: 99;
  bottom: -40px;
  top: auto;
  -webkit-transform: translateY(0%) translateY(0px);
  transform: translateY(0%) translateY(0px);
}
.hero-img-half
  .element:first-child
  .element__content
  .listing-bottom
  .art-label,
.listing-vertical-full .listing-bottom .art-label {
  transform: translateY(-100%) translateY(0px);
}
/*-----
 Paginacja
------*/
.main-content .paginacja {
  margin: 24px auto 0 auto;
  width: 100%;
  text-align: center;
}
.paginacja li.disable {
  width: 20px;
  height: 20px;
  background-color: rgb(243, 243, 243);
  border-radius: 20px;
}
.paginacja li.disable a {
  padding: 0 2px 0 0;
  min-width: auto;
}
.paginacja li a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}
.paginacja li.active a {
  color: #e30613;
}
.paginacja li.prev,
.paginacja li.next {
  width: 20px;
  height: 20px;
  background-color: #e30613;
  border-radius: 20px;
}
.paginacja li.next a {
  padding: 0 0 0 2px;
}
.paginacja li.prev a,
.paginacja li.next a {
  min-width: auto;
  color: #fff;
}
/*wazne*/
.highlight__title {
  margin-bottom: 24px;
  float: right;
  width: 320px;
  text-align: left;
}
.highlight__title .hightlight__text {
  text-align: left;
  color: #e30613;
  border-left: 3px solid #000;
  padding-left: 24px;
  line-height: 50px;
}

.blockinfo__text h1 {
  line-height: 50px;
  font-weight: 900;
  font-size: 30px;
  color: #e30613;
  border-left: 5px solid #e30613;
  padding-left: 16px;
  display: block;
}

/*-------
 footer
---------*/
footer .gl_wrapper > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  padding: 0 20px;
}
footer .legal-info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  margin: 16px 0 48px;
  text-align: center;
}
footer .legal-info .h5 {
  font-size: 9px;
  line-height: 13px;
  color: #505050;
}
footer .legal .h3,
footer .about .h3 {
  font-weight: 900;
}
footer .logo {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
  align-items: flex-start;
}
footer .legal,
footer .about {
  width: 25%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}
footer .serwis-list {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  order: 5;
}
footer .serwis-list:before {
  position: absolute;
  background-color: #040404;
  content: "";
  height: 100%;
  width: 100vw;
  z-index: 0;
  left: calc(-50vw - -50%);
  border-top: 2px solid #e30613;
}
footer .show-list {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  float: right;
  border-bottom: 0;
  margin-top: 2px;
}
footer .show-list,
footer .list,
footer .copyright {
  background-color: #040404;
  color: #666;
}
footer .serwis-list a {
  color: #68696b;
}
footer .copyright {
  display: inline-block;
  width: auto;
  margin-top: 2px;
}
footer .copyright .copyright__text {
  color: #68696b;
  font-weight: 500;
}
footer h3 {
  font-size: 18px;
  line-height: 22px;
  color: #050505;
  font-weight: 500;
}
footer a {
  color: #68696b;
}
footer .serwis-list,
footer .list {
  position: relative;
}
footer .legal,
footer .about {
  margin-bottom: 8px;
}
footer .logo img {
  margin-top: 0;
}
/*-------
Live ON
--------*/
.liveTimeline {
  border-bottom: none;
}
.liveTimeline__head {
  border-bottom: none;
  float: right;
  margin-top: 3px;
  margin-bottom: 0;
}
.liveTimeline__head .liveTimeline__headTitle {
  font-size: 18px;
  font-weight: 500;
}
.liveTimeline__title {
  border-left: 3px solid #e30613;
  padding-left: 16px;
  width: 100%;
  margin-bottom: 0px;
}
.liveTimeline__title p {
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  color: #000000;
  text-align: center;
}
.liveTime__timeline .liveTime__timelineColumn--Time:before {
  background-color: #ed0a14;
}
.liveTimeline__blink {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.liveTime__timeline {
  border-left: 2px solid #eee;
}
.liveTime__timelineText,
.liveTime__timelineText p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #231f20;
}
.liveTime__timelineColumn--Time p {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #231f20;
}
.liveTime__timeline:last-child {
  padding-bottom: 0;
}
.liveTimeline__refreshButton {
  font-family: "Noto Sans", sans-serif;
  height: 40px;
  background: #7ba716;
  border-radius: 4px;
  padding-right: 37px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  position: sticky;
  top: 0;
  visibility: hidden;
  z-index: 99999999 !important;
  top: 20px !important;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-160px);
}

.liveTimeline__refreshButton:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 6px;
  top: 17px;
  right: 15px;
  background: url(/media/se/desktop/images/arrow-white-refresh-button.svg)
    no-repeat;
}

.zpr_screening {
  z-index: auto !important;
}

/*-------
tagi
---------*/
.tags .breadcrumb__link {
  border: 1px solid #ed0a14;
  color: #ed0a14;
}

/*-----
 blockquote
------*/
blockquote {
  border-left: none;
  padding: 0 20px 0 0;
  margin-bottom: 24px;
}
blockquote:before {
  right: 13px;
  left: auto;
  color: #eee;
}
blockquote p {
  margin-right: 40px;
  margin-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
}
/*--------
Sekcje specjalne
--------*/

/*wiadomosci*/
.listingColor--wiadomosci .hero-img-v21 .element:first-child .element__content,
.listingColor--wiadomosci .listing-horizontal-full-v20 .element:nth-child(2),
.listingColor--wiadomosci
  .listing-horizontal-full-v20
  .element:nth-child(n + 3):before {
  background-color: #e30613;
}
.listingColor--wiadomosci.listing .main-title-listing {
  color: #e30613;
}
.listingColor--wiadomosci.listing .main-title-listing {
  border-color: #e30613;
}
.listingWidth--33.listingColor--wiadomosci,
.listingWidth__33--last.listingColor--wiadomosci {
  position: relative;
}
.listingWidth--33.listingColor--wiadomosci .main-title-listing,
.listingWidth__33--last.listingColor--wiadomosci .main-title-listing {
  position: absolute;
  border: none;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #e30613;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 14px;
}
/*rozrywka*/
.listingColor--rozrywka .hero-img-v21 .element:first-child .element__content,
.listingColor--rozrywka .listing-horizontal-full-v20 .element:nth-child(2),
.listingColor--rozrywka
  .listing-horizontal-full-v20
  .element:nth-child(n + 3):before {
  background-color: #ffab00;
}
.listingColor--rozrywka.listing .main-title-listing {
  color: #ffab00;
}
.listingColor--rozrywka.listing .main-title-listing {
  border-color: #ffab00;
}
.listingWidth--33.listingColor--rozrywka,
.listingWidth__33--last.listingColor--rozrywka {
  position: relative;
}
.listingWidth--33.listingColor--rozrywka .main-title-listing,
.listingWidth__33--last.listingColor--rozrywka .main-title-listing {
  position: absolute;
  border: none;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #ffab00;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 14px;
}
/*superbiz*/
.listingColor--superbiznes .hero-img-v21 .element:first-child .element__content,
.listingColor--superbiznes .listing-horizontal-full-v20 .element:nth-child(2),
.listingColor--superbiznes
  .listing-horizontal-full-v20
  .element:nth-child(n + 3):before {
  background-color: #275cad;
}
.listingColor--superbiznes.listing .main-title-listing {
  color: #275cad;
}
.listingColor--superbiznes.listing .main-title-listing {
  border-color: #275cad;
}
.listingWidth--33.listingColor--superbiznes,
.listingWidth__33--last.listingColor--superbiznes {
  position: relative;
}
.listingWidth--33.listingColor--superbiznes .main-title-listing,
.listingWidth__33--last.listingColor--superbiznes .main-title-listing {
  position: absolute;
  border: none;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #275cad;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 14px;
}
/*seriale*/
.listingColor--seriale .hero-img-v21 .element:first-child .element__content,
.listingColor--seriale .listing-horizontal-full-v20 .element:nth-child(2),
.listingColor--seriale
  .listing-horizontal-full-v20
  .element:nth-child(n + 3):before {
  background-color: #6c0080;
}
.listingColor--seriale.listing .main-title-listing {
  color: #6c0080;
}
.listingColor--seriale.listing .main-title-listing {
  border-color: #6c0080;
}
.listingWidth--33.listingColor--seriale,
.listingWidth__33--last.listingColor--seriale {
  position: relative;
}
.listingWidth--33.listingColor--seriale .main-title-listing,
.listingWidth__33--last.listingColor--seriale .main-title-listing,
.listingWidth--33.listingColor--seriale .main-title-listing h2,
.listingWidth__33--last.listingColor--seriale .main-title-listing h2 {
  position: absolute;
  border: none;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #6c0080;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 14px;
}
.listingWidth--33.listingColor--seriale .main-title-listing:has(h2),
.listingWidth__33--last.listingColor--seriale .main-title-listing:has(h2) {
  background-color: unset;
}
/*sport*/
.listingColor--sport .hero-img-v21 .element:first-child .element__content,
.listingColor--sport .listing-horizontal-full-v20 .element:nth-child(2),
.listingColor--sport
  .listing-horizontal-full-v20
  .element:nth-child(n + 3):before {
  background-color: #7ba716;
}
.listingColor--sport.listing .main-title-listing {
  color: #7ba716;
}
.listingColor--sport.listing .main-title-listing {
  border-color: #7ba716;
}
.listingWidth--33.listingColor--sport,
.listingWidth__33--last.listingColor--sport {
  position: relative;
}
.listingWidth--33.listingColor--sport .main-title-listing,
.listingWidth__33--last.listingColor--sport .main-title-listing {
  position: absolute;
  border: none;
  z-index: 10;
  top: 16px;
  right: 16px;
  font-size: 14px;
  color: #fff;
  background-color: #7ba716;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 14px;
}
/*styl zycia*/
.listingColor--styl_zycia .hero-img-v21 .element:first-child .element__content,
.listingColor--styl_zycia .listing-horizontal-full-v20 .element:nth-child(2),
.listingColor--styl_zycia
  .listing-horizontal-full-v20
  .element:nth-child(n + 3):before {
  background-color: #d81b60;
}
.listingColor--styl_zycia.listing .main-title-listing {
  color: #d81b60;
}
.listingColor--styl_zycia.listing .main-title-listing {
  border-color: #d81b60;
}
.listingWidth--33.listingColor--styl_zycia,
.listingWidth__33--last.listingColor--styl_zycia {
  position: relative;
}
.listingWidth--33.listingColor--styl_zycia .main-title-listing,
.listingWidth__33--last.listingColor--styl_zycia .main-title-listing {
  position: absolute;
  border: none;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #d81b60;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 14px;
}

/*gotowanie*/
.listingColor--beszamel .hero-img-v21 .element:first-child .element__content,
.listingColor--beszamel .listing-horizontal-full-v20 .element:nth-child(2),
.listingColor--beszamel
  .listing-horizontal-full-v20
  .element:nth-child(n + 3):before {
  background-color: #8dc42b;
}
.listingColor--beszamel.listing .main-title-listing {
  color: #8dc42b;
}
.listingColor--beszamel.listing .main-title-listing {
  border-color: #8dc42b;
}
.listingWidth--33.listingColor--beszamel,
.listingWidth__33--last.listingColor--beszamel {
  position: relative;
}
.listingWidth--33.listingColor--beszamel .main-title-listing,
.listingWidth__33--last.listingColor--beszamel .main-title-listing {
  position: absolute;
  border: none;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #8dc42b;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 14px;
}
/*auto*/
.listingColor--auto .hero-img-v21 .element:first-child .element__content,
.listingColor--auto .listing-horizontal-full-v20 .element:nth-child(2),
.listingColor--auto
  .listing-horizontal-full-v20
  .element:nth-child(n + 3):before {
  background-color: #243a51;
}
.listingColor--auto.listing .main-title-listing {
  color: #243a51;
}
.listingColor--auto.listing .main-title-listing {
  border-color: #243a51;
}
.listingWidth--33.listingColor--auto,
.listingWidth__33--last.listingColor--auto {
  position: relative;
}
.listingWidth--33.listingColor--auto .main-title-listing,
.listingWidth__33--last.listingColor--auto .main-title-listing {
  position: absolute;
  border: none;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #243a51;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 14px;
}
/*-------
reklama
--------*/
.zpr_side_1_noscroll,
.zpr_side_2_box.active,
.zpr_side_3_box.active,
.zpr_side_4_box.active {
  display: inline-block;
  vertical-align: top;
}
.zpr_inside_1_wide.active,
.zpr_inside_2_wide.active,
.zpr_inside_3_wide.active,
.zpr_side_1_noscroll {
  margin-bottom: 40px;
}
.zpr_side_1_noscroll.active:before,
.zpr_side_2_box.active:before,
.zpr_side_3_box.active:before,
.zpr_side_4_box.active:before {
  content: "REKLAMA";
  background-color: #666;
  display: block;
  margin: 0 auto;
  width: 60px;
  font-size: 8px;
  line-height: 15px;
  text-transform: uppercase;
  z-index: 200;
  position: relative;
  color: #fff;
  text-align: center;
  height: 15px;
  font-family: Arial;
}
.hero-img-v21 .zpr-block,
.hero-img .zpr-block {
  width: auto;
  display: inline-block;
  max-width: 320px;
  overflow: hidden;
  height: auto;
  max-height: 320px;
}
.zpr_box_inside_3.active,
.zpr_box_inside_2.active .zpr_box_inside_1.active,
.listing-vertical-full .zpr-block .active {
  margin-bottom: 24px;
}
.v12 .zpr-block .active,
.zpr_box_inside_3.active,
.zpr_box_inside_2.active,
.zpr_box_inside_1.active {
  margin-bottom: 24px;
}
/*------
hover
--------*/
.listing-container .element:hover {
  box-shadow: 0 0 30px rgba(0, 0, 1, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recommended-content .item a:hover:before {
  background-color: #fff;
}
footer .serwis-list a:hover {
  color: #fff;
}
.recommended-content .items .item a:hover .recommendedLink__text,
header .submenu ul li a:hover {
  color: #000;
}

.menu-box li a:hover:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: calc(100% - 32px);
  height: 3px;
  background-color: #e30613;
  content: "";
  right: 0;
  margin: 0 auto;
}
.menu-box li a:hover {
  background-color: transparent;
  font-weight: 500;
  color: #000;
}
header .show .submenu ul li a:hover,
footer a:hover {
  color: #e30613;
}
.listing-container.listing-horizontal-full-v20 .element:nth-child(n + 2):hover {
  box-shadow: none;
}
.listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  a,
.listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h2,
.listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3 {
  color: #e30613;
}
.listing-container.listing-horizontal-full-v20
  .element:nth-child(2):hover
  .element__headline
  a,
.listing-container.listing-horizontal-full-v20
  .element:nth-child(2):hover
  .element__headline
  h2,
.listing-container.listing-horizontal-full-v20
  .element:nth-child(2):hover
  .element__headline
  h3 {
  color: #000;
}
header .submenu ul li a.active {
  font-weight: 500;
  opacity: 0.6;
}
.breadcrumb__item a:hover,
.listing .button:hover {
  opacity: 0.6;
}
/*sekcje*/
.listingColor--sport
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  a,
.listingColor--sport
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h2,
.listingColor--sport
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3 {
  color: #7ba716;
}
.listingColor--rozrywka
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  a,
.listingColor--rozrywka
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h2,
.listingColor--rozrywka
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3 {
  color: #ffab00;
}
.listingColor--superbiznes
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  a,
.listingColor--superbiznes
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h2,
.listingColor--superbiznes
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3 {
  color: #275cad;
}
.listingColor--seriale
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  a,
.listingColor--seriale
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3,
.listingColor--seriale
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3 {
  color: #6c0080;
}
.listingColor--auto
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  a,
.listingColor--auto
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h2,
.listingColor--auto
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3 {
  color: #243a51;
}
.listingColor--styl_zycia
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  a,
.listingColor--styl_zycia
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h2,
.listingColor--styl_zycia
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3 {
  color: #d81b60;
}
.listingColor--beszamel
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  a,
.listingColor--beszamel
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h2,
.listingColor--beszamel
  .listing-container.listing-horizontal-full-v20
  .element:nth-child(n + 3):hover
  .element__headline
  h3 {
  color: #8dc42b;
}
/*-----------
 sekcja specjalna
 ----------*/
.listingColor--sekcja_specjalna {
  background-color: #4ba82e;
  position: relative;
  padding: 10px 0;
}
.listingColor--sekcja_specjalna:before {
  position: absolute;
  background-color: #4ba82e;
  content: "";
  height: 100%;
  width: 100vw;
  z-index: -1;
  left: calc(-50vw - -50%);
  top: 0;
}
.screening .listingColor--sekcja_specjalna:before {
  display: none;
}
.listingColor--sekcja_specjalna .main-title-listing:after {
  content: "";
  width: 109px;
  float: right;
  display: block;
  background: url(/media/se/desktop/images/logo-se.svg);
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
/*------
 godzina
------*/
article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
  display: inline-block;
}
/*-----------
 sekcja specjalna CZECHY
 ----------*/
.czechy .main-title-listing:after {
  content: "";
  width: 132px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-o7V2-MWtB-Mqsq_logotyp-czech-tourism.jpg);
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -13px;
}
.listing.czechy .main-title-listing {
  justify-content: space-between;
}
/*-----------
 sekcja specjalna MUNDIAL
 ----------*/
.mundial .main-title-listing:after {
  content: "Partner sekcji";
  width: 270px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-nU6o-wMTM-V9RH_proline-logotyp.jpg);
  height: 86px;
  background-size: 65%;
  background-repeat: no-repeat;
  margin-top: -13px;
  line-height: 86px;
  background-position: right center;
  font-size: 14px;
  font-weight: 500;
}

/*-----------
 sekcja finansowy poradnik przedsiębiorcy
 ----------*/
.bgk .main-title-listing:after {
  content: "";
  width: 170px;
  float: right;
  display: block;
  background: url(https://cdn.files.smcloud.net/t/media/files/bgk-logo.jpg);
  height: 65px;
  background-size: 53%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
/*-----------
sekcja orlen
 ----------*/
.brygada .main-title-listing:after {
  content: "";
  width: 255px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-suVz-pB9k-boak_logo-orlen.jpg);
  height: 65px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.listing.brygada .main-title-listing {
  justify-content: space-between;
}

/*-----------
sekcja PKP
 ----------*/
.kolej .main-title-listing:after {
  content: "";
  width: 255px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-3p5F-qrEr-tSwj_pkp-logo-sekcja.jpg);
  height: 65px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.listing.kolej .main-title-listing {
  justify-content: space-between;
}

/*-----------
sekcja PFR
 ----------*/
.PFR .main-title-listing:after {
  content: "";
  width: 255px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-JUs4-vhpu-izri_logo-pfr.jpg);
  height: 65px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.listing.PFR .main-title-listing {
  justify-content: space-between;
}

/*-----------
sekcja fundacja
 ----------*/
.fundacja .main-title-listing:after {
  content: "";
  width: 210px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-w9FU-F5qZ-9fjp_fundacja-ignacego-krasickiego.jpg);
  height: 95px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.listing.fundacja .main-title-listing {
  justify-content: space-between;
}

/*--------
PKP KONGRES
--------*/
.kongres .main-title-listing:after {
  content: "";
  width: 221px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-XiUb-JZt2-foyW_kongres3.jpg);
  height: 110px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.listing.kongres .main-title-listing {
  justify-content: space-between;
}

/*------------------
OTWARCIE SUPEROPINIE
------------------*/
.hero-box.hero-box--superopinie img {
  width: 100vw;
  max-width: none;
  left: calc(-50vw - -50%);
  position: relative;
  height: auto;
}
.screening .hero-box.hero-box--superopinie img {
  width: 100%;
  max-width: none;
  position: static;
}

/*--------------
button crossword
--------------*/
.crossword .action[data-action="show_crossword"] {
  background-color: #e30613;
}
article .crossword button {
  background-color: #e30613;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 24px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  margin-bottom: 24px;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
/*--------------
ARTYKUŁ DOŁADOWANY DYNAMICZNIE
--------------*/
.read-full__button {
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  padding: 12px 24px;
  border-radius: 5px;
  color: #fff;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}
.read-full__button:hover {
  opacity: 0.6;
}
/*--------
sekcja bgk95
--------*/
.bgk95 .main-title-listing:after {
  content: "";
  width: 295px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-7Bpf-RvsH-1s9o_95-lat-bgk.jpg);
  height: 55px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.bgk95 .main-title-listing {
  justify-content: space-between;
}
/*-----------------
DROPDOWN IN LISTING
-----------------*/
.dropdown {
  top: 18px;
}
.dropdown__listing {
  border-bottom: 3px solid #000;
}
.dropdown .dropdown__label {
  color: #e30613;
}
.dropdown .dropdown__label:after {
  border-top: 10px solid #e30613;
}
.dropdown.on .dropdown__listing {
  background-color: #e30613;
}
.dropdown.on .dropdown__listing .dropdown__element--label:hover {
  color: #222222;
}
/*
kolor w galerii polecanej
*/
.gallery_photos .listing-container .element__content .element__headline a,
.gallery_photos .listing-container .element__content .element__headline h2,
.gallery_photos .listing-container .element__content .element__headline h3 {
  color: #fff;
}

/*-----------
SEKCJA PKO BP
-----------*/
.pkobp .main-title-listing:after {
  content: "";
  width: 295px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-aUU3-Hs7D-Cy6H_5-bieg-charytatywny-pko-bp.jpg);
  height: 55px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.pkobp .main-title-listing {
  justify-content: space-between;
}

/*-----------
SEKCJA LOTOS
-----------*/
.lotos .main-title-listing:after {
  content: "";
  width: 255px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-cKU6-GfcV-xDZM_lotos.jpg);
  height: 55px;
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.lotos .main-title-listing {
  justify-content: space-between;
}

/*-----------
SEKCJA NBP
-----------*/
.nbp .main-title-listing:after {
  content: "";
  width: 395px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-KEZ1-FoN4-SPvn_logo-nbp.jpg);
  height: 66px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.nbp .main-title-listing {
  justify-content: space-between;
}

/*-----------
SEKCJA Bank
-----------*/
.bank .main-title-listing:after {
  content: "";
  width: 285px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-JoR7-7GLv-CzJk_nbp-logo.jpg);
  height: 66px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.bank .main-title-listing {
  justify-content: space-between;
}
/*-----------
SEKCJA Zdrowie
-----------*/
.zdrowie .main-title-listing:after {
  content: "";
  width: 230px;
  float: right;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-4GgD-3CrZ-h56E_pzu-zdrowie-logo.jpg);
  height: 66px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 0;
  line-height: 86px;
  background-position: center center;
  font-size: 14px;
  font-weight: 500;
}
.zdrowie .main-title-listing {
  justify-content: space-between;
}

/*
sekcja 100 lat polska morska + partnerbgk
*/
.morze .main-title-listing:after,
.partnerbgk .main-title-listing:after {
  content: "";
  width: 130px;
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-eCKS-bGYo-Dvkg_100-lat-polska-morska.jpg);
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
}
.morze .main-title-listing,
.partnerbgk .main-title-listing {
  justify-content: space-between;
}

/*
sekcja partnerbgk
*/

.partnerbgk .main-title-listing:after {
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-qtH6-WwnC-Wpkx_bgk-partner-sekcji.jpg);
  width: 425px;
  height: 125px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

/*
sekcja niepodlegla
*/

.niepodlegla .main-title-listing:after {
  content: "";
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-s5sn-ygQT-bpXE_niepodlegla-logo.png);
  width: 150px;
  height: 50px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.niepodlegla .main-title-listing {
  justify-content: space-between;
}

/*
sekcja dzienhutnika
*/

.dzienhutnika .main-title-listing:after {
  content: "";
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-6sgH-MHDL-bqpN_kghm-logo.png);
  width: 150px;
  height: 50px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.dzienhutnika .main-title-listing {
  justify-content: space-between;
}

/*
sekcja akademia
*/

.akademia .main-title-listing:after {
  content: "";
  display: block;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-tL8y-aEsd-n3Hp_akademia-zarzadzania-i-rozwoju.jpg);
  width: 120px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat !important;
  background-position: center center;
}

.akademia .main-title-listing {
  justify-content: space-between;
}

/*
sekcja podroze
*/

.podroze .main-title-listing:after {
  content: "";
  display: block;
  background: url(https://cdn.files.smcloud.net/t/super-podre.jpg);
  width: 200px;
  height: 40px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}

.podroze .main-title-listing {
  justify-content: space-between;
}

/* raport specjalny koronawirus */
.listingColor--otwarcie.important {
  z-index: 1;
  position: relative;
}

.listingColor--otwarcie.important:after {
  position: absolute;
  content: "";
  width: calc(100% - -32px);
  height: 235%;
  top: -20px;
  left: -16px;
  background-color: #fef201;
  z-index: 0;
}

.listing.listingWidth--33.listingColor--otwarcie {
  z-index: 2;
}

.listingColor--otwarcie.important .element__content {
  z-index: 1;
}

.zpr_side_1_noscroll.active {
  z-index: 2;
  position: relative;
}

.listingColor--otwarcie.important
  ~ .listingColor--otwarcie
  .element:first-child {
  background-color: #fff;
}

[class*="adform-wallpaper"] .listingColor--otwarcie.important:after,
body[class*="screening"] .listingColor--otwarcie.important:after {
  width: calc(100% - -32px);
  top: -20px;
  left: -16px;
  z-index: 0;
}

.listingColor--otwarcie.important .main-title-listing {
  position: relative;
  z-index: 2;
}

.player--main + .listingColor--otwarcie.important .main-title-listing {
  display: none;
}

.player--main + .listingColor--otwarcie.important:after {
  height: 258%;
}
/* raport specjalny koronawirus */

/* Player YT SG*/
.containerSG {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videoSG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Player YT SG*/

/* player superraport */
.player--main {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: rgb(146, 7, 15);
  background: -moz-linear-gradient(
    0deg,
    rgba(146, 7, 15, 1) 0%,
    rgba(227, 4, 19, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(146, 7, 15, 1) 0%,
    rgba(227, 4, 19, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(146, 7, 15, 1) 0%,
    rgba(227, 4, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92070f",endColorstr="#e30413",GradientType=1);
}
.player--main.class:before {
  content: "Super Raport - Super Express";
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: 24px;
  color: #ffffff;
}
.player--main .player__media {
  width: 664px;
  margin-right: 24px;
}
.player--main .player__media .sticky-container__wrap {
  height: 366px !important;
}
.turbo-vjs .video-js:not(.sticky-container__video) {
  width: 100%;
}
.player--main .player__zpr_ad {
  width: 320px;
  background-image: url(https://www.se.pl/media/se/desktop/images/logo-se.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px;
}
.player--main .player__zpr_ad .zpr_side_0.active {
  display: block;
}
.player--main .player__title {
  display: none;
}
.player--main .sticky-container__video {
  position: relative !important;
}
/* player superraport */
.alert {
  border: 1px solid black !important;
}
.product-cards.layout_1 {
  border: 1px solid #f48b1e;
}
.product-cards__details {
  border-left: 1px solid #f48b1e;
}
.product-cards__buy button {
  background: #f48b1e;
}
.product-cards.layout_1.double .product-cards__item {
  border: 1px solid #f48b1e;
}
.product-cards.layout_2 {
  border: 1px solid #f48b1e;
}
.product-cards.layout_2.double .product-cards__item {
  border: 1px solid #f48b1e;
}

.menu-box {
  height: 48px;
}

.topbar {
  height: 36px;
}

/* ----- new article layout desktop ----- */
/* - image - */
article .single-photo.hero figure figcaption {
  text-align: left;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 4px;
  left: 0;
  border-radius: 0;
}

article .single-photo.hero figure {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

article .single-photo.hero figure img {
  width: 100%;
  height: auto;
  max-height: none;
}

/* - gallery - */
article .gl_plugin.galleries .lead-gallery-more {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

article .gl_plugin.galleries .lead-gallery-more a {
  padding: 24px 70px !important;
  border-radius: 5px !important;
}

article .gl_plugin.galleries .lead-gallery {
  border-radius: 8px;
}

/* - audio block - */
article .audioBlock .vjs-control-bar {
  background-color: #e30613;
}

article .audioBlock .vjs-progress-control .vjs-control {
  background-color: #e30613;
}

article .audioBlock .audioBlock__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

/* - recommended content - */
article .recommended-content {
  width: 240px;
  height: auto;
  padding: 18px 24px;
}

article .recommended-content .recommendedTitle__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 8px;
}

article .recommended-content .recommendedLink__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

/* - blockquote - */
article blockquote:before {
  display: block;
  content: "\201D";
  font-size: 88px;
  position: absolute;
  right: 126px;
  top: -48px;
  color: #000000;
}

article blockquote .blockquote__text {
  position: relative;
}

article blockquote {
  margin: 64px 0;
}

article blockquote p {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  color: #222222;
  margin-right: 64px;
}

article blockquote p::after {
  display: block;
  position: absolute;
  content: "";
  margin-top: 32px;
  width: 100%;
  height: 2px;
  background: #e30613;
}

article blockquote p::before {
  display: block;
  position: absolute;
  content: "";
  margin-top: -32px;
  width: 80%;
  height: 2px;
  background: #e30613;
}

/* expert */
article .expert-block .expert-name .expert__nameText {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #222222;
}

article .expert-block .expert-name .expert__nameText {
  position: relative;
}

article .expert-block .expert-name .expert__nameText::before {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 28px;
  left: 160px;
  top: 0;
  background: #e30613;
}

article .expert-block .expert-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #222222;
}

article .expert-block .expert-images img {
  border-radius: 0;
}

article .expert-block .expert__main {
  border: 0;
}

/* zpr-shopping */
article .zpr_shopping__article .stm-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #222222;
}

article .zpr_shopping__article .stms-title-link span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

article .zpr_shopping__article .stm-shopping-container .btn-link {
  background-color: #e30613;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 16px;
}

/*---------------
ZPR Shopping 2.0
---------------*/
article
  #article_zpr_shopping.zpr_shopping__article
  .stms-3-in-row.active
  .btn-link,
article
  #article_zpr_shopping.zpr_shopping__article
  .stms-3-in-row:hover
  .btn-link {
  background-color: #ffffff;
  color: #e30613;
  border: 1px solid #e30613;
}

/* legal */
article .infoLegal {
  border: 1px solid #99acbb;
  border-radius: 8px;
}

.article .infoLegal p {
  font-size: 18px;
  line-height: 32px;
  color: #e30613;
}

/* SIL */
.article .infoSil p {
  font-size: 14px;
  line-height: 20px;
  color: #435360;
}

/* video */
article .video-js .vjs-big-play-button {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
}

article .video-js .vjs-big-play-button::after {
  font-family: "Source Sans Pro", sans-serif;
  content: "Odtwarzaj";
  position: absolute;
  top: 40px;
  left: -18px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
}

article .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: url("/media/se/desktop/images/playbtn.svg");
  width: 28px;
  height: 32px;
  left: 32px;
  top: 0;
}

article .video_player .player__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
}

article .video-js:hover .vjs-big-play-button,
article .video-js .vjs-big-play-button:focus {
  background-color: rgba(255, 255, 255, 0);
}

/* table of contents */
article .toc {
  margin-bottom: 4px;
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #222222;
}

article li a,
.article li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  color: #e30613;
}

/* product presentation */
article .product-presentation .product-presentation__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #435360;
}

article .product-presentation .product-presentation__image img {
  border-radius: 8px;
}

article .product-presentation .product-presentation__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  text-align: center;
}

article .product-presentation .product-presentation__text p {
  font-size: 18px;
  line-height: 32px;
  color: #222222;
}

article .product-presentation .product-presentation__button-link {
  background-color: #e30613;
  border-radius: 8px;
  padding: 10px 96px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

/* highlight */
article .highlight .highlight__title {
  float: none;
  width: auto;
}

article .highlight .highlight__title .hightlight__text {
  border-left: none;
  text-align: center;
  padding-left: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  padding-bottom: 24px;
  border-bottom: 2px solid #d8d8d8;
}

article .highlight .highlight__textbox p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #222222;
}

article .highlight .highlight__button {
  text-align: right;
}

article .highlight .highlight__button .hightlight__button-link {
  background-color: #e30613;
  border-radius: 8px;
  padding: 10px 40px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

article .highlight .highlight__content {
  padding-bottom: 24px;
  border-bottom: 2px solid #d8d8d8;
}

article .highlight .highlight__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px;
}

article .highlight .highlight__figcaption .hightlight__text {
  text-align: left;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 4px;
  left: 0;
}

/* live */
article .liveTimeline .liveTimeline__title {
  border-left: 0;
  padding-left: 0;
}

article .liveTimeline .liveTimeline__title p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
}

article .liveTimeline .liveTimeline__head .liveTimeline__headTitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #222222;
}

article .liveTimeline .liveTime__timelineColumn--Time p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}

article .liveTimeline .liveTime__timelineText p {
  font-size: 18px;
  line-height: 32px;
  color: #222222;
}

article .liveTimeline .liveTime__timelineColumn {
  margin-top: -8px;
}

/* product */
article .single-photo.single__photo--productBlock figcaption .author,
article .single-photo.single__photo--productBlock figcaption .title,
article .single-photo.single__photo--productBlock figcaption .link,
article .single-photo.single__photo--productBlock figcaption .price {
  font-size: 14px;
  line-height: 18px;
  color: #435360;
}

article .single-photo.single__photo--productBlock figcaption .link a {
  font-size: 14px;
  line-height: 18px;
  color: #e30613;
  text-decoration: none;
}

article .single-photo.single__photo--productBlock figcaption .text p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 8px;
  margin-top: 8px;
}

/* logo & new header */
.article-layout header .bottom_menu {
  border-bottom: 0;
}

.article-layout .header .logo img {
  height: 40px;
  width: auto;
}

/* article content */
#hook_content article .title.font-loaded h1,
article h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1.33px;
  color: #222222;
}

#hook_content article .lead.font-loaded,
article .lead {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #222222;
}

.article-layout #hook_content_right .main-title-listing {
  border-left: 0;
  margin-left: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #222222;
}

.article-layout .col-4 .listing-horizontal-full .element__media {
  border-radius: 8px;
}

article > p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #222222;
}

article h2,
article .h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
}

article h3,
article .h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #222222;
}

/* recommended article link */
article .recommendedArticle {
  margin-top: 24px;
}

article .recommendedArticle__link a {
  color: #e30613;
}

/* tags */
.tags .breadcrumb__link {
  background-color: #ffffff;
  border: 1px solid #99acbb;
  color: #222222;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.tags .breadcrumb__link::before {
  margin-right: 8px;
  background-size: contain;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(/media/se/desktop/images/red-label-icon.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.zpr_top_0 {
  top: 0 !important;
}

div#top_1.zpr_top_1::before {
  top: 0;
}

#inside_top_video.zpr_inside_top_video::before {
  padding-top: -30px;
}

[class*="zpr_inside"].active > div {
  padding-top: 16px;
}

[class*="zpr_inside"].active:before {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
}

.article__placement [class*="zpr_inside"].active {
  margin-top: 16px;
}

/* author article */
.article-layout article .autor.flex.display-flex {
  margin-top: 16px;
}

/*zmiana headera*/
.header .site-logo > div {
  justify-content: flex-start !important;
}
header .logo img {
  width: auto;
}
header .mobile-box .logo {
  width: auto;
  margin-top: 22px;
}
.gl_plugin.logo a {
  display: block;
  padding: 0px;
}

/* Poprawki stylowania galerii - fonty i etykiety reklam */
.gallery-swiper .article__placement:not(#top_1):before {
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.gallery-swiper .article__placement:before {
  background-color: rgba(255, 255, 255, 0);
  color: #999999;
}

.gallery-swiper .article__placement:after {
  top: 0;
  margin: 0;
  height: 100%;
}

.gallery-swiper .gallery__title {
  font-size: 32px;
  line-height: 40px;
}

.gallery-swiper h2 {
  font-size: 24px !important;
  line-height: 32px !important;
}

.gallery-swiper p {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 32px !important;
}

/* embed button */
.gl_plugin.socials .expand {
  background-color: #e30613 !important;
  border: 1px solid #e30613 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 28px !important;
  border-radius: 0 0 5px 5px !important;
}

.gl_plugin.socials.collapsed {
  border-bottom: 1px solid #ee1c25 !important;
}
/* /embed button */
.autor {
  margin-bottom: 0px;
}
.article-layout article .autor.flex.display-flex {
  margin-top: 8px;
}
.authors-top .article_authors_without_thumbnail {
  margin: 0;
}

/* ============== Porzadki w GTM ============== */
.main__section {
  width: auto !important;
}

/* raport specjalny koronawirus */
.listingColor--otwarcie.important {
  z-index: 1;
  position: relative;
  margin-bottom: 24px;
}

.listingColor--otwarcie.important:after {
  position: absolute;
  content: "";
  width: calc(100% + 32px);
  height: 235%;
  height: 278%;
  top: -20px;
  left: -16px;
  background-color: #fef201;
  z-index: 0;
}

.listing.listingWidth--33.listingColor--otwarcie {
  z-index: 2;
}

.listingColor--otwarcie.important .element__content {
  z-index: 1;
}

.listingColor--otwarcie.important .element {
  z-index: 1;
  background: #fff;
}

.zpr_side_1_noscroll.active {
  z-index: 2;
  position: relative;
}

.listingColor--otwarcie.important
  ~ .listingColor--otwarcie
  .element:first-child {
  background-color: #fff;
}

[class*="adform-wallpaper"] .listingColor--otwarcie.important:after,
body[class*="screening"] .listingColor--otwarcie.important:after {
  width: calc(100% + 32px);
  top: -20px;
  left: -16px;
  z-index: 0;
}

.listingColor--otwarcie.important .main-title-listing {
  position: relative;
  z-index: 2;
}

.player--main + .listingColor--otwarcie.important .main-title-listing {
  display: none;
}

.player--main + .listingColor--otwarcie.important:after {
  height: 258%;
}
/* raport specjalny koronawirus */

/* Player YT SG*/
.containerSG {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videoSG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Player YT SG*/

/* Player desktop */
.player--main {
  display: flex;
  position: relative;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  background: rgb(146, 7, 15);
  background: -moz-linear-gradient(
    0deg,
    rgba(146, 7, 15, 1) 0%,
    rgba(227, 4, 19, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(146, 7, 15, 1) 0%,
    rgba(227, 4, 19, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(146, 7, 15, 1) 0%,
    rgba(227, 4, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92070f", endColorstr="#e30413", GradientType=1);
}

.player--main.epolska {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.files.smcloud.net/t/super-player.jpg);
}

.player--main.epolska2 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.galleries.smcloud.net/t/photos/gf-GdGo-JgyC-FwqJ_epolska-player.jpg);
}

.player--main.epolska3 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.galleries.smcloud.net/t/photos/gf-YcE2-NBNq-QjVe_e-polska-iii-edycja.jpg);
}

.player--main.superraport {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.files.smcloud.net/t/Player-Super-Raport.jpg);
}

.player--main.playerse2 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.files.smcloud.net/t/Player-ogolny.jpg);
}

.player--main.playersport1 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.files.smcloud.net/t/Player-1-SPORT-1008x425A.jpg);
}

.player--main.playersport2 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.files.smcloud.net/t/Player-2-SPORT-1008x425B.jpg);
}

.player--main.playersuperbiz1 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.galleries.smcloud.net/t/photos/gf-vb7R-xUas-y8eg_player-tlo-superbiznes.jpg);
}

.player--main.class {
  padding: 50px 10px 10px 10px;
}

.player--main.class:before {
  content: "Super Raport - Super Express";
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: 24px;
  color: #ffffff;
}

.player--main.epolska:before {
  content: "e-Polska. Rewolucja cyfrowa";
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: 24px;
  color: #ffffff;
}

.player--main.epolska2:before,
.player--main.epolska3:before {
  content: "e-Polska. Rewolucja cyfrowa";
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: 24px;
  color: #ffffff;
}

.player--main.playersuperbiz1:before {
  content: "";
}

.player--main .player__media {
  width: 664px;
  margin-right: 24px;
}

.player--main .player__media .sticky-container__wrap {
  height: 366px !important;
}

.turbo-vjs .video-js:not(.sticky-container__video) {
  width: 100%;
}

.player--main .player__zpr_ad {
  width: 320px;
  background-image: url(https://www.se.pl/media/se/desktop/images/logo-se.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px;
}

.player--main.epolska .player__zpr_ad {
  background: none;
}

.player--main.epolska2 .player__zpr_ad {
  background: none;
}

.player--main.epolska3 .player__zpr_ad {
  background: none;
}

.player--main.superraport .player__zpr_ad {
  background: none;
}

.player--main.playerse2 .player__zpr_ad {
  background: none;
}

.player--main.playersport1 .player__zpr_ad {
  background: none;
}

.player--main.playersport2 .player__zpr_ad {
  background: none;
}

.player--main.playersuperbiz1 .player__zpr_ad {
  background: none;
}

.player--main .player__zpr_ad .zpr_side_0.active {
  display: block;
}

.player--main .player__title {
  display: none;
}

.player--main .sticky-container__video {
  position: relative !important;
}

/*player gala i kongres */
.player--main.gala {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.files.smcloud.net/t/gala-player.jpg);
  background-repeat: no-repeat;
}

.player--main.gala:before {
  content: "GALA SUPER BIZNESU";
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: 24px;
  color: #2959b0;
}

.player--main.gala .player__zpr_ad {
  background: none;
}

.player--main.kongres {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #dbeefd;
  background-image: url(https://cdn.files.smcloud.net/t/kongres-player.jpg);
  background-repeat: no-repeat;
}

.player--main.kongres:before {
  content: "KONGRES GOSPODARCZY";
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: 24px;
  color: #2959b0;
}

.player--main.kongres .player__zpr_ad {
  background: none;
}

.player--main.kghm60 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #dbeefd;
  background-image: url(https://cdn.files-staging.smcloud.net/t/KGHM-1008x425.jpg);
  background-repeat: no-repeat;
}

.player--main.kghm60 .player__zpr_ad {
  background: none;
}
/* /============== Porzadki w GTM ============== */

/* player wojna */
.player--main.wojna1 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.galleries.smcloud.net/t/photos/gf-GyDh-gTUA-fZ8R_grafika-pod-player-wojna-1.jpg);
  background-repeat: no-repeat;
}
.player--main.wojna1 .player__zpr_ad {
  background: none;
}
.player--main.wojna2 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: none;
  background: #00517c;
  background-image: url(https://cdn.galleries.smcloud.net/t/photos/gf-xe1f-FGff-5eBH_grafika-pod-player-wojna-1.jpg);
  background-repeat: no-repeat;
}
.player--main.wojna2 .player__zpr_ad {
  background: none;
}
/*sekcja specjalna se*/
.special_red::after {
  position: absolute;
  content: "";
  width: calc(100% + 32px);
  top: -20px;
  left: -16px;
  background-color: #e30613;
  z-index: -1;
  bottom: -20px;
  border-radius: 8px;
}
.gl_plugin.listing.special_red .listing-container {
  position: relative;
  z-index: 2;
}
.special_red .element.type--article,
.special_red .element.type--teaser {
  background: white;
}
.special_red .main-title-listing span {
  color: white;
  font-size: 50px;
}
.special_red .main-title-listing {
  border-left: 5px solid white;
}
.gl_plugin.listing.special_red a.button {
  background: white;
  border: white;
  color: #e30613;
  position: relative;
  z-index: 2;
}
.gl_plugin.listing.special_red .main-title-listing {
  position: relative;
  z-index: 2;
}

/*sekcja media logo*/
.actions_logo .element__media {
  background: none;
}
/*poprawka listingu v 14*/
.listing-container.listing-vertical-triple .element {
  margin-bottom: 24px;
}

/*live*/
.liveTime__timeline h2 {
  font-size: 22px;
  margin-left: 0;
  font-weight: 500;
}
.liveTime__timeline h3 {
  font-size: 20px;
  margin-left: 0;
  font-weight: 500;
}
.liveTime__timeline h6 {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-left: 0;
  line-height: 24px;
}

/*special game*/

.special_game::after {
  position: absolute;
  content: "";
  width: calc(100% + 32px);
  top: -20px;
  left: -16px;
  background-color: #7ba716;
  z-index: 0;
  bottom: -20px;
  border-radius: 8px;
}
.gl_plugin.listing.special_game .listing-container {
  position: relative;
  z-index: 2;
}
.special_game .element.type--article,
.special_game .element.type--teaser {
  background: white;
}
.special_game .main-title-listing span {
  color: white;
  font-size: 50px;
}
.special_game .main-title-listing {
  border-left: 5px solid white;
}
.gl_plugin.listing.special_game a.button {
  background: white;
  border: white;
  color: #7ba716;
  position: relative;
  z-index: 2;
}
.gl_plugin.listing.special_game .main-title-listing {
  position: relative;
  z-index: 2;
}

/* Porady eksperta */
.advice__item:before {
  background-color: #e30613;
}
.advice__item a {
  color: #e30613;
}
/* /Porady eksperta */

.menu-box li a {
  padding: 0 12px;
}

/* sticky topbar */
header .bottom_menu.sticky-poz .menu-box:after {
  border-bottom: 3px solid #000000;
}

header .top_menu.sticky-poz:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  content: "";
  height: 100%;
  width: 100vw;
  z-index: -1;
  top: 0;
  left: calc(-50vw - -50%);
}
/* /sticky topbar */

/* nowe tlo playera ePolska 2022 */
.player--main.epolska2022 {
  display: flex;
  position: relative;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
  background: #00517c;
  background-image: url(https://cdn.files.smcloud.net/t/ePolska2022-4.jpg);
}
.player--main.epolska2022:before {
  content: "e-Polska. Rewolucja cyfrowa";
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: 24px;
  color: #ffffff;
}
.player--main.epolska2022 .player__zpr_ad {
  background: none;
}
/* /nowe tlo playera ePolska 2022 */

.section__v4 .section__title {
  color: #ed2125;
}

.underArticle_btnContainer .underArticle_btn {
  background-color: #ed2125 !important;
}

/* header z tapbarem */
.main-layout.wide .header {
  margin-bottom: 16px;
}

.header {
  position: relative;
}

.header .header-bar {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  z-index: 10;
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.header .header-bar .header-bar__logo img {
  position: relative;
  height: 60px;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 24px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 10px;
  margin-right: 0;
  padding: 4px 16px;
  transition: 0.6s;
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item.dots:not(.active):hover
  .bottom-tap-bar-item__dots::after,
.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item:hover
  .bottom-tap-bar-item__text
  span {
  color: #ed2125;
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item:hover
  .bottom-tap-bar-item__icon
  img {
  filter: invert(17%) sepia(72%) saturate(7206%) hue-rotate(351deg)
    brightness(93%) contrast(108%);
  -webkit-filter: invert(17%) sepia(72%) saturate(7206%) hue-rotate(351deg)
    brightness(93%) contrast(108%);
}

.header
  .header-bar:not(.active)
  .bottom-tap-bar
  .bottom-tap-bar-item.dots:hover
  .bottom-tap-bar-item__dots {
  background: url(/media/se/desktop/images/tapbar-hamburger-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item
  .bottom-tap-bar-item__text
  span {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: unset;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  color: #222222;
}

.header .header-bar .bottom-tap-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 60px;
  margin-left: 0;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.dots {
  position: relative;
  top: 0;
  right: -35px;
  cursor: pointer;
  padding: 14px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots {
  position: relative;
  font-size: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: url("/media/se/desktop/images/tapbar-hamburger-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  margin: 0 0 8px 0;
  top: -5px;
  left: 0;
}

.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__dots {
  background: url("/media/se/desktop/images/tapbar-close-desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 8px;
}

.header .header-bar .header-bar__logo {
  height: 60px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots::after {
  position: absolute;
  content: "MENU";
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  color: #222222;
  top: 30px;
  right: 2px;
}

.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item.dots {
  background-color: #ed2125;
}

.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__dots::after {
  content: "ZAMKNIJ";
  color: #ffffff;
  right: 2px;
}

.header
  .header-bar:not(.active)
  .bottom-tap-bar
  .bottom-tap-bar-item__dots:hover::after {
  color: #ed2125;
}

.header .header-bar.active {
  z-index: 999999999999999999;
  border-bottom: 3px solid #ed2125;
  overflow: hidden;
}

.header .bottom-tap-menu {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  min-width: 1000px;
  width: 1000px;
  height: auto;
  background: #ffffff;
  transition: 0.5s;
  margin-left: calc((100vw - 1016px) / 2);
  -webkit-box-shadow: -2px 8px 24px -16px rgb(0 0 0);
  -moz-box-shadow: -2px 8px 24px -16px rgb(0 0 0);
  box-shadow: -2px 8px 24px -16px rgb(0 0 0);
  margin-bottom: 48px;
  z-index: 999999999999999999;
}

.header .bottom-tap-menu.hide {
  transform: translateY(-2000px);
  height: 0;
  padding: 0;
}

.header .bottom-tap-menu.hide::after {
  display: none;
}

.header .bottom-tap-menu.hide ul {
  display: none;
}

.header .bottom-tap-menu ul li a:hover {
  color: #ed2125;
}

.header .bottom-tap-menu ul li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
}

.header .bottom-tap-menu .bottom-tap-menu-left {
  display: flex;
  flex-direction: column;
  width: 500px;
  background-color: #f4f4f4;
  padding-bottom: 40px;
}

.header .bottom-tap-menu .bottom-tap-menu-right {
  display: flex;
  flex-direction: column;
  width: 640px;
  padding: 16px;
  background-color: #ffffff;
  border-bottom-right-radius: 100px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items {
  margin-top: 8px;
  margin-left: 48px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 0 40px;
  padding-left: 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-left .third-level-menu-list {
  padding: 24px 0 0 0;
}

.bottom-tap-menu-left li.submenu-active {
  width: 100%;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title,
.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title a {
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ed2125;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul li {
  text-align: left;
  margin-bottom: 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li {
  width: 30%;
  text-align: left;
  margin-bottom: 24px;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-right
  .menu-right-items
  ul
  li:nth-child(3n + 2) {
  text-align: center;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-right
  .menu-right-items
  ul
  li:nth-child(3n + 3) {
  text-align: right;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul li {
  position: relative;
  padding-bottom: 4px;
  width: 561px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title {
  margin-bottom: 30px;
}

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu-more {
  content: "";
  position: absolute;
  top: -5px;
  left: 260px;
  display: block;
  background: url(/media/icons/white-chevron-down-icon-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 56px;
  height: 40px;
  cursor: pointer;
  transform: rotate(180deg);
  background-color: #ed2125;
  transition: 0.6s;
}

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu.hide {
  display: none;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  li.news-active
  .left-menu-submenu {
  border-top: 1px solid #ed2125;
  margin-top: 4px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li:not(.news-active) {
  border-bottom: 0;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  li.news-active
  .left-menu-submenu-more {
  transform: rotate(0);
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  li.submenu-active
  .left-menu-submenu {
  border-top: 1px solid #ed2125;
  margin-top: 6px;
  margin-left: 0;
  padding-left: 24px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li:not(.submenu-active) {
  border-bottom: 0;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  li
  .submenu-active.left-menu-submenu-more {
  transform: rotate(0);
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 16px 0 0 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu li {
  width: 33%;
  margin-bottom: 10px;
  margin-right: 0;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu li a {
  font-size: 14px;
  line-height: 16px;
}

.bottom-tap-menu-left li.submenu-active {
  width: 100% !important;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  .left-menu-submenu-more.third-level {
  display: none;
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item
  .bottom-tap-bar-item__icon
  img {
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
}
/* /header z tapbarem */

.author__desc a {
  color: #ed2125;
}

.main-layout .listingWidth--33 .main-title-listing .listingTitle__icon {
  display: none;
}

/* section v4 */
.section__v4 {
  width: 300px;
  height: 432px;
  max-height: 432px;
  display: inline-grid;
  margin: 16px 0 24px 16px;
  position: absolute;
}

.wide.article-layout .section__v4,
.page-layout .section__v4,
.tag-layout .section__v4,
.author-layout .section__v4 {
  position: relative;
  margin: -8px 0 0 0;
  height: auto;
  max-height: max-content;
}

.wide.article-layout .section__v4 .section__header {
  margin-bottom: -4px;
}

.section__v4 .section__header {
  margin-top: 4px;
}

.section__v4 .section__title,
.section__v4 .section__title h2,
.section__v4 .section__title h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.section__v4 .section__slots .slot_container {
  border-bottom: 1px dashed #999;
}

.section__v4 .section__slots .slot_container:last-of-type {
  border-bottom: 0 !important;
}

.section__v4 .section__slots a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0;
}

.section__v4 .section__slots a:hover {
  color: #e30613;
}
/* /section v4 */

.listing .listing-container.hero-img-half .element__headline a,
.listing .listing-horizontal-half-v17 .element__headline a,
.listing .listing-horizontal-half-v22 .element__headline a,
.listing .listing-vertical-triple .element__headline a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
