@charset "UTF-8";
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../../../fonts/Inter-Regular-400.woff2) format('woff2');
}
  
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(../../../fonts/Inter-SemiBold-600.woff2) format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../../../fonts/Inter-Bold-700.woff2) format('woff2');
}

:root {
    --color-font: #222222;
    --color-black: #000000;
    --color-main: #00FF00;
    --color-white: #FFFFFF;
    --color-quiz: #00E500;
    --color-gallery: #00E500 !important;
}

body {
	font-family: 'Inter', sans-serif;
    color: var(--color-font);
}

.gl_wrapper {
    background: var(--color-white);
}

/* header */
.header .header-bar {
    background-color: var(--color-black);
    align-items: flex-end;
    justify-content: space-between;
    height: 100px;
    z-index: 9999998;
    padding-bottom: 8px;
}

.header {
    position: relative;
    border-bottom: 3px solid var(--color-main);
}

.header .header-bar-wrapper {
    position: relative;
    z-index: 9999998;
    background-color: var(--color-black);
}

.header .bottom-tap-bar .bottom-tap-bar-item__icon {
    display: none;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item .bottom-tap-bar-item__text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: none;
    color: var(--color-white);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item:hover .bottom-tap-bar-item__text span {
    color: var(--color-main);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots {
    font-family: none;
    font-size: 0;
    letter-spacing: -0.02em;
    color: var(--color-white);
    margin-bottom: 8px;
    background: url('/media/portalobronny.se/desktop/images/plus-tapbar.svg');
    display: block;
    content: '';
    height: 35px;
    width: 35px;
    background-size: contain;
	transition: 0.6s;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots:hover {
    transform: rotate(90deg);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.dots {
	margin-bottom: -16px;
}

.header .header-bar .header-bar__logo img {
    width: auto;
    height: 43px;
    margin-right: 16px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item {
    margin-right: 0;
}

.header .header-bar .bottom-tap-bar {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    height: 118px;
    width: max-content;
    padding-bottom: 8px;
}

/* 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);
}

footer .show-list::after {
    content: '';
    position: absolute;
    left: calc(-50vw - -50%);
    top: 40px;
    border-bottom: 1px solid var(--color-white);
    width: 100vw;
}

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/portalobronny.se/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 .h3 {
	margin-bottom: 16px;
}

.footer {
    position: relative;
}

.footer .gl_wrapper {
	padding: 0;
}

.footer::before {
    position: absolute;
    background-color: var(--color-black);
    content: '';
    height: 100%;
    width: 1280px;
    z-index: 0;
    top: 0;
    left: 0;
}

@media (min-width: 1281px) {
	.footer::before {
	    width: 100vw;
	}
}
/* /footer */

.main-layout .main__section .gl_wrapper .section__v1::after {
    position: absolute;
    background-color: var(--color-black);
    content: '';
    height: 100%;
    width: 1280px;
    top: -16px;
    left: -16px;
    z-index: 0;
    padding-bottom: 32px;
}

.main-layout .footer .gl_wrapper::after,
.main-layout .main__section .zpr_screening section + section + section .gl_wrapper::after {
	display: none;
}

.main-layout .section__v1 {
	position: relative;
	z-index: 1;
}

/* sekcje v1 i v2 */
.section__v1 .section__slots .slot.slot__big, 
.section__v2 .section__slots .slot.slot__big {
    height: 760px !important;
    z-index: 1;
}

.section__v1 .section__slots .slot.slot__small, 
.section__v2 .section__slots .slot.slot__small {
    z-index: 1;
}

.section__v1.section__light .section__slots .slot.slot__small .slot__content::after, 
.section__v2.section__light .section__slots .slot.slot__small .slot__content::after, 
.section__v1.section__dark .section__slots .slot.slot__small .slot__content::after, 
.section__v1 .section__slots .slot.slot__big .slot__content::after, 
.section__v2.section__dark .section__slots .slot.slot__small .slot__content::after, 
.section__v2 .section__slots .slot.slot__big .slot__content::after, 
.section__v1.section__dark .section__slots .slot.slot__small.slot_5 .slot__content::after, 
.section__v1.section__dark .section__slots .slot.slot__small.slot_6 .slot__content::after {
	display: none;
}

.section__v1 .section__slots .slot.slot__big .slot__superscription, 
.section__v2 .section__slots .slot.slot__big .slot__superscription {
    top: 498px !important;
    left: 24px !important;
    text-align: left;
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription p, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription p {
	position: relative;
	font-weight: 400 !important;
	font-size: 24px !important;
	line-height: 24px !important;
	letter-spacing: 0.03em;
	color: var(--color-main) !important;
	background-color: rgba(255,255,255,0) !important;
	padding: 24px !important;
	text-shadow: -2px 2px 5px var(--color-black);
}

.section__v1 .section__slots .slot.slot__big .slot__image img, 
.section__v1 .section__slots .slot.slot__big .slot__image, 
.section__v2 .section__slots .slot.slot__big .slot__image img, 
.section__v2 .section__slots .slot.slot__big .slot__image {
	height: 563px !important;	
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription p::before,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription p::before{
	position: absolute;
    background: url(/media/portalobronny.se/desktop/images/plus.svg);
    display: block;
    content: '';
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__title p, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title h2, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title h3, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h3 {
    top: 556px !important;
	font-weight: 700 !important;
    font-size: 46px !important;
    line-height: 56px !important;
    -webkit-line-clamp: 3 !important;
    color: var(--color-white) !important;
    text-align: left;
}

.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h3 {
	color: var(--color-black) !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription {
    top: 250px !important;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription {
	top: 225px !important;
	left: -16px !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.05em;
    color: var(--color-main) !important;
    padding: 8px 0 !important;
    background-color: rgba(255,255,255,0) !important;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription p {
	font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.05em !important;
    background-color: var(--color-main) !important;
    color: var(--color-black) !important;
    padding: 2px 8px !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
	font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: var(--color-white) !important;
    -webkit-line-clamp: 3 !important;
    top: 272px !important;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
	color: var(--color-black) !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h3 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: var(--color-white) !important;
    -webkit-line-clamp: 3 !important;
    top: 286px !important;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h3 {
	color: var(--color-black) !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
    top: 256px !important;
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title p, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title p,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h2, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h2,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h3, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h3 {
    top: 576px !important;
    font-weight: 700 !important;
    font-size: 46px !important;
    line-height: 56px !important;
    -webkit-line-clamp: 3 !important;
    color: var(--color-white) !important;
    text-align: left;
}

.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h2,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h3 {
	color: var(--color-black) !important;	
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title p::after, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title p::after,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h2::after, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h2::after,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h3::after, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h3::after {
    content: ">";
	font-weight: 400;
	color: var(--color-main);
	margin-left: 8px;
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__title p, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title h2, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title h3, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h3 {
    top: 572px !important;
}
/* /sekcje v1 i v2 */

/* sekcja 3 */

.section__v3 .section__slots > a .slot__content .slot__title {
	position: relative !important;
	top: 0 !important;
}

.section__v3 .section__slots > a .slot__content .slot__superscription {
    position: absolute;
    top: 225px !important;
    left: -16px !important;
}

.section__v3 .section__slots > a .slot__content .slot__superscription p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.05em !important;
    background-color: var(--color-main) !important;
    color: var(--color-black) !important;
	padding: 2px 8px !important;
}

/* /sekcja 3 */

/* Elementy SG */
.main-layout.wide #side_1_noscroll {
    display: inline-block;
    width: 300px;
    height: 615px;
    max-height: 615px;
    margin-top: 8px;
    margin-left: 16px;
    margin-bottom: 0;
    z-index: 1;
}

.main-layout.wide #side_1_noscroll + .listing.v18_side {
    width: 300px;
    max-height: 920px;
    overflow: hidden;
    height: auto;
    margin-top: 0;
    margin-left: 16px;
    margin-bottom: 0;
    top: 640px;
    left: 948px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 1;
}

.listing.v18_side .main-title-listing,
.listing.v18_side .main-title-listing a,
.listing.v18_side .main-title-listing span {
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    justify-content: flex-start !important;
    height: 40px;
    color: var(--color-main);
}

.listing.v18_side .main-title-listing span::after,
.section__v1 .section__header .section__title a::after {
	content: "_";
    font-weight: 400;
    color: var(--color-main);
}

.listing.v18_side .main-title-listing span::after,
.listing .main-title-listing span::after {
	margin-left: -8px;
}

.listing .main-title-listing span::after,
.listing .main-title-listing a::after,
.category-layout .blockinfo .blockinfo__text h1::after,
.main-layout .section__v2 .section__header .section__title a::after,
.main-layout .section__v3 .section__header .section__title a::after{
    content: "_";
    font-weight: 400;
    color: var(--color-black);
}

.listing.v18_side .element__headline {
    border-bottom: 0;
}

.listing.v18_side .element__headline a {
	position: relative;
	margin: 8px 0;
	color: #999999;
	padding-left: 32px;
    padding-right: 16px;
}

/* section v4 */
.main-layout .section__v4 {
    position: absolute;
    top: 632px;
    left: 952px;
}

.section__v4 {
    z-index: 99;
}

.section__v4 .section__header .section__title,
.section__v4 .section__header .section__title h2,
.section__v4 .section__header .section__title h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    justify-content: flex-start !important;
    height: 32px;
    color: var(--color-main);
}

.section__v4 .section__slots a {
	position: relative;
	margin: 8px 0 !important;
	color: #999999 !important;
	padding-left: 32px;
    padding-right: 16px;
}

.section__v4 .section__slots .slot_container {
	border-bottom: 0 !important;
}

.section__v4 .section__slots .slot_container:hover a {
	 color: var(--color-main) !important;
}

.section__v4 .section__slots a {
	position: relative;
	margin: 16px 0 !important;
	color: #999999 !important;
	padding-left: 32px;
	padding-right: 16px;
}

.listing.v18_side .element__headline a::before, 
.section__v4 .section__slots a::before {
	position: absolute;
	background: url('/media/portalobronny.se/desktop/images/plus.svg');
    display: block;
    content: '';
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
	left: 0;
}

.listing.v18_side .element__headline a:hover {
	color: var(--color-white);
}

.main-layout.wide .main-content .main-title-listing, 
.main-layout.wide .main-content .main-title-listing a,
.article-layout .section__title,
.article-layout .main-title-listing,
.article-layout .main-title-listing a,
.category-layout .main-title-listing, 
.category-layout .main-title-listing a, 
.tag-layout .main-title-listing, 
.tag-layout .main-title-listing a, 
.section__v1 .section__title, 
.section__v1 .section__title a, 
.blockinfo .blockinfo__text h1,
.main-layout .section__v1 .section__header .section__title a, 
.main-layout .section__v2 .section__header .section__title a,
.main-layout .section__v3 .section__header .section__title a {
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    margin-left: 0 !important;
    margin-bottom: 0;
    color: var(--color-black);
    text-align: center;
}

.main-layout .section__v1 .section__header .section__title, 
.main-layout .section__v2 .section__header .section__title,
.main-layout .section__v3 .section__header .section__title{
	margin-bottom: 8px;
	margin-left: 0;
    position: relative;
    z-index: 2;
}
.section__header .section__title {
    font-weight: 400 !important;
}
.main-layout .section__v1 .section__header .section__title a, 
.main-layout .section__v2 .section__header .section__title a,
.main-layout .section__v3 .section__header .section__title a{
	margin-left: 0;
	color: var(--color-black) !important;
}
.main-layout .section__v1 .section__header .section__title, .main-layout .section__v1 .section__header .section__title a{
    color: var(--color-main) !important;
}

.article-layout .section__rotator .section__title {
	color: var(--color-white);
}

.section__v1 .section__header .section__title a, 
.section__v2 .section__header .section__title a,
.section__v1 .section__header .section__title h2, 
.section__v2 .section__header .section__title h2 {
	font-size: 40px !important;
	line-height: 58px !important;
	font-weight: 400 !important;
	color: var(--color-main) !important;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: flex-start;
    text-align: left;
}

.listing .button {
	position: absolute;
	top: 0;
	right: 0;
    background-color: var(--color-white);
    border: 1px solid var(--color-main);
	margin-top: 16px;
	color: var(--color-font);
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    padding: 10px 8px;
    transition: 0.6s;
}

.listing .button:hover {
	background-color: var(--color-main);
}

.listing-container.v30,
.listing-container.hero-img-v34 {
	margin-top: 16px;
}

/* listing v30 */
.listing-container.v30 .element .element__media,
.listing-container.hero-img-v34 .element {
	max-height: 370px;
	height: 370px;
}

.listing-container.v30 .element .element__content .element__headline {
    top: unset;
    bottom: 0;
    height: 120px;
}
.listing-container.v30 .element .element__content .element__headline > a {
    margin: 6px 8px;
}

.listing-container.v30 .element .element__content .element__superscription {
	margin: 0;
}

.listing-container.v30 .element .element__content .element__superscription p {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.05em;
	background-color: var(--color-main);
	color: var(--color-black);
}

.listing-container.v30 .element .element__content .element__headline > a {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: var(--color-black);
	-webkit-line-clamp: 4;
}
/* /listing v30 */

/* listing v34 */
.listing-container.hero-img-v34 .element:nth-child(1) .element__media {
	height: 769px;
	max-height: 769px;
}

.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline {
    top: 564px;
    height: 203px;
}

.listing-container.hero-img-v34 .element .element__media {
	height: 370px;
	max-height: 370px;
}

.listing-container.hero-img-v34 .element .element__content {
    -webkit-line-clamp: 4;
}

.listing-container.hero-img-v34 .element .element__content .element__headline {
    background: #fff;
    top: unset;
    bottom: 0;
    height: 120px;
}

.listing-container.hero-img-v34 .element:nth-child(1) .element__media img, 
.listing-container.hero-img-v34 .element:nth-child(1) .element__media {
	height: 563px;
	max-height: 563px;
}

.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__superscription p {
	position: relative;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: var(--color-main);
	background-color: rgba(255,255,255,0);
	padding: 8px 24px;
	text-shadow: -2px 2px 5px var(--color-black);
}

.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__superscription p::before {
    position: absolute;
    background: url(/media/portalobronny.se/desktop/images/plus.svg);
    display: block;
    content: '';
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-55%);
}

.listing-container.hero-img-v34 .element .element__content .element__superscription p {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.05em;
	background-color: var(--color-main);
	color: var(--color-font);
}

.listing-container.hero-img-v34 .element .element__content .element__headline > a {
    margin: 8px;
    color: var(--color-black) !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline a,
.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline h2,
.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline h3 {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    margin: 8px 16px;
    -webkit-line-clamp: 3;
    height: 174px;
}

.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__superscription {
	top: -66px;
	left: 16px;
}

.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline a::after,
.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline h2::after,
.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline h3::after {
	content: ">";
	font-weight: 400;
	color: var(--color-main);
	margin-left: 0;
}
/* /listing v34 */
/* /Elementy SG */

/* menu */
.header .bottom-tap-menu {
    position: absolute;
    top: 103px;
    right: calc((100vw - 1280px)/2);
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 466px;
    min-height: auto;
    height: auto;
    background: var(--color-black);
    padding: 40px;
    z-index: 99999999;
}

.header .bottom-tap-menu.hide {
    min-height: 0;
    transform: translateY(-200px);
}

@media (max-width: 1280px) {
	.header .bottom-tap-menu {
	    right: 0;
	}
}

.header .bottom-tap-menu ul,
.header .bottom-tap-menu ul li ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header .bottom-tap-menu ul li ul.subnav {
	margin-bottom: 24px;
	margin-top: -2px;
}

.header .bottom-tap-menu ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-top: 16px;
    margin-right: 32px;
}

.header .bottom-tap-menu ul li a {
    text-align: left;
    text-transform: none;
    margin-right: 8px;
    white-space: break-spaces;
    word-break: break-word;
    line-height: 24px;
    color: var(--color-main);
    transition: none;
}

.header .bottom-tap-menu ul li ul li a {
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}

.header .bottom-tap-menu ul li a:hover {
	color: var(--color-white);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.dots.active .bottom-tap-bar-item__dots {
	opacity: 100%;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active span {
    color: var(--color-main);
    opacity: 100%;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active span:hover {
    color: var(--color-white);
}

.header .bottom-tap-menu ul li ul li.active a {
    color: var(--color-main);
}

.header .bottom-tap-menu ul li ul li.active a:hover {
    color: var(--color-white);
}
/* /menu */

/* breadcrumb_v2 */
.breadcrumb_v2 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 8px !important;
    line-height: 14px !important;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child {
	position: relative;
	margin-left: 16px;
}

.breadcrumb_v2 .breadcrumb_v2-item{
	position: relative;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child a {
	margin-left: -16px;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child a::after,
.breadcrumb_v2 .breadcrumb_v2-item:first-child::after,
.breadcrumb_v2 .breadcrumb_v2-item:nth-last-child(2)::before {
	display: none;
}

.breadcrumb_v2 .breadcrumb_v2-item a {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.breadcrumb_v2 .breadcrumb_v2-item {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

.breadcrumb_v2 .breadcrumb_v2-item:last-child {
    margin-left: 0;
}
/* /breadcrumb_v2 */

/* SEO text */
.blockinfo .blockinfo__text h1 {
	margin-bottom: 40px;
}

.blockinfo__text h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--color-black);
    text-align: left;
}

.blockinfo__text h3 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--color-black);
    text-align: left;
}

.blockinfo__text p,
.blockinfo__text li {
    color: var(--color-font);
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}

.blockinfo__text p a {
    color: var(--color-font);
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    text-decoration: underline;
    text-decoration-color: var(--color-font);
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.blockinfo__text p a:hover {
    text-decoration: unset;
}

.blockinfo__text li {
	margin-bottom: unset;
}

.blockinfo__text p:empty {
	margin-bottom: 0;
}
/* /SEO text */

/* new article gallery */
.wide.article-layout .thumbnails-gallery .lead_element__aspect_ratio,
.thumbnails-gallery .lead_element__aspect_ratio {
    width: auto !important;
    height: 452px !important;
}

.lead-gallery::after {
    background-color: var(--color-main) !important;
    color: var(--color-black);
    font-weight: 400;
}

.lead-gallery .lead-gallery-more,
.galleries.with_recommended_galleries .lead-gallery-more {
    background: var(--color-main) !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 0 !important;
    max-width: 80px !important;
    transform: none !important;
    top: 0 !important;
    right: 0 !important;
}

.lead-gallery-more a {
	border: none !important;
	border-radius: 0 !important;
}

.lead-gallery-more span.count_suffix {
    font-size: 11px !important;
    line-height: 18px !important;
    color: var(--color-black);
}

.block_list__container .lead-gallery .lead-gallery-more {
    right: 0 !important;
}
/* /new article gallery */

.article .title_element__superscription {
    background-color: rgba(255,255,255,0);
}

.article .title_element__superscription p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.07em;
    color: var(--color-font);
    background-color: var(--color-white);
    padding-top: 16px;
    padding-bottom: 8px;
}

.article-layout .share-buttons-wrapper .share-buttons {
    margin-top: 24px;
}

article .single-photo .element__info .media__info {
    margin-bottom: 0;
}

article .neck .autor .article_author .article__author__croppimg__plug:empty:before {
    height: 58px;
    width: 58px;
    border-radius: 0;
}

article .neck {
	margin-left: 0 !important;
}

article .neck .article__author__croppimg {
	width: 58px;
    height: 58px;
    margin-right: 16px;
}

article .neck .article_authors_with_thumbnail .article_author .article__author__croppimg {
	width: 58px;
    height: 58px;
}

article .neck .article__author__croppimg img {
    border-radius: 0;
    object-fit: cover;
    width: 58px;
    height: 58px;
}

article .neck .article_authors_with_thumbnail {
    display: inline-flex;
    flex-direction: row;
}

article .neck .autor {
	display: flex;
	flex-direction: column-reverse;
}

article .neck .autor.flex.display-flex #timezone {
	margin-bottom: 16px;
}

article .neck .autor.flex.display-flex #timezone span {
	line-height: 16px;
}

article .neck .autor.flex.display-flex span.h3.art-sp {
    justify-content: flex-end;
	margin-right: -128px;
	margin-bottom: -12px;
}

article .neck .autor .article_author>a>div {
    width: 58px;
    height: 58px;
}

article .title {
	margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

article h1 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    color: var(--color-font);
}

article .article_author span.h3 {
    display: flex !important;
    align-items: center;
    color: var(--color-font) !important;
    font-size: 12px !important;
}

article .single-photo.with-frames img {
	max-height: 615px;
}

article .lead {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: var(--color-font);
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 24px;
}

article p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--color-font);
    margin-bottom: 24px;
}

article .toc {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: var(--color-font);
	margin-bottom: 8px;
}

article .toc + ol {
	margin-bottom: 24px;
}

article li,
article li a {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: var(--color-font);
	text-decoration: none;
}

article li {
    color: var(--color-font);
}

article a {
    font-weight: 600;
    color: var(--color-font);
	text-decoration: underline 2px var(--color-main);
}

article li a {
    font-weight: 600;
    color: var(--color-font);
    text-decoration: underline 2px var(--color-main); 
}

article li a:hover {
	text-decoration: none;
}

article a:hover {
	text-decoration: none;
}

article h2 {
	font-size: 22px;
	line-height: 32px;
    font-weight: 700;
    color: var(--color-font);
    margin: 0 0 8px;
}

article h3 {
	font-size: 20px;
	line-height: 32px;
    font-weight: 700;
    color: var(--color-font);
    margin: 0 0 8px;
}

article h4,
article h5,
article h6 {
    font-weight: 700;
    color: var(--color-font);
    margin: 0 0 8px;
}

article blockquote {
    border-left: 0;
    margin-left: -16px;
    padding-bottom: 0;
}

article blockquote p {
    margin-left: 24px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.5px;
    color: var(--color-font);
}

article blockquote:before {
    top: -40px;
    left: 12px;
    font-size: 64px;
    transform: rotate(180deg);
}

.lead-gallery-more span.media__count {
	color: var(--color-black);
}

.article-layout.wide .article .video_player__aspect_ratio, 
.article-layout.wide .block_list__container .player.video_player,
.article-layout.wide .player.video_player  {
    width: 932px !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.article-layout.wide .sticky-container_in-content, 
.article-layout.wide .video_player__aspect_ratio, 
.article-layout.wide .sticky-container_in-content .sticky-container__video:not(.vjs-fullscreen) .vjs-tech, 
.article-layout.wide .sticky-container_in-content .sticky-container__video:not(.vjs-fullscreen) {
    height: 428px !important;
}

.lead_element__aspect_ratio, 
article .neck+.single-photo figure > div,
.lead-gallery figure,
.lead-gallery figure img,
article .galleries .lead_element__aspect_ratio,
.wide.article-layout .block_list__container .lead-gallery {
	width: 932px !important;
	height: 615px !important;
    object-fit: cover;
}

/* amount of photos - listings/sections */
.wide .element__media .media__count,
.wide .slot__image .media__count {
	background-color: var(--color-main) !important;
	color: var(--color-black) !important;
}
.media__count::before {
	background-image: url(/media/icons/black-camera.svg) !important;
	background-size: 16px 12px !important;
}
/* /amount of photos - listings/sections */

/* - audio block - */
article .audioBlock .vjs-control-bar {
	background-color: var(--color-main);
}

article .audioBlock .vjs-progress-control .vjs-control {
	background-color: var(--color-main);
}

article .audioBlock .audioBlock__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

/* - recommended content - */
article .recommended-content {
    width: 100%;
    height: auto;
    border: 1px solid var(--color-main);
    margin-bottom: 24px;
}

article .recommended-content .title {
	line-height: 15px;
    margin-bottom: 0;
    margin-left: 0 !important;
}

article .recommended-content .recommendedTitle__text {
    padding: 0 4px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: var(--color-black);
    background-color: var(--color-main);
    text-transform: uppercase;
}

article .recommended-content .items {
	margin-top: 8px;
}

article .recommended-content .recommendedLink__text {
    color: var(--color-black);
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    padding: 0 16px;
    transition: 0.6s;
}

article .recommended-content .recommendedLink__text:hover {
    color: var(--color-font);
}

/* video */
article .player.video_player {
    background-color: var(--color-black);
    padding-top: 0 !important;
}

article .player.video_player .player__title {
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: var(--color-main);
    padding: 10px;
    margin-bottom: 0;
	text-align: center;
}

/* expert */
article .expert-block .expert-name .expert__nameText {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: var(--color-font);
}

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: var(--color-main);
}

article .expert-block .expert-text p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-font);
}

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: var(--color-font);
}

article .zpr_shopping__article .stms-title-link span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-font);
}

article .zpr_shopping__article .stm-shopping-container .btn-link {
    background-color: var(--color-main);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-white);
    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: var(--color-white);
    color: var(--color-main);
    border: 1px solid var(--color-main);
}

/* legal */
article .infoLegal {
	border: 1px solid #99ACBB;
	border-radius: 8px;
}

.article .infoLegal p {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-main);
}

/* SIL */
.article .infoSil p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #435360;
}

/* product presentation */
article .product-presentation .product-presentation__label {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #435360;
	border-bottom: 1px solid var(--color-main);
}

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: var(--color-font);
	text-align: center;
}

