@charset "UTF-8";
/* Breakpoints */
/* Mixins */
/* x-kom styles */
html,
body {
	font-family: 'Instrument Sans', sans-serif;
}

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

html {
	overflow: hidden visible;
	scroll-behavior: smooth;
	font-size: 14px;
}

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

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

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

body {
	overflow-x: hidden;
	color: #464646;
	background: #fafcfe;
	scroll-behavior: smooth;
}

.page-wrapper {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

strong {
	font-weight: 700;
}

iframe {
	border-radius: 0;
}

img {
	-o-object-fit: cover;
	object-fit: cover;
}

.section {
	margin: 80px 0;
}

@media (min-width: 768px) {
	.section {
		margin: 100px 0;
	}
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.cta {
	border-radius: 8px;
	border: none;
	width: -moz-fit-content;
	width: fit-content;
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-out;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	z-index: 1;
	white-space: nowrap;
	flex-shrink: 0;
}

.cta:hover {
	background: #0067c7;
	color: #fff;
}

.cta:active {
	background: #004d94;
	color: #fff;
}

.cta--secondary {
	background: #e6f3ff;
	border: none;
	color: #158eff;
}

.cta--secondary:hover {
	background: #c7e4ff;
	color: #0067c7;
}

.cta--secondary:active {
	background: #a8d5ff;
	color: #004d94;
}

.cta--white {
	background: #fff;
	color: #000;
}

.cta--white:hover {
	background: #e6e6e6;
	color: #000;
}

.cta--white:active {
	background: #d9d9d9;
	color: #000;
}

.cta--gray {
	background: #575757;
	color: #fff;
}

.cta--gray:hover {
	background: #3d3d3d;
	color: #fff;
}

.cta--gray:active {
	background: #000;
	color: #fff;
}

.cta--gray--secondary {
	background: #f0f0f0;
	border: none;
	color: #666666;
}

.cta--gray--secondary:hover {
	background: #e0e0e0;
	color: #333333;
}

.cta--gray--secondary:active {
	background: #cccccc;
	color: #1a1a1a;
}

.cta--gradient {
	background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
	color: #fff;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	position: relative;
	box-shadow: rgba(0, 112, 217, 0.3) 0px 35px 65px;
	padding: 27px 50px !important;
	height: unset;
}

.cta--gradient::after {
	background: linear-gradient(90deg, #0082fa 100%, #0fd2ff 0%);
	position: absolute;
	width: 100%;
	height: 100%;
	content: 'przejdź do promocji';
	opacity: 0;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 27px 50px !important;
}

.cta--gradient:hover {
	background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
	color: #fff;
}

.cta--gradient:hover::after {
	opacity: 1;
	border-radius: 200px;
}

.cta--gradient:active {
	background: #3605ac;
	color: #fff;
}

.cta--gradient--secondary {
	background: #ece5fe;
	border: none;
	color: #5f1ef9;
}

.cta--gradient--secondary:hover {
	background: #ded1fe;
	border: none;
	color: #4606de;
}

.cta--gradient--secondary:active {
	background: #c9b3fd;
	border: none;
	color: #27047b;
}

.cta--pink {
	background: #fa0064;
	color: #fff;
}

.cta--pink:hover {
	background: #c70050;
	color: #fff;
}

.cta--pink:active {
	background: #94003b;
	color: #fff;
}

.cta--pink--secondary {
	background: #ffe1ed;
	border: none;
	color: #c70050;
}

.cta--pink--secondary:hover {
	background: #ffd1e4;
	border: none;
	color: #c70050;
}

.cta--pink--secondary:active {
	background: #ffbdd7;
	border: none;
	color: #94003b;
}

.cta--big {
	height: 48px;
	padding: 0 34px;
	font-size: 1.1rem;
}

.cta--medium {
	height: 40px;
	font-size: 1rem;
}

.cta--small {
	height: 36px;
	padding: 0 20px;
	font-size: 0.95rem;
}

.cta--circle {
	padding: 0;
	height: 44px;
	width: 44px;
}

.pill {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4d4d4d;
	border: 1px solid #cccccc;
	border-radius: 512px;
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 16px;
	vertical-align: baseline;
	align-self: flex-start;
	margin-bottom: 10px;
	font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type='number'] {
	-moz-appearance: textfield;
}

/* Typography */
h1 {
	font-weight: 300;
	font-size: 1.5rem;
}

@media (min-width: 992px) {
	h1 {
		font-size: 1.7rem;
	}
}

@media (min-width: 1400px) {
	h1 {
		max-width: unset;
		font-size: 2rem;
	}
}

h1 strong {
	font-size: 1.6rem;
}

@media (min-width: 992px) {
	h1 strong {
		font-size: 1.8rem;
	}
}

@media (min-width: 1400px) {
	h1 strong {
		font-size: 2.1rem;
	}
}

h2 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 1.5rem;
}

@media (min-width: 992px) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-weight: 600;
	font-size: 1.3rem;
}

@media (min-width: 992px) {
	h3 {
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	h4 {
		font-size: 1.2rem;
	}
}

p {
	font-weight: 400;
	color: #464646;
	font-size: 1rem;
}

/* Utilities */
.nobr {
	display: inline-block;
}

.hide {
	opacity: 0;
	visibility: hidden;
}

.box-shadow {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.lock {
	width: 100%;
	position: fixed;
	overflow: hidden;
}

.gradient {
	position: absolute;
	z-index: -1;
	width: 1920px;
	background: unset;
}

.gradient--1 {
	background: radial-gradient(
		circle,
		rgba(0, 130, 250, 0.08) 20%,
		rgba(0, 130, 250, 0.01) 40%,
		rgba(0, 130, 250, 0.01) 60%
	);
	top: 60%;
	right: 50%;
	height: 1600px;
}

.gradient--2 {
	background: radial-gradient(
		circle,
		rgba(0, 130, 250, 0.05) 20%,
		rgba(0, 130, 250, 0.01) 40%,
		rgba(0, 130, 250, 0) 60%
	);
	height: 100%;
	width: 100%;
	left: 50%;
	position: absolute;
	right: 0;
}

.gradient--3 {
	background: #f8cee1;
	background: radial-gradient(
		circle,
		rgba(248, 206, 225, 0.6) 0%,
		rgba(206, 164, 234, 0.15) 51%,
		rgba(248, 206, 225, 0) 72%
	);
	top: 2700px;
	height: 1200px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

/* Layout */
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	padding-top: 0;
	margin-top: 0;
	overflow: hidden;
}

.header__logos-wrapper {
	height: auto;
	width: 100%;
	padding: 32px 25px 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.header #brand {
	width: 146px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 400px) {
	.header #brand {
		width: 156px;
	}
}
@media (min-width: 576px) {
	.header #brand {
		width: 232px;
	}
}

.header #brand:hover {
	opacity: 0.9;
}

