/*
	Theme Name: Artixen
	Theme URI: 
	Description: 
	Version: 0.0.1
	Author: 
	Author URI: 
	License: 
	License URI: 
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* VARIABLE */



:root {
	/* GENERAL */
    --footer-bg: #ededed;
	--body-color: #000000;
	
	/* COLOR */
	--color-1: #000000;
    --color-2: #c90c0f;
    --color-3: #ffd618;
	--color-4: #f7f8fa;
	--color-5: #000000;
	--color-6: #000000;
	--color-7: #000000;
	--color-link: #c90c0f;
	--color-hover: #910c0f;
	--color-btn-link: #c90c0f;
	--color-btn-hover: #910c0f;
	
	/* FONT */
	--font-1: "Kanit", serif;
	--font-2: "Jost", sans-serif;
	
	/* MENU */
	--menu-bg: #ffffff;
	--sticky-menu-bg: #FFFFFF;
	--menu-font: "Jost", sans-serif;
	--color-menu: #000000;
	--color-menu-hover: #c90c0f;
	--color-sticky-menu: #000000;
	--color-sticky-menu-hover: #c90c0f;
	--color-toggle-menu: #000000;
	--color-toggle-menu-hover: #c90c0f;;
}



/* END VARIABLE */




/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
}

@media (min-width: 1px) {
	html {
		font-size:100%;
	}
}

@media (min-width: 576px) {
	html {
		font-size:100%;
	}
}

@media (min-width: 768px) {
	html {
		font-size:80%;
	}
}

@media (min-width: 992px) {
	html {
		font-size:80%;
	}
}

@media (min-width: 1200px) {
	html {
		font-size:94%;
	}
}

@media (min-width: 1400px) {
	html {
		font-size:110%;
	}
}

body {
	font:300 11px/1.4 var(--font-2);
	color:var(--color-1);
	font-size: 1rem;
	position: relative;
	font-smooth: always;
}


.w-img-100 img{
	width:100%;
	height:auto
}

p{
	font-size:1rem;
	line-height:1.5;
}



body {
	margin: 0;
	width: 100%;
	padding:0;
	height:100%;
	color:var(--body-color);
}

.wrapper{
	
	width: 100%;
	height:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: var(--color-link);
	text-decoration:none;
}
a:hover {
	color: var(--color-hover); 
	text-decoration: none; 
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid var(--color-2);
}


ol{
	margin-bottom:1rem;
}