article .product-presentation .product-presentation__text p {
	font-size: 18px;
	line-height: 32px;
	color: var(--color-font);
}

article .product-presentation .product-presentation__button-link {
    background-color: #EEEEEE;
    border: 1px solid var(--color-main);
    padding: 10px 96px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-black);
    border-radius: 0;
    text-decoration: none;
}

article .product-presentation .product-presentation__button-link:hover {
    background-color: var(--color-main);
}

.product-presentation {
    border-bottom: 1px solid var(--color-main);	
}

/* highlight */
article .highlight {
	border-bottom: 1px solid var(--color-main);
}

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: var(--color-font);
	padding-bottom: 24px;
	border-bottom: 1px solid var(--color-main);
}

article .highlight .highlight__textbox p {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-font);
}

article .highlight .highlight__button {
	text-align: right;
}

article .highlight .highlight__button .hightlight__button-link {
	background-color: var(--color-main);
	border-radius: 8px;
	padding: 10px 40px;
	color: var(--color-white);
	font-weight: 700;
	font-size: 12px;
    line-height: 16px;	
    border-radius: 0;
}

article .highlight .highlight__content {
	padding-bottom: 24px;
}

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 {
    margin-left: 0;
}

article .liveTime__timeline {
    padding-bottom: 32px;
    margin-bottom: -16px;
}

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: var(--color-font);
}

