* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

:root {
	--primary-color: #28282b;
	--secondary-color: #dfb52f;
	--tertiary-color: #e7e7e7;
	--font-color: #28282b;
	--bg-color: #f3f3f3;
	--bg-cookie: #28282b;
	--bg-card: url(../img/ofertabg.jpg);
	--bg-blog: url(../img/ofertabg_black.png);
	--bg-oferta: url(../img/ofertabg.jpg);
	--logo: url(../img/logo_czarne_kolor.png);
	--heading-color: #574a3a;
}

html[data-theme="dark"] {
	--primary-color: #f3f3f3;
	--secondary-color: #1f1f20;
	--tertiary-color: #27272d;
	--font-color: #d8d8f6;
	--bg-color: #242424;
	--bg-cookie: #f3f3f3;
	--bg-card: url(../img/ofertabg_gold.png);
	--bg-blog: url(../img/ofertabg.jpg);
	--bg-oferta: #242424;
	--logo: url(../img/logo2.png);
	--heading-color: #f3f3f3;
}

body {
	font-family: "Outfit", sans-serif;
	font-size: 1.6rem;
	background-color: var(--bg-color);
}

h1 {
	font-size: 60px;
}

a {
	text-decoration: none;
	color: #dfb52f;
}

a:active,
a:hover {
	color: #f2c534;
}

a:link,
li a:visited {
	text-decoration: none;
}

.heading-shadow-offer {
	font-size: 220%;
	color: var(--primary-color);
}

.mlr-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.fs150 {
	font-size: 150% !important;
}

.fs220 {
	font-size: 220% !important;
}

.heading-border {
	padding: 20px;
	color: var(--primary-color);
	border-style: solid;
	border-width: 2px;
	border-color: #caa328;
}

.heading-shadow-home-brand {
	font-size: 220%;
	color: var(--font-color);
}

.heading-shadow-offer:before {
	content: "OFERTA";
	color: #dfb52f;
	display: block;
	font-size: 64px;
	opacity: 0.4;
	font-weight: 700;
	margin: 0 0 -40px 0;
	text-transform: uppercase;
	z-index: 0;
}

.heading-shadow-home-brand:before {
	content: "O NAS";
	color: #dfb52f;
	display: block;
	font-size: 64px;
	opacity: 0.4;
	font-weight: 700;
	margin: 0 0 -40px 0;
	text-transform: uppercase;
	z-index: 0;
}

.heading-shadow:before {
	content: "Wizyta";
	color: #dfb52f;
	display: block;
	font-size: 64px;
	opacity: 0.4;
	font-weight: 700;
	margin: 0 0 -40px 0;
	text-transform: uppercase;
	z-index: 0;
}

.flash-message {
	position: fixed;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: #ff4d4d;
	color: white;
	padding: 12px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	font-weight: bold;
	opacity: 1;
	transition: opacity 0.5s ease-out;
}
.flash-message.fade-out {
	opacity: 0;
	pointer-events: none;
}

.bg-about {
	position: relative;
	z-index: 5;
	padding: 5rem;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.bg-about h1 {
	color: #fff;
}

.bg-about-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--bg-card);
	background-size: cover;
	background-repeat: round;
	opacity: 1;
	z-index: -1;
}

.bg-about1 {
	background-color: #727609;
	padding: 2rem;
}

.top-hero {
	position: relative;
	height: 50vh;
	background-size: cover;
	z-index: 0;
}

.quote-container {
	padding: 25px;
	background-color: rgb(0 0 0 / 80%);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.txs {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.quote-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-size: 2rem;
	text-transform: uppercase;
}

.keke {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	height: 100%;
}

.keke2 {
	background: #8b7556;
	display: block;
	content: "";
	height: 1px;
	width: 120px;
	margin: 20px auto 0;
	position: relative;
}

.top-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	height: 100%;
	text-transform: uppercase;
}

.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}

.hero-bg {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 12px;
}
.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(71 71 71 / 50%);
	z-index: -5;
}

.mt-10 {
	margin-top: 5rem;
}
.wiz {
	line-height: 1.8;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);
}

.wiz ul {
	list-style: square;
	padding: 50px;
	box-shadow: 0px 10px 30px 2px rgb(49 52 57 / 70%);
}

.pt-10 {
	padding-top: 10rem;
}

/* custom scroll bar */
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #3a3b3c;
}
::-webkit-scrollbar-thumb {
	background: #dfb52f;
}