ol li{
	margin-bottom:0.8rem;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


main{
	width:100%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:var(--color-2);
	color:white;
	text-shadow:none;
}
::-webkit-selection {
	background:var(--color-2);
	color:white;
	text-shadow:none;
}
::-moz-selection {
	background:var(--color-2);
	color:white;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 5px 5px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:white;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.bypostauthor {
	
}

@media(max-width:575px){
	.container{
		padding-left:1.5rem;
		padding-right:1.5rem;
	}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:var(--color-1) !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid var(--color-1);
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    BOOTSTRAP OVERWRITE
\*------------------------------------*/



h2, .h2 {
	
}

h3, .h3 {
	
}

h4, .h4 {
	
}


b, strong {
	font-weight: 700;
}

/*------------------------------------*\
    CUSTOM
\*------------------------------------*/



@media (min-width: 768px) {
	.text-md-center p, .text-md-center a, .text-md-center div{
		text-align:center !important;
	}
	
	.text-md-start p, .text-md-start a, .text-md-start div{
		text-align:left !important;
	}
}

@media (min-width: 1px) {
	.text-center p, .text-center a, .text-center div{
		text-align:center;
	}
	
	.text-start p, .text-start a, .text-start div{
		text-align:left;
	}
}

.half-container, .half-container-xxl, .half-container-xl, .half-container-lg, .half-container-md, .half-container-sm {
	width:100%;
	max-width:100%;
}



@media (min-width: 576px) {
	.half-container-sm {
		width: 270px;
	}
}
@media (min-width: 768px) {
	.half-container-md,  .half-container-sm {
		width: 360px;
	}
}
@media (min-width: 992px) {
	.half-container-lg, .half-container-md, .half-container-sm {
		width: 480px;
	}
}
@media (min-width: 1200px) {
	.half-container-xl,  .half-container-lg, .half-container-md, .half-container-sm {
		width: 570px;
	}
}
@media (min-width: 1400px) {
	.half-container-xxl, .half-container-xl, .half-ontainer-lg, .half-container-md, .half-container-sm {
		width: 660px;
	}
}



body {
	font-weight:400;
}





.w-img-100 img{
	width:100%;
	height:auto;
}


.row-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.vertical-align {
    display: flex;
    align-items: center;
}

iframe{
	
	max-width:100%;
}

iframe[title="YouTube video player"]{
	aspect-ratio:16/9;
	height: auto;
}


/*------------------------------------*\
    KOLORY
\*------------------------------------*/


.bg-white{
	background-color:white;
}

.bg-white-transparent{
	background-color:rgba(255, 255, 255, 0.8);
}


.bg-black{
	background-color:black;
}

.bg-color-1{
	background-color:var(--color-1);
}

.bg-color-2{
	background-color:var(--color-2);
}



.border-1{
	border:2px solid var(--color-1);
}

.border-2{
	border:2px solid var(--color-2);
}


.border-style-1{
	border:1px solid #bbbbbb;
	padding:1.5rem;
	border-radius:1.5rem;
}


.color-1, .color-1 p{
	color:var(--color-1);
}

.color-2, .color-2 p{
	color:var(--color-2);
}


.white, .white p{
	color:white;
}

.black, .black p{
	color:black;
}


/* END COLORS */


/* BUTTONY */


/* BUTTON 1 */

.btn-color-1{
	padding: 0.5rem 2rem;
	margin: 0.3rem;
    margin-bottom: 0.3rem;
	display: inline-block;
	position: relative;
	background-color: var(--color-btn-link);
	color:#ffffff !important;
	border-radius: 3rem;
	font-weight: 400;
	transition: all 0.3s ease;
	text-decoration: none !important;
	font-family:var(--font-1);
}






.btn-color-1:hover{
	color:#ffffff;
	background-color:var(--color-btn-hover);
	transition: all 0.3s ease; 
}






.btn-color-1{
	position:relative;
	z-index: 1;
}



form span.btn-color-1 input{
	
	
}









/*------------------------------------*\
    SEARCH FORM
\*------------------------------------*/


.nav{
	position:relative;
}





/* TITLE */

.title-1{
	font-family: var(--font-1);
	font-weight:600;
	line-height:1.2;
	display:inline-block;
	width:100%;
	margin-bottom:1.5rem;
	position:relative;
	font-size: 2rem;
}


.title-2{
	font-family: var(--font-1);
	font-weight:600;
	line-height:1.2;
	display:inline-block;
	width:100%;
	margin-bottom:1rem;
	position:relative;
	font-size: 1.6rem;
}

.title-3{
	font-family: var(--font-1);
	font-weight:600;
	line-height:1.3;
	display:inline-block;
	margin-bottom:1rem;
	position:relative;
	font-size: 1.3rem;
}

.title-4{
	font-family: var(--font-1);
	font-weight:500;
	line-height: 1.2;
	display:inline-block;
	margin-bottom:1rem;
	position:relative;
	font-size: 1rem;
}


.uppercase{
	text-transform:uppercase
}



.lead-1 {
    font-size: 1.4rem;
	font-family: var(--font-2);
	line-height:1.4;
	margin-bottom:2rem;
	font-weight: 300;
}


.big-txt {
    font-size: 1.2rem;
	font-family: var(--font-2);
	font-weight:600 !important;
}

.small-txt {
    font-size: 0.8rem;
	font-family: var(--font-2);
}



.txt-style-1{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2rem;
	font-size:0.8rem
}



/* END TITLE */



/* CUSTOM */

@media(min-width:768px){
	.column-2{
		-webkit-column-count: 2;
		column-count: 2;
		
	}
}


.span-no-margin span{
	margin:0 !important;
}

/* END CUSTOM */


/* HEADER */

header{
	
	width:100%;
	
}

@media(min-width:992px){
	
	header{
		top:0;
		width:100%;
		z-index:999;
	}
	
}


header{
	position:absolute;
	
}


/* END HEADER */

hr{
	border: 1px solid #000000;
	border-image-slice: 1;
	border-width: 2px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	opacity: 1;
	margin: 0.5rem 0 1.2rem 0;
}

article h3{
	
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--color-1);
	color:var(--color-1);
	text-align:center;
	
	text-align:center;
}

article .product-content-image{
	padding:1rem;
}




main .text-editor a:not(.btn-color-1){
	color:var(--color-1);
	text-decoration:underline;
}

/* main .text-editor ul{ */

/* padding-left: 2rem; */
/* position:relative; */
/* } */


/* main .text-editor ul li{ */
/* list-style: none; */
/* line-height: 1.5; */
/* margin-bottom:0.5rem; */
/* position:relative; */
/* } */

/* main .text-editor ul li:before{ */
/* content: url('img/bullet.svg'); */
/* left: -2rem; */
/* top: 0; */
/* font-size: 1rem; */
/* line-height: 0.45; */
/* margin-top: 0; */
/* position: absolute; */
/* width:1.2rem; */
/* } */

/* main ul li[style="text-align: center;"]:before{ */
/* position: static; */
/* } */

/* main ul li[style="text-align: center;"]{ */
/* padding-right:1rem; */
/* } */

.text-border p:last-child, .text-border h1:last-child, .text-border h2:last-child, .text-border h3:last-child, .text-border h3:last-child, .text-border h4:last-child{
	margin-bottom:0;
}





/* FORMULARZ */




.wpcf7-radio .wpcf7-list-item-label{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 1.5rem !important;
}


.wpcf7-radio input[type="radio"]{
	opacity:0;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0.1rem;
}

.wpcf7-radio label{
	position:relative;
}

.wpcf7-radio span.wpcf7-list-item{
	margin: 0 0.3rem !important;
}

.wpcf7-radio input[type="radio"] + span::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: white;
	border: none;
	position: absolute;
	left: 50%;
	transform:translate(-50%,0);
	top: 0.1rem;
	cursor:pointer;
}


.wpcf7-radio input[type="radio"]:checked + span::before {
	background-color: white;
	content: '\f00d';
	color: var(--color-1);
	font-size: 0.8rem;
	font-family: FontAwesome;
	line-height: 1.2;
	text-align: center;
}



.wpcf7-form .form-txt p{
	font-size:0.8rem;
	
}
.wpcf7-form input:not(.wpcf7-submit){
	width:100%;
	border: none;
	padding:0.5rem 0.5rem;
	background-color:#ffffff;
}



.wpcf7-form .agreements input[type="checkbox"]{
	width: 1rem;
	height: 1rem;
	
}

.wpcf7-form textarea, form textarea{
	width:100%;
	border: none;
	padding:0.5rem;
}



.wpcf7-acceptance{
	display:inline-block;
}

.wpcf7-acceptance span.wpcf7-list-item-label{
	font-size:0.6rem;
	line-height: 1.3;
	font-size: 0.65rem;
	display: inline-block;
	padding: 0 0 0 1.5rem;
	position: relative;
	color:var(--color-1);
}




.wpcf7-form .form-class input.agreement {
	width: auto;
	margin: 0.1rem 0.5rem 0 0;
    margin-left: 0px;
	line-height: normal;
	position: absolute;
	left: 0;
	margin-left: -1rem;
}

input[type="checkbox"] + span::before, input[type="checkbox"] + p::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: white;
	border: 1px solid var(--color-link);
	position: absolute;
	left: 0;
	top: 0;
	cursor:pointer;
}