article .liveTimeline .liveTimeline__head .liveTimeline__headTitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: var(--color-font);
}

article .liveTimeline .liveTime__timelineColumn--Time p {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: var(--color-font);
}

article .liveTimeline .liveTime__timelineText p {
	font-size: 18px;
	line-height: 32px;
	color: var(--color-font);
}

article .liveTimeline .liveTime__timelineColumn {
    margin-top: -8px
}

article .liveTimeline .lead-gallery-more a span {
    display: flex !important;
    font-size: 10px !important;
    line-height: 48px;
}

article .liveTimeline .lead-gallery-more a {
    text-align: center !important;
    font-size: 0 !important;
    min-width: auto;
}

article .liveTimeline .lead-gallery figure {
    max-width: 440px;
}

article .liveTimeline .lead_element__aspect_ratio {
    height: auto !important;
    max-width: 440px;
}

.liveTimeline .lead-gallery .lead-gallery-more {
    top: 84% !important;
    left: 89% !important;
}

.liveTime__timeline .liveTime__timelineColumn--Time:before {
    background-color: var(--color-main);
}

/* 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: var(--color-main);
	text-decoration: none;
}

article .single-photo.single__photo--productBlock figcaption .text p {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-font);
	margin-bottom: 8px;
	margin-top: 8px;
}

/* recommended article link */
article .recommendedArticle {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    margin-top: 24px;
    border: 1px solid var(--color-main);
}

