@charset "UTF-8";
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(../../../fonts/Archivo-Thin-100.woff2) format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../../fonts/Archivo-Regular-400.woff2) format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(../../../fonts/Archivo-ExtraBold-800.woff2) format("woff2");
}

:root {
  --font-family-main: "Archivo", sans-serif;
  --color-font: #222222;
  --color-black: #000000;
  --color-main: #b81111;
  --color-white: #ffffff;
  --color-quiz: #b81111;
  /* Gallery */
  --color-gallery-text: #ffffff;
  --color-gallery: #b81111;
}

.zpr_box_top1 {
  min-height: 0;
}

/*----
body
---*/
body {
  font-family: var(--font-family-main);
  color: var(--color-black);
  overflow-x: hidden;
  background: #f8f9fa;
}
body.body-blocked {
  overflow: hidden !important;
}
.gl_plugin {
  margin-top: 20px;
  margin-bottom: 40px;
}
body.screening footer {
  background-color: rgba(0, 0, 0, 0);
}

body.screening footer .gl_wrapper {
  background-color: #111111;
}

/*----
main section
---*/

.main__section {
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
  animation: fadein 1.5s;
  font-family: var(--font-family-main);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*----
TOPBAR
----*/
.topbar.gl_plugin {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--color-main);
  z-index: 9999999;
  width: 100%;
}
.topbar .gl_wrapper {
  width: 100%;
}
.topbar__label p {
  font-weight: 700;
}
.topbar .col-12 {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: flex-end;
  justify-content: flex-end;
}
.topbar__link {
  background-color: var(--color-white);
  border-radius: 5px;
  color: var(--color-black);
  position: relative;
  transition: color 0.5s;
}
.topbar__link:hover {
  color: #fff;
  background-color: var(--color-black);
}
.topbar__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(207, 191, 188, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.topbar__link:hover:before {
  opacity: 1;
  width: 100%;
}

.topbar__label .topbar__labelText {
  color: var(--color-white);
}

.menu-long .fa-caret-down:before {
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
  content: "";
  background-image: url(/media/icons/f107.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

/*----
HEADER
----*/
.header.gl_plugin {
  margin-top: 0;
  margin-bottom: 0px;
}
.header--mobile .header-box .gl_wrapper {
  max-width: 100%;
  width: 100%;
}
.header--mobile .header-box .mobile-box,
.header--mobile .header-box .mobile-menu {
  background: var(--color-white);
}
.header--mobile .header-box .mobile-menu {
  position: relative;
  padding-bottom: 1px;
}
.header--mobile .header-box .mobile-menu:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  position: absolute;
  background: #eaeaea;
  background: -moz-linear-gradient(
    left,
    #eaeaea 0%,
    #000000 25%,
    #000000 50%,
    #000000 75%,
    #eaeaea 100%
  );
  background: -webkit-linear-gradient(
    left,
    #eaeaea 0%,
    #000000 25%,
    #000000 50%,
    #000000 75%,
    #eaeaea 100%
  );
  background: linear-gradient(
    to right,
    #eaeaea 0%,
    #000000 25%,
    #000000 50%,
    #000000 75%,
    #eaeaea 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 );
}
.header--mobile .header-box .mobile-menu .site-logo {
  margin: 0 auto;
}
.header--mobile .header-box .mobile-box .mobile-ham {
  background: var(--color-black);
}
.header--mobile .header-box .mobile-box .mobile-bars .first-bar,
.header--mobile .header-box .mobile-box .mobile-bars .second-bar,
.header--mobile .header-box .mobile-box .mobile-bars .third-bar {
  background: var(--color-white);
  width: 24px;
}
/*menu*/
.header--mobile .header-box .submenu-box .submenu .submenu-title {
  padding-top: 0;
  border-bottom: none;
  position: relative;
  cursor: pointer;
}
.header--mobile .header-box .menu-content.show .submenu-box .submenu {
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 0;
}

.header--mobile .header-box .submenu-box {
  padding-left: 22px;
}

.header--mobile .header-box .submenu-box .submenu .submenu-title:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #999;
  left: -22px;
}

.header--mobile .header-box .submenu ul li:first-child {
  margin-top: 16px;
}

.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu
  .submenu-title:hover:after {
  width: 100%;
}

.header--mobile .header-box .submenu ul li {
  border-top: none;
  margin-bottom: 8px;
}
.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu.opened
  .submenu-title,
.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu.pokaz
  .submenu-title {
  background: var(--color-white);
}
.header--mobile .header-box .menu-long {
  width: 689px;
  max-width: 689px;
  margin-left: auto;
  margin-right: auto;
}
.header--mobile .header-box .submenu.opened .submenu-more i {
  transform: rotate(180deg);
}
.header--mobile .header-box .submenu .submenu-more i,
.header--mobile .header-box .submenu.opened .submenu-more i {
  transition: all 0.5s;
}
.header--mobile .header-box .submenu-title .submenu-more {
  font-size: 40px;
}
.header--mobile .header-box .show .menu-long {
  margin-top: 80px;
  margin-bottom: 80px;
}
header .submenu-title {
  font-weight: 700;
  color: var(--color-black);
  font-size: 24px;
}
.header--mobile .header-box .submenu-title a {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.header--mobile .header-box .submenu ul li a {
  color: var(--color-main);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  position: relative;
  padding-left: 3px;
  line-height: 30px;
}

.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu:nth-last-child(-n + 4)
  .submenu-title
  a:before,
.header--mobile .header-box .submenu ul li a:before,
.listing-horizontal-full-v25 .element .element__headline a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
  background-color: rgba(51, 51, 51, 0.3);
}

.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu:nth-last-child(-n + 4)
  .submenu-title
  a:hover:before,
.header--mobile .header-box .submenu ul li a:hover:before,
.listing-horizontal-full-v25 .element .element__headline a:hover:before {
  width: 75px;
}

header .menu-content {
  opacity: 0;
}
header .menu-content.show {
  animation: show 0.5s;
  opacity: 1;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------
lISTING
----------*/

/*listing title*/
.main-title-listing,
.dedykowany-box-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  position: relative;
  color: var(--color-black);
}

.dedykowany-box-title:before {
  position: absolute;
  background-color: #fbeae7;
  content: "";
  bottom: 0;
  width: 62px;
  height: 5px;
  left: 0;
}

/*listing item*/
.hero-img .element:first-child {
  position: relative;
}

/*listing item padding/margin*/
.hero-img .element:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

/*listing item image*/
.listing-container.hero-img .element .item-images {
  margin-bottom: 0;
}

/*listing item title*/
.listing-horizontal-full-v25 .element .element__headline a,
.listing--collectiveSite
  .listing-container.listing-vertical-triple
  .element
  .item-description
  .element__headline
  a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  position: relative;
  color: var(--color-black);
}

.listing-horizontal-full-v25 .element__headline {
  margin-top: 30px;
  margin-bottom: 16px;
}

.listing-container.hero-img
  .element:first-child
  .item-description
  .element__headline
  a {
  font-size: 30px;
  line-height: 36px;
  display: inline;
  background-color: #fbeae7;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 5px;
}
.listing-container.hero-img .item-description .element__headline a {
  font-size: 20px;
  line-height: 28px;
  color: var(--color-black);
}
.listing-container.hero-img .element:first-child .item-description {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0px 40px 0px 40px;
  z-index: 1;
  width: calc(100% - 80px);
}

.listing-horizontal-full-v25 .element__headline a:hover:before {
  transition: all 0.2s;
}
.listing-horizontal-full-v25 .element__headline a:hover:before {
  width: 100px;
}

.listing-horizontal-full-v25 .element .element__headline a,
.listing-horizontal-full-v25 .element .element__headline {
  color: #d70000;
}

/*listing item title height*/
.listing-container.hero-img .element .item-description .element__headline {
  max-height: 108px;
}

/*listing lead*/
.listing-horizontal-full-v25 .listing-lead {
  margin-left: 0;
  height: auto;
}
.listing-horizontal-full-v25 .listing-lead p {
  font-size: 18px;
  line-height: 36px;
  color: var(--color-black);
}

/*listing width*/
.listing-horizontal-full-v25 {
  margin: 0 auto;
}

/*---------
SPIS TRESCI
---------*/

/*version*/
.edition__main span {
  font-weight: 400;
  color: var(--color-main);
}
.edition--version .edition__main {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.edition__side {
  border: 1px solid var(--color-black);
  padding: 20px 0;
}
.edition__side p,
.edition__side a {
  color: var(--color-black);
  padding: 20px;
}
.edition__side a {
  margin-left: 24px;
  color: var(--color-white);
  text-decoration: none;
  background-color: #d70000;
  position: relative;
}
.edition__side a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: var(--color-black);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.edition__side a:after {
  content: "Sprawdź archiwum";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  display: none;
  padding: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  color: var(--color-main);
  transition: all 0.2s;
}
.edition__side a:hover:after {
  display: block;
}
.edition__side a:hover:before {
  opacity: 1;
  width: 100%;
}

/*------------
MAGAZINE COVER
------------*/

.magazineCover.gl_plugin {
  margin-top: 0;
}

.magazineCover__text p strong {
  color: var(--color-main);
}

.magazineCover__image {
  position: relative;
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.magazineCover__image .single-photo {
  margin-bottom: 0;
}
.magazineCover__image .single-photo.with-frames img {
  max-height: 70vh;
  margin-bottom: 4px;
  /* -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.65);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.65); */
}
.edition--magazineCover {
  position: relative;
  padding-bottom: 24px;
}
.magazineCover__image:before,
.edition--magazineCover:before {
  position: absolute;
  /* background-color: #F1F1F1; */
  content: "";
  height: 100%;
  width: 100vw;
  z-index: 0;
  left: calc(-50vw - -50%);
  top: 0;
  z-index: -1;
}
.edition--magazineCover:after {
  position: absolute;
  /* background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 0%, #000000 25%, #000000 50%, #000000 75%, #eaeaea 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%,#000000 25%,#000000 50%,#000000 75%,#eaeaea 100%);
    background: linear-gradient(to right, #eaeaea 0%,#000000 25%,#000000 50%,#000000 75%,#eaeaea 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 );
  content: "";
  height: 1px;
  width: 100vw;
  z-index: 0;
  left: calc(-50vw - -50%);
  bottom: 0;
  z-index: -1;
}

/*----
TEASER KUP DOSTEP
-----*/
.teaser_wide:before {
  display: none;
}
.teaser_wide {
  position: relative;
  margin-bottom: 40px;
}
.teaser_wide .col-8 {
  padding: 0;
  position: static;
}
.teaser_wide .col-8 .text {
  display: none;
}
.teaser_wide .button {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 0;
}
.teaser_wide .col-4 {
  width: 100%;
  padding: 0;
}
.teaser_wide .col-4 img {
  width: 100%;
  height: auto;
}

/*-----
ARTICLE
-----*/

.pub_time_date,
.pub_time_hours_minutes {
  display: none !important;
}

.article {
  font-family: var(--font-family-main);
}

article {
  font-family: var(--font-family-main);
  margin-top: 24px;
}
.gl_wrapper.gl_wrapper--center article > p {
  margin-left: 0;
}
/*article titles*/
.article .title h1 {
  text-align: left;
  font-size: 32px;
  line-height: 49px;
  font-weight: 700;
}
article h1 {
  font-weight: 900;
}
article h2,
article h3 {
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

/*article neck*/
article .autor.flex.display-flex span.h3 {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-black);
}
article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
  display: inline-block;
}
#timezone {
  text-align: center;
}
/*article text*/
.article li {
  position: relative;
  list-style: none;
  padding-left: 0;
}

/*-----
EKSPERT
------*/
.expert-block {
  background-color: var(--color-white);
  padding: 0;
}
.expert__main {
  border: none;
  padding: 0;
}
.expert-block .expert-text,
.expert-block .expert-name p {
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
}
.expert-block .expert-name p {
  font-weight: 700;
}
.expert-block .expert-text {
  color: #444;
}
.expert-block .expert-images {
  flex: none;
  width: 86px;
  height: auto;
}
.expert-block .expert-images img {
  width: 100%;
}
.ekspert__block--v2 .expert-name {
  margin-bottom: 8px;
}
.ekspert__block--v2 {
  position: relative;
  padding: 0 0 16px 0;
  width: auto;
  margin-bottom: 40px;
}
.expert__title p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--color-black);
  text-align: left;
  font-weight: 700;
}
.expert__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.expert-block .expert-text p {
  margin-top: 0;
}
.expert-block .expert-text {
  margin: 0;
}
.expert-block .expert__text--other {
  margin-top: 16px;
  overflow: hidden;
  width: 100%;
}
.expert-block .expert__text--other p {
  font-size: 20px;
  color: var(--color-black);
  font-weight: 400;
  line-height: 32px;
}