input[type="checkbox"] {
	opacity:0;
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 1rem;
	height: 1rem;
}


.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.wpcf7-spinner{
	position: absolute;
	left: -3rem;
	margin:0 !important;
	top: 50%;
	transform: translate(0,-50%);
}

input[type="checkbox"]:checked + span::before {
	background-color: white;
	content: '\f00d';
	color: var(--color-link);
	font-size: 0.7rem;
	font-family: FontAwesome;
	line-height: 1;
	text-align: center;
}


.wpcf7-form-control-wrap {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom:0.5rem;
	width: 100%;
}

.wpcf7-form p {
	margin-bottom:0;
	color:var(--color-1);
	line-height: 1.3;
}


.wpcf7-form .wpcf7-submit{
	border:0;
}

.wpcf7-form .wpcf7-submit:hover{
	color:var(--color-btn-hover);
}

.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea, form input:not(.wpcf7-submit), form textarea {
	font-size: 1rem;
	border:1px solid var(--color-2);
	border-radius: 1rem;
}


.wpcf7 form .wpcf7-response-output{
	color:whitefff;
	font-size: 1rem;
}

.wpcf7-not-valid-tip {
	color: red;
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
	top: calc(100% + 0.5rem);
}





.wpcf7-form .text-more{
	display:none;
}