article .recommendedArticle .recommendedArticle__link {
	margin: 0px 16px;
	padding-top: 12px;
    padding-bottom: 12px;
}

article .recommendedArticle .recommendedArticle__title p {
    background-color: var(--color-main);
    width: max-content;
    text-transform: uppercase;
    padding: 0 4px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 100;
    color: var(--color-black);
    margin: 0;
}

article .recommendedArticle__link a {
    color: var(--color-black);
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

article .recommendedArticle__link a:hover {
    text-decoration: underline 2px var(--color-main);
}

/* embed button */
.gl_plugin.socials .expand {
    background-color: var(--color-main) !important;
    border: 1px solid var(--color-main) !important;
    color: var(--color-black) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 28px !important;
    border-radius: 0 0 5px 5px !important;
}

.gl_plugin.socials .expand:after {
    filter: invert(1);
}

.gl_plugin.socials.collapsed {
    border-bottom: 1px solid var(--color-main) !important;
}
/* /embed button */

/* tagi */
.wide.article-layout .tags {
	width: 100% !important;
	margin-left: 0 !important;
}

.tags .breadcrumb__link {
    border: 1px solid var(--color-main);
    color: var(--color-font);
    background-color: var(--color-white);
    font-weight: 600;
    text-transform: none;
    padding: 4px 8px;
    transition: 0.4s;
}

.tags .breadcrumb__link:hover {
    background-color: var(--color-main);
}
/* /tagi */

/* NCES */
.promo-wrapper {
    border: 1px solid var(--color-main) !important;
    padding-top: 14px !important;
}

.promo-wrapper .promo-header {
    margin-top: -15px;
    background-color: var(--color-main);
    width: max-content;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 100 !important;
}

.promo-wrapper .promo-title-header a {
	margin-top: 16px;
	margin-right: 16px;
	text-align: left;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: absolute;
}

.promo-wrapper .promo-title-header a:hover {
    color: var(--color-font);
}

.promo-wrapper.has-photo {
    background-color: var(--color-white);
    display: flex;
    align-items: flex-start;
}

.promo-wrapper.has-photo figure.promo-image-wrapper img {
	width: 320px;
	height: 213px;
	margin-left: 16px;
}

.promo-wrapper figure.promo-image-wrapper {
	width: 320px;
	height: 213px;
	padding-bottom: 0;
	margin-right: 16px;
}

.promo-wrapper figure.promo-image-wrapper img:hover {
    filter: brightness(1.1);
}
/* NCES */

/* zpr_shopping & promo labels */
.zpr_shopping__article .stm-shopping-container .btn-link {
	order: 3;
}

.zpr_shopping__article .stm-shopping-container .stms-title-link {
	order: 2;
}

.zpr_shopping__article .stm-shopping-container  .stms-image {
	order: 1;
}

article .zpr_shopping__article .zpr_promotion_corner {
	font-family: 'Archivo', sans-serif;
    border-color: var(--color-main) rgba(255,255,255,0);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_current_price span {
	font-family: 'Archivo', sans-serif;
    background-color: var(--color-main);
    color: var(--color-white);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_text span {
	font-family: 'Archivo', sans-serif;
	color: var(--color-white);
}

article .zpr_shopping__article.wariantD .stm-shopping-container .btn-link,
article .zpr_shopping__article.wariantC .stm-shopping-container .btn-link {
font-family: 'Archivo', sans-serif;
    background-color: var(--color-main);
    color: var(--color-white);
}

article .zpr_shopping__article .stms-3-in-row {
    background-color: var(--color-white);
  	border: 1px solid rgba(255,255,255,0);
}

.zpr_shopping__article {
    overflow: hidden;
}
/* /zpr_shopping & promo labels */

.wide article .share-buttons-wrapper .fb-button {
    background: url('/media/portalobronny.se/desktop/images/fb-share-icon.svg?nocache');
    background-size: contain;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.wide article .share-buttons-wrapper .tt-button {
    background: url('/media/portalobronny.se/desktop/images/twitterx-portal-obronny.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.wide article .share-buttons-wrapper .mail-button {
    background: url('/media/portalobronny.se/desktop/images/link-share-icon.svg?nocache');
    background-size: contain;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

/* v32 */
.category-layout .gl_plugin.listing.v32-pobronny {
	min-height: 1672px;
}

.v32.listing-container .element:nth-child(1) .element__media,  
.v32.listing-container .element:nth-child(2) .element__media {
    height: 760px;
}

.v32.listing-container .element:nth-child(n+3){
    height: 370px;
    position: relative;
}

.v32.listing-container .element:nth-child(1) .element__content a::after, 
.v32.listing-container .element:nth-child(2) .element__content a::after,
.v32.listing-container .element:nth-child(n+3) .element__content a::after {
	display: none;
}

.v32.listing-container .element:nth-child(1) .element__media img, 
.v32.listing-container .element:nth-child(1) .element__media, 
.v32.listing-container .element:nth-child(2) .element__media img,
.v32.listing-container .element:nth-child(2) .element__media {
    height: 563px;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__headline a, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline a,
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h2, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h2,
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h3, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h3  {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    -webkit-line-clamp: 4;
    letter-spacing: 0;
    color: var(--color-black) !important;
    background-color: var(--color-white);
    padding: 0;
    max-height: 124px;
}

.v32.listing-container .element:nth-child(1) .element__content .element__headline a, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline a,
.v32.listing-container .element:nth-child(1) .element__content .element__headline h2, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline h2,
.v32.listing-container .element:nth-child(1) .element__content .element__headline h3, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline h3 {
	font-weight: 700;
	font-size: 46px;
	line-height: 56px;
	-webkit-line-clamp: 3;
	color: var(--color-black) !important;
	text-align: left;
	min-height: 203px !important;
	min-height: 176px !important;
	margin-top: 4px;
}

.v32.listing-container .element:nth-child(1) .element__content .element__headline a::after,
.v32.listing-container .element:nth-child(2) .element__content .element__headline a::after,
.v32.listing-container .element:nth-child(1) .element__content .element__headline h2::after,
.v32.listing-container .element:nth-child(2) .element__content .element__headline h2::after,
.v32.listing-container .element:nth-child(1) .element__content .element__headline h3::after,
.v32.listing-container .element:nth-child(2) .element__content .element__headline h3::after {
	display: inline;
	position: unset;
	background: none;
	content: ">";
	font-weight: 400;
	color: var(--color-main);
	margin-left: 0;
}

.v32.listing-container .element:nth-child(1) .element__content .element__superscription, 
.v32.listing-container .element:nth-child(2) .element__content .element__superscription {
    position: absolute;
    top: -64px;
    left: 24px;
    right: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__headline, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline {
    background: var(--color-white);
    top: 252px !important;
    padding: 0 !important;
    width: 295px;
    height: 124px;
}

.v32.listing-container  .element:nth-child(1) .element__headline, 
.v32.listing-container  .element:nth-child(2) .element__headline {
    padding: 0px 16px !important;
    background: var(--color-white);
    top: 564px;
    height: 203px;
}

.v32.listing-container .element:nth-child(1) .element__content .element__superscription p, 
.v32.listing-container .element:nth-child(2) .element__content .element__superscription p {
    position: relative;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    letter-spacing: 0.03em;
    color: var(--color-main) !important;
    background-color: rgba(255,255,255,0) !important;
    padding: 24px !important;
    text-shadow: -2px 2px 5px var(--color-black);
}

.v32.listing-container .element:nth-child(1) .element__content .element__superscription p::before, 
.v32.listing-container .element:nth-child(2) .element__content .element__superscription p::before {
	position: absolute;
	background: url('/media/portalobronny.se/desktop/images/plus.svg');
	display: block;
	content: '';
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-shadow: -2px 2px 5px var(--color-black);
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    padding: 1px 8px;
    background-color: var(--color-main);
    color: var(--color-font);
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription {
    left: 0;
    color: var(--color-font);
}
/* /v32 */

/* Pagination */
.v32.listing-container ul.horizontal.paginacja li.disable, 
.listing-container.v35.with-pagination ul.horizontal.paginacja li.disable,
.v32.listing-container ul.horizontal.paginacja a, 
.listing-container.v35.with-pagination ul.horizontal.paginacja a {
    background-color: var(--color-white);
	color: var(--color-font);
}

.v32.listing-container ul.horizontal.paginacja li.active, 
.listing-container.v35.with-pagination ul.horizontal.paginacja li.active,
ul.horizontal.paginacja li.active a {
	background: var(--color-main) !important;
	border: 0;
	border-radius: 0;
}

ul.horizontal.paginacja li.disable {
	opacity: 0.4;
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before, 
.listing-container.v35.with-pagination ul.horizontal.paginacja .fa-angle-left:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('/media/architektura.muratorplus/desktop/images/chevron-left.svg');
    transform: none;
    margin-top: 6px;
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-right:before, 
.listing-container.v35.with-pagination ul.horizontal.paginacja .fa-angle-right:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('/media/architektura.muratorplus/desktop/images/chevron-right.svg');
    transform: none;
    margin-top: 6px;
}
/* /Pagination */

.category-layout .bottom_hook #side_1_noscroll,
.filter-layout .bottom_hook #side_1_noscroll,
.author-layout .bottom_hook #side_1_noscroll  {
	margin-left: 16px;
	margin-top: 75px;
    z-index: 1;
}

.category-layout .bottom_hook .listing.v18_side, 
.filter-layout .bottom_hook .listing.v18_side,
.author-layout .bottom_hook .listing.v18_side {
	position: absolute;
	top: 680px;
	left: 948px;
	margin-left: 16px;
	margin-top: 75px;
}

.category-layout .bottom_hook .section__v1 .section__header .section__title,
.filter-layout .bottom_hook .section__v1 .section__header .section__title,
.author-layout .bottom_hook .section__v1 .section__header .section__title,
.article-layout .bottom_hook .section__v1 .section__header .section__title {
	display: flex;
	justify-content: flex-start;
	margin-left: 320px;
}

/* gdy mamy sekcje v1, reklame i najnowsze */
.category-layout .bottom_hook .section__v1 + .zpr_side_1_noscroll + .listing.v18_side {
    top: 680px;
}
/* gdy mamy tylko sekcje v1 i najnowsze */
.category-layout .bottom_hook .section__v1 + .listing.v18_side {
    top: 32px;
}

.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription p {
    display: flex;
    justify-content: flex-start;
}

.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title p,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__title p,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h2,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h3,
.bottom_hook .section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3 {
	text-align: left;
}


/* Strona autora */
.author-layout .author__name {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: var(--color-font);
    text-align: center;
    margin-bottom: 16px;
}

.author-layout .author__desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
}

.author-layout .author__desc a {
    color: var(--color-font);
    text-decoration: underline 2px var(--color-main);
}

.author-layout .author__desc a:hover {
    text-decoration: none;
}

.author-layout h2 {
	font-size: 22px;
	line-height: 32px;
    font-weight: 700;
    color: var(--color-font);
	margin-bottom: 8px;
}

.author-layout h3 {
	font-size: 20px;
	line-height: 32px;
    font-weight: 400;
    color: var(--color-font);
}

.author-layout .author__spec {
    text-align: center;
}
/* /Strona autora */

.listing.v18_side .listing-container.listing-horizontal-full-v18 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* czarny background pod hook_content_bottom */
body.author-layout #hook_content_bottom,
body.page-layout #hook_content_bottom,
body.category-layout #hook_content_bottom,
body.article-layout #hook_content_bottom {
	position: relative;
	background-color: var(--color-black);
	padding-left: 16px;
	padding-right: 16px;
	margin-left: -16px;
	margin-right: -16px;
    margin-bottom: 40px;
}

body.author-layout #hook_content_bottom .section__v1,
body.page-layout #hook_content_bottom .section__v1,
body.category-layout #hook_content_bottom .section__v1,
body.article-layout #hook_content_bottom .section__v1 {
	position: relative;
	z-index: 1;
}

body.author-layout #hook_content_bottom .v18_side,
body.page-layout #hook_content_bottom .v18_side,
body.category-layout #hook_content_bottom .v18_side,
body.article-layout #hook_content_bottom .v18_side {
	z-index: 1;
}

body.author-layout #hook_content_bottom .v18_side,
body.page-layout #hook_content_bottom .v18_side,
body.category-layout #hook_content_bottom .v18_side, 
body.article-layout #hook_content_bottom .v18_side {
	top: -32px;
}

.article-layout .bottom_hook,
.author-layout .bottom_hook {
	width: 964px !important;
	max-width: 964px !important;
}
/* /czarny background pod hook_content_bottom */

/* Strona autora */
.author-layout #hook_content_right .v18_side,
.article-layout #hook_content_right .v18_side {
	position: relative;
	border: 1px solid var(--color-black);
	margin-left: 0;
	padding-bottom: 16px;
}

.author-layout #hook_content_right .v18_side a,
.article-layout #hook_content_right .v18_side a {
	color: var(--color-black);
	margin-left: 16px;
}

.author-layout #hook_content_right .v18_side a:hover,
.article-layout #hook_content_right .v18_side a:hover {
    text-decoration: underline 2px var(--color-main);
}