/*-------
HIGHLIGHT
-------*/
.highlight {
  border: none;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.highlight__title {
  padding-bottom: 16px;
  position: relative;
}
.highlight__content {
  padding-bottom: 24px;
  position: relative;
}
.highlight__title .hightlight__text {
  border: none;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  text-align: left;
  color: var(--color-black);
}
.highlight__textbox p {
  font-size: 20px;
  line-height: 32px;
  color: var(--color-black);
}
.highlight__textbox {
  margin-bottom: 0;
}
.highlight__figcaption .hightlight__text--small {
  color: var(--color-black);
}
.highlight__button .hightlight__button-link {
  background-color: #fbeae7;
  padding: 16px 24px;
  color: var(--color-black);
  font-weight: 900;
}

.highlight .highlight__content:after {
  content: "";
  display: block;
  clear: both;
}

/*----------------
GALERIA W ARTYKULE
----------------*/
article .lead-gallery .lead-photo-miniatures li:before {
  display: none;
}
.lead-gallery .lead-photo-miniatures li {
  margin-bottom: 0;
  height: auto;
  padding: 0;
}

.lead-gallery .lead-gallery-title,
.lead-gallery .lead-gallery-photos {
  background: var(--color-main);
}

.lead-gallery-title a,
.lead-gallery-photos a {
  color: var(--color-black);
}
.lead-gallery .lead-gallery-info {
  background: rgba(251, 234, 231, 0.5);
}

/*----
FOOTER
-----*/
.footer {
  position: relative;
}
.footer:before {
  content: "";
  width: 76%;
  top: 0;
  left: 50%;
  height: 1px;
  position: absolute;
  background: #999999;
  transform: translateX(-50%);
}
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: space-between;
  -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: 30%;
  -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 .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 {
  color: #666;
  background-color: var(--color-white);
}
footer .serwis-list a {
  color: #68696b;
}
footer .copyright {
  display: inline-block;
  width: auto;
  margin-top: 2px;
}
footer .copyright p {
  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;
}

footer ul li a {
  color: var(--color-black);
}

footer a:hover {
  color: var(--color-main);
}

footer .about {
  display: none;
}

footer .copyright .copyright__text {
  color: #68696b;
}
.gl_plugin.footer {
  padding-top: 20px;
  margin-top: 70px;
  margin-bottom: -40px;
}
/* ---- 
WC ARTYKUL HEADER 
---- */

header .submenu.active {
  overflow: visible;
}

.header--mobile .header-box .menu-content.show .menu-mobile {
  max-height: 100vh;
  height: 100vh;
}

.header--mobile .gl_plugin.main-menu,
.header--mobile .header-box .submenu-box,
.header--mobile .header-box .menu-content.show .menu-mobile > .display-flex {
  background-color: var(--color-white);
}

.header--mobile .display-flex {
  background-color: var(--color-black);
  transition: opacity 0.2s;
}
.header--mobile .show .display-flex {
  opacity: 0.8;
}
.header--mobile .show .display-flex:hover,
.body-blocked .header--mobile .display-flex {
  opacity: 1;
}

.header--mobile .header-box .site-logo img,
.header--mobile .header-box .mobile-menu .site-logo {
  height: 30px;
  width: auto;
}

.header--mobile .header-box .menu-content.show .menu-mobile {
  position: absolute;
  background-color: var(--color-white);
}

.header--mobile .header-box .menu-content {
  display: none;
}

.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu:nth-last-child(-n + 4)
  .submenu-title {
  border-bottom: none;
}

.header--mobile .header-box .menu-content.show .submenu-box .submenu:before {
  position: absolute;
  content: "";
  left: -22px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #999;
}

.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu:nth-last-child(-n + 4)
  .submenu-title:after,
.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu:nth-last-child(-n + 4):before,
.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu:nth-last-child(-n + 4)
  .submenu-title:before {
  display: none;
}

.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu:nth-last-child(5) {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.header--mobile
  .header-box
  .menu-content.show
  .submenu-box
  .submenu:nth-last-child(-n + 4)
  .submenu-title
  a {
  color: var(--color-main);
  position: relative;
}

/* ----
WC ARTYKUL 
---- */

article .lead,
.article h2 {
  font-weight: 700;
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 33px;
}

article h1 {
  margin-bottom: 24px;
}

.article .highlight__title .hightlight__text {
  color: var(--color-black);
}

.expert__title:after,
.ekspert__block--v2:after,
.highlight__title:after,
.highlight__content:after {
  display: none;
}

.expert__main,
.highlight__content {
  outline: 1px solid var(--color-black);
  outline-offset: 20px;
  padding-bottom: 0;
}

.gl_wrapper.gl_wrapper--center .listing-horizontal-full-v25 {
  width: 100%;
}

.highlight__image-box {
  height: auto;
}

.highlight__image-box img {
  max-width: none;
  max-height: none;
}

.highlight__image {
  float: none;
  width: auto;
  margin-right: 0;
}

.highlight__image-box {
  width: auto;
}

blockquote:before {
  display: none;
  content: none;
}

blockquote p {
  margin-left: 0;
  font-weight: 400;
  font-style: italic;
}

blockquote p a {
  font-size: 24px;
  line-height: 34px;
}

blockquote {
  border-left: 3px solid var(--color-main);
}

blockquote:before {
  display: none;
  content: none;
}

blockquote p {
  margin-left: 0;
  font-weight: 400;
  font-style: italic;
}

blockquote p a {
  font-size: 24px;
  line-height: 34px;
}

.magazineCover__text a,
.article p a,
.single-photo figure figcaption span a {
  text-decoration: none;
  color: var(--color-main);
}

.single__photo--productBlock .priceTitle {
  display: none;
}

.single__photo--productBlock figure img {
  width: auto;
  max-height: 600px;
}

.single__photo--productBlock figure {
  text-align: center;
}

.single__photo--productBlock figure figcaption {
  text-align: left;
}

.single__photo--productBlock .priceValue {
  font-weight: 800;
  color: var(--color-black);
  padding: 5px 0px;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
}

.single-photo.with-frames .h5 .title,
.single__photo--productBlock .h5 .title {
  color: var(--color-black);
}

.gl_plugin.listing {
  padding-left: 22px;
  border-left: 1px solid #999;
}

.gl_plugin.listing.recommended {
  padding-left: 0;
  border-left: none;
}

.recommended .main-title-listing:before {
  content: none;
}

.recommended .hero-img .element:first-child .element__headline a,
.recommended .hero-img .element__headline a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: var(--color-black);
}

/* 
.gl_plugin.listing:nth-child(3) {
    border: none;
}

.gl_plugin.listing:nth-child(3) .main-title-listing:before {
    display: none;
}
*/

.gl_plugin.listing.listing--collectiveSite {
  padding-left: 0;
  border-left: none;
}

.main-title-listing:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  background-color: #999;
  left: -22px;
}