.wpcf7-form .read-more{
	color:var(--color-link);
	cursor:pointer;
}

/* END FORMULARZ */





/* BREADCRUMB */

.breadcrumb, .breadcrumb a {
	text-transform:uppercase;
	color:black;
	letter-spacing:0.15rem;
	font-size:0.8rem
}

.breadcrumb{
	
}

/* END BREADCRUMB */








.highlight-1{
	position:relative;
	z-index: 2;
	display: inline-block;
}

.highlight-1:before{
	content:'';
	background-image:url('img/podkreslenie.svg');
	background-size: 100% 100%;
	position: absolute;
	bottom: -0.1rem;
	width: calc(100% + 2rem);
	height: 0.7rem;
	left: 50%;
	z-index: -1;
	background-repeat: no-repeat;
	min-width: 6rem;
	transform: translate(-50%,0);
}

.highlight-5{
	position:relative;
	z-index: 2;
	display: inline-block;
}

.highlight-5:before{
	content:'';
	background-image:url('img/podkreslenie-biale.svg');
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	width: calc(100% + 2rem);
	height: 0.8rem;
	left: -1rem;
	z-index: -1;
	background-repeat:no-repeat;
	opacity:0.4;
}

.highlight-6{
	position:relative;
}

.highlight-6:before{
	content: '';
	background-image: url('img/blysk.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -2rem;
	width: 3.5rem;
	height: 3.5rem;
	left: -2.5rem;
}


.highlight-2{
	position:relative;
	z-index: 2;
	display: inline-block;
}

.highlight-2:before{
	content:'';
	background-image:url('img/podkreslenie-kreski.svg');
	background-size: 100% 100%;
	position: absolute;
	bottom: 0rem;
	width: 120%;
	height: 0.7rem;
	left: -10%;
	z-index: -1;
	background-repeat:no-repeat;
}

.highlight-3{
	position:relative;
	z-index: 2;
	display: inline-block;
}

.highlight-3:before{
	content:'';
	background-image:url('img/podkreslenie-gwiazdka.svg');
	background-size: contain;
	position: absolute;
	bottom: -0.6rem;
	width: 160%;
	height: 2rem;
	left: -2rem;
	z-index: -1;
	background-repeat: no-repeat;
}

.highlight-4{
	position:relative;
	z-index: 2;
	display: inline-block;
}

.highlight-4:before{
	content:'';
	background-image:url('img/podkreslenie-liczb.svg');
	background-size: contain;
	position: absolute;
	bottom: -0.3rem;
	width: 140%;
	height: 1rem;
	left: -20%;
	z-index: -1;
	background-repeat:no-repeat;
}


.box-border-radius{
	background-color: #ededed;
	border-radius: 1.5rem;
	border: 1px solid #bbbbbb;
}


article a span{
	color:#000000;	
}

article a:hover span{
	color:var(--color-2)
}



@media (min-width: 1px) {
	.category-filter .slick-list{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 576px) {
	.category-filter .slick-list{
		padding-left:calc(50vw - 270px);
		padding-right:calc(50vw - 270px);
	}
}

@media (min-width: 768px) {
	.category-filter .slick-list{
		padding-left:calc(50vw - 360px);
		padding-right:calc(50vw - 360px);
	}
}


@media (min-width: 992px) {
	.category-filter .slick-list{
		padding-left:calc(50vw - 480px);
		padding-right:calc(50vw - 480px);
	}
}


@media (min-width: 1200px) {
	.category-filter .slick-list{
		padding-left:calc(50vw - 570px);
		padding-right:calc(50vw - 570px);
	}
}


@media (min-width: 1400px) {
	.category-filter .slick-list {
		padding-left:calc(50vw - 660px);
		padding-right:calc(50vw - 660px);
	}
}

.category-filter .slick-list{
	position:relative;
}

.category-filter .slick-list:before{
	content:'';
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
	width: 2rem;
	z-index:2;
}

.category-filter .slick-list:after{
	content:'';
	background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	position: absolute;
	height: 100%;
	bottom: 0;
	right: 0;
	width: 2rem;
	z-index:2;
}






.animation-logo {
    position: relative;
    width: 15rem; /* Dopasuj do potrzeb */
    height: 4rem; /* Dopasuj do potrzeb */
    overflow: hidden;
}

.animation-logo img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover; /* Dopasowanie obrazków */
    opacity: 0;
    animation: fade 6s infinite;
}

/* Opóźnienia dla poszczególnych obrazków */
.animation-logo img:nth-child(1) {
    animation-delay: 0s;
	top:1rem
}

.animation-logo img:nth-child(2) {
    animation-delay: 2s;
}

.animation-logo img:nth-child(3) {
    animation-delay: 4s;
}

/* Efekt przenikania */
@keyframes fade {
    0% { opacity: 0; }
    20% { opacity: 1; }
    40% { opacity: 1; }
    60% { opacity: 0; }
    100% { opacity: 0; }
}


.text-editor ul{
	padding-left: 1rem;
}

.text-editor ul li{
	list-style-type: disc;
	margin-bottom:0.5rem;
}

.text-editor ul li::marker {
    color: inherit;
}



/*  TABELKA */


:root {
  --sticky-offset: 66px; /* wysokość sticky menu na stronie */
}

/* ✅ Wrapper zewnętrzny — potrzebny dla sticky */
.table-sticky-wrapper {
  overflow: visible;
  position: relative;
}


/* ✅ Kontener tabeli (może zostać pusty, jak używasz 100%) */
.table-container {
  width: 100%;
}

/* ✅ Styl tabeli */
#cennik {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  color: #333;
}