.author-layout .author__image-box {
    width: 150px;
    height: 200px;
    margin-top: -40px;
    margin-bottom: 16px;
}

.author-layout .author__image-box .author__image {
	width: 150px;
    height: 200px;
	object-fit: cover;
}

.author-layout .author .author__name,
.author-layout .author .author__spec {
    text-align: left;
    margin-left: 176px;
    margin-bottom: 16px;
    color: var(--color-main);
}

.author-layout .author + .listing .listing-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
}

.author-layout .author + .listing .listing-container .element:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.author-layout .author + .listing .listing-container .element:nth-child(2) {
    grid-area:  1 / 2 / 2 / 3; 
}

.author-layout .author + .listing .listing-container .element:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.author-layout .author + .listing .listing-container .element:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2;
}

.author-layout .author + .listing .listing-container .element:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3;
}

.author-layout .author + .listing .listing-container .element:nth-child(6) {
    grid-area: 2 / 3 / 3 / 4; 
}

.author-layout .author + .listing .listing-container .element .element__media img,
.author-layout .author + .listing .listing-container .element .element__media {
    width: 300px;
    height: 250px;
    object-fit: cover
}

.author-layout .author + .listing .listing-container .element {
    position: relative;
    width: 300px;
}

.author-layout .author + .listing .listing-container .element .element__content {
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 300px;
    height: 120px;
}