/* ----
WC STRONA GLOWNA 
---- */
.col-12
  .listing--collectiveSite
  .listing-container.listing-vertical-triple
  .element
  .element__media {
  height: auto;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}

.col-12
  .listing--collectiveSite
  .listing-container.listing-vertical-triple
  .element
  .element__media
  a {
  line-height: 0px;
}

.col-12
  .listing--collectiveSite
  .listing-container.listing-vertical-triple
  .element:hover
  .element__media {
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.65);
  transform: translateY(-10px);
}

.listing--collectiveSite .main-title-listing:before {
  display: none;
}

/* ---- 
WC Tagi na zbiorczej
---- */

.filters .breadcrumb__item {
  background-color: #f8f9fa;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.filters .breadcrumb__link {
  color: var(--color-black);
  border: 1px solid var(--color-black);
  border-radius: 5px;
  font-size: 20px;
}
.filters__wrapper {
  width: 1008px;
  margin: 0 auto;
}

/* ----
WC Landing Page
---- */

.magazineCover__image .h5 {
  display: none;
}

.magazineCover__text p {
  color: var(--color-black);
  margin-top: 24px;
}

/* ----
WC Paywall 
---- */

.articlePayWall {
  outline: none;
  font-family: var(--font-family-main);
  width: auto;
}
.articlePayWall__img--icon .articlePayWall__imgFile {
  color: var(--color-black);
}
.articlePayWall__blockText--head {
  margin: 8px 0 32px 0;
}
.articlePayWall__blockText {
  font-size: 20px;
}
.articlePayWall__button--offer {
  background-color: #fbeae7;
  color: var(--color-black);
  font-weight: 900;
  position: relative;
  font-size: 18px;
  padding: 20px 16px;
}

