:root {
	--text: #2b2b2b;
	--primary: #1f3a34;
	--secondary: #c8bfb6;
	--bg: #FAF8F5;
	--accent: #b89a6a;
	--gray: #5f5b55;
	--headerLg: 5rem;
	--headerMdPlus: 4.2rem;
	--headerMd: 3.2rem;
	--headerSm: 2.4rem;
	--textLg: 2rem;
	--textMd: 1.8rem;
	--textSm: 1.7rem;
	--textXsPlus: 1.5rem;
	--textXs: 1.4rem;
	--margin: 7vw;
	--gap: 10rem;
}

/*Normalizacja*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, button, select, input, textarea {
	font-family: 'Lato', sans-serif;
	font-size: var(--textSm);
	color: var(--text);
	background: var(--bg);
}
body {
	max-width: 2500px;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.t3-wrapper {
	background: var(--bg);
}
h1, h2, h3,
.h1, .h2, .h3 {
	font-family: 'Playfair Display', serif;
	color: var(--text);
}
h4, h5, h6,
.h4, .h5, .h6, .tooltip, .popover {
	font-family: 'Lato', sans-serif;
	color: var(--text);
}
input, textarea {
	font-family: 'Lato', sans-serif;
}
a, a:visited, a:active, a:focus {
	color: var(--text);
	text-decoration: none;
}
a:hover {
	color: var(--accent);
	text-decoration: none;
}
h1 {
	margin: 0;
}
p {
	color: var(--text);
}
iframe[src*='youtube'] {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.home .t3-sl-2 {
	padding-bottom: 0;
}
.t3-sl {
	overflow: hidden;
}
.navbar-default {
	background: var(--primary);
	border: 0;
}
@media (max-width: 991px) {
	.itemFullText table {
		width: 100%;
	}
	iframe {
		width: 100%;
	}
}
@media (max-width: 1170px) {
	#t3-mainnav .t3-navbar {
		display: none !important;
	}
}

@media (min-width: 1320px) {
	.container {
		width: 1290px;
	}
	#k2Container {
		max-width: 1290px;
		margin: 0 auto;
	}
}
.owl-nav {
	display: none;
}
.features-intro-slideshow .owl-nav {
	display: initial;
}
.owl-nav > button:focus {
	outline: 0 !important;
}
#itemListLeading {
	display: flex;
	flex-wrap: wrap;
}
.owl-dots {
	display: block;
	width: 100% !important;
	text-align: center;
	position: absolute;
	left: 0 !important;
}
.owl-dots > button {
	width: 12px;
	height: 12px;
	margin-bottom: 17px;
	border-radius: 50%;
	box-shadow: 0px 2px 3px 0px #000;
	position: relative;
	background: #ebebeb !important;
	margin-right: 10px;
}
.owl-dots > button.active {
	background: #c83e46 !important;
}
.owl-dots > button:focus {
	outline: 0;
}
.owl-dots > button:after {
	transform: scale(0);
}
.owl-dots > button.active:after {
	transform: scale(1);
}
.owl-dots > button:hover:after {
	transform: scale(1);
}
.itemBackToTop {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	width: 100%;
}
.t3-footer {
	border: 0;
	background: none;
	color: var(--text);
	background-color: var(--primary);
}
.t3-footnav .t3-module {
	background: none;
	color: unset;
}
.home .t3-sl-1, .home .t3-sl-3, .home .t3-sl-4, .home .t3-sl-5 {
	border: 0 !important;
}
.t3-footnav {
	display: flex;
	flex-wrap: wrap;
}
.t3-off-canvas-header {
	display: none;
}
td, tr td {
	border: 0;
}
.itemImage img {
	pointer-events: none;
}
.t3-sl {
	padding: 0;
}
.nav .caret {
	border-top-color: #000;
	border-bottom-color: #000;
}
.t3-off-canvas .caret {
	display: none;
}
.breadcrumb-wrapper {
	background: var(--bg);
}
.breadcrumb {
	font-size: var(--textSm);
	padding: 1.5rem;
	max-width: 1000px;
	margin: 0 auto;
	text-transform: uppercase;
}
@media (max-width: 1200px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
		background: var(--accent);
	}
	#t3-mainnav {
		position: fixed;
		z-index: 999;
		right: 20px;
		top: 50px;
		margin-top: 0;
		padding: 0;
	}
	.t3-off-canvas .t3-off-canvas-body a {
		text-transform: uppercase;
		color: #000;
		white-space: pre-line;
	}
	.t3-off-canvas .t3-off-canvas-body a:hover, .t3-off-canvas .t3-off-canvas-body a:focus {
		color: #000;
	}
	.off-canvas-toggle {
		background: var(--accent);
	}
	.off-canvas-toggle:hover, .off-canvas-toggle:focus, .off-canvas-toggle:active {
		background: var(--accent);
		opacity: 0.8;
	}
}
@media(min-width: 1200px) {
	#t3-mainnav.fixed {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left: 0;
		background: transparent;
	}
	#t3-mainnav.fixed .t3-megamenu {
		display: flex;
		justify-content: center;
		margin-top: 0;
		border-top: 0;
		box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
	}
	#t3-mainnav.fixed .navbar-nav {
		margin: 0 !important;
	}
}
.nspArt img.nspImage {
	object-fit: cover;
}
div.itemBody {
    padding: 8px 0;
    margin: 0;
}
/*Normalizacja*/
/*simpleGalleryNormalizacja*/
.droppicspictures {
	clear: both;
	overflow: hidden;
}
.droppicsgallerydefault .wimg {
	margin: 0;
	padding: 1px;
	width: 50% !important;
	height: 400px !important;
}
.droppicsgallerydefault .wimg a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000 !important;
	position: relative;
}
.droppicsgallerydefault .wimg img {
	width: 100% !important;
	object-fit: cover;
	height: 100%;
	border-width: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
}
.droppicsgallerydefault .wimg a:hover:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	background: transparent url(../../../images/magnify_48x48_24.png) no-repeat;
}
.droppicsgallerydefault .wimg a:hover img {
	opacity: .7;
}
@media(max-width: 991px) {
	.droppicsgallerydefault .wimg {
		width: 33.33% !important;
	}
}
@media(max-width: 767px) {
	.droppicsgallerydefault .wimg {
		width: 50% !important;
	}
}
/*simpleGalleryNormalizacja*/
/*Slideshow*/
.acm-slideshow .owl-carousel {
	cursor: move;
	padding: 0;
	overflow: hidden;
}
.acm-slideshow .owl-carousel .item {
	position: relative;
	overflow: hidden;
}
.acm-slideshow .owl-carousel .item:before {
	background-image: linear-gradient(to right, #000000, transparent);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.acm-slideshow .owl-carousel .item .img-bg {
	max-width: 100%;
}
.acm-slideshow .owl-carousel .item .slider-img {
	width: 100%;
	height: auto;
}
.acm-slideshow .owl-carousel .item .slider-thumb {
	width: auto;
}
.acm-slideshow .owl-carousel .item .slider-content {
	display: block;
	color: #ffffff;
	top: 50%;
	width: 100%;
	left: 0;
	right: 0;
	position: absolute;
	padding: 0;
	margin-left: 0;
	height: auto;
	z-index: 2;
}
.acm-slideshow .owl-carousel .item .slider-content h1 {
	font-weight: 700;
	margin-bottom: 48px;
	margin-top: 0;
}
.acm-slideshow .owl-carousel .item .slider-content-inner .title a {
	color: #ffffff;
	line-height: 1.066;
	letter-spacing: -5px;
	text-decoration: underline;
}
.acm-slideshow .owl-carousel .item .slider-content-inner .title a p {
	margin-bottom: 0;
}
.acm-slideshow .owl-carousel .item .slider-content-inner .title a span {
	display: block;
}
.acm-slideshow .owl-carousel .item .slider-content-inner .btn {
	color: #ffffff;
}
.acm-slideshow .owl-carousel .owl-nav > button {
	color: #ffffff;
	height: 48px;
	line-height: 44px;
	margin-top: 12px;
	text-align: center;
	width: 48px;
}

.acm-slideshow .owl-carousel .owl-dots {
	bottom: 50%;
	left: 120px !important;
	position: absolute;
	text-align: left;
	width: 100%;
	display: flex;
	flex-flow: column;
}
.acm-slideshow .owl-carousel .owl-dots > div {
	display: inline-block;
	margin: 0 6px;
}
.acm-slideshow .owl-carousel .owl-dots > div > span {
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	width: 8px;
}
.acm-slideshow .owl-carousel .owl-dots > div.active > span {
	border-width: 2px;
	position: relative;
	top: 1px;
	height: 10px;
	width: 10px;
}
.acm-slideshow .owl-carousel .owl-nav > button {
	background: #fff url(../images/arrow.svg) no-repeat;
	background-size: 30%;
	background-position: center;
	width: 50px;
	height: 50px;
}
.acm-slideshow .owl-carousel .owl-nav > button:hover {
	background: #ddd url(../images/arrow.svg) no-repeat;
	background-size: 30%;
	background-position: center;
}
.acm-slideshow .owl-prev {
	top: calc(50% - 50px);
	position: absolute;
	left: 0;
	transform: rotate(180deg);
}
.acm-slideshow .owl-next {
	top: calc(50% - 50px);
	position: absolute;
	right: 0;
}
.acm-slideshow .owl-carousel .owl-item img {
	height: 794px;
	object-fit: cover;
}
.slider__content {
	text-align: center;
	margin-right: 25%;
}
.slider-content-inner {
	max-width: 800px;
	padding: 50px 24px;
}
.slider__title {
	color: #fff;
	text-align: center;
	font-size: var(--headerLg);
	font-weight: 700;
	line-height: 64px;
	text-shadow: 0 2px 0 #000;
	letter-spacing: 1.5px !important;
}
.slider__desc {
	color: #fff;
	font-size: var(--textSm);
	text-shadow: -1px 1px 7px #000;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.56px;
	max-width: 678px;
	text-align: left;
	text-shadow: 0 1px 0 #000;
	margin: 25px auto 0;
	height: 80px;
}
.slider__btn {
	background-color: var(--primary);
	color: #fff !important;
	font-size: var(--textXs);
	font-weight: 400;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: 0.52px;
	outline-offset: 2px;
	padding: 14px 28px;
	position: relative;
	margin-top: 40px;
	display: inline-block;
	line-height: 30px;
	transition: .35s;
}
.slider__btn:hover {
	background: #ff1f28;
}
@media (max-width: 1199px) {
	.acm-slideshow .owl-carousel .owl-dots {
		bottom: 24px;
	}
}
@media (max-width: 991px) {
	.acm-slideshow .owl-carousel .owl-dots {
		bottom: 72px;
	}
}
@media (max-width: 767px) {
	.acm-slideshow .owl-carousel .item .slider-content h1 {
		margin-bottom: 0;
	}
	.acm-slideshow .owl-carousel .item .slider-content-inner .title a {
		letter-spacing: -2px;
	}
	.acm-slideshow .owl-carousel .owl-nav {
		bottom: 5px;
		position: relative;
	}
	.acm-slideshow .owl-carousel .owl-next {
		right: 0;
		position: absolute;
	}
	.acm-slideshow .owl-carousel .owl-prev {
		left: 0;
		position: absolute;
	}
	.acm-slideshow .owl-carousel .owl-nav > button {
		margin-top: 6px;
		height: 24px;
		line-height: 20px;
		width: 24px;
	}
	.acm-slideshow .owl-carousel .owl-dots {
		bottom: 12px;
	}
	.slider__title {
		line-height: normal !important;
	}
}
/*Slideshow*/
.t3-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 20px 0;
}
.bg-header {
	background: var(--primary);
}
.bg-header.container-fluid {
	max-width: 100%;
}
.kontakt-top-left {
	color: #000;
	font-size: var(--headerSm);
	line-height: 30px;
}
.kontakt-top-left img {
	background: #ec141d;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	object-fit: none;
	margin-right: 7px;
}
.btn:not(.off-canvas-toggle), .strefa-rzeczoznawcy-przycisk a, .slider__btn {
	background: var(--accent);
	color: #fff;
	font-size: var(--textXsPlus);
	font-weight: 400;
	padding: 12px 20px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	transition: .35s;
	border-radius: 10px;
}
.btn:not(.off-canvas):hover, .strefa-rzeczoznawcy-przycisk a:hover, .slider__btn:hover {
	background: var(--primary);
}
.btn-alt {
	background: var(--primary) !important;
}
/* .btn-color {
	background-color: var(--linkColor) !important;
	border: 2px solid var(--linkColor) !important;
	font-weight: 400 !important;
	color: #000 !important;
}
.btn-color:hover {
	background-color: #fff !important;
} */
.features-intro-slideshow-item .btn {
	margin-top: 3rem;
	display: block;
}
.features-intro-slideshow-item .desc {
	color: var(--text);
	font-weight: 700;
}
div.itemExtraFields {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.price-highlight {
	font-weight: 700;
	font-size: var(--textMd);
	padding-left: 0 !important;
	margin-bottom: 2rem !important;
	border-top: 1px solid var(--primary);
	padding-top: 1.8rem;
}
.btn2 {
	position: relative;
}
.btn2:after {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 22px;
	background-image: url(../images/zobacz-wiecej-icon.svg);
	background-position: left;
	background-repeat: no-repeat;
	filter: invert(1);
	transition: .35s;
}
.btn2:hover:after {
	translate: 1.5rem;
}
body.fixed {
	padding-top: 7rem;
}
.reservation-link {
	margin-top: 4rem;
	padding-right: 5.6rem !important;
}
.pre-header {
	color: var(--primary);
	font-size: var(--textLg);
	text-align: center;
	margin-bottom: 7rem;
}
h2:not(.catItemTitle),
h3:not(.catItemTitle),
h1.itemTitle,
h2.itemTitle4
div.itemListCategory h2 {
	color: var(--text);
	font-size: var(--headerMd) !important;
	font-weight: 700;
	line-height: 1;
	max-width: 700px;
	text-align: center;
	margin: 0 auto 15px;
}
.view-category h1,
h1.itemTitle {
	font-size: var(--headerLg) !important;
	padding-top: 30px;
	padding-bottom: 0;
}
h2.itemTitle {
	font-size: var(--headerMd);
	text-align: left;
	margin: initial;
}
.itemFullText h2 {
	border-left: 5px solid var(--accent);
	padding-left: 10px;
	margin: initial;
	text-align: left;
}
h3.catItemTitle {
	font-size: var(--textLg);
	text-align: center;
	font-weight: 700;
}
.pt-lg {
	padding-top: var(--gap);
}
.pb-lg {
	padding-bottom: var(--gap);
}
.pt-md {
	padding-top: calc(var(--gap) - 4rem);
}
.pb-md {
	padding-bottom: calc(var(--gap) - 4rem);
}
.t3-megamenu .mega > .mega-dropdown-menu {
	max-width: 340px;
	width: 340px;
}
.home-link img {
	width: 18px;
	filter: invert(1);
	vertical-align: super;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: var(--textLg);
	text-transform: uppercase;
	padding: 12px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: var(--accent);
	background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
}
.t3-megamenu {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.slider__btn {
	background: var(--accent);
	margin-top: 0;
	padding-left: 4rem;
	padding-right: 4rem;
}
.slider-content-inner {
	max-width: 860px;
	background: rgba(1,4,20,0.7);
}
.slider__title {
	font-size: var(--headerLg);
	font-weight: 700;
	line-height: normal;
	text-shadow: none;
}
.slider__desc {
	color: #ffffff;
	font-size: var(--textSm);
	font-weight: 700;
	text-shadow: none;
	line-height: 1.5;
}
.text-center-flex {
	display: flex;
	justify-content: center;
}
.kim-jestesmy table tr {
	display: flex;
	flex-wrap: wrap;
}
.kim-jestesmy table td:first-child {
	width: 66.66%;
	padding-right: 20px;
}
.kim-jestesmy table td:last-child {
	width: 33.33%;
	text-align: right;
}
.kim-jestesmy h3 {
	text-align: left;
	margin-bottom: 25px;
}
.kim-jestesmy a {
	color: var(--primary);
	font-size: var(--textSm);
	text-transform: uppercase;
	font-weight: 700;
}
.kim-jestesmy a:hover {
	color: var(--text);
}
.kim-jestesmy p {
	line-height: 1.3;
	font-size: var(--textSm);
}
/*Features Intro Slideshow*/
.features-intro-slideshow {
	z-index: 11;
	position: relative;
}
.features-intro-slideshow .owl-stage {
	cursor: all-scroll;
}
.features-intro-slideshow-item {
	background: #fff;
	border-radius: 20px;
}
.features-intro-slideshow h3 {
	text-align: center;
	width: 100%;
}
.features-intro-slideshow h4 {
	font-size: var(--headerSm);
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.features-intro-slideshow p {
	color: var(--gray);
	font-size: var(--textSm);
	line-height: 25px;
	text-align: left;
	height: 130px;
	margin-top: 15px;
	line-height: 1.3;
	display: flex;
}
.features-intro-slideshow.zobacz-rowniez-pakiety p {
	flex-wrap: wrap;
}
/* .features-intro-slideshow .btn:hover {
	opacity: .8;
} */
.features-intro-slideshow .owl-dots {
	display: block;
	margin-top: 40px;
}
.features-intro-slideshow .owl-dot {
	background: #fff !important;
	box-shadow: none;
	width: 20px;
	height: 20px;
}
.features-intro-slideshow .view-all-btn {
	background: #1e5732;
	text-align: right;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: -73px;
	transition: .35s;
}
.features-intro-slideshow .view-all-btn:hover {
	background: #c3cfba;
}
.features-intro-slideshow .owl-nav > button {
	background: #fff url(../images/arrow.svg) no-repeat !important;
	background-size: 30% !important;
	background-position: center !important;
	width: 50px;
	height: 50px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.features-intro-slideshow .owl-nav > button:hover {
	background: #ddd url(../images/arrow.svg) no-repeat !important;
	background-size: 30% !important;
	background-position: center !important;
}
.features-intro-slideshow .owl-prev {
	top: calc(50% - 50px);
	position: absolute;
	left: -50px;
	transform: rotate(180deg);
}
.features-intro-slideshow .owl-next {
	top: calc(50% - 50px);
	position: absolute;
	right: -50px;
}
/*Features Intro Slideshow*/
/*Features Flex*/
.features-flex-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
	overflow: hidden;
}
.features-flex-item {
	padding: 0 12px;
}
.features-flex-item {
	opacity: 0;
	transform: translateY(-100%);
}
.features-flex-item:nth-child(2), .features-flex-item:nth-child(4) {
	transform: translateY(100%);
}
.features-flex-item-inner {
	display: block;
	text-align: center;
}
.features-flex-item-text {
	padding: 20px 15px 20px;
}
.features-flex-item-img {
	overflow: hidden;
}
.features-flex-item-img img {
	object-fit: cover;
	height: 365px;
	width: 100%;
	transition: .35s;
}
.features-flex-item-inner:hover img {
	transform: scale(1.1);
}
.features-flex-item-inner h4 {
	color: var(--accent);
	font-size: var(--headerSm);
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	margin-top: 1.5rem;
	transition: .35s;
}
.features-flex-item-inner p {
	line-height: 18px;
	text-align: center;
}
/*Features Flex*/
/*Category View*/
div.catItemView {
	display: flex;
	flex-flow: column;
	margin-bottom: 15px;
}
div.catItemHeader {
	order: 2;
}
.catItemImageBlock {
	margin-bottom: 0 !important;
}
span.catItemImage {
	display: block;
	text-align: center;
	margin: 0 0 8px 0;
	margin-bottom: 0;
	overflow: hidden;
	background: #fff;
}
.catItemImageBlock img {
	width: 600px;
	height: 250px !important;
	object-fit: cover;
	transition: .35s;
	object-position: center bottom;
}
.voucheryKwotowe .catItemImageBlock img {
	height: unset !important;
	object-position: center !important;
}
.voucheryKwotowe .catItemTitle, .voucheryZabiegowe .catItemTitle {
	font-weight: 700 !important;
}
.pakietyItemListView .catItemImageBlock img {
	object-fit: cover;
	object-position: center bottom;
}
.pakietyItemListView .catItemImage {
	background: #fff;
}
.catItemImageBlock img:hover {
	transform: scale(1.1);
}
a.itemContainer {
	overflow: hidden;
	background: #fff;
}
div.itemListCategory {
	border: 0;
	background: none;
	text-align: center;
}
.itemListSubCategories > h3 {
	display: none;
}
.subCategoryMore {
	display: none;
}
.itemContainer:hover .catItemImageBlock img {
	transform: scale(1.15);
}
.itemContainer, .subCategory {
	cursor: pointer;
}
@media(min-width: 1200px) {
	div.itemContainer {
		max-width: 33.33%;
	}
}
/*Category View*/
/*Item View*/
.oferta-page div.itemBody {
	display: flex;
	flex-wrap: wrap;
}
.oferta-page div.itemImageBlock {
	width: 50%;
	padding-right: 15px;
}
.oferta-page div.itemFullText {
	width: 50%;
	padding-left: 15px;
}
div.itemRelated {
	margin-top: 40px;
}
div.itemRelated h3 {
	margin-bottom: 30px !important;
	text-align: left;
}
div.itemRelated .relList {
	display: flex;
	list-style: none;
	padding-left: 0;
	flex-wrap: wrap;
}
div.itemRelated .relItem {
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 10px;
	text-align: center;
}
.itemRelImg {
	max-height: 133px;
	object-fit: cover;
	margin: 0 auto;
	transition: .35s;
}
div.itemRelated .relItem:hover .itemRelImg {
	transform: scale(1.1);
}
.itemRelTitle {
	margin-top: 10px;
}
@media(max-width: 1199px) {
	div.itemContainer {
		width: 50% !important;
	}
	.oferta-page div.itemImageBlock, .oferta-page div.itemFullText {
		padding: 0;
		width: 100%;
	}
}
@media(max-width: 767px) {
	div.itemRelated .relItem {
		width: 50%;
	}
}
@media(max-width: 599px) {
	div.itemContainer {
		width: 100% !important;
		max-width: 400px;
		margin: 10px auto;
	}
}
/*Item View*/
/*Search*/
.k2LiveSearchResults form, .k2LiveSearchResults h3, .k2LiveSearchResults span,
.k2LiveSearchResults span + a, .k2LiveSearchResults .search-image-wrapper {
	display: none !important;
}
.k2LiveSearchResults .genericItemTitle {
	font-size: var(--textSm);
}
.k2LiveSearchResults div.genericItemView {
	margin-bottom: 0;
}
.k2LiveSearchResults .genericView {
	padding-bottom: 0 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.k2LiveSearchResults h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.k2LiveSearchResults .item-title-search-wrapper {
	padding-left: 0;
}
.k2LiveSearchResults .k2Pagination {
	display: none;
}
.genericItemHeader {
	display: flex;
}
.item-title-search-wrapper {
	padding-left: 35px;
}
div.genericView h3 {
	margin-bottom: 40px !important;
}
/*Search*/
.header-bar {
	background-color: var(--primary);
	margin-left: auto;
}
.naglowek-strony-kontakt tr {
	display: flex;
	justify-content: flex-end;
}
.naglowek-strony-kontakt td {
	padding-right: 30px;
}
.naglowek-strony-kontakt a {
	color: #fff;
	font-size: var(--textMd);
}
.naglowek-strony-kontakt a:hover {
	color: var(--accent);
}
.header-bar .t3-navbar {
	margin-right: 15px;
}
.fixed .t3-navbar {
	margin-right: 0;
	background: var(--primary);
}
.naglowek-strony-kontakt img {
	margin-right: 5px;
	width: 26px;
	height: 26px;
	object-fit: none;
	padding: 5px;
	border-radius: 50%;
	background: var(--light-green);
	box-sizing: content-box;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: var(--accent);
}
.logo {
	position: absolute;
	z-index: 999;
	top: 7px;
}
.video {
	display: flex;
	flex-wrap: wrap;
}
.video-column {
	width: 50%;
}
.video-column:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
}
.video h1 {
	position: relative;
	color: var(--text);
	font-size: var(--headerLg);
	font-weight: 300;
	line-height: 1.3;
	margin-top: 110px;
}
.video h1:before {
	content: "";
	position: absolute;
	display: block;
	width: 234px;
	height: 194px;
	background: url(../images/liscie.png) left no-repeat;
	left: -120px;
	top: -100px;
	z-index: -1;
}
.video h1 span {
	position: relative;
}
.video h1 span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	display: block;
	background: var(--accent);
	right: 0;
	bottom: 15px;
	z-index: -1;
}
.video .after-header {
	color: var(--primary);
	font-size: var(--headerMd);
	font-weight: 300;
	line-height: 1.2;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 100px;
}
.video-text-wrapper {
	max-width: 700px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.video a {
	color: var(--primary);
	font-size: var(--textLg);
	padding-left: 45px;
	background: url(../images/zobacz-wiecej-icon.svg) left no-repeat;
}
.video a:hover {
	color: var(--accent);
}
.video-wrapper {
	position: relative;
	height: calc(100vh - 150px);
}
.video video {
	width: 100%;
	height: calc(100vh - 150px);
	object-fit: cover;
	opacity: 0.8;
	position: relative;
	z-index: 2;
	object-position: center;
}
.video-overlay {
	background: #000;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.container-fluid {
	padding-left: var(--margin);
	padding-right: var(--margin);
	max-width: 1920px;
}
.features-intro-slideshow-img {
	overflow: hidden;
	position: relative;
}
.features-intro-slideshow-img img {
	border-radius: 20px;
	object-fit: cover;
	height: 650px;
	padding: 15px;
}
.feature-intro-slideshow-text-wrapper {
	border-radius: 20px;
	background-color: var(--purple);
	padding: 25px;
}
.feature-intro-slideshow-text-wrapper p strong {
	display: block;
	margin-bottom: 5px;
}
.bg-accent {
	background-color: var(--accent);
}
.bg-skinny {
	background-color: var(--accent);
}
.bg-secondary {
	background-color: var(--secondary);
}
.bg-white {
	background-color: #fff;
}
.zobacz-rowniez .features-intro-slideshow-item img {
	padding-bottom: 158px;
}
.zobacz-rowniez .feature-intro-slideshow-text-wrapper {
	padding-bottom: 20px;
}
.zobacz-rowniez h2 {
	margin-bottom: 50px;
}
.czym-jest-masaz-kobido td:first-child,
.akademia-pracy-z-twarza td:nth-child(2) {
	padding: 0 !important;
}
.czym-jest-masaz-kobido td:first-child p,
.akademia-pracy-z-twarza td:nth-child(2) p {
	height: 100%;
	margin-bottom: 0;
}
.czym-jest-masaz-kobido td:first-child img,
.akademia-pracy-z-twarza td:nth-child(2) video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.akademia-pracy-z-twarza td:nth-child(2) video {
	object-position: center;
}
.efekty a {
	color: var(--primary);
	font-size: var(--textLg);
	padding-left: 40px;
	background: url(../images/zobacz-wiecej-icon.svg) left no-repeat;
	margin-top: 60px;
	display: block;
	margin-left: 35px;
	background-size: 27px;
	position: absolute;
	bottom: 40px
}
.efekty a:hover {
	color: var(--accent);
}
.efekty tr {
	display: flex;
	flex-wrap: wrap;
}
.efekty > table > tbody > tr > td {
	width: 50%;
	border: 1px dashed var(--secondary);
	padding: 65px 40px 90px;
	position: relative;
}
.efekty > table > tbody > tr:nth-child(2) > td:nth-child(2) {
	background: var(--rose);
}
.efekty > table > tbody > tr:nth-child(2) > td:nth-child(2) p:first-child {
	font-size: var(--headerSm);
	color: var(--text);
	text-align: center;
}
.efekty > table > tbody > tr:nth-child(2) > td:nth-child(2) p:nth-child(2) {
	font-weight: 700;
	font-size: var(--headerSm);
	color: var(--primary);
	text-align: center;
}
.efekty > table > tbody > tr:nth-child(2) > td:nth-child(2) p:nth-child(3) {
	font-size: var(--textLg);
	color: var(--primary);
	text-align: center;
}
.efekty > table > tbody > tr:nth-child(2) > td:nth-child(2) p:nth-child(4) a {
	display: inline-block;
}
.efekty td td:first-child {
	width: 30%;
}
.efekty td td:nth-child(2) {
	width: 70%;
}
.efekty h2,
.efekty h3 {
	margin-bottom: 50px;
}
.efekty li {
	list-style: none;
	background: url(../images/tick-icon.svg) 0 4px no-repeat;
	padding-left: 30px;
	padding-bottom: 7px;
	background-size: 17px;
}
.efekty-animacja1,
.efekty-animacja2,
.efekty-animacja3,
.efekty-animacja4,
.efekty-animacja5,
.efekty-animacja6 {
	opacity: 1;
	transform: translateX(0);
}
video {
	max-width: 100%;
}
.kursy-masazu-twarzy .features-intro-slideshow-item p {
	display: block;
}
.catItemFooter .btn {
	margin-top: 15px;
	width: 100%;
}
/* .zobacz-rowniez .catItemFooter .btn,
.kursyListView .catItemFooter .btn,
.kursy-masazu-twarzy .features-intro-slideshow-item .btn {
	display: block;
	margin-left: 0;
	width: initial;
	height: initial;
	font-weight: 400;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: var(--textSm);
	background: #fff;
	color: #000 !important;
} */
/* .zobacz-rowniez .catItemFooter .btn:hover,
.kursyListView .catItemFooter .btn:hover,
.kursy-masazu-twarzy .features-intro-slideshow-item .btn:hover {
	background: #fff !important;
	opacity: 0.8;
} */
.kursy-masazu-twarzy .features-intro-slideshow-item h4 {
	text-align: left;
	font-size: var(--textLg);
	font-weight: 700;
}
.kursy-masazu-twarzy .features-intro-slideshow-item img {
	padding: 0;
	height: auto;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.stosowanie-kremow {
	padding-top: 15rem;
	padding-bottom: 7.5rem;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.stosowanie-kremow p {
	color: #fff;
	font-size: var(--headerLg);
	line-height: 1.5;
	padding: 0 1.5rem;
	max-width: 1500px;
	margin: 0 auto;
	transform: translateY(-400px);
	opacity: 0;
}
.stosowanie-kremow p:nth-child(2) {
	font-size: var(--headerSm);
	margin-top: 4rem;
}
.video-wrapper-middle {
	position: relative;
	height: 700px;
}
.video-wrapper-middle video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	position: relative;
	z-index: 2;
	object-position: center;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: initial;
  color: var(--accent);
}
.navbar-default .navbar-nav > .open > a img,
.navbar-default .navbar-nav > .open > a:hover img,
.navbar-default .navbar-nav > .open > a:focus img {
  filter: invert(66%) sepia(16%) saturate(810%) hue-rotate(358deg) brightness(91%) contrast(94%);
}
.naturalna-nieinwazyjna .features-flex-row {
	align-items: flex-end;
	justify-content: center;
	overflow: visible;
}
.naturalna-nieinwazyjna .features-flex-item-inner {
	border-radius: 20px;
	box-shadow: rgb(211, 211, 211) 3px 3px 10px 0px;
}
.naturalna-nieinwazyjna h4 {
	color: var(--text);
	font-size: var(--textLg);
	margin-top: 0;
	font-weight: 700;
	white-space: pre-line;
	margin-bottom: 20px;
}
.naturalna-nieinwazyjna .features-flex-item-text {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #fff;
}
.naturalna-nieinwazyjna .features-flex-item-img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.naturalna-nieinwazyjna .features-flex-item-inner:hover .btn-alt {
	background: var(--accent) !important;
}
.naturalna-nieinwazyjna p {
	color: var(--text);
	font-size: var(--textXs);
	height: 60px;
	margin-bottom: 20px;
}
.wybierz-forme-szkolenia-wrapper .pre-header {
	color: var(--text);
	margin-bottom: 5rem;
}
.wybierz-forme-szkolenia-wrapper .naturalna-nieinwazyjna {
	padding-top: 0;
}
.container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}
.view-category .wybierz-forme-szkolenia-wrapper {
	border-top: 2px solid var(--primary);
}
.kursy-masazu-twarzy-page .wybierz-forme-szkolenia-wrapper .features-flex-item:nth-child(1),
.szkolenie-modulowe-page .wybierz-forme-szkolenia-wrapper .features-flex-item:nth-child(2),
.pobyty-szkoleniowe-page .wybierz-forme-szkolenia-wrapper .features-flex-item:nth-child(3),
.szkolenia-wyjazdowe-page .wybierz-forme-szkolenia-wrapper .features-flex-item:nth-child(4) {
	display: none;
}
.itemListView .pre-header {
	margin-bottom: 40px;
}
.view-category h1,
.pakietyItemView .itemTitle {
	max-width: 100%;
	text-align: left;
	color: var(--text);
	font-weight: 400;
	font-size: var(--headerMdPlus) !important;
}
.view-category h1:after,
.pakietyItemView .itemTitle:after {
	content: "";
	display: block;
	width: 90px;
	height: 5px;
	background: var(--primary);
	margin-top: 17px;
}
.view-category h1:after {
	margin-left: auto;
	margin-right: auto;
}
.mapa-google h3 {
	margin-bottom: 50px;
}
.stopka-logo {
	filter: invert(1) brightness(2);
}
div.itemHeader h2.itemTitle {
	margin: 0 auto;
	padding: 50px 0;
	border-radius: 20px;
}
.formResponsive textarea {
	width: calc(100% - 20px) !important;
}
.product-form .formRow:nth-child(2), .product-form .formRow:nth-child(3), .product-form .formRow:nth-child(4), .product-form .formRow:nth-child(5) {
	display: none;
}
.product-form .formRow:nth-child(6) {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--text);
}
.fixed .logo {
	display: block !important;
	top: 12px;
	left: var(--margin);
}
.fixed .logo img {
	margin-top: 0;
	max-width: 200px;
}
.fixed .t3-megamenu {
	height: 70px;
	align-items: center;
}
.fixed .nav > li {
	margin-top: 7px;
}
.rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
	background: var(--accent);
	border-radius: 10px;
}
.rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner a:hover {
	color: var(--primary);
}
.rsfp_thankyou_popup_outer .rsfp_thankou_popup_close_btn {
	right: 1.5rem;
}
.pakiety-zabiegowe-zobacz-rowniez .features-flex-row {
	justify-content: center;
	margin: 0;
	padding: 0 2rem;
}
.pakiety-zabiegowe-zobacz-rowniez h3 {
	margin-bottom: 4rem;
}
.pakiety-zabiegowe-zobacz-rowniez .features-flex-item-img img {
	height: unset;
}
.pakiety-zabiegowe-zobacz-rowniez .pre-header {
	margin-bottom: 2rem;
}
.rsform-block-accept-1 > label, .rsform-block-accept-2 > label, .rsform-block-accept-3 > label, .rsform-block-accept-4 > label {
	display: none;
}
.o-mnie-page strong {
	color: var(--turquoise);
}
.o-mnie-page .itemFullText tr {
	display: flex;
	align-items: center;
}
.o-mnie-page .itemFullText td {
	flex: 1 0;
}
.o-mnie-page div.itemHeader h2.itemTitle {
	padding-bottom: 0;
}
.o-mnie-page .itemFullText tr img {
	max-width: 420px;
	max-height: 420px;
}
.kontakt-page .itemFullText tr {
	display: flex;
}
.kontakt-page .itemFullText td {
	flex: 1 0;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"],
.formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	width: calc(100% - 35px) !important;
	padding: 7px 10px !important;
}
.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 0;
}
.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
	background-image: none !important;
	background-color: var(--primary) !important;
	padding: 12px 34px !important;
	border-radius: 0 !important;
	margin: 30px auto !important;
	display: block !important;
	font-size: var(--textSm) !important;
}
.formResponsive .formBody label {
	font-weight: 400;
	font-size: var(--textXs);
	text-align: justify;
}
.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
	background-color: var(--light-green);
}
.item-oferta-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.item-oferta-wrapper .itemExtraFields {
	padding-right: 30px;
	display: table;
	position: sticky;
	top: 60px;
	border-top: 0;
}
.extra-fields-panel-wrapper {
	margin-top: 100px;
	width: 25%;
}
.itemExtraFieldsWrapper {
	margin-bottom: 15px;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
}
.itemExtraFieldsWrapperFix {
	padding-top: 40px;
	padding-left: 0;
}
.itemExtraFieldsWrapperFix .itemExtraFieldsLabel {
	text-align: center;
}
.zobacz-rowniez .catItemFooter .itemExtraFields,
.kursyListView .catItemFooter .itemExtraFields {
	margin-bottom: 20px;
}
.zobacz-rowniez .catItemFooter .itemExtraFieldsWrapper,
.kursyListView .catItemFooter .itemExtraFieldsWrapper {
	margin-bottom: 7px;
	background-size: 20px;
	padding-left: 28px;
}
.zobacz-rowniez .catItemFooter .itemExtraFieldsValue,
.kursyListView .catItemFooter .itemExtraFieldsValue {
	font-weight: 400;
	font-size: var(--textXs);
}
.zobacz-rowniez div.catItemHeader h3.catItemTitle,
.kursyListView div.catItemHeader h3.catItemTitle {
	text-transform: initial;
}
.features-intro-slideshow h3 {
	font-size: var(--textLg) !important;
	font-weight: 700;
	text-transform: initial;
}
.pakietyItemView .itemExtraFieldsValue p {
    margin-bottom: 3px;
}
.etykieta {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 8px 16px;
	z-index: 2;
	background: #B85C5C;
	color: #fff;
	border-radius: 10px;
	font-size: var(--textXs);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
	/* backdrop-filter: blur(6px); */
	/* -webkit-backdrop-filter: blur(6px); */
	box-shadow: 0 6px 14px rgba(43, 43, 43, 0.15);
}
div.itemExtraFields {
	border-top: none !important;
}
.itemExtraFieldsLabel {
	color: var(--primary);
	font-size: var(--textSm);
	text-transform: uppercase;
	font-weight: 700;
}
.itemExtraFieldsValue {
	font-size: var(--textSm);
}
.item-oferta-wrapper .itemContentWrapper {
	width: 75%;
	position: relative;
	z-index: 2;
}
.slider-zobacz-rowniez-item .moduleItemBg {
	background: var(--gray);
	padding: 10px;
	padding-bottom: 70px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.slider-zobacz-rowniez-item .moduleItemTitle {
	font-size: var(--textSm);
	padding-top: 10px;
	display: block;
	margin-bottom: 7px;
	font-weight: 700;
	text-align: center;
}
.slider-zobacz-rowniez-item img {
	height: 200px;
	object-fit: contain;
	transition: .35s;
	object-position: center bottom;
}
.slider-zobacz-rowniez-item img:hover {
	transform: scale(1.1);
}
.slider-zobacz-rowniez-item .moduleItemIntrotext {
	overflow: hidden;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #fff;
}
.slider-zobacz-rowniez-item .moduleItemExtraFields {
	text-align: center;
}
.slider-zobacz-rowniez-item .moduleItem-tekstpromocyjny {
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	white-space: pre-line;
}
.slider-zobacz-rowniez .modulePretext {
	margin-bottom: 40px !important;
	font-size: var(--headerMd);
}
.slider-zobacz-rowniez-item .moduleItemLink {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: right;
}
.icon2-partieciala {
	background-image: url('../images/target.svg');
}
.icon2-liczbazabiegow {
	background-image: url('../images/massage.svg');
}
.icon2-kalendarz {
	background-image: url('../images/calendar.svg');
	background-size: 18px !important;
}
.item-oferta-wrapper .icon2-kalendarz {
	background-size: 36px !important;
}
.icon2-czaszabiegu {
	background-image: url('../images/hourglass.svg');
}
.icon2-cena {
	background-image: url('../images/price-tag.svg');
}
.icon2-lokalizacja {
	background-image: url('../images/pinezka.svg');
}
.itemFullText h4 {
	font-size: var(--headerSm);
}
.przyciski-panel-boczny a {
	text-transform: uppercase;
	font-size: var(--textSm);
	color: var(--text);
	border-radius: 10px;
	width: 100%;
	display: block;
	padding: 10px;
	background: var(--turquoise);
	transition: filter .35s;
	text-align: center;
}
.przyciski-panel-boczny a:hover {
	opacity: .8;
}
.przyciski-panel-boczny p:nth-child(2) a {
	background: var(--rose);
}
.przyciski-panel-boczny p:nth-child(3) a {
	background: var(--light-gray);
}
.przyciski-panel-boczny p:nth-child(4) a {
	background: var(--accent);
}
.przyciski-panel-boczny p:first-child a {
	background: var(--turquoise);
}
/* .logo-image {
	margin-top: 50px;
	margin-left: 20px;
}
.logo-image a {
	background: #fff;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	padding: 15px;
	border: 2px solid var(--gray);
	overflow: hidden;
}
.logo-image img {
	height: 100%;
	object-position: 0 -10px;
} */
.logo-image img {
	margin-top: 30px;
	filter: invert(1) brightness(10);
	max-width: 350px;
}
.masazeListView a.itemContainer {
	max-width: 100% !important;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	box-shadow: 3px 3px 10px 0px #d3d3d3;
}
a:focus {
	outline: none;
}
a:focus-visible {
	outline: 2px solid red;
}
.masazeListView div.catItemImageBlock {
	padding: 0;
}
.masazeListView .catItemView {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
}
.masazeListView .catItemBody {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 3rem;
	padding-right: 3rem;
	padding: 2rem 3rem;
}
.kursyListView a:hover {
	color: var(--text);
}
.kursyListView a:hover .btn {
	background: var(--primary);
}
.masazeListView div.catItemHeader {
	order: 0;
}
.masazeListView h3 {
	text-align: left;
	font-weight: 700;
}
.masazeListView .korzysci h3 {
	color: var(--primary);
}
.masazeListView .catItemFooter {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.masazeListView .catItemLink {
	display: flex;
	align-items: center;
}
.masazeListView .catItemLink span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	font-weight: 400;
	background: #fff;
	font-size: var(--textLg);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	margin-left: .7rem;
}
.masazeListView .catItemLink:hover {
	color: var(--semi-light-gray);
}
.masazeListView .single-pakiety-zabiegowe .catItemBody {
	background-color: var(--yellow) !important;
}
.masazeListView .single-pakiety-zabiegowe img {
	object-position: center;
}
.catItemShortDescription {
	text-align: justify;
}
.pakietyItemListView .catItemShortDescription {
	text-align: center;
	margin: 20px 0;
}
.pakietyItemListView #itemListLeading, .pakietyItemListView .itemListLeading {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}
.voucheryItemListView.pakietyItemListView .itemListLeading {
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
.voucheryHeader {
	margin-bottom: 7rem !important;
	padding-top: 7rem;
	font-size: var(--headerSm) !important;
}
.voucheryItemListView div.catItemHeader h3.catItemTitle {
	font-weight: 400;
}
div.catItemHeader h3.catItemTitle {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.pakietyItemListView a.itemContainer {
	width: 100% !important;
	max-width: 100% !important;
}
.pakietyItemListView div.catItemView {
	padding: 0;
}
.pakietyItemListView a.itemContainer {
	padding: 0;
	background: var(--blue);
	border: 0;
	padding-bottom: 5rem;
	position: relative;
	border-radius: 20px;
	max-width: 400px !important;
	margin: 0 auto;
}
.pakietyItemListView .catItemLink, .slider-zobacz-rowniez .moduleItemLink, .itemExtraFieldsButton {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	font-weight: 400;
	background: #fff;
	font-size: var(--textLg);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	margin: 0 auto;
	transition: .35s;
	margin-top: 3rem;
	position: absolute;
	bottom: 2rem;
	cursor: pointer;
	left: calc(50% - 15px);
}
.pakietyItemListView a.itemContainer:hover .catItemLink {
	color: var(--semi-light-gray);
}
.pakietyItemListView div.catItemImageBlock, .pakietyItemListView div.catItemBody {
	padding-top: 0;
}
.pakietyItemListView .catItemBody {
	padding: 0 15px;
}
div.catItemHeader h3.catItemTitle {
	text-transform: uppercase;
}
.catItemPromoText {
	font-weight: 700;
	white-space: pre-line;
	text-align: center;
}
.catItemFooterDesc {
	text-align: justify;
	font-size: var(--textXs);
	margin-top: 2rem;
}
.catItemExtraFieldsWrapper span {
	border-right: 1px solid var(--text);
	padding-right: 1rem;
	margin-right: 1rem;
}
.itemFullText h5 {
	text-align: justify;
	cursor: pointer;
	background: var(--gray);
	color: #fff;
	padding: 1rem;
}
.itemFullText h5 + table {
	display: block;
}
.fixed-position {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 999;
	overflow: visible !important;
}
.ikony-social p {
	margin-bottom: 0;
}
.ikony-social table {
	transition: 1s;
}
.ikony-social .k2CustomCodeBlock {
	position: absolute;
	margin-left: 40px;
}
.ikony-social .k2CustomCodeBlock a {
	display: flex;
	width: 340px;
	height: 4rem;
	background: #fff;
	font-size: var(--textLg);
	justify-content: center;
	align-items: center;
}
.ikony-social img {
	float: left;
	cursor: pointer;
	width: 4rem;
}
.rsform {
	padding-left: 2rem;
}
.opinie-klientow .owl-carousel .owl-item img {
	width: 72px;
	margin-left: auto;
	height: auto;
	margin-bottom: 3rem;
}
.opinie-klientow .owl-nav {
	display: none;
}
.opinie-klientow .features-intro-slideshow-item {
	display: flex;
	flex-direction: column;
	padding: 0 1.5rem;
}
.opinie-klientow.features-intro-slideshow p {
	color: var(--text);
	font-weight: 300;
	line-height: 1.2;
	height: unset;
	font-size: var(--textSm);
	margin-bottom: 2rem;
	min-height: 5.4rem;
	text-align: center;
}
.opinie-klientow.features-intro-slideshow h4 {
	font-weight: 700;
	font-size: var(--textMd);
	color: var(--text);
	order: 2;
}
.opinie-klientow .feature-intro-slideshow-text-wrapper {
	background: #fff !important;
	position: initial !important;
	display: flex;
	flex-direction: column;
	padding-top: 0;
}
.korzysci img {
	max-width: 90px;
}
.korzysci tr:nth-child(2) td {
	padding-top: 50px;
}
.tracking-in-expand, .itemListCategory h3, .itemTitle {
    animation: slide-down .7s linear both;
}
@keyframes slide-down {
	0% {
		transform: translateY(-150%);
	}
	100% {
		transform: translateY(0);
	}
}
#ca_banner h2 {
	font-size: var(--textSm) !important;
	letter-spacing: normal !important;
}
.itemHeader {
	overflow: hidden;
}
.focus-in, .video-text-wrapper h1, .video-text-wrapper .after-header, .video .video-item, .itemListCategory .pre-header, .pakietyItemListView a.itemContainer {
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.video-wrapper-middle .video-item, .korzysci {
	filter: blur(12px);
}
.video a {
	display: block;
	animation: translate-right .7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation-delay: 1s;
}
.stopka-1, .stopka-2 {
	transform: translateY(-100%);
}
.itemExtraFields {
	transform: translate(100%);
}
.itemExtraFields {
	transform: translate(100%);
	opacity: 0;
	animation: translate-start 1s linear both;
}
.masazeListView .itemContainer:nth-child(even), .kontakt-page .itemFullText td:nth-child(1), .o-mnie-page .itemFullText td:nth-child(1) {
	transform: translate(-100%);
	opacity: 0;
	animation: translate-start 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.masazeListView .itemContainer:nth-child(odd), .kontakt-page .itemFullText td:nth-child(2), .o-mnie-page .itemFullText td:nth-child(2) {
	transform: translate(100%);
	opacity: 0;
	animation: translate-start 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.o-mnie-page .itemFullText tr:nth-child(2) td {
	animation-delay: .5s;
}
.o-mnie-page .sigProThumb:nth-child(1), .o-mnie-page .sigProThumb:nth-child(3) {
	transform: translateY(-100%);
}
.o-mnie-page .sigProThumb:nth-child(2), .o-mnie-page .sigProThumb:nth-child(4) {
	transform: translateY(100%);
}
.icon2-zobaczrowniezpasekboczny {
	position: relative;
	padding: 10px;
	padding-bottom: 0;
	margin-top: 40px;
	border: 2px solid var(--primary);
	border-radius: 10px;
}
.kurs-zdjecie {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 40px;
	border-bottom: 5px solid var(--primary);
	max-height: 230px;
	width: 100%;
	object-fit: contain;
}
div.itemExtraFields {
    margin: 16px 0 0 0;
    padding: 8px 0 0 0;
    border-top: 1px dotted #ddd;
}
@keyframes tracking-in-expand {
	0% {
		letter-spacing: -16px;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
		letter-spacing: normal;
	}
}
@keyframes text-focus-in {
	0% {
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		filter: blur(0px);
		opacity: 1;
	}
}
@keyframes translate-right {
	0% {
		transform: translate(-900px);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes translate-start {
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
.voucheryKwotowe .itemContainer {
	background: var(--gray-alt) !important;
}
.alert-error {
	display: none;
}
.kontakt-page .itemFullText {
	overflow: hidden;
}
body {
	max-width: 2300px;
	margin: 0 auto;
}
.slider-fix-kabuki img, .slider-fix-masaz-prozniowy img {
	object-fit: contain !important;
}
.slider-fix-masaz-gua-sha img {
	object-fit: contain !important;
	transform: translateY(-41px) scale(.8);
}
.slider-fix-kobido-taping img {
	padding-bottom: 174px;
}
@media(max-width: 1600px) {
	.slider-fix-masaz-gua-sha img {
		transform: translateY(-7px) scale(.9);
	}
}
@media(max-width: 650px) {
	.rsform .formResponsive input[type="text"], .rsform .formResponsive input[type="password"],
	.rsform .formResponsive textarea, .rsform .formResponsive select {
		width: 90% !important;
	}
}
.slider-fix-relaksacyjny img {
	object-position: center 20px !important;
	object-fit: contain !important;
}
.slider-fix-specjalna img {
	object-position: center -72px !important;
}
.t3-navbar .image-title, .t3-off-canvas .nav img {
	display: none;
}
.cennik-page .itemFullText h4 {
	color: var(--turquoise);
}
.right-column .boxleft {width:50%;float: left;}
.right-column .boxright {width:50%;float: left;}
.btn4 a {
	background-color: var(--rose);
	display: inline-block;
	color: var(--text);
	text-align: center;
	padding: 2rem;
	text-transform: uppercase;
	transition: .35s;
}
.btn4:hover a {
	background-color: var(--purple);
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu a {
	text-transform: initial;
}
body:has(.cboxPhoto) {
	overflow: hidden;
}
.pytania-i-odpowiedzi {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 3rem;
}
.pytania-i-odpowiedzi:before,
.pytania-i-odpowiedzi:after {
	content: none;
}
.pytania-i-odpowiedzi h3 {
	text-align: left;
	color: var(--primary);
}
.pytania-i-odpowiedzi .text {
	font-size: 1.8rem;
}
.kursyListView #itemListLeading {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.8rem;
	max-width: 1110px;
	margin: 0 auto;
}
.itemid-128 .kursyListView #itemListLeading {
	grid-template-columns: repeat(4, 1fr);
	max-width: initial;
}
.itemid-128 h1 {
	padding-top: 0;
}
.kursyListView .catItemView,
.kursyListView .catItemBody,
.kursyListView .catItemFooter,
.kursyListView .catItemImageBlock {
	display: block;
	width: 100%;
}
.kursyListView .catItemBody {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.kursy-page .features-flex-item {
	opacity: 1 !important;
	transform: none !important;
}
.o-mnie-page a:not([href]) {
	transform: translateY(-70px);
	position: absolute;
}
.blogListView .itemContainer:nth-child(3n + 1) {
	background: var(--blue);
}
.blogListView .itemContainer:nth-child(3n + 2) {
	background: var(--purple);
}
.blogListView .itemContainer:nth-child(3n + 3) {
	background: var(--yellow);
}
.blogListView h1 {
	text-align: center;
}
.blogItemView h1 {
	text-align: center !important;
}
.blogItemView h1:after {
	margin-left: auto;
	margin-right: auto;
}
.page-header {
	border-bottom: 0;
}
.blog-page .t3-mainbody > .row {
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr 3.5fr;
}
.blog-page.view-category .t3-mainbody > .row {
    grid-template-columns: 1fr;
}
.blog-page.view-category .t3-mainbody > .row .t3-sidebar {
    display: none;
}
.blog-page .t3-mainbody > .row:before,
.blog-page .t3-mainbody > .row:after {
	content: none;
}
.blog-page .t3-mainbody > .row .t3-content,
.blog-page .t3-mainbody > .row .t3-sidebar {
	width: 100% !important;
	float: unset !important;
	left: initial !important;
	right: initial !important;
}
.blog-page .t3-sidebar {
	order: -1;
}
.szybki-kontakt {
	background: var(--blue);
	padding: 1.5rem;
}
.szybki-kontakt .wf-columns {
	margin-bottom: 3rem;
	font-size: var(--textLg);
	font-weight: 700;
	align-items: center;
	max-width: 320px;
	margin: 0 auto;
	flex-wrap: nowrap;
	gap: 2rem;
}
.szybki-kontakt .wf-column:first-child {
	flex: initial;
	width: 60px;
}
.szybki-kontakt .wf-column:nth-child(2) {
	flex: initial;
	width: 100%;
}
.szybki-kontakt h4 {
	border-bottom: 2px solid var(--primary);
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: var(--headerMd);
}
.szybki-kontakt iframe {
	margin-top: 4rem;
}
.stopka {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.stopka a,
.stopka p,
.stopka h4 {
	color: #fff;
}
.stopka h4 {
	border-bottom: 2px solid var(--purple);
	padding-bottom: 5px;
	margin: 0 auto 20px;
	max-width: 400px;
}
.stopka a:hover {
	color: var(--accent);
}
.stopka-linki a,
.stopka-linki p {
	text-transform: uppercase;
	font-size: var(--textMd);
	padding-left: 1rem;
	padding-right: 1rem;
}
.stopka-ikony {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.stopka-ikony p {
	margin-bottom: 0;
}
.stopka-ikony img {
	filter: invert(1);
	margin-right: 1rem;
}
.ostatnie-artykuly {
	position: sticky;
	padding-top: 148px;
	top: 74px;
}
.ostatnie-artykuly .module-title {
	border-bottom: 2px solid var(--primary);
	padding-bottom: 5px;
	text-align: center;
}
.ostatnie-artykuly .wrapper {
	display: block;
	border-right: 3px solid var(--primary);
}
.ostatnie-artykuly .img-wrapper {
	border-radius: 0;
}
.ostatnie-artykuly .img-wrapper img {
	aspect-ratio: 4/3;
	max-height: 100px;
	object-fit: cover;
	transition: 0.35s ease-in-out;
}
.ostatnie-artykuly .item:hover img {
	scale: 1;
	filter: brightness(1.1);
}
.ostatnie-artykuly .item {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 2rem;
}
.ostatnie-artykuly .item .title {
	font-size: var(--textXs);
	color: var(--black);
	padding-right: 1rem;
}
.ostatnie-artykuly .item:hover .title {
	color: var(--primary);
}
.ostatnie-artykuly .item .title:after {
	content: none;
}
.ostatnie-artykuly .module-title {
	margin-bottom: 1.5rem;
	font-size: var(--textSm);
	color: var(--black);
}
.ostatnie-artykuly .module-title:after {
	height: 3px;
	margin-top: 0.5rem;
}
@media(max-width: 1700px) {
	.navbar-default .navbar-nav > li > a {
		font-size: var(--textSm);
	}
}
@media(max-width: 1530px) {
	.navbar-default .navbar-nav > li > a {
		font-size: var(--textXs);
		padding-left: 6px;
		padding-right: 6px;
	}
	.naglowek-strony-kontakt a {
		font-size: var(--textXs);
	}
	.navbar-nav {
		max-width: 500px;
	}
	#t3-mainnav.fixed .navbar-nav {
		max-width: 100%;
	}
	.features-intro-slideshow-img img {
		height: 550px;
	}
}
@media(max-width: 1199px) {
	.masazeListView a.itemContainer {
		width: 100% !important;
	}
	.video-column {
		width: 100%;
	}
	.video-text-wrapper {
		margin-bottom: 110px;
	}
	.t3-header {
		flex-direction: column;
		align-items: center;
	}
	.header-bar {
		margin-right: auto;
	}
	.logo-image a {
		text-align: center;
	}
	.logo-image a img {
		max-width: 50%;
	}
	.logo {
		position: initial;
	}
	.features-flex-item {
		width: 50% !important;
		padding-bottom: 24px;
	}
	.itemExtraFieldsLabel, .itemExtraFieldsValue {
		font-size: var(--textSm);
	}
	.pakietyItemListView #itemListLeading, .voucheryItemListView.pakietyItemListView .itemListLeading {
		grid-template-columns: 1fr 1fr !important;
	}
}
@media(max-width: 991px) {
	.kontakt-page .itemFullText tr {
		flex-direction: column;
	}
	.rsform {
		padding: 40px 0;
	}
	.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"],
	.formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"],
	.formResponsive input[type="password"]{
		width: calc(100% - 7px) !important;
	}
	.item-oferta-wrapper .itemExtraFields {
		width: 100%;
		display: flex;
		position: initial;
		flex-wrap: wrap;
		padding-right: 0;
	}
	.item-oferta-wrapper .itemContentWrapper {
		width: 100%;
	}
	.itemExtraFieldsWrapper {
		width: 33.33%;
	}
	.efekty > table > tbody > tr > td {
		width: 100%;
	}
}
@media(max-width: 767px) {
	.pytania-i-odpowiedzi {
		grid-template-columns: 1fr;
	}
	.cennik .cennik-item {
		padding: 10px !important;
	}
	.cennik .cennik-item > div {
		width: 100%;
		text-align: center !important;
	}
	.owl-item .slider-fix-kobido-taping .features-intro-slideshow-img img {
		object-position: center !important;
		padding-bottom: 50%;
	}
	.fixed-position {
		display: none;
	}
	div.itemHeader h1 {
		margin: 0 auto;
		padding: 3rem 0;
	}
	div.itemHeader h2.itemTitle {
		margin: 0 auto;
		padding: 3rem 0;
	}
	.itemExtraFieldsWrapper {
		width: 100%;
	}
	.itemExtraFieldsWrapper {
		background-size: 3rem;
		padding-left: 40px;
		padding-right: 15px;
	}
	.itemExtraFieldsLabel, .itemExtraFieldsValue {
		font-size: var(--textSm);
	}
	.o-mnie-page .itemFullText tr {
		flex-direction: column;
	}
	.droppicsgallerydefault .wimg {
		height: 200px !important;
	}
	.features-flex-item {
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto;
	}
	.features-flex-item-img img {
		height: 270px;
	}
	.efekty > table > tbody > tr > td {
		padding: 15px;
	}
	.efekty td td {
		width: 100% !important;
	}
	.efekty img {
		margin: 20px auto;
	}
	.efekty ul {
		padding-left: 0;
	}
	.stosowanie-kremow {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.efekty a {
		margin-top: 30px;
		margin-left: 0;
	}
	.naglowek-strony-kontakt tr {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.naglowek-strony-kontakt td {
		padding-right: 0;
		padding-bottom: 15px;
	}
	.video h1:before {
		left: 0;
	}
	.video .after-header {
		padding-bottom: 3rem;
	}
	.video a {
		font-size: var(--textSm);
	}
	.video-text-wrapper {
		margin-bottom: 5rem;
	}
	.pre-header {
		margin-bottom: 5rem;
	}
	.features-intro-slideshow p {
		display: block;
	}
	.feature-intro-slideshow-text-wrapper {
		padding: 1rem;
		margin: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.features-intro-slideshow-img img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.features-intro-slideshow:not(.opinie-klientow) .features-intro-slideshow-img img {
		min-height: 400px;
		object-fit: cover;
	}
	.opinie-klientow .owl-carousel .owl-item img {
		width: 4rem;
	}
	.video-wrapper-middle {
		height: 350px;
	}
	.mapa-google iframe {
		height: 350px;
	}
	.stopka-2 p, .stopka-2 a, .stopka-2 td {
		font-size: var(--textSm);
	}
	.masazeListView .catItemImageBlock, .masazeListView .catItemBody {
		width: 100%;
	}
	.masazeListView div.itemContainer {
		max-width: 400px !important;
		margin: 20px auto 0;
	}
	.masazeListView .catItemFooter {
		flex-direction: column;
	}
	.catItemExtraFieldsWrapper {
		display: flex;
		flex-direction: column;
	}
	.catItemExtraFieldsWrapper span {
		border-right: 0;
	}
	.masazeListView .catItemBody {
		padding: 15px;
	}
	.korzysci img {
		width: 30px;
	}
	.efekty a {
		position: initial;
	}
	.o-mnie-page .itemFullText tr img {
		max-width: 100%;
		max-height: 100%;
	}
	.extra-fields-panel-wrapper {
		margin-top: 0;
		width: 100%;
	}
	.pakietyItemListView #itemListLeading, .voucheryItemListView.pakietyItemListView .itemListLeading {
		grid-template-columns: 1fr !important;
	}
	.features-intro-slideshow-img img {
		padding: 0;
	}
	.logo-image a {
		text-align: left;
	}
	.logo-image a img {
		max-width: 70%;
	}
	.owl-item .slider-fix-kabuki .features-intro-slideshow-img img, .owl-item .slider-fix-masaz-prozniowy .features-intro-slideshow-img img {
		object-position: center 30px !important;
	}
	.owl-item .slider-fix-kobido .features-intro-slideshow-img img {
		object-position: center -76px !important;
	}
	.owl-item .slider-fix-taping .features-intro-slideshow-img img {
		object-position: center -172px !important;
	}
	.owl-item .slider-fix-kobido-taping .features-intro-slideshow-img img {
		object-position: center !important;
	}
	.owl-item .slider-fix-drenaz .features-intro-slideshow-img img {
		object-position: center -87px !important;
	}
	.owl-item .slider-fix-indywidualny .features-intro-slideshow-img img {
		object-position: center -55px !important;
	}
	.right-column .boxleft {width:100%}
	.right-column .boxright {width:100%}

	.features-intro-slideshow .owl-nav > button {
		top: initial;
		bottom: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.features-intro-slideshow .owl-next {
		right: 0;
		border-top-left-radius: 10px;
	}
	.features-intro-slideshow .owl-prev {
		left: 0;
		border-bottom-left-radius: 10px;
	}
	.video-wrapper, .video video {
		height: 290px;
	}
}
@media(max-width: 520px) {
	.stopka-2 p, .stopka-2 a, .stopka-2 td {
		text-align: center;
	}
}

.fb_customer_chat_icon {bottom: 160px !important;}

.itemVideoBlock h3 {display:none}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock video {background:#fff !important}


/*COOKIEBOT*/
#CybotCookiebotDialog * {font-size: 12px !important;}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {background-color: #2a7768 !important;border-color: #2a7768 !important;}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {border-color: #2a7768 !important;}
.CybotCookiebotDialogBodyButton {border-color: #2a7768 !important;padding: 0 !important;}
#CybotCookiebotDialogBodyEdgeMoreDetails a {color: #2a7768 !important;}
.CybotCookiebotDialogBodyLevelButtonSlider {background-color: #2a7768 !important;}