.author-layout .author + .listing .listing-container .element .element__content .element__superscription p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    background-color: var(--color-main);
    color: var(--color-black);
    text-transform: uppercase;
    padding: 0 8px;
}

.author-layout .author + .listing .listing-container .element .element__content .element__superscription {
	display: flex;
	position: absolute;
	margin: 0;
	bottom: 111px;
	left: 0;
	right: 0;
	z-index: 5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--color-white);
}

.author-layout .author + .listing .listing-container .element .element__content .element__headline {
    background-color: var(--color-white);
    height: 112px;
    width: 300px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--color-black);
}

.author-layout .author + .listing .listing-container .element .element__content .element__headline > a {
    margin: 0;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--color-black);
    font-weight: 600;
}

.author-layout .author + .listing .listing-container .element:hover {
	 filter: brightness(1.1);
}

.author-layout .horizontal.paginacja {
    position: absolute;
    bottom: -54px;
    left: 360px;
}

.author-layout .listing.v18_side .main-title-listing,
.article-layout .listing.v18_side .main-title-listing {
    background-color: var(--color-black);
    width: max-content;
    padding: 16px 8px 0;
}

.author-layout.wide .col-8 {
	margin-bottom: 40px;
}

.author-layout footer ul {
    margin-left: unset;
    margin-bottom: unset;
}
/* /Strona autora */

