/*
Theme Name: Koduje Marzenia
Template: blocksy
Author: Mehelbangin
Description: 2024
Version: 2.0.1712426648
Updated: 2024-04-06 20:04:08

*/

/* BASIC STYLES */

@font-face {
    font-family: 'Neultica 4F Black';
    src: url('fonts/neultica/Neultica_4F-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Neultica 4F Black';
    src: url('fonts/neultica/Neultica_4F-Black_Italic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'TAN Aegean';
    src: url('fonts/tanaegean/TAN_-_AEGEAN.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Centaur MT Pro';
    src: url('fonts/centaur/CentaurMTPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Centaur MT Pro';
    src: url('fonts/centaur/CentaurMTPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Centaur MT Pro';
    src: url('fonts/centaur/CentaurMTPro-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}




@font-face {
    font-family: 'Crimson Pro';
    src: url('fonts/crimsonpro/CrimsonPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('fonts/crimsonpro/CrimsonPro-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('fonts/crimsonpro/CrimsonPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('fonts/crimsonpro/CrimsonPro-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('fonts/crimsonpro/CrimsonPro-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('fonts/crimsonpro/CrimsonPro-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Silk Serif';
    src: url('fonts/silkserif/silkseriflight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Ricordi';
    src: url('fonts/ricordi/TT_Ricordi_Nobili.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/* font-family: 'Neultica 4F Black', sans-serif;
font-family: 'TAN Aegean', serif;
font-family: 'Centaur MT Pro', serif; */



:root {
	--main: #f3ebde;
	--second: #2b2b2a;
	--gray:#575656;
	--hover: #e75f61;
	--border-radius:10px;
	--border: 0px solid var(--main);
	--shadow: 0px 1px 20px 0px rgb(0 0 0 / 10%);
	--section: #ffdede;
	--gradient:#181818 !important;
/* 	--txt: "Roboto", sans-serif; */
	--txt:"Sora", sans-serif;
/* 	--txtHeader: "Newsreader", serif; */
/* 	--txtHeader: "Spectral", serif; */
/* 	--txtHeader: 'Crimson Pro', serif; */
	--txtHeader:"Instrument Serif", serif;
/* 		"Abril Fatface", serif; */
}
*{
	box-sizing:border-box;
}
body{
	background:#0a0b0d !important;
	margin: 0;padding: 0;
	font-family: var(--txt);
}
@media screen and (max-width:992px){
	body{
		overflow-x:hidden;
	}
}
*:focus{outline: none !important;}
h1,h2,h3,h4,h5{
    margin: 0;padding: 0;
	font-family: var(--txtHeader);
	color:#fff;
}
h6 {
	 margin: 0;padding: 0;
	font-family: var(--txtHeader);
}
p{
	margin:0; padding:0;
	margin-bottom:8px;
	color:rgba(232,226,217,.6);
	font-weight:400;
}
p:last-child{
	margin-bottom: 0px;
}
a{
	text-decoration:none;
	font-family: var(--txt);
}
a:hover{
	text-decoration:none;
}
img{
	width:100%;
	height:auto;
}
h1{
	font-size:60px;
	font-weight:500;
	line-height:68px;
	text-transform:uppercase;
}
h2 {
	font-size:42px;
	line-height:52px;
}
h3 {
	line-height:38px;
}
h6{
	text-transform:uppercase;
	font-size:14px;
	color:#b2a08c;
	letter-spacing:2px;
	position:relative;
/* 	display:flex;
	align-items:center; */
	gap:10px;
}
/* h6::before {
	content:"";
	width:40px;
	background-color:var(--second);
	height:1px;
	display:inline-block;
} */
@media screen and (max-width:576px){
	h1{
		font-size:25px !important;
		line-height:34px;
	}
	h2 {
		font-size:29px;
		line-height:35px;
	}
	h3 {
		font-size:24px;
		line-height:30px;
	}
	h4 {
		font-size:23px;
		line-height:29px;
	}
	h5 {
		font-size:16px;
		line-height:24px;
	}
	h6{
		text-transform:uppercase;
		font-size:12px;
		letter-spacing:0px;
	}
	h6::before {
		width:24px;
	}
}
::selection{
	background-color:var(--second) !important;
	color:#fff;
}

/* BONUS CLASSES */

.bg-center{
	background-size:cover;
	background-position:center !important;
	background-repeat:no-repeat;
}
.position-relative{
	position:relative;
}
.txt-center{
	text-align:center;
}
.txt-center p {
	text-align: center;
}
.txt-white{
	color:#fff;
}
.txt-white p {
	color:#fff;
}
.txt-white h1 {
	color:#fff;
}
.txt-black{
	color: #000 !important;
}
.txt-black p {
	color: #000;
}
.txt-second {
	color:var(--second);
}
.txt-second p {
	color:var(--second);
}
.bg-color{
	background:var(--section);
}
.bg-gradient{
/* 	background: #fbfbfb; */
	background:#0a0b0d;
/* 	border-top:1px solid #d7d3d1;
	border-bottom:1px solid #d7d3d1; */
}
.bg-body {
	background:#eceaec !important;
}
.bg-white {
	background:#fff;
}
.bg-black {
	background:#000;
}
.margin-auto{
	margin-right: auto;
	margin-left: auto;
}

/* BUTTONS */

/* common btn */

.common-btn a {
	background:transparent;
	padding:10px 50px;
	border:2px solid var(--second);
	font-size:16px;
	cursor:pointer;
	color:var(--second);
	border-radius: 60px;
	display:inline-block;
	text-align:center;
	transition:all 0.4s ease-out;
	width:max-content;
	font-weight:300;
	font-family:var(--txtHeader);
}
@media screen and (min-width:992px){
	.common-btn a:hover{
		background:var(--second);
		color:#fff;
		border:2px solid var(--second);
	}
}
@media screen and (max-width:576px){
	.common-btn a{
		padding:15px 15px;
		font-size:16px;
	}
}

/* second btn */

.second-btn a {
	background:#e9ba68;
	padding:10px 50px;
/* 	border:2px solid #e9ba68; */
	font-size:16px;
	cursor:pointer;
	color:#000;
	border-radius:10px;
	display:inline-block;
	text-align:center;
	transition:all 0.4s ease-out;
	width:max-content;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:rgba(201, 161, 95, 0.28) 0px 6px 20px;
/* 	font-family:var(--txtHeader); */
}

.second-btn--iconPhone {
    width: 16px;
    min-width: 16px;
    margin-left: 7px;
    transition: transform 0.4s ease-out;
    transform: translate(0, 0); /* Startowa pozycja */
}
@media screen and (min-width:992px){
	.second-btn a:hover{
		background:#e9ba68;
		color:#000;
/* 		border:2px solid #e9ba68; */
		box-shadow:rgba(201, 161, 95, 0.28) 0px 6px 20px;
		transform:translate3d(0,-2px,0);
	}
	
	.second-btn a:hover .second-btn--iconPhone {
    	transform: translate(7px, 0px); /* Leci w górę i prawo */
	}
/* 	.second-btn a:hover .second-btn--iconPhone {
    	transform: translate(5px, 0px) rotate(45deg);
	} */
}
@media screen and (max-width:576px){
	.second-btn a{
		padding:15px 15px;
		font-size:16px;
	}
}






/* white btn */

.white-btn a {
	background:transparent;
	padding:10px 50px;
	border:2px solid #2b2b2a;
	font-size:16px;
	cursor:pointer;
	color:#2b2b2a;
	border-radius:0px;
	display:inline-block;
	text-align:center;
	transition:all 0.4s ease-out;
	width:max-content;
	font-weight:300;
	font-family:var(--txtHeader);
	
	display:flex;
	justify-content:center;
	align-items:center;
}
@media screen and (min-width:992px){
	.white-btn a:hover{
		background:#2b2b2a;
		color:#fff;
		border:2px solid #2b2b2a;
	}
	.white-btn a:hover .second-btn--iconPhone {
    	transform: translate(5px, -5px); /* Leci w górę i prawo */
	}
	.white-btn a:hover .second-btn--iconPhone {
    	transform: translate(5px, 0px) rotate(45deg);
		filter:invert(1);
	}
}
@media screen and (max-width:576px){
	.white-btn a{
		padding:15px 15px;
		font-size:16px;
	}
}

/* black btn */

.black-btn a {
	background:transparent;
	padding:10px 50px;
	border:2px solid #231f20;
	font-size:16px;
	cursor:pointer;
	color:#231f20;
	border-radius:60px;
	display:inline-block;
	text-align:center;
	transition:all 0.4s ease-out;
	width:max-content;
	font-weight:300;
	font-family:var(--txtHeader);
}
@media screen and (min-width:992px){
	.black-btn a:hover{
		background:#231f20;
		color:#fff;
		border:2px solid #231f20;
	}
}
@media screen and (max-width:576px){
	.black-btn a{
		padding:15px 15px;
		font-size:16px;
	}
}

@media screen and (min-width:1170px){
	.common-btn a {
		font-size:18px;
	}
	.second-btn a {
		font-size:18px;
	}
	.white-btn a {
		font-size:18px;
	}
	.black-btn a {
		font-size:18px;
	}
}

/* line btn */

.line-btn a {
	font-size:16px;
	cursor:pointer;
	color:#000;
	display:inline-block;
	text-align:center;
	transition:all 0.3s ease-out;
	width:max-content;
	font-weight:600;
	text-transform: uppercase;
	position: relative;
	font-family:var(--txtHeader);
}
.line-btn a::after {
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0px;
	background-color: #000;
	transition:all 0.3s ease-out;
}
@media screen and (min-width:992px){
	.line-btn a:hover{
		color:#000;
	}
	.line-btn a:hover::after{
		color:#000;
		width: 0%;
	}
}
/* @media screen and (max-width:576px){
	.line-btn a{
		font-size:14px;
	}
} */


.line-btn span {
	font-size:18px;
	cursor:pointer;
	color:#fff;
	display:inline-block;
	text-align:center;
	transition:all 0.3s ease-out;
	width:max-content;
	font-weight:400;
	text-transform: uppercase;
	position: relative;
	font-family:var(--txtHeader);
}
.line-btn span::after {
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0px;
	background-color: #fff;
	transition:all 0.3s ease-out;
}
@media screen and (min-width:992px){
	.line-btn span:hover{
		color:#fff;
	}
	.line-btn span:hover::after{
		color:#fff;
		width: 0%;
	}
}




/* CONTAINER */

.container{
	max-width:1500px !important;
	margin:0 auto;
	padding-left:20px !important;
	padding-right:20px !important;
}

/*--- FLEX ---*/

.display-flex{
	display:flex;
}
.display-block {
	display: block !important;
}
.flex-direction-column{
	flex-direction: column;
}
@media screen and (max-width:768px){
	.flex-direction-column-m{
		flex-direction: column;
	}
}
.align-items-center{
	align-items:center;
}
.align-items-end{
	align-items:end;
}
.align-items-start{
	align-items:start;
}
.justify-content-center{
	justify-content:center;
}
.justify-content-end{
	justify-content:end;
}
.justify-content-start{
	justify-content:start !important;
}
.justify-content-space-between{
	justify-content: space-between;
}

/*--- GRID ---*/

.grid {
	display:grid;
}

.grid-2 {
	display:grid;
	grid-template-columns: repeat(2,1fr);
}

.grid-3 {
	display:grid;
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-4 {
	display:grid;
	grid-template-columns: repeat(4,1fr);
}

.grid-5 {
	display:grid;
	grid-template-columns: repeat(5,1fr);
}

.grid-6 {
	display:grid;
	grid-template-columns: repeat(6,1fr);
}

.grid-3-2 {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
}

.grid-2-3 {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
}

.grid-1-2 {
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.grid-1-3 {
	display: grid;
	grid-template-columns: 1fr 3fr;
}

.grid-2-1 {
	display: grid;
	grid-template-columns: 2fr 1fr;
}
.grid-3-1{
	display: grid;
	grid-template-columns: 3fr 1fr;
}
.grid-1-2-1 {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
}

.grid-1-2-2 {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr;
}

.grid-2-1-1 {
	display: grid;
/* 	grid-template-columns: 2fr 1fr 1fr 1fr; */
	grid-template-columns: 50% 25% 25%;
}
.grid-1-1-2{
	display: grid;
	grid-template-columns:  1fr 1fr 1fr 2fr;
}

/* RESPONSIVE GRID */

@media screen and (max-width:1170px){
	.grid-1-xl {
/* 		grid-template-columns:1fr; */
		grid-template-columns:100%;
	}
	.grid-2-xl {
		grid-template-columns:repeat(2, 1fr);
	}
	.grid-3-xl {
		grid-template-columns:repeat(3, 1fr);
	}
	.grid-1-2-xl {
		grid-template-columns: 1fr 2fr;
	}
}
@media screen and (max-width:992px){
	.grid-1-l {
		grid-template-columns:1fr;
	}
	.grid-2-l {
		grid-template-columns:1fr 1fr;
	}
	.grid-3-l {
		grid-template-columns:repeat(3, 1fr);
	}
	.grid-1-2-l {
		grid-template-columns: 1fr 2fr;
	}
}
@media screen and (max-width:768px){
	.grid-1-m {
		grid-template-columns: 1fr;
	}
	.grid-2-m {
		grid-template-columns:1fr 1fr;
	}
	.grid-3-m {
		grid-template-columns:1fr 1fr 1fr;
	}
}
@media screen and (max-width:576px){
	.grid-1-s {
		grid-template-columns:1fr;
	}
	.grid-2-s {
		grid-template-columns:1fr 1fr;
	}
}

/* Z-INDEX */

.z-index-1{
	z-index: 1;
	position: relative;
}
.z-index-2{
	z-index: 2;
	position: relative;
}
.z-index-3{
	z-index: 3;
	position: relative;
}
.z-index-4{
	z-index: 4;
	position: relative;
}
.z-index-5{
	z-index: 5;
	position: relative;
}
.z-index-6{
	z-index: 6;
	position: relative;
}
.z-index-7{
	z-index: 7;
	position: relative;
}
.z-index-8{
	z-index: 8;
	position: relative;
}
.z-index-9{
	z-index: 9;
	position: relative;
}
.z-index-10{
	z-index: 10;
	position: relative;
}

/* Display none */

@media screen and (max-width:992px){
	.display-none-l{
		display: none !important;
	}
}
@media screen and (min-width:992px){
	.display-none-desktop{
		display: none !important;
	}
}


/* MARGINS - FULL */

.margin-1{
	margin:10px !important;
}.margin-2{
	margin:20px !important;
}
.margin-3{
	margin:30px !important;
}
.margin-4{
	margin:40px !important;
}
.margin-5{
	margin:50px !important;
}
.margin-6{
	margin:60px !important;
}
.margin-7{
	margin:70px !important;
}
.margin-8{
	margin:80px !important;
}
.margin-9{
	margin:90px !important;
}
.margin-10{
	margin:100px !important;
}
.margin-11{
	margin:110px !important;
}
.margin-12{
	margin:120px !important;
}
.margin-13{
	margin:130px !important;
}
.margin-14{
	margin:140px !important;
}
.margin-15{
	margin:150px !important;
}
.margin-16{
	margin:160px !important;
}
.margin-17{
	margin:170px !important;
}
.margin-18{
	margin:180px !important;
}
.margin-19{
	margin:190px !important;
}
.margin-20{
	margin:200px !important;
}
/* MARGIN TOP */
.margin-top-1{
	margin-top:10px !important;
}
.margin-top-2{
	margin-top:20px !important;
}
.margin-top-3{
	margin-top:30px !important;
}
.margin-top-4{
	margin-top:40px !important;
}
.margin-top-5{
	margin-top:50px !important;
}
.margin-top-6{
	margin-top:60px !important;
}
.margin-top-7{
	margin-top:70px !important;
}
.margin-top-8{
	margin-top:80px !important;
}
.margin-top-9{
	margin-top:90px !important;
}
.margin-top-10{
	margin-top:100px !important;
}
.margin-top-11{
	margin-top:110px !important;
}
.margin-top-12{
	margin-top:120px !important;
}
.margin-top-13{
	margin-top:130px !important;
}
.margin-top-14{
	margin-top:140px !important;
}
.margin-top-15{
	margin-top:150px !important;
}
.margin-top-16{
	margin-top:160px !important;
}
.margin-top-17{
	margin-top:170px !important;
}
.margin-top-18{
	margin-top:180px !important;
}
.margin-top-19{
	margin-top:190px !important;
}
.margin-top-20{
	margin-top:200px !important;
}

/* MARGIN BOTTOM */

.margin-bottom-1{
	margin-bottom:10px !important;
}
.margin-bottom-2{
	margin-bottom:20px !important;
}
.margin-bottom-3{
	margin-bottom:30px !important;
}
.margin-bottom-4{
	margin-bottom:40px !important;
}
.margin-bottom-5{
	margin-bottom:50px !important;
}
.margin-bottom-6{
	margin-bottom:60px !important;
}
.margin-bottom-7{
	margin-bottom:70px !important;
}
.margin-bottom-8{
	margin-bottom:80px !important;
}
.margin-bottom-9{
	margin-bottom:90px !important;
}
.margin-bottom-10{
	margin-bottom:100px !important;
}
.margin-bottom-11{
	margin-bottom:110px !important;
}

/* PADDING - FULL */

.padding-1{
	padding:10px !important;
}
.padding-2{
	padding:20px !important;
}
.padding-3{
	padding:30px !important;
}
.padding-4{
	padding:40px !important;
}
.padding-5{
	padding:50px !important;
}
.padding-6{
	padding:60px !important;
}
.padding-7{
	padding:70px !important;
}
.padding-8{
	padding:80px !important;
}
.padding-9{
	padding:90px !important;
}
.padding-10{
	padding:100px !important;
}
.padding-11{
	padding:110px !important;
}
.padding-12{
	padding:120px !important;
}
.padding-13{
	padding:130px !important;
}
.padding-14{
	padding:140px !important;
}
.padding-15{
	padding:150px !important;
}
.padding-16{
	padding:160px !important;
}
.padding-17{
	padding:170px !important;
}
.padding-18{
	padding:180px !important;
}
.padding-19{
	padding:190px !important;
}
.padding-20{
	padding:200px !important;
}

/* PADDING BOTTOM */

.padding-bottom-1{
	padding-bottom:10px !important;
}
.padding-bottom-2{
	padding-bottom:20px !important;
}
.padding-bottom-3{
	padding-bottom:30px !important;
}
.padding-bottom-4{
	padding-bottom:40px !important;
}
.padding-bottom-5{
	padding-bottom:50px !important;
}
.padding-bottom-6{
	padding-bottom:60px !important;
}
.padding-bottom-7{
	padding-bottom:70px !important;
}
.padding-bottom-8{
	padding-bottom:80px !important;
}
.padding-bottom-9{
	padding-bottom:90px !important;
}
.padding-bottom-10{
	padding-bottom:100px !important;
}
.padding-bottom-11{
	padding-bottom:110px !important;
}
.padding-bottom-12{
	padding-bottom:120px !important;
}

/* PADDING TOP */
.padding-top-0{
	padding-top:0px !important;
}
.padding-top-1{
	padding-top:10px !important;
}
.padding-top-2{
	padding-top:20px !important;
}
.padding-top-3{
	padding-top:30px !important;
}
.padding-top-4{
	padding-top:40px !important;
}
.padding-top-5{
	padding-top:50px !important;
}
.padding-top-6{
	padding-top:60px !important;
}
.padding-top-7{
	padding-top:120px;
}
.padding-top-8{
	padding-top:80px !important;
}
.padding-top-9{
	padding-top:90px !important;
}
.padding-top-10{
	padding-top:100px !important;
}
.padding-top-11{
	padding-top:110px !important;
}
.padding-top-12{
	padding-top:120px !important;
}

/* GAP */

.gap-1{
	gap:10px;
}
.gap-2{
	gap:20px;
}
.gap-3{
	gap:30px;
}
.gap-4{
	gap:40px;
}
.gap-5{
	gap:50px;
}
.gap-6{
	gap:60px;
}
.gap-7{
	gap:70px;
}
.gap-8{
	gap:80px;
}
.gap-9{
	gap:90px;
}
.gap-10{
	gap:100px;
}
.gap-11{
	gap:110px;
}
.gap-12{
	gap:120px;
}
.gap-13{
	gap:130px;
}
.gap-14{
	gap:140px;
}
.gap-15{
	gap:150px;
}
@media screen and (max-width:992px){
	.gap-0-l{
		gap:0px;
	}
	.gap-1-l{
		gap:10px;
	}
	.gap-2-l{
		gap:20px;
	}
	.gap-3-l{
		gap:30px;
	}
	.gap-4-l{
		gap:40px;
	}
	.gap-5-l{
		gap:50px;
	}
	.gap-6-l{
		gap:60px;
	}
	.gap-7-l{
		gap:70px;
	}
	.gap-8-l{
		gap:80px;
	}
	.gap-9-l{
		gap:90px;
	}
	.gap-8-l{
		gap:100px;
	}
}

/* WIDTH */
.width-40 {
	width:40%;
}



.width-50 {
	width:50%;
}

.width-60 {
	width:60% !important;
}

.width-65 {
	width:65%;
}

.width-70 {
	width:70%;
}

.width-80 {
	width:80%;
}

.width-90 {
	width:90%;
}

.width-100 {
	width:100%;
}

@media screen and (max-width:992px){
	.width-100-l {
		width:100% !important;
	}
}

@media screen and (max-width:768px){
	.width-100-m {
		width:100% !important;
	}
	.gap-0-m {
		gap:0px;
	}
}

@media screen and (max-width:576px){
	.width-100-s {
		width:100% !important;
	}
}

/* BLOCKSY  */

/* header */

#header{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	transition: background-color 0.4s ease-out;
	background:none;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background:rgba(18, 19, 22, 0.55);
	backdrop-filter:blur(22px);
	box-shadow:rgba(0, 0, 0, 0.35) 0px 10px 40px;
	
	border:1px solid rgba(255, 255, 255, 0.1);
	border-radius:10px;
	width:calc(100% - 40px) !important;
	margin:20px;
	
}
#header.bg-header{
/* 	background:#eceaec; */
/* 	background:rgba(35, 35, 28, 0.8); */
/* 	background:rgb(244 241 239 / 70%); */
	background:rgba(18, 19, 22, 0.55);
/* 	background:#31383d; */
/* 	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15); */
	border:1px solid rgba(255, 255, 255, 0.1);
/* 	-webkit-backdrop-filter:blur(30px);
	backdrop-filter:blur(30px); */
}
/* .page-id-972 #header {
	background:transparent;
}
.page-id-972 #header.bg-header{
	background:#fef9f3;
} */
/* .page-id-972 .ct-header .default-logo {
	filter:invert(1);
}
.page-id-972 .ct-header.bg-header .default-logo {
	filter:brightness(0);
} */
/* @media screen and (max-width:1000px) {
	#header {
		height:90px !important;
	}
} */





/* @media screen and (max-width:1000px){
	#header{
		padding:10px 0px;
	}
} */
@media screen and (min-width:1000px){
	/* .sub-menu{
		background-color: #000 !important;
	} */
	/* .sub-menu .ct-menu-link{
		color: #3a4f66;
	} */
}

/* margin for content */

.page-margin-top{
	margin-top:70px;
}
.page-id-972 .page-margin-top{
	margin-top:0px;
}
.page-id-8924 .page-margin-top{
	margin-top:0px;
}
/* .page-id-1711 .page-margin-top{
	margin-top:0px;
} */
/* .page-id-1709 .page-margin-top{
	margin-top:0px;
} */
/* .page-id-89 .page-margin-top{
	margin-top:0px;
} */
.bannerOne--noImgSection{
	margin-top:110px;
}
.page-id-5531 .page-margin-top{
	margin-top:0px;
}
.page-id-6004 .page-margin-top{
	margin-top:0px;
}
/* .page-id-6656 .page-margin-top{
	margin-top:0px;
} */
.page-id-8394 .page-margin-top{
	margin-top:0px;
}
.page-id-6658 .page-margin-top{
	margin-top:0px;
}
.page-id-6942 .page-margin-top{
	margin-top:0px;
}

.page-id-7931 .page-margin-top{
	margin-top:0px;
}


@media screen and (max-width:1000px){
	.page-margin-top{
		margin-top:76px;
	}
	.bannerOne--noImgSection{
		margin-top:76px;
	}
}

.page-margin-top--double{
	margin-top: 240px;
}

.page-margin-bottom{
	margin-bottom: 120px;
}

/* no margin for home page */

/* .home.page-template .page-margin-top{
	margin-top: 0px;
} */

/* default height screen none */

#main-container{
	min-height: auto !important;
}

/* zamowienie - sticky right div */

@media (min-width:1000px) {
	.ct-order-review{
		top: 140px !important;
	}
}

.entries.wp-block-blocksy-post-template.is-layout-flow.wp-block-post-template-is-layout-flow{
	display: none !important;
}

/* BLOCKSY - END */

/* !BLOCKS */
/* !BLOCKS */
/* !BLOCKS */

/* !img-content */

.imgContent__img{
	height:700px;
	width:100%;
	object-fit:cover;
/* 	border-radius:var(--border-radius); */
	border:var(--border);
}
@media screen and (max-width:576px){
	.imgContent__img {
		height:350px;
	}
}

/* !offer-one */

.offerOne__img{
	height:220px;
	width:100%;
	object-fit:cover;
	border-radius:var(--border-radius);
}
.offerOne__tile{
	padding: 30px 20px;
	background-color: #fff;
	border-radius:var(--border-radius);
}

/* !banner-one */

.bannerOne{
	display: flex;
	align-items: center;
	/* min-height: 90vh; */
/* 	min-height: calc(100vh - 120px); */
	padding-top: 180px;
	padding-bottom:30px;
/* 	margin-left:20px;
	margin-right:20px;
	border-radius:20px; */
}
@media screen and (max-width:576px){
	.bannerOne {
		padding-top: 150px;
		padding-bottom:30px;
	}
}
.bannerOne__gradient{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: visible;
	background: linear-gradient(90deg, #2b2b2a 0.58%, #2b2b2a 99.91%);
	-webkit-mask: linear-gradient(160deg, #2b2b2a 5%, transparent 100%);
	border-radius:0px;
}
@media screen and (max-width:768px){
	.bannerOneImg__h6{
		font-size:16px !important;
		letter-spacing:2px !important;
	}
}

/* !about-numbers */

.aboutNumbers__img{
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.aboutNumbers__teil{
	padding: 20px;
	border-top: 2px solid var(--main);
	border-bottom: 2px solid var(--main);
}

/* !img-faq */

.imgFaq__img{
	height: 550px;
	width: 100%;
	object-fit: cover;
	border-radius: var(--border-radius);
	border: var(--border);
}
.imgFaq__box{
	position: relative;
	padding:25px 20px;
	cursor: pointer;
	border-radius: 0px;
	border-bottom:1px solid #d7d3d1 !important;
	margin-bottom:0px;
	border-radius:0px;
	transition: all 0.4s ease-out;
}
/* @media screen and (min-width:992px){
	.imgFaq__box:hover {
		background:#e7e0d9;
	}
} */
@media screen and (max-width:992px){
	.imgFaq__box {
		padding:16px 10px;
	}
}
.faqSticky__icon{
	width:30px;
/* 	filter:invert(1); */
}
.imgFaq__answer p{
	margin-top: 24px;
	color:#696969;
}	
.imgFaq__answer{
	max-height:0px;
	overflow:hidden;
	transition: max-height 0.4s ease-out;
}
.imgFaq__title{
	margin-bottom: 0px !important;
	font-family:var(--txtHeader);
}
.imgFaq__box.active .imgFaq__answer{
	max-height:1000px;
}

/* .imgFaq__box:first-child{
	padding-top: 0px !important;
} */
.imgFaq__box:last-child{
	margin-bottom:0px !important;
}
.imgFaq__icon{
	width:25px;
	height:25px;
	position:absolute;
	border-radius:50%;
	right:0;
	top:50%;
	transition: all 0.4s ease-out;
	transform: translate(0%, -50%);
	filter:invert(0);
}
.imgFaq__box.active .imgFaq__icon{
	transform: translate(0%, -50%) rotate(180deg);
}
@media screen and (max-width:768px){
	.imgFaq__img{
		height:350px;
	}
}
@media screen and (min-width:992px) {
	.min-height-container {
		min-height:500px;
		display:flex;
		align-items:center;
	}
}

/* !img-full */

.imgFull__img{
/* 	height:440px; */
	object-fit:cover;
	width:100%;
	border-radius:0px;
}

/* !img-benefits-list */

.imgBenefitsList__img{
	height: 550px;
	object-fit: cover;
	width: 100%;
	border-radius: var(--border-radius);
	border: var(--border);
}

.imgBenefitsList__box{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	gap: 15px;
	color:#fff;
	font-size:15px;
	
}
@media screen and (max-width:576px){
	.imgBenefitsList__box {
		font-size:14px;
		margin-bottom:8px;
		gap:8px;
	}
}
.imgContentAbout .imgBenefitsList__box{
	font-style:italic;
}


.imgBenefitsList__box::before{
	content: "";
	display: inline-block;
	min-width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2025/01/check.png);
	background-size: cover;
	filter:invert(1);
}

.imgBenefitsList__allBoxes .imgBenefitsList__box:last-child{
	margin-bottom: 0px;
}
@media screen and (max-width:768px){
	.imgBenefitsList__img{
		height:350px;
	}
}

/* !video-banner */

.videoBanner{
  	display: flex;
   	align-items: center;
   	justify-content: center;
   	z-index: 0;
   	/* min-height:100vh; */
	min-height: calc(100vh);
	padding-top:200px;
   	padding-bottom:100px;
}
@media screen and (max-width:576px) {
	.videoBanner {
		min-height: auto;
		padding-top:200px;
   		padding-bottom:130px;
	}
}
.videoBanner video{
   height: 100%;
   width: 100%;
   bottom: 0;
   right: 0;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
   z-index: -1;
}
.videoBanner__overlayMain{
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background:linear-gradient(90deg, #000 0.58%, #000 99.91%);
	-webkit-mask: linear-gradient(360deg, #000 5%, transparent 100%);
	overflow:visible;
}
.videoBanner__overlayCircle{
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background:linear-gradient(90deg, var(--main) 0%, rgba(0, 64, 119, 0.2) 100%);
	-webkit-mask: radial-gradient(circle at 0% -20%, var(--main) 0%, transparent 45%);
}

/* !benefits-sticky */


.benefitsSticky__box{
	background-color: #fff;
	padding: 30px 20px;
/* 	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1); */
	border:1px solid #373737;
	margin-bottom: 20px;
	border-radius: var(--border-radius);
}
.benefitsSticky__allBoxes .benefitsSticky__box:last-child{
	margin-bottom: 0px;
}
.benefitsSticky__icon{
	width: 80px;
}
@media screen and (min-width:992px){
	.benefitsSticky__stickyDiv{
		position: sticky;
		top: 150px;
	}
}

/* !slider-right-overflow */

.swiper-slide{
	text-align: left;
	font-size: 20px;
	/* width: auto !important; */
	width: 450px !important;
	height: auto !important;
/* 	margin-right: 20px !important; */
	cursor: pointer;
/* 	background-color: var(--second); */
	transition: all 0.3s ease-out;
	border-radius: var(--border-radius);
}


.swiper-slide__img {
	width: 400px;
	height: 350px;
	object-fit: contain;
	border-radius: var(--border-radius);
}
.swpier-slider__descBox{
	padding: 0px 20px 20px 20px;
}
.swpier-slider__img__gradient{
	position: absolute;
	top: 0px;
	bottom: -1px;
	right: 0px;
	left: 0px;
	/* background: linear-gradient(0deg, var(--main) 0%, rgba(12, 0, 161, 0) 60%); */
	background: linear-gradient(180deg, transparent 0%, var(--second) 100%) !important;
	transition: all 0.3s ease-out;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#67382a !important;
}
.swiper-pagination-progressbar {
	background:#dbdbdb !important;
}

/* arrows swiper */

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content: "";
	display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content: "";
	display: none;
}
/* .swiper-button-prev.swiper-button-disabled{
	opacity: 0 !important;
} */
.swiper-button-next {
	width: 60px !important;
	right: 15px !important;
}
.swiper-button-prev{
	width: 60px !important;
}

/* progress bar swiper */

.swiper-pagination {
    width: 100%; /* Szerokość paginacji równa szerokości slidera */
    height: 5px; /* Wysokość paska */
}

.swiper-pagination-progressbar {
    background-color: #007bff; /* Kolor paska postępu */
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
	top: unset !important;
	bottom: -44px;
	width: 40% !important;
	left: 50% !important;
	transform: translateX(-50%);
}

@media screen and (max-width:768px){
	.swiper-slide{
		width: 300px !important;
	}
	.swiper-slide__img{
		width: 300px !important;
		height: 280px !important;
	}
	.swpier-slider__descBox{
		height: calc(100% - 280px);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	/* arrows */
	.swiper-button-next{
		right: -20px !important;
		width: 50px !important;
	}
	.swiper-button-prev{
		left: -20px !important;
		width: 50px !important;
	}
}

/* !four-img-banner */

.fourImgBanner__img{
	width: 100%;
	object-fit: cover;
	border-radius:var(--border-radius);
}
/* .fourImgBanner__img--1{
	height: 400px;
}
.fourImgBanner__img--4{
	height: 400px;
} */
.fourImgBanner__img--2{
/* 	height: 350px; */
	margin-top: 100px;
}
.fourImgBanner__img--3{
/* 	height: 350px; */
	margin-top: 30px;
}
@media screen and (max-width:992px){
	.fourImgBanner__img--3{
		margin-top: -50px;
	}
}
@media screen and (max-width:576px){
	.fourImgBanner__img--1{
		height: 260px;
	}
	.fourImgBanner__img--2{
		height: 210px;
	}
	.fourImgBanner__img--3{
		height: 210px;
	}
	.fourImgBanner__img--4{
		height: 260px;
	}
}

/* !entry-three */

.blog-box{
	padding:24px;
	border:var(--border);
	border-radius:var(--border-radius);
/* 	box-shadow: var(--shadow); */
	background-color: #000;
	border:1px solid #373737;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	transition:transform 0.3s ease-out;
}
.simple-button-anchor{
	color:#fff;
	display:flex;
	align-items:center;
	letter-spacing:2px;
	font-family:var(--txtHeader);
}
.simple-button-anchor img {
	width:20px;
	margin-left:10px;
	transition:all 0.3s ease-out;
	filter:invert(1);
}
.blog-box-anchor{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:var(--border-radius);
}
.blog-box__header{
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-box__thumbnail{
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: var(--border-radius);
}

@media screen and (max-width:992px){
	.entryThree__btnBox{
		display: none;
	}
}
@media screen and (min-width:992px){
	.entryThree__btnBox{
		display: flex;
		flex-direction: column;
		align-items: end;
		justify-content: center;
	}
	.entryThree__mobileBtnBox{
		display: none;
	}
}
@media screen and (min-width:992px){
	.blog-box:hover .simple-button-anchor img{
		margin-left:24px;
	}
	.blog-box:hover {
		transform:scale(0.96);
	}
}

/* !entry-two */

.blog-box__thumbnail--bigger{
	min-height: 300px;
}

/* !entry-all */

/* .entryAll{
	margin-top:-80px;
} */
/* @media screen and (min-width:992px){
	.entryAll{
		margin-top:-100px;
	}
} */

.infoContact {
	/* margin-top:-80px; */
	position:relative;
	z-index:1;
}

/* !products-list-recent */

.productsList__teil{
	padding: 24px;
	border-radius: var(--border-radius);
	border: var(--border);
	box-shadow: var(--shadow);
	background:#fff;
}

.productsList__thumbnail{
	height: 450px;
	width: 100%;
	object-fit: cover;
}

.productsList__thumbnailBox--anchor{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

/* !banner-slider */

.bannerSlider{
	display: flex !important;
	align-items: center;
	/* min-height: 90vh; */
/* 	min-height: calc(100vh - 50px) !important; */
	padding-top: 190px;
	padding-bottom:90px;
/* 	margin-top:86px;
	border-radius:10px;
	margin-left:40px;
	margin-right:40px; */
}
.bannerSlider__gradient{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: visible;
/* 	background: linear-gradient(90deg, #000 0.58%, #000 99.91%); */
	background:linear-gradient(180deg, #11110e 0.58%, #000 99.91%);
/* 	-webkit-mask: linear-gradient(120deg, #000 5%, transparent 100%); */
	-webkit-mask: linear-gradient(180deg, #000 5%, transparent 100%);
	border-radius:0px;
}
@media screen and (max-width:992px){
	.bannerSlider {
		min-height:auto !important;
			padding-bottom: 130px;
		padding-top: 200px;
/* 		margin-left:10px;
		margin-right:10px; */
	} 
}
/* @media screen and (max-width:1000px){
	.bannerSlider{
		margin-top:76px;
	}
} */

/* !gallery-five */

.galleryFive__imgBig{
	width: 100%;
	object-fit: cover;
	height: 500px;
	border-radius: var(--border-radius);
	border: var(--border);
}
.galleryFive__imgSmall{
	width: 100%;
	object-fit: cover;
	height: 245px;
	border-radius: var(--border-radius);
	border: var(--border);
}

@media screen and (min-width:992px){
	.galleryFive__boxBtn{
		display: flex;
		align-items: center;
		justify-content: end;
	}
	.no-display-desktop{
		display:none;
	}
}
@media screen and (max-width:992px){
	.galleryFive__boxBtn{
		display: none;
	}
}
@media screen and (max-width:576px){
	.galleryFive__imgBig{
		height: 320px;
	}
	.galleryFive__imgSmall{
		height: 170px;
	}
}

/* !products-categories */

.swpier-slide__anchor{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-radius: var(--border-radius);
}
.swpier-slider-icon{
	width: 30px;
	filter:brightness(0);
}
.swpier-slider-headerArrow{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.swiper-button-next img {
	border-radius:0px;
}
.swiper-button-prev img {
	border-radius:0px;
}
@media screen and (min-width:992px){
	.btn-right-desktop{
		display: flex;
		flex-direction: column;
		align-items: end;
		justify-content: center;
	}
}

/* !banner-one-img */

.bannerOneImg__absoluteImg{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 48%;
	right: 0px;
}
.bannerOneImg__imgRight{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px 0px 0px 10px;
}
.bannerOneImg__imgMobile{
	height: 550px;
	object-fit: cover;
	width: 100%;
	border-radius: 10px;
}
@media screen and (max-width:992px){
	.bannerOneImg__content{
		padding-top: 70px;
	}
	.bannerOneImg__imgMobile {
		height:400px;
	}
}
@media screen and (min-width:992px){
	.bannerOneImg__content{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/* !benefits-boxes */

/* .benefitsBoxes__h4 {
	font-size:20px !important;
	line-height:26px !important;
} */

.benefitsBoxes__icon{
	width: auto;
	height: 55px;
	object-fit: contain;
	background:#fff;
	padding:5px;
	border-radius:0px;
}
.benefitsBoxes__box{
	padding: 20px;
	border-radius: var(--border-radius);
	border:1px solid rgba(255,255,255,.07);
	background:linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4)) !important;
}
/* .benefitsBoxes{
	margin-top: -40px;
} */
@media screen and (max-width:992px){
/* 	.benefitsBoxes__mobilePadding{
		padding: 0px 20px;
	} */
/* 	.benefitsBoxes__h4 {
		font-size:17px !important;
		line-height:23px !important;
	} */
}

/* !two-img-content */

.twoImgContent__img{
	height: 450px;
	object-fit: cover;
	width: 100%;
	border-radius: var(--border-radius);
	border: var(--border);
}
@media screen and (max-width:992px){
	.twoImgContent__img{
		height: 280px;
	}
}

/* !info-form */

.infoForm__content{
	padding: 30px;
	border-radius: var(--border-radius);
	border: var(--border);
}
.infoForm__formBox{
	padding: 40px;
	border:1px solid #d7d3d1;
	border-radius:10px;
}
@media screen and (max-width:576px) {
	.infoForm__formBox {
		padding:20px;
	}
}
.contactInfo__phone{
	display: flex;
	align-items: center;
	gap: 16px;
	background:#23231c;
	padding:15px;
	border-radius:20px;
}
.contactInfo__phone::before{
	content: "";
	display: inline-block;
	min-width: 30px;
	height: 30px;
	background-image: url(/wp-content/uploads/2025/08/phone-receiver-silhouette.png);
	background-size: cover;
	filter:invert(1);
}
.contactInfo__email {
	display: flex;
	align-items: center;
	gap: 16px;
	background:#23231c;
	padding:15px;
	border-radius:20px;
}
.contactInfo__email::before{
	content: "";
	display: inline-block;
	min-width: 30px;
	height: 30px;
	background-image: url(/wp-content/uploads/2025/08/email.png);
	background-size: cover;
	filter:invert(1);
}
.contactInfo__adres{
	display: flex;
	align-items: center;
	gap: 16px;
	background:#23231c;
	padding:15px;
	border-radius:20px;
}
.contactInfo__adres::before{
	content: "";
	display: inline-block;
	min-width: 30px;
	height: 30px;
	background-image: url(/wp-content/uploads/2025/08/location-pin.png);
	background-size: cover;
	filter:invert(1);
}
.contactInfo__social {
	display: flex;
	align-items: center;
	gap: 16px;
	background:#23231c;
	padding:15px;
	border-radius:20px;
}
.contactInfo__firstcontact{
	display: flex;
	gap: 20px;
	align-items:center;
}
.contactInfo__firstcontact::before{
	content: "";
	display: inline-block;
	min-width: 50px;
	height: 50px;
	background-image: url(/wp-content/uploads/2024/10/one.png);
	background-size: cover;
	
}
.contactInfo__secondcontact{
	display: flex;
	gap: 20px;
	align-items:center;
	justify-content:center;
}
.contactInfo__secondcontact::before{
	content: "";
	display: inline-block;
	min-width: 50px;
	height: 50px;
	background-image: url(/wp-content/uploads/2024/10/two.png);
	background-size: cover;
	
	display:none;
}

.contactInfo__thirdcontact{
	display: flex;
	gap: 20px;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.contactInfo__thirdcontact::before{
	content: "";
	display: inline-block;
	min-width: 50px;
	height: 50px;
	background-image: url(/wp-content/uploads/2025/02/circle-2-2-1.png);
	background-size: cover;
	
	display:none;
}

/* @media screen and (max-width:768px){
	.contactInfo__firstcontact{
		align-items:start;
		flex-direction:column;
	}
	.contactInfo__secondcontact {
		align-items:start;
		flex-direction:column;
	}
	.contactInfo__thirdcontact{
		align-items:start;
		flex-direction:column;
	}
} */

.contactInfo__facebook{
	display: flex;
	align-items: center;
	gap: 16px;
}
.contactInfo__facebook::before{
	content: "";
	display: inline-block;
	min-width: 30px;
	height: 30px;
	background-image: url(/wp-content/uploads/2024/05/facebook.png);
	background-size: cover;
}


.contactInfo__instagram{
	display: flex;
	align-items: center;
	gap: 16px;
}
.contactInfo__instagram::before{
	content: "";
	display: inline-block;
	min-width: 30px;
	height: 30px;
	background-image: url(/wp-content/uploads/2024/05/instagram.png);
	background-size: cover;
}



@media screen and (min-width:992px){
	.infoForm__content{
		position: sticky;
		top: 180px;
	}
	.contactInfo__phone a:hover {
		opacity: 0.7;
		color: #000;
	}
	.contactInfo__email a:hover{
		opacity: 0.7;
		color: #000;
	}
	.contactInfo__facebook a:hover {
		opacity: 0.7;
		color: #000;
	}
	.contactInfo__instagram a:hover{
		opacity: 0.7;
		color: #000;
	}
}

/**//**//**//**//**//**/
/* CONTACT SECTION */
/**//**//**//**//**//**/

/* Styl dla inputów tekstowych - półprzezroczyste tło na bazie koloru #788278 */
input[type=text], input[type=email], input[type=number], input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 30px 25px;
    border: 2px solid #788278;
    border-radius: 10px !important;
    
    font-size: 16px;
    color: #2b2b2a !important;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus {
    outline: none;
/*     background: #fff !important;
    border: 2px solid #788278; */
    color: #fff !important;
}

/* Form main dodatkowe nadpisania */
.formMain input[type=text], .formMain input[type=email], .formMain input[type=number], .formMain input[type=tel] {
    border: 1px solid rgb(201,161,95);
    color: #fff !important;
}
.formMain input[type=text]:focus, .formMain input[type=email]:focus, .formMain input[type=number]:focus, .formMain input[type=tel]:focus {
    border: 1px solid rgb(201,161,95);
    color: #fff !important;
}

.contact-box {
    padding: 40px;
    background: #234a48;
    box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 10%);
}
@media screen and (max-width:576px) {
    .contact-box {
        padding: 40px 20px;
    }
}

/* Powiadomienia WPCF7 */
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    padding: 15px;
    border-color: #ff2727;
    color: #fff;
    font-size: 12px;
}
@media screen and (min-width:992px) {
    .wpcf7 form.invalid .wpcf7-response-output, 
    .wpcf7 form.unaccepted .wpcf7-response-output, 
    .wpcf7 form.payment-required .wpcf7-response-output {
        font-size: 16px;
    }
}

.txt-area {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #cccccc;
    border-radius: var(--border-radius);
    resize: none;
    height: 90px;
    margin-bottom: 20px;
    background: #fff;
    font-size: 16px;
    color: #2b2b2a;
}
.txt-area:focus {
    outline: none;
    background: #fff;
    border: 1px solid #788278;
    color: #2b2b2a !important;
}

.wpcf7 .wpcf7-submit {
    float: none !important;
}

/* PRZYCISK - CONTACT FORM */
input[type=submit] {
    all: unset;
    background: #e9ba68;
    border-radius: var(--border-radius);
    padding: 15px 40px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    margin-top: 20px !important;
    transition: all 0.4s !important;
/*     letter-spacing: 1px !important; */
    position: relative !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    z-index: 1 !important;
    color: #000 !important;
    display: inline-flex !important;
/*     font-family: var(--txtHeader); */
}
@media screen and (min-width:992px) {
    input[type=submit]:hover {
        background: #e9ba68;
        color:#000 !important;
    }
}

.wpcf7-not-valid-tip {
    color: #ff4d4d;
    font-size: 10px;
    padding-left: 20px;
    margin-top: 7px;
}
@media screen and (min-width:768px) {
    .wpcf7-not-valid-tip {
        font-size: 13px;
    }
}

/* NOWE STYLOWANIE KAFELKÓW ORAZ CHECKBOXY */
.form-custom-box {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    border:1px solid rgb(201,161,95);
}

/* Kontener pojedynczego elementu checkbox w CF7 */
.wpcf7-list-item {
    display: inline-block;
    margin: 5px 10px 5px 0 !important;
}

/* Cały kafelek opcji (etykieta + input) */
.wpcf7-list-item label {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255,255,255,.03) !important; /* Domyślnie białe tło */
    border: 1px solid rgba(255,255,255,.1) !important; /* Szary border */
    padding: 10px 20px !important;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Tekst wewnątrz opcji */
span .wpcf7-list-item-label {
    font-size: 14px;
    color: #fff;
}

/* Wygląd małego kwadracika checkboxa */
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
/*     background-color: #fff; */
    border: 2px solid rgba(255,255,255,.18);
    width: 18px !important;
	min-width: 18px !important;
    height: 18px !important;
    margin: 0 10px 0 0 !important;
    display: grid;
    place-content: center;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    transition: all 0.2s ease;
}

/* Wnętrze zaznaczonego małego checkboxa (ptaszek/kropka) */
input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
/*     background-color: #ffffff; */
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

/* EFEKT PO ZAZNACZENIU KAFELKA: tło zmienia się na #788278 z 0.5 opacity oraz border na #788278 */
.wpcf7-list-item label:has(input[type="checkbox"]:checked) {
    background: rgba(201,161,95,.12) !important;
    border-color: rgb(201,161,95) !important;
}

/* Mały kwadracik wewnątrz zaznaczonego kafelka też dostosowuje kolor */
.wpcf7-list-item label:has(input[type="checkbox"]:checked) input[type="checkbox"] {
    background-color: rgb(201,161,95);
    border-color: rgb(201,161,95);
}

/* Ogólne ustawienia dla placeholderów */
::placeholder {
    color: rgba(43, 43, 42, 0.4) !important;
}

#wpadminbar #adminbarsearch .adminbar-button {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.wpcf7 label:not(.wpcf7-form-control-wrap) {
    display: flex !important;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed !important;
    background: #a09fa5 !important;
    color: #7c7983 !important;
    opacity: 1 !important;
}
/* end contact */



/* !products-list-slider */

.productsList__teil.swiper-slide{
	background-color: #fff !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.productsListSlider__thumbnail{
	height: 260px;
	width: 100%;
	object-fit: contain;
	background:#fff;
	border-radius: var(--border-radius);
}

/* !contact-info-banner */

.contactInfoBanner__content{
	padding: 30px;
	border-radius: var(--border-radius);
	background:#fff;
}
.contactInfoBanner__imgMobile{
	height: 350px;
	object-fit: cover;
	width: 100%;
	border-radius: var(--border-radius);
}
.contactInfoBanner__absoluteImg{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 70%;
	right: 0px;
}
.contactInfoBanner__imgRight{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width:992px){
	.contactInfoBanner{
		padding-top: 70px;
	}
}
@media screen and (min-width:992px){
	.contactInfoBanner__content{
		margin-top: 120px;
		margin-bottom: 120px;
	}
}

/* !form-center */


.formCenter__gridBox{
/* 	margin-top: -80px; */
	z-index: 1;
	position: relative;
/* 	padding-left: 20px;
	padding-right: 20px; */
}

@media screen and (min-width:992px){
	.formCenter__gridBox{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
/* 		margin-top: -50px; */
		z-index: 1;
		position: relative;
	}
}

/* !cta-full-box */

/* .ctaFullBox__content{
	padding: 30px;
	background-color: #fff;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow);
} */
.ctaFullBox__gradient{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, #0f0e0e 30%, transparent);
	border-radius:0px;
}
@media screen and (max-width:768px){
	.ctaFullBox__gradient {
		background: linear-gradient(90deg, #0f0e0e 24%, transparent);
	}
}

/* !place-map */

.placeMap__content{
	padding: 20px;
	border-radius: var(--border-radius);
	background:#23231c !important;
}
@media screen and (min-width:1170px){
	.placeMap__content{
		position:sticky;
		top:150px;
	}
}
.placeMap__icon{
	width: 35px;
	min-width:35px;
	height: 35px;
	filter:invert(1);
}
.contact-map{
	filter:grayscale(100%);
}
.contact-map iframe{
	width: 100% !important;
    min-height: 500px;
    height: 100%;
	border-radius: 0px;
}
@media screen and (max-width:768px){
	.contact-map iframe{
		min-height: 350px;
	}
}

/* !img-content-slider */

.imgContentSlider__desc p {
	font-size:16px !important;
}


.swiper-slide__contentOffer{
	width: 100%;
}

.swiper-main{
	overflow-y: hidden;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}


.swiper-slide-imgContentSlider{
	width: 100% !important;
	margin-right: 0px !important;
}
.swiper-slide__imgContentSlider{
	height: 500px;
	object-fit: cover;
	width: 100%;
	border-radius:var(--border-radius);
}

.swiper-button-next--offer{
	right: 20px !important;
	bottom: -70px !important;
	top: unset !important;
}
.swiper-button-prev--offer{
	right: 100px !important;
	left: unset !important;
	bottom: -70px !important;
	top: unset !important;
}
.swiper-button-prev--offer.swiper-button-disabled{
	opacity: 0.35 !important;
}
.imgContentSlider__contentBox{
	padding:20px 20px 20px 0px;
}
@media screen and (max-width:992px){
	.swiper-button-next--offer{
		right: 0px !important;
		bottom: 50% !important;
		top: unset !important;
		transform:translateY(-50%) !important;
	}
	.swiper-button-prev--offer.swiper-button-disabled{
		opacity: 0 !important;
	}
	.swiper-button-prev--offer{
		left: 0px !important;
		bottom: 50% !important;
		transform:translateY(-50%) !important;
		top: unset !important;
	}
	.imgContentSlider__contentBox{
		padding:20px !important;
	}
}
@media screen and (max-width:768px){
	.swiper-slide__imgContentSlider{
		height:300px;
	}
}

/* !entry-content */

/* .entryContent__stickyBox{
	padding: 20px;
	border-radius: var(--border-radius);
	background:var(--second) !important;
} */
.entryContent__img{
	height:500px;
	object-fit:cover;
	width:100%;
	border-radius: var(--border-radius);
}
.entryContent__mainDesc h2 {
	margin-bottom:10px;
	margin-top:30px;
}
.entryContent__lineSeparator{
	height:1px;
	width:100%;
	background-color:#373737;
}
@media screen and (min-width:992px){
	.entryContent__stickyBox{
		position:sticky;
		top:190px;
	}
}
@media screen and (max-width:768px){
	.entryContent__img{
		height:350px;
	}
}

/* widget - Price Filter WooCommerce */

.priceFilter__box input[type="checkbox"]{
	border: 0.15em solid var(--main);
}
.priceFilter__box input[type="checkbox"]::before{
	background-color: var(--main);
}
.ct-sidebar .ct-widget:not(:last-child){
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--main);
}

/* WOOCOMMERCE */

/* overall */

/* custom thumbnail */

.related figure {
	display:none !important;
}
.header__taxProduct.container figure {
	display:none !important;
}
.custom-product-thumbnail {
	width:100%;
	background:#fff;
	padding:20px;
	border-radius:var(--border-radius);
}
.custom-product-thumbnail img {
	height:300px;
	object-fit:contain;
	width:100%;
}

/* make it grid */

/* basic */

header .ct-cart-content{
	display: none !important;
}

/* MAIN SHOP PAGE */

.headerBox__mainShop{
	margin-top: 190px;
}
.singleCategory__box{
	width: 100% !important;
	background-color: var(--second);
	border-radius: var(--border-radius);
	transition: all 0.3s ease-out;
}
.singleCategory__box .swiper-slide__img{
	width: 100% !important;
}
@media screen and (min-width:992px){
	.singleCategory__box:hover{
		transform: scale(0.95);
	}
}

/* TAXONOMY PRODCUT PAGE */

.header__taxProduct{
	margin-top: 190px;
	margin-bottom: 70px;
}
.tax-product_cat .wp-post-image{
	aspect-ratio: auto !important;
	height: 260px;
	width: 100%;
	object-fit: contain;
}

/* widget woocommerce */

.tax-product_cat .ct-container aside.ct-hidden-sm{
	display: block !important;
}
.tax-product_cat .ct-container aside.ct-hidden-sm .ct-sidebar{
	background-color: #fff;
	padding: 20px;
	position: sticky;
	top: 150px;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow);
}
.tax-product_cat .ct-container aside.ct-hidden-sm .ct-sidebar .widget-title{
	margin-bottom: 15px;
}
.productCatList__ul li a.active {
	color: var(--main);
	font-weight: 700;
}

/* SINGLE PRODUCT PAGE */

.single-product .woocommerce-tabs.wc-tabs-wrapper{
	display:none;
}

.single-product .ct-container-full{
	margin-top: 190px;
	margin-bottom: 70px;
}
.hero-section{
	margin-bottom: 20px !important;
}
.single-product .wp-post-image {
	height: 600px;
	object-fit: contain;
	width: 100%;
	background:#fff;
}
.single-product .related .wp-post-image{
	height: 300px;
	object-fit: contain;
	width: 100%;
}
.single-product input[type=number]{
	border: 2px solid var(--main) !important;
	color: #000 !important;
}
.single-product .product_title.entry-title {
	font-size: 30px !important;
	line-height:38px !important;
}
.single-product div.woocommerce-product-gallery{
	margin-bottom: 0px !important;
}
.reviewsSingleProduct__box{
	display: flex;
	gap: 10px;
	align-items: center;
}
.lastSingleProduct__box{
	display: flex;
	gap: 10px;
	align-items: center;
}
.last__txtBox{
	font-weight: 600;
}
.descProduct__img{
	height: 500px;
	width: 100%;
	object-fit: contain;
	background:#fff;
	border-radius: var(--border-radius);
	border: var(--border);
}
.related{
	display: block !important;
}
.related__header{
	font-size: 32px !important;
}

.descProduct__desc ul {
	list-style: none;
	padding-left: 0px;
}
.descProduct__desc ul li {
	background-image: url(/wp-content/uploads/2024/05/checked.png);
	background-position: left top 3px;
	background-repeat: no-repeat;
	background-size: 21px;
	padding: 0 0 0 30px;
	margin: 10px 0px;
}

/* reviews slider */

.slide__reviewsProduct {
	padding: 30px;
	border-radius: var(--border-radius);
	
	font-size: 16px;
/* 	background-color: #faf7f7 !important; */
/* 	border:1px solid var(--second); */
	display:flex !important;
	flex-direction:column;
	justify-content:space-between;
}
@media screen and (max-width:576px){
	.slide__reviewsProduct {
		padding:30px;
	}
}

/* counter */

#counter-date{
	display: none;
}
.counter__item{
	border: 2px solid var(--main);
	padding: 2px 14px;
	border-radius: var(--border-radius);
}
.counter__section{
	display: flex;
	gap: 20px;
	text-align: center;
}
.time__item{
	font-weight: 800;
	color:#000 !important;
}
.counter__header{
	color: #000;
	font-weight: 700;
}

@media screen and (max-width:768px){
	.single-product .wp-post-image{
		height:320px !important;
	}
	.descProduct__img{
		height: 320px !important;
	}
	.related [data-products], .upsells [data-products]{
		--shop-columns:repeat(1, minmax(0, 1fr)) !important;
	}
}
@media screen and (max-width:1000px){
	.single-product div.woocommerce-product-gallery{
		margin-bottom: 24px !important;
	}
}
@media screen and (min-width:992px){
	.second-order-img{
		order: 2 !important;
	}
}
@media (min-width:1000px){
	.ct-default-gallery .product-entry-wrapper{
		display: grid !important;
		grid-template-columns: repeat(2,1fr);
		gap: 32px;
	}
	.ct-default-gallery .entry-summary{
		width: 100% !important;
		margin-inline-start: 0px !important;
	}
	.ct-default-gallery .woocommerce-product-gallery{
		width: 100% !important;
	}
	.single-product .sticky-summary .entry-summary{
		position: static;
	}
}
@media screen and (max-width:576px){
	.single-product .product_title.entry-title{
		font-size: 22px !important;
		line-height:28px !important;
	}
}


/* CART PAGE (KOSZYK) */

.coupon button {
	border-radius: var(--border-radius) !important;
}
.cart_totals{
	border-radius: var(--border-radius);
	border: 2px solid var(--main) !important;
}
.ct-woocommerce-cart-form .cart_totals{
	top:150px !important;
}

/* ORDER (ZAMOWIENIE) PAGE */

#customer_details .woocommerce-shipping-fields{
	display: none !important;
}
.ct-order-review{
	border-radius: var(--border-radius);
	border: 2px solid var(--main) !important;
}
table.shop_table tr{
	--theme-table-border-style:solid !important;
}
#payment .payment_methods>.wc_payment_method>label, #payment .payment_methods>.woocommerce-PaymentMethod>label{
	justify-content: start !important;
}
#shipping_method label {
	justify-content: start;
}

.woocommerce-checkout .woocommerce-account-fields{
	display:none;
}

/* THANKY YOU (PODZIEKOWANIE) PAGE */

.woocommerce-customer-details address{
	border-radius: var(--border-radius) !important;
	padding: 20px !important;
	border: 1px solid var(--main) !important;
}





/* added */

.prodCat__boxGrid {
	background:#fff;
	border-radius:20px;
	box-shadow:var(--shadow);
}

.descHeader__box {
	background:#fff;
	border-radius:20px;
	box-shadow:var(--shadow);
	padding:20px;
}

.descHeader__box h4 {
	margin-bottom:20px !important;
}
/* #shipping_method li {
	display:flex;
} */





.ct-header .ct-header-trigger .ct-icon {
	fill:rgba(232, 234, 238, 0.72);
}

.ct-header.bg-header .ct-header-trigger .ct-icon {
	fill:rgba(232, 234, 238, 0.72);
}


/* .page-id-972 .ct-header .ct-header-trigger .ct-icon {
	fill:#fff;
}

.page-id-972 .ct-header.bg-header .ct-header-trigger .ct-icon {
	fill:#000;
} */

.overMenu__anchor {
	color:#000 !important;
	display:flex;
	align-items:center;
	gap:10px;
	transition:all 0.3s ease-out;
}
@media screen and (min-width:992px){
	.overMenu__anchor:hover {
		gap:20px;
	}
}
.overMenu__anchor img {
	width:20px;
}


@media screen and (min-width:992px){
	.bannerSlider__box--desc p {
		font-size:24px;
	}
}

/* .wpcf7 .wpcf7-not-valid-tip {
	display:none !important;
} */
@media screen and (max-width:576px){
	.overMenu__anchor {
		font-size:10px;
	}
}



/* !offer-two */

.offerTwo__img {
	height:400px;
	object-fit: cover;
	width: 100%;
}
.offerTwo__tile {
	background: var(--main);
	box-shadow: var(--shadow);
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.offerTwo__imgBox::after {
	content: "";
	background: linear-gradient(180deg, var(--main) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.offerTwo__paddingX {
	padding: 0px 15px;
}
.offerTwo__arrowBox {
	background-color: var(--second);
	height: 70px;
	width: 70px;
/* 	border-radius: 50%; */
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	transition: all 0.3s ease-out;
}
.offerTwo__arrowImg {
	width: 35px;
}
.typeCourse__icon {
	width: 30px;
}
@media screen and (min-width:992px){
	.offerTwo__tile:hover .offerTwo__arrowBox {
		background-color: var(--gray);
	}
}
@media screen and (max-width:576px){
	.offerTwo__img {
		height: 300px;
	}
}


.offerTwo__line {
	height:2px;
	background:var(--gray);
	width:100%;
}


.typeCourse__thumbnail--box {
	position: absolute;
	top: 50%;
	transform:translate(0px, -50%);
	left: 0px;
	width: 100%;
	padding: 15px 32px;
	z-index: 1;
}

.typeCourse__thumbnail--overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color:#1a1a1a;
	opacity: 0;
	transition: all 0.3s ease-out;
	border-radius:var(--border-radius);
}

@media screen and (min-width:992px){
	.typeCourse__item:hover .typeCourse__thumbnail--overlay {
		opacity: 0.2;
	}
}

.typeCourse__h6 {
	font-size: 14px;
	letter-spacing: 2px;
}

.typeCourse__thumbnail--img {
	height: 550px;
	width: 100%;
	object-fit: cover;
	border-radius:var(--border-radius);
}
@media screen and (max-width:576px){
	.typeCourse__thumbnail--img {
		height:290px;
	}
}
@media screen and (min-width:1170px){
	.typeCourse__thumbnail--imgSLIDER {
		height:550px;
	}
}


.threeImgContent__img--1{
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.threeImgContent__img--2{
	height: 370px;
	width: 100%;
	object-fit: cover;
	margin-top: 60px;
}
.threeImgContent__img--3--box{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.threeImgContent__img--3{
	height: 360px;
	width: 100%;
	object-fit: cover;
	margin-top: -170px;
}

@media screen and (max-width:576px){
	.threeImgContent__img--1{
		height: 250px;
	}
	.threeImgContent__img--3--box {
		width:54%;
	}
	.threeImgContent__img--2{
		height: 230px;
		margin-top: 30px;
	}
	.threeImgContent__img--3{
		height: 220px;
		margin-top: -110px;
	}
}

@media screen and (max-width:992px){
	.order-2-l{
		order:2;
	}
}

@media screen and (min-width:992px){
	.imgFaq__title {
		font-size:20px;
	}
	.allFAQ {
		padding-left:100px;
	}
}


.infoForm__content--static {
	position: static;
	top: 0px;
}



.imgContentSecond__grid {
	padding: 20px;
	background-color: #fff;
}

.no-padding-top{
	padding-top:0px !important;
}

.imgContentSecond__first{
	position:relative;
	z-index:1;
	margin-top:-80px;
}



.codedropz-upload-inner::before {
	content:"";
	display:inline-block;
	min-width:60px;
	height:60px;
	margin-bottom:7px;
	background-size:cover;
/* 	filter:brightness(100); */
	background-image:url(/wp-content/uploads/2026/01/cloud-computing.png);
}
.codedropz-upload-handler {
	border-radius:0px;
	margin-bottom:20px;
	border: 1px solid #cccccc !important;
	background:#fff;
}
.codedropz-upload-inner h4 {
	color:#2b2b2a !important;
	font-size:18px !important;
}
.codedropz-upload-inner span {
	color:#2b2b2a !important;
}
.cd-upload-btn {
	color:#2b2b2a !important;
}
.dnd-upload-status .dnd-upload-image {
	display:none !important;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	display:none !important;
}
.dnd-upload-status .dnd-upload-details .name {
	color:#fff !important;
	padding:10px 0;
}
.dnd-upload-status .dnd-upload-details .name em {
	color:var(--gray) !important;
}
.dnd-upload-counter {
	display:none !important;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
	background-image:url(/wp-content/uploads/2024/09/close.png) !important;
	width:25px;
	height:25px;
}

.single-post h1 {
	font-size:38px;
	line-height:48px;
}
@media screen and (max-width:768px){
	.single-post h1 {
		font-size:26px !important;
		line-height:36px !important;
	}
}


.offer-move-up {
	margin-top:-80px;
}
.offer-move-up .offerTwo__line{
	display:none;
}




/* !single-course */

.singleCourse__stickyBox {
	position: sticky;
	top: 150px;
	padding: 15px;
	background-color: #23231c;
	border-radius:var(--border-radius);
/* 	border:1px solid var(--second); */
}
.singleCourse__mainHeader {
	font-size: 32px !important;
	line-height: 40px !important;
}
.singleCourse__h6 {
	letter-spacing: 1px !important;
	font-size: 14px !important;
	line-height: 22px !important;
}

.singleCourse__priceTag {
	color: #fff !important;
	margin-top: 20px;
	text-transform:uppercase;
	font-size:14px !important;
	margin-bottom:0px !important;
}

.promo-span {
	font-size: 28px !important;
}
.price-span {
	color: var(--gray);
	text-decoration-line: line-through;
}
.singleCourse__img--1 {
	height: 550px;
	object-fit: cover;
	width: 100%;
}
.singleCourse__img--2 {
	height: 270px;
	object-fit: cover;
	width: 100%;
}
@media screen and (max-width:430px){
	.singleCourse__img--1 {
		height: 280px;
	}
	.singleCourse__img--2 {
		height: 135px;
	}
}
.pdf-icon {
	width: 35px;
}
.singleCourse__teil {
	background-color: #23231c;
	padding: 20px;
	border-radius:var(--border-radius);
/* 	border:1px solid var(--second); */
	margin-top: 30px;
}

@media screen and (max-width:992px){
	.display-none-mobile {
		display:none !important;
	}
	.counter__section {
		gap:3px;
	}
	.counter__item {
		padding:2px 7px;
	}
}
@media screen and (min-width:992px){
	.display-none-desktop {
		display:none !important;
	}
	.time__item {
		font-size:30px !important;
	}
}

.singleCourse__category--anchor {
	color:var(--main) !important;
}
.singleCourse__category--anchor::after {
	content:"";
	width:100%;
	background:var(--main);
	height:1px;
	position:absolute;
	bottom:-2px;
	left:0px;
}

.scroll-mobile{
		position:absolute;
		top:0px;
		width:100%;
		height:1px;
		content:'';
		z-index:-1;
		visibility:hidden;
		top:-190px;
}
@media screen and (max-width:1000px){
	.scroll-mobile {
		top:-160px;
	}
}

.time__item{
	color:var(--second);
}
.time__txt{
	color:#000;
}


.typeCourse__thumbnail--box__top{
	bottom: unset;
	top: 0px;
}



.tax-rodzaj-portfolio .ct-header {
	background-color: #fff !important;
}
.tax-rodzaj-portfolio .ct-header .default-logo {
	filter: brightness(0);
}
.tax-rodzaj-portfolio .ct-header [data-id="menu"] > ul > li > a{
	--theme-link-initial-color:#000 !important;
	color: #fff !important;
}
.tax-rodzaj-portfolio .ct-header .ct-header-trigger .ct-icon {
	fill: #fff;
}


.tax-rodzaj-portfolio__padding {
	padding-top: 190px;
}
@media screen and (max-width:1000px){
	.tax-rodzaj-portfolio__padding {
		padding-top: 140px;
	}
}



/* 
.single-portfolio .ct-header {
	background-color: #fff !important;
} */
/* .single-portfolio .ct-header .default-logo {
	filter: brightness(0);
} */
/* .single-portfolio .ct-header [data-id="menu"] > ul > li > a{
	--theme-link-initial-color:#000 !important;
	color: #000 !important;
}
.single-portfolio .ct-header .ct-header-trigger .ct-icon {
	fill: #000;
} */


.single-portfolio__padding {
	padding-top: 190px;
}
@media screen and (max-width:1000px){
	.single-portfolio__padding {
		padding-top: 140px;
	}
}


.ctaFullBox h6 {
	letter-spacing: 2px;
}
.otherPortfolio h6 {
	letter-spacing: 2px;
}
@media screen and (max-width:768px){
	.ctaFullBox h6 {
		font-size: 14px;
	}
	.otherPortfolio h6 {
		font-size: 14px;
	}
}



.portfolioGallery__img{
	height: 450px;
	object-fit: cover;
	width: 100%;
}
@media screen and (max-width:768px){
	.portfolioGallery__img{
		height: 350px;
		object-fit: cover;
		width: 100%;
	}
}


.lb-data .lb-number {
	display: none !important;
}



.txtFull__desc h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.txtFull__desc h2:first-child {
	margin-top: 0px;
	margin-bottom: 10px;
}

.txtFull__desc ul {
	color:rgba(232,226,217,.6);
}


.imgContentOffer__first {
/* 	margin-top: -80px; */
	position: relative;
	z-index: 2;
}


.imgContentOffer__img{
	height: 450px;
	object-fit: cover;
	width: 100%;
}
@media screen and (max-width:768px){
	.imgContentOffer__img {
		height: 350px;
	}
}
@media screen and (max-width:576px){
	.imgContentOffer__img {
		height: 300px;
	}
}

/* .page-id-972 [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
	--theme-link-initial-color:#000;
	color:#fff;
}

.page-id-972 [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
	--theme-link-initial-color:#fff;
	color:#fff;
}
.page-id-972 [data-header*="type-1"] .ct-header.bg-header [data-id="menu"] > ul > li > a {
	--theme-link-initial-color:#000;
	color:#000;
} */


[data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li > a {
	--theme-font-weight:300 !important;
	--theme-link-initial-color: #000;
}

[data-header*="type-1"] .ct-header.bg-header [data-id="menu-secondary"] > ul > li > a {
	--theme-font-weight:300 !important;
	--theme-link-initial-color: #000 !important;
}



/* .page-id-972 [data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li > a {
	--theme-font-weight:300 !important;
	--theme-link-initial-color: #fff !important;
} */

nav[class*=menu] .ct-menu-link {
	color:rgba(232, 234, 238, 0.72);
	font-weight:400 !important;
	font-family:var(--txtHeader);
	text-transform:math-auto;
	font-size:23px;
	padding:3px 15px;
}
/* .page-id-972 nav[class*=menu] .ct-menu-link {
	color:#fff;
}
.page-id-972 .bg-header nav[class*=menu] .ct-menu-link {
	color:#2b2b2a;
}
.page-id-972 .bg-header nav[class*=menu] .ct-menu-link[aria-current="page"] {
	color:var(--second) !important;
	border-bottom:1px solid var(--second) !important;
}

.page-id-972 .ct-header .header-socialmedia{
	filter:invert(1);
}
.page-id-972 .ct-header .header-socialmedia{
	filter:invert(1);
}
.page-id-972 .ct-header.bg-header .header-socialmedia {
	filter:invert(0);
}


.page-id-1711 .bg-header nav[class*=menu] .ct-menu-link {
	color:#2b2b2a;
}
.page-id-1711 .bg-header nav[class*=menu] .ct-menu-link[aria-current="page"] {
	color:var(--second) !important;
	border-bottom:1px solid var(--second) !important;
}


.page-id-6656 .bg-header nav[class*=menu] .ct-menu-link {
	color:#2b2b2a;
}
.page-id-6656 .bg-header nav[class*=menu] .ct-menu-link[aria-current="page"] {
	color:var(--second) !important;
	border-bottom:1px solid var(--second) !important;
}

.page-id-8394 .bg-header nav[class*=menu] .ct-menu-link {
	color:#2b2b2a;
}
.page-id-8394 .bg-header nav[class*=menu] .ct-menu-link[aria-current="page"] {
	color:var(--second) !important;
	border-bottom:1px solid var(--second) !important;
}


.page-id-7931 .bg-header nav[class*=menu] .ct-menu-link {
	color:#2b2b2a;
}
.page-id-7931 .bg-header nav[class*=menu] .ct-menu-link[aria-current="page"] {
	color:var(--second) !important;
	border-bottom:1px solid var(--second) !important;
} */

.google-icon {
	width:70px;
}
/* .sliderReviews__name {
	font-style:italic;
	border-top:1px solid #d7d3d1;
	padding-top:20px;
} */

.container-macyJs {
    display: flex; /* Zastosuj flexbox do szybkiego układu kolumn */
    flex-wrap: wrap; /* Pozwala na zawijanie kolumn */
    gap: 20px; /* Ustawienie odstępów między elementami */
    justify-content: space-between; /* Dostosowuje przestrzenie pomiędzy elementami */
}

.container-macyJs > div {
    width: calc(50% - 10px); /* Domyślna szerokość 2 kolumny z odstępem 20px */
}

/* Dostosowanie dla mniejszych ekranów */
@media (max-width: 576px) {
    .container-macyJs > div {
        width: 100%; /* Jedna kolumna na mniejszych ekranach */
    }
}


.macy-hidden {
    opacity: 0; /* Ukrywa zawartość kontenera */
    transition: opacity 0.5s ease; /* Dodaje efekt łagodnego pojawiania się */
}

/* macy two */

.container-macyJs--two {
    display: flex; /* Zastosuj flexbox do szybkiego układu kolumn */
    flex-wrap: wrap; /* Pozwala na zawijanie kolumn */
    gap: 20px; /* Ustawienie odstępów między elementami */
    justify-content: space-between; /* Dostosowuje przestrzenie pomiędzy elementami */
}

.container-macyJs--two > div {
    width: calc(50% - 10px); /* Domyślna szerokość 2 kolumny z odstępem 20px */
}

/* Dostosowanie dla mniejszych ekranów */
@media (max-width: 576px) {
    .container-macyJs--two > div {
        width: 100%; /* Jedna kolumna na mniejszych ekranach */
    }
}


.macy-hidden-two {
    opacity: 0; /* Ukrywa zawartość kontenera */
    transition: opacity 0.5s ease; /* Dodaje efekt łagodnego pojawiania się */
}

.container-paddings {
	padding:0px 20px;
}

/* macy three */

.container-macyJs--three {
    display: flex; /* Zastosuj flexbox do szybkiego układu kolumn */
    flex-wrap: wrap; /* Pozwala na zawijanie kolumn */
    gap: 20px; /* Ustawienie odstępów między elementami */
    justify-content: space-between; /* Dostosowuje przestrzenie pomiędzy elementami */
}

.container-macyJs--three > div {
    width: calc(50% - 10px); /* Domyślna szerokość 2 kolumny z odstępem 20px */
}

/* Dostosowanie dla mniejszych ekranów */
@media (max-width: 576px) {
    .container-macyJs--three > div {
        width: 100%; /* Jedna kolumna na mniejszych ekranach */
    }
}


.macy-hidden-three {
    opacity: 0; /* Ukrywa zawartość kontenera */
    transition: opacity 0.5s ease; /* Dodaje efekt łagodnego pojawiania się */
}


@media screen and (max-width:1000px){
	#header [data-column-set="2"]>div {
		padding:10px 10px;
	}
	nav[class*=menu] .ct-menu-link{
		color:#fff !important;
		font-weight:200 !important;
		margin:8px 0px;
	}
	nav[class*=menu] .ct-menu-link[aria-current="page"]{
		color:rgb(255 255 255 / .4) !important;
/* 	border:1px solid rgb(255 255 255 / .4); */
	max-height:max-content;
	padding:3px 15px;
	border-radius:100px;
	font-style:italic;
		max-width:max-content;
	}
	.sub-menu .ct-menu-link {
		margin:0px !important;
	}
	
}



.ctaMini__icon {
	width: 34px;
}

.arrow-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-out;
	color:var(--second) !important;
	max-width:max-content;
}
@media screen and (min-width:992px){
	.arrow-btn a:hover {
		gap: 20px;
		opacity: 0.6;
		color: var(--second) !important;
	}
	.ctaMini {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
}

.padding-left-50 {
	padding-left: 0px;
}
@media screen and (max-width:992px){
	.padding-left-50 {
		padding-left: 0px;
	}
}
@media screen and (min-width:1170px){
	.padding-left-170-desktop {
		padding-left: 170px;
	}
}


.header-line {
	width: 100%;
	height: 1px;
	background-color: #d7d3d1;

}


.igFeed__postImg {
	height: 370px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
@media screen and (max-width:430px){
	.igFeed__postImg {
		height: 330px;
	}
}
.igFeed__igIcon{
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 50px;
	/* transform: translate(-50%, -50%); */
}
.igFeed__box{
	width: 100%;
	height: 100%;
	display: block;
}

.arrow-btn--bigger a{
	font-size: 22px;
}


.offerInterior__img {
	height: 470px;
	width: 100%;
	object-fit: cover;
	border-radius:20px;
}
@media screen and (max-width:768px){
	.offerInterior__img {
		height: auto;
	}
}
/* .offerInterior__box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0px 10px;
	z-index: 2;
} */

/* .offerInterior__img{
	position: relative;
} */

.offerInterior__bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000;
	opacity: 0.4;
	border-radius:20px;
}
/* .offerInterior__h5 {
	font-size: 17px !important;
}
 */
.offerInterior__box{
	padding:20px;
}
.offerInterior__boxBtn{
	display: flex;
	justify-content: end;
	align-items: center;
}
@media screen and (max-width:992px){
	.offerInterior__boxBtn {
		justify-content: start;
	}
}


.imgContentAbout__iconLogo {
	width: 100px;
}

/* .social-img-footer--black{
	filter: invert(0) !important;
} */


/* .formCenter__formBox{
	padding: 0px;
	border-radius: 0px;
	border: none;
} */

/* .singleCourse__price {
	font-weight:700 !important;
} */
.ct-header.bg-header .ct-header-trigger.ct-toggle::before{
	content:"Menu";
	color:rgba(232, 234, 238, 0.72);
	margin-right:10px;
	font-size:18px;
	letter-spacing:-.05em;
	font-family:var(--txt);
} 
.ct-header .ct-header-trigger.ct-toggle::before{
	content:"Menu";
	color:rgba(232, 234, 238, 0.72);
	margin-right:10px;
	font-size:18px;
	letter-spacing:-.05em;
	font-family:var(--txt);
} 

/* .page-id-972 .ct-header .ct-header-trigger.ct-toggle::before{
	content:"MENU";
	color:#fff;
	margin-right:10px;
} 
.page-id-972 .ct-header.bg-header .ct-header-trigger.ct-toggle::before{
	content:"MENU";
	color:#000;
	margin-right:10px;
}  */




/* !steps-work-left */

.stepsWorkLeft__icon{
	opacity: 0.12;
	position: absolute;
	top: -60px;
	left: -70px;
	width: 100px;
}
@media screen and (max-width:992px){
	.stepsWorkLeft__icon {
		transform: translate(-50%, 0px);
		left: 50%;
		width: 80px;
	}
	.txt-center-l {
		text-align: center;
	}
}
@media (min-width:992px) and (max-width:1430px){
	.stepsWorkLeft__icon {
		left: -10px;
	}
}

.steps__desc a {
	position: relative;
	color: #000 !important;
	font-style: italic;
}
.steps__desc a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: all 0.3s ease-out;
}
.offerFancy__circle {
	width:25px;
	min-width:25px;
}
@media screen and (min-width:992px){
	.steps__desc a:hover::after {
		width: 0%;
	}
}

.offerFancy__img1 {
	width:100%;
	height:500px;
	object-fit:cover;
	border-radius:var(--border-radius);
}
.offerFancy__img2 {
	width:100%;
	height:420px;
	object-fit:cover;
	border-radius:var(--border-radius);
}

@media screen and (max-width:992px){
	.arrow-btn--offerFancy {
		display:flex;
		justify-content:center;
	}
}
@media screen and (max-width:576px){
	.offerFancy__img1 {
		height:260px;
	}
	.offerFancy__img2 {
		height:260px;
	}
}

.typeCourse__thumbnail--icon {
	position:absolute;
	bottom:10px;
	right:10px;
	background:transparent;
	height:60px;
	width:60px;
	border-radius:50%;
/* 	border:1px solid #000; */
	transition:all 0.3s ease-out;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:20;
	
/* 	display:none; */
}
@media screen and (max-width:768px){
	.typeCourse__thumbnail--icon{
		height:40px;
		width:40px;
	}
}
.typeCourse__thumbnail--icon img {
	width:24px;
	z-index:2;
	position:relative;
}
.typeCourse__item {
	margin-bottom:20px;
/* 	padding:20px; */
/* 	background:#0f0e0e !important; */
}
.typeCourse__list .typeCourse__item:last-child {
	margin-bottom:0px;
}

.imgContentLine__img {
/* 	height:550px; */
	object-fit:cover;
	border-radius:var(--border-radius);
	z-index:2;
	position:relative;
}
.imgContentLine__line {
	position:absolute;
	top:20px;
	left:0px;
	width:calc(100% - 20px);
	height:100%;
	border:1px solid var(--second);
	z-index:0;
	border-radius:var(--border-radius);
}
@media screen and (max-width:576px){
	.imgContentLine__img {
		height:auto;
	}
}


@media (min-width:1000px) and (max-width:1330px){
	.ct-menu-link:not(:empty) {
		padding:7px !important;
	}
	[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
		--theme-font-size:10px !important;
	}
	.btn-menu-call {
		font-size:10px !important;
	}
}

.typeCourse__item--noMargin {
	margin-bottom:0px !important;
/* 	background:#fff; */
	border-radius:20px;
}
@media screen and (min-width:992px) {
	.typeCourse__item--noMargin {
		position:sticky;
		top:130px;
	}
}
@media screen and (min-width:992px){
	.swiper-button-next--otherPortfolio{
		top: -50px !important;
		right:0px !important;
	}
	.swiper-button-prev--otherPortfolio{
		top: -50px !important;
		right:90px !important;
		left:unset !important;
	}
	.swiper-button-prev--otherPortfolio.swiper-button-disabled{
		opacity: 0.35 !important;
	}
}

/* 
@media screen and (max-width:768px){
	.swiper-button-prev--otherPortfolio {
		right:60px !important;
	}
} */


.single-portfolio .ctaFullBox {
	margin-top:0px !important;
}

.imgContentAbout__img {
	height:auto;
	object-fit:cover;
	width:100%;
	border-radius:var(--border-radius);
	z-index:10;
	position:relative;
}
@media screen and (max-width:768px){
	.imgContentAbout__img {
		height:auto;
	}
}
/* .page-id-1709 .ctaFullBox {
	margin-top:0px !important;
} */
.page-id-1052 .ctaFullBox {
	margin-top:0px !important;
}

.packageBoxes__box {
/* 	border: 2px solid var(--second); */
	max-height:max-content;
/* 	border-radius:var(--border-radius); */
}
.packageBoxes__desc {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.packageBoxes__h3{
/* 	border-top:1px solid var(--second); */
	border-bottom:1px solid var(--second);
	color: #000 !important;
	text-align: center;
	padding: 15px 10px;
	padding-top:22px;
	border-radius:0px;
/* 	margin:20px; */
	font-size:17px;
	line-height:27px;
}
.packageBoxes__desc ul li {
	color: #000;
	background-image: url(/wp-content/uploads/2025/04/menu.png);
	background-position: left top 11px;
	background-repeat: no-repeat;
	background-size: 14px;
	padding: 0 0 0 1.25rem;
	padding-left: 30px;
	margin: 10px 0;
}
.packageBoxes__desc ul {
	list-style: none;
	padding-left: 0px !important;
}
@media screen and (max-width:768px){
	.imgBenefitsList__box::before {
		min-width:20px;
		height:20px;
	}
}

.second-btn--icon{
	width:22px;
	margin-right:7px;
	filter:invert(1);
}
.second-btn--calendar a {
	padding:6px 16px;
/* 	font-size:12px; */
}

/* .gallery-main__anchor img {
	border-radius:var(--border-radius);
} */

[data-header*="type-1"] #offcanvas .ct-panel-inner{
	width:100%;
	background-color:#f4f1ef !important;
}


.ctaCall__img {
	width:200px;
	min-width:200px;
	height:200px;
	border-radius:50%;
	object-fit:cover;
	border:5px solid #4ade80;
}

.ctaCall__greenCircle{
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:#21e321;
	position:absolute;
	bottom:40px;
	right:0px;
	animation: pulsegreen 2s infinite;
}
@keyframes pulsegreen{
	0%{
		transform:scale(0.9);
		box-shadow:0 0 0 0 rgb(35, 74, 72, 0.7);
	}
	70%{
		transform:scale(1);
		box-shadow:0 0 0 15px rgb(35, 74, 72, 0);
	}
	100%{
		transform:scale(0.9);
	}
}
.ctaCall{
	border-top:1px solid var(--second);
	position:relative;
}
/* .ctaCall::before {
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	width:100%;
	height:100%;
	background:linear-gradient(180deg, var(--second) 0%, transparent 40%);
	-webkit-mask: radial-gradient(circle at 50% -50%, var(--second) 0%, transparent 48%);
	z-index:-1;
} */
/* .headerLeft::before {
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	width:100%;
	height:100%;
	background:linear-gradient(180deg, var(--second) 0%, transparent 40%);
	-webkit-mask: radial-gradient(circle at 50% -50%, var(--second) 0%, transparent 48%);
	z-index:-1;
} */
.padding-left-2{
	padding-left:20px;
}


.footer__main{
	position:relative;
}
/* .footer__main::after {
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	width:100%;
	height:100%;
	background:linear-gradient(0deg, var(--second) 0%, transparent 100%);
	-webkit-mask:radial-gradient(circle at 100% 100%, var(--second) -60%, transparent 50%);
	z-index:0;
} */
.footer__container{
	position:relative;
	z-index:10;
}
.painBanner__desc ul {
	color:#000;
}

.typeCourse__thumbnail--icon img{
	transition:all 0.3s ease-out;
/* 	filter:brightness(0); */
}
@media screen and (min-width:992px){
	.typeCourse__item:hover .typeCourse__thumbnail--icon img {
		transform:rotate(45deg);
	}
}
/* @media screen and (max-width:992px){
	.typeCourse__thumbnail--icon img{
		transform:rotate(45deg);
	}
} */

.hr-line-colored{
	width:100%;
	background:#353535;
	height:1px;
}


.scroll-mobile{
		position:absolute;
		top:0px;
		width:100%;
		height:1px;
		content:'';
		z-index:-1;
		visibility:hidden;
		top:-120px;
}
@media screen and (max-width:1000px){
	.scroll-mobile {
		top:-90px;
	}
}

.headerLeft__img1 {
	border-radius:0px 20px 20px 0px;
	height:300px;
	object-fit:cover;
}
.headerLeft__img2{
	border-radius:20px 0px 0px 20px;
	height:300px;
	object-fit:cover;
	margin-top:100px;
}
.headerLeft__h6{
	margin-top:50px;
}
@media screen and (max-width:992px){
	.headerLeft__img1{
		display:none;
	}
	.headerLeft__img2{
		display:none;
	}
	.padding-x-2-l{
		padding:0px 20px;
	}
	.headerLeft__h6{
		margin-top:0px;
	}
}

@media screen and (min-width:992px){
	.faqSticky__stickyBox{
		position:sticky;
		top:150px;
	}
}

.loading-box {
	height:30px;
	position:relative;
	margin-bottom:30px;
	background:#343434;
	border-radius:20px;
	padding:6px;
	width:360px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width:576px){
	.loading-box{
		width:220px;
	}
}
.loading-box---span{
	width:80%;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	overflow:hidden;
	text-align:center;
	line-height:24px;
	display:block;
	height:100%;
	background-color:#4ade80;
	position:relative;
}
.loading-box---span::after {
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:linear-gradient(-45deg,rgba(0,0,0,.05) 25%,transparent 0,transparent 50%,rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 75%,transparent 0,transparent);
	z-index:1;
	background-size:50px 50px;
	-webkit-animation: move 2s linear-infinite;
	animation:move 2s linear infinite;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	overflow:hidden;
}
@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position:50px 50px;
	}
}

.container-small{
	padding:0px 20px;
}

@media screen and (min-width:1330px){
	.landingCalendar__widthHeader{
		width: 70%;
	}
}
@media screen and (min-width:992px){
	.imgContentAbout__stickyBox{
		position:sticky;
		top:150px;
	}
}

/* .benefitsBoxes__h4{
	font-size:22px;
	line-height:30px;
} */


.slickCarMain__img{
	border-radius:var(--border-radius);
	height:550px;
	object-fit:cover;
}
.slickCarSecond__img{
	
	cursor:pointer;
	height:100px;
	object-fit:cover;
	border-radius:12px;
}
.singleCourse__big {
	width:64%;
}
.singleCourse__small {
	width:36%;
}
.slickCarSecond__box {
	margin-left:10px;
	margin-right:10px;
}
@media screen and (max-width:992px){
	.singleCourse__big {
	width:100%;
}
.singleCourse__small {
	width:100%;
}
.slickCarSecond__box {
	margin-left:5px;
	margin-right:5px;
}
	.slickCarMain__img{
		height:260px;
	}
}

.width-100-important{
	width:100% !important;
}

.arrow-car{
	position:absolute;
	cursor:pointer;
	z-index:12;
	bottom:20px;
	height:45px;
	width:45px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:rgba(255,255,255,.06);
	border:1px solid rgba(255,255,255,.14);
	border-radius:50%;
	
}
.arrow-car--left{
	right:70px;
}
.arrow-car-right{
	right:0px;
}
/* @media screen and (min-width:992px){
	.arrow-car{
		width:54px;
	}
} */
@media screen and (max-width:992px){
	.slickCarSecond {
		margin-bottom:20px;
	}
}


.galleryProject__threeImg{
	height: 250px;
	object-fit: cover;
	border-radius: var(--border-radius);
}
@media screen and (max-width:768px){
	.galleryProject__threeImg {
		height: auto;
	}
}

.galleryProject__twoImg{
/* 	height: 360px; */
	object-fit: cover;
	border-radius: var(--border-radius);
}
@media screen and (max-width:768px){
	.galleryProject__twoImg {
		height: auto;
	}
}

.txtFull__singleCourse ul {
	color:#000;
}

.imgBenefitsList__box--smaller{
	font-size:16px;
}
.imgBenefitsList__box--smaller::before{
	min-width:20px;
	height:20px;
	filter:invert(1);
}

.bannerSlider__googleIcon{
	width:25px;
	filter:invert(1);
}
.bannerSlider__starsIcon{
	width:64px;
	filter:invert(1);
	margin-bottom:4px;
}

.bannerSlider__reviewNumber{
	font-size:14px;
	line-height:14px;
	font-weight:500;
	color:#fff;
}
.slick-portfolioBox{
	height:auto !important;
	padding:0px 10px;
}
.slick-portfolioBox--img{
	height:400px;
	width:700px;
}

/* slider-portfolio */

.typeCourse__thumbnail--imgSLIDER{
	width:840px;
}
.typeCourse__thumbnail--SLIDER{
	padding:0px 10px;
	margin-bottom:0px !important;
}

.arrows-slick-blue{
	position:absolute;
	transform:translateY(-50%);
	top:50%;
	cursor:pointer;
	z-index:10;
	transition:opacity 0.3s ease-out;
	width:70px;
	height:70px;
}
.arrow-rightBlue{
	right:calc(50% + -465px);
}
.arrow-leftBlue{
	left:calc(50% + -465px);
}
@media (min-width:768px) and (max-width:1000px){
	.typeCourse__thumbnail--imgSLIDER{
		width:600px;
	}
	.arrows-slick-blue{
		width:60px;
		height:60px;
	}
	.arrow-rightBlue{
		right:calc(50% + -340px);
	}
	.arrow-leftBlue{
		left:calc(50% + -340px);
	}
}
@media (min-width:576px) and (max-width:768px){
	.typeCourse__thumbnail--imgSLIDER {
		width:420px;
		height:350px;
	}
	.arrows-slick-blue{
		width:50px;
		height:50px;
	}
	.arrow-rightBlue{
		right:calc(50% + -245px);
	}
	.arrow-leftBlue{
		left:calc(50% + -245px);
	}
}
@media screen and (max-width:576px){
	.typeCourse__thumbnail--imgSLIDER {
		width:280px;
		height:280px;
	}
	.arrows-slick-blue{
		width:50px;
		height:50px;
	}
	.arrow-rightBlue{
		right:calc(50% + -175px);
	}
	.arrow-leftBlue{
		left:calc(50% + -175px);
	}
	.sliderPortfolio__header{
		font-size:16px;
		line-height:24px;
	}
}
@media (min-width:576px) and (max-width:992px){
	.sliderPortfolio__header{
		font-size:19px;
		line-height:27px;
	}
}
@media screen and (min-width:1170px){
	.sliderPortfolio__desc p {
		font-size:16px;
		width:40%;
	}
}
/* 
content-img-circle */

.contentImgCirlce__img1{
	height:380px;
	object-fit:cover;
	border-radius:var(--border-radius);
}
.contentImgCirlce__img2{
	height:400px;
	object-fit:cover;
	border-radius:var(--border-radius);
}
.contentImgCirlce__img3{
	height:400px;
	object-fit:cover;
	border-radius:var(--border-radius);
}
/* .contentImgCirlce__img1--1{
	margin-top:50px;
}
@media screen and (max-width:768px){
	.contentImgCirlce__img1--1{
		margin-top:30px;
	}
} */
.contentImgCircle__circle{
	width:100px;
	height:100px;
	animation:rotatecircle 9s infinite linear;
	border-radius:50%;
	box-shadow:0 8px 52px 0 #0f0a001d;
}
@keyframes rotatecircle {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(359deg);
	}
}
.contentImgCircle__circleBox{
	position:absolute;
	top:6%;
	right:6%;
	transform:translate(50%, -50%);
	z-index:10;
}
@media screen and (max-width:576px){
	.contentImgCirlce__img1{
		height:110px;
	}
	.contentImgCirlce__img2{
		height:210px;
	}
	.contentImgCirlce__img3{
		height:210px;
	}
	.contentImgCircle__circle{
		width:75px;
		height:75px;
	}
}
.contentImgCircle__box{
	display:flex; 
/* 	align-items:center; */
	gap:10px;
	margin-bottom:0px;
	padding:10px;
	border-radius:10px;
	border:1px solid rgb(255 255 255 / .4);
}
.contentImgCircle__box::before {
	content:"";
	display:inline-block;
	min-width:17px;
	height:17px;
	background-size:cover;
	background-image:url(/wp-content/uploads/2025/04/close.png);
/* 	background:var(--second); */
	margin-top:5px;
	border-radius:50%;
	filter:invert(1);
}


.contentImgCircle__box--fix{
	display:flex; 
/* 	align-items:center; */
	gap:10px;
	margin-bottom:10px;
	padding:10px;
	border-radius:10px;
	border:1px solid rgb(255 255 255 / .4);
/* 	background:#f6efef; */
}
.contentImgCircle__box--fix::before {
	content:"";
	display:inline-block;
	min-width:17px;
	height:17px;
	background-size:cover;
	background-image:url(/wp-content/uploads/2025/01/check.png);
/* 	background:var(--second); */
	margin-top:5px;
	border-radius:50%;
	filter:invert(1);
}

@media screen and (min-width:992px){
	.videoOffer__desc p {
		font-size:20px;
	}
}
.down-arrow-video{
	width:40px;
	height:40px;
}
@media screen and (max-width:768px){
	.down-arrow-video{
		width:30px;
		min-width:30px;
		height:30px;
	}
}

.videoOffer__icon{
	width:50px;
	height:50px;
}
@media screen and (max-width:768px){
	.videoOffer__icon{
		width:40px;
		height:40px;
	}
}

.videoOffer__arrowright{
	width:30px;
}
@media screen and (max-width:768px){
	.videoOffer__arrowright{
		width:22px;
	}
}
.videoOffer__box{
	display:flex;
	align-items:center;
	gap:20px;
	justify-content:space-between;
	background:#fff;
	padding:15px;
	border-radius:var(--border-radius);
	transition:all 0.2s ease-out;
}
.videoOffer__box{
	margin-bottom:15px;
}
@media screen and (min-width:992px){
	.videoOffer__box:hover {
		transform:scale(0.95);
		background:#fbfbfb;
	}
}

.ctaTeam__img1{
	height:350px;
	object-fit:cover;
	border-radius:var(--border-radius);
}
@media screen and (max-width:576px){
	.ctaTeam__img1{
		height:200px;
	}
}
.ctaTeam{
	border-top:1px solid #000;
}

.calculator__result {
	max-width:max-content;
	background:var(--second);
	padding:5px 60px;
	border-radius:var(--border-radius);
	font-size:20px;
	color:#fff;
	margin-top:20px;
}
.calculator__lawOffer{
	font-size:10px;
	margin-top:10px;
}
.calculator__label{
	font-size:20px;
}
@media screen and (max-width:768px){
	.calculator__result {
		padding:5px 10px;
		font-size:16px;
	}
	.calculator__label{
		font-size:18px;
	}
}

.calculator__grid{
	background:#eceaec;
	border-radius:var(--border-radius);
}
.calculator__contentBox{
	padding:70px 20px;
}
.calculator__img{
	border-radius:var(--border-radius);
	height:480px;
	object-fit:cover;
}
@media screen and (max-width:992px){
	.calculator__contentBox{
		padding:20px;
		padding-bottom:30px;
	}
}
@media screen and (max-width:576px){
	.calculator__img{
		height:300px;
	}
}

.typeCourse__thumbnail--imgPUBLIC{
	width:auto !important;
}
@media screen and (min-width:1170px){
	.typeCourse__thumbnail--imgPUBLIC{
		height:400px !important;
	}
}
.typeCourse__thumbnail--overlayPUBLIC{
	opacity:0.1;
}
.btn-menu-topNav {
    pointer-events: none; /* Wyłącza możliwość klikania */
    text-decoration: none; /* Usuwa podkreślenie */
    cursor: default; /* Zmienia kursor na zwykły */
}
.mobile-menu[data-submenu-dots=yes] [class*=children]>ul li a:not(:empty):before{
	display:none;
}
[data-header*="type-1"] #offcanvas .ct-panel-inner{
	background-color:rgba(18, 19, 22) !important;
}

.tidycal-embed{
	border-radius:20px !important;
}
@media screen and (min-width:1000px){
	.ct-icon {
		fill:#fff;
	}
	.sub-menu {
		background:#000 !important;
		border-radius:0px 0px 20px 20px !important;
		padding:12px 0px;
	}
}
@media screen and (max-width:1000px){
	.ct-icon {
		fill:#fff;
	}
}
/* nav[class*=menu] .ct-menu-link{
	text-transform:uppercase;
} */
@media screen and (max-width:576px){
	nav[class*=menu] .ct-menu-link{
		font-size:24px;
	}
}

.contentImgCircle__circleBox--leftDownCorner{
	top:unset;
	right:unset;
	bottom:-140px;
	left:-140px;
	z-index:2;
}
.contentImgCircle__circleBox--rightUpCorner{
	top:-50px;
	bottom:unset;
	left:unset;
	right:-15px;
	transform:none;
}
/* @media screen and (min-width:992px){
	.allPortfolio{
		padding-top:110px;
	}
	.bigger-p-desktop{
		font-size:20px;
	}
}
@media screen and (max-width:992px){
	.allPortfolio{
		padding-top:70px;
	}
} */
.bannerOnePortfolio__icons{
	width:50px;
	height:50px;
}
@media screen and (max-width:576px){
	.bannerOnePortfolio__icons{
		width:42px;
		height:42px;
	}
}
.hr-portfolio{
	height:2px;
	width:100%;
	background:#eceaec;
}
@media screen and (min-width:1170px){
	.grid-75-desktop{
		width:75%;
	}
}
@media screen and (max-width:1170px){
	.grid-75-desktop{
		width:100%;
	}
}

.singleCourse__boxRight{
	display:flex;
	gap:15px;
	margin-bottom:7px;
}
.singleCourse__boxRight::before {
	content:"";
	display:inline-block;
	min-width:24px;
	height:24px;
	background-image:url(/wp-content/uploads/2025/01/check.png);
	background-size:cover;
	filter:invert(1);
}




.page-id-2669 .slickCarSecond {
	display:none;
}
@media screen and (max-width:992px){
	.page-id-2669 .singleCourse__stickyBox{
		margin-top:30px;
	}
}

.page-id-2922 .slickCarSecond {
	display:none;
}
@media screen and (max-width:992px){
	.page-id-2922 .singleCourse__stickyBox{
		margin-top:30px;
	}
}

.page-id-2681 .slickCarSecond {
	display:none;
}
@media screen and (max-width:992px){
	.page-id-2681 .singleCourse__stickyBox{
		margin-top:30px;
	}
	.swiper-button-prev--offer__higherMobile {
		bottom:70% !important;
	}
	.swiper-button-next--offer__higherMobile{
		bottom:70% !important;
	}
}

.swiper-slide--white{
	background-color:#fff;
}

.imgContentSlider__desc ul {
	color:#000;
	font-size:16px;
}

.teamTwo__personBox{
	border-radius:var(--border-radius);
}
.teamTwo__img{
	height:280px;
	object-fit:cover;
	border-radius:var(--border-radius);
}
@media screen and (max-width:1170px){
	.teamTwo__img {
		height:auto;
	}
}

.teamTwo__work{
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:2px;
}
@media screen and (max-width:768px){
	.teamTwo__work{
		letter-spacing:0px;
	}
}

.teamTwo__boxPhone{
	display:flex;
	gap:15px;
	align-items:center;
}
.teamTwo__boxPhone::before {
	content:"";
	display:inline-block;
	min-width:20px;
	height:20px;
	background-image:url(/wp-content/uploads/2024/12/phone-call.png);
	background-size:cover;
}

.teamTwo__boxEmail{
	display:flex;
	gap:15px;
	align-items:center;
}
.teamTwo__boxEmail::before {
	content:"";
	display:inline-block;
	min-width:20px;
	height:20px;
	background-image:url(/wp-content/uploads/2024/12/email.png);
	background-size:cover;
}

.bannerPlace__place{
	display:flex;
	align-items:center;
	gap:20px;
}
.bannerPlace__place::before {
	content:"";
	display:inline-block;
	min-width:50px;
	height:50px;
	background-image:url(/wp-content/uploads/2024/12/map.png);
	background-size:cover;
	filter:invert(1);
}


.bannerPlace__poland{
	display:flex;
	align-items:center;
	gap:20px;
}
.bannerPlace__poland::before {
	content:"";
	display:inline-block;
	min-width:55px;
	height:55px;
	background-image:url(/wp-content/uploads/2024/12/poland.png);
	background-size:cover;
	filter:invert(1);
}

@media screen and (max-width:768px){
	.teamBox__content{
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
	}
	.bannerPlace__place::before{
		min-width:30px;
		height:30px;
	}
	.bannerPlace__poland::before {
		min-width:40px;
		height:40px;
	}
	.bannerPlace__place {
		align-items:start;
	}
	.bannerPlace__poland {
		align-items:center;
	}
}
.calculatorFull__contentBox{
	padding:20px;
	background-color:#fff;
	border-radius:var(--border-radius);
}
@media screen and (min-width:992px){
	.calculatorFull__grid{
		display:flex;
		justify-content:center;
	}
	.calculatorFull__contentBox{
		width:80%;
	}
	.formWhite__contentBox{
		width:80%;
	}
}

.formmWhite__formBox{
	padding:20px;
	background:#fff;
	border-radius:var(--border-radius);
}

@media screen and (max-width:992px){
	.formWhite__contentBox--widthFullMobile {
		width:100%;
	}
}

/* faq 1 */

.imgFaq__box--one{
	position: relative;
	padding:16px;
	cursor: pointer;
	border-radius: 0px;
	border-bottom: 1px solid #e1dae1;
	transition: all 0.4s ease-out;
}
@media screen and (min-width:992px){
	.imgFaq__box--one:hover {
		background:#fff;
	}
}
@media screen and (max-width:992px){
	.imgFaq__box--one {
		padding:16px 0px;
	}
}
.faqSticky__icon--one{
	width:30px;
}
.imgFaq__answer--one p{
	margin-top: 24px;
	color:#000;
}	
.imgFaq__answer--one{
	max-height:0px;
	overflow:hidden;
	transition: max-height 0.4s ease-out;
}
.imgFaq__title--one{
	margin-bottom: 0px !important;
}
.imgFaq__box--one.active .imgFaq__answer--one{
	max-height:1000px;
}

.imgFaq__box--one:last-child{
	border-bottom: none;
}
.imgFaq__icon--one{
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:50%;
	transition: all 0.4s ease-out;
	transform: translate(0%, -50%);
}
.imgFaq__box--one.active .imgFaq__icon--one{
	transform: translate(0%, -50%) rotate(180deg);
}

.hr--black{
	background:#000 !important;
}

/* faq 2 */

.imgFaq__box--two{
	position: relative;
	padding:16px;
	cursor: pointer;
	border-radius: 0px;
	border-bottom: 1px solid #e1dae1;
	transition: all 0.4s ease-out;
}
@media screen and (min-width:992px){
	.imgFaq__box--two:hover {
		background:#fff;
	}
}
@media screen and (max-width:992px){
	.imgFaq__box--two {
		padding:16px 0px;
	}
}
.faqSticky__icon--two{
	width:30px;
}
.imgFaq__answer--two p{
	margin-top: 24px;
	color:#000;
}	
.imgFaq__answer--two{
	max-height:0px;
	overflow:hidden;
	transition: max-height 0.4s ease-out;
}
.imgFaq__title--two{
	margin-bottom: 0px !important;
}
.imgFaq__box--two.active .imgFaq__answer--two{
	max-height:1000px;
}

.imgFaq__box--two:last-child{
	border-bottom: none;
}
.imgFaq__icon--two{
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:50%;
	transition: all 0.4s ease-out;
	transform: translate(0%, -50%);
}
.imgFaq__box--two.active .imgFaq__icon--two{
	transform: translate(0%, -50%) rotate(180deg);
}


/* faq 3 */

.imgFaq__box--three{
	position: relative;
	padding:16px;
	cursor: pointer;
	border-radius: 0px;
	border-bottom: 1px solid #e1dae1;
	transition: all 0.4s ease-out;
}
@media screen and (min-width:992px){
	.imgFaq__box--three:hover {
		background:#fff;
	}
}
@media screen and (max-width:992px){
	.imgFaq__box--three {
		padding:16px 0px;
	}
}
.faqSticky__icon--three{
	width:30px;
}
.imgFaq__answer--three p{
	margin-top: 24px;
	color:#000;
}	
.imgFaq__answer--three{
	max-height:0px;
	overflow:hidden;
	transition: max-height 0.4s ease-out;
}
.imgFaq__title--three{
	margin-bottom: 0px !important;
}
.imgFaq__box--three.active .imgFaq__answer--three{
	max-height:1000px;
}

.imgFaq__box--three:last-child{
	border-bottom: none;
}
.imgFaq__icon--three{
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:50%;
	transition: all 0.4s ease-out;
	transform: translate(0%, -50%);
}
.imgFaq__box--three.active .imgFaq__icon--three{
	transform: translate(0%, -50%) rotate(180deg);
}

.typeCourse__thumbnail--allPublic{
	margin-bottom:0px !important;
}
.typeCourse__thumbnail--imgallPublic{
	height:auto !important;
}

.typeCourse__thumbnail--overlayallPUBLIC{
	opacity:0;
	background-color:#fff;
}

.galleryPublic__anchor{
	max-width:max-content;
	color:#6f6f6f !important;
	position:relative;
}
.galleryPublic__anchor::after {
	content:"";
	width:100%;
	height:1px;
	background:#6f6f6f;
	position:absolute;
	bottom:-2px;
	left:0px;
	transition:all 0.3s ease-out;
}
@media screen and (min-width:992px){
	.galleryPublic__anchor:hover::after {
		width:0%;
	}
}
@media screen and (max-width:576px){
	.galleryPublic__anchor {
		font-size:14px;
	}
}

.guarantee__icon{
	width:120px;
	height:120px;
	filter:invert(1);
}
@media screen and (max-width:768px){
	.guarantee__icon{
		width:100px;
		height:100px;
	}
}


.scroll-mobile{
		position:absolute;
		top:0px;
		width:100%;
		height:1px;
		content:'';
		z-index:-1;
		visibility:hidden;
		top:-76px;
}
@media screen and (min-width:1000px){
	.scroll-mobile {
		top:-100px;
	}
}
.btn-menu-topNav{
	background-color:var(--second) !important;
}

.bannerSlider__person{
	width:50px;
	min-width:50px;
	height:50px;
	border-radius:50%;
	object-fit:cover;
}
.bannerSlider__person--mrgLeft{
	margin-left:-10px;
}
.offerInterior__anchorBox{
	transition:all 0.25s ease-out;
}
@media screen and (min-width:992px){
	.offerInterior__anchorBox:hover{
		transform:scale(0.98);
	}
}

.typeCourse__thumbnail--logo {
	position:absolute;
	bottom:20px;
	right:20px;
}
.typeCourse__thumbnail--logo img {
	filter:invert(1);
	width:20px;
	z-index:2;
	position:relative;
}

.offerInterior__h5{
	text-transform:uppercase;
}

.page-id-3087 .slickCarSecond{
	display:none;
}
.page-id-3089 .slickCarSecond{
	display:none;
}
.page-id-3216 .slickCarSecond{
	display:none;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu{
	--dropdown-background-color:#000 !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link{
	font-weight:300 !important;
}

.entryContent h2 {
	margin-bottom:30px;
}

.entryContent h3 {
	margin-bottom:10px;
	margin-top:20px;
}

.entryContent__stickyBox h3 {
	margin-top:0px !important;
}

/* .entryAll .blog-box {
	background-color:#000 !important;
} */

.arrows-slick-blue img {
	border-radius:50%;
}
@media screen and (max-width:992px){
/* 	.imgBenefitsList__all {
		display:block;
	} */
	.bannerSLider__benefitsAll{
		width:100%;
	}
}
@media screen and (min-width:576px){
	.bannerSLider__benefitsAll{
		width:75%;
	}
}
@media screen and (min-width:768px){
	.bannerSLider__benefitsAll{
		width:55%;
	}
}
@media screen and (min-width:992px){
	.bannerSLider__benefitsAll{
		width:45%;
	}
}
@media screen and (min-width:1170px){
	.bannerSLider__benefitsAll{
		width:100%;
/* 		display:flex;
		justify-content:center;
		align-items:center;
		gap:20px; */
	}
	.imgBenefitsList__box {
		align-items:center;
	}
	.imgBenefitsList__allBoxes .imgBenefitsList__box:last-child {
		margin-bottom:8px;
	}
}



.padding-left-70-contentImgCircle__img1 {
	padding-left:70px;
}


.padding-right-30-contentImgCircle__img {
	padding-right:30px;
}
.padding-right-90-contentImgCircle__img {
	padding-right:90px;
}

.bannerPlace {
/* 	margin:20px;
	margin-top:70px; */
	margin-bottom:0px !important;
	border-radius:0px;
	padding-top:160px;
	padding-bottom:160px;
}
@media screen and (max-width:992px) {
	.bannerPlace {
		padding-top:70px;
		padding-bottom:70px;
	}
}


/* @media screen and (min-width:576px){
	.imgContentLine {
		padding-bottom:130px;
	}
}
@media screen and (max-width:576px){
	.imgContentLine {
		padding-bottom:115px;
	} */
/* 	.contentImgCircle__circleBox {
		right:25px;
	} */
}



.benefitsBoxes__box--white {
	background-color:#fff;
	border:1px solid var(--second);
}

.arrow-car-right img {
	border-radius:50%;
	width:24px;
	height:24px;
	min-width:24px;
}
.arrow-car--left img {
	border-radius:50%;
	transform:rotate(180deg);
	width:24px;
	height:24px;
	min-width:24px;
}

/* .ctaFullBox {
	margin-left:20px;
	margin-right:20px;
	border-radius:20px;
} */

.con-padding-20{
	padding-left:20px;
	padding-right:20px;
}
.offerInterior__flatBox{
	background:#e3e2dd;
	border-radius:var(--border-radius);
	margin-bottom:20px;
}

.offerInterior__flatBox--all .offerInterior__flatBox:last-child {
	margin-bottom:0px;
}


.black-btn--smallerOne a{
	padding:3px 30px;
	font-size:15px;
}

@media screen and (min-width:992px){
	.offerInterior__stickyBox{
		position:sticky;
		top:150px;
	}
}

.faqSticky__icon--i{
	font-size:30px;
	line-height:30px;
	margin-bottom:0px !important;
	font-weight:700;
	color:var(--second) !important;
}


.benefitsBoxes__icon--smaller{
	width:auto;
	height:36px;
	object-fit:contain;
}

@media screen and (min-width:1170px){
	.bannerSLider__ppp {
		font-size:20px;
	}
}


/* .second-btn--whiter a {
	background:#e3e2dd;
	border: 2px solid #e3e2dd;
	color:var(--second);
} */
.bannerOneImg__header1 {
	text-transform:uppercase;
}
@media screen and (min-width:992px){
/* 	.faqSticky__descriptionMain{
		width:50%;
	} */
	.bannerOneImg__header1 {
		font-size:46px;
		line-height:56px;
	}
}

@media screen and (min-width:1000px){
	[class*=animated-submenu]>.sub-menu {
		min-width:330px !important;
	}
}


.bannerSlider__gradient--second{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: visible;
	background: linear-gradient(90deg, #2b2b2a 0.58%, #2b2b2a 99.91%);
	-webkit-mask: linear-gradient(360deg, #2b2b2a 5%, transparent 40%);
	border-radius:0px;
}

.imgContent__boxPadding1{
	padding:50px 20px;
}
@media screen and (min-width:992px) {
	.imgContent__boxPadding1{
		padding-left:60px;
		padding-right:60px;
	}
}
.imgContent__grid{
	background:rgba(255,255,255,.12) !important;
	border-radius:0px;
	border:1px solid #d7d3d1;
}

.background-color-txt{
	max-width:max-content;
	background:var(--second);
	border-radius:50px;
	padding:7px 12px 1px 12px;
	color:#fff;
}

@media screen and (min-width:1170px){
	.bannerOne__header {
		font-size:64px;
		line-height:72px;
	}
	.page-id-1711 .bannerOne__header {
		font-size:46px;
		line-height:56px;
	}
}

.infoContact__img {
	height:270px;
	object-fit:cover;
	width:100%;
	border-radius:20px;
}
@media screen and (max-width:576px){
	.infoContact__img {
		height:170px;
	}
}


@media screen and (max-width:768px){
	.imgContentLine__boxesCenterMobile {
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.margin-top-1-m{
		margin-top:10px !important;
	}
	.margin-bottom-1-m {
		margin-bottom:10px !important;
	}
}


.stepsSection {
	position:sticky;
	top:130px;
}
@media screen and (max-width:690px){
	.stepsSection {
		top:96px;
	}
}
/* .stepsSection.bg-light {
	background:#fff;
} */

.stepsSection__boxer{
	padding:160px 28px;
	border:1px solid #373737;
	border-radius:20px;
	background:#0f0e0e;
	margin-bottom:20px;
}

.stepsSticky__icon--i{
	font-size:30px;
	line-height:30px;
	font-weight:700;
	color:#000 !important;
}
.vertical-line{
	width:1px;
	height:auto;
	background:#b3acac;
}
.stepsSticky__lineBox{
	height:calc(100%);
}
.stepsSticky__contentBox{
	padding-bottom:20px;
}
.stepsSticky__allBoxes .stepsSticky__box:last-child .vertical-line{
	display:none;
}

.stepsSticky__img{
	height:585px;
	border-radius:0px;
	object-fit:cover;
	width:100%;
}
@media screen and (max-width:992px){
	.stepsSticky__img{
		height:auto;
	}
}

@media screen and (min-width:992px){
	.stepsSticky__imgs {
		position:sticky;
		top:150px;
	}
}


.gallery__imgMain {
/* 	height:425px; */
	object-fit:cover;
	width:100%;
/* 	border-radius:20px; */
}

.threeImgEqual__img{
	border-radius:0px;
	margin-bottom:20px;
}


/* compare-table */

.compareTable__logo {
	height:74px;
	width:auto;
}

.border-x-gradient{
	border-left:1px solid #1c1c1c;
	border-right:1px solid #1c1c1c;
}
.border-top-gradient{
	border-top:1px solid #fff;
}
.singleCell.bg-gradient {
	background:#1c1c1c;
}
.singleCell{
	padding:8px;
}


.table__icon{
	width:20px;
	min-width:20px;
	height:20px;
/* 	filter:invert(1); */
}
@media screen and (min-width:992px) {
	.compareTable__linePion {
		height:100%;
		width:1px;
		background:#2b2b2a;
	}
}
@media screen and (max-width:992px) {
	.compareTable__linePion {
		width:100%;
		height:1px;
		background:#2b2b2a;
	}
}

@media screen and (max-width:768px){
	.singleCell {
		padding:10px;
	}
	.compareTable__p{
		font-size:13px;
	}
	.table__icon{
		width:20px;
		height:20px;
		min-width:20px;
	}
	.compareTable__firstRowHeader{
		font-size:19px;
		line-height:21px;
	}
	.compareTable__logo{
		height:auto;
	}
}

.page-id-4567 .slickCarSecond {
	display:none;
}
@media screen and (max-width:992px){
	.slickCarMain__img{
		margin-bottom:30px;
	}
}

.benefitsBoxes__icon--light{
	width:30px;
	min-width:30px;
	height:30px;
	filter:invert(1);
}

.ctaBenefits__grid{
	padding:20px;
	border-radius:20px;
}

.benefitsBoxes__box--light{
	background:#fff !important;
	padding:12px;
	border-radius:10px;
}
.ctaBenefits{
	border-top:1px solid #373737;
}

/* .benefitsBoxes__h4--light{
	font-size:16px;
}
@media screen and (max-width:768px){
	.benefitsBoxes__h4--light{
		font-size:14px;
	}
} */

/* inverted border radius */

.typeCourse__bgInvertedBorders{
	position:absolute;
	background:#0f0e0e;
	bottom:0px;
	right:0px;
	width:80px;
	height:80px;
	z-index:11;
	border-top:10px solid #0f0e0e;
	border-left:10px solid #0f0e0e;
	border-top-left-radius:20px;
}
.invertedBorders__img {
	position:relative;
}
.invertedBorders__img::before {
	content:"";
	position:absolute;
	bottom:80px;
	right:0px;
/* 	background:red; */
	width:20px;
	height:20px;
	z-index:10;
	border-radius:50%;
	box-shadow:10px 10px 0 #0f0e0e;
}
.invertedBorders__img::after {
	content:"";
	position:absolute;
	bottom:0px;
	right:80px;
/* 	background:red; */
	width:20px;
	height:20px;
	z-index:10;
	border-radius:50%;
	box-shadow:10px 10px 0 #0f0e0e;
}

@media screen and (max-width:768px) {
	.typeCourse__bgInvertedBorders {
		width:60px;
		height:60px;
	}
	.invertedBorders__img::before {
		bottom:60px;
	}
	.invertedBorders__img::after {
		right:60px;
	}
}



@media screen and (max-width:576px){
	.bannerSlider__revBox {
		max-width:100%;
	}
}

.bannerOneVideo__descUnderBtns{
	font-size:13px;
	font-style:italic;
	margin-top:10px;
}

.offerOne__boxName{
	background:#3c3c3c;
	padding:15px 10px;
	border-radius:20px;
	margin-bottom:20px;
	color:#fff !important;
}

.bannerSlider__personImg {
	width:80px;
	border-radius:20px;
	height:80px;
	object-fit:cover;
}


.bannerSlider__revBox {
	background:#23231c;
	max-width:max-content;
	border-top:10px solid #23231c;
	border-right:10px solid #23231c;
	border-top-right-radius:10px;
}

@media screen and (max-width:576px){
	.bannerSlider__revBox {
		max-width:100%;
	}
}


.bannerSlider__revBox{
	position:absolute;
	bottom:0px;
	left:40px;
	min-width:240px;
	width:240px;
}
@media screen and (max-width:992px) {
	.bannerSlider__revBox {
		left:10px;
	}
}

.invertedBorders__bannerSlider{
	position:relative;
}
.invertedBorders__bannerSlider::before {
	content:"";
	position:absolute;
	bottom:90px;
	left:40px;
/* 	background:red; */
	width:20px;
	height:20px;
	z-index:10;
	border-radius:50%;
	box-shadow:-10px 10px 0 #23231c;
}
.invertedBorders__bannerSlider::after {
	content:"";
	position:absolute;
	bottom:0px;
	left:280px;
/* 	background:red; */
	width:20px;
	height:20px;
	z-index:10;
	border-radius:50%;
	box-shadow:-10px 10px 0 #23231c;
}
@media screen and (max-width:992px){
	.invertedBorders__bannerSlider::before {
		left:10px;
	}
	.invertedBorders__bannerSlider::after {
		left:250px;
	}
}
.bannerSlider__name {
	font-size:16px;
	color:#fff;
	font-family:var(--txtHeader);
}

.background-color-txt--light{
	max-width:max-content;
/* 	border:1px solid #fff; */
	border-radius:0px;
/* 	padding:4px 12px 4px 12px; */
	color:#ffffffbf;
	font-family:var(---txt);
}

.background-color-txt--dark{
	max-width:max-content;
/* 	border:1px solid #2b2b2a; */
	border-radius:0px;
/* 	padding:4px 12px 4px 12px; */
	color:#747e73;
	font-family:var(---txt);
}

@media screen and (max-width:992px){
	.line-btn--centered {
		display:flex;
		justify-content:center;
	}
}

.imgContentLine__boxesCenterMobile{
	padding:20px 10px;
	border-radius:0px;
	display:flex;
	justify-content:space-between;
	border-top:1px solid #d7d3d1;
	align-items:center;
/* 	background:#fff; */
}


.padding-top-5-important {
	padding-top:50px !important;
}

.otherPortfolio{
	border-top:1px solid #373737;
}

@media screen and (max-width:768px) {
	.bannerOne__mobile {
		font-size:20px !important;
		line-height:30px !important;
	}
}



.packageMain__stickyBox{
	padding:15px;
	border-radius:20px;
}
.packageMain__stickyBox {
	background:#fff;
	border:1px solid #373737;
}
@media screen and (min-width:992px){
	.packageMain__stickyBox{
		position:sticky;
		top:150px;
	}
}

.packageMain__content{
	border-radius:20px;
	border:1px solid #373737;
	padding:20px;
}
.packageMain__price{
	padding:20px;
	border-radius:20px;
	max-width:max-content;
	background:#23231c;
	color:#fff;
}

nav[class*=menu] li[class*=current-menu-]>.ct-menu-link {
	color:#fff !important;
	background:linear-gradient(160deg, rgba(201,161,95,.14), rgba(20,21,24,.4));
	border-radius:10px !important;
	border:1px solid rgba(255,255,255,.08);
	max-height:max-content;
	padding:3px 15px;
	border-radius:0px;
/* 	font-style:italic; */
}
@media screen and (max-width:1000px) {
	nav[class*=menu] li[class*=current-menu-]>.ct-menu-link {
		color:#fff !important;
		background:linear-gradient(160deg, rgba(201,161,95,.14), rgba(20,21,24,.4));
	border-radius:10px !important;
	border:1px solid rgba(255,255,255,.08);
	}
}

nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
	color:rgb(255 255 255 / .4) !important;
	border:1px solid rgb(255 255 255 / .4);
	max-height:max-content;
	padding:3px 15px;
	border-radius:100px;
	font-style:italic;
}
@media screen and (max-width:1000px) {
	nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
/* 		max-width:max-content; */
		color:rgb(255 255 255 / .4) !important;
		border:none !important;
		max-height:max-content;
		padding:0px;
		border-radius:0px;
		font-style:normal;
	}
	nav[class*=menu] li[class*=current-menu-]>.ct-menu-link {
		max-width:max-content;
	}
}

.sub-menu .menu-item {
	background:#000;
	padding:10px;
	border-radius:20px;
	border:none !important;
}
.sub-menu .ct-menu-link{
	background:#0f0e0e;
	border-radius:20px;
	border:1px solid #373737;
}




.heroSlider__arrow {
	position:absolute;
	cursor:pointer;
	z-index:12;
	top:calc(100% - 70px);
	right:60px;
	height:50px;
	background:#fff;
	border-radius:50%;
}

.heroSlider__arrow img {
	height:50px;
	width:50px;
}

.heroSlider__arrow--left{
	right:120px;
} 
@media screen and (max-width:992px) {
	.heroSlider__arrow {
		right:30px;
		height:40px;
		top:calc(100% - 60px);
	}
	.heroSlider__arrow--left {
		right:80px;
	}
	.heroSlider__arrow img {
		height:40px;
		width:40px;
	}
/* 	.heroSlider__arrow {
		top:calc(100% - 60px);
		right:30px;
		height:40px;
	} */
}

.heroSlider__leftImg{
	transform:rotate(180deg);
}

@media screen and (min-width:992px) {
	.imgBenefitsList__allBoxes--horizontal {
		display:flex;
		gap:10px;
	}
}

/* @media screen and (min-width:1170px) {
	.contentImgCircle__allBoxes {
		width:60%;
	}
} */

@media screen and (min-width:992px) {
	.contentImgCircle__contentImgBox {
		position:sticky;
		top:130px;
	}
	.benefitsSticky__box--benefitsSticky {
		position:sticky;
		top:130px;
	}
	.typeCourse__list {
		width:100%;
	}
}
@media screen and (max-width:992px) {
	.contentImgCircle__contentImgBox {
		display:none;
	}
}

.stepsSticky__box{
	border-bottom:1px solid #d7d3d1;
	margin-bottom:20px;
	padding:20px 0px;
}
.stepsSticky__allBoxes .stepsSticky__box:last-child {
	margin-bottom:0px;
}

.ctaFullBox__content{
	padding:20px;
	border-radius:20px;
	background:#23231c;
}

.compareTable__row--last .compareTable__checked {
  border-radius: 0px 0px 20px 20px;
}


.placeImg__content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	background:#0f0e0e !important;
	padding:20px;
	border-radius:20px;
	border:1px solid #373737;
}

.placeImg__img{
	height:500px;
	width:100%;
	border-radius:20px;
	object-fit:cover;
}
@media screen and (max-width:992px) {
	.placeImg__img {
		height:auto;
	}
}



.reviewsCenter__box {
	width:530px;
	background:rgba(255,255,255,.12);
	margin:0px 10px;
	border-radius:0px;
	padding:20px;
	min-height:345px !important;
	border:1px solid #d7d3d1;
}
@media screen and (min-width:1170px) {
	.reviewsCenter__box {
		min-height:380px !important;
		display:flex !important;
		justify-content:space-between;
	}
}
@media screen and (max-width:768px) {
	.reviewsCenter__box {
		width:280px;
	}
}



.arrows-slick{
	position:absolute;
	top:-80px;
	cursor:pointer;
	z-index:10;
	height:50px;
	width:50px;
	background:#e9ba68;
	border-radius:0px;
}

.arrow-right{
	right:calc(50% - 60px);
}
.arrow-left{
	left:calc(50% - 60px);
	transform:rotate(180deg);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* proporcje 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
	
}

@media screen and (max-width:768px) {
	.embed-container {
		padding-bottom: 90%; 
	}
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius:20px;
}




.swiper-button-next--otherPortfolio {
	top: -50px !important;
		right:0px !important;
	background:#23231c;
	border-radius:50%;
/* 	height:60px !important; */
}

.swiper-button-prev--otherPortfolio{
		top: -50px !important;
		right:80px !important;
/* 		height:60px !important; */
		left:unset !important;
	}
	.swiper-button-prev--otherPortfolio.swiper-button-disabled{
		opacity: 0.35 !important;
	}
@media screen and (max-width:768px) {
	.swiper-button-prev--otherPortfolio {
		right:60px !important;
	}
}

.imgFaq__box--bordered {
	border:1px solid #d7d3d1 !important;
	margin-bottom:20px;
}

/* .imgFaq__answer--black p {
	color:#646454;
} */
.infoContact__cytatBox {
	padding:15px;
	border-radius:20px;
	border:1px solid #23231c;
}

.infoContact__imgPerson {
	border-radius:20px;
	height:376px;
	width:100%;
	object-fit:cover;
}

.bannerSlider__google {
	width:16px;
	height:16px;
	filter:invert(1);
}


.toggle-review-btn {
  	font-size:16px;
	cursor:pointer;
	color:#2b2b2a;
	display:inline-block;
	text-align:center;
	transition:all 0.3s ease-out;
	width:max-content;
	font-weight:500;
/* 	text-transform: uppercase; */
	position: relative;
	background:none !important;
	font-family:var(--txtHeader);
}
.toggle-review-btn::after {
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0px;
	background-color:#2b2b2a;
	transition:all 0.3s ease-out;
}
.reviewsCenter__flexBox {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	min-height:305px;
}
@media screen and (max-width:768px) {
	.reviewsCenter__flexBox {
		min-height:435px;
	}
	.reviewsCenter__box {
		min-height:440px !important;
	}
}

.wpcf7-form-control.wpcf7-checkbox {
	display:flex;
	flex-direction:column;
	align-items:start;
	gap:10px;
	color:#000;
}
.wpcf7-list-item {
	margin:0px !important;
}
span .wpcf7-list-item-label {
	font-weight:400 !important;
	font-size:13px;
	color:#fff;
}

.ctaCall__noBorder {
	border-top:none !important;
}

.contentImgCircle__box--fix--forWho {
	border:1px solid #000;
}
.contentImgCircle__box--fix--forWho::before {
	filter:invert(0);
}

.contentImgCircle__box--forWho {
	border:1px solid #000;
	margin-bottom:10px;
}
.contentImgCircle__box--forWho::before {
	filter:invert(0);
}
.contentImgContent__img {
	border-radius:20px;
}

.typeCourse__bgInvertedBorders--more {
	width:140px;
	background:#0a0b0d;
	border-top:10px solid #0a0b0d;
	border-left:10px solid #0a0b0d;
}
.invertedBorders__img--more::after {
	right:140px;
	box-shadow:10px 10px 0 #0a0b0d;
}
.invertedBorders__img--more::before {
	box-shadow:10px 10px 0 #0a0b0d;
}
/* .slickCarSecond {
	display:none !important;
} */

@media (min-width:768px) and (max-width:992px) {
	.arrow-car {
		bottom:40px;
	}
}
@media screen and (max-width:768px) {
	.arrow-car {
		bottom:30px;
	}
	.arrow-car--left {
		right:56px;
	}
	.typeCourse__bgInvertedBorders--more {
		width:120px;
	}
	.invertedBorders__img--more::after {
		right:120px;
	}
}

.singleCourse__teil h4 {
	color:#fff;
	margin-top:0px;
	margin-bottom:10px;
}

.imgContentNumbers__img{
	border-radius:0px;
}

.offerSticky__box{
	border-radius:0px;
	padding:30px 40px;
	display:flex;
	flex-direction:column;
	justify-content:end;
	height:450px;
	margin-bottom:1px;
	transition:all 0.3s ease-out;
}
.background-color-txt--light__small {
	font-size:13px;
	letter-spacing:0px;
}
@media screen and (max-width:1300px) {
	.offerSticky__tags {
		flex-direction:column;
		padding-right:50px;
	}
}
/* .offerSticky__allBoxes .offerSticky__anchor :last-child {
	margin-bottom:0px !important;
} */

.bannerSlider__gradient--third {
	background:linear-gradient(90deg, #67382a 0.58%, #67382a 99.91%);
	-webkit-mask:linear-gradient(360deg, #67382a 5%, transparent 40%);
	border-radius:0px;
}
.offerSticky__arrow img {
	width:50px;
	height:50px;
}
.offerSticky__arrow {
	position:absolute;
	cursor:pointer;
	z-index:10;
	position:absolute;
	bottom:30px;
	right:40px;
	background:#fff;
	border-radius:50%;
	transition:all 0.3s ease-out;
}
@media screen and (max-width:992px) {
	.offerSticky__box {
		padding:30px 20px;
	}
	.offerSticky__arrow {
		right:20px;
	}
	.offerSticky__box {
/* 		height:400px; */
		height:335px;
	}
	.bannerSlider__gradient--third {
		-webkit-mask:linear-gradient(360deg, #211f1f 20%, transparent 100%);
	}
	.offerSticky__arrow img {
		width:40px;
		height:40px;
	}
}

@media screen and (min-width:992px) {
	.offerSticky__anchor:hover .offerSticky__arrow {
		transform:rotate(25deg);
	}
	.offerSticky__anchor:hover .offerSticky__box {
		transform:scale(0.96);
	}
}

.bg-fixed {
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
}
@media screen and (max-width:992px) {
	.bg-fixed {
		background-image:none !important;
	}
}

.bannerSlider__gradient--right {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: visible;
	background:linear-gradient(90deg, #000 0.58%, #000 99.91%);
	-webkit-mask: linear-gradient(90deg, #000 35%, transparent 100%);
	border-radius:0px;
}

.stepsSticky__mainBox {
	background:#000;
	max-height:max-content;
	margin-bottom:20px;
}

.benefitsBoxes__icon--numbers {
	width:55px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.order-2-steps {
	order:2;
}

.circle__animate{
	width:25px;
	height:25px;
	min-width:25px;
	border-radius:50%;
	border:1px solid #fff;
	background:#000;
	position:absolute;
	top:0px;
	right:50%;
	transform:translateX(50%);
	transition:all 0.3s ease-out;
}
.circle__white {
    background: #fff !important;
}
.bannerSlider__gradient--black {
	background:#000;
	opacity:0.75;
	position:absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.avatarBoxes__img {
	border-radius:0px;
	width:100%;
	object-fit:cover;
	height:auto;
}
@media screen and (min-width:992px) {
	.stepsSticky__imgMobile {
		display:none;
	}
	.avatarBoxes__img {
		border-radius:0px;
		height:670px;
		width:100%;
		object-fit:cover;
		
	}
}
@media screen and (max-width:992px) {
	.bannerSlider__gradient--black {
		display:none;
	}
	.stepsSticky {
		padding-bottom:0px !important;
	}
	.benefitsSticky {
		padding-bottom:0px !important;
	}
}

.single-portfolio .page-margin-top {
	margin-top:0px;
}

.videoProject__divH2 {
	align-items:end;
}
.videoProjectBoxes{
	max-height:max-content;
}


.padding-top-0{
	padding-top:0px !important;
}
.padding-bottom-0 {
	padding-bottom:0px !important;
}


.swiper-button-next--otherPortfolio {
	width:50px !important;
	height:50px !important;
	background:#fff;
	border-radius:50%;
}
.swiper-button-prev--otherPortfolio {
	
	width:50px !important;
	height:50px !important;
	background:#fff;
	border-radius:50%;
}

.swiper-button-prev--otherPortfolio img {
	transform:rotate(180deg);
}

.typeCourse__item--noMargin--noSticky{
	position:static;
	top:unset;
/* 	margin-bottom:0px !important; */
}

.otherProjects__line{
	border-top:1px solid #373737;
}

.bannerSlider__gradient--second--light {
	background:linear-gradient(90deg, #0f0e0e 0.58%, #0f0e0e 99.91%);
	-webkit-mask:linear-gradient(360deg, #0f0e0e 5%, transparent 40%);
}

.bannerSlider__gradient--fromLeft{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:linear-gradient(90deg, #0f0e0e 0.58%, #0f0e0e 99.91%);
	-webkit-mask:linear-gradient(90deg, #0f0e0e 10%, transparent 59%);
}
.bannerSlider__gradient--fromLeft--black{
	background:linear-gradient(90deg, #000 0.58%, #000 99.91%);
	-webkit-mask:linear-gradient(90deg, #000 10%, transparent 59%);
}
.imgShowSecond__imgImg {
	border-radius:20px;
}
.imgShow__imgImg{
	border-radius:20px;
}
.imgShowThird__imgImg {
	border-radius:20px;
}
@media screen and (min-width:1170px) {
	.imgShowSecond__img {
		padding-right:200px;
	}
	.imgShow__paddingP p {
		padding-right:200px;
	}
}
@media screen and (max-width:576px) {
	.ctaBenefits__h2Main {
		font-size:28px;
		line-height:34px;
	}
}
@media screen and (max-width:992px) {
	.flex-direction-column-l {
		flex-direction:column;
	}
	.infoContact__cytatBoxes {
		display:flex;
		justify-content:center;
	}
}

/* @media screen and (min-width:576px) {
	.infoContact__img--bigger{
		height:320px;
	}
}
@media screen and (max-width:576px) {
	.infoContact__img--bigger{
		height:160px;
	}
} */

.placeMap__personImg{
	object-fit:cover;
	border-radius:20px;
	height:500px;
}
@media screen and (max-width:992px) {
	.placeMap__personImg {
		height:auto;
	}
	.thankVisit__h4SmallFirst {
		font-size:14px;
	}
}

.thankkVisit__imgLast {
	border-radius:0px;
}


.problemInteriorss .grid.gap-2 {
	order:2;
}
@media screen and (min-width:992px) {
	.problemInteriorss--desktop .grid.gap-2 {
		order:2;
	}
}


.solutionBoxes__width {
	width:70%;
}
.solutionBoxes__box2{
	width:70%;
}
.solutionBoxes__img2{
	height:300px;
	object-fit:cover;
	border-radius:0px;
}
.solutionBoxes__img3{
	height:390px;
	object-fit:cover;
	border-radius:0px;
}
.solutionBoxes__box3 {
	width:80%;
}
@media screen and (max-width:576px) {
	.solutionBoxes__width {
		width:100%;
	}
	.solutionBoxes__box2{
		width:100%;
	}
	.solutionBoxes__box3 {
		width:100%;
	}
	.solutionBoxes__img2 {
		height:auto;
	}
	.solutionBoxes__img3 {
		height:auto;
	}
}

.packageMain__boxWho .benefitsBoxes__box {
	margin-bottom:20px;
}
.packageMain__boxWho .benefitsBoxes__box:last-child {
	margin-bottom:0px;
}

.interiorPortfolio .typeCourse__bgInvertedBorders {
	border-top:10px solid #000;
	background:#000;
	border-left:10px solid #000;
}
.interiorPortfolio .invertedBorders__img::before {
	box-shadow:10px 10px 0 #000;
}
.interiorPortfolio .invertedBorders__img::after {
	box-shadow:10px 10px 0 #000;
}


.bannerSlider__desc p {
	font-size:19px;
	color:#ffffffbf;
}

@media screen and (max-width:992px) {
	.bannerSlider__h4 {
		font-size:16px;
	}
	.bannerSlider__desc p {
		font-size:13px;
	}
}
@media screen and (min-width:992px) {
	.bannerSlider__desc {
		width:70%;
	}
}

.benefitsFaq__box {
	border-top:1px solid #373737;
	padding:30px 0px;
}

.offerInterior__personDesc p {
	font-size:10px;
	text-transform:uppercase;
	color:#2b2b2a;
}
.imgContentLine__names {
	position:absolute;
	bottom:20px;
	left:20px;
	padding:5px 20px;
	z-index:10;
	background:#eae7e5;
}
.font-weight-400 {
	font-weight:400 !important;
}

.typeCourse__title {
	text-transform:uppercase;
	margin-top:10px;
}


.abs-bg-right {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	z-index:0;
}
@media screen and (max-width:992px) {
	.abs-bg-right {
		display:none !important;
	}
}
.abs-bg-right .bg-position-center {
	width:100%;
	height:100%;
}
.bg-position-center {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

@media screen and (min-width:992px) {
	.stepsSticky__imgMobile {
		display:none;
	}
}

.bannerSlider__gradientBGBG--first{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: visible;
/* 	background: linear-gradient(90deg, #0a0909 0.58%, #0a0909 99.91%); */
	background:linear-gradient(180deg, #eeebe9 0.58%, #eeebe9 99.91%);
/* 	-webkit-mask: linear-gradient(120deg, #0a0909 5%, transparent 100%); */
	-webkit-mask: linear-gradient(90deg, #eeebe9 5%, transparent 100%);
	border-radius:0px;
}
.bannerSlider__gradientBGBG--faq {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: visible;
/* 	background: linear-gradient(90deg, #0a0909 0.58%, #0a0909 99.91%); */
	background:linear-gradient(180deg, #eeebe9 0.58%, #eeebe9 99.91%);
/* 	-webkit-mask: linear-gradient(120deg, #0a0909 5%, transparent 100%); */
	-webkit-mask: linear-gradient(90deg, #eeebe9 5%, transparent 100%);
	border-radius:0px;
}

.specialTxt {
/* 	color:#67382a; */
	font-size:116px;
	line-height:116px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#2b2b2a;
}
.specialTxt--smaller h2 {
	color:#fff;
	font-size:100px;
	line-height:100px;
	letter-spacing:3px;
}
@media screen and (max-width:768px) {
	.specialTxt {
		font-size:50px;
		line-height:50px;
	}
	.specialTxt--smaller h2 {
		font-size:30px;
		line-height:34px;
	}
}

.benefitsUnder__box {
	padding:30px 0px;
	border-top:1px solid #d7d3d1;
}
.grey-color {
	color:#bfbfbf;
}

.border-top-gradient {
	border-top:1px solid #bfbfbf;
}
/* .ctaFullBox {
	margin-left:20px;
	margin-right:20px;
} */
.specialTxt--smallest {
	font-size:22px;
	line-height:28px;
}
@media screen and (min-width:992px) {
	.specialTxt--smallest {
		font-size:83px;
		line-height:91px;
	}
}
@media screen and (max-width:992px) {
	.stepsHalf {
		padding-bottom:0px !important;
	}
	.headerCenter__desc h2 {
		font-size:26px !important;
		line-height:34px !important;
	}
	.ctaFullBox__h3 {
		font-size:20px;
	}
}
@media screen and (max-width:1000px) {
	.second-btn--calendar a {
		font-size:20px;
	}
}



.stepsWork__box {
	padding:20px;
	transition:all 0.3s ease-out;
}
.stepsWork__desc p {
	font-size:14px;
}
.benefitsBoxes__box ul {
	color:#000;
	font-size:14px;
}
@media screen and (min-width:992px) {
	.stepsWork__box:hover {
		background:#fff;
	}
	.stepsWork__box:hover .benefitsBoxes__h4 {
		color:#000;
	}
	.stepsWork__box:hover .stepsWork__desc p {
		color:#000;
	}
	.stepsWork__box:hover .p__small {
		color:#000;
	}
	.stepsWork__desc p {
/* 		visibility:hidden; */
		opacity:0;
		transition:all 0.3s ease-out;
	}
	.benefitsBoxes__box ul {
		opacity:0;
		transition:all 0.3s ease-out;
		color:#04202C;
	}
	.stepsWork__box:hover .stepsWork__desc ul {
		opacity:1;
		color:#fff;
	}
	.stepsWork__betweenDesktop {
		justify-content:space-between;
		height:100%;
	}
	.stepsWork__box:hover .stepsWork__desc p {
/* 		visibility:visible; */
		opacity:1;
	}
	.stepsWork__threeColumns .grid-4 {
		grid-template-columns:repeat(3,1fr);
	}
}

.infoContact__quote {
	font-style:italic;
}

@media screen and (min-width:992px) {
	.solutionBoxes__img {
		height:360px;
	}
	.avatarBoxes__img--smaller {
		height:430px;
	}
	.social__footer {
		flex-direction:column;
		gap:10px;
		align-items:end;
	}
}
@media screen and (max-width:992px) {
	.imgFaq {
		padding-bottom:0px !important;
	}
	.social__footer {
			flex-direction:column;
		gap:10px;
	}
}

.bannerSlider__bgDark {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	background:#2b2b2a;
	opacity:0.67;
}

/* .ct-header .default-logo {
	filter:brightness(100);
} */
/* .ct-header.bg-header .default-logo {
	filter:none;
}
 */

.second-btn--whiter a {
	background: linear-gradient(150deg, rgb(217, 176, 106), rgb(185, 146, 79));
/* 	border: 2px solid #8b3a1f; */
	color: #1a1a1a;
}
/* .second-btn--whiter .second-btn--iconPhone {
	filter:invert(1);
} */


/* .ct-header.bg-header .second-btn--calendar a {
	background:#2b2b2a;
	color:#fff;
	border:2px solid #2b2b2a;
} */
/* .ct-header.bg-header .second-btn--iconPhone {
	filter:invert(1);
} */
@media screen and (min-width:992px) {
	.second-btn--whiter a:hover {
		background:linear-gradient(150deg, rgb(217, 176, 106), rgb(185, 146, 79));
/* 		border:2px solid #4ff98d; */
		color:#1a1a1a;
	}
}
@media screen and (max-width:1000px) {
	.second-btn--calendar a {
		background:linear-gradient(150deg, rgb(217,176,106), rgb(185,146,79));
		color:rgb(18,16,11);
		box-shadow:rgba(201,161,95,.32) 0px 8px 26px;
	}
/* 	.second-btn--calendar a .second-btn--iconPhone {
		filter:invert(1);
	} */
}

.second-btn--darker a {
	background:#2b2b2a;
	border:2px solid #2b2b2a;
	color:#fff;
}
@media screen and (min-width:992px) {
	.second-btn--darker a:hover{
		background:#595958;
		border:2px solid #595958;
		color:#fff;
	}
}
@media screen and (max-width:992px) {
	.imgFaq__title {
		font-size:18px;
	}
}
.ctaFullBox {
	border-top:1px solid #2b2b2a;
}






.txt-maincolor {
	color:#2b2b2a;
}


.img_eu {
	width:400px;
	margin-bottom:20px;
}
@media screen and (max-width:576px) {
	.img_eu {
		width:100%;
	}
}

.bannerOne__h2Special h2 {
	letter-spacing:0px;
	font-size:60px;
	line-height:68px
}
@media screen and (max-width:576px) {
	.bannerOne__h2Special h2 {
		font-size:24px;
		line-height:32px;
	}
}



.boxSticky__pBg {
	background:#2b2b2a;
	color:#fff;
	padding:0px 10px;
	margin-bottom:20px;
}
.boxSticky__desc ul {
	color:#2b2b2a;
}

@media screen and (min-width:992px) {
	.whoMedical .avatarBoxes__img {
		height:500px;
	}
}

.descMedical .grid.gap-2 {
	display:block;
}
@media screen and (max-width:992px) {
	.descMedical .grid.gap-2 {
		order:2;
	}
}





/* GŁÓWNA STRUKTURA I RESET */
.portfolio-main-container {
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%;
}

/* Układ domyślny (Mobile / Tablet) - 1 kolumna */
.portfolio-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    width: 100%;
}

.portfolio-tile {
    position: relative;
    width: 100%;
    margin-bottom: 0 !important;
}

.portfolio-tile__link {
    display: block;
    width: 100%;
    height: 100%;
}

.portfolio-tile__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 260px;
    overflow: hidden;
}

/* KONTENER OBRAZKA I EFEKT ZOOM */
.portfolio-tile__img-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.portfolio-tile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Gradient zaciemniający od dołu */
.portfolio-tile__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.9;
    transition: opacity 0.4s ease;
}

/* POZYCJONOWANIE TYTUŁU (Lewy dolny róg) */
.portfolio-tile__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    z-index: 2;
    pointer-events: none;
}

.portfolio-tile__title {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.3;
}

/* HOVER (Tylko powyżej 992px) */
@media (min-width: 993px) {
    .portfolio-tile:hover .portfolio-tile__img {
        transform: scale(1.06); /* Bezpieczny zoom bez zmiany wysokości */
    }
    .portfolio-tile:hover .portfolio-tile__overlay {
        opacity: 0.95;
    }
}

/* UKŁAD DIAMENTOWY / PRZEPLOT GRID (Desktop powyżej 992px) */
@media (min-width: 993px) {
    .portfolio-group {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 450px; /* Wysokość pojedynczego małego kafelka */
        gap: 1px;
    }

    .portfolio-tile__wrapper {
        min-height: 100%; 
    }

    /* UKŁAD ZWYKŁY (Blok 1, 3, 5...): Duży po lewej, dwa małe po prawej */
    .portfolio-group:not(.portfolio-group--inverted) .portfolio-tile--1 {
        grid-column: 1;
        grid-row: span 2;
    }
    .portfolio-group:not(.portfolio-group--inverted) .portfolio-tile--2 {
        grid-column: 2;
        grid-row: 1;
    }
    .portfolio-group:not(.portfolio-group--inverted) .portfolio-tile--3 {
        grid-column: 2;
        grid-row: 2;
    }

    /* UKŁAD ODWRÓCONY (Blok 2, 4, 6...): Dwa małe po lewej, duży po prawej */
    .portfolio-group--inverted .portfolio-tile--1 {
        grid-column: 1;
        grid-row: 1;
    }
    .portfolio-group--inverted .portfolio-tile--2 {
        grid-column: 1;
        grid-row: 2;
    }
    .portfolio-group--inverted .portfolio-tile--3 {
        grid-column: 2;
        grid-row: span 2;
    }
}

.header__opacityBig {
	opacity:0.1;
	font-size:66px !important;
	letter-spacing:5px;
	line-height:66px !important;
}
@media screen and (max-width:576px) {
	.header__opacityBig {
		font-size:40px !important;
		line-height:40px !important;
	}
}
.lines-btn a {
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.lines-btn--line {
	width:50px;
	background:#fff;
	height:1px;
	transition:all 0.4s ease-out;
}
@media screen and (max-width:576px) {
	.lines-btn a {
		font-size:14px;
	}
}
@media screen and (min-width:992px) {
	.lines-btn a:hover .lines-btn--line {
		width:70px;
	}
	.padding-top-7 {
		padding-top:170px !important;
	}
	.padding-bottom-7 {
		padding-bottom:100px !important;
	}
}


/* .second-btn .second-btn--iconPhone {
	filter:invert(1);
} */

.wpcf7-list-item {
	width:100%;
}

.landingFunnel__popUp--safeIcon {
	height:20px;
	width:auto;
	filter:invert(1);
}
.wpcf7-spinner {
	display:none;
}






/* STYLOWANIE TABSÓW */
.calendar-tabs-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
	padding:10px;
	max-width:max-content;
	background:#fff;
	border-radius:100px;
	border:1px solid #d7d3d1;
}

.calendar-tab-btn {
    all: unset;
    background: #ffffff;
    color: #2b2b2a;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
	
    border: 0px solid #788278; /* Opcjonalnie delikatna ramka, aby odznaczały się od tła */
    transition: all 0.3s ease;
    border-radius: 100px; /* Dopasowane do Twojego stylu bez zaokrągleń */
}

/* Stan aktywny przycisku */
.calendar-tab-btn.active {
    background: #788278;
    color: #ffffff;
    border-color: #788278;
}

/* Efekt hover dla nieaktywnego przycisku */
@media screen and (min-width:992px) {
	.calendar-tab-btn:not(.active):hover {
    background: rgba(120, 130, 120, 0.1);
}
}

/* UKRYWANIE I POKAZYWANIE KONTENERÓW */
.landing-calendar__one,
.landing-calendar__two {
    display: none !important; /* Domyślnie ukrywamy oba kontenery */
}

.landing-calendar__one.active,
.landing-calendar__two.active {
    display: block !important; /* Pokazujemy tylko ten z klasą .active */
}

@media screen and (max-width:576px) {
	.calendar-tab-btn {
		padding:5px 10px;
		font-size:13px;
	}
	.contactmeHero__h3 h1 {
		font-size:27px !important;
		line-height:35px !important;
	}
}

/* .mrg-btm-20 {
	margin-bottom:20px !important;
} */


/* Zapewnia, że obrazek nie wyjdzie poza ramy kafelki podczas powiększania */
.portfolio-tile__img-container {
    overflow: hidden;
    position: relative;
}

/* Płynne przejście powiększenia */
.portfolio-tile__img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Efekt Zoom In po najechaniu na kafelkę */
.typeCourse__thumbnail:hover .portfolio-tile__img,
.portfolio-tile__link:hover .portfolio-tile__img {
    transform: scale(1.05);
}

/* Delikatne przyciemnienie nakładki (overlay) przy hoverze */
.typeCourse__thumbnail:hover .portfolio-tile__overlay,
.portfolio-tile__link:hover .portfolio-tile__overlay {
    background-color: rgba(0, 0, 0, 0.2);
}


/* --- FORMATOWANIE WYSOKOŚCI ELEMENTÓW PORTFOLIO --- */

/* --- FORMATOWANIE WYSOKOŚCI ELEMENTÓW PORTFOLIO (ALL & OTHER) --- */

/* Od szerokości ekranu 992px w górę: wysokość 400px */
@media screen and (min-width: 992px) {
    .allPortfolio .typeCourse__item.typeCourse__item--noMargin.typeCourse__item--noMargin--noSticky,
    .otherPortfolio .typeCourse__item.typeCourse__item--noMargin.typeCourse__item--noMargin--noSticky {
        height: 400px !important;
    }
    
    /* Zapewniamy, że kontenery wewnątrz oraz link rozciągają się do pełnej wysokości rodzica */
    .allPortfolio .portfolio-tile__link,
    .allPortfolio .typeCourse__thumbnail,
    .otherPortfolio .portfolio-tile__link,
    .otherPortfolio .typeCourse__thumbnail {
        height: 100% !important;
        display: block;
    }
}

/* Poniżej szerokości ekranu 992px (czyli max-width: 991px): wysokość 350px */
@media screen and (max-width: 991px) {
    .allPortfolio .typeCourse__item.typeCourse__item--noMargin.typeCourse__item--noMargin--noSticky,
    .otherPortfolio .typeCourse__item.typeCourse__item--noMargin.typeCourse__item--noMargin--noSticky {
        height: 350px !important;
    }
    
    .allPortfolio .portfolio-tile__link,
    .allPortfolio .typeCourse__thumbnail,
    .otherPortfolio .portfolio-tile__link,
    .otherPortfolio .typeCourse__thumbnail {
        height: 100% !important;
        display: block;
    }
}

@media screen and (min-width:992px) {
	.bannerOne--about .grid-2-1 {
	grid-template-columns:repeat(2,1fr);
}
}


.imgContent__grid ul {
	color:#6b6b6b;
}


.videoBanner__header h1 strong {
	background: linear-gradient(150deg, rgb(217, 176, 106), rgb(185, 146, 79));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent; /* fallback dla przeglądarek bez wsparcia */
}




#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
/*   height: 70px; */
  z-index: 1000;
  
  /* Kluczowe dla animacji */
  transition: transform 0.3s ease-in-out;
}

/* Ta klasa zostanie dodana przez JS, gdy scrollujesz w dół */
#header.scroll-down {
  transform: translateY(-100%);
}

@media screen and (max-width: 1000px) {
	#header {
		width:calc(100% - 20px) !important;
		margin:10px;
	}
}


.second-btn--allWhiteBorder a {
	border:1px solid rgba(255, 255, 255, 0.16);
	background:rgba(255, 255, 255, 0.12);
	color:#fff;
	backdrop-filter:blur(10px);
	box-shadow:none;
} 
.phone__icon {
	width:18px;
	margin-right:7px;
	filter:invert(1);
	transition:all 0.4s ease-out;
}
@media screen and (min-width:992px) {
	.second-btn--allWhiteBorder a:hover {
		border:2px solid #fff;
		background:#fff;
		color:#343434;
	}
	.second-btn--allWhiteBorder a:hover .phone__icon {
		filter:invert(0);
	}
}

/* .page-id-1709 {
	background:#343434 !important;
} */

/* .aboutmeHero {
	background:#f8f8f8 !important;
	border-bottom:1px solid #d7d3d1;
} */
/* .aboutmeGuarantee {
	background:#fff !important;
}
.page-id-1709 .ctaThree {
	background:#fff !important;
}
.page-id-1709 .footer__wrap {
	background:#fff !important;
} */

.wpcf7-acceptance label {
	border:none !important;
	padding:0px !important;
}
.wpcf7-acceptance .wpcf7-list-item label:has(input[type="checkbox"]:checked) {
	background:#fff !important;
}


/* .page-id-1711 {
	background:#f8f8f8 !important;
} */
/* .page-id-1711 .footer__wrap {
	background:#fff !important;
}
.page-id-1711 .ctaThree {
	background:#fff !important;
} */


/* .page-id-89 {
	background:#f8f8f8 !important;
} */


.vizGallery__img--1 {
	border-radius:10px;
}

.vizGallery__img--2 {
	height:400px;
	object-fit:cover;
	width:100%;
	border-radius:10px;
}

.vizGallery__img--3 {
	height:290px;
	object-fit:cover;
	width:100%;
	border-radius:10px;
}

/* ==========================================================================
   GSAP FOUC Fix: Ukrywanie elementów sekcji startowej przed załadowaniem JS
   ========================================================================== */
.aboutmeHero .aboutmeHero__cardAnimate,
.aboutmeHero .gsap-reveal-item {
    opacity: 0;
    transform: translateY(40px);
    will-change: transform, opacity;
}






/* Kontener slidera */
.slider-imgsMain {
    display: flex; /* Zapobiega skokom przed załadowaniem Slicka */
    overflow: hidden;
}

/* Pojedynczy slajd */
.slider-imgsMain div {
    margin-right: 10px; /* Odstęp (gap) między zdjęciami */
}

.imgSlider__img {
    display: block;
    width: 420px;
    height: 300px;
    object-fit: cover; /* Zdjęcie wypełnia obszar bez deformacji */
    border-radius: 10px; /* Opcjonalnie: zaokrąglone rogi */
/* 	border:1px solid #373737; */
}

/* Responsywność - Mobile */
@media (max-width: 768px) {
    .imgSlider__img {
        width: 300px;
        height: 240px;
    }
    .slider-imgsMain div {
        margin-right: 10px;
    }
}

/* Poprawka dla Slicka (usuwa domyślne obramowanie przy kliknięciu) */
.slick-slide:focus {
    outline: none;
}


.standardy__section {
/* 	border-top:1px solid #d7d3d1; */
	border-bottom:none !important;
	padding-bottom:0px !important;
}
.nopadds__top {
	padding-top:0px !important;
}
.standardy__section .technologyHero__h2 h2 {
	font-size:clamp(28px, 3.5vw, 40px);
}

@media screen and (max-width:992px) {
	.nopadds__top .contentimgChange__left {
	order:2;
}
.nopadds__top .contentimgChange__row--reverse .contentimgChange__right {
	order:1 !important;
}
}



.headerCenter h2 {
	font-weight:400;
	color:#fff;
}

.padds-12-50 a {
	padding:12px 50px;
}
@media screen and (max-width:576px) {
	.padds-12-50 a {
		padding:15px 15px;
	}
}




















/* =====================================================
   HOMEBLOCK — hbBlock
   ===================================================== */

.hbBlock {
  background: #0a0b0d;
  color: #e8e2d9;
/*   overflow-x: hidden; */
}
.hbBlock h1, .hbBlock h2, .hbBlock h3, .hbBlock h4 {
  font-family: var(--txtHeader);
  color: #fff;
  margin: 0;
}
.hbBlock p {
  font-family: var(--txt);
  color: rgba(232,226,217,.6);
  margin: 0;
	margin-top:10px;
	font-size:16px;
}
.hbBlock img { display: block; }
.hbBlock *, .hbBlock *::before, .hbBlock *::after { box-sizing: border-box; }

/* Badge / mini-nagłówek */
.hbBadge {
  display: flex;
  align-items: center;
  gap: 10px;
/*   font-family: var(--txtHeader); */
  font-size: 12px;
  letter-spacing:0.18em;
  text-transform: uppercase;
  color: rgb(201, 161, 95);
}
.hbBadge__line {
  display: block;
  width: 22px;
  height: 1px;
  background: rgb(201,161,95);
  flex-shrink: 0;
}
.hbBadge--center { justify-content: center; }

/* =====================================================
   PRZYCISKI — globalne
   ===================================================== */

/* złoty gradient — główny CTA */
.hbBtnLight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  background: linear-gradient(150deg, rgb(217,176,106), rgb(185,146,79));
  color: rgb(18,16,11);
/*   font-family: var(--txtHeader); */
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  box-shadow: rgba(201,161,95,.32) 0px 8px 26px;
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media screen and (min-width:992px) {
	.hbBtnLight:hover {
  		box-shadow: rgba(201,161,95,.48) 0px 10px 32px;
		color: rgb(18,16,11);
		transform:translate3d(0,-2px,0);
		
	}
}

/* szkło / ghost */
.hbBtnGhost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  background: rgba(255,255,255,.06);
  color: rgb(255,255,255);
/*   font-family: var(--txtHeader); */
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media screen and (min-width:992px) {
	.hbBtnGhost:hover {
  		background: rgba(255,255,255,.12);
  		border-color: rgba(255,255,255,.3);
		color:#fff;
		transform:translate3d(0,-2px,0);
	}
}

/* mały alfa (trzeci typ) */
.hbBtnAlpha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  background: rgba(255,255,255,.05);
  color: #fff;
  font-family: var(--txtHeader);
  font-size: 14px;
  letter-spacing: .06em;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  transition: background .2s;
  cursor: pointer;
}
.hbBtnAlpha:hover { background: rgba(255,255,255,.1); }

/* =====================================================
   01  HERO
   ===================================================== */
.hbHero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hbHero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hbHero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,11,13,.75) 0%, rgba(10,11,13,.45) 55%, rgba(10,11,13,.65) 100%);
  z-index: 1;
}
.hbHero__overlay--bottom {
  position: absolute;
  inset: 0;
  background:linear-gradient(90deg, #0a0b0d 0.58%, #0a0b0d 99.91%);
	-webkit-mask:linear-gradient(360deg, #0a0b0d 5%, transparent 40%);
  z-index: 1;
}
.hbHero__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hbHero__grid { align-items: flex-end; }
.hbHero__h1 h1, .hbHero__h1 { font-family: var(--txtHeader); color: #fff; }

.hbHero__btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 576px;
}
@media (max-width: 576px) {
  .hbHero__btns {
    flex-direction: column;
  }
	.hbHero__btns .hbBtnLight {
		order:2;
	}
  .hbHero__btns .hbBtnLight,
  .hbHero__btns .hbBtnGhost { width: 100%; }
	
	
	.hbHero__video {
 height:50%;
}
.hbHero__overlay {
 height:50%;
}
.hbHero__overlay--bottom {
 height:50%;
}
}

.hbHero__iconRow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-family: var(--txt);
  font-size: 13px;
  color: rgba(255,255,255,.55);
}
.hbHero__iconImg { width: 26px; height: auto; flex-shrink: 0; }

.hbHero__right {
  display: flex;
  align-items: flex-end;
  padding-left: 28px;
  border-left: 2px solid rgb(201,161,95);
}
.hbHero__rightInner {
  font-family: var(--txt);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.55);
}


.hbHero .hbBadge {
	background:rgba(255, 255, 255, 0.05);
	border:1px solid rgba(255, 255, 255, 0.14);
	max-width:max-content;
	border-radius:100px;
	padding:7px 14px;
	backdrop-filter:blur(10px);
	color:#fff;
}
.hbHero .hbBadge__line {
	background:#fff;
}
.hbHero__iconRow span {
	color:#fff !important;
}




/* Klasa bazowa dla sekcji - musi być position: relative, 
   aby pozycjonować ::after względem niej */
.hbHasGlow {
  position: relative;
  /* Ważne: upewnij się, że żaden nadrzędny styl nie ma overflow: hidden, 
     jeśli chcesz, żeby blask mocno wystawał poza ekran */
}

/* Tworzymy świecący okrąg */
.hbHasGlow::after {
  content: "";
  position: absolute;
  
  /* Pozycjonowanie: prawy górny róg */
  top: -100px;    /* Wystawienie do góry poza sekcję */
  right: -150px;  /* Wystawienie w prawo poza sekcję */
  
  /* Rozmiar koła */
  width: 400px;
  height: 400px;
  border-radius: 50%;
  
  /* Efekt intensywnego blasku: środek mocniejszy, brzegi rozmyte do zera */
  background: radial-gradient(
    circle, 
    rgba(217, 176, 106, 0.4) 0%, 
    rgba(217, 176, 106, 0.1) 40%, 
    rgba(217, 176, 106, 0) 70%
  );
  
  /* Opcjonalnie: dodatkowe rozmycie dla lepszego efektu "soft" */
  filter: blur(20px);
  
  /* Wrzuć blask pod tekst i zawartość sekcji, żeby ich nie zasłaniał */
  z-index: 0; 
  pointer-events: none; /* Żeby blask nie blokował kliknięć w linki/przyciski */
}

/* Bezpieczeństwo: upewnij się, że zawartość sekcji jest nad blaskiem */
.hbHasGlow > * {
  position: relative;
  z-index: 1;
}

/* =====================================================
   02  STATYSTYKI
   ===================================================== */
.hbStats__item {
  padding: 20px 0;
/*   border-right: 1px solid rgba(255,255,255,.06); */
  text-align: center;
}
.hbStats__item:last-child { border-right: none; }
.hbStats__num {
  font-family: var(--txtHeader);
  font-size: clamp(30px,4vw,52px);
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.hbStats__label {
  font-family: var(--txt);
  font-size: 13px;
  color: rgba(232,226,217,.5);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hbStats .container {
	border:1px solid rgba(255,255,255,.08);
	padding-top:50px;
	padding-bottom:50px;
	background:rgba(201,138,122,.05);
	border-radius:10px;
	background:linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4));
}
@media screen and (max-width:1560px) {
	.hbStats .container {
		margin:0px 20px;
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media screen and (max-width:576px) {
	.hbStats__label {
		font-size: 9px;
	}
}

/* =====================================================
   03  PROBLEM
   ===================================================== */
.hbProblem__desc { font-family: var(--txt); line-height: 1.7; color: rgba(232,226,217,.65); }


.hbProblem__card {
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4));
  padding: 26px 22px;
  border-radius: 10px;
}
.hbProblem__xWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(201,138,122,.12);
  border: 1px solid rgba(201,138,122,.28);
  border-radius: 10px;
  margin-bottom: 18px;
}
.hbProblem__xIcon { width: 16px; height: auto; }
.hbProblem__card h3 { font-family: var(--txtHeader); font-size: 24px; color: #fff; }
.hbProblem__card p, .hbProblem__card div { font-family: var(--txt); font-size: 14px; color: rgba(232,226,217,.6); }
.hbProblem__right { display: flex; align-items: center; justify-content:end; }
.hbProblem__nolike {
  font-family: var(--txtHeader);
  font-size: clamp(20px,2.5vw,30px);
  color: rgba(255,255,255,.2);
  line-height: 1.3;
}

/* =====================================================
   04  O FIRMIE
   ===================================================== */
.hbAbout__desc { font-family: var(--txt); line-height: 1.7; color: rgba(232,226,217,.65); }
.hbAbout__checks { display: flex; flex-direction: column; gap: 14px; }
.hbAbout__checkItem { display: flex; align-items: flex-start; gap: 14px; }
.hbAbout__checkIcon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,161,95,.14);
  border: 1px solid rgba(201,161,95,.35);
  border-radius: 8px;
  flex-shrink: 0;
}
.hbAbout__checkIcon img { width: 16px; height: auto; }
.hbAbout__checkText { font-family: var(--txtHeader); font-size: 15px; color: #fff; line-height: 1.5; }
.hbAbout__checkText p, .hbAbout__checkText * { font-family: var(--txtHeader); color: #fff; }
.hbAbout__img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}


.hbAbout__checkText p strong {
	font-size:18px;
}

@media screen and (max-width:576px) {
	.hbAbout__img {
		height:350px;
	}
}

.hbAbout__checkText p {
	margin-top:3px;
}

/* =====================================================
   05  REALIZACJE
   ===================================================== */
.hbReal__headBtn { display: flex; justify-content: flex-end; align-items: flex-end; }
.hbReal__item { overflow: hidden; border-radius: 10px; }
.hbReal__img { width: 100%; height: 450px; object-fit: cover; display: block; border-radius: 10px; transition: transform .4s ease; }
@media (min-width: 992px) { .hbReal__item:hover .hbReal__img { transform: scale(1.04); } }
.hbReal__item--hidden { display: none; }
.hbReal__moreRow { margin-top: 32px; }
.hbReal__moreBtn {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: var(--txtHeader);
  font-size: 19px;
  cursor: pointer;
  padding: 0 0 4px;
  letter-spacing: .05em;
  transition: opacity .2s;
}
.hbReal__moreBtn:hover { opacity: .6; }

@media screen and (max-width:576px) {
	.hbReal__img {
		height:150px;
	}
	.hbReal__headBtn {
		justify-content:start;
	}
}

/* =====================================================
   06  OFERTA
   ===================================================== */
.hbOferta__projLabel, .hbOferta__stdLabel {
  font-family: var(--txt);
  font-size: 13px;
  color: rgba(232,226,217,.4);
}
.hbOferta__projCard { position: relative; overflow: hidden; border-radius: 10px; }
.hbOferta__projImgWrap { position: relative; }
.hbOferta__projImg { width: 100%; height: 300px; object-fit: cover; display: block; border-radius: 10px 10px 0px 0px; transition: transform .4s ease; }
@media (min-width: 992px) {
	.hbOferta__projCard:hover .hbOferta__projImg{
		transform: scale(1.05);
	}
	
}
@media screen and (max-width:576px) {
	.hbOferta__projImg {
		height: 220px;
	}
}
.hbOferta__projCaption {
/*   position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px; */
  background: #0a0b0d;
/*   backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); */
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 0px 0px 10px 10px;
  padding: 20px 20px;
	
	display:flex;
	justify-content:space-between;
	align-items:end; 
	gap:20px;
}
.hbOferta__noFlow {
	overflow:hidden;
}
@media screen and (max-width:1170px) {
	.hbOferta__projCaption {
		flex-direction:column;
		justify-content:start;
		align-items:start;
	}
}
.hbOferta__projTitle { font-family: var(--txtHeader); font-size: 24px; color: #fff; margin-bottom: 4px; }
.hbOferta__projInfo  { font-family: var(--txt); font-size: 13px; color: rgba(232,226,217,.6); }

/* karta "na miarę" */
.hbOferta__nmCard {
  background: linear-gradient(160deg, rgb(217,176,106), rgb(185,146,79));
  border-radius: 10px;
  padding: 28px 24px;
	max-height:max-content;
/*   display: flex;
  flex-direction: column;
  justify-content: flex-end; */
}
@media screen and (min-width:992px) {
	.hbOferta__nmCard {
		position:sticky;
		top:150px;
	}
}


.hbOferta__nmT1 { font-family: var(--txtHeader); font-size: 20px; color: #0a0b0d; text-transform: uppercase; letter-spacing: .1em; }
.hbOferta__nmT2 { font-family: var(--txtHeader); font-size: clamp(29px,2.5vw,28px); color: #0a0b0d; line-height: 1.2; }
.hbOferta__nmDesc { font-family: var(--txt); font-size: 14px; color: rgba(10,11,13,1); margin-bottom: 20px; }
.hbOferta__nmBtn {
  background: rgba(10,11,13,.15) !important;
  border-color: rgba(10,11,13,.25) !important;
  color: #0a0b0d !important;
  align-self: flex-start;
}

/* standardy */
.hbOferta__stdLabel { margin-bottom: 12px; display: block; }
.hbOferta__stdCard { overflow: hidden; border-radius: 10px; }
.hbOferta__stdImgWrap { position: relative; }
.hbOferta__stdImg { width: 100%; height: 570px; object-fit: cover; display: block; border-radius: 10px; transition: transform .4s ease; }
/* @media (min-width: 992px) { .hbOferta__stdCard:hover .hbOferta__stdImg { transform: scale(1.04); } } */
.hbOferta__stdCaption {
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  background: rgba(18,19,22,.42);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  padding: 18px 20px;
}
.hbOferta__stdTitle { font-family: var(--txtHeader); font-size: 15px; color: #fff; margin-bottom: 4px; }
.hbOferta__stdCaption div {  font-size: 24px; color: #fff; }

/* =====================================================
   07  DLACZEGO WARTO
   ===================================================== */
@media (min-width: 992px) {
  .hbWhyus__left { position: sticky; top: 150px; }
}
.hbWhyus__left h2 { font-family: var(--txtHeader); font-size: clamp(24px,3vw,40px); }
.hbWhyus__left p  { font-family: var(--txt); color: rgba(232,226,217,.6); line-height: 1.7; }

.hbWhyus__card {
  background: linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  padding: 24px 20px;
}
.hbWhyus__iconWrap {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(201,161,95,.35);
  background: rgba(201,161,95,.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.hbWhyus__icon { width: 24px; height: auto; }
.hbWhyus__card h3 { font-family: var(--txtHeader); font-size: 24px; margin-bottom: 8px; }
.hbWhyus__card div { font-family: var(--txt); font-size: 14px; line-height: 1.65; color: rgba(232,226,217,.6); }

/* =====================================================
   08  ETAPY WSPÓŁPRACY
   ===================================================== */

.hbEtapy__head {
  text-align: center;
  margin-bottom: 60px;
}
.hbEtapy__title h2,
.hbEtapy__title { font-family: var(--txtHeader); color: #fff; }

.hbEtapy__tl {
  position: relative;
  padding-bottom: 40px;
}

.hbEtapy__vline {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,.12) 0px,
    rgba(255,255,255,.12) 6px,
    transparent 6px,
    transparent 14px
  );
  z-index: 0;
}

.hbEtapy__vlineFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgb(201,161,95);
  transition: height .12s linear;
}

.hbEtapy__row {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  grid-template-areas: "card dot side";
  align-items: center;
  margin-bottom: 28px;
  position: relative;
}
.hbEtapy__row--r {
  grid-template-areas: "side dot card";
}

.hbEtapy__card { grid-area: card; }
.hbEtapy__dot  { grid-area: dot; justify-self: center; }
.hbEtapy__side { grid-area: side; }

.hbEtapy__card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 18px;
}

.hbEtapy__cImg {
  flex-shrink: 0;
  width: 130px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.hbEtapy__cBody h3 {
  font-family: var(--txtHeader);
  font-size: 24px;
  color: #fff;
  margin-bottom: 6px;
}
.hbEtapy__cBody div,
.hbEtapy__cBody p {
  font-family: var(--txt);
  font-size: 13px;
  color: rgba(232,226,217,.6);
  line-height: 1.6;
  margin: 0;
}

.hbEtapy__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(201,161,95,.5);
  border-radius: 50%;
  background: #0a0b0d;
  font-family: var(--txtHeader);
  font-size: 20px;
  letter-spacing: .04em;
  color: rgb(201,161,95);
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hbEtapy__vline {
    left: 30px;
    transform: none;
  }
  .hbEtapy__row,
  .hbEtapy__row--r {
    grid-template-columns: 60px 1fr;
    grid-template-areas: "dot card";
    gap: 12px;
  }
  .hbEtapy__side { display: none; }
  .hbEtapy__card {
    flex-direction: column;
    align-items: flex-start;
  }
  .hbEtapy__cImg { width: 90px; height: 72px; }
}

/* =====================================================
   09  TECHNOLOGIA
   ===================================================== */
.hbTech__img { width: 100%; height: 650px; border-radius: 10px; object-fit: cover; }
.hbTech__right h2 { font-size: clamp(29px,3vw,40px); }
/* .hbTech__right > div { font-family: var(--txt); line-height: 1.7; color: rgba(232,226,217,.65); } */
.hbTech__specCard {
  background: linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  padding: 18px 16px;
}
.hbTech__specCard h4 { font-family: var(--txtHeader); font-size: 24px; color: #fff; margin-bottom: 6px; }
.hbTech__specCard div { font-family: var(--txt); font-size: 13px; color: rgba(232,226,217,.55); line-height: 1.6; }

/* =====================================================
   10  CO NAS WYRÓŻNIA
   ===================================================== */
.hbWyroznia__col { display: flex; flex-direction: column; gap: 20px; }
.hbWyroznia__card { display: flex; flex-direction: column; gap: 10px; background:linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4)); padding:18px 16px; border:1px solid rgba(255,255,255,.07); border-radius:10px; }
.hbWyroznia__iconWrap {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201,161,95,.35);
  background: rgba(201,161,95,.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hbWyroznia__icon { width: 22px; height: auto; }
.hbWyroznia__card h3 { font-family: var(--txtHeader); font-size: 24px; color: #fff; }
.hbWyroznia__card div { font-family: var(--txt); font-size: 13px; color: rgba(232,226,217,.55); line-height: 1.6; }
.hbWyroznia__img { width: 100%; height: 645px; object-fit: cover; border-radius: 12px; }
/* @media (max-width: 1024px) { .hbWyroznia__center { display: none; } } */

@media screen and (max-width:576px) {
	.hbTech__img {
		height:350px;
	}
	.hbWyroznia__img {
		height:350px;
	}
}
/* =====================================================
   11  OBSZAR DZIAŁANIA
   ===================================================== */

/* lewa kolumna */
.hbObszar__left h2,
.hbObszar__left h1,
.hbObszar__left h3 {
  font-family: var(--txtHeader);
  color: #fff;
}
/* .hbObszar__left p,
.hbObszar__left div {
  font-family: var(--txt);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(232,226,217,.6);
} */

/* pills — województwa */
.hbObszar__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 24px;
}
.hbObszar__pill {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: rgba(232,234,238,.85);
  font-family: var(--txt);
  font-size: 14px;
  border-radius: 100px;
  transition: border-color .2s, background .2s;
}
.hbObszar__pill:hover {
  border-color: rgba(201,161,95,.5);
  background: rgba(201,161,95,.07);
  color: #fff;
}

/* prawa kolumna */
.hbObszar__right {
  display: flex;
  flex-direction: column;
	border:1px solid rgba(255,255,255,.07);
	padding:20px;
	border-radius: 10px;
	background:#0f1114;
}

/* zdjęcie (mapa) */
.hbObszar__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* karta legendy pod zdjęciem */
.hbObszar__squareCard {
  margin-top: 10px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 16px 20px;
}
.hbObszar__squareCard p,
.hbObszar__squareCard div,
.hbObszar__squareCard span {
  font-family: var(--txt);
  font-size: 14px;
  color: rgba(232,226,217,.65);
  margin: 0;
  line-height: 1.5;
}
.hbObszar__squareCard strong {
  color: #fff;
  font-weight: 600;
}

/* note pod pillsami */
.hbObszar__left .margin-top-2 p,
.hbObszar__left .margin-top-2 div {
  font-family: var(--txt);
  font-size: 14px;
  color: rgba(232,226,217,.4);
  font-style: italic;
}


.hbObszar__squareCard {
  margin-top: 25px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hbObszar__squareCard::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(150deg, rgb(217,176,106), rgb(185,146,79));
  box-shadow: rgba(201,161,95,.5) 0px 0px 12px;
}

/* mobile */
@media (max-width: 768px) {
  .hbObszar__img { border-radius: 10px; }
  .hbObszar__pills { gap: 6px; }
  .hbObszar__pill { font-size: 13px; padding: 6px 13px; }
}

/* 12  OPINIE */
.hbOpinie__h2 h2,
.hbOpinie__h2 { font-family: var(--txtHeader); color: #fff; }

.slide__reviewsProduct {
  background: linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

.hbOpinie__stars { height: 20px; width: auto; display: block; }

.hbOpinie__desc {
  font-family: var(--txt);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(232,226,217,.7);
}

.hbOpinie__sep {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-bottom: 12px;
}

.sliderReviews__name {
  font-family: var(--txt);
  font-size: 14px;
  font-weight: 400;
  color: rgba(232,226,217,.5);
  margin: 0;
}

.swiper-button-prev--reviews::after,
.swiper-button-next--reviews::after { display: none; }

.swiper-button-prev--reviews,
.swiper-button-next--reviews {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev--reviews img,
.swiper-button-next--reviews img { width: 24px; height: auto; }
.swiper-button-disabled { opacity: .3 !important; }

.swiper-container--reviews--ai {
	position:relative;
}
.swiper-button-next--reviews {
	right:0px !important;
}
.swiper-button-prev--reviews, .swiper-button-next--reviews {
	top:-70px !important;
	width:50px !important;
	height:50px !important;
}
.swiper-button-prev--reviews {
	left:unset !important;
	right:60px !important;
}

/* =====================================================
   13  FAQ
   ===================================================== */
.hbFaq__left h2 { font-size: clamp(29px,3vw,40px); margin-bottom: 12px; }
.hbFaq__left div { font-family: var(--txt); }

.hbFaq__item { border:1px solid rgba(255,255,255,.07); cursor: pointer; background:linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4)); padding:30px 16px; border-radius:10px; margin-bottom:0px;}
.hbFaq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
/*   padding: 20px 0; */
  font-family: var(--txtHeader);
  font-size: 22px;
  color: #fff !important;
  user-select: none;
}
/* .hbFaq__q:hover { color: #c9a15f; } */
.hbFaq__icons { flex-shrink: 0; width: 20px; height: 20px; position: relative; }
.hbFaq__iconPlus, .hbFaq__iconMinus { width: 20px; height: auto; position: absolute; top: 0; left: 0; transition: opacity .2s; }
.hbFaq__iconMinus { opacity: 0; }
.hbFaq__item.is-open .hbFaq__iconPlus  { opacity: 0; }
.hbFaq__item.is-open .hbFaq__iconMinus { opacity: 1; }
.hbFaq__item.is-open .hbFaq__q { color: #c9a15f; }

.hbFaq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.hbFaq__aInner {
  padding-bottom: 20px;
  font-family: var(--txt);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(232,226,217,.6);
}
.hbFaq__aInner p { font-family: var(--txt); color: rgba(232,226,217,.6); }

@media screen and (max-width:576px) {
	.hbFaq__item {
		padding:20px 16px;
	}
	.hbFaq__q {
		font-size:17px;
	}
}
@media (min-width: 992px) {
  .hbFaq__left {
    position: sticky;
    top: 150px;
  }
}


.hbWhyus, .hbWhyus .container,
.hbFaq,   .hbFaq .container {
  overflow: visible !important;
}


@media (min-width: 992px) {
  .hbWhyus__left {
    position: sticky;
    top: 150px;
  }
}

@media (min-width: 992px) {
  .hbFaq__left {
    position: sticky;
    top: 150px;
  }
}


/* =====================================================
   14  CTA
   ===================================================== */
.hbCta__box {
  border: 1px solid rgba(201,161,95,.28);
  background: linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4));
  border-radius: 16px;
  overflow: hidden;
}
.hbCta__content { padding: 72px 48px 60px; text-align: center; }
@media (max-width: 576px) { .hbCta__content { padding: 48px 20px 40px; } }
.hbCta__content h2 { font-size: clamp(29px,4vw,56px); margin-bottom: 12px; }
.hbCta__content p  { font-family: var(--txt); color: rgba(232,226,217,.65); margin-bottom: 32px; font-size: 16px; }
.hbCta__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* slider nieskończony */
.hbCta__sliderMask { overflow: hidden; margin-top: 40px; }
.hbCta__sliderTrack {
  display: flex;
  width: max-content;
  animation: hbCtaScroll 28s linear infinite;
}
.hbCta__slide { width: 240px; height: 160px; flex-shrink: 0; margin-right: 8px; border-radius: 8px; overflow: hidden; }
.hbCta__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes hbCtaScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}





/* KONFIGURATOR WYCENY */

/* Główny kontener konfiguratora */
.multistep-configurator {
    background: #111111; /* Ciemne tło całego formularza */
    color: #ffffff;
    padding: 40px;
    border-radius: 16px;
    font-family: sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.multistep-configurator h2 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #ffffff;
}

.multistep-configurator .step-subtitle {
    color: #888888;
    margin-bottom: 24px;
}

/* Układ kafli (Siatka 2-kolumnowa) */
.options-grid .wpcf7-form-control-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
}

/* Stylizacja pojedynczego kafelka wyboru */
.multistep-configurator .wpcf7-list-item {
    margin: 0 !important;
    display: block;
}

.multistep-configurator .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Tekst po lewej, kółko po prawej */
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Efekt najechania myszką */
.multistep-configurator .wpcf7-list-item label:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(212, 175, 55, 0.4); /* Delikatny złoty odcień */
}

/* UKRYWAMY ORYGINALNE KROPKI/PTASZKI */
.multistep-configurator .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* DODAJEMY WŁASNE KÓŁKO PO PRAWEJ STRONIE (bazując na tekście z CF7) */
.multistep-configurator .wpcf7-list-item .wpcf7-list-item-label {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

/* Tworzenie okrągłego znacznika */
.multistep-configurator .wpcf7-list-item .wpcf7-list-item-label::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

/* STYL DLA AKTYWNEGO KAFELKA (Gdy input jest zaznaczony) */
.multistep-configurator .wpcf7-list-item input:checked + .wpcf7-list-item-label {
    /* Zmiana wyglądu tekstu jeśli potrzebna */
}

/* Podświetlenie ramki aktywnego kafelka */
.multistep-configurator .wpcf7-list-item label:has(input:checked) {
    border-color: #d4af37 !important; /* Złota ramka jak na screenie 1active.png */
    background: rgba(212, 175, 55, 0.02);
}

/* Zmiana wyglądu kółka gdy jest zaznaczone */
.multistep-configurator .wpcf7-list-item label:has(input:checked) .wpcf7-list-item-label::after {
    border-color: #d4af37;
    background-color: #d4af37;
    box-shadow: inset 0 0 0 3px #111111; /* Efekt kropki w środku lub ptaszka */
}

/* Przyciski nawigacji na dole */
.step-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-prev {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
}

.btn-next, .btn-submit {
    background: #d4af37; /* Złoty przycisk "Dalej" */
    color: #111111;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    transition: transform 0.2s;
}

.btn-next:hover, .btn-submit:hover {
    transform: translateY(-2px);
}









/* ============================================================
   BLOCK: konfigurator
   ============================================================ */

/* --- header --- */
.konfigurator__header {
    max-width: 700px;
    margin: 0 auto 50px;
}

.konfigurator__h1 {
    font-family: var(--txtHeader);
    font-size: clamp(26px, 4vw, 36px) !important;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    margin: 16px 0 20px;
	text-align:center;
}

.konfigurator__desc {
    font-family: var(--txt);
    font-size: 17px;
    color: rgba(232,226,217,.6);
    line-height: 1.65;
    max-width: 560px;
	text-align:center;
    margin: 0 auto;
}

/* --- pasek kroku --- */
.konfigurator__stepBar {
    max-width: 860px;
    margin: 0 auto 20px;
}

.konfigurator__stepMeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.konfigurator__krokLabel {
    font-family: var(--txt);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgb(201,161,95);
}

.konfigurator__stepNum {
    font-family: var(--txt);
    font-size: 13px;
    color: rgba(232,226,217,.4);
    font-weight: 400;
}

.konfigurator__progress {
    height: 3px;
    background: rgba(255,255,255,.1);
    border-radius: 99px;
    overflow: hidden;
}

.konfigurator__progressFill {
    height: 100%;
    background: rgb(201,161,95);
    border-radius: 99px;
    transition: width .4s ease;
    width: 0%;
}

/* --- karta --- */
.konfigurator__card {
    max-width: 860px;
    margin: 0 auto;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 40px 40px 32px;
}

/* --- panele kroków --- */
.konfigurator__panel { display: none; }
.konfigurator__panel.active { display: block; }

/* --- pytanie --- */
.konfigurator__question { margin-bottom: 28px; }

.konfigurator__question h2 {
    font-family: var(--txtHeader);
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 400;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
}

.konfigurator__question p {
    font-family: var(--txt);
    font-size: 15px;
    color: rgba(232,226,217,.5);
    margin: 0;
    line-height: 1.5;
}

/* --- opcje --- */
.konfigurator__opts {
    display: grid;
    gap: 14px;
    margin-bottom: 32px;
}

.konfigurator__opts--2 { grid-template-columns: repeat(2, 1fr); }
.konfigurator__opts--3 { grid-template-columns: repeat(3, 1fr); }
.konfigurator__opts--4 { grid-template-columns: repeat(4, 1fr); }

/* --- pojedyncza opcja --- */
.konfigurator__opt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    background: rgba(255,255,255,.03);
    cursor: pointer;
    transition: border-color .2s, background .2s;
    user-select: none;
}

.konfigurator__opt:hover {
    border-color: rgba(201,161,95,.4);
    background: rgba(201,161,95,.06);
}

.konfigurator__opt.selected {
    border-color: rgb(201,161,95);
    background: rgba(201,161,95,.12);
}

.konfigurator__optText {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.konfigurator__optTitle {
    font-family: var(--txtHeader);
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
}

.konfigurator__optDesc {
    font-family: var(--txt);
    font-size: 12px;
    color: rgba(232,226,217,.5);
    line-height: 1.5;
}

/* kółko radio/checkbox */
.konfigurator__circle {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.18);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s, background .2s;
}

.konfigurator__opt.selected .konfigurator__circle {
    border-color: rgb(201,161,95);
    background: rgb(201,161,95);
}

.konfigurator__opt.selected .konfigurator__circle::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transform: scale(.55);
}

.konfigurator__opt[data-type="checkbox"].selected .konfigurator__circle::after {
    content: '✓';
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #fff;
    transform: none;
}

/* --- krok 8 — kontakt --- */
.konfigurator__contactH2 {
    font-family: var(--txtHeader);
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 400;
    color: #fff;
    margin: 0 0 8px;
}

.konfigurator__contactDesc {
    font-family: var(--txt);
    font-size: 15px;
    color: rgba(232,226,217,.5);
    margin: 0 0 28px;
}

/* CF7 */
.konfigurator__cf7 .wpcf7 { margin: 0; }
.konfigurator__cf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.konfigurator .kf-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.konfigurator .kf-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.konfigurator .kf-field--full { margin-bottom: 14px; }

.konfigurator .kf-field label,
.konfigurator .kf-field--full label {
    font-family: var(--txt);
    font-size: 13px;
    color: rgba(232,226,217,.5);
    font-weight: 400;
}

.konfigurator .wpcf7-form input[type="text"],
.konfigurator .wpcf7-form input[type="email"],
.konfigurator .wpcf7-form input[type="tel"] {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    font-family: var(--txt);
    font-size: 15px;
    color: #fff !important;
    transition: border-color .2s;
    box-sizing: border-box;
}

.konfigurator .wpcf7-form input[type="text"]::placeholder,
.konfigurator .wpcf7-form input[type="email"]::placeholder,
.konfigurator .wpcf7-form input[type="tel"]::placeholder {
    color: rgba(232,226,217,.25);
}

.konfigurator .wpcf7-form input:focus,
.konfigurator .wpcf7-form textarea:focus {
    outline: none;
    border-color: rgba(201,161,95,.5);
}

.konfigurator .wpcf7-form textarea {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    font-family: var(--txt);
    font-size: 15px;
    color: #fff;
    resize: vertical;
    height: 110px;
    transition: border-color .2s;
    box-sizing: border-box;
}

.konfigurator .wpcf7-form textarea::placeholder {
    color: rgba(232,226,217,.25);
}

/* CF7 submit — ukryty, wyzwalany przez JS */
.konfigurator .wpcf7-submit { display: none !important; }

.konfigurator .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    font-family: var(--txt) !important;
    font-size: 14px !important;
    border: 1px solid rgba(201,161,95,.3) !important;
    color: rgba(232,226,217,.8) !important;
    background: rgba(201,161,95,.06) !important;
}

/* --- podsumowanie --- */
.konfigurator__summary {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
}

.konfigurator__sumTitle {
    font-family: var(--txtHeader);
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    letter-spacing: .02em;
}

.konfigurator__sumRow {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.konfigurator__sumRow:last-of-type { border-bottom: none; }

@media screen and (max-width:576px) {
	.konfigurator__sumRow {
		flex-direction:column;
	}
}

.konfigurator__sumKey {
    font-family: var(--txt);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(232,226,217,.35);
    font-weight: 500;
    flex-shrink: 0;
}

.konfigurator__sumVal {
    
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

.konfigurator__sumNote {
    font-family: var(--txt);
    font-size: 12px;
    color: rgba(232,226,217,.3);
    margin: 14px 0 0;
    line-height: 1.5;
}

/* --- nawigacja --- */
.konfigurator__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.07);
}

.konfigurator__btnBack {
/*     font-family: var(--txtHeader); */
    font-size: 15px;
    font-weight: 700;
    color: rgba(232,226,217,.6);
    background: transparent;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    padding: 13px 22px;
    cursor: pointer;
    transition: color .2s, border-color .2s;
}
.konfigurator__btnBack:hover {
    color: #fff;
    border-color: rgba(255,255,255,.3);
}

.konfigurator__btnNext {
/*     font-family: var(--txtHeader); */
    font-size: 15px;
    font-weight: 700;
    color: rgb(18,16,11);
    background: linear-gradient(150deg, rgb(217,176,106), rgb(185,146,79));
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    cursor: pointer;
    box-shadow: rgba(201,161,95,.3) 0 8px 24px;
    transition: opacity .2s;
}
.konfigurator__btnNext:hover    { opacity: .85; }
.konfigurator__btnNext:disabled { opacity: .45; cursor: default; }

/* --- sukces --- */
.konfigurator__success {
    padding: 60px 20px;
    text-align: center;
}

.konfigurator__successIcon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(201,161,95,.15);
    border: 2px solid rgb(201,161,95);
    color: rgb(201,161,95);
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.konfigurator__success h2 {
    font-family: var(--txtHeader);
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px;
}

.konfigurator__success p {
    font-family: var(--txt);
    font-size: 16px;
    color: rgba(232,226,217,.6);
    margin: 0;
}

/* --- responsive --- */
@media screen and (max-width: 768px) {
    .konfigurator__card { padding: 28px 24px 24px; }
    .konfigurator__opts--3,
    .konfigurator__opts--4 { grid-template-columns: repeat(2, 1fr); }
    .konfigurator .kf-fields-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 576px) {
    .konfigurator__card { padding: 24px 18px 20px; }
    .konfigurator__opts--2,
    .konfigurator__opts--3,
    .konfigurator__opts--4 { grid-template-columns: 1fr; }
    .konfigurator__h1 { font-size: 26px; }
}



/* badge "Najczęściej wybierany" na kartach standardów */
.hbOferta__stdCard {
    position: relative;
}
.hbOferta__stdBadge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgb(201, 161, 95);
    color: #0a0b0d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
    pointer-events: none;
}



/* projImgWrap jako <a> — musi być block */
.hbOferta__projImgWrap {
    display: block;
}

/* cena w projCaption — override absolute z badge */
.hbOferta__projCaption .hbOferta__stdBadge {
    position: static;
    display: inline-block;
}

.headerCenter__gridBorder {
	padding-bottom:50px;
	border-bottom:1px solid rgba(201,161,95,.28);
}


.hbBtnLight--white {
	background:#fff !important;
}
.konfigurator__opts--2--standard {
	grid-template-columns:repeat(2, 1fr);
}
@media screen and (max-width:576px) {
	.hbHero__btns .hbBtnLight--white {
		order:unset;
	}
	.konfigurator__opts--2--standard {
		grid-template-columns:1fr;
	}
}

.thankVisit__icon {
	width:74px;
	min-width:74px;
	box-shadow:rgba(201, 161, 95, 0.42) 0px 12px 34px;
	height:74px;
	background:linear-gradient(150deg, rgb(217, 176, 106), rgb(185, 146, 79));
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.thankVisit__icon img {
	width:30px;
	min-width:30px;
	height:30px;
}
.thankVisit__calendarIcon{
	width:25px;
	min-width:25px;
	height:25px;
}



/* ===== boxNewHouse — dark glass card ===== */
.boxNewHouse {
    background: linear-gradient(160deg, rgba(201,161,95,.16), rgba(20,21,24,.4)) !important;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    padding: 24px 20px;
}

.boxNewHouse h1,
.boxNewHouse h2,
.boxNewHouse h3,
.boxNewHouse h4,
.boxNewHouse h5,
.boxNewHouse h6 {
    color: #ffffff;
}

.boxNewHouse p {
    color: rgba(232,226,217,.6);
    font-size: 16px;
}


.acceptBox .wpcf7-list-item label {
	background:none !important;
}
.acceptBox .wpcf7-acceptance .wpcf7-list-item label:has(input[type="checkbox"]:checked) {
	background:none !important;
}


.boxNewHouse h3 {
	margin-bottom:20px;
}


.page-id-9066 .slickCarSecond {
	display:none !important;
}
.page-id-9073 .slickCarSecond {
	display:none !important;
}

.page-id-9080 .slickCarSecond {
	display:none !important;
}