.articlePayWall__Text {
  font-weight: 900;
}

.articlePayWall__button--offer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(207, 191, 188, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.articlePayWall__button--offer:hover:before {
  opacity: 1;
  width: 100%;
}

.articlePayWall_nav--text {
  color: var(--color-black);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  border: 2px solid #fbeae7;
  padding: 8px 16px;
  display: block;
  transition: all 0.5s;
}
.articlePayWall_nav--text:hover {
  border: 2px solid var(--color-black);
}

.payWallNav {
  padding-top: 24px;
}

.articlePayWall__button--offer:hover:before {
  background-color: rgba(213, 41, 19, 0.3);
}

.articlePayWall {
  outline: 1px solid var(--color-main);
}
.gl_plugin.articlePayWall {
  outline: none;
}
.articlePayWall_nav--text:hover {
  border-color: var(--color-main);
}
.single-photo.single-photo__zoom:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(https://cdn.files.smcloud.net/t/full_screnn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  right: 14px;
  cursor: pointer;
  pointer-events: none;
}
section.hide_with_paywall .gl_wrapper {
  background-color: var(--color-main);
}
.gl_wrapper {
  background: white;
}
.sponsor-box {
  padding: 16px 33px;
  background: rgba(45, 45, 45, 0.04);
  position: relative;
  height: 53px;
  z-index: 1;
  margin: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsor-box img {
  position: initial;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-left: 16px;
}
.sponsor-box p {
  line-height: 18px;
}
.sponsor-box a {
  display: flex;
  align-items: center;
}
.magazineCover.gl_plugin .edition__main span {
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  color: var(--color-black);
}
.magazineCover.gl_plugin .edition__main {
  text-align: left;
}

.gl_plugin.listing.recommended.recommended--for-article {
  margin-top: 24px;
}
/* rework menu */
.header-container.header--mobile.header--new-menu .menu-mobile.container-rwd {
  background: #c5c6c7;
}

.header-container.header--mobile.header--new-menu header {
  background-color: var(--color-black);
}
.header-container.header--mobile.header--new-menu header .mobile-box {
  background-color: var(--color-black);
}
.header-container.header--mobile.header--new-menu
  header
  .mobile-menu
  .site-logo {
  margin: 0;
}
.header-container.header--mobile.header--new-menu .show .menu-long {
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1040px !important;
  margin: 0 auto;
  position: relative;
}
.header-container.header--mobile.header--new-menu header .mobile-menu {
  width: 1040px;
  margin: 0 auto;
}
.header-container.header--mobile.header--new-menu nav.submenu-box {
  width: 400px;
  position: absolute;
  right: 10px;
  background: var(--color-black);
}
.header-container.header--mobile.header--new-menu
  nav.submenu-box
  .submenu-title
  a {
  font-size: 18px;
  line-height: 27px;
  color: #f8f9fa !important;
  width: 100%;
}
.header-container.header--mobile.header--new-menu
  nav.submenu-box
  .submenu-title
  a::after {
  content: "";
  right: 65px;
  width: 9px;
  height: 18px;
  background: url(https://cdn.files.smcloud.net/t/arrow-white1.svg);
  top: 5px;
  position: absolute;
}
.header-container.header--mobile.header--new-menu
  nav.submenu-box
  .submenu-title:hover
  a {
  color: var(--color-main) !important;
}
.header-container.header--mobile.header--new-menu
  nav.submenu-box
  .submenu-title:hover
  a::after {
  background: url(https://cdn.files.smcloud.net/t/arrow-red1.svg);
}
.header-container.header--mobile.header--new-menu
  nav.submenu-box
  .submenu-title
  a:hover:before {
  content: "";
  width: 0 !important;
  height: 0 !important;
}
.header-container.header--mobile.header--new-menu
  nav.submenu-box
  .submenu-title {
  border-top: none;
}
.header-container.header--mobile.header--new-menu
  header
  .menu-content.show
  .submenu-box
  .submenu {
  padding-bottom: 67px;
  position: relative;
  margin-bottom: 0;
  padding-left: 66px;
}
.header-container.header--mobile.header--new-menu
  nav.submenu-box
  .submenu:nth-child(1) {
  padding-top: 26px;
  position: relative;
}
.gl_plugin.article p.lead {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}
.header-container.header--mobile.header--new-menu header .mobile-menu:after {
  display: none;
}
.header-container.header--mobile.header--new-menu header .mobile-menu {
  position: relative;
  padding-bottom: 0px;
}
.breadcrumb__link:hover {
  background: var(--color-main);
  color: white;
  border: 1px solid var(--color-main);
}
.breadcrumb__item.active {
  background: var(--color-main);
}
.breadcrumb__item.active a {
  color: #f8f9fa !important;
  border: 1px solid var(--color-main);
}
article .article__placement {
  min-height: auto;
}

article > p {
  margin-left: 0;
}
.page-layout section {
  background: #f8f9fa;
}
.gl_wrapper {
  background: #f8f9fa;
}
div#hook_content .filters:nth-child(1) {
  background: #f8f9fa;
  margin-right: -800px;
  margin-left: -800px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 10px solid #e3e3e3;
  border-bottom: 10px solid #e3e3e3;
}
/*content menu*/
.content-menu__bar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.content-menu__bar:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #e3e3e3;
  height: 15px;
  top: -15px;
}
.content-menu__bar:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #e3e3e3;
  height: 15px;
  bottom: -15px;
}
.content-menu__back {
  position: relative;
  display: flex;
  align-items: center;
}
.content-menu__open {
  position: relative;
  display: flex;
  align-items: center;
  height: 37px;
  cursor: pointer;
}
.content-menu__back:before {
  content: "";
  background: url(https://cdn.files.smcloud.net/t/mdi_arrow-left.svg);
  width: 35px;
  height: 35px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-menu__open:after {
  content: "";
  background: url(https://cdn.files.smcloud.net/t/mdi_menu-down-outline.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 39px;
  height: 100%;
  position: relative;
  bottom: 2px;
}
.content-menu__open span {
  font-size: 20px;
  line-height: 37px;
  color: var(--color-black);
}
.content-menu__back a span {
  font-size: 24px;
  line-height: 37px;
  color: var(--color-black);
}
.list-bar {
  width: 100%;
  display: flex;
  height: 26px;
  margin-top: 16px;
  margin-bottom: 42px;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.list-bar span {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-black);
}
.content-menu__category h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-black);
  margin-bottom: 16px;
}
.content-menu__category {
  margin-bottom: 32px;
}
.content-menu__item h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-black);
}
.content-menu__item {
  background: rgba(45, 45, 45, 0.04);
  border-radius: 8px;
  margin-bottom: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 39px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
}
.list-bar__close {
  background: url(https://cdn.files.smcloud.net/t/x-icon.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.content-menu__item.active h4,
.content-menu__item:hover h4 {
  color: var(--color-main);
}
.content-menu__wrapper {
  width: 1008px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content-menu__list {
  display: none;
  height: auto;
  position: absolute;
  background: #e3e3e3;
  width: 100%;
  z-index: 99999999;
  overflow: visible;
  padding: 0 16px 80px 16px;
  transform: translateX(-50%);
  left: 50%;
  animation: grow;
  animation-duration: 0.2s;
}
.list__wrapper {
  width: 1008px;
  margin: 0 auto;
  background: #f8f9fa;
  padding: 20px 16px;
}
.content-menu.active .content-menu__list {
  opacity: 1;
  display: block;
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.item-close {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(https://cdn.files.smcloud.net/t/arrow_right-ic.svg);
  background-size: contain;
  right: 8px;
  transform: rotateX(180deg);
  top: 50%;
  transform: translateY(-50%);
}
.content-menu__item:hover .item-close {
  background: url(https://cdn.files.smcloud.net/t/arrow_right-ic_red.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
.content-menu.active .content-menu__bar .content-menu__open::after {
  transform: rotate(180deg);
  top: 6%;
}

.content-menu__item:hover {
  border: 1px solid var(--color-main);
}
.zpr_inside_1_wide,
.zpr_inside_2_wide,
.zpr_inside_3_wide,
.zpr_bottom_1 {
  min-height: auto;
}

/* Ukrycie linka pod zdjęciami z mechanizmem powiekszania */
.single-photo.single-photo__zoom span.link {
  display: none;
}
.gl_plugin.listing.listing--collectiveSite {
  margin-bottom: 0px;
}
.filters.gl_plugin {
  margin-bottom: 0px;
  margin-top: 0px;
}
.gl_plugin.footer {
  padding-top: 20px;
  margin-top: 24px;
}

/* Artykuły polecane - sticky */
.col-4 {
  position: sticky;
  top: 0;
}
footer .list,
footer .list,
footer .legal,
footer .show-list,
footer .show-list,
footer .about,
footer .copyright {
  background-color: var(--color-black);
}
.zpr_box_topboard {
  display: none !important;
}
table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input tbody tr td {
  border-bottom: 0;
}
button.gsc-search-button.gsc-search-button-v2 {
  padding: 16px;
  margin-top: 17px;
  margin-right: 12px;
  height: 58px;
}

/* footer */
footer .gl_wrapper > .row {
  padding-top: 0;
  background-color: var(--color-black);
}

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;
  width: 100% !important;
}

footer .show-list,
footer .list,
footer .copyright {
  background-color: var(--color-black);
  border-bottom: 0;
}

footer .gl_wrapper > .row:before {
  position: absolute;
  background-color: var(--color-black);
  content: "";
  height: 100%;
  width: 100vw;
  z-index: -1;
  left: calc(-50vw - -50%);
}

footer .fa-caret-down:before {
  background-size: contain;
  width: 14px;
  height: 8px;
  content: "";
  background-image: url("/media/architektura.muratorplus/desktop/images/caret-down-footer.svg");
  background-size: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

footer .copyright .copyright__text {
  position: relative;
}

footer .serwis-list.show:before {
  height: 180px;
}

footer .serwis-list .list ul li .h5 {
  color: var(--color-main);
}

footer .legal-info .h5,
footer ul li a,
footer .h3 {
  color: var(--color-white);
}

.footer .gl_wrapper {
  padding: 0;
}

/* /footer */

.content-menu__back span,
.content-menu__open span {
  user-select: none;
}

.content-menu__back:hover span,
.content-menu__open:hover span {
  color: var(--color-main);
}