/* galeria z miniaturkami */
.wide.article-layout .thumbnails-gallery.webp .lead-gallery picture:first-child, 
.galleries.thumbnails-gallery a picture > img {
	width: 740px !important;
	height: 506px;
}
.galleries.thumbnails-gallery a picture + img {
	width: 184px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
}
.galleries.thumbnails-gallery a img:nth-of-type(2) {
	width: 184px;
	height: 120px;
	position: absolute;
	top: 128px;
	right: 0;
}
.galleries.thumbnails-gallery a img:nth-of-type(3) {
	width: 184px;
	height: 120px;
	position: absolute;
	top: 256px;
	right: 0;
}
.galleries.thumbnails-gallery a img:nth-of-type(4) {
	width: 184px;
	height: 120px;
	position: absolute;
	top: 386px;
	right: 0;
}
.galleries.thumbnails-gallery .lead-gallery.lead_element__aspect_ratio {
	width: 932px !important;
	height: 442px !important;
}
.galleries:not(.thumbnails-gallery) .lead-gallery picture,
.galleries:not(.thumbnails-gallery) .lead-gallery picture img {
   width: 932px;
   height: 615px;
}
/* /galeria z miniaturkami */

/* stickowanie v18_side w hook_content_bottom */
#hook_content_bottom .v18_side {
    position: sticky;
    top: 16px !important;
    margin-top: 24px !important;
}