table.ofertatable {
	border: 1px solid #0f0f0f;
	background-color: var(--bg-color);
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.ofertatable td,
table.ofertatable th {
	border: 1px solid #aaaaaa;
	padding: 3px 2px;
}
table.ofertatable tbody td {
	font-size: 13px;
	padding: 10px;
}
table.ofertatable tr:nth-child(even) {
	background: var(--bg-color);
}
table.ofertatable thead {
	background: #282826;
}
table.ofertatable thead th {
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	border-left: 2px solid #d0e4f5;
}
table.ofertatable thead th:first-child {
	border-left: none;
}

table.ofertatable tfoot {
	font-size: 14px;
	font-weight: bold;
	color: var(--primary-color);
	background: #d0e4f5;
	background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #d0e4f5 100%);
	background: -webkit-linear-gradient(
		top,
		#dcebf7 0%,
		#d4e6f6 66%,
		#d0e4f5 100%
	);
	background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #d0e4f5 100%);
	border-top: 2px solid #444444;
}
table.ofertatable tfoot td {
	font-size: 14px;
}
table.ofertatable tfoot .links {
	text-align: right;
}
table.ofertatable tfoot .links a {
	display: inline-block;
	background: #1c6ea4;
	color: #ffffff;
	padding: 2px 8px;
	border-radius: 5px;
}
/* nawigacja */

/*menu*/

nav {
	position: relative;
	font-family: "Outfit", sans-serif;
	/* height: 250px; */
	top: 0;
	z-index: 999;
	width: 100%;
	transition: 0.4s;
	background: var(--bg-color);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	overflow: visible;
}
nav .wrapper {
	position: absolute;
	/* max-width: 1400px; */
	width: 100%;
	/* top: 0; */
	height: auto;
	overflow: visible;
	background: var(--bg-color);
	line-height: 70px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.sticky {
	position: fixed !important;
	max-width: 100% !important;
	width: 100% !important;
	top: 0 !important;
	left: 0;
	right: 0;
	overflow: visible;
	height: auto;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.sticky .logo-wrapper img {
	padding: 20px;
}

.nav-phone {
	width: 400px;
	/* border-right: 1px solid #f2f2f2; */
	display: flex;
	flex-direction: row;
	font-weight: 500;
	align-self: center;
	/* justify-content: center; */
	align-items: center;
}

.nav-phone-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e6e6e6;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	margin: 10px;
}

.nav-phone-icon i {
	color: #caa328;
	margin: 0 auto;
}
.nav-location {
	width: 400px;
	/* border-left: 1px solid #f2f2f2; */
	display: flex;
	flex-direction: row;
	font-weight: 500;
	/* align-self: center; */
	/* justify-content: center; */
	align-items: center;
}

.nav-location-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #282826;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	margin: 10px;
}

.nav-location-icon i {
	color: #caa328;
	margin: 0 auto;
}

.top-nav {
	position: relative;
	color: var(--primary-color);
	max-width: 100%;
	background: #dfb52f;
	margin: auto;
	/* height: 50px; */
	display: flex;
	padding: 5px;
	justify-content: space-evenly;
}

.top-nav p {
	display: flex;
	flex-direction: row;
	text-align: center;
	font-size: 14px;
}

.logo {
	width: 120px;
	height: 100px;
	background-image: var(--logo);
	background-size: cover;
	background-position: center;
}

.logoimg {
	background-image: var(--logo);
	height: 125px;
	width: auto;
	margin: auto;
}

.logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-wrapper img {
	max-height: 120px;
	width: auto;
}

.wrapper .nav-links {
	display: inline-flex;
}

.nav-links li {
	margin: 0 5px;
	position: relative;
	list-style: none;
}
.nav-links li a {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	align-self: center;
	padding: 9px 15px;
	font-size: 18px;
	color: #28282b;
	font-weight: 600;
	position: relative;
	z-index: 1;
	text-align: center;
}

.nav-links .mobile-item {
	display: none;
}
.nav-links .drop-menu {
	position: absolute;
	background: #242526;
	width: 180px;
	line-height: 45px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:active .drop-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.has-mega i {
	margin-left: 5px;
	display: inline-flex;
	align-items: center;
}

.mega-box {
	position: absolute;
	top: 150%;
	left: 50%;
	width: 100%;
	max-width: 1400px;
	transform: translate(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
}

.mega-box.show {
	opacity: 1;
	visibility: visible;
}

.drop-menu li a {
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
	font-weight: 400;
	border-radius: 0px;
}

.mega-box .content {
	position: relative;
	background: #242526;
	padding: 25px 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .rowm {
	width: calc(25% - 30px);
	line-height: 45px;
}

.mega-box .rowm img {
	transform: scaleX(1) scaleY(1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-duration: 500ms;
}

.content .rowm-image {
	width: 100%;
	max-height: 600px;
}

.content .rowm-image img {
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
	background: #282826;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	object-fit: cover;
	transform: scaleX(1) scaleY(1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-duration: 500ms;
}

.content .rowm p {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
}
.content .rowm .mega-links {
	margin-left: -40px;
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.content .rowm:nth-of-type(2) .mega-links {
	border-left: none;
}

.rowm .mega-links li {
	padding: 0 30px;
}
.rowm .mega-links li a {
	background-image: none;
	font-size: 16px;
	display: block;
}
.rowm .mega-links li a:hover {
	color: #f2f2f2;
}
.wrapper .btn {
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: none;
}
.wrapper .btn.close-btn {
	position: absolute;
	right: 30px;
	top: 10px;
}

/*sidebar*/

/* The side navigation menu */
.sidebar {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	height: 100%;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.sidebar h2 {
	color: #f3f3f3;
	font-weight: 600;
	margin-top: 10px;
}

.sidebar h2:after {
	content: "";
	width: 181px;
	height: 10px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url("../img/kreska.png");
	background-repeat: no-repeat;
}
/* Sidebar links */
.sidebar a {
	display: inline-block;
	padding: 16px;
	margin-top: 5px;
	color: #f3f3f3;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 500;
	border-radius: 5px;
	transition: all 0.3s ease;
}

/* Active/current link */
.sidebar a.active {
	background-color: #463d34;
	color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
	background-color: #dfb52f;
	color: white;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
.sidecontent {
	width: 100%;
	text-align: left;
	padding: 0;
	height: auto;
}

.sidecontent h1 {
	position: relative;
	margin-bottom: 24px;
	margin-top: 24px;
	padding-left: 15px;
	font-size: 3rem;
	border-bottom: 1px solid #e6e6e6;
	line-height: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.sidecontent h2 {
	position: relative;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.umow-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.booksy-container {
	width: 35%;
	height: auto;
	background: linear-gradient(45deg, #282826, #121212);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.booksy-container:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	top: 0;
	left: 0;
	border-color: #caa328 transparent transparent #caa328;
}

.formularz-container {
	width: 35%;
	height: auto;
	background: linear-gradient(45deg, #dfb52f, #a78722);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.zadzwon-container {
	width: 35%;
	height: auto;
	background: linear-gradient(45deg, #dfb52f, #a78722);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.decor {
	color: #dfb52f;
}

.fw600 {
	font-weight: 600;
}

.booksy-logo {
	height: 30px;
	max-width: 100%;
}

.booksy-logo img {
	height: 100%;
	width: auto;
}
.bbottom {
	border-bottom: 1px solid #e6e6e6;
}

.sidecontent ul {
	list-style-image: url("../img/treehouse-marker.png");
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-transform: lowercase;
}
.sidecontent li {
	padding: 5px 0px 5px 5px;
}

.sidecontent-container {
	width: 100%;
	height: 500px;
	margin-top: 15px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.sidecontent-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-content {
	font-size: 18px;
}

.article-content img {
	display: block;
	width: 50%;
	height: auto;
	padding: 20px;
	margin: 0 auto;
}

.blog {
	color: var(--primary-color);
	background-image: linear-gradient(to bottom, #121212, #000000cf),
		url(../img/0.jpg);
	background-position: center;
	background-attachment: fixed;
}

.bg-blog-black {
	background-color: #343a40 !important;
	color: #fff !important;
}

.bg-blog-bronze {
	background-color: var(--heading-color) !important;
	color: var(--secondary-color) !important;
}

.bg-blog-blue {
	background-color: #5643fa !important;
	color: #fff !important;
}

.blabla {
	list-style-image: url("../img/marker_red.png");
}

.pod {
	width: 100%;
	height: auto;
}

.paragraph1 {
	padding: 20px 30px;
	height: 500px;
	background: #fff;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 2rem;
	position: relative;
	margin-top: 15px;
	z-index: 2;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

/* .paragraph1:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	top: 0;
	left: 0;
	border-color: #caa328 transparent transparent #caa328;
}

.paragraph1:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	top: 0;
	right: 0;
	border-color: #caa328 #caa328 transparent transparent; 
} */

.paragraph2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	margin-bottom: 20px;
	background-color: #242526;
	color: #574a3a;
	font-size: 2rem;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 15px;
	border: 1px solid #d6e9c6;
	z-index: 2;
}

.paragraph2:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	bottom: 0;
	left: 0;
	border-color: transparent transparent #caa328 #caa328;
}

.paragraph2:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	bottom: 0;
	right: 0;
	border-color: transparent #caa328 #caa328 transparent;
}

.paragraph2 i {
	background: transparent;
	border: 0.25rem solid #dfb52f;
	border-radius: 10%;
	font-size: 25px;
	padding: 5px;
}

.paragraph2 p {
	margin: 10px 10px;
	padding: 10px;
}

.paragraph3 {
	padding: 20px 30px;
	margin-bottom: 20px;
	background-image: url("../img/9.jpg");
	background-size: cover;
	background-position: center;
}

.paragraph3 img {
	width: auto;
	height: 75px;
	object-fit: cover;
}

.paragraph4 {
	padding: 20px 30px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 2rem;
	position: relative;
	margin-top: 15px;
	z-index: 2;
}

.paragraph4:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	top: 0;
	left: 0;
	border-color: #caa328 transparent transparent #caa328;
}

.paragraph4:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	bottom: 0;
	right: 0;
	border-color: transparent #caa328 #caa328 transparent;
}

.style {
}
.style:after {
	background: #8b7556;
	display: block;
	content: "";
	height: 1px;
	width: 120px;
	margin: 5px auto 0;
	position: relative;
}

.style2 {
	padding-bottom: 50px;
	margin-bottom: 5px;
	position: relative;
}

.style2:after {
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: 100px;
	height: 2px;
	margin: 5px auto 0;
	border-radius: 4px;
	background-color: #dfb52f;
}

.scroll-down {
	background: url("../img/scroll_down.png");
	bottom: 10%;
	display: block;
	height: 35px;
	margin: 0 auto;
	position: absolute;
	width: 85px;
}

.code {
	background-color: #fcfcfc;
	border-radius: 8px;
	color: black;
	font-family: courier, monospace;
	font-size: 18px;
	padding: 2px 5px 5px;
	position: relative;
	top: -2px;
}

.booksy_black {
	background-image: url("../img/booksy_icon_black.png");
	display: inline-block;
	height: 18px;
	width: 25px;
}

.booksy {
	background-image: url("../img/booksy_icon.png");
	display: inline-block;
	height: 18px;
	width: 25px;
}

.booksy-umow {
	background-image: url("../img/booksy_icon.png");
	display: inline-block;
	float: inline-start;
	margin-right: 1rem;
	height: 18px;
	width: 25px;
}

@media screen and (max-width: 970px) {
	.wrapper .btn {
		display: block;
	}
	.wrapper .nav-links {
		position: fixed;
		height: 100vh;
		width: 50%;
		top: 0;
		left: -100%;
		background: var(--bg-color);
		display: block;
		padding: 25px 10px;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
		transition: all 0.3s ease;
	}
	/* custom scroll bar */
	::-webkit-scrollbar {
		width: 10px;
	}
	::-webkit-scrollbar-track {
		background: #3a3b3c;
	}
	::-webkit-scrollbar-thumb {
		background: #dfb52f;
	}

	#user-menu ~ .nav-links:focus-within,
	#user-menu:focus ~ .nav-links {
		left: 0%;
		display: block;
		transform: scaleX(1) scaleY(1);
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transition-duration: 500ms;
		opacity: 1;
	}
	.nav-links li {
		margin: 15px 10px;
	}
	.nav-links li a {
		padding: 12px;
		display: block;
		font-size: 20px;
	}
	.nav-links .drop-menu {
		position: relative;
		opacity: 1;
		top: 65px;
		visibility: visible;
		padding-left: 20px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		box-shadow: none;
		transition: all 0.3s ease;
	}
	#showDrop:checked ~ .drop-menu,
	#showMega:checked ~ .mega-box {
		max-height: 100%;
	}
	.nav-links .desktop-item {
		display: block;
	}
	.nav-links .mobile-item {
		display: block;
		color: #f2f2f2;
		font-size: 20px;
		font-weight: 500;
		padding-left: 20px;
		cursor: pointer;
		border-radius: 5px;
		transition: all 0.3s ease;
	}
	.nav-links .mobile-item:hover {
		background: #3a3b3c;
	}
	.drop-menu li {
		margin: 0;
	}
	.drop-menu li a {
		border-radius: 5px;
		font-size: 18px;
	}
	.mega-box {
		position: static;
		top: 65px;
		opacity: 1;
		visibility: visible;
		padding: 0 20px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.mega-box .content {
		box-shadow: none;
		flex-direction: column;
		padding: 20px 20px 0 20px;
	}
	.mega-box .content .rowmm {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}
	.mega-box .content .rowmm:nth-child(1),
	.mega-box .content .rowmm:nth-child(2) {
		border-top: 0px;
	}
	.content .rowmm .mega-links {
		border-left: 0px;
		padding-left: 15px;
	}
	.rowmm .mega-links li {
		margin: 0;
	}
	.content .rowmm header {
		font-size: 19px;
	}
}
nav input {
	display: none;
}
/* header */

header.hero-img {
	position: relative;
	height: 100vh;
	background-image: url(../img/background.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	z-index: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
}
header.hero-img h1 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 700;
	text-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.4);
	padding: 10px;
}
header.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(87, 74, 58, 0.5);
	z-index: -5;
}
header.hero-img .hero-text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
	margin: 0px 15%;
}

.header-overlay {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	position: absolute;
	z-index: -1;
}

.header-overlay-pattern {
	background: url(../img/overlay-pattern.png);
}

header.hero-img .fa-chevron-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	font-size: 30px;
	color: #fff;
}

header p {
	color: #dfb52f;
	background: #f7f7f7;
	padding: 0px 15px;
	font-size: 32px;
	margin-top: 20px;
	text-align: center;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

#faq .accordion-button {
	color: #ffffff;
	background-color: #dfb52f;
	box-shadow: none;
}

#faq .accordion-item {
	background-color: #fff;
	margin-top: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	border: 0;
}

.faqu .accordion-button {
	color: #ffffff;
	background-color: #574a3a;
	box-shadow: none;
}

.faqu .accordion-item {
	background-color: var(--bg-color);
	margin-top: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	border: 0;
}

.accordion-item {
	background-color: transparent;
	margin-top: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	border: 0;
}

.accordion-item .accordion-body {
	position: relative;
	background: var(--bg-color);
	color: var(--primary-color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d6e9c6;
	padding: 2rem;
}

.accordion-button {
	padding: 20px;
	font-size: 2rem;
	font-weight: 600;
}

.accordion-button:focus {
	z-index: 3;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: var(--primary-color);
	background-color: var(--bg-color);
	box-shadow: none;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: auto;
	content: "";
	background-image: url(../img/up.svg);
	background-repeat: no-repeat;
	background-size: 2.5rem;
	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/minus.svg);
	transform: rotate(-180deg);
}

.accordion i {
	font-size: 30px;
	color: #dfb52f;
	padding: 10px;
}

.social-media a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background: #dfb52b;
	border-radius: 50%;
	font-size: 2rem;
	color: #574a3a;
	margin: 2rem 1.5rem 3rem 0;
	transition: 0.5s ease;
	text-decoration: none;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.social-media a:hover {
	background: #8f7213;
	color: #574a3a;
	box-shadow: 0 0 2rem #ebbf31;
}

.short {
	margin-top: 4rem;
}

.saf {
	display: block;
	transition: transform 250ms ease;
	width: 50%;
	height: 50%;
	object-fit: contain;
	margin: 0 auto;
	transform: translateY(50%);
}

.saf-bg {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 5px solid #fff;
	background: #282826;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}

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

.bg-orange {
	background-color: #dfb52f !important;
}

.bg-heading {
	margin: 0%;
	padding: 25px;
	background-color: rgb(87, 74, 58, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.con {
	display: block;
	transition: transform 250ms ease;
	width: 50%;
	height: 50%;
	object-fit: contain;
	margin: 0 auto;
	transform: translateY(50%);
}
.con-bg {
	height: 75px;
	width: 75px;
	border: 0.2rem solid #dfb52f;
	border-radius: 50%;

	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);

	margin: 0 auto;
}

/*galeria*/
.lightboxOverlay {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.g_container {
	width: 100%;
	min-height: 100vh;

	align-items: center;
	justify-content: center;
	padding: 50px 8%;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}

.gallery img {
	width: 100%;
}

.sub-oferta a {
	color: #3a3b3c !important;
}

.sub-oferta a:hover,
a:active {
	color: #eee !important;
}

.contact-bg {
	background-image: url(../img/ofertabg.jpg);
	background-size: cover;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* ----- */

.przed-wiz {
	position: relative;
	background-image: url("../img/przed.jpg");
	background-size: cover;
	padding: 80px;
	z-index: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
}

.regulamin ul li {
	padding: 1.5rem;
}

.reg2nd {
	padding: 25px;
	list-style: decimal !important;
	border: none !important;
}

.reg2nd li:not(:last-child) {
	border: 0 !important;
}

.regulamin p {
	font-weight: 600;
}

.card-list .card-item {
	color: #fff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}

.card-list .card-item .user-image {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	position: absolute;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card-item1 {
	color: #fff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	margin-bottom: 10px;
}

.card-item1 .user-image1 {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card-item h2 {
	padding: 20px;
}

.card-item-content {
	text-align: center;
}

.opinion-list .opinion-item {
	color: var(--primary-color);
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); */
	margin: 0 auto;
}

.opinion-list .opinion-item .opinion-image {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	margin: 0 auto;
	position: absolute;
	object-fit: cover;
	top: 0;
}

.opinion-item1 {
	color: #fff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	margin-bottom: 10px;
}

.opinion-item1 .opinion-image1 {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.opinion-item h2 {
	padding: 20px;
}

.opinion-item-content {
	text-align: center;
	margin-top: 40%;
}

.opinion-img {
	display: flex;
	justify-content: center;
	height: auto;
	width: 100%;
}

.opinion-img:after {
	background: url(../img/google-icon.svg) no-repeat;
	content: "";
	display: block;
	height: 42px;
	position: absolute;
	left: 60%;
	top: 20%;
	width: 42px;
	border-radius: 42px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.opinion-rate {
	background: url(../img/star.svg) repeat-x;
	background-size: 20%, 20%;
	content: "";
	width: 64px;
	height: 32px;
	display: block;
	margin: 0 auto;
}

.opinion-name {
	color: var(--primary-color);
}

.opinion-date {
	color: var(--primary-color);
	font-size: 80%;
}

.opinion-op {
	padding: 20px;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.3);
}

.bsdec {
	border-style: solid;
	border-width: 2px;
	border-color: #caa328;
	padding: 20px;
}

.bsdec1 {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #ffffff !important;
	filter: drop-shadow(0.25rem 0 0.25rem #574a3a) !important;
}

.swiper-pagination-bullet-active {
	background-color: #dfb52f !important;
}

.blog-img {
	height: 100%;
	width: 100%;
}

.blogdecor {
	background-color: #dfb52f;
	border-radius: 4px;
	color: #343a40;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 2px 0 0;
	padding: 6px 10px;
	position: relative;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
}

.blog-time {
	position: absolute;
	display: flex;
	background: #dfb52f;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: auto;
	padding: 0px 10px;
	border-radius: 10px;
	top: 20px;
	right: 20px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.blog-time i {
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-color);
}

.blog-date {
	position: absolute;
	display: flex;
	background: var(--bg-cookie);
	color: #fff;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: auto;
	padding: 0px 10px;
	border-radius: 10px;
	top: 20px;
	left: 20px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.blog-date i {
	font-size: 16px;
	font-weight: 700;
}

.blog-date span,
.blog-time span {
	margin-left: 10px;
}

.bdfshadow {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	height: 250px;
	width: 100%;
	opacity: 40%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.article-content a:hover {
	color: #fff;
}

.article-content i {
	font-size: 18px;
	padding: 6px 3px;
}

.article-info {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	margin: 10px;
	color: var(--heading-color);
	font-size: 2rem;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d6e9c6;
	z-index: 2;
}

.article-info i,
.article-info span {
	margin-right: 8px;
}

.blog-img:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQyIDQwIiBmaWxsPSJub25lIj4NCiAgICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMV80NDYpIj4NCiAgICAgICAgPHBhdGggZD0iTTI0LjE1MzkgMzIuNDhWMjcuNDYzOEMyNS44MTg4IDI3LjM3NjMgMjcuMDc5NSAyNy4wODYzIDI3LjkzNDYgMjYuNTk0NEMyOC43OTAzIDI2LjEwMzIgMjkuMzkxNSAyNS4zMDUgMjkuNzM4NiAyNC4yMDEzQzMwLjA4NTEgMjMuMDk3NSAzMC4yNTkgMjEuNTE4MiAzMC4yNTkgMTkuNDYzMkgyNC4xNTM5VjcuNDk2MjhIMzYuNjc1OFYxOC44NzMyQzM2LjY3NTggMjMuNTcyNSAzNS42MTggMjcuMDE1NyAzMy41MDIyIDI5LjIwMTNDMzEuMzg1OCAzMS4zODY5IDI4LjI2OTkgMzIuNDggMjQuMTUzOSAzMi40OFpNNS4yNSAzMi40OFYyNy40NjM4QzYuOTE0OTEgMjcuMzc2MyA4LjE3NDkxIDI3LjA5NzUgOS4wMzA2NiAyNi42Mjc1QzkuODg2NDEgMjYuMTU3NSAxMC41MDUzIDI1LjM1OTQgMTAuODg2NSAyNC4yMzM4QzExLjI2NzggMjMuMTA4MiAxMS40NTg4IDIxLjUxODIgMTEuNDU4OCAxOS40NjMySDUuMjVWNy40OTYyOEgxNy44NDA4VjE4Ljg3MzJDMTcuODQwOCAyMy41NzI1IDE2Ljc4ODggMjcuMDE1NyAxNC42ODQ5IDI5LjIwMTNDMTIuNTgwMyAzMS4zODY5IDkuNDM1NTYgMzIuNDggNS4yNSAzMi40OFoiIGZpbGw9IiNGRkNEMDIiLz4NCiAgICA8L2c+DQogICAgPGRlZnM+DQogICAgICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfMV80NDYiPg0KICAgICAgICAgICAgPHJlY3Qgd2lkdGg9IjQyIiBoZWlnaHQ9IjQwIiBmaWxsPSJ3aGl0ZSIvPg0KICAgICAgICA8L2NsaXBQYXRoPg0KICAgIDwvZGVmcz4NCjwvc3ZnPg==)
		no-repeat;
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	right: 25px;
	top: 234px;
	width: 42px;
	z-index: 15;
}

.blog_container {
	position: relative;
	background-image: url(../img/ofertabg.jpg);
	background-size: contain;
	background-repeat: round;
	width: 400px;
	height: auto;
	box-shadow: 3px 3px 15px rgba(213, 230, 238, 0.68);
	margin-bottom: 2rem;
}

.bblack {
	background-image: var(--bg-blog);
	background-size: contain;
	background-repeat: round;
}

.bbgold {
	background-image: url(../img/ofertabg_gold.png);
	background-size: contain;
	background-repeat: round;
}

.bblack h2 {
	color: var(--tertiary-color) !important;
}

.bronze {
	color: var(--heading-color) !important;
}

.white {
	color: #fff !important;
}

.blog img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	transition: transform 0.2s ease-out;
}

.blog h3 {
	color: var(--primary-color);
	border-style: solid;
	border-width: 2px;
	border-color: #caa328;
}

.blog-content {
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blog h2 {
	color: var(--primary-color);
	font-size: 120%;
	text-align: center;
	font-weight: 800;
}

.more {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #92891b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 31px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* cookies */

.cookie-wrapper {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.65);
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

#cookiealert {
	display: flex;
	flex-direction: column;
	z-index: 99999;
	min-height: 35px;
	width: 80%;
	margin: 10%;
	position: fixed;
	background: var(--bg-cookie);
	border: 0px rgb(198, 198, 198);
	text-align: center;
	right: 10px;
	right: 0;
	bottom: 50px;
	color: var(--tertiary-color);
	box-shadow: 0 0 3px 0 #dfb52f;
	border-radius: 10px;
	padding: 20px;
}

#cookiealert i {
	font-size: 50px;
	margin: 10px;
	text-shadow: 2px 2px #574a3a;
}

#cookiealert_polityka {
	margin: 10px;
}

#okbutton {
	position: relative;
	width: auto;
	margin: 0 auto;
	text-decoration: none;
	border: 0px solid rgb(31, 31, 31);
	border-radius: 5px;
	padding: 10px 20px;
	background-color: rgba(241, 196, 15, 0.9);
	color: var(--primary-color);
	text-align: center;
	font-size: 13px;
	line-height: 15px;
}

#okbutton:hover {
	background-color: rgba(209, 169, 10, 0.9);
}

#xbutton {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
	padding: 10px;
	outline: 0;
	cursor: pointer;
}

/* popup regulamin */

.popupreg {
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.popupreg__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	background-color: #fff;
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	display: table;
	overflow: hidden;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.25);
	transition: all 0.5s 0.2s;
}
.popupreg__left {
	width: 33.333333%;
	display: table-cell;
}
.popupreg__right {
	width: 66.6666667%;
	display: table-cell;
	vertical-align: middle;
	padding: 3rem 5rem;
}
.popupreg__img {
	display: block;
	width: 100%;
}
.popupreg__text {
	font-size: 1.4rem;
	margin-bottom: 4rem;
	-moz-column-count: 2;
	-moz-column-gap: 4rem;
	-moz-column-rule: 1px solid #eee;
	column-count: 2;
	column-gap: 4rem;
	column-rule: 1px solid #eee;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.popupreg:target {
	opacity: 1;
	visibility: visible;
}
.popupreg:target .popupreg__content {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.popupreg__close:link,
.popupreg__close:visited {
	color: #777;
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	font-size: 3rem;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s;
	line-height: 1;
}
.popupreg__close:hover {
	color: #efbb25;
}

/* ----- */

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

.bio-image-wrapper {
	overflow: hidden;
	width: 75%;
	margin: 0 auto;
	height: 100%;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
	transition: transform 0.2s ease-out;
}

.bio-image-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: center;
	display: block;
	position: relative;
	top: 30px;
	transition: transform 0.2s ease-out;
}

.bio-image-image img {
	max-width: 65%;
	height: auto;
}

.bio-podpis-wrapper {
	background: #dfb52f;
	width: 75%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 30px;
	box-shadow: 5px 10px #28282b;
}

.bio-podpis {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 10px 20px;
	display: block;
	transition: transform 0.2s ease-out;
}

.home-brand h1 {
	color: #fff;
}

.home-brand h3 {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.home-box {
	display: flex;
	flex-direction: row;
	width: 100%;
	color: var(--font-color);
	position: relative;
	padding: 50px;
	font-size: 18px;
	line-height: 1.8;
}

.home-box p:first-of-type {
	font-weight: 600;
}

.home-box p {
	padding: 0px 20px;
}

.home-box h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #dfb52f;
}

.opinions h3 {
	border-bottom: 2px solid var(--tertiary-color);
	width: 50%;
	margin: 0 auto;
}

.open-time-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* margin-top: 10px; */
	font-size: 90%;
}

.open-time-wrapper span {
	margin: 5px;
}

/* footer */
footer {
	font-size: 1.6rem;
	color: var(--primary-color);
}

.oferta-hero {
	background: var(--bg-oferta);
	background-size: cover;
	background-position: center;
}

.cennik-hero {
	background-image: url("../img/cennik/cennik.jpg");
	background-size: cover;
}

.faq-hero {
	background-image: url("../img/faq.jpg");
	background-size: cover;
	background-position: center;
}

.galeria-hero {
	background-image: url("../img/galeria/galeria.jpg");
	background-size: cover;
	background-position: center;
}

#faq h3,
.partners h3,
.opinions h2 {
	color: var(--primary-color);
	font-size: 220%;
}

.blog,
.faq,
.galeria,
.kontakt,
.oferta,
.opinions,
.regulamin,
.wizyta {
	color: var(--primary-color);
}

.faqu {
	padding-top: 2rem;
}

.regulamin-hero {
	background-image: url("../img/regulamin/regulamin.jpg");
	background-size: cover;
	background-position: center;
}

.wizyta-hero {
	background-image: url("../img/wizyta/wizyta.jpg");
	background-size: cover;
	background-position: top;
}

/* ----- */

.wizyta-info {
	position: relative;
	background-image: url("../img/przed.jpg");
	background-position: center;
	background-size: cover;
	z-index: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
}

.wizyta-info .container {
	padding: 4em 0.5em;
}

.wizyta-info p {
	color: #fff;
}

.wizyta-text {
	padding: 1.8em;
	color: #fff;
	text-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
}

.wizyta-text h3 {
	margin-bottom: 0.5em;
	font-size: 2.6rem;
	text-transform: uppercase;
	font-weight: bold;
}

.wizyta-text-right {
	text-align: left;
}

.wizyta-img {
	height: 300px;
	object-fit: cover;
}

/* ----- */
.wizyta-bottom i {
	font-size: 3rem;
}

.wizyta-bottom h3 {
	font-size: 2.2rem;
	font-weight: bold;
}

.karta__faq {
	color: var(--primary-color);
	perspective: 150rem;
	-moz-perspective: 150rem;
	margin-top: 2rem;
}

.karta__faq__side {
	transition: all 0.8s ease;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

/* cennik*/

.cennik {
	color: var(--primary-color);
}

.karta__cennik {
	perspective: 150rem;
	-moz-perspective: 150rem;

	margin-top: 2rem;
}

.karta__cennik__side {
	transition: all 0.8s ease;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.karta__cennik__heading {
	font-size: 3rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 10rem;
	left: 2rem;
	width: 75%;
}

.karta__cennik__heading-span {
	padding: 0.2rem 1.2rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		to right bottom,
		rgba(87, 74, 58, 0.85),
		rgba(71, 60, 46, 0.85)
	);
}
.karta__cennik__heading-span2 {
	padding: 0.2rem 1rem;
	font-size: 2rem;
	color: #fff;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		to right bottom,
		rgba(87, 74, 58, 0.85),
		rgba(71, 60, 46, 0.85)
	);
}

.karta__cennik__details {
	padding: 1rem;
}

.karta__cennik__details p {
	text-align: center;
	font-size: 2.4rem;
	padding: 0.7rem;
}

.karta__cennik__details ul {
	list-style: none;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.karta__cennik__details ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	font-size: 1.8rem;
	padding: 1rem;
}
.karta__cennik__details ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.karta__regulamin__details ul {
	list-style: square;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.karta__regulamin__details ul li {
	text-align: left;
	padding: 1rem;
}
.karta__regulamin__details ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.karta__oferta {
	perspective: 150rem;
	-moz-perspective: 150rem;
	position: relative;
	background-image: var(--bg-card);
	background-size: contain;
	background-position: center;
	height: 30rem;
	margin-top: 2rem;
}

.phone {
	display: flex;
	flex-direction: row;
	color: var(--primary-color);
}

.t-content .karta__details a {
	color: var(--primary-color);
}
.karta__oferta__side {
	height: 30rem;
	transition: all 0.8s ease;
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

/*karty oferta*/

.karta {
	perspective: 150rem;
	-moz-perspective: 150rem;
	position: relative;
	height: 60rem;
	margin-top: 2rem;
}
.karta__side {
	height: 60rem;
	transition: all 0.8s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.karta__side--front-main {
	background-color: #fff;
}
.karta__side--back--main {
	transform: rotateY(180deg);
}
.karta__side--back--main-1 {
	background-image: linear-gradient(to right bottom, #574a3a, #473c2e);
}
.karta__side--back--main-2 {
	background-image: linear-gradient(to right bottom, #dfb52f, #caa328);
}
.karta__side--back--main-3 {
	background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
}
.karta:hover .karta__side--front--main {
}
.karta:hover .karta__side--back--main {
}

.karta:hover .karta__side--front--offer {
	transform: scale (0.9);
}

/*.karta:hover .karta__side--back--offer {
      transform: rotateY(0); } */
.karta__picture {
	background-size: cover;
	background-position: top;
	height: 21rem;
	background-blend-mode: screen;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.karta__picture--1 {
	background-image: linear-gradient(to right bottom, #574a3a, #473c2e),
		url(../img/antiaging.jpg);
	background-position: center;
}
.karta__picture--2 {
	background-image: linear-gradient(to right bottom, #dfb52f, #202020),
		url(../img/woskowanie.jpg);
	background-position: center;
}
.karta__picture--3 {
	background-image: linear-gradient(to right bottom, #2998ff, #5643fa),
		url(../img/stopy.jpg);
	background-position: top;
}

.karta__picture--4 {
	background-image: linear-gradient(to right bottom, #574a3a, #141310),
		url(../img/cennik/cennik_bg.png);
	background-position: top;
}

/* oferta zdjecia */
.karta__picture--bankietowy {
	background-image: linear-gradient(to right bottom, #574a3a, #473c2e),
		url(../img/oferta/bankietowy.jpg);
	transition: 0.5s ease-in-out;
}

.karta__picture--bankietowy:hover {
	transform: scale(1.1);
}

.karta__picture--kawitacyjny {
	background-image: linear-gradient(to right bottom, #574a3a, #473c2e),
		url(../img/oferta/peelingkawitacyjny.jpg);
	background-position: center;
}
.karta__picture--chemiczny {
	background-image: linear-gradient(to right bottom, #574a3a, #473c2e),
		url(../img/oferta/peelingchemiczny.jpg);
	background-position: center;
}
.karta__picture--mezoterapia {
	background-image: linear-gradient(to right bottom, #574a3a, #473c2e),
		url(../img/oferta/mezoterapia.jpeg);
	background-position: center;
}
.karta__picture--nawilzajacy {
	background-image: linear-gradient(to right bottom, #574a3a, #473c2e),
		url(../img/oferta/nawilzajacy.jpg);
	background-position: center;
}

.karta__picture--piety {
	background-image: linear-gradient(to right bottom, #282826, #5643fa),
		url(../img/oferta/piety.jpg);
	background-position: center;
}
.karta__picture--modzele {
	background-image: linear-gradient(to right bottom, #282826, #5643fa),
		url(../img/oferta/modzele.jpg);
	background-position: center;
}
.karta__picture--odciski {
	background-image: linear-gradient(to right bottom, #282826, #5643fa),
		url(../img/oferta/odcisk.jpg);
	background-position: center;
}
.karta__picture--paznokcie {
	background-image: linear-gradient(to right bottom, #282826, #5643fa),
		url(../img/oferta/paznokcie.jpg);
	background-position: center;
}
.karta__picture--brodawka {
	background-image: linear-gradient(to right bottom, #282826, #5643fa),
		url(../img/oferta/podo.jpg);
	background-position: center;
}
.karta__picture--rekonstrukcja {
	background-image: linear-gradient(to right bottom, #282826, #5643fa),
		url(../img/oferta/rekonstrukcja-plytki.jpg);
	background-position: center;
}
.karta__picture--usuwaniekrwiaka {
	background-image: linear-gradient(to right bottom, #282826, #5643fa),
		url(../img/oferta/usuwanie-krwiaka.jpg);
	background-position: center;
}
.karta__picture--opracowaniepaznokci {
	background-image: linear-gradient(to right bottom, #282826, #5643fa),
		url(../img/oferta/opracowanie-paznokci.jpg);
	background-position: center;
}

.karta__picture--makijaz {
	background-image: linear-gradient(to right bottom, #282826, #caa328),
		url(../img/oferta/makijaz.jpg);
	background-position: center;
}
.karta__picture--woskowanie {
	background-image: linear-gradient(to right bottom, #282826, #caa328),
		url(../img/oferta/modzele.jpg);
	background-position: center;
}
.karta__picture--stylbrwi {
	background-image: linear-gradient(to right bottom, #282826, #caa328),
		url(../img/oferta/stylbrwi.jpg);
	background-position: center;
}
.karta__picture--laminbrwi {
	background-image: linear-gradient(to right bottom, #282826, #caa328),
		url(../img/oferta/laminbrwi.jpg);
	background-position: center;
}
.karta__picture--liftingrzes {
	background-image: linear-gradient(to right bottom, #282826, #caa328),
		url(../img/oferta/liftingrzes.jpg);
	background-position: center;
}
.karta__heading {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.8;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 8rem;
	right: 2rem;
	width: 75%;
}

.karta__heading__cena {
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 15rem;
	right: 2rem;
	width: 75%;
}
.karta__heading-span {
	padding: 0.5rem 1.2rem;
	background: #28282b;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.karta__heading-span--1 {
	background-image: linear-gradient(
		to right bottom,
		rgba(87, 74, 58, 0.85),
		rgb(22 17 11 / 85%)
	);
}
.karta__heading-span--2 {
	background-image: linear-gradient(
		to right bottom,
		rgba(223, 181, 47, 0.85),
		rgb(115 91 15 / 85%)
	);
}

.karta__heading-span--3 {
	background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
}
.karta__heading-span--4 {
	background-image: linear-gradient(
		to right bottom,
		var(--secondary-color),
		var(--secondary-color)
	);
}
.karta__heading-span--5 {
	background-image: linear-gradient(to right bottom, #3a3b3c, #3a3b3c);
}
.karta__details {
	padding: 1rem;
}
.karta__details:first-child {
	padding: 5rem;
}

.karta__details a {
	color: #ffffff;
}

.karta__details a:hover {
	color: #dfb52f;
}

.karta__details p {
	text-align: center;
	font-size: 1.4rem;
	padding: 0.7rem;
}

.karta__details ul {
	list-style: none;
	width: 80%;
	margin: 0 auto;
}
.karta__details ul li {
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	padding: 0.7rem;
}
.karta__details ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.karta__details_cena ul {
	color: #fff;
	list-style: none;
	width: 80%;
	margin: 0 auto;
}
.karta__details_cena ul li {
	text-align: center;
	font-size: 1rem;
	padding: 2rem;
}
.karta__details_cena ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.karta__details_cena li a:link {
	text-decoration: none;
	color: #fff;
}
.karta_details_cena li a:hover,
a:active {
	text-decoration: none;
}

.karta__cta {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
}
.karta__price-box {
	text-align: center;
	color: #fff;
	margin-bottom: 8rem;
}
.karta__price-only {
	font-size: 1.4rem;
	text-transform: uppercase;
}
.karta__price-value {
	font-size: 6rem;
	font-weight: 100;
}
.karta__pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/ofertabg.jpg);
	background-size: contain;
	background-repeat: round;
	opacity: 0.7;
	z-index: -1;
}

.partners {
	padding: 2rem;
	margin-bottom: 2rem;
}
.partners img {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin: 10px;
	width: 100%;
	height: auto;
}

/*oferta zmieniające się karty */

.tabs {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.tabsidebar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.tab-btn {
	background-color: var(--bg-color);
	border: 1px solid var(--tertiary-color);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	color: var(--primary-color);
	cursor: pointer;
	padding: 20px;
	margin: 20px 0px 0px 2px;
	outline: none;
}

.tab-btn-active {
	border-bottom: 3px solid #dfb52f;
	color: #dfb52f;
	background: #28282b;
	font-weight: bold;
}

.t-content {
	width: 100%;
}

.tab-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: auto;
	position: relative;
	top: 1rem;
	display: none;
}

.tab-content-active {
	display: block;
}

.theme-switch {
	display: inline-block;
	height: 34px;
	position: relative;
	width: 60px;
}

.theme-switch input {
	display: none;
}

.theme-switch-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 5px;
}

.theme-switch-wrapper i {
	margin: 5px;
}

.theme-switch-wrapper em {
	margin-left: 10px;
	font-size: 1rem;
}

.dslider {
	background-color: #ccc;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s;
}

.dslider:before {
	background-color: #fff;
	bottom: 4px;
	content: "";
	height: 26px;
	left: 4px;
	position: absolute;
	transition: 0.4s;
	width: 26px;
}

.dslider.round {
	border-radius: 34px;
}

.dslider.round:before {
	border-radius: 50%;
}

input:checked + .dslider {
	background-color: #dfb52f;
}

input:checked + .dslider:before {
	transform: translateX(26px);
}

.reservation-left {
	background: #dfb52f;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	width: 50%;
	padding: 40px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.reservation-right {
	background: #fff;
	position: relative;
	border-radius: 5px;
	width: 50%;
	padding: 40px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.rezerwacja-container {
	display: flex;
	flex-direction: row;
}

.rezerwacja-pattern {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0.2;
	width: 100%;
	background-size: cover;
	background-image: url(../img/background_pattern_1.png);
	z-index: -1;
}

/*formularz */

#formularz {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px;
	background: #fff;
}

#formularz label {
	padding: 5px;
	color: var(--font-color);
}

#formularz label span {
	margin: 5px;
}

#formularz input {
	border: none;
	background: #f1f1f1;
	border-radius: 5px;
	border: 2px solid #bbbbbb;
	margin-top: 5px;
	text-align: center;
	padding: 10px;
	width: 100%;
}

#formularz textarea {
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	max-width: 100%;
	width: 100%;
	resize: both;
	overflow: auto;
	background: #f1f1f1;
}

#formularz select {
	border: 1px solid #242424;
	background: #f1f1f1;
	margin-top: 10px;
	max-width: 100%;
	text-align: center;
	padding: 10px 20px;
}

#formularz input::placeholder {
	font-size: 14px;
	opacity: 0.8;
}

#formularz textarea::placeholder {
	font-size: 14px;
	padding: 5px;
}

#formularz p {
	color: var(--font-color);
	font-size: 14px;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.submit-reservation {
	margin-top: 10px;
	margin: 0 auto;
	position: relative;
	background: #28282b !important;
	color: #fff !important;
	box-shadow: 0.3rem 0.3rem #574a3a !important;
	padding: 1rem 2.8rem !important;
}

.flatpickr-calendar {
	z-index: 9999; /* Żeby nie był schowany */
}

/* Styl dla niestandardowego selecta */
.custom-select-wrapper {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin-top: 10px;
}

.custom-select {
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	cursor: pointer;
	user-select: none;
	padding: 12px 16px;
}

.custom-select::after {
	content: "\25BC";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #999;
}

.custom-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	max-height: 0;
	overflow-y: auto;
	transition: max-height 0.3s ease;
	z-index: 444;
	border-radius: 0 0 8px 8px;
}

.custom-select.open + .custom-options {
	max-height: 300px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.custom-options div {
	padding: 12px 16px;
	cursor: pointer;
	transition: background 0.2s;
}

.custom-options div:hover {
	background-color: #f0f0f0;
}

.usunZabiegBtn {
	margin-top: 1rem;
	background-color: #e74c3c;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
}
.usunZabiegBtn:hover {
	background-color: #c0392b;
}

/* Styl dla nieklikalnych optgroup-label */
.optgroup-label {
	font-weight: bold;
	background-color: #eee;
	padding: 12px 16px;
	cursor: default;
	pointer-events: none;
	color: #555;
}

.opcjonalne {
	color: #666;
	font-weight: normal;
	font-size: 0.9em;
}

.opt-pieleg {
	background-image: linear-gradient(to right bottom, #574a3a, #301e08);
	color: #fff;
}

.opt-podo {
	background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
	color: #fff;
}

.opt-diff {
	background-image: linear-gradient(to right bottom, #dfb52b, #735b0f);
	color: #fff;
}

/* Styl dla przycisku dodania kolejnego zabiegu */
.add-another-btn {
	margin: 20px 0;
	display: inline-block;
	padding: 10px 18px;
	background-color: #f5f5f5;
	border: 1px dashed #aaa;
	border-radius: 6px;
	cursor: pointer;
	color: #333;
	font-size: 15px;
}

.add-another-btn:hover {
	background-color: #eee;
}

.usun-zabieg-btn {
	background-color: transparent;
	color: #c00;
	border: none;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 10px;
	display: block;
}
.usun-zabieg-btn:hover {
	text-decoration: underline;
}

.zabieg-blok {
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.zabieg-blok.usuwany {
	opacity: 0;
	transform: translateX(50%);
}

.opt-pieleg {
	background-image: linear-gradient(to right bottom, #574a3a, #301e08);
	color: #fff;
}

.opt-podo {
	background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
	color: #fff;
}

.opt-diff {
	background-image: linear-gradient(to right bottom, #dfb52b, #735b0f);
	color: #fff;
}

.cred {
	color: red;
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%) scale(1);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@keyframes zoomOutCenter {
	0% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
	100% {
		opacity: 0;
		transform: translateX(0) scale(0.5);
	}
}

.slide-in-left {
	animation: slideInLeft 0.4s ease-out forwards;
}

.zoom-out-center {
	animation: zoomOutCenter 0.6s ease-in forwards;
}

#animacja-obrazka,
#temat-obrazek,
.usluga-obrazek {
	display: none;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	position: relative;
	top: -100px;
	z-index: 555;
	overflow: hidden;
}

.responsive-img {
	width: 50%;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	border: 5px solid #fff;
	height: auto;
	max-width: 300px;
	border-radius: 12px;
	margin: 0 auto;
}

.fade-animacja {
	display: none;
	justify-content: center;
	align-items: center;
	margin: 1em 0;
	animation: fadeInOut 1s ease-in-out;
}

.fade-animacja img.responsive-img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fade-animacja {
	animation: fadeIn 0.5s ease-in;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.zoom-animacja {
	animation: zoomIn 0.5s ease-out;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.slideup-animacja {
	animation: slideUp 0.4s ease-out;
}

label {
	display: block;
	margin-top: 10px;
}

.date-label {
	display: block;
	margin-top: 10px;
	cursor: pointer;
}
.date-label input[type="date"] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
.hidden {
	display: none;
}
.ukryty {
	visibility: hidden; /* ✅ ukryty, ale aktywny */
	opacity: 0;
	position: relative;
	pointer-events: auto;
}
optgroup {
	font-style: normal;
	font-weight: bold;
}

select.appointmentTime option:disabled {
	color: #999;
	background-color: #eee;
	cursor: not-allowed;
	font-style: italic;
}
select.appointmentTime option:not(:disabled) {
	font-weight: bold;
}

.zajeta-godzina {
	color: #999;
	font-style: italic;
}
.wolna-godzina {
	font-weight: bold;
}

#kontaktForm

/* slider-marki */

.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 500px) {
	.slider__item {
		width: 33%;
	}
}

@media screen and (min-width: 800px) {
	.slider__item {
		width: 25%;
	}
}

@media screen and (min-width: 1200px) {
	.slider__wrapper {
		margin-left: -20px;
	}

	.slider__item {
		width: 20%;
	}
}

.contact {
	background-color: #0e0e0e;

	width: 100%;
	color: #fff;
}

.contact-box-shadow {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.contact-shadow {
	position: relative;
	background-size: cover;
	background-position: center;
	background-image: url("../img/13728.webp");
	z-index: 2;
}

.contact-shadow-2 {
	position: relative;
	background-size: cover;
	background-position: center;
	background-image: url("../img/background_pattern_2.png");
	z-index: 2;
}

.contact-shadow-3 {
	position: relative;
	background-size: cover;
	background-position: center;
	background-image: url("../img/background_pattern_3.png");
	z-index: 2;
}

.ss {
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* usługi */

.service-hero {
	background-image: url("../img/contact/contact.jpg");

	object-fit: cover;
}

.service-hero-box {
	position: relative;
	height: 300px;
	background-size: cover;
	z-index: 0;
}

.service-hero-box p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
}

/*breadcrumbs*/
/* Style the list */
ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	font-size: 15px;
	background-color: rgb(87, 74, 58, 0.25);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 6px;
	margin-right: 5px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
	padding: 8px;
	color: #292929;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #dfb52f;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #dfb52f;
	text-decoration: none;
}

/*zabiegi hero*/

.depilacja-hero {
	background-image: url("../oferta/img/depilacja-woskiem.jpg");
	background-size: cover;
	background-position: center;
}

.henna-brwi-hero {
	background-image: url("../oferta/img/henna-brwi-i-rzes.jpg");
	background-size: cover;
	background-position: center;
}

.henna-pudrowa-hero {
	background-image: url("../oferta/img/henna-pudrowa.jpg");
	background-size: cover;
	background-position: center;
}

.makijaz-okolicznosciowy-hero {
	background-image: url("../oferta/img/makijaz.jpg");
	background-size: cover;
	background-position: center;
}

.mezoterapia-hero {
	background-image: url("../oferta/img/mezoterapia.jpg");
	background-size: cover;
	background-position: center;
}

.paznokcie-hero {
	background-image: url("../oferta/img/paznokcie.jpg");
	background-size: cover;
	background-position: center;
}

.peeling-kawitacyjny-hero {
	background-image: url("../oferta/img/peeling-kawitacyjny.jpg");
	background-size: cover;
	background-position: center;
}

.peeling-chemiczny-hero {
	background-image: url("../oferta/img/peeling-chemiczny.jpg");
	background-size: cover;
	background-position: center;
}

.podstawowy-zabieg-podo-hero {
	background-image: url("../oferta/img/podstawowy-zabieg-podologiczny.jpg");
	background-size: cover;
	background-position: center;
}

.rekonstrukcja-pltyki-hero {
	background-image: url("../oferta/img/rekonstrukcja-plytki.jpg");
	background-size: cover;
	background-position: center;
}

.brodawka-wirusowa-hero {
	background-image: url("../oferta/img/terapia-brodawki.jpg");
	background-size: cover;
	background-position: center;
}

.wrastajace-paznokcie-hero {
	background-image: url("../oferta/img/terapia-paznokci.jpg");
	background-size: cover;
	background-position: center;
}

.krwiak-hero {
	background-image: url("../oferta/img/usuwanie-krwiaka.jpg");
	background-size: cover;
	background-position: center;
}

.usuwanie-modzeli-hero {
	background-image: url("../oferta/img/usuwanie-modzeli.jpg");
	background-size: cover;
	background-position: center;
}

.usuwanie-odciskow-hero {
	background-image: url("../oferta/img/usuwanie-odciskow.jpg");
	background-size: cover;
	background-position: center;
}

.zabieg-bankietowy-hero {
	background-image: url("../oferta/img/zabieg-bankietowy.jpg");
	background-size: cover;
	background-position: center;
}

.pekajace-piety-hero {
	background-image: url("../oferta/img/pekajace-piety.jpg");
	background-size: cover;
	background-position: center;
}

.zabieg-nawilzajacy-hero {
	background-image: url("../oferta/img/nawilzajacy.jpg");
	background-size: cover;
	background-position: center;
}

/*podstrony hero*/

.makijaz-hero {
	background-image: url("../img/oferta/makijaz.jpg");
	background-size: cover;
	background-position: center;
}

.podstrona-hero {
	background-image: url("../img/5555.jpg");
	background-size: cover;
	background-position: center;
}

.blog-hero {
	background-image: url("../img/blog_hero.jpg");
	background-size: cover;
	background-position: center;
}

.quote-hero {
	/* background-image: url('../img/2222.png'); */
	background-size: cover;
	background-position: center;
}

/* oferta */

.oferta {
	background: #fff;
}

.offer-hero {
	background-image: url("../img/oferta/oferta.jpg");
	background-size: cover;
	background-position: center;
}

.offer img {
	height: 240px;
	object-fit: cover;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	border: none;
	background: #dfb52f;
	background-size: 18px;
	cursor: pointer;
	outline: none;
}

.btn {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #dfb52f;
	font-size: 1.5rem;
	color: #574a3a;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.1s ease;
}

.btn:hover {
	background: #caa328;
}

.btn-umow {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #dfb52f;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.1s ease;
}

.btn-umow:hover {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #574a3a;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.1s ease;
}

.btn-pulse {
	animation: pulse 1.2s ease infinite;
	background: #dfb52f;
}

.btn-oferta {
	font-size: 1.6rem;
	/* color: #dfb52f; */
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #dfb52f;
	padding: 15px;
	transition: 0.1s ease;
}

.btn-oferta:hover {
	background-color: #3a3b3c;
	color: #dfb52f;
}

.btn-white {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #fff;
	color: #574a3a;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.1s ease;
	text-decoration: none;
}

.btn-white:hover,
.btn-white:active {
	background: #dfb52f;
	color: #fff;
}

.btn-text:link,
.btn-text:visited {
	font-size: 1.6rem;
	color: #dfb52f;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #dfb52f;
	padding: 3px;
	transition: all 0.2s;
}

.btn-text:hover {
	background-color: #dfb52f;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}
.btn-text:active {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(0);
}

.btn-text-white:link,
.btn-text-white:visited {
	font-size: 1.6rem;
	color: var(--tertiary-color);
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #dfb52f;
	padding: 3px;
	transition: all 0.2s;
}

.btn-text-white:hover {
	background-color: #dfb52f;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.btn-text-bronze:link,
.btn-text-bronze:visited {
	font-size: 1.6rem;
	color: var(--heading-color);
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #dfb52f;
	padding: 3px;
	transition: all 0.2s;
}

.btn-text-bronze:hover {
	background-color: #dfb52f;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.btn-text-black:link,
.btn-text-black:visited {
	font-size: 1.6rem;
	color: #282826;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #282826;
	padding: 3px;
	transition: all 0.2s;
}

.btn-text-black:hover {
	background-color: #fff;
	color: #282826;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.btn-border {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: transparent;
	border: 1px solid #dfb52f;
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.1s ease;
	text-decoration: none;
}

.btn-border:hover,
.btn-border:active {
	background: #dfb52f;
	color: #fff;
}

.offer .btn {
	font-size: 1.4rem;
	text-transform: uppercase;
}

.underlined {
	/*   background: red; */
	position: relative;
}

.underlined1 {
	background: #dfb52f;
	padding: 5px;
	position: relative;
}

.underline-mask:after {
	content: "";
	position: absolute;
	top: 95%;
	width: 150%;
	aspect-ratio: 3 / 1;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
	border: 6px solid hsl(280 80% 50%);
	/* Use a conic gradient mask to hide and show the bits you want */
	--spread: 140deg;
	--start: 290deg;
	mask: conic-gradient(
		from var(--start),
		white 0 var(--spread),
		transparent var(--spread)
	);
}

.underline-overflow {
	display: inline-block;
	/* A little extra padding and overflow hidden   */
	overflow: hidden;
	padding-bottom: clamp(1rem, 2vmin, 2rem);
}
.underline-overflow:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 150%;
	aspect-ratio: 2.5 / 1;
	left: 50%;
	transform: translate(-50%, -10%);
	border-radius: 50%;
	border: 6px solid hsl(10 80% 50%);
}

.underline-clip:after {
	content: "";
	position: absolute;
	top: 99%;
	width: 150%;
	aspect-ratio: 4 / 1;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
	border: 3px solid hsl(30 15% 24%);
	/* Use a clip-path to hide and show the bits you want */
	clip-path: polygon(0 0, 50% 50%, 100% 0);
}

.underline-clip2:after {
	content: "";
	position: absolute;
	top: 99%;
	width: 150%;
	aspect-ratio: 4 / 1;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
	border: 3px solid hsl(45, 67%, 54%);
	/* Use a clip-path to hide and show the bits you want */
	clip-path: polygon(0 0, 50% 50%, 100% 0);
}

/* kontakt */

.contact-hero {
	background-image: url("../img/contact/contact.jpg");
	background-position: center;
}

.contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}

.contact-bg2 {
	background-image: url(../img/cennik/cennik_bg2.png);
	object-fit: none;
	position: absolute;
	object-position: left top;
	width: 242px;
	height: 333px;
	z-index: -2;
}

.contact-bg3 {
	background-image: url(../img/cennik/cennik_bg3.jpg);
	object-fit: none;
	position: absolute;
	object-position: right bottom;
	width: 242px;
	height: 333px;
	z-index: -2;
}

.contact-item ul {
	list-style: none;
}

.logo-contact {
	margin: 0 auto;
}

.contact input,
.contact select,
.contact textarea {
	font-size: 1.6rem;
}

.contact .btn {
	padding: 0.3em 0.8em;
	font-size: 2rem;
}

.contact-map iframe {
	width: 100%;
	min-height: 400px;
}

.phone a {
	text-decoration: none;
}
@media (max-width: 992px) {
	.karta__cennik__details ul li {
		font-size: 1.5rem;
		padding: 1.2rem;
	}

	.paragraph2 {
		flex-direction: column;
	}

	.opinion-item-content {
		margin-top: 50%;
	}

	#faq h3,
	.partners h3,
	.opinions h2 {
		font-size: 150%;
	}

	.open-time-wrapper {
		display: none;
	}

	.theme-switch {
		height: 20px;
		width: 50px;
	}

	.dslider:before {
		background-color: #fff;
		bottom: 4px;
		content: "";
		height: 13px;
		left: 4px;
		position: absolute;
		transition: 0.4s;
		width: 13px;
	}
}

@media (max-width: 992px) {
	header.hero-img {
		background-image: url("../img/background.jpg");
	}

	header.hero-img h1 {
		font-size: 24px;
		background: #242526;
		text-align: center;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	}

	.header-more {
		margin-top: 55px;
	}

	.article-content img {
		width: 100%;
	}

	.bg-about {
		padding: 2.5rem;
	}

	.bio-podpis-wrapper {
		width: 90%;
		padding: 10px 15px;
	}

	.blog-img:after {
		top: 175px;
	}

	.bdfshadow {
		height: 200px;
	}

	.card-list .card-item {
		width: 80%;
		height: 400px;
	}

	.card-item h2 {
		padding: 0;
	}

	#faq .accordion-item {
		margin: 0 auto;
		margin-top: 15px !important;
	}

	.heading-border {
		padding: 25px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
		border: none;
	}

	.home-box {
		padding: 25px;
	}

	nav .wrapper {
		justify-content: space-evenly;
	}

	.logo-wrapper img {
		max-height: 100px;
	}

	.marki {
		width: 50%;
		margin: 0 auto;
	}

	.wrapper .btn {
		font-size: 16px;
		padding: 0.5rem 2rem;
	}

	.wiz {
		line-height: 1.4;
		font-size: 1.6rem;
	}

	.rezerwacja-container {
		flex-direction: column;
	}

	.reservation-left,
	.reservation-right {
		width: 100%;
		padding: 10px 25px;
	}

	.home-box {
		flex-direction: column;
	}

	.karta__oferta {
		width: 90%;
		margin: 0 auto;
	}

	.paragraph4 {
		padding: 20px 25px;
	}

	.przed-wiz {
		padding: 20px;
	}

	.top-nav {
		display: none;
	}

	.top-nav p {
		font-size: 12px;
	}

	.tabsidebar {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.nav-phone-icon {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.nav-location-icon {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.umow-container {
		flex-direction: column;
	}

	.booksy-container {
		width: 70%;
	}
	.zadzwon-container {
		margin-top: 30px;
		width: 70%;
	}

	.wiz ul {
		padding: 10px 25px;
	}

	.wiz ul li {
		margin-top: 10px;
	}

	.mlr-5 {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.short {
		margin-top: 5rem;
	}

	.karta__cennik__details ul {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.wizyta-info .container {
		padding: 0;
	}

	.wizyta-shadow {
		box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.4);
	}

	.wizyta-text {
		padding: 5em 0;
	}

	.wizyta-text-left {
		padding-right: 2em;
	}

	.wizyta-text-right {
		padding-left: 2em;
		text-align: left;
	}

	.wizyta-img {
		height: auto;
		transform: skew(-15deg);
	}
}

@media (min-width: 1400px) {
}

@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}
	50% {
		opacity: 0.3;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes jump-shaking {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateY(-9px);
	}
	35% {
		transform: translateY(-9px) rotate(17deg);
	}
	55% {
		transform: translateY(-9px) rotate(-17deg);
	}
	65% {
		transform: translateY(-9px) rotate(17deg);
	}
	75% {
		transform: translateY(-9px) rotate(-17deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}

span.rise-shake {
	animation: jump-shaking 0.83s infinite;
}