.header #vendor {
	height: 40px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 576px) {
	.header #vendor {
		height: 66px;
	}
}

.header #vendor:hover {
	opacity: 0.9;
}

.header-menu {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	padding: 12px 0;
	transition: 0.6s;
	height: 80px;
	display: flex;
	align-items: center;
}

.header-menu .hamburger {
	cursor: pointer;
}

@media (min-width: 992px) {
	.header-menu .hamburger {
		display: none;
	}
}

.header-menu__nav {
	height: 72px;
	padding-left: 21px;
	padding-right: 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.6s;
}

.header-menu__nav-desktop-menu {
	display: none;
}

@media (min-width: 992px) {
	.header-menu__nav-desktop-menu {
		display: initial;
	}
}

.header-menu__nav-desktop-menu ul {
	display: flex;
	align-items: center;
	margin: 0;
}

.header-menu__nav-desktop-menu ul a li {
	color: #fff;
	white-space: nowrap;
	padding: 0 18px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu__nav-desktop-menu ul a li:hover {
	opacity: 0.8;
}

.header-menu__nav-desktop-menu .cta {
	margin-left: 20px;
	white-space: nowrap;
}

.header-menu #brand-white {
	width: 100%;
	height: 36px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu #brand-white path {
	fill: #fff;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 768px) {
	.header-menu #brand-white {
		height: 40px;
	}
}