#hook_content_bottom .section__v1 {
    margin-top: 0 !important;    
}
/* /stickowanie v18_side w hook_content_bottom */

.main-layout .gl_plugin.listing.portalobronny {
	margin-top: 40px;
}

.main-layout .gl_plugin.listing.v18_side.portalobronny {
    margin-top: 24px;
    z-index: 1;
}

article .zpr_box_inside_top_video {
    margin-bottom: 0;
}

.wide.article-layout .tags .breadcrumb__item:last-child::after {
    display: none;
}

.wide.article-layout #placement2.article__placement, 
.wide.article-layout .listing-container.listing-ron-nces.display-flex,
.wide.article-layout .trc_rbox_container, 
.wide.article-layout #article_zpr_shopping, 
.wide.article-layout .listing[data-upscore-zone*="NCES"], 
.wide.article-layout #promo-wrapper {
    width: 932px !important;
}

/* Listing Mediateka */
.listing.actions_logo.mediateka_listing {
    margin-left: -16px;
    margin-right: -16px;
}
/* /Listing Mediateka */

.article-layout .zpr_box_inside_top_video::before {
    display: none !important;
}

/* audioBlock - ver. 02 */
.audioBlock.audio-block-ver-two .video-js .vjs-control-bar,
.audioBlock.audio-block-ver-two .vjs-play-control.vjs-control.vjs-button {
    background-color: var(--color-main);
}
/* /audioBlock - ver. 02 */

/* Banner Partnera SG */
.main-layout .main-page-partner-banner {
    height: 114px;
}
.main-layout .main-page-partner-banner img {
    height: auto;
    object-fit: cover;
}
.main-layout #hook_content:has(.main-page-partner-banner) .section__v4.v18_side {
    top: 768px;
}
/* /Banner Partnera SG */

/* invert expand gallery colors to black */
.gallery-layout.wide .gallery__container .gallery__container-right .photo__description-container .description_expand {
	color: var(--color-black);
}
.gallery__container .gallery__container-right .photo__description-container .description_expand::after {
	filter: invert(1);
}
/* /invert expand gallery colors to black */

/* Button 'wiecej' dla sekcji */
.section__more-button .more-button,
.section__more-button .more-button:hover {
    color: var(--color-black);
}
/* /Button 'wiecej' dla sekcji */

/* ==================== START ======================
=========== Zmiany w szablonie artykułu ============
================================================= */

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .fb-button {
    background: url(/media/icons/article2025-fb-share-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .tt-button {
    background: url(/media/icons/article2025-twitterx-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .mail-button {
    background: url(/media/icons/article2025-share-envelope-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .share-buttons > a {
    margin-right: 0;
	margin-left: 24px;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .share-buttons::before {
    content: 'Podziel się';
    margin-right: 0;
    font-size: 12px;
	color: rgba(0, 0, 0, 0.45);
}

/* Article author section */
.wide.article-layout:has(.one_column_article__container) .article .neck {
	position: relative;
	align-items: flex-start;
	margin-bottom: 24px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex #timezone span {
	font-size: 12px;
	line-height: 16px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex span.h3.art-sp {
	position: absolute;
	top: 2px;
	left: 140px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0;
}

.wide.article-layout:has(.one_column_article__container) article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
	position: relative;
    border-left: 0;
}

.wide.article-layout:has(.one_column_article__container) article .autor.flex.display-flex span.h3.pub_time_hours_minutes::before {
	content: '•';
	margin-right: 8px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg {
    margin-right: 16px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .article_authors_with_thumbnail {
    display: inline-flex;
    flex-direction: row;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor {
	display: flex;
	flex-direction: column-reverse;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex #timezone {
	margin-bottom: 24px;
	margin-top: 8px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author .article__author__croppimg__plug:empty::before,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg img,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg,
.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author > a > div {
    height: 40px;
    width: 40px;
	min-width: 40px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author .article__author__croppimg__plug:empty::before,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg,
.wide.article-layout:has(.one_column_article__container) article .neck .article_authors_with_thumbnail .article_author .article__author__croppimg {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 8px;
}

.wide.article-layout:has(.one_column_article__container) .article_authors_with_thumbnail .article_author, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail .article_author {
    align-items: center;
    max-width: 360px;
}

.wide.article-layout:has(.one_column_article__container) .article_author span,
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail span,
.wide.article-layout:has(.one_column_article__container) .article_author span a,  
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail span a {
    color: var(--color-font) !important;
    font-weight: 600 !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a {
	font-weight: 600 !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail a {
	color: var(--color-font) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--color-font) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a:hover, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail a:hover {
	text-decoration: unset !important;
	color: var(--color-font) !important;
}

.wide article .share-buttons-wrapper .share-buttons > a:hover {
    filter: invert(63%) sepia(87%) saturate(4699%) hue-rotate(89deg) brightness(128%) contrast(118%);
}
/* /Article author section */

/* ===================== END =======================
=========== Zmiany w szablonie artykułu ============
================================================= */