/* ✅ Komórki ogólne */
#cennik td,
#cennik th {
  padding: 0.8rem;
  min-width: 10rem;
  border-right: 1px solid #c90c0f;
}

/* ✅ Sticky nagłówki */
th.table-sticky {
  position: sticky;
  top: var(--sticky-offset);
  z-index: 10;
  background: #fff;
  border-bottom: 2px solid #c90c0f;
  text-align: center;
  padding: 1rem;
}

/* ✅ Resetowanie marginesów wewnętrznych */
th.table-sticky * {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

/* ✅ Styl nagłówków (tylko uzupełniająco — jeśli masz fonty zmienne) */
#cennik thead th {
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #f7f8fa;
  font-family: var(--font-1);
}

/* ✅ Wiersze naprzemienne */
#cennik tbody tr:nth-child(odd) {
  background-color: #ededed;
}



/* ✅ Wrapper poziomego scrolla */
@media(max-width:767px){
.table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

th.table-sticky {
  top:0 !important;
  position: relative !important;
}

}

/* END TABELKA */





.left-right-content-block .tab{
	background-color:#bbbbbb;
	color:#ffffff;
	padding: 0.5rem 1rem;
	
	cursor:pointer;
	font-family: var(--font-1);
	text-align:center;
}




@media(min-width:768px){
	.left-right-content-block .tab{
		flex: 0 0 auto;
		width: 50%;
	}
	
	.left-right-content-block .tab:first-child{
		border-top-left-radius: 1rem;
	}
	
	.left-right-content-block .tab:nth-child(2){
		border-top-right-radius: 1rem;
	}
	
	.left-right-content-block .tab-wrapper{
		border-bottom:1px solid var(--color-btn-link);
		margin-bottom:2rem;
		display: flex;
		flex-wrap: wrap;
	}
	
}