.header-menu #vendor {
	height: 16px;
}

@media (min-width: 576px) {
	.header-menu #vendor {
		height: 24px;
	}
}

.header-menu .navbar-wrapper {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu .navbar-overlay-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.header-menu .navbar {
	background: #fff;
	border-radius: 0;
	width: 130px;
	position: fixed;
	right: 16px;
	top: 120px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu .navbar ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.header-menu .navbar li {
	font-size: 18px;
	font-weight: 500;
}

.header-menu .nav__link {
	color: #000;
}

.header-menu .nav__link:hover > li {
	background-color: #f7f7f7;
}

@media (min-width: 992px) {
	.header-menu .nav__link:hover > li {
		background-color: unset;
	}
}

.header-menu .nav-link.active {
	background: none;
	color: unset;
}

.header-menu .nav-link.active .navbar-active {
	visibility: visible;
	opacity: 1;
}

.header-menu .offcanvas-header {
	padding: 24px 24px 12px 24px;
}

.header-menu .offcanvas-end {
	width: 300px;
}

.header-menu .offcanvas-body {
	padding: 0;
}

.header-menu .offcanvas-body .cta {
	margin-left: 20px;
	width: 251px;
}

.header-menu #offcanvasRightLabel {
	font-weight: 600;
	margin: 0;
}

.header-menu ul {
	list-style-type: none;
	padding: 0;
}

.header-menu ul li {
	font-size: 18px;
	padding: 12px 0;
	padding-left: 24px;
}

.top {
	position: relative;
	border-radius: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
}

.top-gfx {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1500px;
	height: 100%;
}

.top-right,
.top-left {
	position: absolute;
}

.top-left {
	width: 320px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

@media (min-width: 576px) {
	.top-left {
		width: 340px;
		left: unset;
		transform: unset;
		right: 56%;
		bottom: -42px;
	}
}

@media (min-width: 768px) {
	.top-left {
		width: 500px;
		right: 72%;
		bottom: 16px;
	}
}

.top-right {
	width: 300px;
	left: 38%;
	bottom: -26px;
	transform: translateY(-30px) translateX(30px);
	display: none;
}

@media (min-width: 576px) {
	.top-right {
		width: 380px;
		left: 46%;
		display: block;
		bottom: -64px;
	}
}

@media (min-width: 768px) {
	.top-right {
		width: unset;
		left: 68%;
		bottom: 0;
	}
}
@media (min-width: 1200px) {
	.top-right {
		left: 70%;
	}
}

.top__wrapper {
	display: flex;
	align-items: flex-start;
	background-image: url('../../img/main/background.jpg');
	background-position: 50%;
	background-size: cover;
	top: 60%;
	right: 50%;
	border-radius: 0 0 0 0;
	width: 100%;
	height: 560px;
	margin: 0 auto;
	padding-top: 50px;
}

@media (min-width: 768px) {
	.top__wrapper {
		align-items: center;
		height: 580px;
		padding-top: 60px;
	}
}

@media screen and (max-width: 1080px) {
	.top__wrapper {
		display: flex;
		align-items: flex-start;
		background-image: url('../../img/main/bg-1080.png');
		background-position: 50%;
		background-size: cover;
		top: 60%;
		right: 50%;
		border-radius: 0 0 0 0;
		width: 100%;
		height: 750px;
		margin: 0 auto;
		padding-top: 50px;
	}

	.top__copy--center {
		padding-top: 100px;
	}
}

.top__wrapper--3 {
	background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
}

.top__wrapper--4 {
	background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
	padding-top: 80px;
	height: 580px;
}

.top__wrapper--4 .top__copy {
	text-align: center;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.top__wrapper--4 .top__copy {
		text-align: start;
		align-items: flex-start;
		justify-content: center;
	}
}

.top__copy {
	display: flex;
}

.top__copy h1 {
	margin-bottom: 20px;
	color: #000;
}

.top__copy h2 {
	font-weight: 300;
	color: #000;
	margin-bottom: 20px;
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.top__copy h2 {
		font-size: 1.4rem;
	}
}

@media (min-width: 1400px) {
	.top__copy h2 {
		font-size: 1.6rem;
	}
}

.top__copy--center {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #464646;
	padding-top: 86px;
}

@media (min-width: 576px) {
	.top__copy--center {
		padding-top: 140px;
	}
}

@media (min-width: 768px) {
	.top__copy--center {
		padding-top: unset;
	}
}

.top__copy--left {
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	color: #fff;
}

.top__image {
	display: flex;
	justify-content: center;
}

.top__image img {
	height: 100%;
	max-height: 240px;
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
}

@media (min-width: 576px) {
	.top__image img {
		max-height: 300px;
		top: 0;
	}
}

@media (min-width: 992px) {
	.top__image img {
		max-height: 320px;
		top: 0;
		left: 10%;
	}
}

@media (min-width: 1200px) {
	.top__image img {
		max-height: 380px;
	}
}

.top .plyr__video-embed {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	max-width: 1920px;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
}

.top .plyr__video-embed iframe {
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.plyr {
	border-radius: 0;
	box-shadow: rgba(0, 112, 217, 0.05) 5px 5px 40px, rgba(0, 112, 217, 0.05) 5px 5px 40px;
}

.steps {
	margin: 0 auto;
	margin-top: 64px;
}

@media (min-width: 768px) {
	.steps {
		margin-top: -30px;
	}
}

.steps__card {
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	border-radius: 10px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 56px 64px;
	position: relative;
	box-shadow: rgba(0, 170, 217, 0.05) 5px 5px 40px, rgba(0, 170, 217, 0.05) 5px 5px 40px;
}

.steps__card-heart {
	position: absolute;
	z-index: -1;
	right: -120px;
	bottom: -40px;
	opacity: 0.6;
	filter: blur(2px);
}

.steps__card-heart--2 {
	left: -40px;
	top: 50%;
}

.steps__card h2 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 1.4rem;
}

@media (min-width: 992px) {
	.steps__card h2 {
		font-size: 1.6rem;
	}
}

.steps__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	max-width: 240px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}

@media (min-width: 576px) {
	.steps__item {
		margin-bottom: 0;
		max-width: unset;
	}
}

.steps__item p {
	margin-bottom: 0;
	color: #3c3c3c;
	font-weight: 300;
	font-size: 1.1rem;
}

.steps__item img {
	/*    width: 140px;
      height: 140px; */
	margin-bottom: 16px;
	height: 100%;
	width: 100%;
	max-height: 60px;
	-o-object-fit: contain;
	object-fit: contain;
}

.steps__item-coupon {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px dashed #0082fa;
	border-radius: 200px;
	height: 40px;
	padding: 0 26px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	white-space: nowrap;
	margin-top: 10px;
	font-weight: 500;
	line-height: 40px;
}

.steps__item-icon {
	background: #fff;
	box-shadow: rgba(0, 179, 250, 0.1) 6px 6px 40px, rgba(0, 179, 250, 0.06) 6px 6px 80px;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin-bottom: 24px;
}

.steps__item-icon span {
	font-weight: 600;
	color: #0082fa;
	font-size: 28px;
}

/*  BANNER */
.banner {
	margin: 0 auto;
	margin-top: 86px;
	z-index: 2;
	position: relative;
}

@media (min-width: 768px) {
	.banner {
		margin-top: 100px;
	}
}

.banner__card {
	background-color: #fff;
	box-shadow: rgba(0, 112, 217, 0.05) 5px 5px 40px, rgba(0, 112, 217, 0.05) 5px 5px 40px, inset 0px -4px #fa0064;
	display: flex;
	border-radius: 16px;
	position: relative;
	padding: 32px 12px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 360px;
	max-width: 1100px;
}

@media (min-width: 576px) {
	.banner__card {
		text-align: start;
		padding: 60px 20px;
		min-height: unset;
	}
}

@media (min-width: 768px) {
	.banner__card {
		padding: 60px 40px;
	}
}

@media (min-width: 992px) {
	.banner__card {
		padding: 90px 100px;
	}
}

.banner__card .cta {
	margin: 0 auto;
}

@media (min-width: 576px) {
	.banner__card .cta {
		margin-right: auto;
		margin-left: 0;
	}
}

.banner__card h2 {
	line-height: 1.4;
}

.banner__card-gfx {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	opacity: 0.08;
	left: 60%;
	transform: translateX(-50%);
	max-width: 380px;
	bottom: 0;
}

@media (min-width: 576px) {
	.banner__card-gfx {
		transform: none;
		opacity: 0.5;
	}
}

@media (min-width: 992px) {
	.banner__card-gfx {
		bottom: 0;
	}
}

@media (min-width: 1200px) {
	.banner__card-gfx {
		max-width: unset;
	}
}

.banner__card .cta--gradient {
	margin: 0 auto;
}

.banner__card .cta--gradient::after {
	content: 'sprawdź';
	border-radius: 200px;
	padding: 27px 50px !important;
}

.banner__card h2 {
	font-weight: 600;
	color: #3c3c3c;
	font-size: 1.6rem;
	max-width: 450px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.banner__card h2 {
		margin: unset;
	}
}

@media (min-width: 1200px) {
	.banner__card h2 {
		font-size: 1.8rem;
	}
}

.banner__card-item img {
	position: absolute;
	right: -86px;
	width: 460px;
	max-width: unset;
	bottom: -103px;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 576px) {
	.banner__card-item img {
		max-width: unset;
		width: unset;
		height: 120%;
		top: 0;
		left: 44%;
		transform: unset;
		bottom: unset;
	}
}

@media (min-width: 768px) {
	.banner__card-item img {
		left: unset;
	}
}

@media (min-width: 1200px) {
	.banner__card-item img {
		height: unset;
		right: 0;
	}
}

.cards {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	padding: 100px 0 40px 0;
}

.tinder {
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	position: relative;
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}

.tinder__end {
	position: absolute;
	width: 80%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.tinder__end h3 {
	text-align: center;
	margin-bottom: 20px;
}

.tinder__end .cta--gradient::after {
	content: 'sprawdź';
	border-radius: 200px;
	padding: 27px 50px !important;
}

.tinder__gfx {
	position: absolute;
	right: 74%;
	width: 160px;
	z-index: -1;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tinder__gfx--2 {
	left: unset;
	right: unset;
	left: 78%;
	bottom: 0;
	width: 150px;
}

.loaded.tinder {
	opacity: 1;
}

.tinder--status {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 50%;
	text-align: center;
	pointer-events: none;
}

.tinder--status svg {
	opacity: 0;
	transform: scale(0.3);
	transition: all 0.2s ease-in-out;
}

.tinder_love .fa-heart {
	opacity: 0.7;
	transform: scale(1);
}

.tinder_nope .fa-remove {
	opacity: 0.6;
	transform: scale(0.7);
}

.tinder--cards {
	flex-grow: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.tinder--card {
	display: inline-block;
	justify-content: flex-end;
	width: 330px;
	max-width: 90%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	will-change: transform;
	transition: all 0.5s, transform 0.5s;
	cursor: -webkit-grab;
	cursor: grab;
	box-shadow: rgba(0, 112, 217, 0.05) 0px 20px 50px, rgba(0, 112, 217, 0.2) 0 0 2px 0px;
	touch-action: none !important;
	padding-top: 30px;
	transform: translateZ(0);
}

@media (min-width: 576px) {
	.tinder--card {
		width: 360px;
	}
}

@media (min-width: 768px) {
	.tinder--card {
		transition: all 0.5s, transform 0.8s;
		width: 400px;
	}
}

.tinder--price {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.new-price {
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 10px;
}

@media (min-width: 992px) {
	.new-price {
		font-size: 1.8rem;
	}
}

.old-price {
	font-size: 1.1rem;
	text-decoration: line-through;
	color: #828282;
}

.moving.tinder--card {
	transition: box-shadow 0.5s;
	cursor: -webkit-grabbing;
	cursor: grabbing;
	box-shadow: rgba(0, 112, 217, 0.15) 0px 0px 60px, rgba(0, 112, 217, 0.3) 0 0 2px 0px;
}

.removed.tinder--card .tinder--buttons {
	pointer-events: none;
}

.tinder--card img {
	max-width: 50%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
}

@media (min-width: 576px) {
	.tinder--card img {
		max-width: 60%;
	}
}

.tinder--card h3 {
	margin-top: 22px;
	margin-bottom: 8px;
	pointer-events: none;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
}

@media (min-width: 576px) {
	.tinder--card h3 {
		margin-top: 32px;
	}
}

.tinder--card p {
	margin-top: 14px;
	pointer-events: none;
	color: #646464;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 1.05rem;
}

.tinder--buttons {
	text-align: center;
	background: rgba(136, 197, 255, 0.45);
	padding: 30px 20px 10px 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	cursor: auto;
	touch-action: none !important;
	transform: none !important;
	position: relative;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
	z-index: 1000;
	cursor: default;
}

@media (min-width: 576px) {
	.tinder--buttons {
		padding: 30px 30px 10px 30px;
	}
}

.tinder--buttons button,
.tinder--buttons a {
	border-radius: 50%;
	line-height: 50px;
	width: 50px;
	border: 0;
	display: inline-block;
	margin: 0 8px;
}

@media (min-width: 576px) {
	.tinder--buttons button,
	.tinder--buttons a {
		line-height: 50px;
		width: 50px;
	}
}

.tinder--buttons button:hover > svg,
.tinder--buttons a:hover > svg {
	transform: scale(0.9);
	opacity: 0.7;
}

.tinder--buttons .love {
	width: auto;
	height: 50px;
	line-height: 50px;
	border-radius: 200px !important;
	background: linear-gradient(90deg, #0082fa 0%, #0fd2ff 100%);
	position: relative;
	color: #fff;
	width: 190px;
	margin-left: 20px;
	box-shadow: rgba(0, 112, 217, 0.25) 0px 15px 45px;
	padding-left: 8px;
	touch-action: none !important;
	transform: none !important;
	position: relative;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
}

@media (min-width: 576px) {
	.tinder--buttons .love {
		height: 50px;
		width: 220px;
		line-height: 50px;
	}
}

.tinder--buttons .love::after {
	background: linear-gradient(90deg, #0082fa 100%, #0fd2ff 0%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	display: flex;
	justify-content: center;
	align-items: center;
	content: 'poznaj mnie bliżej';
	border-radius: 200px !important;
	padding-right: 28px;
}

@media (min-width: 576px) {
	.tinder--buttons .love::after {
		padding-right: 28.5px;
	}
}

.tinder--buttons .love:hover {
	color: #fff;
}

.tinder--buttons .love:hover::after {
	opacity: 1;
}

.tinder--buttons .love::before {
	content: 'poznaj mnie bliżej';
	line-height: 1;
}

.tinder--buttons .nope {
	background: #fff;
	border-radius: 200px;
	margin-bottom: 20px;
	box-shadow: rgba(0, 112, 217, 0.15) 0px 15px 45px;
	touch-action: none !important;
	transform: none !important;
	position: relative;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
}

.tinder--buttons .love svg,
.tinder--buttons .nope svg {
	height: 30px;
	width: 30px;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	z-index: 1;
	touch-action: none !important;
	transform: none !important;
	position: relative;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
}

.tinder--buttons .nope svg {
	stroke: #0082fa;
}

.tinder--buttons .love svg {
	height: 24px;
	width: 24px;
	fill: none;
	stroke: #fff;
	position: relative;
	top: -2px;
	margin: 0 4px;
}

.tinder--buttons button:focus {
	outline: 0;
}

.tinder--buttons button {
	margin: 0;
}

.tinder--buttons i {
	font-size: 32px;
	vertical-align: middle;
}

.fa-heart {
	color: #fface4;
}

.fa-remove {
	color: #cdd6dd;
}

.heart {
	position: absolute;
	visibility: hidden;
	width: 40px;
	height: 40px;
	background: #f72585;
	transform: rotate(45deg);
	box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.05);
	will-change: transform;
	z-index: -1;
}

.heart:before {
	content: '';
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f72585;
	border-radius: 50%;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
}

.heart:after {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background: #f72585;
	border-radius: 50%;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
}

.products {
	margin-bottom: 0;
}

.products h1 {
	font-weight: 200;
	color: #000;
	margin-bottom: 40px;
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.products h1 {
		font-size: 1.4rem;
	}
}

@media (min-width: 1400px) {
	.products h1 {
		font-size: 1.6rem;
	}
}

.products h2 {
	margin-bottom: 10px;
}
/* 
.products .swiper-slide {
  display: flex;
  padding: 0;
  pointer-events: none;
}

.products .swiper-slide-active {
  pointer-events: unset;
  pointer-events: all;
}

.products .swiper-slide-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 112, 217, 0.05) 5px 5px 40px, rgba(0, 112, 217, 0.05) 5px 5px 40px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-wrapper {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .products .swiper-slide-item-wrapper {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .products .swiper-slide-item-wrapper:first-child {
    margin-right: 40px;
  }
}

.products .swiper-slide-item-top {
  text-align: center;
  padding: 30px 30px;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-top {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .products .swiper-slide-item-top {
    padding: 40px 40px 20px 40px;
  }
}

.products .swiper-slide-item-top img {
  max-width: 80%;
  height: 120px;
  margin-bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-top img {
    margin-bottom: 30px;
    height: 180px;
  }
}

@media (min-width: 1200px) {
  .products .swiper-slide-item-top img {
    max-width: 100%;
  }
}

.products .swiper-slide-item-top h3 {
  max-width: 260px;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  text-align: start;
  padding-left: 14px;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-top h3 {
    text-align: center;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .products .swiper-slide-item-top h3 {
    font-size: 1.3rem;
  }
}

.products .swiper-slide-item-top-inner-wrapper {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-top-inner-wrapper {
    margin-bottom: 0;
    flex-direction: column;
  }
}

.products .swiper-slide-item-top-inner-wrapper a {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-top-inner-wrapper a {
    display: unset;
  }
}

.products .swiper-slide-item-top-inner-wrapper::after {
  content: "+";
  font-size: 40px;
  color: rgba(136, 197, 255, 0.8);
  opacity: 1;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-top-inner-wrapper::after {
    content: "+";
    font-size: 60px;
    color: rgba(136, 197, 255, 0.8);
    opacity: 1;
    left: unset;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
  }
}

.products .swiper-slide-item-top-inner-wrapper:last-child {
  margin-bottom: 0;
}

.products .swiper-slide-item-top-inner-wrapper:last-child::after {
  content: "";
}

.products .swiper-slide-item-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-price {
    align-items: flex-end;
    flex-direction: column;
  }
}

.products .swiper-slide-item-price-discount {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0082fa;
  margin-top: 0;
  text-align: end;
}

.products .swiper-slide-item-price-new {
  justify-content: center;
  display: flex;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .products .swiper-slide-item-price-new {
    justify-content: flex-start;
    margin-top: 0;
  }
}

.products .swiper-slide-item-footer {
  text-align: center;
  background: rgba(136, 197, 255, 0.45);
  padding: 26px;
  border-radius: 0 0 10px 10px;
}

.products .swiper-slide-item-footer .cta--gradient {
  margin: 0 auto;
  margin-top: 20px;
  width: 160px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: rgba(0, 112, 217, 0.25) 0px 15px 45px;
}

.products .swiper-slide-item-footer .cta--gradient::after {
  content: "kup zestaw";
  border-radius: 200px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.products .swiper-slide .trio {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .products .swiper-slide .trio {
    width: 100%;
    margin-right: auto;
  }
}

.products .swiper-slide .trio.swiper-slide-item-top-inner-wrapper:last-child {
  margin-right: 0;
} */

.footer {
	margin-top: 86px;
	position: relative;
	overflow-y: hidden;
	margin-bottom: 50px;
}

.footer__ring {
	margin: 0 auto;
	width: 30%;
	max-width: 140px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 40px;
}

/* Animations */
/* GSAP */
.fade-in,
.fade-in-delay,
.fade-up,
.fade-up-delay,
.fade-in-right,
.fade-in-right-delay,
.fade-in-left,
.fade-in-left-delay,
.fade-down,
.fade-down-delay {
	opacity: 0;
	will-change: opacity;
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-up,
.fade-up-delay {
	will-change: transform;
	transform: translateY(20px);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-down,
.fade-down-delay {
	will-change: transform;
	transform: translateY(-20px);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-right,
.fade-in-right-delay {
	will-change: transform;
	transform: translateX(-20px);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-left,
.fade-in-left-delay {
	will-change: transform;
	transform: translateX(20px);
	/* animation distance */
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

/* Slider */
.swiper {
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}

.swiper-slide .products__item {
	opacity: 0;
	pointer-events: none;
}

.swiper-slide-visible .products__item,
.swiper-slide-active .products__item,
.swiper-slide-next .products__item,
.swiper-slide-prev .products__item {
	opacity: 1;
	pointer-events: all;
}

/* .swiper-slide {
  transition: 0.3s ease-in-out !important;
} */

/* .swiper-slide-visible {
  opacity: 1;
} */
/*
.swiper-wrapper {
  align-items: center;
}



.swiper-slide-active {
  -webkit-filter: unset;
  filter: unset;
  opacity: 1;
} */

.swiper-button-prev,
.swiper-button-next,
.slider__nav-next,
.slider__nav-prev {
	width: 48px;
	height: 48px;
	background: #fff;
	box-shadow: rgba(0, 112, 217, 0.3) 0px 35px 65px;
	border-radius: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
	border: none;
}

/* @media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next,
  .slider__nav-next,
  .slider__nav-prev {
    width: 60px;
    height: 60px;
  }
} */

.swiper-button-prev svg,
.swiper-button-next svg,
.slider__nav-next svg,
.slider__nav-prev svg {
	transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.slider__nav-next:hover,
.slider__nav-prev:hover {
	background: white;
}

.swiper-button-prev:hover > svg,
.swiper-button-next:hover > svg,
.slider__nav-next:hover > svg,
.slider__nav-prev:hover > svg {
	transform: scale(0.9);
	opacity: 0.6;
}

.swiper-button-prev,
.slider__nav-prev {
	margin-left: 0;
	left: 0;
}

.slider__nav-prev {
	margin-left: 10px;
}

@media (min-width: 768px) {
	.swiper-button-prev,
	.slider__nav-prev {
		margin-left: 0;
	}
}

@media screen and (min-width: 1500px) {
	.swiper-button-prev,
	.slider__nav-prev {
		margin-left: 0;
	}
}

.swiper-button-prev::after,
.slider__nav-prev::after {
	content: '';
}

.swiper-button-next,
.slider__nav-next {
	margin-right: 0;
	right: 0;
}

.slider__nav-next {
	margin-right: 10px;
}

@media (min-width: 768px) {
	.swiper-button-next,
	.slider__nav-next {
		margin-right: 0;
	}
}

@media screen and (min-width: 1500px) {
	.swiper-button-next,
	.slider__nav-next {
		margin-right: 0;
	}
}

.swiper-button-next::after,
.slider__nav-next::after {
	content: '';
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.slider__nav-next[disabled],
.slider__nav-prev[disabled] {
	opacity: 0;
}

/* Custom styles */
/* end Custom styles */

.tns-item {
	opacity: 0.3;
	filter: blur(1px);
	transition: 0.5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: grab;
}
.tns-slide-active {
	opacity: 1;
	filter: unset;
}
.tns-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 60px 0 0 0;
}
.tns-nav [aria-controls] {
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0 2px;
	border-radius: 200px;
	background: #ccc;
	border: 0;
	transition: 0.3s;
}
.tns-nav .tns-nav-active {
	background: #0082fa;
	width: 8px;
	height: 8px;
}