@media(max-width:767px){
	.left-right-content-block .tab{
		flex: 0 0 auto;
		width: 100%;
		border-radius: 1rem;
		margin-bottom:0.5rem
	}
	
	.left-right-content-block .tab-wrapper{
		margin-bottom:2rem;
		display: flex;
		flex-wrap: wrap;
	}
	
}


.left-right-content-block .tab:hover{
	background-color:var(--color-btn-hover);
}

.left-right-content-block .tab.active{
	background-color:var(--color-btn-hover);
	color:#ffffff;
}









.subscription-tab.tab-wrapper{
	border-radius: 1.1rem;
	margin-bottom:2rem;
	display: inline-block;
	display: inline-block;
	padding: 0.4rem;
	/* border: 1px solid var(--color-btn-link); */
	background-color: #2f2f2f;
}


.subscription-tab .tab{
	background-color:transparent;
	color:#ffffff;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	cursor:pointer;
	display: inline-block;
	font-family: var(--font-1);
}

.subscription-tab .tab:hover{
	background-color:var(--color-btn-hover);
}

.subscription-tab .tab.active{
	
	background-color:var(--color-btn-link);
	color:#ffffff;
}

.subscription-tab .tab:first-child{
	margin-right:0.1rem;
}
.subscription-tab .tab:nth-child(2){
	margin-left:0.1rem;
}


#cennik thead th .tab{
  font-weight: 400;
}

#cennik thead th .tab:first-child{
	margin-bottom:0.5rem;
}

.table-sticky .tab{
width: 100%;
}

.subscription-tab{
margin-bottom: 0 !important;
}

.artixen-protect .tab-content-2{
	display:none;
}



blockquote {
    position: relative;
    padding-left: 3rem;
    font-style: italic;
    font-size: 1.2rem;
    color: #333;
	margin: 2rem 0;
}

blockquote::before {
	content: '';
	background-image: url('img/icon-cytat.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	left: 0;
	display: block;
}


.table-of-contents ul{
	padding-left: 1rem;
}

.table-of-contents li{
	margin:0.6rem 0;
}


.menu-item > a[href="#"] {
    pointer-events: none;
    cursor: default;
}

.scrolling-element {
	top:0;
	position:sticky;
}

.table-of-contents{
background-color: #ededed;
  border-radius: 1.5rem;
  border: 1px solid #bbbbbb;
  padding:2rem;
}


.table-of-contents ul, .table-of-contents ul li:last-child{
	margin-bottom:0;
}


.txt-editor li{
	font-size: 1rem;
  line-height: 1.5;
	margin-bottom:0;
}


.txt-editor ol > li > ul{
	margin:1rem 0;
}